/**
 * selectize.bootstrap3.css (v0.12.6) - Bootstrap 3 Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #fff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 3px 12px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 4px 4px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 12px;
  top: 50%;
  color: #333333;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 1px 0 0 0;
  border-left: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: rgba(0, 0, 0, 0);
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: rgba(77, 77, 77, 0);
}
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #333333;
  font-family: inherit;
  font-size: inherit;
  line-height: 20px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #ccc;
  padding: 6px 12px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 4px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 5px 12px 2px;
}
.selectize-input.full {
  background-color: #fff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  border-radius: 4px 4px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 1px 3px;
  background: #efefef;
  color: #333333;
  border: 0 solid rgba(0, 0, 0, 0);
}
.selectize-control.multi .selectize-input > div.active {
  background: #428bca;
  color: #fff;
  border: 0 solid rgba(0, 0, 0, 0);
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #808080;
  background: #ffffff;
  border: 0 solid rgba(77, 77, 77, 0);
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #ffffff;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 4px 4px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(255, 237, 40, 0.4);
  border-radius: 1px;
}
.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 3px 12px;
}
.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.selectize-dropdown [data-selectable].option {
  opacity: 1;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #777777;
  background: #fff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5f5f5;
  color: #262626;
}
.selectize-dropdown .active.create {
  color: #262626;
}
.selectize-dropdown .create {
  color: rgba(51, 51, 51, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #333333 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #333333 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 17px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fff;
}
.selectize-dropdown,
.selectize-dropdown.form-control {
  height: auto;
  padding: 0;
  margin: 2px 0 0 0;
  z-index: 1000;
  background: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.selectize-dropdown .optgroup-header {
  font-size: 12px;
  line-height: 1.42857143;
}
.selectize-dropdown .optgroup:first-child:before {
  display: none;
}
.selectize-dropdown .optgroup:before {
  content: ' ';
  display: block;
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  margin-left: -12px;
  margin-right: -12px;
}
.selectize-dropdown-content {
  padding: 5px 0;
}
.selectize-dropdown-header {
  padding: 6px 12px;
}
.selectize-input {
  min-height: 34px;
}
.selectize-input.dropdown-active {
  border-radius: 4px;
}
.selectize-input.dropdown-active::before {
  display: none;
}
.selectize-input.focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.has-error .selectize-input {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .selectize-input:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.selectize-control.multi .selectize-input.has-items {
  padding-left: 9px;
  padding-right: 9px;
}
.selectize-control.multi .selectize-input > div {
  border-radius: 3px;
}
.form-control.selectize-control {
  padding: 0;
  height: auto;
  border: none;
  background: none;
  box-shadow: none;
  border-radius: 0;
}
/* BASICS */


.CodeMirror {
  /* Set height, width, borders, and global font properties here */
  font-family: monospace;
  height: 300px;
  color: black;
}

/* PADDING */

.CodeMirror-lines {
  padding: 4px 0; /* Vertical padding around content */
}
.CodeMirror pre {
  padding: 0 4px; /* Horizontal padding of content */
}

.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  background-color: white; /* The little square between H and V scrollbars */
}

/* GUTTER */

.CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap;
}
.CodeMirror-linenumbers {}
.CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999;
  white-space: nowrap;
}

.CodeMirror-guttermarker { color: black; }
.CodeMirror-guttermarker-subtle { color: #999; }

/* CURSOR */

.CodeMirror-cursor {
  border-left: 1px solid black;
  border-right: none;
  width: 0;
}
/* Shown when moving in bi-directional text */
.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver;
}
.cm-fat-cursor .CodeMirror-cursor {
  width: auto;
  border: 0 !important;
  background: #7e7;
}
.cm-fat-cursor div.CodeMirror-cursors {
  z-index: 1;
}

.cm-animate-fat-cursor {
  width: auto;
  border: 0;
  -webkit-animation: blink 1.06s steps(1) infinite;
  animation: blink 1.06s steps(1) infinite;
  background-color: #7e7;
}
@-webkit-keyframes blink {
  0% {}
  50% { background-color: transparent; }
  100% {}
}
@keyframes blink {
  0% {}
  50% { background-color: transparent; }
  100% {}
}

/* Can style cursor different in overwrite (non-insert) mode */
.CodeMirror-overwrite .CodeMirror-cursor {}

.cm-tab { display: inline-block; text-decoration: inherit; }

.CodeMirror-rulers {
  position: absolute;
  left: 0; right: 0; top: -50px; bottom: -20px;
  overflow: hidden;
}
.CodeMirror-ruler {
  border-left: 1px solid #ccc;
  top: 0; bottom: 0;
  position: absolute;
}

/* DEFAULT THEME */

.cm-s-default .cm-header {color: blue;}
.cm-s-default .cm-quote {color: #090;}
.cm-negative {color: #d44;}
.cm-positive {color: #292;}
.cm-header, .cm-strong {font-weight: bold;}
.cm-em {font-style: italic;}
.cm-link {text-decoration: underline;}
.cm-strikethrough {text-decoration: line-through;}

.cm-s-default .cm-keyword {color: #708;}
.cm-s-default .cm-atom {color: #219;}
.cm-s-default .cm-number {color: #164;}
.cm-s-default .cm-def {color: #00f;}
.cm-s-default .cm-variable,
.cm-s-default .cm-punctuation,
.cm-s-default .cm-property,
.cm-s-default .cm-operator {}
.cm-s-default .cm-variable-2 {color: #05a;}
.cm-s-default .cm-variable-3 {color: #085;}
.cm-s-default .cm-comment {color: #a50;}
.cm-s-default .cm-string {color: #a11;}
.cm-s-default .cm-string-2 {color: #f50;}
.cm-s-default .cm-meta {color: #555;}
.cm-s-default .cm-qualifier {color: #555;}
.cm-s-default .cm-builtin {color: #30a;}
.cm-s-default .cm-bracket {color: #997;}
.cm-s-default .cm-tag {color: #170;}
.cm-s-default .cm-attribute {color: #00c;}
.cm-s-default .cm-hr {color: #999;}
.cm-s-default .cm-link {color: #00c;}

.cm-s-default .cm-error {color: #f00;}
.cm-invalidchar {color: #f00;}

.CodeMirror-composing { border-bottom: 2px solid; }

/* Default styles for common addons */

div.CodeMirror span.CodeMirror-matchingbracket {color: #0f0;}
div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
.CodeMirror-matchingtag { background: rgba(255, 150, 0, .3); }
.CodeMirror-activeline-background {background: #e8f2ff;}

/* STOP */

/* The rest of this file contains styles related to the mechanics of
   the editor. You probably shouldn't touch them. */

.CodeMirror {
  position: relative;
  overflow: hidden;
  background: white;
}

.CodeMirror-scroll {
  overflow: scroll !important; /* Things will break if this is overridden */
  /* 30px is the magic margin used to hide the element's real scrollbars */
  /* See overflow: hidden in .CodeMirror */
  margin-bottom: -30px; margin-right: -30px;
  padding-bottom: 30px;
  height: 100%;
  outline: none; /* Prevent dragging from highlighting the element */
  position: relative;
}
.CodeMirror-sizer {
  position: relative;
  border-right: 30px solid transparent;
}

/* The fake, visible scrollbars. Used to force redraw during scrolling
   before actual scrolling happens, thus preventing shaking and
   flickering artifacts. */
.CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  position: absolute;
  z-index: 6;
  display: none;
}
.CodeMirror-vscrollbar {
  right: 0; top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
.CodeMirror-hscrollbar {
  bottom: 0; left: 0;
  overflow-y: hidden;
  overflow-x: scroll;
}
.CodeMirror-scrollbar-filler {
  right: 0; bottom: 0;
}
.CodeMirror-gutter-filler {
  left: 0; bottom: 0;
}

.CodeMirror-gutters {
  position: absolute; left: 0; top: 0;
  min-height: 100%;
  z-index: 3;
}
.CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: -30px;
  /* Hack to make IE7 behave */
  *zoom:1;
  *display:inline;
}
.CodeMirror-gutter-wrapper {
  position: absolute;
  z-index: 4;
  background: none !important;
  border: none !important;
}
.CodeMirror-gutter-background {
  position: absolute;
  top: 0; bottom: 0;
  z-index: 4;
}
.CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4;
}
.CodeMirror-gutter-wrapper {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.CodeMirror-lines {
  cursor: text;
  min-height: 1px; /* prevents collapsing before first draw */
}
.CodeMirror pre {
  /* Reset some styles that the rest of the page might have set */ border-radius: 0;
  border-width: 0;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
}
.CodeMirror-wrap pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}

.CodeMirror-linebackground {
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  z-index: 0;
}

.CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  overflow: auto;
}

.CodeMirror-widget {}

.CodeMirror-code {
  outline: none;
}

/* Force content-box sizing for the elements where we expect it */
.CodeMirror-scroll,
.CodeMirror-sizer,
.CodeMirror-gutter,
.CodeMirror-gutters,
.CodeMirror-linenumber {
  box-sizing: content-box;
}

.CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.CodeMirror-cursor {
  position: absolute;
  pointer-events: none;
}
.CodeMirror-measure pre { position: static; }

div.CodeMirror-cursors {
  visibility: hidden;
  position: relative;
  z-index: 3;
}
div.CodeMirror-dragcursors {
  visibility: visible;
}

.CodeMirror-focused div.CodeMirror-cursors {
  visibility: visible;
}

.CodeMirror-selected { background: #d9d9d9; }
.CodeMirror-focused .CodeMirror-selected { background: #d7d4f0; }
.CodeMirror-crosshair { cursor: crosshair; }
.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection { background: #d7d4f0; }
.CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection { background: #d7d4f0; }
.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection { background: #d7d4f0; }

.cm-searching {
  background: #ffa;
  background: rgba(255, 255, 0, .4);
}

/* IE7 hack to prevent it from returning funny offsetTops on the spans */
.CodeMirror span { *vertical-align: text-bottom; }

/* Used to force a border model for a node */
.cm-force-border { padding-right: .1px; }

@media print {
  /* Hide the cursor when printing */
  .CodeMirror div.CodeMirror-cursors {
    visibility: hidden;
  }
}

/* See issue #2901 */
.cm-tab-wrap-hack:after { content: ''; }

/* Help users use markselection to safely style text background */
span.CodeMirror-selectedtext { background: none; }
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *



 */
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* line 1, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_root.scss */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 21, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 27, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
/* line 45, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 57, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

/* line 73, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
[tabindex="-1"]:focus {
  outline: 0 !important;
}

/* line 83, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 99, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 109, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 121, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

/* line 129, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 135, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 142, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 149, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
dt {
  font-weight: 700;
}

/* line 153, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 158, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 162, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
dfn {
  font-style: italic;
}

/* line 167, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
b,
strong {
  font-weight: bolder;
}

/* line 173, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
small {
  font-size: 80%;
}

/* line 182, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 190, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 191, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
sup {
  top: -.5em;
}

/* line 198, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
/* line 15, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* line 216, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
/* line 19, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
/* line 225, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/* line 236, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 245, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

/* line 262, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 272, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 277, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 286, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
table {
  border-collapse: collapse;
}

/* line 290, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

/* line 298, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
th {
  text-align: inherit;
}

/* line 309, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
label {
  display: inline-block;
  margin-bottom: .5rem;
}

/* line 318, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
button {
  border-radius: 0;
}

/* line 326, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 331, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 342, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
button,
input {
  overflow: visible;
}

/* line 347, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 355, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 363, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 371, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 378, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

/* line 390, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 396, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 411, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

/* line 423, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 428, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 433, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 446, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 456, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 465, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
output {
  display: inline-block;
}

/* line 469, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 474, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
template {
  display: none;
}

/* line 480, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 7, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

/* line 16, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 2.5rem;
}

/* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
h2, .h2 {
  font-size: 2rem;
}

/* line 18, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
h3, .h3 {
  font-size: 1.75rem;
}

/* line 19, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
h4, .h4 {
  font-size: 1.5rem;
}

/* line 20, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 21, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
h6, .h6 {
  font-size: 1rem;
}

/* line 23, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 29, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 34, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 39, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 55, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 67, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 80%;
  font-weight: 400;
}

/* line 73, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 84, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 89, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 92, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item {
  display: inline-block;
}
/* line 95, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 106, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 112, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 117, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
/* line 122, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer::before {
  content: "\2014 \00A0";
}

/* line 8, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_images.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 14, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_images.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

/* line 29, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_images.scss */
.figure {
  display: inline-block;
}

/* line 34, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_images.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 39, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_images.scss */
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

/* line 2, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 10, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_code.scss */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
/* line 16, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_code.scss */
a > code {
  color: inherit;
}

/* line 22, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_code.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
/* line 30, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

/* line 39, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
/* line 45, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_code.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 53, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 6, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_grid.scss */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  /* line 6, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  /* line 6, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  /* line 6, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  /* line 6, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 1140px;
  }
}

/* line 18, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_grid.scss */
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 28, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_grid.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 34, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_grid.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
/* line 38, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_grid.scss */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 8, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 32, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

/* line 37, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

/* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

/* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

/* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

/* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

/* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

/* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

/* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

/* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

/* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 49, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-first {
  order: -1;
}

/* line 51, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-last {
  order: 13;
}

/* line 54, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-0 {
  order: 0;
}

/* line 54, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-1 {
  order: 1;
}

/* line 54, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-2 {
  order: 2;
}

/* line 54, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-3 {
  order: 3;
}

/* line 54, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-4 {
  order: 4;
}

/* line 54, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-5 {
  order: 5;
}

/* line 54, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-6 {
  order: 6;
}

/* line 54, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-7 {
  order: 7;
}

/* line 54, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-8 {
  order: 8;
}

/* line 54, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-9 {
  order: 9;
}

/* line 54, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-10 {
  order: 10;
}

/* line 54, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-11 {
  order: 11;
}

/* line 54, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-12 {
  order: 12;
}

/* line 60, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-1 {
  margin-left: 8.3333333333%;
}

/* line 60, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-2 {
  margin-left: 16.6666666667%;
}

/* line 60, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 60, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-4 {
  margin-left: 33.3333333333%;
}

/* line 60, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-5 {
  margin-left: 41.6666666667%;
}

/* line 60, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 60, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-7 {
  margin-left: 58.3333333333%;
}

/* line 60, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-8 {
  margin-left: 66.6666666667%;
}

/* line 60, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 60, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-10 {
  margin-left: 83.3333333333%;
}

/* line 60, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  /* line 32, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 37, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  /* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  /* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  /* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  /* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  /* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  /* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  /* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  /* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  /* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 49, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-first {
    order: -1;
  }

  /* line 51, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-last {
    order: 13;
  }

  /* line 54, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-0 {
    order: 0;
  }

  /* line 54, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-1 {
    order: 1;
  }

  /* line 54, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-2 {
    order: 2;
  }

  /* line 54, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-3 {
    order: 3;
  }

  /* line 54, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-4 {
    order: 4;
  }

  /* line 54, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-5 {
    order: 5;
  }

  /* line 54, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-6 {
    order: 6;
  }

  /* line 54, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-7 {
    order: 7;
  }

  /* line 54, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-8 {
    order: 8;
  }

  /* line 54, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-9 {
    order: 9;
  }

  /* line 54, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-10 {
    order: 10;
  }

  /* line 54, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-11 {
    order: 11;
  }

  /* line 54, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-12 {
    order: 12;
  }

  /* line 60, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-0 {
    margin-left: 0;
  }

  /* line 60, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  /* line 60, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  /* line 60, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }

  /* line 60, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  /* line 60, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  /* line 60, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }

  /* line 60, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  /* line 60, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  /* line 60, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }

  /* line 60, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  /* line 60, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  /* line 32, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 37, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  /* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  /* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  /* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  /* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  /* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  /* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  /* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  /* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  /* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 49, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-first {
    order: -1;
  }

  /* line 51, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-last {
    order: 13;
  }

  /* line 54, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-0 {
    order: 0;
  }

  /* line 54, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-1 {
    order: 1;
  }

  /* line 54, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-2 {
    order: 2;
  }

  /* line 54, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-3 {
    order: 3;
  }

  /* line 54, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-4 {
    order: 4;
  }

  /* line 54, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-5 {
    order: 5;
  }

  /* line 54, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-6 {
    order: 6;
  }

  /* line 54, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-7 {
    order: 7;
  }

  /* line 54, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-8 {
    order: 8;
  }

  /* line 54, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-9 {
    order: 9;
  }

  /* line 54, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-10 {
    order: 10;
  }

  /* line 54, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-11 {
    order: 11;
  }

  /* line 54, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-12 {
    order: 12;
  }

  /* line 60, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-0 {
    margin-left: 0;
  }

  /* line 60, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  /* line 60, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  /* line 60, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-3 {
    margin-left: 25%;
  }

  /* line 60, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  /* line 60, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  /* line 60, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-6 {
    margin-left: 50%;
  }

  /* line 60, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  /* line 60, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  /* line 60, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-9 {
    margin-left: 75%;
  }

  /* line 60, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  /* line 60, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  /* line 32, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 37, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  /* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  /* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  /* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  /* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  /* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  /* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  /* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  /* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  /* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 49, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-first {
    order: -1;
  }

  /* line 51, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-last {
    order: 13;
  }

  /* line 54, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-0 {
    order: 0;
  }

  /* line 54, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-1 {
    order: 1;
  }

  /* line 54, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-2 {
    order: 2;
  }

  /* line 54, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-3 {
    order: 3;
  }

  /* line 54, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-4 {
    order: 4;
  }

  /* line 54, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-5 {
    order: 5;
  }

  /* line 54, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-6 {
    order: 6;
  }

  /* line 54, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-7 {
    order: 7;
  }

  /* line 54, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-8 {
    order: 8;
  }

  /* line 54, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-9 {
    order: 9;
  }

  /* line 54, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-10 {
    order: 10;
  }

  /* line 54, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-11 {
    order: 11;
  }

  /* line 54, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-12 {
    order: 12;
  }

  /* line 60, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-0 {
    margin-left: 0;
  }

  /* line 60, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  /* line 60, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  /* line 60, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }

  /* line 60, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  /* line 60, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  /* line 60, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }

  /* line 60, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  /* line 60, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  /* line 60, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }

  /* line 60, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  /* line 60, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  /* line 32, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 37, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  /* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  /* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  /* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  /* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  /* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  /* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  /* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  /* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  /* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 49, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-first {
    order: -1;
  }

  /* line 51, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-last {
    order: 13;
  }

  /* line 54, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-0 {
    order: 0;
  }

  /* line 54, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-1 {
    order: 1;
  }

  /* line 54, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-2 {
    order: 2;
  }

  /* line 54, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-3 {
    order: 3;
  }

  /* line 54, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-4 {
    order: 4;
  }

  /* line 54, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-5 {
    order: 5;
  }

  /* line 54, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-6 {
    order: 6;
  }

  /* line 54, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-7 {
    order: 7;
  }

  /* line 54, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-8 {
    order: 8;
  }

  /* line 54, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-9 {
    order: 9;
  }

  /* line 54, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-10 {
    order: 10;
  }

  /* line 54, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-11 {
    order: 11;
  }

  /* line 54, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-12 {
    order: 12;
  }

  /* line 60, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-0 {
    margin-left: 0;
  }

  /* line 60, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  /* line 60, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  /* line 60, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }

  /* line 60, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  /* line 60, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  /* line 60, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }

  /* line 60, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  /* line 60, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  /* line 60, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }

  /* line 60, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  /* line 60, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
/* line 5, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
/* line 11, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
/* line 18, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
/* line 23, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
/* line 27, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 38, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 49, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #dee2e6;
}
/* line 52, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
/* line 58, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 71, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 15, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 7, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

/* line 15, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
/* line 23, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

/* line 7, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

/* line 15, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
/* line 23, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

/* line 7, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

/* line 15, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
/* line 23, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

/* line 7, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

/* line 15, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-info:hover {
  background-color: #abdde5;
}
/* line 23, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

/* line 7, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

/* line 15, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
/* line 23, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

/* line 7, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

/* line 15, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
/* line 23, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

/* line 7, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

/* line 15, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-light:hover {
  background-color: #ececf6;
}
/* line 23, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

/* line 7, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

/* line 15, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
/* line 23, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

/* line 7, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 15, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
/* line 23, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 109, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
/* line 117, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 125, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table-dark {
  color: #fff;
  background-color: #212529;
}
/* line 129, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}
/* line 135, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table-dark.table-bordered {
  border: 0;
}
/* line 140, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
/* line 15, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  /* line 165, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 174, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  /* line 165, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 174, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  /* line 165, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 174, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  /* line 165, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 174, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
/* line 165, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
/* line 174, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive > .table-bordered {
  border: 0;
}

/* line 7, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
/* line 31, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
/* line 14, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* line 40, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
/* line 51, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 60, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
/* line 64, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 76, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 89, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 97, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 104, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 117, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
/* line 128, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

/* line 144, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 152, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

/* line 157, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 165, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

/* line 176, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 1rem;
}

/* line 180, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 190, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
/* line 196, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 208, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 214, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
/* line 219, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

/* line 224, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-check-label {
  margin-bottom: 0;
}

/* line 228, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
/* line 235, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

/* line 30, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

/* line 38, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem;
}

/* line 55, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}
/* line 59, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
/* line 64, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 74, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
/* line 78, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 88, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
/* line 91, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}
/* line 96, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
/* line 102, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}
/* line 108, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 119, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
/* line 122, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
/* line 125, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
/* line 131, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 30, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

/* line 38, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem;
}

/* line 55, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}
/* line 59, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
/* line 64, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 74, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
/* line 78, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 88, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
/* line 91, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}
/* line 96, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
/* line 102, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}
/* line 108, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 119, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
/* line 122, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}
/* line 125, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
/* line 131, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 263, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
/* line 271, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  /* line 277, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 285, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  /* line 294, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 301, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 305, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group {
    width: auto;
  }
  /* line 311, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 318, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 325, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  /* line 329, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 7, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
/* line 19, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn:hover, .btn:focus {
  text-decoration: none;
}
/* line 23, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* line 30, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
/* line 37, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
/* line 41, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}

/* line 53, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

/* line 64, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
/* line 15, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
/* line 18, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
/* line 29, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
/* line 36, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
/* line 46, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 64, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
/* line 15, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
/* line 18, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
/* line 29, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
/* line 36, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
/* line 46, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 64, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
/* line 15, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
/* line 18, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
/* line 29, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
/* line 36, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
/* line 46, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 64, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
/* line 15, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
/* line 18, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
/* line 29, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
/* line 36, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
/* line 46, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 64, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
/* line 15, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
/* line 18, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
/* line 29, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
/* line 36, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
/* line 46, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 64, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
/* line 15, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
/* line 18, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
/* line 29, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
/* line 36, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
/* line 46, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 64, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
/* line 15, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
/* line 18, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
/* line 29, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
/* line 36, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
/* line 46, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 64, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
/* line 15, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
/* line 18, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
/* line 29, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
/* line 36, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
/* line 46, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 70, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}
/* line 63, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
/* line 69, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
/* line 74, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
/* line 80, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
/* line 87, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 70, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
/* line 63, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
/* line 69, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
/* line 74, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
/* line 80, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
/* line 87, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 70, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
/* line 63, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
/* line 69, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
/* line 74, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
/* line 80, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
/* line 87, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 70, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
/* line 63, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
/* line 69, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
/* line 74, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
/* line 80, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
/* line 87, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 70, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
/* line 63, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
/* line 69, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
/* line 74, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
/* line 80, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
/* line 87, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 70, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
/* line 63, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
/* line 69, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
/* line 74, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
/* line 80, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
/* line 87, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 70, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
/* line 63, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
/* line 69, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
/* line 74, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
/* line 80, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
/* line 87, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 70, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
/* line 63, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
/* line 69, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
/* line 74, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
/* line 80, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
/* line 87, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 81, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}
/* line 15, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
/* line 93, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
/* line 100, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

/* line 113, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 117, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 126, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}
/* line 131, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 140, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 3, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_transitions.scss */
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
/* line 7, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_transitions.scss */
.fade.show {
  opacity: 1;
}

/* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_transitions.scss */
.collapse {
  display: none;
}
/* line 14, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_transitions.scss */
.collapse.show {
  display: block;
}

/* line 20, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_transitions.scss */
tr.collapse.show {
  display: table-row;
}

/* line 26, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_transitions.scss */
tbody.collapse.show {
  display: table-row-group;
}

/* line 31, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_transitions.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

/* line 2, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 29, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
/* line 61, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* line 37, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}
/* line 29, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
/* line 61, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 48, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_dropdown.scss */
.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}
/* line 29, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
/* line 61, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
/* line 55, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_dropdown.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 62, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_dropdown.scss */
.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}
/* line 29, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
/* line 46, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: none;
}
/* line 50, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
/* line 61, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
/* line 69, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_dropdown.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 76, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

/* line 83, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
/* line 19, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
/* line 101, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
/* line 108, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

/* line 119, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu.show {
  display: block;
}

/* line 124, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

/* line 4, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
/* line 10, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}
/* line 15, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
/* line 19, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
/* line 27, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 36, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
/* line 41, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 47, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}
/* line 52, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 57, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 75, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
/* line 79, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 84, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 89, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 111, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
/* line 116, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}
/* line 121, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
/* line 130, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 135, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 155, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
/* line 159, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
/* line 14, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
/* line 25, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}
/* line 29, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
/* line 38, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 39, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
/* line 48, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 50, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 62, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend,
.input-group-append {
  display: flex;
}
/* line 69, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
/* line 74, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

/* line 82, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend {
  margin-right: -1px;
}

/* line 83, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-append {
  margin-left: -1px;
}

/* line 91, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
/* line 107, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

/* line 143, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 152, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 10, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

/* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

/* line 22, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
/* line 27, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}
/* line 33, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* line 38, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}
/* line 45, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
/* line 48, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

/* line 59, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label {
  margin-bottom: 0;
}
/* line 63, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #dee2e6;
}
/* line 78, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

/* line 98, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
/* line 103, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
/* line 106, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
/* line 112, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}
/* line 116, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
/* line 122, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
/* line 125, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 136, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
/* line 141, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
/* line 144, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
/* line 150, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 163, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
/* line 181, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
}
/* line 186, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
/* line 197, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
/* line 204, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
/* line 210, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select::-ms-expand {
  opacity: 0;
}

/* line 215, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

/* line 222, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

/* line 234, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

/* line 242, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
/* line 250, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:focus ~ .custom-file-control {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* line 254, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:focus ~ .custom-file-control::before {
  border-color: #80bdff;
}
/* line 260, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 266, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
/* line 281, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.25rem + 2px) - 1px * 2);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

/* line 6, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_nav.scss */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 14, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_nav.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
/* line 19, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
/* line 23, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_nav.scss */
.nav-link.disabled {
  color: #6c757d;
}

/* line 32, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
/* line 35, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
/* line 39, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
/* line 19, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
/* line 47, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
/* line 54, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
/* line 61, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 75, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
/* line 79, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

/* line 92, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_nav.scss */
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 99, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_nav.scss */
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 112, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .tab-pane {
  display: none;
}
/* line 115, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .active {
  display: block;
}

/* line 18, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
/* line 28, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* line 42, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
/* line 19, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 61, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
/* line 68, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
/* line 73, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 84, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 99, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 108, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
/* line 19, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
/* line 121, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 128, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  /* line 147, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  /* line 145, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 158, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 161, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 165, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  /* line 170, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 177, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 182, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 189, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  /* line 194, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 767.98px) {
  /* line 147, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  /* line 145, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 158, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 161, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 165, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  /* line 170, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 177, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 182, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 189, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  /* line 194, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 991.98px) {
  /* line 147, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  /* line 145, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 158, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 161, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 165, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  /* line 170, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 177, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 182, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 189, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  /* line 194, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 1199.98px) {
  /* line 147, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  /* line 145, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 158, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 161, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 165, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  /* line 170, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 177, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 182, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 189, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  /* line 194, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
/* line 145, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
/* line 147, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
/* line 158, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}
/* line 161, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
/* line 165, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}
/* line 170, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
/* line 177, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
/* line 182, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
/* line 189, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-toggler {
  display: none;
}
/* line 194, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

/* line 211, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
/* line 19, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
/* line 220, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
/* line 19, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
/* line 227, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
/* line 232, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
/* line 240, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
/* line 245, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
/* line 249, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
/* line 251, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
/* line 19, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 263, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-brand {
  color: #fff;
}
/* line 19, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
/* line 272, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
/* line 19, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
/* line 279, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
/* line 284, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
/* line 292, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
/* line 297, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
/* line 301, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
/* line 303, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-text a {
  color: #fff;
}
/* line 19, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

/* line 5, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
/* line 16, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
/* line 22, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
/* line 28, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 34, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

/* line 41, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-title {
  margin-bottom: 0.75rem;
}

/* line 45, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

/* line 50, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 15, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.card-link:hover {
  text-decoration: none;
}
/* line 59, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-link + .card-link {
  margin-left: 1.25rem;
}

/* line 68, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
/* line 74, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
/* line 79, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

/* line 85, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
/* line 90, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

/* line 100, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

/* line 107, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

/* line 113, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

/* line 122, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

/* line 128, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 133, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 141, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-deck {
  display: flex;
  flex-direction: column;
}
/* line 145, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  /* line 141, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  /* line 154, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

/* line 171, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-group {
  display: flex;
  flex-direction: column;
}
/* line 177, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  /* line 171, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
  .card-group {
    flex-flow: row wrap;
  }
  /* line 185, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 190, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 197, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 200, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  /* line 204, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 210, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 213, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  /* line 217, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  /* line 223, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  /* line 226, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  /* line 230, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  /* line 236, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  /* line 239, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

/* line 257, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  /* line 256, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
  .card-columns {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
  /* line 265, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 1, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #6c757d;
  content: "/";
}
/* line 27, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
/* line 31, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
/* line 35, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item.active {
  color: #6c757d;
}

/* line 1, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

/* line 7, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_pagination.scss */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
/* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
/* line 24, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* line 31, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 38, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
/* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
/* line 49, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_pagination.scss */
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
/* line 56, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_pagination.scss */
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

/* line 4, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
/* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
/* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

/* line 4, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
/* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
/* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/* line 6, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_badge.scss */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
/* line 18, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_badge.scss */
.badge:empty {
  display: none;
}

/* line 24, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_badge.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 33, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_badge.scss */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_badge.scss */
.badge-primary {
  color: #fff;
  background-color: #007bff;
}
/* line 19, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

/* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_badge.scss */
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
/* line 19, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

/* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_badge.scss */
.badge-success {
  color: #fff;
  background-color: #28a745;
}
/* line 19, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

/* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_badge.scss */
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
/* line 19, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

/* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_badge.scss */
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
/* line 19, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

/* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_badge.scss */
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
/* line 19, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

/* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_badge.scss */
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
/* line 19, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

/* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_badge.scss */
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
/* line 19, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

/* line 1, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  /* line 1, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 5, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_alert.scss */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 14, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 20, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_alert.scss */
.alert-link {
  font-weight: 700;
}

/* line 29, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible {
  padding-right: 4rem;
}
/* line 33, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 48, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_alert.scss */
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
/* line 6, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary hr {
  border-top-color: #9fcdff;
}
/* line 10, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary .alert-link {
  color: #002752;
}

/* line 48, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_alert.scss */
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
/* line 6, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
/* line 10, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-secondary .alert-link {
  color: #202326;
}

/* line 48, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_alert.scss */
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
/* line 6, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success hr {
  border-top-color: #b1dfbb;
}
/* line 10, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success .alert-link {
  color: #0b2e13;
}

/* line 48, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_alert.scss */
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
/* line 6, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info hr {
  border-top-color: #abdde5;
}
/* line 10, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info .alert-link {
  color: #062c33;
}

/* line 48, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_alert.scss */
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
/* line 6, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning hr {
  border-top-color: #ffe8a1;
}
/* line 10, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning .alert-link {
  color: #533f03;
}

/* line 48, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_alert.scss */
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
/* line 6, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger hr {
  border-top-color: #f1b0b7;
}
/* line 10, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger .alert-link {
  color: #491217;
}

/* line 48, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_alert.scss */
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
/* line 6, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-light hr {
  border-top-color: #ececf6;
}
/* line 10, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-light .alert-link {
  color: #686868;
}

/* line 48, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_alert.scss */
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
/* line 6, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark hr {
  border-top-color: #b9bbbe;
}
/* line 10, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 6, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_progress.scss */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 16, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #007bff;
  transition: width 0.6s ease;
}

/* line 26, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

/* line 31, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

/* line 1, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_media.scss */
.media {
  display: flex;
  align-items: flex-start;
}

/* line 6, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_media.scss */
.media-body {
  flex: 1;
}

/* line 5, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

/* line 20, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
/* line 19, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
/* line 32, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

/* line 43, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
/* line 52, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
/* line 56, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
/* line 19, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
/* line 66, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}
/* line 73, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 88, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
/* line 95, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
/* line 101, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

/* line 4, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
/* line 19, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
/* line 14, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

/* line 4, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
/* line 19, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
/* line 14, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

/* line 4, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
/* line 19, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
/* line 14, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

/* line 4, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
/* line 19, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
/* line 14, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

/* line 4, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
/* line 19, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
/* line 14, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

/* line 4, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
/* line 19, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
/* line 14, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

/* line 4, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
/* line 19, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
/* line 14, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

/* line 4, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
/* line 19, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
/* line 14, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

/* line 1, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
/* line 19, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}
/* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_close.scss */
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 28, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 8, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-open {
  overflow: hidden;
}

/* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
/* line 29, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 36, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
/* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
/* line 48, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* line 53, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

/* line 60, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

/* line 77, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
/* line 87, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.fade {
  opacity: 0;
}
/* line 88, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 93, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
/* line 101, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 109, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 116, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 125, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
/* line 133, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}
/* line 134, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

/* line 138, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 149, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  /* line 154, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  /* line 162, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 167, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
  .modal-lg {
    max-width: 800px;
  }
}
/* line 2, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
/* line 15, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.show {
  opacity: 0.9;
}
/* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
/* line 23, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 32, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}
/* line 35, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}
/* line 38, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

/* line 46, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}
/* line 49, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
/* line 54, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

/* line 62, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}
/* line 65, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}
/* line 68, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

/* line 76, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}
/* line 79, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
/* line 84, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

/* line 108, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

/* line 1, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
/* line 20, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
/* line 27, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 38, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}
/* line 41, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
/* line 45, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}
/* line 50, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
/* line 55, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

/* line 61, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}
/* line 64, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
/* line 71, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
/* line 76, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
/* line 81, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

/* line 87, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}
/* line 90, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}
/* line 94, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
/* line 99, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
/* line 104, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}
/* line 110, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

/* line 122, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}
/* line 125, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
/* line 132, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
/* line 137, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
/* line 142, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

/* line 165, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
/* line 175, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.popover-header:empty {
  display: none;
}

/* line 180, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

/* line 2, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 6, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

/* line 22, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 28, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

/* line 35, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  /* line 35, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

/* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  /* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

/* line 53, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  /* line 53, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

/* line 67, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
/* line 19, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

/* line 91, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev {
  left: 0;
}

/* line 97, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next {
  right: 0;
}

/* line 105, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

/* line 113, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

/* line 116, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

/* line 126, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
/* line 140, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}
/* line 151, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
/* line 160, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
/* line 171, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  background-color: #fff;
}

/* line 181, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

/* line 3, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 4, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-top {
  vertical-align: top !important;
}

/* line 5, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 6, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 7, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 8, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 6, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #007bff !important;
}

/* line 19, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

/* line 6, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-secondary {
  background-color: #6c757d !important;
}

/* line 19, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

/* line 6, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #28a745 !important;
}

/* line 19, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

/* line 6, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #17a2b8 !important;
}

/* line 19, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

/* line 6, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #ffc107 !important;
}

/* line 19, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

/* line 6, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #dc3545 !important;
}

/* line 19, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

/* line 6, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-light {
  background-color: #f8f9fa !important;
}

/* line 19, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

/* line 6, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-dark {
  background-color: #343a40 !important;
}

/* line 19, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

/* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_background.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_background.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 7, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border {
  border: 1px solid #dee2e6 !important;
}

/* line 8, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-top {
  border-top: 1px solid #dee2e6 !important;
}

/* line 9, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-right {
  border-right: 1px solid #dee2e6 !important;
}

/* line 10, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

/* line 11, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-left {
  border-left: 1px solid #dee2e6 !important;
}

/* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-0 {
  border: 0 !important;
}

/* line 14, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 15, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 16, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 20, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-primary {
  border-color: #007bff !important;
}

/* line 20, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-secondary {
  border-color: #6c757d !important;
}

/* line 20, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-success {
  border-color: #28a745 !important;
}

/* line 20, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-info {
  border-color: #17a2b8 !important;
}

/* line 20, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-warning {
  border-color: #ffc107 !important;
}

/* line 20, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-danger {
  border-color: #dc3545 !important;
}

/* line 20, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-light {
  border-color: #f8f9fa !important;
}

/* line 20, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-dark {
  border-color: #343a40 !important;
}

/* line 25, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-white {
  border-color: #fff !important;
}

/* line 33, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded {
  border-radius: 0.25rem !important;
}

/* line 36, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 40, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 48, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 53, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 57, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 2, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 11, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-none {
  display: none !important;
}

/* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline {
  display: inline !important;
}

/* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 14, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-block {
  display: block !important;
}

/* line 15, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table {
  display: table !important;
}

/* line 16, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table-row {
  display: table-row !important;
}

/* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 18, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-flex {
  display: flex !important;
}

/* line 19, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 11, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-none {
    display: none !important;
  }

  /* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline {
    display: inline !important;
  }

  /* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }

  /* line 14, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-block {
    display: block !important;
  }

  /* line 15, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table {
    display: table !important;
  }

  /* line 16, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table-row {
    display: table-row !important;
  }

  /* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }

  /* line 18, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-flex {
    display: flex !important;
  }

  /* line 19, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  /* line 11, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-none {
    display: none !important;
  }

  /* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline {
    display: inline !important;
  }

  /* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }

  /* line 14, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-block {
    display: block !important;
  }

  /* line 15, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table {
    display: table !important;
  }

  /* line 16, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table-row {
    display: table-row !important;
  }

  /* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }

  /* line 18, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-flex {
    display: flex !important;
  }

  /* line 19, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  /* line 11, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-none {
    display: none !important;
  }

  /* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline {
    display: inline !important;
  }

  /* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }

  /* line 14, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-block {
    display: block !important;
  }

  /* line 15, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table {
    display: table !important;
  }

  /* line 16, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table-row {
    display: table-row !important;
  }

  /* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }

  /* line 18, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-flex {
    display: flex !important;
  }

  /* line 19, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  /* line 11, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-none {
    display: none !important;
  }

  /* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline {
    display: inline !important;
  }

  /* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }

  /* line 14, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-block {
    display: block !important;
  }

  /* line 15, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table {
    display: table !important;
  }

  /* line 16, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table-row {
    display: table-row !important;
  }

  /* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }

  /* line 18, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-flex {
    display: flex !important;
  }

  /* line 19, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  /* line 29, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-none {
    display: none !important;
  }

  /* line 30, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline {
    display: inline !important;
  }

  /* line 31, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }

  /* line 32, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-block {
    display: block !important;
  }

  /* line 33, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table {
    display: table !important;
  }

  /* line 34, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table-row {
    display: table-row !important;
  }

  /* line 35, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }

  /* line 36, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-flex {
    display: flex !important;
  }

  /* line 37, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
/* line 3, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
/* line 10, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive::before {
  display: block;
  content: "";
}
/* line 15, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 31, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

/* line 37, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 43, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 49, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 11, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 14, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 16, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 18, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 20, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 21, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 22, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 23, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 24, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 26, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 27, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 28, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-center {
  align-items: center !important;
}

/* line 29, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 30, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 32, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 33, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 34, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-center {
  align-content: center !important;
}

/* line 35, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 36, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 37, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 39, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 40, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 41, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 42, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-center {
  align-self: center !important;
}

/* line 43, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 11, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }

  /* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }

  /* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  /* line 14, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* line 16, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  /* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  /* line 18, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* line 20, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  /* line 21, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  /* line 22, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }

  /* line 23, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  /* line 24, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  /* line 26, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }

  /* line 27, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }

  /* line 28, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-center {
    align-items: center !important;
  }

  /* line 29, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  /* line 30, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  /* line 32, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }

  /* line 33, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }

  /* line 34, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-center {
    align-content: center !important;
  }

  /* line 35, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }

  /* line 36, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }

  /* line 37, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  /* line 39, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }

  /* line 40, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }

  /* line 41, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }

  /* line 42, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-center {
    align-self: center !important;
  }

  /* line 43, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  /* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  /* line 11, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-row {
    flex-direction: row !important;
  }

  /* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-column {
    flex-direction: column !important;
  }

  /* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  /* line 14, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* line 16, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  /* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  /* line 18, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* line 20, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  /* line 21, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  /* line 22, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }

  /* line 23, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }

  /* line 24, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }

  /* line 26, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }

  /* line 27, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }

  /* line 28, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-center {
    align-items: center !important;
  }

  /* line 29, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }

  /* line 30, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }

  /* line 32, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }

  /* line 33, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }

  /* line 34, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-center {
    align-content: center !important;
  }

  /* line 35, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }

  /* line 36, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }

  /* line 37, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }

  /* line 39, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }

  /* line 40, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }

  /* line 41, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }

  /* line 42, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-center {
    align-self: center !important;
  }

  /* line 43, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }

  /* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  /* line 11, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }

  /* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }

  /* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  /* line 14, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* line 16, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  /* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  /* line 18, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* line 20, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  /* line 21, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  /* line 22, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }

  /* line 23, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  /* line 24, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  /* line 26, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }

  /* line 27, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }

  /* line 28, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-center {
    align-items: center !important;
  }

  /* line 29, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  /* line 30, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  /* line 32, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }

  /* line 33, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }

  /* line 34, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-center {
    align-content: center !important;
  }

  /* line 35, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }

  /* line 36, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }

  /* line 37, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  /* line 39, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }

  /* line 40, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }

  /* line 41, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }

  /* line 42, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-center {
    align-self: center !important;
  }

  /* line 43, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  /* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  /* line 11, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }

  /* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }

  /* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  /* line 14, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* line 16, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  /* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  /* line 18, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* line 20, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  /* line 21, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  /* line 22, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }

  /* line 23, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  /* line 24, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  /* line 26, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }

  /* line 27, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }

  /* line 28, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-center {
    align-items: center !important;
  }

  /* line 29, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  /* line 30, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  /* line 32, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }

  /* line 33, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }

  /* line 34, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-center {
    align-content: center !important;
  }

  /* line 35, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }

  /* line 36, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }

  /* line 37, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  /* line 39, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }

  /* line 40, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }

  /* line 41, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }

  /* line 42, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-center {
    align-self: center !important;
  }

  /* line 43, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  /* line 44, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
/* line 5, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-left {
  float: left !important;
}

/* line 6, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-right {
  float: right !important;
}

/* line 7, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 5, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-left {
    float: left !important;
  }

  /* line 6, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-right {
    float: right !important;
  }

  /* line 7, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  /* line 5, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-left {
    float: left !important;
  }

  /* line 6, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-right {
    float: right !important;
  }

  /* line 7, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  /* line 5, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-left {
    float: left !important;
  }

  /* line 6, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-right {
    float: right !important;
  }

  /* line 7, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 5, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-left {
    float: left !important;
  }

  /* line 6, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-right {
    float: right !important;
  }

  /* line 7, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-none {
    float: none !important;
  }
}
/* line 9, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-static {
  position: static !important;
}

/* line 9, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-relative {
  position: relative !important;
}

/* line 9, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-absolute {
  position: absolute !important;
}

/* line 9, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-fixed {
  position: fixed !important;
}

/* line 9, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

/* line 14, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 22, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  /* line 30, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_position.scss */
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 5, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_screenreaders.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}

/* line 25, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_screen-reader.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none;
}

/* line 7, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-25 {
  width: 25% !important;
}

/* line 7, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-50 {
  width: 50% !important;
}

/* line 7, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-75 {
  width: 75% !important;
}

/* line 7, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-100 {
  width: 100% !important;
}

/* line 7, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-25 {
  height: 25% !important;
}

/* line 7, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-50 {
  height: 50% !important;
}

/* line 7, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-75 {
  height: 75% !important;
}

/* line 7, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-100 {
  height: 100% !important;
}

/* line 11, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-0 {
  margin: 0 !important;
}

/* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 21, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 25, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 21, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 25, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 21, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 25, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 21, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 25, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 21, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 25, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 21, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 25, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-0 {
  padding: 0 !important;
}

/* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 21, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 25, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 21, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 25, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 21, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 25, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

/* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 21, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 25, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 21, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 25, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 21, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 25, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 33, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-auto {
  margin: auto !important;
}

/* line 34, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 38, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 42, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 46, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-0 {
    margin: 0 !important;
  }

  /* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  /* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  /* line 21, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  /* line 25, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  /* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }

  /* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  /* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  /* line 21, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 25, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  /* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }

  /* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  /* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  /* line 21, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 25, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  /* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }

  /* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  /* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  /* line 21, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  /* line 25, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  /* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }

  /* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  /* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  /* line 21, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 25, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  /* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }

  /* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  /* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  /* line 21, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  /* line 25, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  /* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-0 {
    padding: 0 !important;
  }

  /* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  /* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  /* line 21, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  /* line 25, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  /* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }

  /* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  /* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  /* line 21, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 25, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  /* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }

  /* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  /* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  /* line 21, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 25, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  /* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }

  /* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  /* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  /* line 21, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  /* line 25, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  /* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }

  /* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  /* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  /* line 21, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 25, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  /* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }

  /* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  /* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  /* line 21, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  /* line 25, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  /* line 33, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-auto {
    margin: auto !important;
  }

  /* line 34, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  /* line 38, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  /* line 42, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  /* line 46, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  /* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-0 {
    margin: 0 !important;
  }

  /* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  /* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  /* line 21, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  /* line 25, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  /* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }

  /* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  /* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  /* line 21, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 25, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  /* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }

  /* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  /* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  /* line 21, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 25, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  /* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-3 {
    margin: 1rem !important;
  }

  /* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  /* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  /* line 21, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  /* line 25, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  /* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }

  /* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  /* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  /* line 21, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 25, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  /* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-5 {
    margin: 3rem !important;
  }

  /* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  /* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  /* line 21, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  /* line 25, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  /* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-0 {
    padding: 0 !important;
  }

  /* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  /* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  /* line 21, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  /* line 25, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  /* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }

  /* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  /* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  /* line 21, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 25, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  /* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }

  /* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  /* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  /* line 21, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 25, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  /* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-3 {
    padding: 1rem !important;
  }

  /* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  /* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  /* line 21, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  /* line 25, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  /* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }

  /* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  /* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  /* line 21, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 25, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  /* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-5 {
    padding: 3rem !important;
  }

  /* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  /* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  /* line 21, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  /* line 25, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  /* line 33, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-auto {
    margin: auto !important;
  }

  /* line 34, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  /* line 38, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  /* line 42, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  /* line 46, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  /* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-0 {
    margin: 0 !important;
  }

  /* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  /* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  /* line 21, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  /* line 25, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  /* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }

  /* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  /* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  /* line 21, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 25, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  /* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }

  /* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  /* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  /* line 21, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 25, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  /* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }

  /* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  /* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  /* line 21, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  /* line 25, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  /* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }

  /* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  /* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  /* line 21, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 25, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  /* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }

  /* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  /* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  /* line 21, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  /* line 25, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  /* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-0 {
    padding: 0 !important;
  }

  /* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  /* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  /* line 21, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  /* line 25, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  /* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }

  /* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  /* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  /* line 21, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 25, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  /* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }

  /* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  /* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  /* line 21, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 25, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  /* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }

  /* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  /* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  /* line 21, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  /* line 25, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  /* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }

  /* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  /* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  /* line 21, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 25, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  /* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }

  /* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  /* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  /* line 21, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  /* line 25, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  /* line 33, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-auto {
    margin: auto !important;
  }

  /* line 34, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  /* line 38, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  /* line 42, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  /* line 46, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  /* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-0 {
    margin: 0 !important;
  }

  /* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  /* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  /* line 21, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  /* line 25, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  /* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }

  /* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  /* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  /* line 21, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 25, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  /* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }

  /* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  /* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  /* line 21, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 25, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  /* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }

  /* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  /* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  /* line 21, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  /* line 25, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  /* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }

  /* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  /* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  /* line 21, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 25, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  /* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }

  /* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  /* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  /* line 21, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  /* line 25, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  /* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-0 {
    padding: 0 !important;
  }

  /* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  /* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  /* line 21, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  /* line 25, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  /* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }

  /* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  /* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  /* line 21, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 25, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  /* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }

  /* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  /* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  /* line 21, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 25, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  /* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }

  /* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  /* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  /* line 21, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  /* line 25, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  /* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }

  /* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  /* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  /* line 21, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 25, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  /* line 12, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }

  /* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  /* line 17, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  /* line 21, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  /* line 25, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  /* line 33, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-auto {
    margin: auto !important;
  }

  /* line 34, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  /* line 38, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  /* line 42, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  /* line 46, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
/* line 9, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-justify {
  text-align: justify !important;
}

/* line 10, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 11, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 19, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-left {
  text-align: left !important;
}

/* line 20, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-right {
  text-align: right !important;
}

/* line 21, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 19, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-left {
    text-align: left !important;
  }

  /* line 20, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-right {
    text-align: right !important;
  }

  /* line 21, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  /* line 19, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-left {
    text-align: left !important;
  }

  /* line 20, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-right {
    text-align: right !important;
  }

  /* line 21, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  /* line 19, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-left {
    text-align: left !important;
  }

  /* line 20, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-right {
    text-align: right !important;
  }

  /* line 21, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  /* line 19, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-left {
    text-align: left !important;
  }

  /* line 20, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-right {
    text-align: right !important;
  }

  /* line 21, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-center {
    text-align: center !important;
  }
}
/* line 27, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 28, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 29, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 33, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 34, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 35, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-bold {
  font-weight: 700 !important;
}

/* line 36, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-italic {
  font-style: italic !important;
}

/* line 40, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-white {
  color: #fff !important;
}

/* line 6, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #007bff !important;
}

/* line 19, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important;
}

/* line 6, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-secondary {
  color: #6c757d !important;
}

/* line 19, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

/* line 6, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #28a745 !important;
}

/* line 19, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

/* line 6, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #17a2b8 !important;
}

/* line 19, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

/* line 6, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #ffc107 !important;
}

/* line 19, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

/* line 6, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #dc3545 !important;
}

/* line 19, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

/* line 6, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-light {
  color: #f8f9fa !important;
}

/* line 19, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

/* line 6, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-dark {
  color: #343a40 !important;
}

/* line 19, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

/* line 46, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-muted {
  color: #6c757d !important;
}

/* line 50, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 5, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.visible {
  visibility: visible !important;
}

/* line 9, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 13, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_print.scss */
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  /* line 24, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_print.scss */
  a:not(.btn) {
    text-decoration: underline;
  }

  /* line 34, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /* line 49, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_print.scss */
  pre {
    white-space: pre-wrap !important;
  }

  /* line 52, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 63, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 67, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 72, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 79, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  /* line 92, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_print.scss */
  body {
    min-width: 992px !important;
  }

  /* line 95, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_print.scss */
  .container {
    min-width: 992px !important;
  }

  /* line 100, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none;
  }

  /* line 103, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_print.scss */
  .badge {
    border: 1px solid #000;
  }

  /* line 107, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 110, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_print.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 116, /home/bjoern/.rvm/gems/ruby-2.5.1/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/*!

=========================================================
* Argon Dashboard - v1.0.0
=========================================================

* Product Page: https://www.creative-tim.com/product/argon-dashboard
* Copyright 2018 Creative Tim (https://www.creative-tim.com)
* Licensed under MIT (https://github.com/creativetimofficial/argon-dashboard/blob/master/LICENSE.md)

* Coded by Creative Tim

=========================================================

* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

*/
/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
:root {
  --blue:#5e72e4;
  --indigo:#5603ad;
  --purple:#8965e0;
  --pink:#f3a4b5;
  --red:#f5365c;
  --orange:#fb6340;
  --yellow:#ffd600;
  --green:#2dce89;
  --teal:#11cdef;
  --cyan:#2bffc6;
  --white:#fff;
  --gray:#8898aa;
  --gray-dark:#32325d;
  --light:#ced4da;
  --lighter:#e9ecef;
  --primary:#5e72e4;
  --secondary:#f7fafc;
  --success:#2dce89;
  --info:#11cdef;
  --warning:#fb6340;
  --danger:#f5365c;
  --light:#adb5bd;
  --dark:#212529;
  --default:#172b4d;
  --white:#fff;
  --neutral:#fff;
  --darker:black;
  --breakpoint-xs:0;
  --breakpoint-sm:576px;
  --breakpoint-md:768px;
  --breakpoint-lg:992px;
  --breakpoint-xl:1200px;
  --font-family-sans-serif:Open Sans,sans-serif;
  --font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,'Liberation Mono','Courier New',monospace;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
*, ::after, ::before {
  box-sizing: border-box;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}
/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
body {
  font-family: Open Sans,sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  text-align: left;
  color: #525f7f;
  background-color: #f8f9fe;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
[tabindex='-1']:focus {
  outline: 0 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
hr {
  overflow: visible;
  box-sizing: content-box;
  height: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
abbr[data-original-title], abbr[title] {
  cursor: help;
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: 0;
  -webkit-text-decoration: underline dotted;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
dt {
  font-weight: 600;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
blockquote {
  margin: 0 0 1rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
dfn {
  font-style: italic;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
b, strong {
  font-weight: bolder;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
small {
  font-size: 80%;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
sub {
  bottom: -.25em;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
sup {
  top: -.5em;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a {
  text-decoration: none;
  color: #5e72e4;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a:hover {
  text-decoration: none;
  color: #233dd2;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a:not([href]):not([tabindex]) {
  text-decoration: none;
  color: inherit;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  text-decoration: none;
  color: inherit;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
code, kbd, pre, samp {
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,'Liberation Mono','Courier New',monospace;
  font-size: 1em;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
pre {
  overflow: auto;
  margin-top: 0;
  margin-bottom: 1rem;
  -ms-overflow-style: scrollbar;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
figure {
  margin: 0 0 1rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
table {
  border-collapse: collapse;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
caption {
  padding-top: 1rem;
  padding-bottom: 1rem;
  caption-side: bottom;
  text-align: left;
  color: #8898aa;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
th {
  text-align: inherit;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
label {
  display: inline-block;
  margin-bottom: .5rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
button {
  border-radius: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
button, input {
  overflow: visible;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
button, select {
  text-transform: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  -webkit-appearance: listbox;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
legend {
  font-size: 1.5rem;
  line-height: inherit;
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: .5rem;
  padding: 0;
  white-space: normal;
  color: inherit;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
progress {
  vertical-align: baseline;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
output {
  display: inline-block;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
template {
  display: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
[hidden] {
  display: none !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: .5rem;
  color: #32325d;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.h1, h1 {
  font-size: 1.625rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.h2, h2 {
  font-size: 1.25rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.h3, h3 {
  font-size: 1.0625rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.h4, h4 {
  font-size: .9375rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.h5, h5 {
  font-size: .8125rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.h6, h6 {
  font-size: .625rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.display-1 {
  font-size: 3.3rem;
  font-weight: 600;
  line-height: 1.5;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.display-2 {
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 1.5;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.display-3 {
  font-size: 2.1875rem;
  font-weight: 600;
  line-height: 1.5;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.display-4 {
  font-size: 1.6275rem;
  font-weight: 600;
  line-height: 1.5;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.small, small {
  font-size: 80%;
  font-weight: 400;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.mark, mark {
  padding: .2em;
  background-color: #fcf8e3;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.list-inline-item {
  display: inline-block;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.list-inline-item:not(:last-child) {
  margin-right: .5rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.blockquote {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.blockquote-footer {
  font-size: 80%;
  display: block;
  color: #8898aa;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.blockquote-footer::before {
  content: '\2014 \00A0';
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.img-thumbnail {
  max-width: 100%;
  height: auto;
  padding: .25rem;
  border: 1px solid #dee2e6;
  border-radius: .375rem;
  background-color: #f8f9fe;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.figure {
  display: inline-block;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.figure-img {
  line-height: 1;
  margin-bottom: .5rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.figure-caption {
  font-size: 90%;
  color: #8898aa;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
code {
  font-size: 87.5%;
  word-break: break-word;
  color: #f3a4b5;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a > code {
  color: inherit;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
kbd {
  font-size: 87.5%;
  padding: .2rem .4rem;
  color: #fff;
  border-radius: .25rem;
  background-color: #212529;
  box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
kbd kbd {
  font-size: 100%;
  font-weight: 600;
  padding: 0;
  box-shadow: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
pre {
  font-size: 87.5%;
  display: block;
  color: #212529;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
pre code {
  font-size: inherit;
  word-break: normal;
  color: inherit;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.pre-scrollable {
  overflow-y: scroll;
  max-height: 340px;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .container {
    max-width: 1140px;
  }
}
/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.row {
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  flex-wrap: wrap;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.col {
  max-width: 100%;
  flex-basis: 0;
  flex-grow: 1;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.col-auto {
  width: auto;
  max-width: none;
  flex: 0 0 auto;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.col-1 {
  max-width: 8.33333%;
  flex: 0 0 8.33333%;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.col-2 {
  max-width: 16.66667%;
  flex: 0 0 16.66667%;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.col-3 {
  max-width: 25%;
  flex: 0 0 25%;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.col-4 {
  max-width: 33.33333%;
  flex: 0 0 33.33333%;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.col-5 {
  max-width: 41.66667%;
  flex: 0 0 41.66667%;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.col-6 {
  max-width: 50%;
  flex: 0 0 50%;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.col-7 {
  max-width: 58.33333%;
  flex: 0 0 58.33333%;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.col-8 {
  max-width: 66.66667%;
  flex: 0 0 66.66667%;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.col-9 {
  max-width: 75%;
  flex: 0 0 75%;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.col-10 {
  max-width: 83.33333%;
  flex: 0 0 83.33333%;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.col-11 {
  max-width: 91.66667%;
  flex: 0 0 91.66667%;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.col-12 {
  max-width: 100%;
  flex: 0 0 100%;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.order-first {
  order: -1;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.order-last {
  order: 13;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.order-0 {
  order: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.order-1 {
  order: 1;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.order-2 {
  order: 2;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.order-3 {
  order: 3;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.order-4 {
  order: 4;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.order-5 {
  order: 5;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.order-6 {
  order: 6;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.order-7 {
  order: 7;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.order-8 {
  order: 8;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.order-9 {
  order: 9;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.order-10 {
  order: 10;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.order-11 {
  order: 11;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.order-12 {
  order: 12;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.offset-1 {
  margin-left: 8.33333%;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.offset-2 {
  margin-left: 16.66667%;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.offset-3 {
  margin-left: 25%;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.offset-4 {
  margin-left: 33.33333%;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.offset-5 {
  margin-left: 41.66667%;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.offset-6 {
  margin-left: 50%;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.offset-7 {
  margin-left: 58.33333%;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.offset-8 {
  margin-left: 66.66667%;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.offset-9 {
  margin-left: 75%;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.offset-10 {
  margin-left: 83.33333%;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .col-sm {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .col-sm-auto {
    width: auto;
    max-width: none;
    flex: 0 0 auto;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .col-sm-1 {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .col-sm-2 {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .col-sm-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .col-sm-4 {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .col-sm-5 {
    max-width: 41.66667%;
    flex: 0 0 41.66667%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .col-sm-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .col-sm-7 {
    max-width: 58.33333%;
    flex: 0 0 58.33333%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .col-sm-8 {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .col-sm-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .col-sm-10 {
    max-width: 83.33333%;
    flex: 0 0 83.33333%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .col-sm-11 {
    max-width: 91.66667%;
    flex: 0 0 91.66667%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .col-sm-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .order-sm-first {
    order: -1;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .order-sm-last {
    order: 13;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .order-sm-0 {
    order: 0;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .order-sm-1 {
    order: 1;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .order-sm-2 {
    order: 2;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .order-sm-3 {
    order: 3;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .order-sm-4 {
    order: 4;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .order-sm-5 {
    order: 5;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .order-sm-6 {
    order: 6;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .order-sm-7 {
    order: 7;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .order-sm-8 {
    order: 8;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .order-sm-9 {
    order: 9;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .order-sm-10 {
    order: 10;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .order-sm-11 {
    order: 11;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .order-sm-12 {
    order: 12;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .offset-sm-0 {
    margin-left: 0;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .offset-sm-3 {
    margin-left: 25%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .offset-sm-6 {
    margin-left: 50%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .offset-sm-9 {
    margin-left: 75%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .col-md {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .col-md-auto {
    width: auto;
    max-width: none;
    flex: 0 0 auto;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .col-md-1 {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .col-md-2 {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .col-md-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .col-md-4 {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .col-md-5 {
    max-width: 41.66667%;
    flex: 0 0 41.66667%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .col-md-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .col-md-7 {
    max-width: 58.33333%;
    flex: 0 0 58.33333%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .col-md-8 {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .col-md-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .col-md-10 {
    max-width: 83.33333%;
    flex: 0 0 83.33333%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .col-md-11 {
    max-width: 91.66667%;
    flex: 0 0 91.66667%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .col-md-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .order-md-first {
    order: -1;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .order-md-last {
    order: 13;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .order-md-0 {
    order: 0;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .order-md-1 {
    order: 1;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .order-md-2 {
    order: 2;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .order-md-3 {
    order: 3;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .order-md-4 {
    order: 4;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .order-md-5 {
    order: 5;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .order-md-6 {
    order: 6;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .order-md-7 {
    order: 7;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .order-md-8 {
    order: 8;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .order-md-9 {
    order: 9;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .order-md-10 {
    order: 10;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .order-md-11 {
    order: 11;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .order-md-12 {
    order: 12;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .offset-md-0 {
    margin-left: 0;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .offset-md-1 {
    margin-left: 8.33333%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .offset-md-2 {
    margin-left: 16.66667%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .offset-md-3 {
    margin-left: 25%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .offset-md-4 {
    margin-left: 33.33333%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .offset-md-5 {
    margin-left: 41.66667%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .offset-md-6 {
    margin-left: 50%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .offset-md-7 {
    margin-left: 58.33333%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .offset-md-8 {
    margin-left: 66.66667%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .offset-md-9 {
    margin-left: 75%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .offset-md-10 {
    margin-left: 83.33333%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .col-lg {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .col-lg-auto {
    width: auto;
    max-width: none;
    flex: 0 0 auto;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .col-lg-1 {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .col-lg-2 {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .col-lg-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .col-lg-4 {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .col-lg-5 {
    max-width: 41.66667%;
    flex: 0 0 41.66667%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .col-lg-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .col-lg-7 {
    max-width: 58.33333%;
    flex: 0 0 58.33333%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .col-lg-8 {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .col-lg-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .col-lg-10 {
    max-width: 83.33333%;
    flex: 0 0 83.33333%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .col-lg-11 {
    max-width: 91.66667%;
    flex: 0 0 91.66667%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .col-lg-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .order-lg-first {
    order: -1;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .order-lg-last {
    order: 13;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .order-lg-0 {
    order: 0;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .order-lg-1 {
    order: 1;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .order-lg-2 {
    order: 2;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .order-lg-3 {
    order: 3;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .order-lg-4 {
    order: 4;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .order-lg-5 {
    order: 5;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .order-lg-6 {
    order: 6;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .order-lg-7 {
    order: 7;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .order-lg-8 {
    order: 8;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .order-lg-9 {
    order: 9;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .order-lg-10 {
    order: 10;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .order-lg-11 {
    order: 11;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .order-lg-12 {
    order: 12;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .offset-lg-0 {
    margin-left: 0;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .offset-lg-3 {
    margin-left: 25%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .offset-lg-6 {
    margin-left: 50%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .offset-lg-9 {
    margin-left: 75%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .col-xl {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .col-xl-auto {
    width: auto;
    max-width: none;
    flex: 0 0 auto;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .col-xl-1 {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .col-xl-2 {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .col-xl-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .col-xl-4 {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .col-xl-5 {
    max-width: 41.66667%;
    flex: 0 0 41.66667%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .col-xl-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .col-xl-7 {
    max-width: 58.33333%;
    flex: 0 0 58.33333%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .col-xl-8 {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .col-xl-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .col-xl-10 {
    max-width: 83.33333%;
    flex: 0 0 83.33333%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .col-xl-11 {
    max-width: 91.66667%;
    flex: 0 0 91.66667%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .col-xl-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .order-xl-first {
    order: -1;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .order-xl-last {
    order: 13;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .order-xl-0 {
    order: 0;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .order-xl-1 {
    order: 1;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .order-xl-2 {
    order: 2;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .order-xl-3 {
    order: 3;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .order-xl-4 {
    order: 4;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .order-xl-5 {
    order: 5;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .order-xl-6 {
    order: 6;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .order-xl-7 {
    order: 7;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .order-xl-8 {
    order: 8;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .order-xl-9 {
    order: 9;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .order-xl-10 {
    order: 10;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .order-xl-11 {
    order: 11;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .order-xl-12 {
    order: 12;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .offset-xl-0 {
    margin-left: 0;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .offset-xl-3 {
    margin-left: 25%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .offset-xl-6 {
    margin-left: 50%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .offset-xl-9 {
    margin-left: 75%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.table td, .table th {
  padding: 1rem;
  vertical-align: top;
  border-top: 1px solid #e9ecef;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e9ecef;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.table tbody + tbody {
  border-top: 2px solid #e9ecef;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.table .table {
  background-color: #f8f9fe;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.table-sm td, .table-sm th {
  padding: .5rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.table-bordered {
  border: 1px solid #e9ecef;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.table-bordered td, .table-bordered th {
  border: 1px solid #e9ecef;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.table-bordered thead td, .table-bordered thead th {
  border-bottom-width: 2px;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
  border: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.table-hover tbody tr:hover {
  background-color: #f6f9fc;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.table-primary, .table-primary > td, .table-primary > th {
  background-color: #d2d8f7;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.table-hover .table-primary:hover {
  background-color: #bcc5f3;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #bcc5f3;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.table-secondary, .table-secondary > td, .table-secondary > th {
  background-color: #fdfefe;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.table-hover .table-secondary:hover {
  background-color: #ecf6f6;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
  background-color: #ecf6f6;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.table-success, .table-success > td, .table-success > th {
  background-color: #c4f1de;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.table-hover .table-success:hover {
  background-color: #afecd2;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  background-color: #afecd2;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.table-info, .table-info > td, .table-info > th {
  background-color: #bcf1fb;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.table-hover .table-info:hover {
  background-color: #a4ecfa;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
  background-color: #a4ecfa;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.table-warning, .table-warning > td, .table-warning > th {
  background-color: #fed3ca;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.table-hover .table-warning:hover {
  background-color: #febeb1;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  background-color: #febeb1;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.table-danger, .table-danger > td, .table-danger > th {
  background-color: #fcc7d1;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.table-hover .table-danger:hover {
  background-color: #fbafbd;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  background-color: #fbafbd;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.table-light, .table-light > td, .table-light > th {
  background-color: #e8eaed;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.table-hover .table-light:hover {
  background-color: #dadde2;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
  background-color: #dadde2;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.table-dark, .table-dark > td, .table-dark > th {
  background-color: #c1c2c3;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.table-hover .table-dark:hover {
  background-color: #b4b5b6;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
  background-color: #b4b5b6;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.table-default, .table-default > td, .table-default > th {
  background-color: #bec4cd;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.table-hover .table-default:hover {
  background-color: #b0b7c2;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.table-hover .table-default:hover > td, .table-hover .table-default:hover > th {
  background-color: #b0b7c2;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.table-white, .table-white > td, .table-white > th {
  background-color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.table-hover .table-white:hover {
  background-color: #f2f2f2;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.table-hover .table-white:hover > td, .table-hover .table-white:hover > th {
  background-color: #f2f2f2;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.table-neutral, .table-neutral > td, .table-neutral > th {
  background-color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.table-hover .table-neutral:hover {
  background-color: #f2f2f2;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.table-hover .table-neutral:hover > td, .table-hover .table-neutral:hover > th {
  background-color: #f2f2f2;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.table-darker, .table-darker > td, .table-darker > th {
  background-color: #b8b8b8;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.table-hover .table-darker:hover {
  background-color: #ababab;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.table-hover .table-darker:hover > td, .table-hover .table-darker:hover > th {
  background-color: #ababab;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.table-active, .table-active > td, .table-active > th {
  background-color: #f6f9fc;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.table-hover .table-active:hover {
  background-color: #e3ecf6;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: #e3ecf6;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.table .thead-dark th {
  color: #f8f9fe;
  border-color: #1f3a68;
  background-color: #172b4d;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.table .thead-light th {
  color: #8898aa;
  border-color: #e9ecef;
  background-color: #f6f9fc;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.table-dark {
  color: #f8f9fe;
  background-color: #172b4d;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.table-dark td, .table-dark th, .table-dark thead th {
  border-color: #1f3a68;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.table-dark.table-bordered {
  border: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .table-responsive-sm {
    display: block;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .table-responsive-md {
    display: block;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .table-responsive-lg {
    display: block;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .table-responsive-xl {
    display: block;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.table-responsive {
  display: block;
  overflow-x: auto;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.table-responsive > .table-bordered {
  border: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.form-control {
  font-size: 1rem;
  line-height: 1.5;
  display: block;
  width: 100%;
  height: calc(2.75rem + 2px);
  padding: .625rem .75rem;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  color: #8898aa;
  border: 1px solid #cad1d7;
  border-radius: .375rem;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .form-control {
    transition: none;
  }
}
/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.form-control:focus {
  color: #8898aa;
  border-color: rgba(50, 151, 211, 0.25);
  outline: 0;
  background-color: #fff;
  box-shadow: none,none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.form-control:-ms-input-placeholder {
  opacity: 1;
  color: #adb5bd;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.form-control::-ms-input-placeholder {
  opacity: 1;
  color: #adb5bd;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.form-control::-webkit-input-placeholder {
  opacity: 1;
  color: #adb5bd;
}
.form-control:-ms-input-placeholder {
  opacity: 1;
  color: #adb5bd;
}
.form-control::-ms-input-placeholder {
  opacity: 1;
  color: #adb5bd;
}
.form-control::placeholder {
  opacity: 1;
  color: #adb5bd;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.form-control:disabled, .form-control[readonly] {
  opacity: 1;
  background-color: #e9ecef;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
select.form-control:focus::-ms-value {
  color: #8898aa;
  background-color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.form-control-file, .form-control-range {
  display: block;
  width: 100%;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.col-form-label {
  font-size: inherit;
  line-height: 1.5;
  margin-bottom: 0;
  padding-top: calc(.625rem + 1px);
  padding-bottom: calc(.625rem + 1px);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.col-form-label-lg {
  font-size: 1.25rem;
  line-height: 1.5;
  padding-top: calc(.875rem + 1px);
  padding-bottom: calc(.875rem + 1px);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.col-form-label-sm {
  font-size: .875rem;
  line-height: 1.5;
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.form-control-plaintext {
  line-height: 1.5;
  display: block;
  width: 100%;
  margin-bottom: 0;
  padding-top: .625rem;
  padding-bottom: .625rem;
  color: #525f7f;
  border: solid transparent;
  border-width: 1px 0;
  background-color: transparent;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  font-size: .875rem;
  line-height: 1.5;
  height: calc(1.8125rem + 2px);
  padding: .25rem .5rem;
  border-radius: .25rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  font-size: 1.25rem;
  line-height: 1.5;
  height: calc(3.625rem + 2px);
  padding: .875rem 1rem;
  border-radius: .4375rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
select.form-control[multiple], select.form-control[size] {
  height: auto;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
textarea.form-control {
  height: auto;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.form-group {
  margin-bottom: 1.5rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.form-text {
  display: block;
  margin-top: .25rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.form-row {
  display: flex;
  margin-right: -5px;
  margin-left: -5px;
  flex-wrap: wrap;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.form-row > .col, .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.form-check-input {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.form-check-input:disabled ~ .form-check-label {
  color: #8898aa;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.form-check-label {
  margin-bottom: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.form-check-inline {
  display: inline-flex;
  margin-right: .75rem;
  padding-left: 0;
  align-items: center;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.valid-feedback {
  font-size: 80%;
  display: none;
  width: 100%;
  margin-top: .25rem;
  color: #2dce89;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.valid-tooltip {
  font-size: .875rem;
  line-height: 1;
  position: absolute;
  z-index: 5;
  top: 100%;
  display: none;
  max-width: 100%;
  margin-top: .1rem;
  padding: .5rem;
  color: #fff;
  border-radius: .2rem;
  background-color: rgba(45, 206, 137, 0.8);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
  border-color: #2dce89;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus {
  border-color: #2dce89;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
  display: block;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
  color: #2dce89;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #2dce89;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
  border-color: #93e7c3;
  background-color: #93e7c3;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  border-color: #93e7c3;
  background-color: #54daa1;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #f8f9fe, 0 0 0 0 rgba(45, 206, 137, 0.25);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #2dce89;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-file-input.is-valid ~ .custom-file-label::before, .was-validated .custom-file-input:valid ~ .custom-file-label::before {
  border-color: inherit;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0 rgba(45, 206, 137, 0.25);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.invalid-feedback {
  font-size: 80%;
  display: none;
  width: 100%;
  margin-top: .25rem;
  color: #fb6340;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.invalid-tooltip {
  font-size: .875rem;
  line-height: 1;
  position: absolute;
  z-index: 5;
  top: 100%;
  display: none;
  max-width: 100%;
  margin-top: .1rem;
  padding: .5rem;
  color: #fff;
  border-radius: .2rem;
  background-color: rgba(251, 99, 64, 0.8);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
  border-color: #fb6340;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: #fb6340;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
  color: #fb6340;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #fb6340;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  border-color: #fec9bd;
  background-color: #fec9bd;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
  border-color: #fec9bd;
  background-color: #fc8c72;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #f8f9fe, 0 0 0 0 rgba(251, 99, 64, 0.25);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #fb6340;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-file-input.is-invalid ~ .custom-file-label::before, .was-validated .custom-file-input:invalid ~ .custom-file-label::before {
  border-color: inherit;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0 rgba(251, 99, 64, 0.25);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .form-inline label {
    display: flex;
    margin-bottom: 0;
    align-items: center;
    justify-content: center;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .form-inline .form-group {
    display: flex;
    margin-bottom: 0;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .form-inline .custom-select, .form-inline .input-group {
    width: auto;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .form-inline .form-check {
    display: flex;
    width: auto;
    padding-left: 0;
    align-items: center;
    justify-content: center;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  display: inline-block;
  padding: .625rem 1.25rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: 1px solid transparent;
  border-radius: .375rem;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .btn {
    transition: none;
  }
}
/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn:focus, .btn:hover {
  text-decoration: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn.disabled, .btn:disabled {
  opacity: .65;
  box-shadow: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
  box-shadow: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn:not(:disabled):not(.disabled).active:focus, .btn:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08), none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-primary {
  color: #fff;
  border-color: #5e72e4;
  background-color: #5e72e4;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-primary:hover {
  color: #fff;
  border-color: #5e72e4;
  background-color: #5e72e4;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(94, 114, 228, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  border-color: #5e72e4;
  background-color: #5e72e4;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  border-color: #5e72e4;
  background-color: #324cdd;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(94, 114, 228, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-secondary {
  color: #212529;
  border-color: #f7fafc;
  background-color: #f7fafc;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-secondary:hover {
  color: #212529;
  border-color: #f7fafc;
  background-color: #f7fafc;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-secondary.focus, .btn-secondary:focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(247, 250, 252, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #212529;
  border-color: #f7fafc;
  background-color: #f7fafc;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  color: #212529;
  border-color: #f7fafc;
  background-color: #d2e3ee;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(247, 250, 252, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-success {
  color: #fff;
  border-color: #2dce89;
  background-color: #2dce89;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-success:hover {
  color: #fff;
  border-color: #2dce89;
  background-color: #2dce89;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-success.focus, .btn-success:focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(45, 206, 137, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  border-color: #2dce89;
  background-color: #2dce89;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  border-color: #2dce89;
  background-color: #24a46d;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(45, 206, 137, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-info {
  color: #fff;
  border-color: #11cdef;
  background-color: #11cdef;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-info:hover {
  color: #fff;
  border-color: #11cdef;
  background-color: #11cdef;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-info.focus, .btn-info:focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(17, 205, 239, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  border-color: #11cdef;
  background-color: #11cdef;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  border-color: #11cdef;
  background-color: #0da5c0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(17, 205, 239, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-warning {
  color: #fff;
  border-color: #fb6340;
  background-color: #fb6340;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-warning:hover {
  color: #fff;
  border-color: #fb6340;
  background-color: #fb6340;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-warning.focus, .btn-warning:focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(251, 99, 64, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-warning.disabled, .btn-warning:disabled {
  color: #fff;
  border-color: #fb6340;
  background-color: #fb6340;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  border-color: #fb6340;
  background-color: #fa3a0e;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(251, 99, 64, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-danger {
  color: #fff;
  border-color: #f5365c;
  background-color: #f5365c;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-danger:hover {
  color: #fff;
  border-color: #f5365c;
  background-color: #f5365c;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-danger.focus, .btn-danger:focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(245, 54, 92, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  border-color: #f5365c;
  background-color: #f5365c;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  border-color: #f5365c;
  background-color: #ec0c38;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(245, 54, 92, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-light {
  color: #fff;
  border-color: #adb5bd;
  background-color: #adb5bd;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-light:hover {
  color: #fff;
  border-color: #adb5bd;
  background-color: #adb5bd;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-light.focus, .btn-light:focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(173, 181, 189, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-light.disabled, .btn-light:disabled {
  color: #fff;
  border-color: #adb5bd;
  background-color: #adb5bd;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  color: #fff;
  border-color: #adb5bd;
  background-color: #919ca6;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(173, 181, 189, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-dark {
  color: #fff;
  border-color: #212529;
  background-color: #212529;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-dark:hover {
  color: #fff;
  border-color: #212529;
  background-color: #212529;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-dark.focus, .btn-dark:focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(33, 37, 41, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  border-color: #212529;
  background-color: #212529;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  border-color: #212529;
  background-color: #0a0c0d;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(33, 37, 41, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-default {
  color: #fff;
  border-color: #172b4d;
  background-color: #172b4d;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-default:hover {
  color: #fff;
  border-color: #172b4d;
  background-color: #172b4d;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-default.focus, .btn-default:focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(23, 43, 77, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-default.disabled, .btn-default:disabled {
  color: #fff;
  border-color: #172b4d;
  background-color: #172b4d;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-default:not(:disabled):not(.disabled).active, .btn-default:not(:disabled):not(.disabled):active, .show > .btn-default.dropdown-toggle {
  color: #fff;
  border-color: #172b4d;
  background-color: #0b1526;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-default:not(:disabled):not(.disabled).active:focus, .btn-default:not(:disabled):not(.disabled):active:focus, .show > .btn-default.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(23, 43, 77, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-white {
  color: #212529;
  border-color: #fff;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-white:hover {
  color: #212529;
  border-color: #fff;
  background-color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-white.focus, .btn-white:focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(255, 255, 255, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-white.disabled, .btn-white:disabled {
  color: #212529;
  border-color: #fff;
  background-color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-white:not(:disabled):not(.disabled).active, .btn-white:not(:disabled):not(.disabled):active, .show > .btn-white.dropdown-toggle {
  color: #212529;
  border-color: #fff;
  background-color: #e6e6e6;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-white:not(:disabled):not(.disabled).active:focus, .btn-white:not(:disabled):not(.disabled):active:focus, .show > .btn-white.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(255, 255, 255, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-neutral {
  color: #212529;
  border-color: #fff;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-neutral:hover {
  color: #212529;
  border-color: #fff;
  background-color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-neutral.focus, .btn-neutral:focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(255, 255, 255, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-neutral.disabled, .btn-neutral:disabled {
  color: #212529;
  border-color: #fff;
  background-color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-neutral:not(:disabled):not(.disabled).active, .btn-neutral:not(:disabled):not(.disabled):active, .show > .btn-neutral.dropdown-toggle {
  color: #212529;
  border-color: #fff;
  background-color: #e6e6e6;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-neutral:not(:disabled):not(.disabled).active:focus, .btn-neutral:not(:disabled):not(.disabled):active:focus, .show > .btn-neutral.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(255, 255, 255, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-darker {
  color: #fff;
  border-color: #000;
  background-color: #000;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-darker:hover {
  color: #fff;
  border-color: #000;
  background-color: #000;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-darker.focus, .btn-darker:focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(0, 0, 0, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-darker.disabled, .btn-darker:disabled {
  color: #fff;
  border-color: #000;
  background-color: #000;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-darker:not(:disabled):not(.disabled).active, .btn-darker:not(:disabled):not(.disabled):active, .show > .btn-darker.dropdown-toggle {
  color: #fff;
  border-color: #000;
  background-color: #000;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-darker:not(:disabled):not(.disabled).active:focus, .btn-darker:not(:disabled):not(.disabled):active:focus, .show > .btn-darker.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(0, 0, 0, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-outline-primary {
  color: #5e72e4;
  border-color: #5e72e4;
  background-color: transparent;
  background-image: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-outline-primary:hover {
  color: #fff;
  border-color: #5e72e4;
  background-color: #5e72e4;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-outline-primary.focus, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0 rgba(94, 114, 228, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #5e72e4;
  background-color: transparent;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  border-color: #5e72e4;
  background-color: #5e72e4;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(94, 114, 228, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-outline-secondary {
  color: #f7fafc;
  border-color: #f7fafc;
  background-color: transparent;
  background-image: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-outline-secondary:hover {
  color: #212529;
  border-color: #f7fafc;
  background-color: #f7fafc;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-outline-secondary.focus, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0 rgba(247, 250, 252, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #f7fafc;
  background-color: transparent;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #212529;
  border-color: #f7fafc;
  background-color: #f7fafc;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(247, 250, 252, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-outline-success {
  color: #2dce89;
  border-color: #2dce89;
  background-color: transparent;
  background-image: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-outline-success:hover {
  color: #fff;
  border-color: #2dce89;
  background-color: #2dce89;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-outline-success.focus, .btn-outline-success:focus {
  box-shadow: 0 0 0 0 rgba(45, 206, 137, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #2dce89;
  background-color: transparent;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  border-color: #2dce89;
  background-color: #2dce89;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(45, 206, 137, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-outline-info {
  color: #11cdef;
  border-color: #11cdef;
  background-color: transparent;
  background-image: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-outline-info:hover {
  color: #fff;
  border-color: #11cdef;
  background-color: #11cdef;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-outline-info.focus, .btn-outline-info:focus {
  box-shadow: 0 0 0 0 rgba(17, 205, 239, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #11cdef;
  background-color: transparent;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  border-color: #11cdef;
  background-color: #11cdef;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(17, 205, 239, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-outline-warning {
  color: #fb6340;
  border-color: #fb6340;
  background-color: transparent;
  background-image: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-outline-warning:hover {
  color: #fff;
  border-color: #fb6340;
  background-color: #fb6340;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-outline-warning.focus, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0 rgba(251, 99, 64, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #fb6340;
  background-color: transparent;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  border-color: #fb6340;
  background-color: #fb6340;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(251, 99, 64, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-outline-danger {
  color: #f5365c;
  border-color: #f5365c;
  background-color: transparent;
  background-image: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-outline-danger:hover {
  color: #fff;
  border-color: #f5365c;
  background-color: #f5365c;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-outline-danger.focus, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0 rgba(245, 54, 92, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #f5365c;
  background-color: transparent;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  border-color: #f5365c;
  background-color: #f5365c;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(245, 54, 92, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-outline-light {
  color: #adb5bd;
  border-color: #adb5bd;
  background-color: transparent;
  background-image: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-outline-light:hover {
  color: #fff;
  border-color: #adb5bd;
  background-color: #adb5bd;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-outline-light.focus, .btn-outline-light:focus {
  box-shadow: 0 0 0 0 rgba(173, 181, 189, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #adb5bd;
  background-color: transparent;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
  color: #fff;
  border-color: #adb5bd;
  background-color: #adb5bd;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(173, 181, 189, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-outline-dark {
  color: #212529;
  border-color: #212529;
  background-color: transparent;
  background-image: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-outline-dark:hover {
  color: #fff;
  border-color: #212529;
  background-color: #212529;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-outline-dark.focus, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0 rgba(33, 37, 41, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #212529;
  background-color: transparent;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  border-color: #212529;
  background-color: #212529;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(33, 37, 41, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-outline-default {
  color: #172b4d;
  border-color: #172b4d;
  background-color: transparent;
  background-image: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-outline-default:hover {
  color: #fff;
  border-color: #172b4d;
  background-color: #172b4d;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-outline-default.focus, .btn-outline-default:focus {
  box-shadow: 0 0 0 0 rgba(23, 43, 77, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-outline-default.disabled, .btn-outline-default:disabled {
  color: #172b4d;
  background-color: transparent;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-outline-default:not(:disabled):not(.disabled).active, .btn-outline-default:not(:disabled):not(.disabled):active, .show > .btn-outline-default.dropdown-toggle {
  color: #fff;
  border-color: #172b4d;
  background-color: #172b4d;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-outline-default:not(:disabled):not(.disabled).active:focus, .btn-outline-default:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(23, 43, 77, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-outline-white {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
  background-image: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-outline-white:hover {
  color: #212529;
  border-color: #fff;
  background-color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-outline-white.focus, .btn-outline-white:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-outline-white:not(:disabled):not(.disabled).active, .btn-outline-white:not(:disabled):not(.disabled):active, .show > .btn-outline-white.dropdown-toggle {
  color: #212529;
  border-color: #fff;
  background-color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-outline-white:not(:disabled):not(.disabled).active:focus, .btn-outline-white:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-outline-neutral {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
  background-image: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-outline-neutral:hover {
  color: #212529;
  border-color: #fff;
  background-color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-outline-neutral.focus, .btn-outline-neutral:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-outline-neutral.disabled, .btn-outline-neutral:disabled {
  color: #fff;
  background-color: transparent;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-outline-neutral:not(:disabled):not(.disabled).active, .btn-outline-neutral:not(:disabled):not(.disabled):active, .show > .btn-outline-neutral.dropdown-toggle {
  color: #212529;
  border-color: #fff;
  background-color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-outline-neutral:not(:disabled):not(.disabled).active:focus, .btn-outline-neutral:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-neutral.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-outline-darker {
  color: #000;
  border-color: #000;
  background-color: transparent;
  background-image: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-outline-darker:hover {
  color: #fff;
  border-color: #000;
  background-color: #000;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-outline-darker.focus, .btn-outline-darker:focus {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-outline-darker.disabled, .btn-outline-darker:disabled {
  color: #000;
  background-color: transparent;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-outline-darker:not(:disabled):not(.disabled).active, .btn-outline-darker:not(:disabled):not(.disabled):active, .show > .btn-outline-darker.dropdown-toggle {
  color: #fff;
  border-color: #000;
  background-color: #000;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-outline-darker:not(:disabled):not(.disabled).active:focus, .btn-outline-darker:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-darker.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-link {
  font-weight: 400;
  color: #5e72e4;
  background-color: transparent;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-link:hover {
  text-decoration: none;
  color: #233dd2;
  border-color: transparent;
  background-color: transparent;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-link.focus, .btn-link:focus {
  text-decoration: none;
  border-color: transparent;
  box-shadow: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-link.disabled, .btn-link:disabled {
  pointer-events: none;
  color: #8898aa;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-group-lg > .btn, .btn-lg, .btn-group-lg > .btn {
  font-size: 1.25rem;
  line-height: 1.5;
  padding: .875rem 1rem;
  border-radius: .4375rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-group-sm > .btn, .btn-sm, .btn-group-sm > .btn {
  font-size: .875rem;
  line-height: 1.5;
  padding: .25rem .5rem;
  border-radius: .375rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-block {
  display: block;
  width: 100%;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-block + .btn-block {
  margin-top: .5rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.fade {
  transition: opacity .15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .fade {
    transition: none;
  }
}
/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.fade:not(.show) {
  opacity: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.collapse:not(.show) {
  display: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.collapsing {
  position: relative;
  overflow: hidden;
  height: 0;
  transition: height .35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .collapsing {
    transition: none;
  }
}
/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.dropdown, .dropleft, .dropright, .dropup {
  position: relative;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  content: '';
  vertical-align: .255em;
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.dropdown-menu {
  font-size: 1rem;
  position: absolute;
  z-index: 1000;
  top: 100%;
  left: 0;
  display: none;
  float: left;
  min-width: 10rem;
  margin: .125rem 0 0;
  padding: .5rem 0;
  list-style: none;
  text-align: left;
  color: #525f7f;
  border: 0 solid rgba(0, 0, 0, 0.15);
  border-radius: .4375rem;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1), 0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  content: '';
  vertical-align: .255em;
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: .125rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  content: '';
  vertical-align: .255em;
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: .125rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  content: '';
  vertical-align: .255em;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: .255em;
  content: '';
  vertical-align: .255em;
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.dropdown-divider {
  overflow: hidden;
  height: 0;
  margin: .5rem 0;
  border-top: 1px solid #e9ecef;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.dropdown-item {
  font-weight: 400;
  display: block;
  clear: both;
  width: 100%;
  padding: .25rem 1.5rem;
  text-align: inherit;
  white-space: nowrap;
  color: #212529;
  border: 0;
  background-color: transparent;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.dropdown-item:focus, .dropdown-item:hover {
  text-decoration: none;
  color: #16181b;
  background-color: #f6f9fc;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.dropdown-item.active, .dropdown-item:active {
  text-decoration: none;
  color: #fff;
  background-color: #5e72e4;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #8898aa;
  background-color: transparent;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.dropdown-menu.show {
  display: block;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.dropdown-header {
  font-size: .875rem;
  display: block;
  margin-bottom: 0;
  padding: .5rem 1.5rem;
  white-space: nowrap;
  color: #8898aa;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.dropdown-item-text {
  display: block;
  padding: .25rem 1.5rem;
  color: #212529;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  flex: 0 1 auto;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
  z-index: 1;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
  z-index: 1;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-toolbar .input-group {
  width: auto;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.dropdown-toggle-split {
  padding-right: .9375rem;
  padding-left: .9375rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-group.show .dropdown-toggle {
  box-shadow: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-group-vertical .btn, .btn-group-vertical .btn-group {
  width: 100%;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.input-group {
  position: relative;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: stretch;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control {
  position: relative;
  width: 1%;
  margin-bottom: 0;
  flex: 1 1 auto;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control {
  margin-left: -1px;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus {
  z-index: 3;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.input-group > .custom-file {
  display: flex;
  align-items: center;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.input-group-append, .input-group-prepend {
  display: flex;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.input-group-append .btn, .input-group-prepend .btn {
  position: relative;
  z-index: 2;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.input-group-prepend {
  margin-right: -1px;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.input-group-append {
  margin-left: -1px;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.input-group-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
  margin-bottom: 0;
  padding: .625rem .75rem;
  text-align: center;
  white-space: nowrap;
  color: #adb5bd;
  border: 1px solid #cad1d7;
  border-radius: .375rem;
  background-color: #fff;
  align-items: center;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
  margin-top: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
  font-size: 1.25rem;
  line-height: 1.5;
  height: calc(3.625rem + 2px);
  padding: .875rem 1rem;
  border-radius: .4375rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
  font-size: .875rem;
  line-height: 1.5;
  height: calc(1.8125rem + 2px);
  padding: .25rem .5rem;
  border-radius: .25rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.75rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #5e72e4;
  box-shadow: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #5e72e4;
  box-shadow: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-control-input:disabled ~ .custom-control-label {
  color: #8898aa;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-control-label::before {
  position: absolute;
  top: .125rem;
  left: -1.75rem;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  content: '';
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  background-color: #fff;
  box-shadow: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-control-label::after {
  position: absolute;
  top: .125rem;
  left: -1.75rem;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  content: '';
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-checkbox .custom-control-label::before {
  border-radius: .25rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #5e72e4;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #5e72e4;
  box-shadow: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(94, 114, 228, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(94, 114, 228, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #5e72e4;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(94, 114, 228, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-select {
  line-height: 1.5;
  display: inline-block;
  width: 100%;
  height: calc(2.75rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  vertical-align: middle;
  color: #8898aa;
  border: 1px solid #cad1d7;
  border-radius: .375rem;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%2332325d' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-select:focus {
  border-color: rgba(50, 151, 211, 0.25);
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0 rgba(50, 151, 211, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-select:focus::-ms-value {
  color: #8898aa;
  background-color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-select[multiple], .custom-select[size]:not([size='1']) {
  height: auto;
  padding-right: .75rem;
  background-image: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-select:disabled {
  color: #8898aa;
  background-color: #e9ecef;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-select::-ms-expand {
  opacity: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-select-sm {
  font-size: 75%;
  height: calc(1.8125rem + 2px);
  padding-top: .375rem;
  padding-bottom: .375rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-select-lg {
  font-size: 125%;
  height: calc(3.625rem + 2px);
  padding-top: .375rem;
  padding-bottom: .375rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.75rem + 2px);
  margin-bottom: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.75rem + 2px);
  margin: 0;
  opacity: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgba(50, 151, 211, 0.25);
  box-shadow: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-file-input:focus ~ .custom-file-label::after {
  border-color: rgba(50, 151, 211, 0.25);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: 'Browse';
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-file-label {
  line-height: 1.5;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  height: calc(2.75rem + 2px);
  padding: .625rem .75rem;
  color: #8898aa;
  border: 1px solid #cad1d7;
  border-radius: .375rem;
  background-color: #fff;
  box-shadow: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-file-label::after {
  line-height: 1.5;
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  height: 2.75rem;
  padding: .625rem .75rem;
  content: 'Browse';
  color: #8898aa;
  border-left: 1px solid #cad1d7;
  border-radius: 0 .375rem .375rem 0;
  background-color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-range:focus {
  outline: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f8f9fe,none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f8f9fe,none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #f8f9fe,none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border: 0;
  border-radius: 1rem;
  background-color: #5e72e4;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -webkit-appearance: none;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-range::-webkit-slider-thumb:active {
  background-color: #f7f8fe;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  cursor: pointer;
  color: transparent;
  border-color: transparent;
  border-radius: 1rem;
  background-color: #dee2e6;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border: 0;
  border-radius: 1rem;
  background-color: #5e72e4;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -moz-appearance: none;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-range::-moz-range-thumb:active {
  background-color: #f7f8fe;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  cursor: pointer;
  color: transparent;
  border-color: transparent;
  border-radius: 1rem;
  background-color: #dee2e6;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border: 0;
  border-radius: 1rem;
  background-color: #5e72e4;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .custom-range::-ms-thumb {
    transition: none;
  }
}
/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-range::-ms-thumb:active {
  background-color: #f7f8fe;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-range::-ms-track {
  width: 100%;
  height: .5rem;
  cursor: pointer;
  color: transparent;
  border-width: .5rem;
  border-color: transparent;
  background-color: transparent;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-range::-ms-fill-lower {
  border-radius: 1rem;
  background-color: #dee2e6;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  border-radius: 1rem;
  background-color: #dee2e6;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-control-label::before, .custom-file-label, .custom-select {
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .custom-control-label::before, .custom-file-label, .custom-select {
    transition: none;
  }
}
/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.nav {
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  flex-wrap: wrap;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.nav-link {
  display: block;
  padding: .25rem .75rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.nav-link.disabled {
  color: #8898aa;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.nav-tabs .nav-item {
  margin-bottom: -1px;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .375rem;
  border-top-right-radius: .375rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.nav-tabs .nav-link.disabled {
  color: #8898aa;
  border-color: transparent;
  background-color: transparent;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #525f7f;
  border-color: #dee2e6 #dee2e6 #f8f9fe;
  background-color: #f8f9fe;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.nav-pills .nav-link {
  border-radius: .375rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #5e72e4;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.nav-fill .nav-item {
  text-align: center;
  flex: 1 1 auto;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.nav-justified .nav-item {
  text-align: center;
  flex-basis: 0;
  flex-grow: 1;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.tab-content > .tab-pane {
  display: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.tab-content > .active {
  display: block;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar {
  position: relative;
  display: flex;
  padding: 1rem 1rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar > .container, .navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-brand {
  font-size: 1.25rem;
  line-height: inherit;
  display: inline-block;
  margin-right: 1rem;
  padding-top: .0625rem;
  padding-bottom: .0625rem;
  white-space: nowrap;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-nav {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-text {
  display: inline-block;
  padding-top: .25rem;
  padding-bottom: .25rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-toggler {
  font-size: 1.25rem;
  line-height: 1;
  padding: .25rem .75rem;
  border: 1px solid transparent;
  border-radius: .375rem;
  background-color: transparent;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  content: '';
  vertical-align: middle;
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-expand > .container, .navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-expand > .container, .navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: transparent;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-dark .navbar-brand {
  color: rgba(255, 255, 255, 0.65);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: rgba(255, 255, 255, 0.65);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.95);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.65);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  color: rgba(255, 255, 255, 0.65);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.95);
  border-color: transparent;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.95)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.95);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-dark .navbar-text a {
  color: rgba(255, 255, 255, 0.65);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
  color: rgba(255, 255, 255, 0.65);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: .375rem;
  background-color: #fff;
  background-clip: border-box;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: .375rem;
  border-top-right-radius: .375rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: .375rem;
  border-bottom-left-radius: .375rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.card-body {
  padding: 1.5rem;
  flex: 1 1 auto;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.card-title {
  margin-bottom: 1.25rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.card-subtitle {
  margin-top: -.625rem;
  margin-bottom: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.card-link:hover {
  text-decoration: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.card-link + .card-link {
  margin-left: 1.5rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.card-header {
  margin-bottom: 0;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.card-header:first-child {
  border-radius: calc(.375rem - 1px) calc(.375rem - 1px) 0 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.card-footer {
  padding: 1.25rem 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.card-footer:last-child {
  border-radius: 0 0 calc(.375rem - 1px) calc(.375rem - 1px);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.card-header-tabs {
  margin-right: -.75rem;
  margin-bottom: -1.25rem;
  margin-left: -.75rem;
  border-bottom: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.card-header-pills {
  margin-right: -.75rem;
  margin-left: -.75rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.card-img {
  width: 100%;
  border-radius: calc(.375rem - 1px);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(.375rem - 1px);
  border-top-right-radius: calc(.375rem - 1px);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(.375rem - 1px);
  border-bottom-left-radius: calc(.375rem - 1px);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.card-deck {
  display: flex;
  flex-direction: column;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .card-deck {
    margin-right: -15px;
    margin-left: -15px;
    flex-flow: row wrap;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .card-deck .card {
    display: flex;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
    flex: 1 0;
  }
}
/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.card-group {
  display: flex;
  flex-direction: column;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .card-group {
    flex-flow: row wrap;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .card-group > .card {
    margin-bottom: 0;
    flex: 1 0;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .card-group > .card:first-child .card-header, .card-group > .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .card-group > .card:first-child .card-footer, .card-group > .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .card-group > .card:last-child .card-header, .card-group > .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .card-group > .card:last-child .card-footer, .card-group > .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .card-group > .card:only-child {
    border-radius: .375rem;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .card-group > .card:only-child .card-header, .card-group > .card:only-child .card-img-top {
    border-top-left-radius: .375rem;
    border-top-right-radius: .375rem;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .card-group > .card:only-child .card-footer, .card-group > .card:only-child .card-img-bottom {
    border-bottom-right-radius: .375rem;
    border-bottom-left-radius: .375rem;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
    border-radius: 0;
  }
}
/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.card-columns .card {
  margin-bottom: 1.25rem;
}

@media (min-width: 576px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .card-columns {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.breadcrumb {
  display: flex;
  margin-bottom: 1rem;
  padding: .75rem 1rem;
  list-style: none;
  border-radius: .375rem;
  background-color: #e9ecef;
  flex-wrap: wrap;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.breadcrumb-item + .breadcrumb-item {
  padding-left: .5rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  content: '/';
  color: #8898aa;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.breadcrumb-item.active {
  color: #8898aa;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .375rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.page-link {
  line-height: 1.25;
  position: relative;
  display: block;
  margin-left: -1px;
  padding: .5rem .75rem;
  color: #8898aa;
  border: 1px solid #dee2e6;
  background-color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.page-link:hover {
  z-index: 2;
  text-decoration: none;
  color: #8898aa;
  border-color: #dee2e6;
  background-color: #dee2e6;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .375rem;
  border-bottom-left-radius: .375rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.page-item:last-child .page-link {
  border-top-right-radius: .375rem;
  border-bottom-right-radius: .375rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  border-color: #5e72e4;
  background-color: #5e72e4;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.page-item.disabled .page-link {
  cursor: auto;
  pointer-events: none;
  color: #8898aa;
  border-color: #dee2e6;
  background-color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.pagination-lg .page-link {
  font-size: 1.25rem;
  line-height: 1.5;
  padding: .75rem 1.5rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .4375rem;
  border-bottom-left-radius: .4375rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .4375rem;
  border-bottom-right-radius: .4375rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.pagination-sm .page-link {
  font-size: .875rem;
  line-height: 1.5;
  padding: .25rem .5rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.badge {
  font-size: 66%;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  padding: .35rem .375rem;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  border-radius: .375rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.badge:empty {
  display: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.badge-pill {
  padding-right: .875em;
  padding-left: .875em;
  border-radius: 10rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.badge-primary {
  color: #2643e9;
  background-color: rgba(203, 210, 246, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.badge-primary[href]:focus, .badge-primary[href]:hover {
  text-decoration: none;
  color: #fff;
  background-color: #324cdd;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.badge-secondary {
  color: #cfe3f1;
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.badge-secondary[href]:focus, .badge-secondary[href]:hover {
  text-decoration: none;
  color: #212529;
  background-color: #d2e3ee;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.badge-success {
  color: #1aae6f;
  background-color: rgba(147, 231, 195, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.badge-success[href]:focus, .badge-success[href]:hover {
  text-decoration: none;
  color: #fff;
  background-color: #24a46d;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.badge-info {
  color: #03acca;
  background-color: rgba(136, 230, 247, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.badge-info[href]:focus, .badge-info[href]:hover {
  text-decoration: none;
  color: #fff;
  background-color: #0da5c0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.badge-warning {
  color: #ff3709;
  background-color: rgba(254, 201, 189, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.badge-warning[href]:focus, .badge-warning[href]:hover {
  text-decoration: none;
  color: #fff;
  background-color: #fa3a0e;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.badge-danger {
  color: #f80031;
  background-color: rgba(251, 175, 190, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.badge-danger[href]:focus, .badge-danger[href]:hover {
  text-decoration: none;
  color: #fff;
  background-color: #ec0c38;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.badge-light {
  color: #879cb0;
  background-color: rgba(244, 245, 246, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.badge-light[href]:focus, .badge-light[href]:hover {
  text-decoration: none;
  color: #fff;
  background-color: #919ca6;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.badge-dark {
  color: #090c0e;
  background-color: rgba(90, 101, 112, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.badge-dark[href]:focus, .badge-dark[href]:hover {
  text-decoration: none;
  color: #fff;
  background-color: #0a0c0d;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.badge-default {
  color: #091428;
  background-color: rgba(52, 98, 175, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.badge-default[href]:focus, .badge-default[href]:hover {
  text-decoration: none;
  color: #fff;
  background-color: #0b1526;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.badge-white {
  color: #e8e3e3;
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.badge-white[href]:focus, .badge-white[href]:hover {
  text-decoration: none;
  color: #212529;
  background-color: #e6e6e6;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.badge-neutral {
  color: #e8e3e3;
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.badge-neutral[href]:focus, .badge-neutral[href]:hover {
  text-decoration: none;
  color: #212529;
  background-color: #e6e6e6;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.badge-darker {
  color: #000;
  background-color: rgba(64, 64, 64, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.badge-darker[href]:focus, .badge-darker[href]:hover {
  text-decoration: none;
  color: #fff;
  background-color: #000;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.jumbotron {
  margin-bottom: 2rem;
  padding: 2rem 1rem;
  border-radius: .4375rem;
  background-color: #e9ecef;
}

@media (min-width: 576px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .jumbotron {
    padding: 4rem 2rem;
  }
}
/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.alert {
  position: relative;
  margin-bottom: 1rem;
  padding: 1rem 1.5rem;
  border: 1px solid transparent;
  border-radius: .375rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.alert-heading {
  color: inherit;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.alert-link {
  font-weight: 600;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.alert-dismissible {
  padding-right: 4.5rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1rem 1.5rem;
  color: inherit;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.alert-primary {
  color: #fff;
  border-color: #7889e8;
  background-color: #7889e8;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.alert-primary hr {
  border-top-color: #6276e4;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.alert-primary .alert-link {
  color: #324cdd;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.alert-secondary {
  color: #212529;
  border-color: #f8fbfc;
  background-color: #f8fbfc;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.alert-secondary hr {
  border-top-color: #e6f1f4;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.alert-secondary .alert-link {
  color: #d2e3ee;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.alert-success {
  color: #fff;
  border-color: #4fd69c;
  background-color: #4fd69c;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.alert-success hr {
  border-top-color: #3ad190;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.alert-success .alert-link {
  color: #24a46d;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.alert-info {
  color: #fff;
  border-color: #37d5f2;
  background-color: #37d5f2;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.alert-info hr {
  border-top-color: #1fd0f0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.alert-info .alert-link {
  color: #0da5c0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.alert-warning {
  color: #fff;
  border-color: #fc7c5f;
  background-color: #fc7c5f;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.alert-warning hr {
  border-top-color: #fc6846;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.alert-warning .alert-link {
  color: #fa3a0e;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.alert-danger {
  color: #fff;
  border-color: #f75676;
  background-color: #f75676;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.alert-danger hr {
  border-top-color: #f63e62;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.alert-danger .alert-link {
  color: #ec0c38;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.alert-light {
  color: #fff;
  border-color: #bac1c8;
  background-color: #bac1c8;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.alert-light hr {
  border-top-color: #acb4bd;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.alert-light .alert-link {
  color: #919ca6;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.alert-dark {
  color: #fff;
  border-color: #45484b;
  background-color: #45484b;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.alert-dark hr {
  border-top-color: #393b3e;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.alert-dark .alert-link {
  color: #0a0c0d;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.alert-default {
  color: #fff;
  border-color: #3c4d69;
  background-color: #3c4d69;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.alert-default hr {
  border-top-color: #334159;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.alert-default .alert-link {
  color: #0b1526;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.alert-white {
  color: #212529;
  border-color: #fff;
  background-color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.alert-white hr {
  border-top-color: #f2f2f2;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.alert-white .alert-link {
  color: #e6e6e6;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.alert-neutral {
  color: #212529;
  border-color: #fff;
  background-color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.alert-neutral hr {
  border-top-color: #f2f2f2;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.alert-neutral .alert-link {
  color: #e6e6e6;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.alert-darker {
  color: #fff;
  border-color: #292929;
  background-color: #292929;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.alert-darker hr {
  border-top-color: #1c1c1c;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.alert-darker .alert-link {
  color: #000;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.progress {
  font-size: .75rem;
  display: flex;
  overflow: hidden;
  height: 1rem;
  border-radius: .375rem;
  background-color: #e9ecef;
  box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.progress-bar {
  display: flex;
  flex-direction: column;
  transition: width .6s ease;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  background-color: #5e72e4;
  justify-content: center;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .progress-bar {
    transition: none;
  }
}
/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.media {
  display: flex;
  align-items: flex-start;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.media-body {
  flex: 1 1;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.list-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.list-group-item-action {
  width: 100%;
  text-align: inherit;
  color: #525f7f;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.list-group-item-action:focus, .list-group-item-action:hover {
  text-decoration: none;
  color: #525f7f;
  background-color: #f6f9fc;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.list-group-item-action:active {
  color: #525f7f;
  background-color: #e9ecef;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.list-group-item {
  position: relative;
  display: block;
  margin-bottom: -1px;
  padding: 1rem 1rem;
  border: 1px solid #e9ecef;
  background-color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.list-group-item:first-child {
  border-top-left-radius: .375rem;
  border-top-right-radius: .375rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: .375rem;
  border-bottom-left-radius: .375rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.list-group-item:focus, .list-group-item:hover {
  z-index: 1;
  text-decoration: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.list-group-item.disabled, .list-group-item:disabled {
  color: #8898aa;
  background-color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  border-color: #5e72e4;
  background-color: #5e72e4;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.list-group-item-primary {
  color: #313b77;
  background-color: #d2d8f7;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
  color: #313b77;
  background-color: #bcc5f3;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  border-color: #313b77;
  background-color: #313b77;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.list-group-item-secondary {
  color: #808283;
  background-color: #fdfefe;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
  color: #808283;
  background-color: #ecf6f6;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  border-color: #808283;
  background-color: #808283;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.list-group-item-success {
  color: #176b47;
  background-color: #c4f1de;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
  color: #176b47;
  background-color: #afecd2;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  border-color: #176b47;
  background-color: #176b47;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.list-group-item-info {
  color: #096b7c;
  background-color: #bcf1fb;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
  color: #096b7c;
  background-color: #a4ecfa;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  border-color: #096b7c;
  background-color: #096b7c;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.list-group-item-warning {
  color: #833321;
  background-color: #fed3ca;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
  color: #833321;
  background-color: #febeb1;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  border-color: #833321;
  background-color: #833321;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.list-group-item-danger {
  color: #7f1c30;
  background-color: #fcc7d1;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
  color: #7f1c30;
  background-color: #fbafbd;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  border-color: #7f1c30;
  background-color: #7f1c30;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.list-group-item-light {
  color: #5a5e62;
  background-color: #e8eaed;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
  color: #5a5e62;
  background-color: #dadde2;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  border-color: #5a5e62;
  background-color: #5a5e62;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.list-group-item-dark {
  color: #111315;
  background-color: #c1c2c3;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
  color: #111315;
  background-color: #b4b5b6;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  border-color: #111315;
  background-color: #111315;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.list-group-item-default {
  color: #0c1628;
  background-color: #bec4cd;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.list-group-item-default.list-group-item-action:focus, .list-group-item-default.list-group-item-action:hover {
  color: #0c1628;
  background-color: #b0b7c2;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.list-group-item-default.list-group-item-action.active {
  color: #fff;
  border-color: #0c1628;
  background-color: #0c1628;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.list-group-item-white {
  color: #858585;
  background-color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.list-group-item-white.list-group-item-action:focus, .list-group-item-white.list-group-item-action:hover {
  color: #858585;
  background-color: #f2f2f2;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.list-group-item-white.list-group-item-action.active {
  color: #fff;
  border-color: #858585;
  background-color: #858585;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.list-group-item-neutral {
  color: #858585;
  background-color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.list-group-item-neutral.list-group-item-action:focus, .list-group-item-neutral.list-group-item-action:hover {
  color: #858585;
  background-color: #f2f2f2;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.list-group-item-neutral.list-group-item-action.active {
  color: #fff;
  border-color: #858585;
  background-color: #858585;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.list-group-item-darker {
  color: #000;
  background-color: #b8b8b8;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.list-group-item-darker.list-group-item-action:focus, .list-group-item-darker.list-group-item-action:hover {
  color: #000;
  background-color: #ababab;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.list-group-item-darker.list-group-item-action.active {
  color: #fff;
  border-color: #000;
  background-color: #000;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.close {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  float: right;
  opacity: .5;
  color: rgba(0, 0, 0, 0.6);
  text-shadow: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  text-decoration: none;
  opacity: .75;
  color: rgba(0, 0, 0, 0.6);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
button.close {
  padding: 0;
  border: 0;
  background-color: transparent;
  -webkit-appearance: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-open {
  overflow: hidden;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal {
  position: fixed;
  z-index: 1050;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: hidden;
  outline: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .modal.fade .modal-dialog {
    transition: none;
  }
}
/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-dialog-centered {
  display: flex;
  min-height: calc(100% - (.5rem * 2));
  align-items: center;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: '';
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  border: 0 solid rgba(0, 0, 0, 0.2);
  border-radius: .4375rem;
  outline: 0;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.2), 0 5px 15px rgba(0, 0, 0, 0.17);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-backdrop {
  position: fixed;
  z-index: 1040;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-backdrop.show {
  opacity: .16;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-header {
  display: flex;
  padding: 1.25rem;
  border-bottom: 0 solid #e9ecef;
  border-top-left-radius: .4375rem;
  border-top-right-radius: .4375rem;
  align-items: flex-start;
  justify-content: space-between;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-header .close {
  margin: -1.25rem -1.25rem -1.25rem auto;
  padding: 1.25rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-title {
  line-height: 1.1;
  margin-bottom: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-body {
  position: relative;
  padding: 1.5rem;
  flex: 1 1 auto;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-footer {
  display: flex;
  padding: 1.5rem;
  border-top: 0 solid #e9ecef;
  align-items: center;
  justify-content: flex-end;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  overflow: scroll;
  width: 50px;
  height: 50px;
}

@media (min-width: 576px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .modal-content {
    box-shadow: 0 15px 35px rgba(50, 50, 93, 0.2), 0 5px 15px rgba(0, 0, 0, 0.17);
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .modal-sm {
    max-width: 380px;
  }
}
@media (min-width: 992px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .modal-lg {
    max-width: 800px;
  }
}
/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.tooltip {
  font-family: Open Sans,sans-serif;
  font-size: .875rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  text-align: left;
  text-align: start;
  white-space: normal;
  text-decoration: none;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  word-wrap: break-word;
  word-break: normal;
  opacity: 0;
  text-shadow: none;
  line-break: auto;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.tooltip.show {
  opacity: .9;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.tooltip .arrow::before {
  position: absolute;
  content: '';
  border-style: solid;
  border-color: transparent;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: .4rem 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: .4rem .4rem 0;
  border-top-color: #000;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 .4rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: .4rem;
  height: .8rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: .4rem 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 .4rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: .4rem;
  height: .8rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  text-align: center;
  color: #fff;
  border-radius: .375rem;
  background-color: #000;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover {
  font-family: Open Sans,sans-serif;
  font-size: .875rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  position: absolute;
  z-index: 1060;
  top: 0;
  left: 0;
  display: block;
  max-width: 276px;
  text-align: left;
  text-align: start;
  white-space: normal;
  text-decoration: none;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  word-wrap: break-word;
  word-break: normal;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: .4375rem;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 0.5rem 2rem 0 rgba(0, 0, 0, 0.2);
  text-shadow: none;
  line-break: auto;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1.5rem;
  height: .75rem;
  margin: 0 .4375rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover .arrow::after, .popover .arrow::before {
  position: absolute;
  display: block;
  content: '';
  border-style: solid;
  border-color: transparent;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bs-popover-auto[x-placement^=top], .bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: .75rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bs-popover-auto[x-placement^=top] .arrow, .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((.75rem + 1px) * -1);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after, .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  border-width: .75rem .75rem 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: transparent;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bs-popover-auto[x-placement^=right], .bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: .75rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bs-popover-auto[x-placement^=right] .arrow, .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((.75rem + 1px) * -1);
  width: .75rem;
  height: 1.5rem;
  margin: .4375rem 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after, .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  border-width: .75rem .75rem .75rem 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: transparent;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: .75rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bs-popover-auto[x-placement^=bottom] .arrow, .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((.75rem + 1px) * -1);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after, .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  border-width: 0 .75rem .75rem .75rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: transparent;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1.5rem;
  margin-left: -.75rem;
  content: '';
  border-bottom: 1px solid #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bs-popover-auto[x-placement^=left], .bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: .75rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bs-popover-auto[x-placement^=left] .arrow, .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((.75rem + 1px) * -1);
  width: .75rem;
  height: 1.5rem;
  margin: .4375rem 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after, .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  border-width: .75rem 0 .75rem .75rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: transparent;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-header {
  font-size: 1rem;
  margin-bottom: 0;
  padding: .5rem .95rem;
  color: #32325d;
  border-bottom: 1px solid #f2f2f2;
  border-top-left-radius: calc(.4375rem - 1px);
  border-top-right-radius: calc(.4375rem - 1px);
  background-color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-header:empty {
  display: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-body {
  padding: .5rem .95rem;
  color: #525f7f;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.carousel {
  position: relative;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.carousel-item {
  position: relative;
  display: none;
  width: 100%;
  align-items: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .carousel-item-next, .carousel-item-prev, .carousel-item.active {
    transition: none;
  }
}
/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.carousel-item-next, .carousel-item-prev {
  position: absolute;
  top: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.active.carousel-item-right, .carousel-item-next {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .active.carousel-item-right, .carousel-item-next {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}
/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.active.carousel-item-left, .carousel-item-prev {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .active.carousel-item-left, .carousel-item-prev {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.carousel-fade .carousel-item {
  transition-duration: .6s;
  transition-property: opacity;
  opacity: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
  opacity: 1;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  opacity: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  width: 15%;
  text-align: center;
  opacity: .5;
  color: #fff;
  align-items: center;
  justify-content: center;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  text-decoration: none;
  opacity: .9;
  color: #fff;
  outline: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.carousel-control-prev {
  left: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.carousel-control-next {
  right: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.carousel-indicators {
  position: absolute;
  z-index: 15;
  right: 0;
  bottom: 10px;
  left: 0;
  display: flex;
  margin-right: 15%;
  margin-left: 15%;
  padding-left: 0;
  list-style: none;
  justify-content: center;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.carousel-indicators li {
  position: relative;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  cursor: pointer;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
  flex: 0 1 auto;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: '';
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: '';
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.carousel-indicators .active {
  background-color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.carousel-caption {
  position: absolute;
  z-index: 10;
  right: 15%;
  bottom: 20px;
  left: 15%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.align-top {
  vertical-align: top !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.align-middle {
  vertical-align: middle !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-primary {
  background-color: #5e72e4 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
  background-color: #324cdd !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-secondary {
  background-color: #f7fafc !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
  background-color: #d2e3ee !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-success {
  background-color: #2dce89 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
  background-color: #24a46d !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-info {
  background-color: #11cdef !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
  background-color: #0da5c0 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-warning {
  background-color: #fb6340 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
  background-color: #fa3a0e !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-danger {
  background-color: #f5365c !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
  background-color: #ec0c38 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-light {
  background-color: #adb5bd !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
  background-color: #919ca6 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-dark {
  background-color: #212529 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
  background-color: #0a0c0d !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-default {
  background-color: #172b4d !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a.bg-default:focus, a.bg-default:hover, button.bg-default:focus, button.bg-default:hover {
  background-color: #0b1526 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-white {
  background-color: #fff !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a.bg-white:focus, a.bg-white:hover, button.bg-white:focus, button.bg-white:hover {
  background-color: #e6e6e6 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-neutral {
  background-color: #fff !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a.bg-neutral:focus, a.bg-neutral:hover, button.bg-neutral:focus, button.bg-neutral:hover {
  background-color: #e6e6e6 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-darker {
  background-color: #000 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a.bg-darker:focus, a.bg-darker:hover, button.bg-darker:focus, button.bg-darker:hover {
  background-color: #000 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-white {
  background-color: #fff !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-transparent {
  background-color: transparent !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.border {
  border: 1px solid #e9ecef !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.border-top {
  border-top: 1px solid #e9ecef !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.border-right {
  border-right: 1px solid #e9ecef !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.border-bottom {
  border-bottom: 1px solid #e9ecef !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.border-left {
  border-left: 1px solid #e9ecef !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.border-0 {
  border: 0 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.border-top-0 {
  border-top: 0 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.border-right-0 {
  border-right: 0 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.border-left-0 {
  border-left: 0 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.border-primary {
  border-color: #5e72e4 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.border-secondary {
  border-color: #f7fafc !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.border-success {
  border-color: #2dce89 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.border-info {
  border-color: #11cdef !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.border-warning {
  border-color: #fb6340 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.border-danger {
  border-color: #f5365c !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.border-light {
  border-color: #adb5bd !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.border-dark {
  border-color: #212529 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.border-default {
  border-color: #172b4d !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.border-white {
  border-color: #fff !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.border-neutral {
  border-color: #fff !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.border-darker {
  border-color: #000 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.border-white {
  border-color: #fff !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.rounded {
  border-radius: 0.375rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.rounded-top {
  border-top-left-radius: 0.375rem !important;
  border-top-right-radius: 0.375rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.rounded-right {
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.rounded-bottom {
  border-bottom-right-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.rounded-left {
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.clearfix::after {
  display: block;
  clear: both;
  content: '';
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.d-none {
  display: none !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.d-inline {
  display: inline !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.d-inline-block {
  display: inline-block !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.d-block {
  display: block !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.d-table {
  display: table !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.d-table-row {
  display: table-row !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.d-table-cell {
  display: table-cell !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.d-flex {
  display: flex !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .d-sm-none {
    display: none !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .d-sm-inline {
    display: inline !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .d-sm-inline-block {
    display: inline-block !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .d-sm-block {
    display: block !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .d-sm-table {
    display: table !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .d-sm-table-row {
    display: table-row !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .d-sm-table-cell {
    display: table-cell !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .d-sm-flex {
    display: flex !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .d-md-none {
    display: none !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .d-md-inline {
    display: inline !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .d-md-inline-block {
    display: inline-block !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .d-md-block {
    display: block !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .d-md-table {
    display: table !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .d-md-table-row {
    display: table-row !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .d-md-table-cell {
    display: table-cell !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .d-md-flex {
    display: flex !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .d-lg-none {
    display: none !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .d-lg-inline {
    display: inline !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .d-lg-inline-block {
    display: inline-block !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .d-lg-block {
    display: block !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .d-lg-table {
    display: table !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .d-lg-table-row {
    display: table-row !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .d-lg-table-cell {
    display: table-cell !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .d-lg-flex {
    display: flex !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .d-xl-none {
    display: none !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .d-xl-inline {
    display: inline !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .d-xl-inline-block {
    display: inline-block !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .d-xl-block {
    display: block !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .d-xl-table {
    display: table !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .d-xl-table-row {
    display: table-row !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .d-xl-table-cell {
    display: table-cell !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .d-xl-flex {
    display: flex !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .d-print-none {
    display: none !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .d-print-inline {
    display: inline !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .d-print-inline-block {
    display: inline-block !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .d-print-block {
    display: block !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .d-print-table {
    display: table !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .d-print-table-row {
    display: table-row !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .d-print-table-cell {
    display: table-cell !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .d-print-flex {
    display: flex !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.embed-responsive {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.embed-responsive::before {
  display: block;
  content: '';
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.flex-row {
  flex-direction: row !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.flex-column {
  flex-direction: column !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.justify-content-center {
  justify-content: center !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.align-items-start {
  align-items: flex-start !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.align-items-end {
  align-items: flex-end !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.align-items-center {
  align-items: center !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.align-content-start {
  align-content: flex-start !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.align-content-end {
  align-content: flex-end !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.align-content-center {
  align-content: center !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.align-content-between {
  align-content: space-between !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.align-content-around {
  align-content: space-around !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.align-self-auto {
  align-self: auto !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.align-self-start {
  align-self: flex-start !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.align-self-end {
  align-self: flex-end !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.align-self-center {
  align-self: center !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .flex-sm-row {
    flex-direction: row !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .flex-sm-column {
    flex-direction: column !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .justify-content-sm-center {
    justify-content: center !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .align-items-sm-start {
    align-items: flex-start !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .align-items-sm-end {
    align-items: flex-end !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .align-items-sm-center {
    align-items: center !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .align-content-sm-start {
    align-content: flex-start !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .align-content-sm-end {
    align-content: flex-end !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .align-content-sm-center {
    align-content: center !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .align-content-sm-between {
    align-content: space-between !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .align-content-sm-around {
    align-content: space-around !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .align-self-sm-auto {
    align-self: auto !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .align-self-sm-start {
    align-self: flex-start !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .align-self-sm-end {
    align-self: flex-end !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .align-self-sm-center {
    align-self: center !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .flex-md-row {
    flex-direction: row !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .flex-md-column {
    flex-direction: column !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .justify-content-md-center {
    justify-content: center !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .justify-content-md-between {
    justify-content: space-between !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .justify-content-md-around {
    justify-content: space-around !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .align-items-md-start {
    align-items: flex-start !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .align-items-md-end {
    align-items: flex-end !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .align-items-md-center {
    align-items: center !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .align-items-md-baseline {
    align-items: baseline !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .align-items-md-stretch {
    align-items: stretch !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .align-content-md-start {
    align-content: flex-start !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .align-content-md-end {
    align-content: flex-end !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .align-content-md-center {
    align-content: center !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .align-content-md-between {
    align-content: space-between !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .align-content-md-around {
    align-content: space-around !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .align-content-md-stretch {
    align-content: stretch !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .align-self-md-auto {
    align-self: auto !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .align-self-md-start {
    align-self: flex-start !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .align-self-md-end {
    align-self: flex-end !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .align-self-md-center {
    align-self: center !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .align-self-md-baseline {
    align-self: baseline !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .flex-lg-row {
    flex-direction: row !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .flex-lg-column {
    flex-direction: column !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .justify-content-lg-center {
    justify-content: center !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .align-items-lg-start {
    align-items: flex-start !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .align-items-lg-end {
    align-items: flex-end !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .align-items-lg-center {
    align-items: center !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .align-content-lg-start {
    align-content: flex-start !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .align-content-lg-end {
    align-content: flex-end !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .align-content-lg-center {
    align-content: center !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .align-content-lg-between {
    align-content: space-between !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .align-content-lg-around {
    align-content: space-around !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .align-self-lg-auto {
    align-self: auto !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .align-self-lg-start {
    align-self: flex-start !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .align-self-lg-end {
    align-self: flex-end !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .align-self-lg-center {
    align-self: center !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .flex-xl-row {
    flex-direction: row !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .flex-xl-column {
    flex-direction: column !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .justify-content-xl-center {
    justify-content: center !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .align-items-xl-start {
    align-items: flex-start !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .align-items-xl-end {
    align-items: flex-end !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .align-items-xl-center {
    align-items: center !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .align-content-xl-start {
    align-content: flex-start !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .align-content-xl-end {
    align-content: flex-end !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .align-content-xl-center {
    align-content: center !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .align-content-xl-between {
    align-content: space-between !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .align-content-xl-around {
    align-content: space-around !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .align-self-xl-auto {
    align-self: auto !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .align-self-xl-start {
    align-self: flex-start !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .align-self-xl-end {
    align-self: flex-end !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .align-self-xl-center {
    align-self: center !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.float-left {
  float: left !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.float-right {
  float: right !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .float-sm-left {
    float: left !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .float-sm-right {
    float: right !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .float-md-left {
    float: left !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .float-md-right {
    float: right !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .float-lg-left {
    float: left !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .float-lg-right {
    float: right !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .float-xl-left {
    float: left !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .float-xl-right {
    float: right !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .float-xl-none {
    float: none !important;
  }
}
/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.position-static {
  position: static !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.position-relative {
  position: relative !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.position-absolute {
  position: absolute !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.position-fixed {
  position: fixed !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.fixed-top {
  position: fixed;
  z-index: 1030;
  top: 0;
  right: 0;
  left: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.fixed-bottom {
  position: fixed;
  z-index: 1030;
  right: 0;
  bottom: 0;
  left: 0;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    z-index: 1020;
    top: 0;
  }
}
/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  padding: 0;
  white-space: nowrap;
  border: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  white-space: normal;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.shadow-sm {
  box-shadow: 0 0 0.5rem rgba(136, 152, 170, 0.075) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.card-profile-image img, .shadow {
  box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.shadow-lg {
  box-shadow: 0 0 3rem rgba(136, 152, 170, 0.175) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.shadow-none {
  box-shadow: none !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.w-25 {
  width: 25% !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.w-50 {
  width: 50% !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.w-75 {
  width: 75% !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.w-100 {
  width: 100% !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.w-auto {
  width: auto !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.h-25 {
  height: 25% !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.h-50 {
  height: 50% !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.h-75 {
  height: 75% !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.h-100 {
  height: 100% !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.h-auto {
  height: auto !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.mw-100 {
  max-width: 100% !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.mh-100 {
  max-height: 100% !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.m-0 {
  margin: 0 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.mt-0, .my-0 {
  margin-top: 0 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.mr-0, .mx-0 {
  margin-right: 0 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.mb-0, .my-0 {
  margin-bottom: 0 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.ml-0, .mx-0 {
  margin-left: 0 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.m-1 {
  margin: 0.25rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.mt-1, .my-1 {
  margin-top: 0.25rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.mr-1, .mx-1 {
  margin-right: 0.25rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.mb-1, .my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.ml-1, .mx-1 {
  margin-left: 0.25rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.m-2 {
  margin: 0.5rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.mt-2, .my-2 {
  margin-top: 0.5rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.mr-2, .mx-2 {
  margin-right: 0.5rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.mb-2, .my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.ml-2, .mx-2 {
  margin-left: 0.5rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.m-3 {
  margin: 1rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.mt-3, .my-3 {
  margin-top: 1rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.mr-3, .mx-3 {
  margin-right: 1rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.ml-3, .mx-3 {
  margin-left: 1rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.m-4 {
  margin: 1.5rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.mt-4, .my-4 {
  margin-top: 1.5rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.mr-4, .mx-4 {
  margin-right: 1.5rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.mb-4, .my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.ml-4, .mx-4 {
  margin-left: 1.5rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.m-5 {
  margin: 3rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.mt-5, .my-5 {
  margin-top: 3rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.mr-5, .mx-5 {
  margin-right: 3rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.mb-5, .my-5 {
  margin-bottom: 3rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.ml-5, .mx-5 {
  margin-left: 3rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.m--9 {
  margin: -10rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.mt--9, .my--9 {
  margin-top: -10rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.mr--9, .mx--9 {
  margin-right: -10rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.mb--9, .my--9 {
  margin-bottom: -10rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.ml--9, .mx--9 {
  margin-left: -10rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.m--8 {
  margin: -8rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.mt--8, .my--8 {
  margin-top: -8rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.mr--8, .mx--8 {
  margin-right: -8rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.mb--8, .my--8 {
  margin-bottom: -8rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.ml--8, .mx--8 {
  margin-left: -8rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.m--7 {
  margin: -6rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.mt--7, .my--7 {
  margin-top: -6rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.mr--7, .mx--7 {
  margin-right: -6rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.mb--7, .my--7 {
  margin-bottom: -6rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.ml--7, .mx--7 {
  margin-left: -6rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.m--6 {
  margin: -4.5rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.mt--6, .my--6 {
  margin-top: -4.5rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.mr--6, .mx--6 {
  margin-right: -4.5rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.mb--6, .my--6 {
  margin-bottom: -4.5rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.ml--6, .mx--6 {
  margin-left: -4.5rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.m--5 {
  margin: -3rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.mt--5, .my--5 {
  margin-top: -3rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.mr--5, .mx--5 {
  margin-right: -3rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.mb--5, .my--5 {
  margin-bottom: -3rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.ml--5, .mx--5 {
  margin-left: -3rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.m--4 {
  margin: -1.5rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.mt--4, .my--4 {
  margin-top: -1.5rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.mr--4, .mx--4 {
  margin-right: -1.5rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.mb--4, .my--4 {
  margin-bottom: -1.5rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.ml--4, .mx--4 {
  margin-left: -1.5rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.m--3 {
  margin: -1rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.mt--3, .my--3 {
  margin-top: -1rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.mr--3, .mx--3 {
  margin-right: -1rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.mb--3, .my--3 {
  margin-bottom: -1rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.ml--3, .mx--3 {
  margin-left: -1rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.m--2 {
  margin: -0.5rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.mt--2, .my--2 {
  margin-top: -0.5rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.mr--2, .mx--2 {
  margin-right: -0.5rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.mb--2, .my--2 {
  margin-bottom: -0.5rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.ml--2, .mx--2 {
  margin-left: -0.5rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.m--1 {
  margin: -0.25rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.mt--1, .my--1 {
  margin-top: -0.25rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.mr--1, .mx--1 {
  margin-right: -0.25rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.mb--1, .my--1 {
  margin-bottom: -0.25rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.ml--1, .mx--1 {
  margin-left: -0.25rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.m-6 {
  margin: 4.5rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.mt-6, .my-6 {
  margin-top: 4.5rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.mr-6, .mx-6 {
  margin-right: 4.5rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.mb-6, .my-6 {
  margin-bottom: 4.5rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.ml-6, .mx-6 {
  margin-left: 4.5rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.m-7 {
  margin: 6rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.mt-7, .my-7 {
  margin-top: 6rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.mr-7, .mx-7 {
  margin-right: 6rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.mb-7, .my-7 {
  margin-bottom: 6rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.ml-7, .mx-7 {
  margin-left: 6rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.m-8 {
  margin: 8rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.mt-8, .my-8 {
  margin-top: 8rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.mr-8, .mx-8 {
  margin-right: 8rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.mb-8, .my-8 {
  margin-bottom: 8rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.ml-8, .mx-8 {
  margin-left: 8rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.m-9 {
  margin: 10rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.mt-9, .my-9 {
  margin-top: 10rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.mr-9, .mx-9 {
  margin-right: 10rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.mb-9, .my-9 {
  margin-bottom: 10rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.ml-9, .mx-9 {
  margin-left: 10rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.p-0 {
  padding: 0 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.pt-0, .py-0 {
  padding-top: 0 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.pr-0, .px-0 {
  padding-right: 0 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.pb-0, .py-0 {
  padding-bottom: 0 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.pl-0, .px-0 {
  padding-left: 0 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.p-1 {
  padding: 0.25rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.pt-1, .py-1 {
  padding-top: 0.25rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.pr-1, .px-1 {
  padding-right: 0.25rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.pb-1, .py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.pl-1, .px-1 {
  padding-left: 0.25rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.p-2 {
  padding: 0.5rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.pt-2, .py-2 {
  padding-top: 0.5rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.pr-2, .px-2 {
  padding-right: 0.5rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.pb-2, .py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.pl-2, .px-2 {
  padding-left: 0.5rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.p-3 {
  padding: 1rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.pt-3, .py-3 {
  padding-top: 1rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.pr-3, .px-3 {
  padding-right: 1rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.pb-3, .py-3 {
  padding-bottom: 1rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.pl-3, .px-3 {
  padding-left: 1rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.p-4 {
  padding: 1.5rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.pt-4, .py-4 {
  padding-top: 1.5rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.pr-4, .px-4 {
  padding-right: 1.5rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.pb-4, .py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.pl-4, .px-4 {
  padding-left: 1.5rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.p-5 {
  padding: 3rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.pt-5, .py-5 {
  padding-top: 3rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.pr-5, .px-5 {
  padding-right: 3rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.pb-5, .py-5 {
  padding-bottom: 3rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.pl-5, .px-5 {
  padding-left: 3rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.p-6 {
  padding: 4.5rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.pt-6, .py-6 {
  padding-top: 4.5rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.pr-6, .px-6 {
  padding-right: 4.5rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.pb-6, .py-6 {
  padding-bottom: 4.5rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.pl-6, .px-6 {
  padding-left: 4.5rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.p-7 {
  padding: 6rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.pt-7, .py-7 {
  padding-top: 6rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.pr-7, .px-7 {
  padding-right: 6rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.pb-7, .py-7 {
  padding-bottom: 6rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.pl-7, .px-7 {
  padding-left: 6rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.p-8 {
  padding: 8rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.pt-8, .py-8 {
  padding-top: 8rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.pr-8, .px-8 {
  padding-right: 8rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.pb-8, .py-8 {
  padding-bottom: 8rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.pl-8, .px-8 {
  padding-left: 8rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.p-9 {
  padding: 10rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.pt-9, .py-9 {
  padding-top: 10rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.pr-9, .px-9 {
  padding-right: 10rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.pb-9, .py-9 {
  padding-bottom: 10rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.pl-9, .px-9 {
  padding-left: 10rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.m-auto {
  margin: auto !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.mt-auto, .my-auto {
  margin-top: auto !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.mr-auto, .mx-auto {
  margin-right: auto !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.mb-auto, .my-auto {
  margin-bottom: auto !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.ml-auto, .mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-sm-0 {
    margin: 0 !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-sm-1 {
    margin: 0.25rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-sm-2 {
    margin: 0.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-sm-3 {
    margin: 1rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-sm-4 {
    margin: 1.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-sm-5 {
    margin: 3rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-sm--9 {
    margin: -10rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-sm--9, .my-sm--9 {
    margin-top: -10rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-sm--9, .mx-sm--9 {
    margin-right: -10rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-sm--9, .my-sm--9 {
    margin-bottom: -10rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-sm--9, .mx-sm--9 {
    margin-left: -10rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-sm--8 {
    margin: -8rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-sm--8, .my-sm--8 {
    margin-top: -8rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-sm--8, .mx-sm--8 {
    margin-right: -8rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-sm--8, .my-sm--8 {
    margin-bottom: -8rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-sm--8, .mx-sm--8 {
    margin-left: -8rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-sm--7 {
    margin: -6rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-sm--7, .my-sm--7 {
    margin-top: -6rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-sm--7, .mx-sm--7 {
    margin-right: -6rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-sm--7, .my-sm--7 {
    margin-bottom: -6rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-sm--7, .mx-sm--7 {
    margin-left: -6rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-sm--6 {
    margin: -4.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-sm--6, .my-sm--6 {
    margin-top: -4.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-sm--6, .mx-sm--6 {
    margin-right: -4.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-sm--6, .my-sm--6 {
    margin-bottom: -4.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-sm--6, .mx-sm--6 {
    margin-left: -4.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-sm--5 {
    margin: -3rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-sm--5, .my-sm--5 {
    margin-top: -3rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-sm--5, .mx-sm--5 {
    margin-right: -3rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-sm--5, .my-sm--5 {
    margin-bottom: -3rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-sm--5, .mx-sm--5 {
    margin-left: -3rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-sm--4 {
    margin: -1.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-sm--4, .my-sm--4 {
    margin-top: -1.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-sm--4, .mx-sm--4 {
    margin-right: -1.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-sm--4, .my-sm--4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-sm--4, .mx-sm--4 {
    margin-left: -1.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-sm--3 {
    margin: -1rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-sm--3, .my-sm--3 {
    margin-top: -1rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-sm--3, .mx-sm--3 {
    margin-right: -1rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-sm--3, .my-sm--3 {
    margin-bottom: -1rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-sm--3, .mx-sm--3 {
    margin-left: -1rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-sm--2 {
    margin: -0.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-sm--2, .my-sm--2 {
    margin-top: -0.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-sm--2, .mx-sm--2 {
    margin-right: -0.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-sm--2, .my-sm--2 {
    margin-bottom: -0.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-sm--2, .mx-sm--2 {
    margin-left: -0.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-sm--1 {
    margin: -0.25rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-sm--1, .my-sm--1 {
    margin-top: -0.25rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-sm--1, .mx-sm--1 {
    margin-right: -0.25rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-sm--1, .my-sm--1 {
    margin-bottom: -0.25rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-sm--1, .mx-sm--1 {
    margin-left: -0.25rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-sm-6 {
    margin: 4.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-sm-6, .my-sm-6 {
    margin-top: 4.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-sm-6, .mx-sm-6 {
    margin-right: 4.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-sm-6, .my-sm-6 {
    margin-bottom: 4.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-sm-6, .mx-sm-6 {
    margin-left: 4.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-sm-7 {
    margin: 6rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-sm-7, .my-sm-7 {
    margin-top: 6rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-sm-7, .mx-sm-7 {
    margin-right: 6rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-sm-7, .my-sm-7 {
    margin-bottom: 6rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-sm-7, .mx-sm-7 {
    margin-left: 6rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-sm-8 {
    margin: 8rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-sm-8, .my-sm-8 {
    margin-top: 8rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-sm-8, .mx-sm-8 {
    margin-right: 8rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-sm-8, .my-sm-8 {
    margin-bottom: 8rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-sm-8, .mx-sm-8 {
    margin-left: 8rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-sm-9 {
    margin: 10rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-sm-9, .my-sm-9 {
    margin-top: 10rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-sm-9, .mx-sm-9 {
    margin-right: 10rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-sm-9, .my-sm-9 {
    margin-bottom: 10rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-sm-9, .mx-sm-9 {
    margin-left: 10rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .p-sm-0 {
    padding: 0 !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .p-sm-1 {
    padding: 0.25rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .p-sm-2 {
    padding: 0.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .p-sm-3 {
    padding: 1rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .p-sm-4 {
    padding: 1.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .p-sm-5 {
    padding: 3rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .p-sm-6 {
    padding: 4.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pt-sm-6, .py-sm-6 {
    padding-top: 4.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pr-sm-6, .px-sm-6 {
    padding-right: 4.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pb-sm-6, .py-sm-6 {
    padding-bottom: 4.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pl-sm-6, .px-sm-6 {
    padding-left: 4.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .p-sm-7 {
    padding: 6rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pt-sm-7, .py-sm-7 {
    padding-top: 6rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pr-sm-7, .px-sm-7 {
    padding-right: 6rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pb-sm-7, .py-sm-7 {
    padding-bottom: 6rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pl-sm-7, .px-sm-7 {
    padding-left: 6rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .p-sm-8 {
    padding: 8rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pt-sm-8, .py-sm-8 {
    padding-top: 8rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pr-sm-8, .px-sm-8 {
    padding-right: 8rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pb-sm-8, .py-sm-8 {
    padding-bottom: 8rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pl-sm-8, .px-sm-8 {
    padding-left: 8rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .p-sm-9 {
    padding: 10rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pt-sm-9, .py-sm-9 {
    padding-top: 10rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pr-sm-9, .px-sm-9 {
    padding-right: 10rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pb-sm-9, .py-sm-9 {
    padding-bottom: 10rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pl-sm-9, .px-sm-9 {
    padding-left: 10rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-sm-auto {
    margin: auto !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-md-0 {
    margin: 0 !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-md-1 {
    margin: 0.25rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-md-2 {
    margin: 0.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-md-3 {
    margin: 1rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-md-4 {
    margin: 1.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-md-5 {
    margin: 3rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-md--9 {
    margin: -10rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-md--9, .my-md--9 {
    margin-top: -10rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-md--9, .mx-md--9 {
    margin-right: -10rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-md--9, .my-md--9 {
    margin-bottom: -10rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-md--9, .mx-md--9 {
    margin-left: -10rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-md--8 {
    margin: -8rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-md--8, .my-md--8 {
    margin-top: -8rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-md--8, .mx-md--8 {
    margin-right: -8rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-md--8, .my-md--8 {
    margin-bottom: -8rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-md--8, .mx-md--8 {
    margin-left: -8rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-md--7 {
    margin: -6rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-md--7, .my-md--7 {
    margin-top: -6rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-md--7, .mx-md--7 {
    margin-right: -6rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-md--7, .my-md--7 {
    margin-bottom: -6rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-md--7, .mx-md--7 {
    margin-left: -6rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-md--6 {
    margin: -4.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-md--6, .my-md--6 {
    margin-top: -4.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-md--6, .mx-md--6 {
    margin-right: -4.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-md--6, .my-md--6 {
    margin-bottom: -4.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-md--6, .mx-md--6 {
    margin-left: -4.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-md--5 {
    margin: -3rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-md--5, .my-md--5 {
    margin-top: -3rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-md--5, .mx-md--5 {
    margin-right: -3rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-md--5, .my-md--5 {
    margin-bottom: -3rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-md--5, .mx-md--5 {
    margin-left: -3rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-md--4 {
    margin: -1.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-md--4, .my-md--4 {
    margin-top: -1.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-md--4, .mx-md--4 {
    margin-right: -1.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-md--4, .my-md--4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-md--4, .mx-md--4 {
    margin-left: -1.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-md--3 {
    margin: -1rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-md--3, .my-md--3 {
    margin-top: -1rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-md--3, .mx-md--3 {
    margin-right: -1rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-md--3, .my-md--3 {
    margin-bottom: -1rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-md--3, .mx-md--3 {
    margin-left: -1rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-md--2 {
    margin: -0.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-md--2, .my-md--2 {
    margin-top: -0.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-md--2, .mx-md--2 {
    margin-right: -0.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-md--2, .my-md--2 {
    margin-bottom: -0.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-md--2, .mx-md--2 {
    margin-left: -0.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-md--1 {
    margin: -0.25rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-md--1, .my-md--1 {
    margin-top: -0.25rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-md--1, .mx-md--1 {
    margin-right: -0.25rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-md--1, .my-md--1 {
    margin-bottom: -0.25rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-md--1, .mx-md--1 {
    margin-left: -0.25rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-md-6 {
    margin: 4.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-md-6, .my-md-6 {
    margin-top: 4.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-md-6, .mx-md-6 {
    margin-right: 4.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-md-6, .my-md-6 {
    margin-bottom: 4.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-md-6, .mx-md-6 {
    margin-left: 4.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-md-7 {
    margin: 6rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-md-7, .my-md-7 {
    margin-top: 6rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-md-7, .mx-md-7 {
    margin-right: 6rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-md-7, .my-md-7 {
    margin-bottom: 6rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-md-7, .mx-md-7 {
    margin-left: 6rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-md-8 {
    margin: 8rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-md-8, .my-md-8 {
    margin-top: 8rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-md-8, .mx-md-8 {
    margin-right: 8rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-md-8, .my-md-8 {
    margin-bottom: 8rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-md-8, .mx-md-8 {
    margin-left: 8rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-md-9 {
    margin: 10rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-md-9, .my-md-9 {
    margin-top: 10rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-md-9, .mx-md-9 {
    margin-right: 10rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-md-9, .my-md-9 {
    margin-bottom: 10rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-md-9, .mx-md-9 {
    margin-left: 10rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .p-md-0 {
    padding: 0 !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .p-md-1 {
    padding: 0.25rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .p-md-2 {
    padding: 0.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .p-md-3 {
    padding: 1rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .p-md-4 {
    padding: 1.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .p-md-5 {
    padding: 3rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .p-md-6 {
    padding: 4.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pt-md-6, .py-md-6 {
    padding-top: 4.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pr-md-6, .px-md-6 {
    padding-right: 4.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pb-md-6, .py-md-6 {
    padding-bottom: 4.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pl-md-6, .px-md-6 {
    padding-left: 4.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .p-md-7 {
    padding: 6rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pt-md-7, .py-md-7 {
    padding-top: 6rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pr-md-7, .px-md-7 {
    padding-right: 6rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pb-md-7, .py-md-7 {
    padding-bottom: 6rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pl-md-7, .px-md-7 {
    padding-left: 6rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .p-md-8 {
    padding: 8rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pt-md-8, .py-md-8 {
    padding-top: 8rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pr-md-8, .px-md-8 {
    padding-right: 8rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pb-md-8, .py-md-8 {
    padding-bottom: 8rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pl-md-8, .px-md-8 {
    padding-left: 8rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .p-md-9 {
    padding: 10rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pt-md-9, .py-md-9 {
    padding-top: 10rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pr-md-9, .px-md-9 {
    padding-right: 10rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pb-md-9, .py-md-9 {
    padding-bottom: 10rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pl-md-9, .px-md-9 {
    padding-left: 10rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-md-auto {
    margin: auto !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-lg-0 {
    margin: 0 !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-lg-1 {
    margin: 0.25rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-lg-2 {
    margin: 0.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-lg-3 {
    margin: 1rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-lg-4 {
    margin: 1.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-lg-5 {
    margin: 3rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-lg--9 {
    margin: -10rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-lg--9, .my-lg--9 {
    margin-top: -10rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-lg--9, .mx-lg--9 {
    margin-right: -10rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-lg--9, .my-lg--9 {
    margin-bottom: -10rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-lg--9, .mx-lg--9 {
    margin-left: -10rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-lg--8 {
    margin: -8rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-lg--8, .my-lg--8 {
    margin-top: -8rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-lg--8, .mx-lg--8 {
    margin-right: -8rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-lg--8, .my-lg--8 {
    margin-bottom: -8rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-lg--8, .mx-lg--8 {
    margin-left: -8rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-lg--7 {
    margin: -6rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-lg--7, .my-lg--7 {
    margin-top: -6rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-lg--7, .mx-lg--7 {
    margin-right: -6rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-lg--7, .my-lg--7 {
    margin-bottom: -6rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-lg--7, .mx-lg--7 {
    margin-left: -6rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-lg--6 {
    margin: -4.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-lg--6, .my-lg--6 {
    margin-top: -4.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-lg--6, .mx-lg--6 {
    margin-right: -4.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-lg--6, .my-lg--6 {
    margin-bottom: -4.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-lg--6, .mx-lg--6 {
    margin-left: -4.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-lg--5 {
    margin: -3rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-lg--5, .my-lg--5 {
    margin-top: -3rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-lg--5, .mx-lg--5 {
    margin-right: -3rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-lg--5, .my-lg--5 {
    margin-bottom: -3rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-lg--5, .mx-lg--5 {
    margin-left: -3rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-lg--4 {
    margin: -1.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-lg--4, .my-lg--4 {
    margin-top: -1.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-lg--4, .mx-lg--4 {
    margin-right: -1.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-lg--4, .my-lg--4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-lg--4, .mx-lg--4 {
    margin-left: -1.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-lg--3 {
    margin: -1rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-lg--3, .my-lg--3 {
    margin-top: -1rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-lg--3, .mx-lg--3 {
    margin-right: -1rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-lg--3, .my-lg--3 {
    margin-bottom: -1rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-lg--3, .mx-lg--3 {
    margin-left: -1rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-lg--2 {
    margin: -0.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-lg--2, .my-lg--2 {
    margin-top: -0.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-lg--2, .mx-lg--2 {
    margin-right: -0.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-lg--2, .my-lg--2 {
    margin-bottom: -0.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-lg--2, .mx-lg--2 {
    margin-left: -0.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-lg--1 {
    margin: -0.25rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-lg--1, .my-lg--1 {
    margin-top: -0.25rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-lg--1, .mx-lg--1 {
    margin-right: -0.25rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-lg--1, .my-lg--1 {
    margin-bottom: -0.25rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-lg--1, .mx-lg--1 {
    margin-left: -0.25rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-lg-6 {
    margin: 4.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-lg-6, .my-lg-6 {
    margin-top: 4.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-lg-6, .mx-lg-6 {
    margin-right: 4.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-lg-6, .my-lg-6 {
    margin-bottom: 4.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-lg-6, .mx-lg-6 {
    margin-left: 4.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-lg-7 {
    margin: 6rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-lg-7, .my-lg-7 {
    margin-top: 6rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-lg-7, .mx-lg-7 {
    margin-right: 6rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-lg-7, .my-lg-7 {
    margin-bottom: 6rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-lg-7, .mx-lg-7 {
    margin-left: 6rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-lg-8 {
    margin: 8rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-lg-8, .my-lg-8 {
    margin-top: 8rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-lg-8, .mx-lg-8 {
    margin-right: 8rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-lg-8, .my-lg-8 {
    margin-bottom: 8rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-lg-8, .mx-lg-8 {
    margin-left: 8rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-lg-9 {
    margin: 10rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-lg-9, .my-lg-9 {
    margin-top: 10rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-lg-9, .mx-lg-9 {
    margin-right: 10rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-lg-9, .my-lg-9 {
    margin-bottom: 10rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-lg-9, .mx-lg-9 {
    margin-left: 10rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .p-lg-0 {
    padding: 0 !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .p-lg-1 {
    padding: 0.25rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .p-lg-2 {
    padding: 0.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .p-lg-3 {
    padding: 1rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .p-lg-4 {
    padding: 1.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .p-lg-5 {
    padding: 3rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .p-lg-6 {
    padding: 4.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pt-lg-6, .py-lg-6 {
    padding-top: 4.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pr-lg-6, .px-lg-6 {
    padding-right: 4.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pb-lg-6, .py-lg-6 {
    padding-bottom: 4.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pl-lg-6, .px-lg-6 {
    padding-left: 4.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .p-lg-7 {
    padding: 6rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pt-lg-7, .py-lg-7 {
    padding-top: 6rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pr-lg-7, .px-lg-7 {
    padding-right: 6rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pb-lg-7, .py-lg-7 {
    padding-bottom: 6rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pl-lg-7, .px-lg-7 {
    padding-left: 6rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .p-lg-8 {
    padding: 8rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pt-lg-8, .py-lg-8 {
    padding-top: 8rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pr-lg-8, .px-lg-8 {
    padding-right: 8rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pb-lg-8, .py-lg-8 {
    padding-bottom: 8rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pl-lg-8, .px-lg-8 {
    padding-left: 8rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .p-lg-9 {
    padding: 10rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pt-lg-9, .py-lg-9 {
    padding-top: 10rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pr-lg-9, .px-lg-9 {
    padding-right: 10rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pb-lg-9, .py-lg-9 {
    padding-bottom: 10rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pl-lg-9, .px-lg-9 {
    padding-left: 10rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-lg-auto {
    margin: auto !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-xl-0 {
    margin: 0 !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-xl-1 {
    margin: 0.25rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-xl-2 {
    margin: 0.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-xl-3 {
    margin: 1rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-xl-4 {
    margin: 1.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-xl-5 {
    margin: 3rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-xl--9 {
    margin: -10rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-xl--9, .my-xl--9 {
    margin-top: -10rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-xl--9, .mx-xl--9 {
    margin-right: -10rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-xl--9, .my-xl--9 {
    margin-bottom: -10rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-xl--9, .mx-xl--9 {
    margin-left: -10rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-xl--8 {
    margin: -8rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-xl--8, .my-xl--8 {
    margin-top: -8rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-xl--8, .mx-xl--8 {
    margin-right: -8rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-xl--8, .my-xl--8 {
    margin-bottom: -8rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-xl--8, .mx-xl--8 {
    margin-left: -8rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-xl--7 {
    margin: -6rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-xl--7, .my-xl--7 {
    margin-top: -6rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-xl--7, .mx-xl--7 {
    margin-right: -6rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-xl--7, .my-xl--7 {
    margin-bottom: -6rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-xl--7, .mx-xl--7 {
    margin-left: -6rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-xl--6 {
    margin: -4.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-xl--6, .my-xl--6 {
    margin-top: -4.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-xl--6, .mx-xl--6 {
    margin-right: -4.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-xl--6, .my-xl--6 {
    margin-bottom: -4.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-xl--6, .mx-xl--6 {
    margin-left: -4.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-xl--5 {
    margin: -3rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-xl--5, .my-xl--5 {
    margin-top: -3rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-xl--5, .mx-xl--5 {
    margin-right: -3rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-xl--5, .my-xl--5 {
    margin-bottom: -3rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-xl--5, .mx-xl--5 {
    margin-left: -3rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-xl--4 {
    margin: -1.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-xl--4, .my-xl--4 {
    margin-top: -1.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-xl--4, .mx-xl--4 {
    margin-right: -1.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-xl--4, .my-xl--4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-xl--4, .mx-xl--4 {
    margin-left: -1.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-xl--3 {
    margin: -1rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-xl--3, .my-xl--3 {
    margin-top: -1rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-xl--3, .mx-xl--3 {
    margin-right: -1rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-xl--3, .my-xl--3 {
    margin-bottom: -1rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-xl--3, .mx-xl--3 {
    margin-left: -1rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-xl--2 {
    margin: -0.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-xl--2, .my-xl--2 {
    margin-top: -0.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-xl--2, .mx-xl--2 {
    margin-right: -0.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-xl--2, .my-xl--2 {
    margin-bottom: -0.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-xl--2, .mx-xl--2 {
    margin-left: -0.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-xl--1 {
    margin: -0.25rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-xl--1, .my-xl--1 {
    margin-top: -0.25rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-xl--1, .mx-xl--1 {
    margin-right: -0.25rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-xl--1, .my-xl--1 {
    margin-bottom: -0.25rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-xl--1, .mx-xl--1 {
    margin-left: -0.25rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-xl-6 {
    margin: 4.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-xl-6, .my-xl-6 {
    margin-top: 4.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-xl-6, .mx-xl-6 {
    margin-right: 4.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-xl-6, .my-xl-6 {
    margin-bottom: 4.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-xl-6, .mx-xl-6 {
    margin-left: 4.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-xl-7 {
    margin: 6rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-xl-7, .my-xl-7 {
    margin-top: 6rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-xl-7, .mx-xl-7 {
    margin-right: 6rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-xl-7, .my-xl-7 {
    margin-bottom: 6rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-xl-7, .mx-xl-7 {
    margin-left: 6rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-xl-8 {
    margin: 8rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-xl-8, .my-xl-8 {
    margin-top: 8rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-xl-8, .mx-xl-8 {
    margin-right: 8rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-xl-8, .my-xl-8 {
    margin-bottom: 8rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-xl-8, .mx-xl-8 {
    margin-left: 8rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-xl-9 {
    margin: 10rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-xl-9, .my-xl-9 {
    margin-top: 10rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-xl-9, .mx-xl-9 {
    margin-right: 10rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-xl-9, .my-xl-9 {
    margin-bottom: 10rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-xl-9, .mx-xl-9 {
    margin-left: 10rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .p-xl-0 {
    padding: 0 !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .p-xl-1 {
    padding: 0.25rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .p-xl-2 {
    padding: 0.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .p-xl-3 {
    padding: 1rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .p-xl-4 {
    padding: 1.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .p-xl-5 {
    padding: 3rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .p-xl-6 {
    padding: 4.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pt-xl-6, .py-xl-6 {
    padding-top: 4.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pr-xl-6, .px-xl-6 {
    padding-right: 4.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pb-xl-6, .py-xl-6 {
    padding-bottom: 4.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pl-xl-6, .px-xl-6 {
    padding-left: 4.5rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .p-xl-7 {
    padding: 6rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pt-xl-7, .py-xl-7 {
    padding-top: 6rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pr-xl-7, .px-xl-7 {
    padding-right: 6rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pb-xl-7, .py-xl-7 {
    padding-bottom: 6rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pl-xl-7, .px-xl-7 {
    padding-left: 6rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .p-xl-8 {
    padding: 8rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pt-xl-8, .py-xl-8 {
    padding-top: 8rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pr-xl-8, .px-xl-8 {
    padding-right: 8rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pb-xl-8, .py-xl-8 {
    padding-bottom: 8rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pl-xl-8, .px-xl-8 {
    padding-left: 8rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .p-xl-9 {
    padding: 10rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pt-xl-9, .py-xl-9 {
    padding-top: 10rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pr-xl-9, .px-xl-9 {
    padding-right: 10rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pb-xl-9, .py-xl-9 {
    padding-bottom: 10rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pl-xl-9, .px-xl-9 {
    padding-left: 10rem !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .m-xl-auto {
    margin: auto !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }
}
/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.text-monospace {
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,'Liberation Mono','Courier New',monospace;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.text-justify {
  text-align: justify !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.text-truncate {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.text-left {
  text-align: left !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.text-right {
  text-align: right !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .text-sm-left {
    text-align: left !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .text-sm-right {
    text-align: right !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .text-md-left {
    text-align: left !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .text-md-right {
    text-align: right !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .text-lg-left {
    text-align: left !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .text-lg-right {
    text-align: right !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .text-xl-left {
    text-align: left !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .text-xl-right {
    text-align: right !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .text-xl-center {
    text-align: center !important;
  }
}
/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.font-weight-bold {
  font-weight: 600 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.font-italic {
  font-style: italic !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.text-white {
  color: #fff !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.text-primary {
  color: #5e72e4 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a.text-primary:focus, a.text-primary:hover {
  color: #324cdd !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.text-secondary {
  color: #f7fafc !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a.text-secondary:focus, a.text-secondary:hover {
  color: #d2e3ee !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.text-success {
  color: #2dce89 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a.text-success:focus, a.text-success:hover {
  color: #24a46d !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.text-info {
  color: #11cdef !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a.text-info:focus, a.text-info:hover {
  color: #0da5c0 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.text-warning {
  color: #fb6340 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a.text-warning:focus, a.text-warning:hover {
  color: #fa3a0e !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.text-danger {
  color: #f5365c !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a.text-danger:focus, a.text-danger:hover {
  color: #ec0c38 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.text-light {
  color: #adb5bd !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a.text-light:focus, a.text-light:hover {
  color: #919ca6 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.text-dark {
  color: #212529 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a.text-dark:focus, a.text-dark:hover {
  color: #0a0c0d !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.text-default {
  color: #172b4d !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a.text-default:focus, a.text-default:hover {
  color: #0b1526 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.text-white {
  color: #fff !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a.text-white:focus, a.text-white:hover {
  color: #e6e6e6 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.text-neutral {
  color: #fff !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a.text-neutral:focus, a.text-neutral:hover {
  color: #e6e6e6 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.text-darker {
  color: #000 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a.text-darker:focus, a.text-darker:hover {
  color: #000 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.text-body {
  color: #525f7f !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.text-muted {
  color: #8898aa !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.text-hide {
  font: 0/0 a;
  color: transparent;
  border: 0;
  background-color: transparent;
  text-shadow: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.visible {
  visibility: visible !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  *, ::after, ::before {
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  a:not(.btn) {
    text-decoration: underline;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  pre {
    white-space: pre-wrap !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  blockquote, pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  thead {
    display: table-header-group;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  img, tr {
    page-break-inside: avoid;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  h2, h3, p {
    orphans: 3;
    widows: 3;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  h2, h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  body {
    min-width: 992px !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .container {
    min-width: 992px !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar {
    display: none;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .badge {
    border: 1px solid #000;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .table {
    border-collapse: collapse !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .table td, .table th {
    background-color: #fff !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .table-dark {
    color: inherit;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #e9ecef;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .table .thead-dark th {
    color: inherit;
    border-color: #e9ecef;
  }
}
/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
iframe {
  border: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
figcaption, figure, main {
  display: block;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
main {
  overflow: hidden;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-blue {
  background-color: #5e72e4 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a.bg-blue:focus, a.bg-blue:hover, button.bg-blue:focus, button.bg-blue:hover {
  background-color: #324cdd !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-indigo {
  background-color: #5603ad !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a.bg-indigo:focus, a.bg-indigo:hover, button.bg-indigo:focus, button.bg-indigo:hover {
  background-color: #3d027b !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-purple {
  background-color: #8965e0 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a.bg-purple:focus, a.bg-purple:hover, button.bg-purple:focus, button.bg-purple:hover {
  background-color: #683bd7 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-pink {
  background-color: #f3a4b5 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a.bg-pink:focus, a.bg-pink:hover, button.bg-pink:focus, button.bg-pink:hover {
  background-color: #ed7790 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-red {
  background-color: #f5365c !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a.bg-red:focus, a.bg-red:hover, button.bg-red:focus, button.bg-red:hover {
  background-color: #ec0c38 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-orange {
  background-color: #fb6340 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a.bg-orange:focus, a.bg-orange:hover, button.bg-orange:focus, button.bg-orange:hover {
  background-color: #fa3a0e !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-yellow {
  background-color: #ffd600 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a.bg-yellow:focus, a.bg-yellow:hover, button.bg-yellow:focus, button.bg-yellow:hover {
  background-color: #ccab00 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-green {
  background-color: #2dce89 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a.bg-green:focus, a.bg-green:hover, button.bg-green:focus, button.bg-green:hover {
  background-color: #24a46d !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-teal {
  background-color: #11cdef !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a.bg-teal:focus, a.bg-teal:hover, button.bg-teal:focus, button.bg-teal:hover {
  background-color: #0da5c0 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-cyan {
  background-color: #2bffc6 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a.bg-cyan:focus, a.bg-cyan:hover, button.bg-cyan:focus, button.bg-cyan:hover {
  background-color: #00f7b5 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-white {
  background-color: #fff !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a.bg-white:focus, a.bg-white:hover, button.bg-white:focus, button.bg-white:hover {
  background-color: #e6e6e6 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-gray {
  background-color: #8898aa !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a.bg-gray:focus, a.bg-gray:hover, button.bg-gray:focus, button.bg-gray:hover {
  background-color: #6a7e95 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-gray-dark {
  background-color: #32325d !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a.bg-gray-dark:focus, a.bg-gray-dark:hover, button.bg-gray-dark:focus, button.bg-gray-dark:hover {
  background-color: #20203c !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-light {
  background-color: #ced4da !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
  background-color: #b1bbc4 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-lighter {
  background-color: #e9ecef !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a.bg-lighter:focus, a.bg-lighter:hover, button.bg-lighter:focus, button.bg-lighter:hover {
  background-color: #cbd3da !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-gradient-primary {
  background: linear-gradient(87deg, #5e72e4 0, #825ee4 100%) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-gradient-secondary {
  background: linear-gradient(87deg, #f7fafc 0, #f7f8fc 100%) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-gradient-success {
  background: linear-gradient(87deg, #2dce89 0, #2dcecc 100%) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-gradient-info {
  background: linear-gradient(87deg, #11cdef 0, #1171ef 100%) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-gradient-warning {
  background: linear-gradient(87deg, #fb6340 0, #fbb140 100%) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-gradient-danger {
  background: linear-gradient(87deg, #f5365c 0, #f56036 100%) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-gradient-light {
  background: linear-gradient(87deg, #adb5bd 0, #adaebd 100%) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-gradient-dark {
  background: linear-gradient(87deg, #212529 0, #212229 100%) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-gradient-default {
  background: linear-gradient(87deg, #172b4d 0, #1a174d 100%) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-gradient-white {
  background: linear-gradient(87deg, #fff 0, #fff 100%) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-gradient-neutral {
  background: linear-gradient(87deg, #fff 0, #fff 100%) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-gradient-darker {
  background: linear-gradient(87deg, #000 0, #000 100%) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-gradient-blue {
  background: linear-gradient(87deg, #5e72e4 0, #825ee4 100%) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-gradient-indigo {
  background: linear-gradient(87deg, #5603ad 0, #9d03ad 100%) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-gradient-purple {
  background: linear-gradient(87deg, #8965e0 0, #bc65e0 100%) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-gradient-pink {
  background: linear-gradient(87deg, #f3a4b5 0, #f3b4a4 100%) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-gradient-red {
  background: linear-gradient(87deg, #f5365c 0, #f56036 100%) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-gradient-orange {
  background: linear-gradient(87deg, #fb6340 0, #fbb140 100%) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-gradient-yellow {
  background: linear-gradient(87deg, #ffd600 0, #beff00 100%) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-gradient-green {
  background: linear-gradient(87deg, #2dce89 0, #2dcecc 100%) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-gradient-teal {
  background: linear-gradient(87deg, #11cdef 0, #1171ef 100%) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-gradient-cyan {
  background: linear-gradient(87deg, #2bffc6 0, #2be0ff 100%) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-gradient-white {
  background: linear-gradient(87deg, #fff 0, #fff 100%) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-gradient-gray {
  background: linear-gradient(87deg, #8898aa 0, #888aaa 100%) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-gradient-gray-dark {
  background: linear-gradient(87deg, #32325d 0, #44325d 100%) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-gradient-light {
  background: linear-gradient(87deg, #ced4da 0, #cecfda 100%) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-gradient-lighter {
  background: linear-gradient(87deg, #e9ecef 0, #e9eaef 100%) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-translucent-primary {
  background-color: rgba(63, 87, 223, 0.6) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a.bg-translucent-primary:focus, a.bg-translucent-primary:hover, button.bg-translucent-primary:focus, button.bg-translucent-primary:hover {
  background-color: rgba(42, 68, 219, 0.6) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-translucent-secondary {
  background-color: rgba(221, 234, 242, 0.6) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a.bg-translucent-secondary:focus, a.bg-translucent-secondary:hover, button.bg-translucent-secondary:focus, button.bg-translucent-secondary:hover {
  background-color: rgba(202, 222, 235, 0.6) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-translucent-success {
  background-color: rgba(39, 177, 118, 0.6) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a.bg-translucent-success:focus, a.bg-translucent-success:hover, button.bg-translucent-success:focus, button.bg-translucent-success:hover {
  background-color: rgba(34, 156, 104, 0.6) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-translucent-info {
  background-color: rgba(14, 177, 206, 0.6) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a.bg-translucent-info:focus, a.bg-translucent-info:hover, button.bg-translucent-info:focus, button.bg-translucent-info:hover {
  background-color: rgba(12, 156, 183, 0.6) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-translucent-warning {
  background-color: rgba(250, 70, 29, 0.6) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a.bg-translucent-warning:focus, a.bg-translucent-warning:hover, button.bg-translucent-warning:focus, button.bg-translucent-warning:hover {
  background-color: rgba(249, 51, 5, 0.6) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-translucent-danger {
  background-color: rgba(243, 20, 64, 0.6) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a.bg-translucent-danger:focus, a.bg-translucent-danger:hover, button.bg-translucent-danger:focus, button.bg-translucent-danger:hover {
  background-color: rgba(227, 11, 54, 0.6) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-translucent-light {
  background-color: rgba(153, 163, 173, 0.6) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a.bg-translucent-light:focus, a.bg-translucent-light:hover, button.bg-translucent-light:focus, button.bg-translucent-light:hover {
  background-color: rgba(139, 150, 162, 0.6) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-translucent-dark {
  background-color: rgba(17, 19, 21, 0.6) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a.bg-translucent-dark:focus, a.bg-translucent-dark:hover, button.bg-translucent-dark:focus, button.bg-translucent-dark:hover {
  background-color: rgba(6, 6, 7, 0.6) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-translucent-default {
  background-color: rgba(15, 28, 50, 0.6) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a.bg-translucent-default:focus, a.bg-translucent-default:hover, button.bg-translucent-default:focus, button.bg-translucent-default:hover {
  background-color: rgba(9, 17, 30, 0.6) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-translucent-white {
  background-color: rgba(237, 237, 237, 0.6) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a.bg-translucent-white:focus, a.bg-translucent-white:hover, button.bg-translucent-white:focus, button.bg-translucent-white:hover {
  background-color: rgba(224, 224, 224, 0.6) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-translucent-neutral {
  background-color: rgba(237, 237, 237, 0.6) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a.bg-translucent-neutral:focus, a.bg-translucent-neutral:hover, button.bg-translucent-neutral:focus, button.bg-translucent-neutral:hover {
  background-color: rgba(224, 224, 224, 0.6) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-translucent-darker {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a.bg-translucent-darker:focus, a.bg-translucent-darker:hover, button.bg-translucent-darker:focus, button.bg-translucent-darker:hover {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.section-primary {
  background-color: #f8f9fe !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a.section-primary:focus, a.section-primary:hover, button.section-primary:focus, button.section-primary:hover {
  background-color: #cbd3f8 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.section-secondary {
  background-color: #f7fafc !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a.section-secondary:focus, a.section-secondary:hover, button.section-secondary:focus, button.section-secondary:hover {
  background-color: #d2e3ee !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.section-light {
  background-color: #ced4da !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a.section-light:focus, a.section-light:hover, button.section-light:focus, button.section-light:hover {
  background-color: #b1bbc4 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.section-dark {
  background-color: #212529 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a.section-dark:focus, a.section-dark:hover, button.section-dark:focus, button.section-dark:hover {
  background-color: #0a0c0d !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.section-darker {
  background-color: #000 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a.section-darker:focus, a.section-darker:hover, button.section-darker:focus, button.section-darker:hover {
  background-color: #000 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-gradient-primary {
  background: linear-gradient(87deg, #5e72e4 0, #825ee4 100%) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-gradient-secondary {
  background: linear-gradient(87deg, #f7fafc 0, #f7f8fc 100%) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-gradient-success {
  background: linear-gradient(87deg, #2dce89 0, #2dcecc 100%) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-gradient-info {
  background: linear-gradient(87deg, #11cdef 0, #1171ef 100%) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-gradient-warning {
  background: linear-gradient(87deg, #fb6340 0, #fbb140 100%) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-gradient-danger {
  background: linear-gradient(87deg, #f5365c 0, #f56036 100%) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-gradient-light {
  background: linear-gradient(87deg, #adb5bd 0, #adaebd 100%) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-gradient-dark {
  background: linear-gradient(87deg, #212529 0, #212229 100%) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-gradient-default {
  background: linear-gradient(87deg, #172b4d 0, #1a174d 100%) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-gradient-white {
  background: linear-gradient(87deg, #fff 0, #fff 100%) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-gradient-neutral {
  background: linear-gradient(87deg, #fff 0, #fff 100%) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bg-gradient-darker {
  background: linear-gradient(87deg, #000 0, #000 100%) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.fill-primary {
  fill: #5e72e4;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.stroke-primary {
  stroke: #5e72e4;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.fill-secondary {
  fill: #f7fafc;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.stroke-secondary {
  stroke: #f7fafc;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.fill-success {
  fill: #2dce89;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.stroke-success {
  stroke: #2dce89;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.fill-info {
  fill: #11cdef;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.stroke-info {
  stroke: #11cdef;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.fill-warning {
  fill: #fb6340;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.stroke-warning {
  stroke: #fb6340;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.fill-danger {
  fill: #f5365c;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.stroke-danger {
  stroke: #f5365c;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.fill-light {
  fill: #adb5bd;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.stroke-light {
  stroke: #adb5bd;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.fill-dark {
  fill: #212529;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.stroke-dark {
  stroke: #212529;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.fill-default {
  fill: #172b4d;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.stroke-default {
  stroke: #172b4d;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.fill-white {
  fill: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.stroke-white {
  stroke: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.fill-neutral {
  fill: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.stroke-neutral {
  stroke: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.fill-darker {
  fill: #000;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.stroke-darker {
  stroke: #000;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.fill-opacity-8 {
  fill-opacity: .8;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.floating {
  -webkit-animation: floating 3s ease infinite;
          animation: floating 3s ease infinite;
  will-change: transform;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.floating:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.floating-lg {
  -webkit-animation: floating-lg 3s ease infinite;
          animation: floating-lg 3s ease infinite;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.floating-sm {
  -webkit-animation: floating-sm 3s ease infinite;
          animation: floating-sm 3s ease infinite;
}

@-webkit-keyframes floating-lg {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes floating-lg {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes floating-sm {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes floating-sm {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.floatfix:after, .floatfix:before {
  display: table;
  content: '';
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.floatfix:after {
  clear: both;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.img-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.opacity-1 {
  opacity: 0.1 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.opacity-2 {
  opacity: 0.2 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.opacity-3 {
  opacity: 0.3 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.opacity-4 {
  opacity: 0.4 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.opacity-5 {
  opacity: 0.5 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.opacity-6 {
  opacity: 0.6 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.opacity-7 {
  opacity: 0.7 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.opacity-8 {
  opacity: 0.8 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.opacity-8 {
  opacity: 0.9 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.opacity-10 {
  opacity: 1 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.overflow-visible {
  overflow: visible !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.top-0 {
  top: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.right-0 {
  right: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bottom-0 {
  bottom: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.left-0 {
  left: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.top-1 {
  top: .25rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.right-1 {
  right: .25rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bottom-1 {
  bottom: .25rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.left-1 {
  left: .25rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.top-2 {
  top: .5rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.right-2 {
  right: .5rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bottom-2 {
  bottom: .5rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.left-2 {
  left: .5rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.top-3 {
  top: 1rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.right-3 {
  right: 1rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bottom-3 {
  bottom: 1rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.left-3 {
  left: 1rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.top-4 {
  top: 1.5rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.right-4 {
  right: 1.5rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bottom-4 {
  bottom: 1.5rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.left-4 {
  left: 1.5rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.top-5 {
  top: 3rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.right-5 {
  right: 3rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bottom-5 {
  bottom: 3rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.left-5 {
  left: 3rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.top--9 {
  top: -10rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.right--9 {
  right: -10rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bottom--9 {
  bottom: -10rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.left--9 {
  left: -10rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.top--8 {
  top: -8rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.right--8 {
  right: -8rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bottom--8 {
  bottom: -8rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.left--8 {
  left: -8rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.top--7 {
  top: -6rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.right--7 {
  right: -6rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bottom--7 {
  bottom: -6rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.left--7 {
  left: -6rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.top--6 {
  top: -4.5rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.right--6 {
  right: -4.5rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bottom--6 {
  bottom: -4.5rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.left--6 {
  left: -4.5rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.top--5 {
  top: -3rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.right--5 {
  right: -3rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bottom--5 {
  bottom: -3rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.left--5 {
  left: -3rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.top--4 {
  top: -1.5rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.right--4 {
  right: -1.5rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bottom--4 {
  bottom: -1.5rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.left--4 {
  left: -1.5rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.top--3 {
  top: -1rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.right--3 {
  right: -1rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bottom--3 {
  bottom: -1rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.left--3 {
  left: -1rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.top--2 {
  top: -.5rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.right--2 {
  right: -.5rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bottom--2 {
  bottom: -.5rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.left--2 {
  left: -.5rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.top--1 {
  top: -.25rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.right--1 {
  right: -.25rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bottom--1 {
  bottom: -.25rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.left--1 {
  left: -.25rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.top-6 {
  top: 4.5rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.right-6 {
  right: 4.5rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bottom-6 {
  bottom: 4.5rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.left-6 {
  left: 4.5rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.top-7 {
  top: 6rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.right-7 {
  right: 6rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bottom-7 {
  bottom: 6rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.left-7 {
  left: 6rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.top-8 {
  top: 8rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.right-8 {
  right: 8rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bottom-8 {
  bottom: 8rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.left-8 {
  left: 8rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.top-9 {
  top: 10rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.right-9 {
  right: 10rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.bottom-9 {
  bottom: 10rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.left-9 {
  left: 10rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.center {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.h-100vh {
  height: 100vh !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.row.row-grid > [class*=col-] + [class*=col-] {
  margin-top: 3rem;
}

@media (min-width: 992px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .row.row-grid > [class*=col-lg-] + [class*=col-lg-] {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .row.row-grid > [class*=col-md-] + [class*=col-md-] {
    margin-top: 0;
  }
}
@media (min-width: 576px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .row.row-grid > [class*=col-sm-] + [class*=col-sm-] {
    margin-top: 0;
  }
}
/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.row-grid + .row-grid {
  margin-top: 3rem;
}

@media (min-width: 992px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt--100 {
    margin-top: -100px !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mr--100 {
    margin-right: -100px !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb--100 {
    margin-bottom: -100px !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .ml--100 {
    margin-left: -100px !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt--150 {
    margin-top: -150px !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb--150 {
    margin-bottom: -150px !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt--200 {
    margin-top: -200px !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb--200 {
    margin-bottom: -200px !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mt--300 {
    margin-top: -300px !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mb--300 {
    margin-bottom: -300px !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pt-100 {
    padding-top: 100px !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pb-100 {
    padding-bottom: 100px !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pt-150 {
    padding-top: 150px !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pb-150 {
    padding-bottom: 150px !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pt-200 {
    padding-top: 200px !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pb-200 {
    padding-bottom: 200px !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pt-250 {
    padding-top: 250px !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pb-250 {
    padding-bottom: 250px !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pt-300 {
    padding-top: 300px !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .pb-300 {
    padding-bottom: 300px !important;
  }
}
/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
[class*=shadow] {
  transition: all .15s ease;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.shadow-sm--hover:hover {
  box-shadow: 0 0 0.5rem rgba(136, 152, 170, 0.075) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.shadow--hover:hover {
  box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.shadow-lg--hover:hover {
  box-shadow: 0 0 3rem rgba(136, 152, 170, 0.175) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.shadow-none--hover:hover {
  box-shadow: none !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.font-weight-300 {
  font-weight: 300 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.font-weight-400 {
  font-weight: 400 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.font-weight-500 {
  font-weight: 500 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.font-weight-600 {
  font-weight: 600 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.font-weight-700 {
  font-weight: 700 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.font-weight-800 {
  font-weight: 800 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.font-weight-900 {
  font-weight: 900 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.text-underline {
  text-decoration: underline;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.text-through {
  text-decoration: line-through;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.text-xs {
  font-size: 0.75rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.text-sm {
  font-size: 0.875rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.text-lg {
  font-size: 1.25rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.text-xl {
  font-size: 1.5rem !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.lh-100 {
  line-height: 1;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.lh-110 {
  line-height: 1.1;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.lh-120 {
  line-height: 1.2;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.lh-130 {
  line-height: 1.3;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.lh-140 {
  line-height: 1.4;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.lh-150 {
  line-height: 1.5;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.lh-160 {
  line-height: 1.6;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.lh-170 {
  line-height: 1.7;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.lh-180 {
  line-height: 1.8;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.ls-1 {
  letter-spacing: .0625rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.ls-15 {
  letter-spacing: .09375rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.ls-2 {
  letter-spacing: .125rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.text-blue {
  color: #5e72e4 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a.text-blue:focus, a.text-blue:hover {
  color: #324cdd !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.text-indigo {
  color: #5603ad !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a.text-indigo:focus, a.text-indigo:hover {
  color: #3d027b !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.text-purple {
  color: #8965e0 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a.text-purple:focus, a.text-purple:hover {
  color: #683bd7 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.text-pink {
  color: #f3a4b5 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a.text-pink:focus, a.text-pink:hover {
  color: #ed7790 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.text-red {
  color: #f5365c !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a.text-red:focus, a.text-red:hover {
  color: #ec0c38 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.text-orange {
  color: #fb6340 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a.text-orange:focus, a.text-orange:hover {
  color: #fa3a0e !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.text-yellow {
  color: #ffd600 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a.text-yellow:focus, a.text-yellow:hover {
  color: #ccab00 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.text-green {
  color: #2dce89 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a.text-green:focus, a.text-green:hover {
  color: #24a46d !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.text-teal {
  color: #11cdef !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a.text-teal:focus, a.text-teal:hover {
  color: #0da5c0 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.text-cyan {
  color: #2bffc6 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a.text-cyan:focus, a.text-cyan:hover {
  color: #00f7b5 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.text-white {
  color: #fff !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a.text-white:focus, a.text-white:hover {
  color: #e6e6e6 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.text-gray {
  color: #8898aa !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a.text-gray:focus, a.text-gray:hover {
  color: #6a7e95 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.text-gray-dark {
  color: #32325d !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a.text-gray-dark:focus, a.text-gray-dark:hover {
  color: #20203c !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.text-light {
  color: #ced4da !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a.text-light:focus, a.text-light:hover {
  color: #b1bbc4 !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.text-lighter {
  color: #e9ecef !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a.text-lighter:focus, a.text-lighter:hover {
  color: #cbd3da !important;
}

@media (min-width: 992px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .transform-perspective-right {
    -webkit-transform: scale(1) perspective(1040px) rotateY(-11deg) rotateX(2deg) rotate(2deg);
            transform: scale(1) perspective(1040px) rotateY(-11deg) rotateX(2deg) rotate(2deg);
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .transform-perspective-left {
    -webkit-transform: scale(1) perspective(2000px) rotateY(11deg) rotateX(2deg) rotate(-2deg);
            transform: scale(1) perspective(2000px) rotateY(11deg) rotateX(2deg) rotate(-2deg);
  }
}
/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.alert {
  font-size: .875rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.alert-heading {
  font-size: .9375rem;
  font-weight: 600;
  margin-top: .15rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.alert-icon {
  font-size: 1.25rem;
  display: inline-block;
  margin-right: 1.25rem;
  vertical-align: middle;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.alert-icon i.ni {
  position: relative;
  top: 1px;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.alert-text {
  display: inline-block;
  vertical-align: middle;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
[class*=alert-] .alert-link {
  color: #fff;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.alert-dismissible .close {
  top: 50%;
  right: 1.5rem;
  padding: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  color: rgba(255, 255, 255, 0.6);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.alert-dismissible .close:focus, .alert-dismissible .close:hover {
  opacity: 1 !important;
  color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 575.98px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .alert-dismissible .close {
    top: 1rem;
    right: .5rem;
  }
}
/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.alert-dismissible .close > span:not(.sr-only) {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.6);
  background-color: transparent;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.alert-dismissible .close:focus > span:not(.sr-only), .alert-dismissible .close:hover > span:not(.sr-only) {
  color: rgba(255, 255, 255, 0.9);
  background-color: transparent;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.avatar {
  font-size: 1rem;
  display: inline-flex;
  width: 48px;
  height: 48px;
  color: #fff;
  border-radius: 50%;
  background-color: #adb5bd;
  align-items: center;
  justify-content: center;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.avatar img {
  width: 100%;
  border-radius: 50%;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.avatar + .avatar-content {
  display: inline-block;
  margin-left: .75rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.avatar-lg {
  font-size: .875rem;
  width: 58px;
  height: 58px;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.avatar-sm {
  font-size: .875rem;
  width: 36px;
  height: 36px;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.avatar-group .avatar {
  position: relative;
  z-index: 2;
  border: 2px solid #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.avatar-group .avatar:hover {
  z-index: 3;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.avatar-group .avatar + .avatar {
  margin-left: -1rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.badge {
  text-transform: uppercase;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.badge a {
  color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.badge-md {
  padding: .65em 1em;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.badge-lg {
  padding: .85em 1.375em;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.badge-inline {
  margin-right: .625rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.badge-inline + span {
  position: relative;
  top: 2px;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.badge-inline + span > a {
  text-decoration: underline;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn .badge:not(:first-child) {
  margin-left: .5rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn .badge:not(:last-child) {
  margin-right: .5rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.badge-circle {
  font-size: .875rem;
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  text-align: center;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.badge-dot {
  font-size: .875rem;
  font-weight: 400;
  padding-right: 0;
  padding-left: 0;
  text-transform: none;
  background: 0 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.badge-dot strong {
  color: #32325d;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.badge-dot i {
  display: inline-block;
  width: .375rem;
  height: .375rem;
  margin-right: .375rem;
  vertical-align: middle;
  border-radius: 50%;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.badge-dot.badge-md i {
  width: .5rem;
  height: .5rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.badge-dot.badge-lg i {
  width: .625rem;
  height: .625rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn {
  font-size: .875rem;
  position: relative;
  transition: all .15s ease;
  letter-spacing: .025em;
  text-transform: none;
  will-change: transform;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn:not(:last-child) {
  margin-right: .5rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn i:not(:first-child), .btn svg:not(:first-child) {
  margin-left: .5rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn i:not(:last-child), .btn svg:not(:last-child) {
  margin-right: .5rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-group .btn, .input-group .btn {
  margin-right: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-group-sm > .btn, .btn-sm, .btn-group-sm > .btn {
  font-size: .75rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-group-lg > .btn, .btn-lg, .btn-group-lg > .btn {
  font-size: .875rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
[class*=btn-outline-] {
  border-width: 1px;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-outline-secondary {
  color: #4385b1;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-inner--icon i:not(.fa) {
  position: relative;
  top: 2px;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-link {
  font-weight: 600;
  box-shadow: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-link:hover {
  -webkit-transform: none;
          transform: none;
  box-shadow: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-neutral {
  color: #5e72e4;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-icon .btn-inner--icon img {
  width: 20px;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-icon .btn-inner--text:not(:first-child) {
  margin-left: .75em;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-icon .btn-inner--text:not(:last-child) {
  margin-right: .75em;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-icon-only {
  width: 2.375rem;
  height: 2.375rem;
  padding: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
a.btn-icon-only {
  line-height: 2.5;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-group-sm > .btn-icon-only.btn, .btn-icon-only.btn-sm, .btn-group-sm > .btn-icon-only.btn {
  width: 2rem;
  height: 2rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-icon-clipboard {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  display: inline-block;
  width: 100%;
  margin: 0;
  margin: .5rem 0;
  padding: 1.5rem;
  cursor: pointer;
  text-align: left;
  vertical-align: middle;
  text-decoration: none;
  color: #32325d;
  border: 0;
  border-radius: .375rem;
  background-color: #f6f9fc;
  -moz-appearance: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-icon-clipboard:hover {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 1px, rgba(0, 0, 0, 0.1) 0 4px 16px;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-icon-clipboard > div {
  display: flex;
  align-items: center;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-icon-clipboard i {
  font-size: 1.5rem;
  box-sizing: content-box;
  vertical-align: middle;
  color: #5e72e4;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-icon-clipboard span {
  font-size: .875rem;
  line-height: 1.5;
  display: inline-block;
  overflow: hidden;
  margin-left: 16px;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-facebook {
  color: #fff;
  border-color: #3b5999;
  background-color: #3b5999;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-facebook:hover {
  color: #fff;
  border-color: #3b5999;
  background-color: #3b5999;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-facebook.focus, .btn-facebook:focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(59, 89, 153, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-facebook.disabled, .btn-facebook:disabled {
  color: #fff;
  border-color: #3b5999;
  background-color: #3b5999;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-facebook:not(:disabled):not(.disabled).active, .btn-facebook:not(:disabled):not(.disabled):active, .show > .btn-facebook.dropdown-toggle {
  color: #fff;
  border-color: #3b5999;
  background-color: #2d4474;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-facebook:not(:disabled):not(.disabled).active:focus, .btn-facebook:not(:disabled):not(.disabled):active:focus, .show > .btn-facebook.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(59, 89, 153, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-twitter {
  color: #fff;
  border-color: #1da1f2;
  background-color: #1da1f2;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-twitter:hover {
  color: #fff;
  border-color: #1da1f2;
  background-color: #1da1f2;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-twitter.focus, .btn-twitter:focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(29, 161, 242, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-twitter.disabled, .btn-twitter:disabled {
  color: #fff;
  border-color: #1da1f2;
  background-color: #1da1f2;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-twitter:not(:disabled):not(.disabled).active, .btn-twitter:not(:disabled):not(.disabled):active, .show > .btn-twitter.dropdown-toggle {
  color: #fff;
  border-color: #1da1f2;
  background-color: #0c85d0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-twitter:not(:disabled):not(.disabled).active:focus, .btn-twitter:not(:disabled):not(.disabled):active:focus, .show > .btn-twitter.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(29, 161, 242, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-google-plus {
  color: #fff;
  border-color: #dd4b39;
  background-color: #dd4b39;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-google-plus:hover {
  color: #fff;
  border-color: #dd4b39;
  background-color: #dd4b39;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-google-plus.focus, .btn-google-plus:focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(221, 75, 57, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-google-plus.disabled, .btn-google-plus:disabled {
  color: #fff;
  border-color: #dd4b39;
  background-color: #dd4b39;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-google-plus:not(:disabled):not(.disabled).active, .btn-google-plus:not(:disabled):not(.disabled):active, .show > .btn-google-plus.dropdown-toggle {
  color: #fff;
  border-color: #dd4b39;
  background-color: #c23321;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-google-plus:not(:disabled):not(.disabled).active:focus, .btn-google-plus:not(:disabled):not(.disabled):active:focus, .show > .btn-google-plus.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(221, 75, 57, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-instagram {
  color: #fff;
  border-color: #e4405f;
  background-color: #e4405f;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-instagram:hover {
  color: #fff;
  border-color: #e4405f;
  background-color: #e4405f;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-instagram.focus, .btn-instagram:focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(228, 64, 95, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-instagram.disabled, .btn-instagram:disabled {
  color: #fff;
  border-color: #e4405f;
  background-color: #e4405f;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-instagram:not(:disabled):not(.disabled).active, .btn-instagram:not(:disabled):not(.disabled):active, .show > .btn-instagram.dropdown-toggle {
  color: #fff;
  border-color: #e4405f;
  background-color: #d31e40;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-instagram:not(:disabled):not(.disabled).active:focus, .btn-instagram:not(:disabled):not(.disabled):active:focus, .show > .btn-instagram.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(228, 64, 95, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-pinterest {
  color: #fff;
  border-color: #bd081c;
  background-color: #bd081c;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-pinterest:hover {
  color: #fff;
  border-color: #bd081c;
  background-color: #bd081c;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-pinterest.focus, .btn-pinterest:focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(189, 8, 28, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-pinterest.disabled, .btn-pinterest:disabled {
  color: #fff;
  border-color: #bd081c;
  background-color: #bd081c;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-pinterest:not(:disabled):not(.disabled).active, .btn-pinterest:not(:disabled):not(.disabled):active, .show > .btn-pinterest.dropdown-toggle {
  color: #fff;
  border-color: #bd081c;
  background-color: #8c0615;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-pinterest:not(:disabled):not(.disabled).active:focus, .btn-pinterest:not(:disabled):not(.disabled):active:focus, .show > .btn-pinterest.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(189, 8, 28, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-youtube {
  color: #fff;
  border-color: #cd201f;
  background-color: #cd201f;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-youtube:hover {
  color: #fff;
  border-color: #cd201f;
  background-color: #cd201f;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-youtube.focus, .btn-youtube:focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(205, 32, 31, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-youtube.disabled, .btn-youtube:disabled {
  color: #fff;
  border-color: #cd201f;
  background-color: #cd201f;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-youtube:not(:disabled):not(.disabled).active, .btn-youtube:not(:disabled):not(.disabled):active, .show > .btn-youtube.dropdown-toggle {
  color: #fff;
  border-color: #cd201f;
  background-color: #a11918;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-youtube:not(:disabled):not(.disabled).active:focus, .btn-youtube:not(:disabled):not(.disabled):active:focus, .show > .btn-youtube.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(205, 32, 31, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-slack {
  color: #fff;
  border-color: #3aaf85;
  background-color: #3aaf85;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-slack:hover {
  color: #fff;
  border-color: #3aaf85;
  background-color: #3aaf85;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-slack.focus, .btn-slack:focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(58, 175, 133, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-slack.disabled, .btn-slack:disabled {
  color: #fff;
  border-color: #3aaf85;
  background-color: #3aaf85;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-slack:not(:disabled):not(.disabled).active, .btn-slack:not(:disabled):not(.disabled):active, .show > .btn-slack.dropdown-toggle {
  color: #fff;
  border-color: #3aaf85;
  background-color: #2d8968;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-slack:not(:disabled):not(.disabled).active:focus, .btn-slack:not(:disabled):not(.disabled):active:focus, .show > .btn-slack.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(58, 175, 133, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-dribbble {
  color: #fff;
  border-color: #ea4c89;
  background-color: #ea4c89;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-dribbble:hover {
  color: #fff;
  border-color: #ea4c89;
  background-color: #ea4c89;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-dribbble.focus, .btn-dribbble:focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(234, 76, 137, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-dribbble.disabled, .btn-dribbble:disabled {
  color: #fff;
  border-color: #ea4c89;
  background-color: #ea4c89;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-dribbble:not(:disabled):not(.disabled).active, .btn-dribbble:not(:disabled):not(.disabled):active, .show > .btn-dribbble.dropdown-toggle {
  color: #fff;
  border-color: #ea4c89;
  background-color: #e51e6b;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-dribbble:not(:disabled):not(.disabled).active:focus, .btn-dribbble:not(:disabled):not(.disabled):active:focus, .show > .btn-dribbble.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(234, 76, 137, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-github {
  color: #fff;
  border-color: #222;
  background-color: #222;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-github:hover {
  color: #fff;
  border-color: #222;
  background-color: #222;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-github.focus, .btn-github:focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(34, 34, 34, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-github.disabled, .btn-github:disabled {
  color: #fff;
  border-color: #222;
  background-color: #222;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-github:not(:disabled):not(.disabled).active, .btn-github:not(:disabled):not(.disabled):active, .show > .btn-github.dropdown-toggle {
  color: #fff;
  border-color: #222;
  background-color: #090909;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.btn-github:not(:disabled):not(.disabled).active:focus, .btn-github:not(:disabled):not(.disabled):active:focus, .show > .btn-github.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(34, 34, 34, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.card-translucent {
  background-color: rgba(18, 91, 152, 0.08);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.card-profile-image {
  position: relative;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.card-profile-image img {
  position: absolute;
  left: 50%;
  max-width: 180px;
  transition: all .15s ease;
  -webkit-transform: translate(-50%, -30%);
          transform: translate(-50%, -30%);
  border-radius: .375rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.card-profile-image img:hover {
  -webkit-transform: translate(-50%, -33%);
          transform: translate(-50%, -33%);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.card-profile-stats {
  padding: 1rem 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.card-profile-stats > div {
  margin-right: 1rem;
  padding: .875rem;
  text-align: center;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.card-profile-stats > div:last-child {
  margin-right: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.card-profile-stats > div .heading {
  font-size: 1.1rem;
  font-weight: 700;
  display: block;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.card-profile-stats > div .description {
  font-size: .875rem;
  color: #adb5bd;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.card-profile-actions {
  padding: .875rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.card-blockquote {
  position: relative;
  padding: 2rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.card-blockquote .svg-bg {
  position: absolute;
  top: -94px;
  left: 0;
  display: block;
  width: 100%;
  height: 95px;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.card-lift--hover:hover {
  transition: all .15s ease;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .card-lift--hover:hover {
    transition: none;
  }
}
/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.card-stats .card-body {
  padding: 1rem 1.5rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.card-stats .card-status-bullet {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.chart {
  position: relative;
  height: 350px;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.chart-sm {
  height: 230px;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.chart-legend {
  font-size: .875rem;
  display: flex;
  margin-top: 2.5rem;
  text-align: center;
  color: #8898aa;
  justify-content: center;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.chart-legend-item {
  display: inline-flex;
  align-items: center;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.chart-legend-item + .chart-legend-item {
  margin-left: 1rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.chart-legend-indicator {
  display: inline-block;
  width: .5rem;
  height: .5rem;
  margin-right: .375rem;
  border-radius: 50%;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
#chart-tooltip {
  z-index: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
#chart-tooltip .arrow {
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateX(-0.5rem);
          transform: translateX(-50%) translateX(-0.5rem);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.chart-info-overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 5%;
  max-width: 350px;
  padding: 20px;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.close {
  transition: all .15s ease;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.close > span:not(.sr-only) {
  font-size: 1.25rem;
  line-height: 17px;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  transition: all .15s ease;
  color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  background-color: transparent;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.close:focus, .close:hover {
  color: rgba(0, 0, 0, 0.9);
  outline: 0;
  background-color: transparent;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.close:focus span:not(.sr-only), .close:hover span:not(.sr-only) {
  background-color: transparent;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.main-content {
  position: relative;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.main-content .navbar-top {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  padding-right: 0 !important;
  padding-left: 0 !important;
  background-color: transparent;
}

@media (min-width: 768px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .main-content .container-fluid {
    padding-right: 39px !important;
    padding-left: 39px !important;
  }
}
/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-vertical.navbar-expand-xs.fixed-left + .main-content {
  margin-left: 250px;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-vertical.navbar-expand-xs.fixed-right + .main-content {
  margin-right: 250px;
}

@media (min-width: 576px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical.navbar-expand-sm.fixed-left + .main-content {
    margin-left: 250px;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical.navbar-expand-sm.fixed-right + .main-content {
    margin-right: 250px;
  }
}
@media (min-width: 768px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical.navbar-expand-md.fixed-left + .main-content {
    margin-left: 250px;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical.navbar-expand-md.fixed-right + .main-content {
    margin-right: 250px;
  }
}
@media (min-width: 992px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical.navbar-expand-lg.fixed-left + .main-content {
    margin-left: 250px;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical.navbar-expand-lg.fixed-right + .main-content {
    margin-right: 250px;
  }
}
@media (min-width: 1200px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical.navbar-expand-xl.fixed-left + .main-content {
    margin-left: 250px;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical.navbar-expand-xl.fixed-right + .main-content {
    margin-right: 250px;
  }
}
/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-checkbox .custom-control-input ~ .custom-control-label {
  font-size: .875rem;
  cursor: pointer;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #5e72e4;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-checkbox .custom-control-input:disabled ~ .custom-control-label::before {
  border-color: #e9ecef;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-checkbox .custom-control-input:disabled:checked::before {
  border-color: rgba(94, 114, 228, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-control-label::before {
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  border: 1px solid #cad1d7;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-control-label span {
  position: relative;
  top: 2px;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-control-label {
  margin-bottom: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-control-alternative .custom-control-label::before {
  border: 0;
  box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-control-alternative .custom-control-input:checked ~ .custom-control-label::before {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-control-alternative .custom-control-input:active ~ .custom-control-label::before, .custom-control-alternative .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-checkbox .custom-control-input ~ .custom-control-label {
  font-size: .875rem;
  cursor: pointer;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #5e72e4;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-checkbox .custom-control-input:disabled ~ .custom-control-label::before {
  border-color: #e9ecef;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-checkbox .custom-control-input:disabled:checked::before {
  border-color: rgba(94, 114, 228, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-radio .custom-control-input ~ .custom-control-label {
  font-size: .875rem;
  cursor: pointer;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #5e72e4;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-radio .custom-control-input:disabled ~ .custom-control-label::before {
  border-color: #e9ecef;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-radio .custom-control-input:disabled:checked::before {
  border-color: rgba(94, 114, 228, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 1.5rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-toggle input {
  display: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-toggle input:checked + .custom-toggle-slider {
  border: 1px solid #5e72e4;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-toggle input:checked + .custom-toggle-slider:before {
  -webkit-transform: translateX(1.625rem);
          transform: translateX(1.625rem);
  background: #5e72e4;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-toggle input:disabled + .custom-toggle-slider {
  border: 1px solid #e9ecef;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-toggle input:disabled:checked + .custom-toggle-slider {
  border: 1px solid #e9ecef;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-toggle input:disabled:checked + .custom-toggle-slider:before {
  background-color: #8a98eb;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-toggle-slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  border: 1px solid #cad1d7;
  border-radius: 34px !important;
  background-color: transparent;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.custom-toggle-slider:before {
  position: absolute;
  bottom: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  content: '';
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  border-radius: 50% !important;
  background-color: #e9ecef;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.dropdown, .dropleft, .dropright, .dropup {
  display: inline-block;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.dropdown-menu {
  min-width: 12rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.dropdown-menu .dropdown-item {
  font-size: .875rem;
  padding: .5rem 1rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.dropdown-menu .dropdown-item > i, .dropdown-menu .dropdown-item > svg {
  font-size: 1rem;
  margin-right: 1rem;
  vertical-align: -17%;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.dropdown-header {
  font-size: .625rem;
  font-weight: 700;
  padding-right: 1rem;
  padding-left: 1rem;
  text-transform: uppercase;
  color: #f6f9fc;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.dropdown-menu a.media > div:first-child {
  line-height: 1;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.dropdown-menu a.media p {
  color: #8898aa;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.dropdown-menu a.media:hover .heading, .dropdown-menu a.media:hover p {
  color: #172b4d !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.dropdown-menu-sm {
  min-width: 100px;
  border: .4375rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.dropdown-menu-lg {
  min-width: 260px;
  border-radius: .4375rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.dropdown-menu-xl {
  min-width: 450px;
  border-radius: .4375rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.footer {
  padding: 2.5rem 0;
  background: #f7fafc;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.footer .col-footer .heading {
  font-size: .875rem;
  font-weight: 600;
  margin-bottom: 1rem;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #8898aa;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.footer .footer-link, .footer .nav .nav-item .nav-link {
  color: #8898aa !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.footer .footer-link:hover, .footer .nav .nav-item .nav-link:hover {
  color: #525f7f !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.footer .list-unstyled li a {
  font-size: .85rem;
  display: inline-block;
  padding: .125rem 0;
  color: #8898aa;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.footer .list-unstyled li a:hover {
  color: #525f7f;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.footer .copyright {
  font-size: .875rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.footer-dark .col-footer .heading {
  color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.nav-footer .nav-link {
  font-size: .875rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.nav-footer .nav-item:last-child .nav-link {
  padding-right: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.footer.has-cards {
  position: relative;
  overflow: hidden;
  margin-top: -420px;
  padding-top: 500px;
  pointer-events: none;
  background: 0 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.footer.has-cards:before {
  position: absolute;
  top: 600px;
  right: 0;
  left: 0;
  height: 2000px;
  content: '';
  -webkit-transform: skew(0, -8deg);
          transform: skew(0, -8deg);
  background: #f7fafc;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.footer.has-cards .container {
  position: relative;
  pointer-events: auto;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.form-control-label {
  font-size: .875rem;
  font-weight: 600;
  color: #525f7f;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.form-control {
  font-size: .875rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.form-control:focus:-ms-input-placeholder {
  color: #adb5bd;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.form-control:focus::-ms-input-placeholder {
  color: #adb5bd;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.form-control:focus::-webkit-input-placeholder {
  color: #adb5bd;
}
.form-control:focus:-ms-input-placeholder {
  color: #adb5bd;
}
.form-control:focus::-ms-input-placeholder {
  color: #adb5bd;
}
.form-control:focus::placeholder {
  color: #adb5bd;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
textarea[resize=none] {
  resize: none !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
textarea[resize=both] {
  resize: both !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
textarea[resize=vertical] {
  resize: vertical !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
textarea[resize=horizontal] {
  resize: horizontal !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.form-control-muted {
  border-color: #f7fafe;
  background-color: #f7fafe;
  box-shadow: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.form-control-muted:focus {
  background-color: #fcfdff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.form-control-alternative {
  transition: box-shadow .15s ease;
  border: 0;
  box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.form-control-alternative:focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  font-size: 1rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.has-danger, .has-success {
  position: relative;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.has-danger:after, .has-success:after {
  font-family: NucleoIcons;
  font-size: 9px;
  line-height: 19px;
  position: absolute;
  top: 2px;
  right: 15px;
  display: inline-block;
  width: 19px;
  height: 19px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  text-align: center;
  opacity: 1;
  border-radius: 50%;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.has-success:after {
  content: '\ea26';
  color: daken(#2dce89, 18%);
  background-color: #69deac;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.has-success .form-control {
  background-color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.has-success .form-control:focus {
  border-color: rgba(50, 151, 211, 0.25);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.has-success .form-control:-ms-input-placeholder {
  color: #2dce89;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.has-success .form-control::-ms-input-placeholder {
  color: #2dce89;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.has-success .form-control::-webkit-input-placeholder {
  color: #2dce89;
}
.has-success .form-control:-ms-input-placeholder {
  color: #2dce89;
}
.has-success .form-control::-ms-input-placeholder {
  color: #2dce89;
}
.has-success .form-control::placeholder {
  color: #2dce89;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.has-danger:after {
  content: '\ea53';
  color: daken(#fb6340, 18%);
  background-color: #fda08b;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.has-danger .form-control {
  background-color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.has-danger .form-control:focus {
  border-color: rgba(50, 151, 211, 0.25);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.has-danger .form-control:-ms-input-placeholder {
  color: #fb6340;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.has-danger .form-control::-ms-input-placeholder {
  color: #fb6340;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.has-danger .form-control::-webkit-input-placeholder {
  color: #fb6340;
}
.has-danger .form-control:-ms-input-placeholder {
  color: #fb6340;
}
.has-danger .form-control::-ms-input-placeholder {
  color: #fb6340;
}
.has-danger .form-control::placeholder {
  color: #fb6340;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.input-group {
  transition: all .15s ease;
  border-radius: .375rem;
  box-shadow: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.input-group .form-control {
  box-shadow: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.input-group .form-control:not(:first-child) {
  padding-left: 0;
  border-left: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.input-group .form-control:not(:last-child) {
  padding-right: 0;
  border-right: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.input-group .form-control:focus {
  box-shadow: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.input-group-text {
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.input-group-alternative {
  transition: box-shadow .15s ease;
  border: 0;
  box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.input-group-alternative .form-control, .input-group-alternative .input-group-text {
  border: 0;
  box-shadow: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.focused .input-group-alternative {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.focused .input-group {
  box-shadow: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.focused .input-group-text {
  color: #8898aa;
  border-color: rgba(50, 151, 211, 0.25);
  background-color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.focused .form-control {
  border-color: rgba(50, 151, 211, 0.25);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.header {
  position: relative;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.icon {
  width: 3rem;
  height: 3rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.icon i, .icon svg {
  font-size: 2.25rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.icon + .icon-text {
  width: calc(100% - 3rem - 1);
  padding-left: 1rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.icon-xl {
  width: 5rem;
  height: 5rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.icon-xl i, .icon-xl svg {
  font-size: 4.25rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.icon-xl + .icon-text {
  width: calc(100% - $icon-size-xl - 1);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.icon-lg {
  width: 4rem;
  height: 4rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.icon-lg i, .icon-lg svg {
  font-size: 3.25rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.icon-lg + .icon-text {
  width: calc(100% - $icon-size-lg - 1);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.icon-sm {
  width: 2rem;
  height: 2rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.icon-sm i, .icon-sm svg {
  font-size: 1.25rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.icon-sm + .icon-text {
  width: calc(100% - $icon-size-sm - 1);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.icon-shape {
  display: inline-flex;
  padding: 12px;
  text-align: center;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.icon-shape i, .icon-shape svg {
  font-size: 1.25rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.icon-shape.icon-lg i, .icon-shape.icon-lg svg {
  font-size: 1.625rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.icon-shape.icon-sm i, .icon-shape.icon-sm svg {
  font-size: .875rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.icon-shape svg {
  width: 30px;
  height: 30px;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.icon-shape-primary {
  color: #2643e9;
  background-color: rgba(138, 152, 235, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.icon-shape-secondary {
  color: #cfe3f1;
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.icon-shape-success {
  color: #1aae6f;
  background-color: rgba(84, 218, 161, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.icon-shape-info {
  color: #03acca;
  background-color: rgba(65, 215, 242, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.icon-shape-warning {
  color: #ff3709;
  background-color: rgba(252, 140, 114, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.icon-shape-danger {
  color: #f80031;
  background-color: rgba(247, 103, 131, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.icon-shape-light {
  color: #879cb0;
  background-color: rgba(201, 207, 212, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.icon-shape-dark {
  color: #090c0e;
  background-color: rgba(56, 63, 69, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.icon-shape-default {
  color: #091428;
  background-color: rgba(35, 65, 116, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.icon-shape-white {
  color: #e8e3e3;
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.icon-shape-neutral {
  color: #e8e3e3;
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.icon-shape-darker {
  color: #000;
  background-color: rgba(26, 26, 26, 0.5);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.input-group {
  transition: all .15s ease;
  border-radius: .375rem;
  box-shadow: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.input-group .form-control {
  box-shadow: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.input-group .form-control:not(:first-child) {
  padding-left: 0;
  border-left: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.input-group .form-control:not(:last-child) {
  padding-right: 0;
  border-right: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.input-group .form-control:focus {
  box-shadow: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.input-group-text {
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.input-group-alternative {
  transition: box-shadow .15s ease;
  border: 0;
  box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.input-group-alternative .form-control, .input-group-alternative .input-group-text {
  border: 0;
  box-shadow: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.focused .input-group-alternative {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.focused .input-group {
  box-shadow: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.focused .input-group-text {
  color: #8898aa;
  border-color: rgba(50, 151, 211, 0.25);
  background-color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.focused .form-control {
  border-color: rgba(50, 151, 211, 0.25);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.list-group-space .list-group-item {
  margin-bottom: 1.5rem;
  border-radius: .375rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.list-group-img {
  width: 3rem;
  height: 3rem;
  margin: -.1rem 1.2rem 0 -.2rem;
  vertical-align: top;
  border-radius: 50%;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.list-group-content {
  min-width: 0;
  flex: 1 1;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.list-group-content > p {
  line-height: 1.5;
  margin: .2rem 0 0;
  color: #adb5bd;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.list-group-heading {
  font-size: 1rem;
  color: #32325d;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.list-group-heading > small {
  font-weight: 500;
  float: right;
  color: #adb5bd;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.map-canvas {
  position: relative;
  width: 100%;
  height: 500px;
  border-radius: .375rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .15s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .mask {
    transition: none;
  }
}
/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-fluid .modal-dialog {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-fluid .modal-content {
  border-radius: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-primary .modal-title {
  color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-primary .modal-footer, .modal-primary .modal-header {
  border-color: rgba(255, 255, 255, 0.075);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-primary .modal-content {
  color: #fff;
  background-color: #5e72e4;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-primary .modal-content .heading {
  color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-primary .close > span:not(.sr-only) {
  color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-secondary .modal-title {
  color: #212529;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-secondary .modal-footer, .modal-secondary .modal-header {
  border-color: rgba(33, 37, 41, 0.075);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-secondary .modal-content {
  color: #212529;
  background-color: #f7fafc;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-secondary .modal-content .heading {
  color: #212529;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-secondary .close > span:not(.sr-only) {
  color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-success .modal-title {
  color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-success .modal-footer, .modal-success .modal-header {
  border-color: rgba(255, 255, 255, 0.075);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-success .modal-content {
  color: #fff;
  background-color: #2dce89;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-success .modal-content .heading {
  color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-success .close > span:not(.sr-only) {
  color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-info .modal-title {
  color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-info .modal-footer, .modal-info .modal-header {
  border-color: rgba(255, 255, 255, 0.075);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-info .modal-content {
  color: #fff;
  background-color: #11cdef;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-info .modal-content .heading {
  color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-info .close > span:not(.sr-only) {
  color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-warning .modal-title {
  color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-warning .modal-footer, .modal-warning .modal-header {
  border-color: rgba(255, 255, 255, 0.075);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-warning .modal-content {
  color: #fff;
  background-color: #fb6340;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-warning .modal-content .heading {
  color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-warning .close > span:not(.sr-only) {
  color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-danger .modal-title {
  color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-danger .modal-footer, .modal-danger .modal-header {
  border-color: rgba(255, 255, 255, 0.075);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-danger .modal-content {
  color: #fff;
  background-color: #f5365c;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-danger .modal-content .heading {
  color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-danger .close > span:not(.sr-only) {
  color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-light .modal-title {
  color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-light .modal-footer, .modal-light .modal-header {
  border-color: rgba(255, 255, 255, 0.075);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-light .modal-content {
  color: #fff;
  background-color: #adb5bd;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-light .modal-content .heading {
  color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-light .close > span:not(.sr-only) {
  color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-dark .modal-title {
  color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-dark .modal-footer, .modal-dark .modal-header {
  border-color: rgba(255, 255, 255, 0.075);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-dark .modal-content {
  color: #fff;
  background-color: #212529;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-dark .modal-content .heading {
  color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-dark .close > span:not(.sr-only) {
  color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-default .modal-title {
  color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-default .modal-footer, .modal-default .modal-header {
  border-color: rgba(255, 255, 255, 0.075);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-default .modal-content {
  color: #fff;
  background-color: #172b4d;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-default .modal-content .heading {
  color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-default .close > span:not(.sr-only) {
  color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-white .modal-title {
  color: #212529;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-white .modal-footer, .modal-white .modal-header {
  border-color: rgba(33, 37, 41, 0.075);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-white .modal-content {
  color: #212529;
  background-color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-white .modal-content .heading {
  color: #212529;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-white .close > span:not(.sr-only) {
  color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-neutral .modal-title {
  color: #212529;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-neutral .modal-footer, .modal-neutral .modal-header {
  border-color: rgba(33, 37, 41, 0.075);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-neutral .modal-content {
  color: #212529;
  background-color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-neutral .modal-content .heading {
  color: #212529;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-neutral .close > span:not(.sr-only) {
  color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-darker .modal-title {
  color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-darker .modal-footer, .modal-darker .modal-header {
  border-color: rgba(255, 255, 255, 0.075);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-darker .modal-content {
  color: #fff;
  background-color: #000;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-darker .modal-content .heading {
  color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.modal-darker .close > span:not(.sr-only) {
  color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.nav-wrapper {
  padding: 1rem 0;
  border-top-left-radius: .375rem;
  border-top-right-radius: .375rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.nav-wrapper + .card {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: .375rem;
  border-bottom-left-radius: .375rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.nav-link {
  color: #525f7f;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.nav-link:hover {
  color: #5e72e4;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.nav-link i.ni {
  position: relative;
  top: 2px;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.nav-pills .nav-item:not(:last-child) {
  padding-right: 1rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.nav-pills .nav-link {
  font-size: .875rem;
  font-weight: 500;
  padding: .75rem 1rem;
  transition: all .15s ease;
  color: #5e72e4;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.nav-pills .nav-link:hover {
  color: #485fe0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #5e72e4;
}

@media (max-width: 575.98px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .nav-pills .nav-item {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767.98px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .nav-pills:not(.nav-pills-circle) .nav-item {
    padding-right: 0;
  }
}
/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.nav-pills-circle .nav-link {
  line-height: 60px;
  width: 60px;
  height: 60px;
  padding: 0;
  text-align: center;
  border-radius: 50%;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.nav-pills-circle .nav-link-icon i, .nav-pills-circle .nav-link-icon svg {
  font-size: 1rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-horizontal .navbar-nav .nav-link {
  font-size: .9rem;
  font-weight: 400;
  transition: all .15s linear;
  letter-spacing: 0;
  text-transform: normal;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-horizontal .navbar-nav .nav-link {
    transition: none;
  }
}
/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-horizontal .navbar-nav .nav-link .nav-link-inner--text {
  margin-left: .25rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-horizontal .navbar-brand {
  font-size: .875rem;
  font-size: .875rem;
  font-weight: 600;
  letter-spacing: .05px;
  text-transform: uppercase;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-horizontal .navbar-brand img {
  height: 30px;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-horizontal .navbar-dark .navbar-brand {
  color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-horizontal .navbar-light .navbar-brand {
  color: #32325d;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-horizontal .navbar-nav .nav-item .media:not(:last-child) {
  margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-horizontal .navbar-nav .nav-item {
    margin-right: .5rem;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-horizontal .navbar-nav .nav-item [data-toggle=dropdown]::after {
    transition: all .15s ease;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-horizontal .navbar-nav .nav-item.show [data-toggle=dropdown]::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-horizontal .navbar-nav .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: .375rem;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-horizontal .navbar-nav .nav-link i {
    margin-right: .625rem;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-horizontal .navbar-nav .nav-link-icon {
    font-size: 1rem;
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
    border-radius: .375rem;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-horizontal .navbar-nav .nav-link-icon i {
    margin-right: 0;
  }
}
/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-horizontal .navbar-transparent {
  position: absolute;
  z-index: 100;
  top: 0;
  width: 100%;
  border: 0;
  background-color: transparent;
  box-shadow: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-horizontal .navbar-transparent .navbar-brand {
  color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-horizontal .navbar-transparent .navbar-toggler {
  color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-horizontal .navbar-transparent .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.95)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

@media (min-width: 768px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-horizontal .navbar-transparent .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.95);
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-horizontal .navbar-transparent .navbar-nav .nav-link:focus, .navbar-horizontal .navbar-transparent .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.65);
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-horizontal .navbar-transparent .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-horizontal .navbar-transparent .navbar-nav .active > .nav-link, .navbar-horizontal .navbar-transparent .navbar-nav .nav-link.active, .navbar-horizontal .navbar-transparent .navbar-nav .nav-link.show, .navbar-horizontal .navbar-transparent .navbar-nav .show > .nav-link {
    color: rgba(255, 255, 255, 0.65);
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-horizontal .navbar-transparent .navbar-brand {
    color: rgba(255, 255, 255, 0.95);
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-horizontal .navbar-transparent .navbar-brand:focus, .navbar-horizontal .navbar-transparent .navbar-brand:hover {
    color: rgba(255, 255, 255, 0.95);
  }
}
/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-vertical {
  box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15) !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-vertical .navbar {
  border-width: 0 0 1px 0;
  border-style: solid;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-vertical .navbar-light {
  border-color: #f6f9fc;
  background-color: transparent;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-vertical .navbar-brand {
  margin-right: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-vertical .navbar-brand-img, .navbar-vertical .navbar-brand > img {
  max-width: 100%;
  max-height: 2rem;
}

@media (min-width: 768px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical .navbar-collapse {
    margin-right: -1rem;
    margin-left: -1rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical .navbar-collapse:before {
    display: block;
    margin: 1rem -1rem;
    content: '';
  }
}
/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-vertical .navbar-nav {
  margin-right: -1rem;
  margin-left: -1rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-vertical .navbar-nav .nav-link {
  font-size: .9rem;
  padding-right: 1rem;
  padding-left: 1rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-vertical .navbar-nav .nav-link.active {
  position: relative;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-vertical .navbar-nav .nav-link.active:before {
  position: absolute;
  top: .25rem;
  bottom: .25rem;
  left: 0;
  content: '';
  border-left: 2px solid #5e72e4;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-vertical .navbar-nav .nav-link > i {
  font-size: .9375rem;
  line-height: 1.5rem;
  min-width: 2.25rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-vertical .navbar-nav .nav-link .dropdown-menu {
  border: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-vertical .navbar-nav .nav-link .dropdown-menu .dropdown-menu {
  margin-left: .75rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-vertical .navbar-nav .nav-link {
  display: flex;
  align-items: center;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-vertical .navbar-nav .nav-link[data-toggle=collapse]:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  font-style: normal;
  font-variant: normal;
  display: inline-block;
  margin-left: auto;
  content: '\f105';
  transition: all .15s ease;
  color: #8898aa;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-vertical .navbar-nav .nav-link[data-toggle=collapse][aria-expanded=true]:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-vertical .navbar-nav .nav .nav-link {
  padding-left: 3.25rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-vertical .navbar-nav .nav .nav .nav-link {
  padding-left: 3.75rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-vertical .navbar-heading {
  font-size: .75rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-vertical.navbar-expand-xs {
  position: fixed;
  top: 0;
  bottom: 0;
  display: block;
  overflow-y: auto;
  width: 100%;
  max-width: 250px;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-vertical.navbar-expand-xs > [class*=container] {
  flex-direction: column;
  min-height: 100%;
  padding-right: 0;
  padding-left: 0;
  align-items: stretch;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical.navbar-expand-xs > [class*=container] {
    height: 100%;
    min-height: none;
  }
}
/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-vertical.navbar-expand-xs.fixed-left {
  left: 0;
  border-width: 0 1px 0 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-vertical.navbar-expand-xs.fixed-right {
  right: 0;
  border-width: 0 0 0 1px;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-vertical.navbar-expand-xs .navbar-collapse {
  display: flex;
  flex-direction: column;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  flex: 1 1;
  align-items: stretch;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-vertical.navbar-expand-xs .navbar-collapse > * {
  min-width: 100%;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-vertical.navbar-expand-xs .navbar-nav {
  flex-direction: column;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link {
  padding: .65rem 1.5rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link.active:before {
  top: .25rem;
  right: auto;
  bottom: .25rem;
  left: 0;
  border-bottom: 0;
  border-left: 2px solid #5e72e4;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-vertical.navbar-expand-xs .navbar-nav .nav .nav-link {
  padding-left: 3.75rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-vertical.navbar-expand-xs .navbar-nav .nav .nav .nav-link {
  padding-left: 4.5rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-vertical.navbar-expand-xs .navbar-brand {
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-vertical.navbar-expand-xs .navbar-brand-img {
  max-height: 2.5rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-vertical.navbar-expand-xs .navbar-user {
  margin-right: -1.5rem;
  margin-left: -1.5rem;
  padding-top: 1rem;
  padding-right: 1.5rem;
  padding-bottom: 0;
  padding-left: 1.5rem;
  border-top: 1px solid #e9ecef;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-vertical.navbar-expand-xs .navbar-user .dropup .dropdown-menu {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 576px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical.navbar-expand-sm {
    position: fixed;
    top: 0;
    bottom: 0;
    display: block;
    overflow-y: auto;
    width: 100%;
    max-width: 250px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical.navbar-expand-sm > [class*=container] {
    flex-direction: column;
    min-height: 100%;
    padding-right: 0;
    padding-left: 0;
    align-items: stretch;
  }
}
@media all and (min-width: 576px) and (-ms-high-contrast: none), (min-width: 576px) and (-ms-high-contrast: active) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical.navbar-expand-sm > [class*=container] {
    height: 100%;
    min-height: none;
  }
}
@media (min-width: 576px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical.navbar-expand-sm.fixed-left {
    left: 0;
    border-width: 0 1px 0 0;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical.navbar-expand-sm.fixed-right {
    right: 0;
    border-width: 0 0 0 1px;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical.navbar-expand-sm .navbar-collapse {
    display: flex;
    flex-direction: column;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex: 1 1;
    align-items: stretch;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical.navbar-expand-sm .navbar-collapse > * {
    min-width: 100%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical.navbar-expand-sm .navbar-nav {
    flex-direction: column;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical.navbar-expand-sm .navbar-nav .nav-link {
    padding: .65rem 1.5rem;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical.navbar-expand-sm .navbar-nav .nav-link.active:before {
    top: .25rem;
    right: auto;
    bottom: .25rem;
    left: 0;
    border-bottom: 0;
    border-left: 2px solid #5e72e4;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical.navbar-expand-sm .navbar-nav .nav .nav-link {
    padding-left: 3.75rem;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical.navbar-expand-sm .navbar-nav .nav .nav .nav-link {
    padding-left: 4.5rem;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical.navbar-expand-sm .navbar-brand {
    display: block;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical.navbar-expand-sm .navbar-brand-img {
    max-height: 2.5rem;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical.navbar-expand-sm .navbar-user {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    padding-top: 1rem;
    padding-right: 1.5rem;
    padding-bottom: 0;
    padding-left: 1.5rem;
    border-top: 1px solid #e9ecef;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical.navbar-expand-sm .navbar-user .dropup .dropdown-menu {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (min-width: 768px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical.navbar-expand-md {
    position: fixed;
    top: 0;
    bottom: 0;
    display: block;
    overflow-y: auto;
    width: 100%;
    max-width: 250px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical.navbar-expand-md > [class*=container] {
    flex-direction: column;
    min-height: 100%;
    padding-right: 0;
    padding-left: 0;
    align-items: stretch;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), (min-width: 768px) and (-ms-high-contrast: active) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical.navbar-expand-md > [class*=container] {
    height: 100%;
    min-height: none;
  }
}
@media (min-width: 768px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical.navbar-expand-md.fixed-left {
    left: 0;
    border-width: 0 1px 0 0;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical.navbar-expand-md.fixed-right {
    right: 0;
    border-width: 0 0 0 1px;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical.navbar-expand-md .navbar-collapse {
    display: flex;
    flex-direction: column;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex: 1 1;
    align-items: stretch;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical.navbar-expand-md .navbar-collapse > * {
    min-width: 100%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical.navbar-expand-md .navbar-nav {
    flex-direction: column;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical.navbar-expand-md .navbar-nav .nav-link {
    padding: .65rem 1.5rem;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical.navbar-expand-md .navbar-nav .nav-link.active:before {
    top: .25rem;
    right: auto;
    bottom: .25rem;
    left: 0;
    border-bottom: 0;
    border-left: 2px solid #5e72e4;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical.navbar-expand-md .navbar-nav .nav .nav-link {
    padding-left: 3.75rem;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical.navbar-expand-md .navbar-nav .nav .nav .nav-link {
    padding-left: 4.5rem;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical.navbar-expand-md .navbar-brand {
    display: block;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical.navbar-expand-md .navbar-brand-img {
    max-height: 2.5rem;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical.navbar-expand-md .navbar-user {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    padding-top: 1rem;
    padding-right: 1.5rem;
    padding-bottom: 0;
    padding-left: 1.5rem;
    border-top: 1px solid #e9ecef;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical.navbar-expand-md .navbar-user .dropup .dropdown-menu {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (min-width: 992px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical.navbar-expand-lg {
    position: fixed;
    top: 0;
    bottom: 0;
    display: block;
    overflow-y: auto;
    width: 100%;
    max-width: 250px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical.navbar-expand-lg > [class*=container] {
    flex-direction: column;
    min-height: 100%;
    padding-right: 0;
    padding-left: 0;
    align-items: stretch;
  }
}
@media all and (min-width: 992px) and (-ms-high-contrast: none), (min-width: 992px) and (-ms-high-contrast: active) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical.navbar-expand-lg > [class*=container] {
    height: 100%;
    min-height: none;
  }
}
@media (min-width: 992px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical.navbar-expand-lg.fixed-left {
    left: 0;
    border-width: 0 1px 0 0;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical.navbar-expand-lg.fixed-right {
    right: 0;
    border-width: 0 0 0 1px;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical.navbar-expand-lg .navbar-collapse {
    display: flex;
    flex-direction: column;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex: 1 1;
    align-items: stretch;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical.navbar-expand-lg .navbar-collapse > * {
    min-width: 100%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical.navbar-expand-lg .navbar-nav {
    flex-direction: column;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical.navbar-expand-lg .navbar-nav .nav-link {
    padding: .65rem 1.5rem;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical.navbar-expand-lg .navbar-nav .nav-link.active:before {
    top: .25rem;
    right: auto;
    bottom: .25rem;
    left: 0;
    border-bottom: 0;
    border-left: 2px solid #5e72e4;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical.navbar-expand-lg .navbar-nav .nav .nav-link {
    padding-left: 3.75rem;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical.navbar-expand-lg .navbar-nav .nav .nav .nav-link {
    padding-left: 4.5rem;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical.navbar-expand-lg .navbar-brand {
    display: block;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical.navbar-expand-lg .navbar-brand-img {
    max-height: 2.5rem;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical.navbar-expand-lg .navbar-user {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    padding-top: 1rem;
    padding-right: 1.5rem;
    padding-bottom: 0;
    padding-left: 1.5rem;
    border-top: 1px solid #e9ecef;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical.navbar-expand-lg .navbar-user .dropup .dropdown-menu {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (min-width: 1200px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical.navbar-expand-xl {
    position: fixed;
    top: 0;
    bottom: 0;
    display: block;
    overflow-y: auto;
    width: 100%;
    max-width: 250px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical.navbar-expand-xl > [class*=container] {
    flex-direction: column;
    min-height: 100%;
    padding-right: 0;
    padding-left: 0;
    align-items: stretch;
  }
}
@media all and (min-width: 1200px) and (-ms-high-contrast: none), (min-width: 1200px) and (-ms-high-contrast: active) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical.navbar-expand-xl > [class*=container] {
    height: 100%;
    min-height: none;
  }
}
@media (min-width: 1200px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical.navbar-expand-xl.fixed-left {
    left: 0;
    border-width: 0 1px 0 0;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical.navbar-expand-xl.fixed-right {
    right: 0;
    border-width: 0 0 0 1px;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical.navbar-expand-xl .navbar-collapse {
    display: flex;
    flex-direction: column;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex: 1 1;
    align-items: stretch;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical.navbar-expand-xl .navbar-collapse > * {
    min-width: 100%;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical.navbar-expand-xl .navbar-nav {
    flex-direction: column;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical.navbar-expand-xl .navbar-nav .nav-link {
    padding: .65rem 1.5rem;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical.navbar-expand-xl .navbar-nav .nav-link.active:before {
    top: .25rem;
    right: auto;
    bottom: .25rem;
    left: 0;
    border-bottom: 0;
    border-left: 2px solid #5e72e4;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical.navbar-expand-xl .navbar-nav .nav .nav-link {
    padding-left: 3.75rem;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical.navbar-expand-xl .navbar-nav .nav .nav .nav-link {
    padding-left: 4.5rem;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical.navbar-expand-xl .navbar-brand {
    display: block;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical.navbar-expand-xl .navbar-brand-img {
    max-height: 2.5rem;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical.navbar-expand-xl .navbar-user {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    padding-top: 1rem;
    padding-right: 1.5rem;
    padding-bottom: 0;
    padding-left: 1.5rem;
    border-top: 1px solid #e9ecef;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-vertical.navbar-expand-xl .navbar-user .dropup .dropdown-menu {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-search .input-group {
  border: 2px solid;
  border-radius: 2rem;
  background-color: transparent;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-search .input-group .input-group-text {
  padding-left: 1rem;
  background-color: transparent;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-search .form-control {
  width: 270px;
  background-color: transparent;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-search-dark .input-group {
  border-color: rgba(255, 255, 255, 0.6);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-search-dark .input-group-text {
  color: rgba(255, 255, 255, 0.6);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-search-dark .form-control {
  color: rgba(255, 255, 255, 0.9);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-search-dark .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-search-dark .form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-search-dark .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.navbar-search-dark .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.navbar-search-dark .form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.navbar-search-dark .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-search-dark .focused .input-group {
  border-color: rgba(255, 255, 255, 0.9);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-search-light .input-group {
  border-color: rgba(0, 0, 0, 0.6);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-search-light .input-group-text {
  color: rgba(0, 0, 0, 0.6);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-search-light .form-control {
  color: rgba(0, 0, 0, 0.9);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-search-light .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-search-light .form-control::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-search-light .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.navbar-search-light .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.navbar-search-light .form-control::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.navbar-search-light .form-control::placeholder {
  color: rgba(0, 0, 0, 0.6);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-search-light .focused .input-group {
  border-color: rgba(0, 0, 0, 0.9);
}

@media (min-width: 768px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar .dropdown-menu {
    margin: 0;
    pointer-events: none;
    opacity: 0;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar .dropdown-menu-arrow:before {
    position: absolute;
    z-index: -5;
    bottom: 100%;
    left: 20px;
    display: block;
    width: 12px;
    height: 12px;
    content: '';
    -webkit-transform: rotate(-45deg) translateY(12px);
            transform: rotate(-45deg) translateY(12px);
    border-radius: 2px;
    background: #fff;
    box-shadow: none;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar .dropdown-menu-right:before {
    right: 20px;
    left: auto;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar:not(.navbar-nav-hover) .dropdown-menu.show {
    -webkit-animation: show-navbar-dropdown .25s ease forwards;
            animation: show-navbar-dropdown .25s ease forwards;
    pointer-events: auto;
    opacity: 1;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar:not(.navbar-nav-hover) .dropdown-menu.close {
    display: block;
    -webkit-animation: hide-navbar-dropdown .15s ease backwards;
            animation: hide-navbar-dropdown .15s ease backwards;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar.navbar-nav-hover .dropdown-menu {
    display: block;
    transition: visibility .25s,opacity .25s,-webkit-transform .25s;
    transition: visibility .25s,opacity .25s,transform .25s;
    transition: visibility .25s,opacity .25s,transform .25s,-webkit-transform .25s;
    -webkit-transform: translate(0, 10px) perspective(200px) rotateX(-2deg);
            transform: translate(0, 10px) perspective(200px) rotateX(-2deg);
    pointer-events: none;
    opacity: 0;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar.navbar-nav-hover .nav-item.dropdown:hover > .dropdown-menu {
    display: block;
    visibility: visible;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-animation: none;
            animation: none;
    pointer-events: auto;
    opacity: 1;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar .dropdown-menu-inner {
    position: relative;
    padding: 1rem;
  }

  @-webkit-keyframes show-navbar-dropdown {
    0% {
      transition: visibility .25s,opacity .25s,-webkit-transform .25s;
      transition: visibility .25s,opacity .25s,transform .25s;
      transition: visibility .25s,opacity .25s,transform .25s,-webkit-transform .25s;
      -webkit-transform: translate(0, 10px) perspective(200px) rotateX(-2deg);
              transform: translate(0, 10px) perspective(200px) rotateX(-2deg);
      opacity: 0;
    }
    100% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      opacity: 1;
    }
  }

  @keyframes show-navbar-dropdown {
    0% {
      transition: visibility .25s,opacity .25s,-webkit-transform .25s;
      transition: visibility .25s,opacity .25s,transform .25s;
      transition: visibility .25s,opacity .25s,transform .25s,-webkit-transform .25s;
      -webkit-transform: translate(0, 10px) perspective(200px) rotateX(-2deg);
              transform: translate(0, 10px) perspective(200px) rotateX(-2deg);
      opacity: 0;
    }
    100% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      opacity: 1;
    }
  }
  @-webkit-keyframes hide-navbar-dropdown {
    from {
      opacity: 1;
    }
    to {
      -webkit-transform: translate(0, 10px);
              transform: translate(0, 10px);
      opacity: 0;
    }
  }
  @keyframes hide-navbar-dropdown {
    from {
      opacity: 1;
    }
    to {
      -webkit-transform: translate(0, 10px);
              transform: translate(0, 10px);
      opacity: 0;
    }
  }
}
/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.navbar-collapse-header {
  display: none;
}

@media (max-width: 767.98px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-nav .nav-link {
    padding: .625rem 0;
    color: #172b4d !important;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-nav .dropdown-menu {
    min-width: auto;
    box-shadow: none;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-nav .dropdown-menu .media svg {
    width: 30px;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-collapse {
    position: absolute;
    z-index: 1050;
    top: 0;
    right: 0;
    left: 0;
    overflow-y: auto;
    width: calc(100% - 1.4rem);
    height: auto !important;
    margin: .7rem;
    opacity: 0;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-collapse .navbar-toggler {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 0;
    cursor: pointer;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-collapse .navbar-toggler span {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    opacity: 1;
    border-radius: 2px;
    background: #283448;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-collapse .navbar-toggler :nth-child(1) {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-collapse .navbar-toggler :nth-child(2) {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-collapse .navbar-collapse-header {
    display: block;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-collapse .collapse-brand img {
    height: 36px;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-collapse .collapse-close {
    text-align: right;
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-collapse.collapsing, .navbar-collapse.show {
    padding: 1.5rem;
    -webkit-animation: show-navbar-collapse .2s ease forwards;
            animation: show-navbar-collapse .2s ease forwards;
    border-radius: .375rem;
    background: #fff;
    box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1), 0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
  }

  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .navbar-collapse.collapsing-out {
    -webkit-animation: hide-navbar-collapse .2s ease forwards;
            animation: hide-navbar-collapse .2s ease forwards;
  }
}
@-webkit-keyframes show-navbar-collapse {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes show-navbar-collapse {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes hide-navbar-collapse {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    opacity: 0;
  }
}
@keyframes hide-navbar-collapse {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    opacity: 0;
  }
}
/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.page-item.active .page-link {
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.page-item .page-link, .page-item span {
  font-size: .875rem;
  display: flex;
  width: 36px;
  height: 36px;
  margin: 0 3px;
  padding: 0;
  border-radius: 50% !important;
  align-items: center;
  justify-content: center;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.pagination-lg .page-item .page-link, .pagination-lg .page-item span {
  line-height: 46px;
  width: 46px;
  height: 46px;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.pagination-sm .page-item .page-link, .pagination-sm .page-item span {
  line-height: 30px;
  width: 30px;
  height: 30px;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover {
  border: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-header {
  font-weight: 600;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-primary {
  background-color: #5e72e4;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-primary .popover-header {
  color: #fff;
  background-color: #5e72e4;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-primary .popover-body {
  color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-primary .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-primary.bs-popover-auto[x-placement^=top] .arrow::after, .popover-primary.bs-popover-top .arrow::after, .popover-primary.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-top-color: #5e72e4;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-primary.bs-popover-auto[x-placement^=right] .arrow::after, .popover-primary.bs-popover-right .arrow::after, .popover-primary.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-right-color: #5e72e4;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-primary.bs-popover-auto[x-placement^=bottom] .arrow::after, .popover-primary.bs-popover-bottom .arrow::after, .popover-primary.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-bottom-color: #5e72e4;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-primary.bs-popover-auto[x-placement^=left] .arrow::after, .popover-primary.bs-popover-left .arrow::after, .popover-primary.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-left-color: #5e72e4;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-secondary {
  background-color: #f7fafc;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-secondary .popover-header {
  color: #212529;
  background-color: #f7fafc;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-secondary .popover-body {
  color: #212529;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-secondary .popover-header {
  border-color: rgba(33, 37, 41, 0.2);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-secondary.bs-popover-auto[x-placement^=top] .arrow::after, .popover-secondary.bs-popover-top .arrow::after, .popover-secondary.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-top-color: #f7fafc;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-secondary.bs-popover-auto[x-placement^=right] .arrow::after, .popover-secondary.bs-popover-right .arrow::after, .popover-secondary.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-right-color: #f7fafc;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-secondary.bs-popover-auto[x-placement^=bottom] .arrow::after, .popover-secondary.bs-popover-bottom .arrow::after, .popover-secondary.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-bottom-color: #f7fafc;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-secondary.bs-popover-auto[x-placement^=left] .arrow::after, .popover-secondary.bs-popover-left .arrow::after, .popover-secondary.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-left-color: #f7fafc;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-success {
  background-color: #2dce89;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-success .popover-header {
  color: #fff;
  background-color: #2dce89;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-success .popover-body {
  color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-success .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-success.bs-popover-auto[x-placement^=top] .arrow::after, .popover-success.bs-popover-top .arrow::after, .popover-success.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-top-color: #2dce89;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-success.bs-popover-auto[x-placement^=right] .arrow::after, .popover-success.bs-popover-right .arrow::after, .popover-success.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-right-color: #2dce89;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-success.bs-popover-auto[x-placement^=bottom] .arrow::after, .popover-success.bs-popover-bottom .arrow::after, .popover-success.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-bottom-color: #2dce89;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-success.bs-popover-auto[x-placement^=left] .arrow::after, .popover-success.bs-popover-left .arrow::after, .popover-success.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-left-color: #2dce89;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-info {
  background-color: #11cdef;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-info .popover-header {
  color: #fff;
  background-color: #11cdef;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-info .popover-body {
  color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-info .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-info.bs-popover-auto[x-placement^=top] .arrow::after, .popover-info.bs-popover-top .arrow::after, .popover-info.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-top-color: #11cdef;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-info.bs-popover-auto[x-placement^=right] .arrow::after, .popover-info.bs-popover-right .arrow::after, .popover-info.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-right-color: #11cdef;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-info.bs-popover-auto[x-placement^=bottom] .arrow::after, .popover-info.bs-popover-bottom .arrow::after, .popover-info.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-bottom-color: #11cdef;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-info.bs-popover-auto[x-placement^=left] .arrow::after, .popover-info.bs-popover-left .arrow::after, .popover-info.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-left-color: #11cdef;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-warning {
  background-color: #fb6340;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-warning .popover-header {
  color: #fff;
  background-color: #fb6340;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-warning .popover-body {
  color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-warning .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-warning.bs-popover-auto[x-placement^=top] .arrow::after, .popover-warning.bs-popover-top .arrow::after, .popover-warning.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-top-color: #fb6340;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-warning.bs-popover-auto[x-placement^=right] .arrow::after, .popover-warning.bs-popover-right .arrow::after, .popover-warning.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-right-color: #fb6340;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-warning.bs-popover-auto[x-placement^=bottom] .arrow::after, .popover-warning.bs-popover-bottom .arrow::after, .popover-warning.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-bottom-color: #fb6340;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-warning.bs-popover-auto[x-placement^=left] .arrow::after, .popover-warning.bs-popover-left .arrow::after, .popover-warning.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-left-color: #fb6340;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-danger {
  background-color: #f5365c;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-danger .popover-header {
  color: #fff;
  background-color: #f5365c;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-danger .popover-body {
  color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-danger .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-danger.bs-popover-auto[x-placement^=top] .arrow::after, .popover-danger.bs-popover-top .arrow::after, .popover-danger.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-top-color: #f5365c;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-danger.bs-popover-auto[x-placement^=right] .arrow::after, .popover-danger.bs-popover-right .arrow::after, .popover-danger.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-right-color: #f5365c;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-danger.bs-popover-auto[x-placement^=bottom] .arrow::after, .popover-danger.bs-popover-bottom .arrow::after, .popover-danger.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-bottom-color: #f5365c;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-danger.bs-popover-auto[x-placement^=left] .arrow::after, .popover-danger.bs-popover-left .arrow::after, .popover-danger.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-left-color: #f5365c;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-light {
  background-color: #adb5bd;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-light .popover-header {
  color: #fff;
  background-color: #adb5bd;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-light .popover-body {
  color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-light .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-light.bs-popover-auto[x-placement^=top] .arrow::after, .popover-light.bs-popover-top .arrow::after, .popover-light.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-top-color: #adb5bd;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-light.bs-popover-auto[x-placement^=right] .arrow::after, .popover-light.bs-popover-right .arrow::after, .popover-light.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-right-color: #adb5bd;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-light.bs-popover-auto[x-placement^=bottom] .arrow::after, .popover-light.bs-popover-bottom .arrow::after, .popover-light.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-bottom-color: #adb5bd;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-light.bs-popover-auto[x-placement^=left] .arrow::after, .popover-light.bs-popover-left .arrow::after, .popover-light.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-left-color: #adb5bd;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-dark {
  background-color: #212529;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-dark .popover-header {
  color: #fff;
  background-color: #212529;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-dark .popover-body {
  color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-dark .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-dark.bs-popover-auto[x-placement^=top] .arrow::after, .popover-dark.bs-popover-top .arrow::after, .popover-dark.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-top-color: #212529;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-dark.bs-popover-auto[x-placement^=right] .arrow::after, .popover-dark.bs-popover-right .arrow::after, .popover-dark.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-right-color: #212529;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-dark.bs-popover-auto[x-placement^=bottom] .arrow::after, .popover-dark.bs-popover-bottom .arrow::after, .popover-dark.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-bottom-color: #212529;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-dark.bs-popover-auto[x-placement^=left] .arrow::after, .popover-dark.bs-popover-left .arrow::after, .popover-dark.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-left-color: #212529;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-default {
  background-color: #172b4d;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-default .popover-header {
  color: #fff;
  background-color: #172b4d;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-default .popover-body {
  color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-default .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-default.bs-popover-auto[x-placement^=top] .arrow::after, .popover-default.bs-popover-top .arrow::after, .popover-default.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-top-color: #172b4d;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-default.bs-popover-auto[x-placement^=right] .arrow::after, .popover-default.bs-popover-right .arrow::after, .popover-default.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-right-color: #172b4d;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-default.bs-popover-auto[x-placement^=bottom] .arrow::after, .popover-default.bs-popover-bottom .arrow::after, .popover-default.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-bottom-color: #172b4d;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-default.bs-popover-auto[x-placement^=left] .arrow::after, .popover-default.bs-popover-left .arrow::after, .popover-default.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-left-color: #172b4d;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-white {
  background-color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-white .popover-header {
  color: #212529;
  background-color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-white .popover-body {
  color: #212529;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-white .popover-header {
  border-color: rgba(33, 37, 41, 0.2);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-white.bs-popover-auto[x-placement^=top] .arrow::after, .popover-white.bs-popover-top .arrow::after, .popover-white.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-top-color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-white.bs-popover-auto[x-placement^=right] .arrow::after, .popover-white.bs-popover-right .arrow::after, .popover-white.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-right-color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-white.bs-popover-auto[x-placement^=bottom] .arrow::after, .popover-white.bs-popover-bottom .arrow::after, .popover-white.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-bottom-color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-white.bs-popover-auto[x-placement^=left] .arrow::after, .popover-white.bs-popover-left .arrow::after, .popover-white.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-left-color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-neutral {
  background-color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-neutral .popover-header {
  color: #212529;
  background-color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-neutral .popover-body {
  color: #212529;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-neutral .popover-header {
  border-color: rgba(33, 37, 41, 0.2);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-neutral.bs-popover-auto[x-placement^=top] .arrow::after, .popover-neutral.bs-popover-top .arrow::after, .popover-neutral.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-top-color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-neutral.bs-popover-auto[x-placement^=right] .arrow::after, .popover-neutral.bs-popover-right .arrow::after, .popover-neutral.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-right-color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-neutral.bs-popover-auto[x-placement^=bottom] .arrow::after, .popover-neutral.bs-popover-bottom .arrow::after, .popover-neutral.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-bottom-color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-neutral.bs-popover-auto[x-placement^=left] .arrow::after, .popover-neutral.bs-popover-left .arrow::after, .popover-neutral.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-left-color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-darker {
  background-color: #000;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-darker .popover-header {
  color: #fff;
  background-color: #000;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-darker .popover-body {
  color: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-darker .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-darker.bs-popover-auto[x-placement^=top] .arrow::after, .popover-darker.bs-popover-top .arrow::after, .popover-darker.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-top-color: #000;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-darker.bs-popover-auto[x-placement^=right] .arrow::after, .popover-darker.bs-popover-right .arrow::after, .popover-darker.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-right-color: #000;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-darker.bs-popover-auto[x-placement^=bottom] .arrow::after, .popover-darker.bs-popover-bottom .arrow::after, .popover-darker.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-bottom-color: #000;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.popover-darker.bs-popover-auto[x-placement^=left] .arrow::after, .popover-darker.bs-popover-left .arrow::after, .popover-darker.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-left-color: #000;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.progress-wrapper {
  position: relative;
  padding-top: 1.5rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.progress {
  overflow: hidden;
  height: 8px;
  margin-bottom: 1rem;
  border-radius: .25rem;
  background-color: #e9ecef;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.progress .sr-only {
  font-size: 13px;
  line-height: 20px;
  left: 0;
  clip: auto;
  width: auto;
  height: 20px;
  margin: 0 0 0 30px;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.progress-heading {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 2px;
  padding: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.progress-bar {
  height: auto;
  border-radius: 0;
  box-shadow: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.progress-info {
  display: flex;
  margin-bottom: .5rem;
  align-items: center;
  justify-content: space-between;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.progress-label span {
  font-size: .625rem;
  font-weight: 600;
  display: inline-block;
  padding: .25rem 1rem;
  text-transform: uppercase;
  color: #5e72e4;
  border-radius: 30px;
  background: rgba(94, 114, 228, 0.1);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.progress-percentage {
  text-align: right;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.progress-percentage span {
  font-size: .875rem;
  font-weight: 600;
  display: inline-block;
  color: #8898aa;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.separator {
  position: absolute;
  top: auto;
  right: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 150px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  pointer-events: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.separator svg {
  position: absolute;
  pointer-events: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.separator-top {
  top: 0;
  bottom: auto;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.separator-top svg {
  top: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.separator-bottom {
  top: auto;
  bottom: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.separator-bottom svg {
  bottom: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.separator-inverse {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.separator-skew {
  height: 60px;
}

@media (min-width: 1200px) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .separator-skew {
    height: 70px;
  }
}
/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.table thead th {
  font-size: .65rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #e9ecef;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.table th {
  font-weight: 600;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.table td .progress {
  width: 120px;
  height: 3px;
  margin: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.table td, .table th {
  font-size: .8125rem;
  white-space: nowrap;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.table.align-items-center td, .table.align-items-center th {
  vertical-align: middle;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.table .thead-dark th {
  color: #4d7bca;
  background-color: #1c345d;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.table .thead-light th {
  color: #8898aa;
  background-color: #f6f9fc;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.table-hover tr {
  transition: all .15s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
  .table-hover tr {
    transition: none;
  }
}
/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.table-flush td, .table-flush th {
  border-right: 0;
  border-left: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.table-flush tbody tr:first-child td, .table-flush tbody tr:first-child th {
  border-top: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.table-flush tbody tr:last-child td, .table-flush tbody tr:last-child th {
  border-bottom: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.card .table {
  margin-bottom: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.card .table td, .card .table th {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.7;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.7;
  margin-top: 1.5rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.lead + .btn-wrapper {
  margin-top: 3rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.description {
  font-size: .875rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.heading {
  font-size: .95rem;
  font-weight: 600;
  letter-spacing: .025em;
  text-transform: uppercase;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.heading-small {
  font-size: .75rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.heading-title {
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: .025em;
  text-transform: uppercase;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.heading-section {
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: .025em;
  text-transform: uppercase;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.heading-section img {
  display: block;
  width: 72px;
  height: 72px;
  margin-bottom: 1.5rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.heading-section.text-center img {
  margin-right: auto;
  margin-left: auto;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.display-1 span, .display-2 span, .display-3 span, .display-4 span {
  font-weight: 300;
  display: block;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
article h4:not(:first-child), article h5:not(:first-child) {
  margin-top: 3rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
article h4, article h5 {
  margin-bottom: 1.5rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
article figure {
  margin: 3rem 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
article h5 + figure {
  margin-top: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.datepicker {
  border-radius: .375rem;
  direction: ltr;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.datepicker-inline {
  width: 220px;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.datepicker-rtl {
  direction: rtl;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.datepicker-rtl.dropdown-menu {
  left: auto;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.datepicker-rtl table tr td span {
  float: right;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 20px 22px;
  box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1), 0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-top: 7px solid #fff;
  border-bottom: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-top: 6px solid #fff;
  border-bottom: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.datepicker table {
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.datepicker table tr td {
  border-radius: 50%;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.datepicker table tr th {
  font-weight: 500;
  border-radius: .375rem;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.datepicker table tr td, .datepicker table tr th {
  font-size: .875rem;
  width: 36px;
  height: 36px;
  transition: all .15s ease;
  text-align: center;
  border: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
  background-color: transparent;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.datepicker table tr td.new, .datepicker table tr td.old {
  color: #adb5bd;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.datepicker table tr td.day:hover, .datepicker table tr td.focused {
  cursor: pointer;
  background: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  cursor: default;
  color: #dee2e6;
  background: 0 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.datepicker table tr td.highlighted {
  border-radius: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.datepicker table tr td.highlighted.focused {
  background: #5e72e4;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.datepicker table tr td.highlighted.disabled, .datepicker table tr td.highlighted.disabled:active {
  color: #ced4da;
  background: #5e72e4;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.datepicker table tr td.today {
  background: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.datepicker table tr td.today.focused {
  background: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:active {
  color: #8898aa;
  background: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.datepicker table tr td.range {
  color: #fff;
  border-radius: 0;
  background: #5e72e4;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.datepicker table tr td.range.focused {
  background: #3b53de;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.datepicker table tr td.range.day.disabled:hover, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:active {
  color: #8a98eb;
  background: #324cdd;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.datepicker table tr td.range.highlighted.focused {
  background: #cbd3da;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.datepicker table tr td.range.highlighted.disabled, .datepicker table tr td.range.highlighted.disabled:active {
  color: #dee2e6;
  background: #e9ecef;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:active {
  color: #fff;
  background: #5e72e4;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.datepicker table tr td.day.range-start {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.datepicker table tr td.day.range-end {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.datepicker table tr td.day.range-start.range-end {
  border-radius: 50%;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.datepicker table tr td.day.range:hover, .datepicker table tr td.selected, .datepicker table tr td.selected.highlighted, .datepicker table tr td.selected.highlighted:hover, .datepicker table tr td.selected:hover {
  color: #fff;
  background: #5e72e4;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.datepicker table tr td.active, .datepicker table tr td.active.highlighted, .datepicker table tr td.active.highlighted:hover, .datepicker table tr td.active:hover {
  color: #fff;
  background: #5e72e4;
  box-shadow: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.datepicker table tr td span {
  line-height: 54px;
  display: block;
  float: left;
  width: 23%;
  height: 54px;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.datepicker table tr td span.focused, .datepicker table tr td span:hover {
  background: #e9ecef;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
  cursor: default;
  color: #dee2e6;
  background: 0 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.datepicker table tr td span.new, .datepicker table tr td span.old {
  color: #8898aa;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.datepicker .datepicker-switch {
  width: 145px;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.datepicker .datepicker-switch, .datepicker .next, .datepicker .prev, .datepicker tfoot tr th {
  cursor: pointer;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
  background: #e9ecef;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.datepicker .next.disabled, .datepicker .prev.disabled {
  visibility: hidden;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.noUi-target, .noUi-target * {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  touch-action: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.noUi-target {
  position: relative;
  direction: ltr;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.noUi-base, .noUi-connects {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.noUi-connects {
  z-index: 0;
  overflow: hidden;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.noUi-connect, .noUi-origin {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  will-change: transform;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
  right: 0;
  left: auto;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.noUi-vertical .noUi-origin {
  width: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.noUi-horizontal .noUi-origin {
  height: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.noUi-handle {
  position: absolute;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.noUi-state-drag * {
  cursor: inherit !important;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.noUi-horizontal {
  height: 5px;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.noUi-horizontal .noUi-handle {
  top: -6px;
  left: -17px;
  width: 34px;
  height: 28px;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.noUi-vertical {
  width: 5px;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.noUi-vertical .noUi-handle {
  top: -17px;
  left: -6px;
  width: 28px;
  height: 34px;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.noUi-connects {
  border-radius: 3px;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.noUi-connect {
  background: #5e72e4;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.noUi-draggable {
  cursor: ew-resize;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.noUi-handle {
  cursor: default;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  outline: 0;
  background: #fff;
  box-shadow: inset 0 0 1px #fff,inset 0 1px 7px #ebebeb,0 3px 6px -3px #bbb;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.noUi-active {
  outline: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
[disabled] .noUi-connect {
  background: #b8b8b8;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
  cursor: not-allowed;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.noUi-pips, .noUi-pips * {
  box-sizing: border-box;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.noUi-pips {
  position: absolute;
  color: #999;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.noUi-value {
  position: absolute;
  text-align: center;
  white-space: nowrap;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.noUi-value-sub {
  font-size: 10px;
  color: #ccc;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.noUi-marker {
  position: absolute;
  background: #ccc;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.noUi-marker-sub {
  background: #aaa;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.noUi-marker-large {
  background: #aaa;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.noUi-pips-horizontal {
  top: 100%;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 10px 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.noUi-marker-horizontal.noUi-marker {
  width: 2px;
  height: 5px;
  margin-left: -1px;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.noUi-pips-vertical {
  top: 0;
  left: 100%;
  height: 100%;
  padding: 0 10px;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.noUi-value-vertical {
  padding-left: 25px;
  -webkit-transform: translate(0, -50%, 0);
          transform: translate(0, -50%, 0);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.noUi-tooltip {
  position: absolute;
  display: block;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
  color: #000;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.noUi-horizontal .noUi-tooltip {
  bottom: 120%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.noUi-vertical .noUi-tooltip {
  top: 50%;
  right: 120%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.noUi-target {
  margin: 15px 0;
  cursor: pointer;
  border: 0;
  border-radius: 5px;
  background: #eceeef;
  box-shadow: inset 0 1px 2px rgba(90, 97, 105, 0.1);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.noUi-horizontal {
  height: 5px;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -10px;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.noUi-vertical {
  width: 5px;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.noUi-connect {
  background: #5e72e4;
  box-shadow: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.noUi-horizontal .noUi-handle, .noUi-vertical .noUi-handle {
  top: -5px;
  width: 15px;
  height: 15px;
  cursor: pointer;
  transition: box-shadow .15s,-webkit-transform .15s;
  transition: box-shadow .15s,transform .15s;
  transition: box-shadow .15s,transform .15s,-webkit-transform .15s;
  border: 0;
  border-radius: 100%;
  background-color: #5e72e4;
  box-shadow: none;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.noUi-horizontal .noUi-handle.noUi-active, .noUi-vertical .noUi-handle.noUi-active {
  box-shadow: 0 0 0 2px #5e72e4;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.input-slider--cyan .noUi-connect {
  background: #2bffc6;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
[disabled] .noUi-connect, [disabled].noUi-connect {
  background: #b2b2b2;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
[disabled] .noUi-handle, [disabled].noUi-origin {
  cursor: not-allowed;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.range-slider-value {
  font-size: .75rem;
  font-weight: 500;
  padding: .4em .8em .3em .85em;
  color: #fff;
  border-radius: 10px;
  background-color: rgba(33, 37, 41, 0.7);
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.range-slider-wrapper .upper-info {
  font-weight: 400;
  margin-bottom: 5px;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.input-slider-value-output {
  font-size: 11px;
  position: relative;
  top: 12px;
  padding: 4px 8px;
  color: #fff;
  border-radius: 2px;
  background: #333;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.input-slider-value-output:after {
  position: absolute;
  bottom: 100%;
  left: 10px;
  width: 0;
  height: 0;
  margin-left: -4px;
  content: ' ';
  pointer-events: none;
  border: solid transparent;
  border-width: 4px;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #333;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.input-slider-value-output.left:after {
  right: auto;
  left: 10px;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.input-slider-value-output.right:after {
  right: 10px;
  left: auto;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.scrollbar-inner {
  height: 100%;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.scrollbar-inner:not(:hover) .scroll-element {
  opacity: 0;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.scrollbar-inner .scroll-element {
  margin-right: 2px;
  transition: opacity .3s;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.scrollbar-inner .scroll-element .scroll-bar, .scrollbar-inner .scroll-element .scroll-element_track {
  transition: background-color .3s;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.scrollbar-inner .scroll-element .scroll-element_track {
  background-color: transparent;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.scrollbar-inner .scroll-element.scroll-y {
  right: 0;
  width: 3px;
}

/* line 17, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/argon.min.css */
.scrollbar-inner .scroll-element.scroll-x {
  bottom: 0;
  height: 3px;
}

/* line 22, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/application.scss */
h4, .h4 {
  font-size: 15px;
}

/* line 26, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/application.scss */
.navbar .navbar-nav .nav-link {
  font-size: .9rem;
}

/* line 30, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/application.scss */
tr.table-warning, tr.table-warning td {
  background-color: #ffeeba !important;
}

/* line 34, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/application.scss */
.h2, h2 {
  font-size: 1rem;
}

/* line 38, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/application.scss */
a.active {
  font-weight: 600;
}

/* line 42, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/application.scss */
.btn {
  font-weight: normal;
}

/* line 46, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/application.scss */
.mt--13, .my--13 {
  margin-top: -15rem !important;
}

/* line 50, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/application.scss */
.mt--10, .my--10 {
  margin-top: -12rem !important;
}

/* line 54, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/application.scss */
iframe.pdf_inline {
  height: 100%;
  min-height: -webkit-fill-available;
  width: 100%;
}

/* line 60, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/application.scss */
.selectize-input {
  padding: 12px;
}

/* line 64, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/application.scss */
.has-error .help-block {
  font-size: 13px;
  color: darkred;
}

/* line 69, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/application.scss */
.form-control:focus {
  outline: 1;
  border-color: #007bff;
}

/* line 74, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/application.scss */
input[type="radio"], input[type="checkbox"] {
  margin-right: 10px;
}

/* line 78, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/application.scss */
label.boolean {
  margin-top: 0.7rem;
}

/* line 82, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/application.scss */
.data-information {
  height: 100%;
  widht: 100%;
  background: #1d1d1d;
}
/* line 86, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/application.scss */
.data-information .card {
  padding: 0;
  background: transparent;
  box-shadow: none;
  border: none;
  text-align: center;
}
/* line 93, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/application.scss */
.data-information .card .card-title {
  font-size: 28px;
}
/* line 97, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/application.scss */
.data-information .card .card-text {
  margin-top: 30px;
}
/* line 101, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/application.scss */
.data-information .card .card-title, .data-information .card .card-body {
  color: white;
}
/* line 105, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/application.scss */
.data-information .card .btn.btn-primary {
  background: #324983;
  border: 0;
  color: white;
  border-radius: 3px;
}
/* line 112, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/application.scss */
.data-information .card .card-link {
  margin-top: 30px;
  display: inline-block;
  color: white;
  text-decoration: underline;
}
/* line 120, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/application.scss */
.data-information .container-fluid {
  height: 100%;
  width: 100%;
}

/* line 129, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/application.scss */
.card .table td, .card .table th {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 134, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/application.scss */
.help-block {
  font-size: 13px;
  margin-top: 3px;
}

/* line 139, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/application.scss */
.modal-dialog {
  max-width: 1200px;
}

/* line 143, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/application.scss */
.navbar-vertical .navbar-collapse:before {
  display: block;
  margin: 0 !important;
  content: '';
}

/* line 149, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/application.scss */
.btn {
  border-radius: 0px !important;
}

/* line 153, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/application.scss */
.card-profile-image img, .shadow, .navbar-vertical {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
}

/* line 158, /home/bjoern/checkout/ssl-tool-ueberwachung/app/assets/stylesheets/application.scss */
.table-responsive {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.01), 0 1px 2px rgba(0, 0, 0, 0.1) !important;
}

/*

html,body {
  height: 100%;
}


th {
  font-weight: 500;
}


.login {
    height: 100%;
    background-repeat: no-repeat;
    background: rgb(185,210,224); !* Old browsers *!
    background: -moz-radial-gradient(center, ellipse cover,  rgba(185,210,224,1) 0%, rgba(187,214,228,1) 0%, rgba(186,211,225,1) 15%, rgba(186,211,225,1) 38%, rgba(169,199,215,1) 68%, rgba(169,199,215,1) 68%, rgba(169,199,215,1) 82%, rgba(158,191,208,1) 100%); !* FF3.6-15 *!
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(185,210,224,1) 0%,rgba(187,214,228,1) 0%,rgba(186,211,225,1) 15%,rgba(186,211,225,1) 38%,rgba(169,199,215,1) 68%,rgba(169,199,215,1) 68%,rgba(169,199,215,1) 82%,rgba(158,191,208,1) 100%); !* Chrome10-25,Safari5.1-6 *!
    background: radial-gradient(ellipse at center,  rgba(185,210,224,1) 0%,rgba(187,214,228,1) 0%,rgba(186,211,225,1) 15%,rgba(186,211,225,1) 38%,rgba(169,199,215,1) 68%,rgba(169,199,215,1) 68%,rgba(169,199,215,1) 82%,rgba(158,191,208,1) 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9d2e0', endColorstr='#9ebfd0',GradientType=1 ); !* IE6-9 fallback on horizontal gradient *!

}

.login_box{
    background:#f7f7f7;
    border:3px solid #F4F4F4;
    padding-left: 15px;
    margin-bottom:25px;
    }
.input_title{
    color:rgba(164, 164, 164, 0.9);
    padding-left:3px;
        margin-bottom: 2px;
    }

hr{
    width:100%;
}

.welcome{
    font-family: "myriad-pro",sans-serif;
    font-style: normal;
    font-weight: 100;
    color:#FFFFFF;
    margin-bottom:25px;
    margin-top:50px;

}

.login_title{
    font-family: "myriad-pro",sans-serif;
    font-style: normal;
    font-weight: 100;
    color:rgba(164, 164, 164, 0.44);
}

.card-container.card {
    max-width: 350px;

}

.btn_login {
    font-weight: 700;
    height: 36px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
    border-radius:0;
    background:#43A6EB;
    height: 55px;
    margin-bottom:10px;
}

!*
 * Card component
 *!
.card {
    background-color: #FFFFFF;
    !* just in case there no content*!
    padding: 1px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 15%x;
    !* shadows and rounded borders *!
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.selectize-input {
  min-height: 38px;
}

h3 {
  margin-bottom: 20px;
}




b {
  margin: 0px 5px;
}


!*
 * Form styles
 *!
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;

    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

.btn.btn-signin {
    !*background-color: #4d90fe; *!
    background-color: rgb(104, 145, 162);
    !* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*!
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}

table.table {
  tr {
    td, th {
      white-space: nowrap;
      font-size: 0.9rem;
      padding: 0.5rem;
    }
  }
}

.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
    background-color: rgb(12, 97, 33);
}

.forgot-password {
	color: rgb(104, 145, 162);
	&:hover,
	&:active,
	&:focus {
		color: rgb(12, 97, 33);
	}
}

.checkbox {
    margin-right: 8px;
}

.margin_navbar {

    margin-bottom: 15px;

}

tr.odd {
    background-color: rgba(0,0,0,.05);
}

*/
