@charset "UTF-8";
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");
@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");
: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, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

 figcaption, figure, footer, header, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}


sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

output {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

.list-unstyled, .benefits ul, .description ul, .partnerprogramme-tag .overview .avg-commissions ul, .hyperbox .highlights ul, .hyperbox .features ul {
  padding-left: 0;
  list-style: none;
}

.list-inline, .partnerprogramme-tag .overview .avg-commissions ul {
  padding-left: 0;
  list-style: none;
}

.list-inline-item, .partnerprogramme-tag .overview .avg-commissions ul li {
  display: inline-block;
}
.list-inline-item:not(:last-child), .partnerprogramme-tag .overview .avg-commissions ul li:not(:last-child) {
  margin-right: 0.5rem;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid, .partnerprogramme-tag .logo, .hyperbox .box .logo {
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .hyperbox .box-3, .hyperbox .box-2, .hyperbox .box-1, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-6, .col-md-4, .col-md-3, .col-md-2,
.col-sm-auto, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-6, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12, .hyperbox .box-1 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-1 {
  order: 1;
}

@media (min-width: 576px) {

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6, .hyperbox .box-2, .hyperbox .box-1 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .order-lg-1 {
    order: 1;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-4, .hyperbox .box-3, .hyperbox .box-2, .hyperbox .box-1 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  /* border-bottom: 2px solid #dee2e6; */
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.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);
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.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;
}

 select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: --5px;
  margin-left: --5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: -5px;
  padding-left: -5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn, .signupbutton {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .btn, .signupbutton {
    transition: none;
  }
}
.btn:hover, .signupbutton:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .signupbutton:focus, .btn.focus, .focus.signupbutton {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .disabled.signupbutton, .btn:disabled, .signupbutton:disabled {
  opacity: 0.65;
}
a.btn.disabled, a.disabled.signupbutton {
  pointer-events: none;
}

.btn-primary, .signupbutton {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover, .signupbutton:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .signupbutton:focus, .btn-primary.focus, .focus.signupbutton {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled, .disabled.signupbutton, .btn-primary:disabled, .signupbutton:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .signupbutton:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .signupbutton:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, .show > .dropdown-toggle.signupbutton {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .signupbutton:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .signupbutton:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus, .show > .dropdown-toggle.signupbutton:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.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;
}
.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(130, 138, 145, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.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;
}
.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);
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .signupbutton {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}


.dropdown {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  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;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.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;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.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;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.btn-group {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .btn-group > .signupbutton {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover, .btn-group > .signupbutton:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .signupbutton:focus, .btn-group > .btn:active, .btn-group > .signupbutton:active, .btn-group > .btn.active, .btn-group > .active.signupbutton {
  z-index: 1;
}

.btn-group > .btn:not(:first-child), .btn-group > .signupbutton:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .signupbutton:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn-group:not(:last-child) > .signupbutton {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child), .btn-group > .signupbutton:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn-group:not(:first-child) > .signupbutton {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .custom-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus {
  z-index: 3;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn, .input-group-prepend .signupbutton,
.input-group-append .btn,
.input-group-append .signupbutton {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus, .input-group-prepend .signupbutton:focus,
.input-group-append .btn:focus,
.input-group-append .signupbutton:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn, .input-group-prepend .signupbutton + .btn, .input-group-prepend .btn + .signupbutton, .input-group-prepend .signupbutton + .signupbutton,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .signupbutton + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .signupbutton,
.input-group-append .btn + .btn,
.input-group-append .signupbutton + .btn,
.input-group-append .btn + .signupbutton,
.input-group-append .signupbutton + .signupbutton,
.input-group-append .btn + .input-group-text,
.input-group-append .signupbutton + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .signupbutton {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.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;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .signupbutton,
.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) > .signupbutton,
.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 > .signupbutton: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;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .signupbutton,
.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) > .signupbutton,
.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 > .signupbutton: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;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%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/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple] {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}

.custom-control-label::before,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: rgba(204, 204, 204, 0.15);
  /* border-bottom: 1px solid rgba(204, 204, 204, 0.05)!important; */
  /* margin-bottom: 0px; */
  font-weight:bold;
  border-color: #dee2e6 #dee2e6 #f7f7f7;;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.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;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.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;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.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: 991.98px) {
  .navbar-expand-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.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;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%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");
}

.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;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.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;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.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;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge, .signupbutton .badge {
  position: relative;
  top: -1px;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}

@-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;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.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;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  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;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.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, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  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;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

 .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
 .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
 .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
 .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

 .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
 .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
 .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
 .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.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;
}

 .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
 .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
 .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
 .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.border, .offer .partnerprogramme table {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.rounded, .wikilink {
  border-radius: 0.25rem !important;
}

.rounded-lg, .ppsearch, table.netzwerke, table.kategorien, .partnerprogramme-tag .overview .offer, .partnerprogramme-tag .overview .partnerprogramme, .partnerprogramme-tag .overview .netzwerke, .partnerprogramme-tag .overview .avg-commissions, .offer-showbox.injected, .premium-angebote .body ul li:not(.title) .wrap, .introbox.hover:hover, .introbox {
  border-radius: 0.3rem !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none, .ci-lb-text, .ci-lb-image .lb-lg, .ci-lb-image .lb-xl, .hyperbox .box-3, .hyperbox .box-2 {
  display: none !important;
}

.d-inline-block, .signupbutton, .tag, .mask {
  display: inline-block !important;
}

.d-block, .ci-lb-text, .subtitle {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none, .ci-lb-text {
    display: none !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block, .ci-lb-image .lb-lg, .hyperbox .box-2 {
    display: block !important;
  }
}
@media (min-width: 1200px) {
   .ci-lb-image .lb-lg {
    display: none !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block, .ci-lb-image .lb-xl, .hyperbox .box-3 {
    display: block !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}

.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;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-center {
  align-items: center !important;
}
.float-left {
  float: left !important;
}

.float-right, .offer-showbox .commissions {
  float: right !important;
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

 .tag:hover {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.w-50 {
  width: 50% !important;
}

.w-100 {
  width: 100% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.m-0, .signupbutton, .offer-showbox.injected, .subtitle {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}


.mx-0 {
  margin-right: 0 !important;
}

.mb-0, .partnerprogramme-tag .overview .avg-commissions ul,
.my-0 {
  margin-bottom: 0 !important;
}


.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1, .ci-lb-text, .sales-regions, .tag, .heading.top, .topheader,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1, .ppsearch .chip, .sales-regions:not(.last), .tag:not(.last), .hyperbox .features ul li:before {
  margin-right: 0.25rem !important;
}

.mb-1, .relations h2, .offer h1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1, .offer .partnerprogramme .last_maintenance i {
  margin-left: 0.25rem !important;
}

.m-2, .blogpost-showbox, .offer-showbox {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2, .benefits ul li::before, .description ul li::before, .ci-lb-text small,
.mx-2,
.premium-angebote .body ul li:not(.title) .wrap {
  margin-right: 0.5rem !important;
}

.mb-2, .quickjumps ul li, .benefits ul li, .description ul li, .premium-angebote .body .head,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2, .offer h1 .focus, .hyperbox .features ul,
.mx-2,
.premium-angebote .body ul li:not(.title) .wrap {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3, .hyperbox .highlights ul, .hyperbox .features ul,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3, .breadcrumb,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.mt-4, .introbox p,
.my-4,
.blogpost-showbox {
  margin-top: 1.5rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mb-4, .heading.top,
.my-4,
.blogpost-showbox {
  margin-bottom: 1.5rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.mt-5,
.my-5,
.heading:not(.top) {
  margin-top: 3rem !important;
}

.mb-5, .platzhirsch, .premium-angebote,
.my-5,
.heading:not(.top) {
  margin-bottom: 3rem !important;
}

 .benefits ul, .description ul {
  margin-left: 3rem !important;
}

.p-0, .modal-body, .ppsearch .treffer {
  padding: 0 !important;
}

.pt-0,
.offer-showbox.injected {
  padding-top: 0 !important;
}

.pr-0,
.px-0,
.content-wrapper {
  padding-right: 0 !important;
}


.offer-showbox.injected {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0,
.content-wrapper {
  padding-left: 0 !important;
}

.p-1, .platzhirsch, .wikilink, .ppsearch, .sales-regions.small, .premium-angebote {
  padding: 0.25rem !important;
}

.pt-1,
.py-1,
ul.trivia li,
.sales-regions,
.tag,
.premium-angebote .body ul li:not(.title) .wrap {
  padding-top: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}


.py-1,
ul.trivia li,
.sales-regions,
.tag,
.premium-angebote .body ul li:not(.title) .wrap {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.p-2, .partnerprogramme-tag .overview .offer, .partnerprogramme-tag .overview .partnerprogramme, .partnerprogramme-tag .overview .netzwerke, .partnerprogramme-tag .overview .avg-commissions {
  padding: 0.5rem !important;
}

.pt-2,
.py-2,
.ci-lb-text,
.offer-showbox .row,
.introbox a {
  padding-top: 0.5rem !important;
}

.pr-2,
.quickjumps ul li:not(.eilig):hover,
.quickjumps ul li:not(.eilig),
.partnerprogramme-tag .overview .avg-commissions ul li,
.sales-regions,
.tag,
.premium-angebote .body ul li:not(.title) .wrap {
  padding-right: 0.5rem !important;
}

.pb-2, .hyperbox .box,
.py-2,
.ci-lb-text,
.offer-showbox .row,
.introbox a {
  padding-bottom: 0.5rem !important;
}

 .topheader .top-links li,
.quickjumps ul li:not(.eilig):hover,
.quickjumps ul li:not(.eilig),
.partnerprogramme-tag .overview .avg-commissions ul li,
.sales-regions,
.tag,
.premium-angebote .body ul li:not(.title) .wrap {
  padding-left: 0.5rem !important;
}

.p-3, .introbox {
  padding: 1rem !important;
}

.pt-3, .quickjumps, footer, .introbox h2, .topheader .top-links,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3, .ppsearch .treffer,
.py-3 {
  padding-bottom: 1rem !important;
}

 .breadcrumb, .ci-lb-text,
.px-3 {
  padding-left: 1rem !important;
}

.p-4, .offer-showbox.injected, .newsletterbox .rechts, .newsletterbox .links {
  padding: 1.5rem !important;
}

.pt-4, .ppsearch .treffer, .hyperbox .box,
.py-4,
.offer-showbox {
  padding-top: 1.5rem !important;
}

.pr-4, .topheader .top-links,
.hyperbox .box {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4,
.offer-showbox {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.hyperbox .box {
  padding-left: 1.5rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}


.px-5,
footer {
  padding-right: 3rem !important;
}

.pb-5, .introbox h2,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5,
footer {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1 {
  margin-top: -0.25rem !important;
}

 .introbox h2 {
  margin: -1rem !important;
}

.mt-n3 {
  margin-top: -1rem !important;
}


footer,
.ci-lb-text {
  margin-right: -1rem !important;
}


footer,
.ci-lb-text {
  margin-left: -1rem !important;
}


.my-auto {
  margin-top: auto !important;
}


.mx-auto {
  margin-right: auto !important;
}


.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {

  
.ci-lb-text {
    margin-right: 0 !important;
  }

  
.ci-lb-text {
    margin-left: 0 !important;
  }

  
footer {
    margin-top: 0.25rem !important;
  }

  
footer {
    margin-bottom: 0.25rem !important;
  }

  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pt-sm-2, .content-wrapper {
    padding-top: 0.5rem !important;
  }

  
.px-sm-2,
.content-wrapper {
    padding-right: 0.5rem !important;
  }

  
.px-sm-2,
.content-wrapper {
    padding-left: 0.5rem !important;
  }

  .pr-sm-3 {
    padding-right: 1rem !important;
  }

   .newsletterbox .rechts, .newsletterbox .links {
    padding: 3rem !important;
  }

  
footer {
    margin-right: -0.5rem !important;
  }

  
footer {
    margin-left: -0.5rem !important;
  }
}
@media (min-width: 768px) {

  
.blogpost-showbox {
    margin-top: 0 !important;
  }

  
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.blogpost-showbox {
    margin-bottom: 0 !important;
  }

  
.mx-md-0 {
    margin-left: 0 !important;
  }

  
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

   .blogpost-showbox {
    margin: 3rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

   .modal-body {
    padding: 0.5rem !important;
  }

  
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  
.px-md-2 {
    padding-left: 0.5rem !important;
  }

   .ppsearch {
    padding: 1rem !important;
  }

  .pr-md-3,
.partnerprogramme-tag .overview .avg-commissions ul li {
    padding-right: 1rem !important;
  }

  
.partnerprogramme-tag .overview .avg-commissions ul li {
    padding-left: 1rem !important;
  }

  
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  
.content-wrapper {
    padding-right: 3rem !important;
  }

  
.content-wrapper {
    padding-left: 3rem !important;
  }

  
footer {
    margin-right: -3rem !important;
  }

  
footer {
    margin-left: -3rem !important;
  }
}
@media (min-width: 992px) {

  .ml-lg-0 {
    margin-left: 0 !important;
  }

   .heading h1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  
.heading.top {
    margin-top: 1rem !important;
  }

  .mb-lg-3,
.heading.top {
    margin-bottom: 1rem !important;
  }

  
.heading:not(.top) {
    margin-top: 1.5rem !important;
  }

  
.heading:not(.top) {
    margin-bottom: 1.5rem !important;
  }

  .mt-lg-5,
.heading.top {
    margin-top: 3rem !important;
  }

  
.heading.top {
    margin-bottom: 3rem !important;
  }

  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }

   .modal-body {
    padding: 1rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5,
.partnerprogramme-tag .overview .avg-commissions ul li {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  
.px-lg-5,
.partnerprogramme-tag .overview .avg-commissions ul li {
    padding-left: 3rem !important;
  }

  
footer {
    margin-right: -3rem !important;
  }

  
footer {
    margin-left: -3rem !important;
  }
}
@media (min-width: 1200px) {

   .quickjumps ul li {
    margin-bottom: 0 !important;
  }

  
.heading:not(.top) {
    margin-top: 3rem !important;
  }

  
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  
.heading:not(.top) {
    margin-bottom: 3rem !important;
  }

  
.mx-xl-5 {
    margin-left: 3rem !important;
  }
}

.text-left, .relations h2, .offer h1 {
  text-align: left !important;
}

.text-right, .topheader .top-links {
  text-align: right !important;
}

.text-center, .platzhirsch, .quickjumps, .ppsearch .treffer, .partnerprogramme-tag .overview .avg-commissions ul, .partnerprogramme-tag .overview .offer, .partnerprogramme-tag .overview .partnerprogramme, .partnerprogramme-tag .overview .netzwerke, .partnerprogramme-tag .overview .avg-commissions, .partnerprogramme-tag .logo, .premium-angebote, .heading {
  text-align: center !important;
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
}
@media (min-width: 1200px) {

  .text-xl-right {
    text-align: right !important;
  }
}

 .platzhirsch .merchant, .platzhirsch .title, footer .title, #errormsg, #nl_box_rechts_error {
  text-transform: uppercase !important;
}

 .sales-regions, .tag, .commissions small {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold, .platzhirsch .value, .platzhirsch .merchant, footer .title, #errormsg, #nl_box_rechts_error {
  font-weight: 700 !important;
}

.text-white {
  color: #fff !important;
}

.text-muted, .ppsearch .treffer, .partnerprogramme-tag .overview .avg-commissions ul li .type, .relations h2 small, .offer h1 .focus, .offer h1 small, .focus, .offer .slogan, .offer-showbox .slogan, .subtitle, .commissions small, .heading p {
  color: #6c757d !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn):not(.signupbutton) {
    text-decoration: underline;
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }
}
/*
$color-vulkan:		rgba(42,50,66,1) !default;
$color-vulkan-75:	rgba(42,50,66,.75) !default;
$color-vulkan-50:	rgba(42,50,66,.50) !default;
$color-vulkan-25:	rgba(42,50,66,.25) !default;
$color-vulkan-20:	rgba(42,50,66,.20) !default;
$color-vulkan-15:	rgba(42,50,66,.15) !default;
$color-vulkan-10:	rgba(42,50,66,.10) !default;
$color-vulkan-5:	rgba(42,50,66,.05) !default;
$color-vulkan-1:	rgba(42,50,66,.01) !default;
*/

.red.lighten-4 {
  background-color: #ffcdd2 !important;
}

.red {
  background-color: #f44336 !important;
}

.red-text {
  color: #f44336 !important;
}

.blue.lighten-4 {
  background-color: #bbdefb !important;
}

.blue {
  background-color: #2196f3 !important;
}

.green.lighten-4 {
  background-color: #c8e6c9 !important;
}

.green {
  background-color: #4caf50 !important;
}

.green-text {
  color: #4caf50 !important;
}

.orange.lighten-4 {
  background-color: #ffe0b2 !important;
}

.orange {
  background-color: #ff9800 !important;
}

.orange-text {
  color: #ff9800 !important;
}

.grey.lighten-4 {
  background-color: #f5f5f5 !important;
}

.grey {
  background-color: #9e9e9e !important;
}

.grey-text {
  color: #9e9e9e !important;
}

 .md-pills .nav-link:hover,
.md-pills .nav-link:hover:after {
  background-color: rgba(158, 158, 158, 0.3);
}

.white {
  background-color: #fff !important;
}

.white-text, .dropdown .dropdown-menu .dropdown-item:hover, .dropdown .dropdown-menu .dropdown-item:active {
  color: #fff !important;
}

.special-color {
  background-color: #37474f !important;
}

.dark-grey-text {
  color: #4f4f4f !important;
}
.dark-grey-text:hover, .dark-grey-text:focus {
  color: #4f4f4f !important;
}

.z-depth-0 {
  box-shadow: none !important;
}

.z-depth-1, .chip:active {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}

.disabled {
  pointer-events: none !important;
}

a {
  color: #007bff;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
a:hover {
  color: #0056b3;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
a.disabled:hover, a:disabled:hover {
  color: #007bff;
}

a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

.img-fluid, .partnerprogramme-tag .logo, .hyperbox .box .logo {
  max-width: 100%;
  height: auto;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
}

.blockquote {
  padding: 0.5rem 1rem;
  border-left: 0.25rem solid #eceeef;
}
.blockquote.text-right, .topheader .blockquote.top-links {
  border-right: 0.25rem solid #eceeef;
  border-left: none;
}
.blockquote p {
  padding: 1rem 0;
  font-size: 1.1rem;
}

.h1-responsive, .heading h1 {
  font-size: 150%;
}

.h2-responsive, .offer h1 {
  font-size: 145%;
}

.h3-responsive, .relations h2, .introbox h2 {
  font-size: 135%;
}

.h4-responsive, .offer-showbox .commissions {
  font-size: 135%;
}

.h5-responsive, .offer-showbox .name {
  font-size: 135%;
}

@media (min-width: 576px) {
  .h1-responsive, .heading h1 {
    font-size: 170%;
  }

  .h2-responsive, .offer h1 {
    font-size: 140%;
  }

  .h3-responsive, .relations h2, .introbox h2 {
    font-size: 125%;
  }

  .h4-responsive, .offer-showbox .commissions {
    font-size: 125%;
  }

  .h5-responsive, .offer-showbox .name {
    font-size: 125%;
  }
}
@media (min-width: 768px) {
  .h1-responsive, .heading h1 {
    font-size: 200%;
  }

  .h2-responsive, .offer h1 {
    font-size: 170%;
  }

  .h3-responsive, .relations h2, .introbox h2 {
    font-size: 140%;
  }

  .h4-responsive, .offer-showbox .commissions {
    font-size: 125%;
  }

  .h5-responsive, .offer-showbox .name {
    font-size: 125%;
  }
}
@media (min-width: 992px) {
  .h1-responsive, .heading h1 {
    font-size: 200%;
  }

  .h2-responsive, .offer h1 {
    font-size: 170%;
  }

  .h3-responsive, .relations h2, .introbox h2 {
    font-size: 140%;
  }

  .h4-responsive, .offer-showbox .commissions {
    font-size: 125%;
  }

  .h5-responsive, .offer-showbox .name {
    font-size: 125%;
  }
}
@media (min-width: 1200px) {
  .h1-responsive, .heading h1 {
    font-size: 250%;
  }

  .h2-responsive, .offer h1 {
    font-size: 200%;
  }

  .h3-responsive, .relations h2, .introbox h2 {
    font-size: 170%;
  }

  .h4-responsive, .offer-showbox .commissions {
    font-size: 140%;
  }

  .h5-responsive, .offer-showbox .name {
    font-size: 125%;
  }
}

strong {
  font-weight: 500;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.btn, .signupbutton {
  margin: 0.375rem;
  color: inherit;
  text-transform: uppercase;
  word-wrap: break-word;
  white-space: normal;
  cursor: pointer;
  border: 0;
  border-radius: 0.125rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  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;
  padding: 0.84rem 2.14rem;
  font-size: 0.81rem;
}
.btn:hover, .signupbutton:hover, .btn:focus, .signupbutton:focus, .btn:active, .signupbutton:active {
  outline: 0;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.btn.btn-block, .btn-block.signupbutton {
  margin: inherit;
}
.btn .fas.right, .signupbutton .fas.right,
.btn .fab.right,
.signupbutton .fab.right,
.btn .far.right,
.signupbutton .far.right {
  margin-left: 0.3rem;
}
.btn .fas.left, .signupbutton .fas.left,
.btn .fab.left,
.signupbutton .fab.left,
.btn .far.left,
.signupbutton .far.left {
  margin-right: 0.3rem;
}
.btn.btn-lg, .btn-lg.signupbutton {
  padding: 1rem 2.4rem;
  font-size: 0.94rem;
}
.btn.btn-md, .btn-md.signupbutton {
  padding: 0.7rem 1.6rem;
  font-size: 0.7rem;
}
.btn.btn-sm, .signupbutton {
  padding: 0.5rem 1.6rem;
  font-size: 0.64rem;
}
.btn.disabled:hover, .disabled.signupbutton:hover, .btn.disabled:focus, .disabled.signupbutton:focus, .btn.disabled:active, .disabled.signupbutton:active, .btn:disabled:hover, .signupbutton:disabled:hover, .btn:disabled:focus, .signupbutton:disabled:focus, .btn:disabled:active, .signupbutton:disabled:active {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.btn[class*=btn-outline-], [class*=btn-outline-].signupbutton {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}
.btn[class*=btn-outline-].btn-lg, [class*=btn-outline-].btn-lg.signupbutton {
  padding-top: 0.88rem;
  padding-bottom: 0.88rem;
}
.btn[class*=btn-outline-].btn-md, [class*=btn-outline-].btn-md.signupbutton {
  padding-top: 0.58rem;
  padding-bottom: 0.58rem;
}
.btn[class*=btn-outline-].btn-sm, [class*=btn-outline-].signupbutton {
  padding-top: 0.38rem;
  padding-bottom: 0.38rem;
}

.btn-group > .btn:not(:first-child), .btn-group > .signupbutton:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -0.375rem;
}

.btn-primary, .signupbutton {
  color: #fff;
  background-color: #4285f4 !important;
}
.btn-primary:hover, .signupbutton:hover {
  color: #fff;
  background-color: #5a95f5;
}
.btn-primary:focus, .signupbutton:focus, .btn-primary.focus, .focus.signupbutton {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.btn-primary:focus, .signupbutton:focus, .btn-primary:active, .signupbutton:active, .btn-primary.active, .active.signupbutton {
  background-color: #0b51c5;
}
.btn-primary.dropdown-toggle, .dropdown-toggle.signupbutton {
  background-color: #4285f4 !important;
}
.btn-primary.dropdown-toggle:hover, .dropdown-toggle.signupbutton:hover, .btn-primary.dropdown-toggle:focus, .dropdown-toggle.signupbutton:focus {
  background-color: #5a95f5 !important;
}
.btn-primary:not([disabled]):not(.disabled):active, .signupbutton:not([disabled]):not(.disabled):active, .btn-primary:not([disabled]):not(.disabled).active, .signupbutton:not([disabled]):not(.disabled).active, .show > .btn-primary.dropdown-toggle, .show > .dropdown-toggle.signupbutton {
  background-color: #0b51c5 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.btn-primary:not([disabled]):not(.disabled):active:focus, .signupbutton:not([disabled]):not(.disabled):active:focus, .btn-primary:not([disabled]):not(.disabled).active:focus, .signupbutton:not([disabled]):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus, .show > .dropdown-toggle.signupbutton:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

a.btn:not([href]):not([tabindex]), a.signupbutton:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

table.table a.btn.btn-primary, table.table a.signupbutton {
  color: #fff;
}

a.btn:not([href]):not([tabindex]), a.signupbutton:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

a.btn:not([href]):not([tabindex]), a.signupbutton:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

a.btn:not([href]):not([tabindex]), a.signupbutton:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

a.btn:not([href]):not([tabindex]), a.signupbutton:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

.btn-outline-info {
  color: #33b5e5 !important;
  background-color: transparent !important;
  border: 2px solid #33b5e5 !important;
}
.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active, .btn-outline-info:active:focus, .btn-outline-info.active {
  color: #33b5e5 !important;
  background-color: transparent !important;
  border-color: #33b5e5 !important;
}
.btn-outline-info:not([disabled]):not(.disabled):active, .btn-outline-info:not([disabled]):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  background-color: transparent !important;
  border-color: #33b5e5 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.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 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

a.btn:not([href]):not([tabindex]), a.signupbutton:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

.btn-secondary {
  color: #fff;
  background-color: #a6c !important;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #b579d2;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.btn-secondary:focus, .btn-secondary:active, .btn-secondary.active {
  background-color: #773399;
}
.btn-secondary.dropdown-toggle {
  background-color: #a6c !important;
}
.btn-secondary.dropdown-toggle:hover, .btn-secondary.dropdown-toggle:focus {
  background-color: #b579d2 !important;
}
.btn-secondary:not([disabled]):not(.disabled):active, .btn-secondary:not([disabled]):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  background-color: #773399 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.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 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

a.btn:not([href]):not([tabindex]), a.signupbutton:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

table.table a.btn.btn-secondary, table.table a.btn-secondary.signupbutton {
  color: #fff;
}

a.btn:not([href]):not([tabindex]), a.signupbutton:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

a.btn:not([href]):not([tabindex]), a.signupbutton:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

a.btn:not([href]):not([tabindex]), a.signupbutton:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

a.btn:not([href]):not([tabindex]), a.signupbutton:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

a.btn:not([href]):not([tabindex]), a.signupbutton:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

a.btn:not([href]):not([tabindex]), a.signupbutton:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

a.btn:not([href]):not([tabindex]), a.signupbutton:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

a.btn:not([href]):not([tabindex]), a.signupbutton:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

a.btn:not([href]):not([tabindex]), a.signupbutton:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

a.btn:not([href]):not([tabindex]), a.signupbutton:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

a.btn:not([href]):not([tabindex]), a.signupbutton:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

a.btn:not([href]):not([tabindex]), a.signupbutton:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

a.btn:not([href]):not([tabindex]), a.signupbutton:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

a.btn:not([href]):not([tabindex]), a.signupbutton:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

a.btn:not([href]):not([tabindex]), a.signupbutton:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

a.btn:not([href]):not([tabindex]), a.signupbutton:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

a.btn:not([href]):not([tabindex]), a.signupbutton:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

a.btn:not([href]):not([tabindex]), a.signupbutton:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

a.btn:not([href]):not([tabindex]), a.signupbutton:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

a.btn:not([href]):not([tabindex]), a.signupbutton:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

a.btn:not([href]):not([tabindex]), a.signupbutton:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

a.btn:not([href]):not([tabindex]), a.signupbutton:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

a.btn:not([href]):not([tabindex]), a.signupbutton:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

a.btn:not([href]):not([tabindex]), a.signupbutton:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

a.btn:not([href]):not([tabindex]), a.signupbutton:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #000;
}

a.btn:not([href]):not([tabindex]), a.signupbutton:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #000;
}

a.btn:not([href]):not([tabindex]), a.signupbutton:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

.card {
  font-weight: 400;
  border: 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.card[class*=border] {
  border: 1px solid #9e9e9e;
  box-shadow: none;
}
.card .card-body h1, .card .card-body h2, .card .card-body h3, .card .card-body h4, .card .card-body h5, .card .card-body h6 {
  font-weight: 400;
}
.card .md-form label {
  font-weight: 300;
}

.dropdown .dropdown-menu .dropdown-item:active {
  background-color: #757575;
}

.md-form.input-group label {
  top: 0;
  margin-bottom: 0;
}
.md-form.input-group .input-group-text {
  background-color: #e0e0e0;
}
.md-form.input-group .form-control {
  padding: 0.375rem 0.75rem;
  margin: 0;
}

.navbar {
  font-weight: 300;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.navbar form .md-form input {
  margin: 0 5px 1px 8px;
}
.navbar .breadcrumb {
  padding: 0.3rem 0 0 1rem;
  margin: 0;
  font-size: 15px;
  font-weight: 300;
  background-color: inherit;
}
.navbar .breadcrumb .breadcrumb-item {
  color: #fff;
}
.navbar .breadcrumb .breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.65);
}
.navbar .breadcrumb .breadcrumb-item:before {
  color: rgba(255, 255, 255, 0.65);
}
.navbar .navbar-toggler {
  border-width: 0;
  outline: 0;
}
@media (max-width: 992px) {
  .navbar .container {
    width: 100%;
  }
}
.navbar .nav-item .nav-link {
  display: block;
}
.navbar .nav-item .nav-link.disabled:active {
  pointer-events: none;
}
.navbar .nav-item .nav-link .fas, .navbar .nav-item .nav-link .fab, .navbar .nav-item .nav-link .far {
  padding-right: 3px;
  padding-left: 3px;
}
@media (max-width: 992px) {
  .navbar .nav-item .nav-link {
    padding-right: 6px;
    padding-left: 6px;
  }
}
.navbar .dropdown-menu {
  position: absolute !important;
  margin-top: 0;
}
.navbar .dropdown-menu a {
  padding: 10px;
  font-size: 0.9375rem;
  font-weight: 300;
}
.navbar .dropdown-menu a:not(.active) {
  color: #000;
}
@media (max-width: 600px) {
  .navbar .dropdown-menu form {
    width: 17rem;
  }
}
@media (min-width: 600px) {
  .navbar .dropdown-menu form {
    width: 22rem;
  }
}
.navbar.navbar-dark .navbar-toggler-icon {
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar.navbar-dark .breadcrumb .nav-item .nav-link,
.navbar.navbar-dark .navbar-nav .nav-item .nav-link {
  color: #fff;
  transition: 0.35s;
}
.navbar.navbar-dark .breadcrumb .nav-item .nav-link:hover,
.navbar.navbar-dark .navbar-nav .nav-item .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}
.navbar.navbar-dark .breadcrumb .nav-item.active > .nav-link,
.navbar.navbar-dark .navbar-nav .nav-item.active > .nav-link {
  background-color: rgba(255, 255, 255, 0.1);
}
.navbar.navbar-dark .breadcrumb .nav-item.active > .nav-link:hover,
.navbar.navbar-dark .navbar-nav .nav-item.active > .nav-link:hover {
  color: #fff;
}
.navbar.navbar-dark .navbar-toggler {
  color: #fff;
}
.navbar.navbar-dark form .md-form input {
  border-bottom: 1px solid #fff;
}
.navbar.navbar-dark form .md-form input:focus:not([readonly]) {
  border-color: #4285f4;
}
.navbar.navbar-dark form .md-form .form-control {
  color: #fff;
}
.navbar.navbar-dark form .md-form .form-control::-moz-placeholder {
  font-weight: 300;
  color: #fff;
}
.navbar.navbar-dark form .md-form .form-control:-ms-input-placeholder {
  font-weight: 300;
  color: #fff;
}
.navbar.navbar-dark form .md-form .form-control::placeholder {
  font-weight: 300;
  color: #fff;
}

.pagination .page-item.active .page-link {
  color: #fff;
  background-color: #4285f4;
  border-radius: 0.125rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: all 0.2s linear;
}
.pagination .page-item.active .page-link:hover {
  background-color: #4285f4;
}
.pagination .page-item.disabled .page-link {
  color: #868e96;
}
.pagination .page-item .page-link {
  font-size: 0.9rem;
  color: #212529;
  background-color: transparent;
  border: 0;
  outline: 0;
  transition: all 0.3s linear;
}
.pagination .page-item .page-link:hover {
  background-color: #eee;
  border-radius: 0.125rem;
  transition: all 0.3s linear;
}
.pagination .page-item .page-link:focus {
  background-color: transparent;
  box-shadow: none;
}

.badge {
  color: #fff !important;
  border-radius: 0.125rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.badge-danger {
  color: #fff !important;
  background-color: #ff3547 !important;
}

.badge-warning {
  color: #fff !important;
  background-color: #fb3 !important;
}

.badge-success {
  color: #fff !important;
  background-color: #00c851 !important;
}

.modal-dialog .modal-content {
  border: 0;
  border-radius: 0.125rem;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.modal-dialog .modal-content .modal-header {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.modal {
  padding-right: 0 !important;
}
.modal.fade.top:not(.show) .modal-dialog {
  transform: translate3d(0, -25%, 0);
}
.modal.fade.left:not(.show) .modal-dialog {
  transform: translate3d(-25%, 0, 0);
}
.modal.fade.right:not(.show) .modal-dialog {
  transform: translate3d(25%, 0, 0);
}
.modal.fade.bottom:not(.show) .modal-dialog {
  transform: translate3d(0, 25%, 0);
}

.md-form {
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.md-form input:not([type]),
.md-form input[type=text]:not(.browser-default),
.md-form input[type=email]:not(.browser-default),
.md-form input[type=url]:not(.browser-default),
.md-form input[type=time]:not(.browser-default),
.md-form input[type=date]:not(.browser-default),
.md-form input[type=datetime]:not(.browser-default),
.md-form input[type=search]:not(.browser-default) {
  box-sizing: content-box;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ced4da;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.md-form input:not([type]):focus:not([readonly]),
.md-form input[type=text]:not(.browser-default):focus:not([readonly]),
.md-form input[type=email]:not(.browser-default):focus:not([readonly]),
.md-form input[type=url]:not(.browser-default):focus:not([readonly]),
.md-form input[type=time]:not(.browser-default):focus:not([readonly]),
.md-form input[type=date]:not(.browser-default):focus:not([readonly]),
.md-form input[type=datetime]:not(.browser-default):focus:not([readonly]),
.md-form input[type=search]:not(.browser-default):focus:not([readonly]) {
  border-bottom: 1px solid #4285f4;
  box-shadow: 0 1px 0 0 #4285f4;
}
.md-form input:not([type]):focus:not([readonly]) + label,
.md-form input[type=text]:not(.browser-default):focus:not([readonly]) + label,
.md-form input[type=email]:not(.browser-default):focus:not([readonly]) + label,
.md-form input[type=url]:not(.browser-default):focus:not([readonly]) + label,
.md-form input[type=time]:not(.browser-default):focus:not([readonly]) + label,
.md-form input[type=date]:not(.browser-default):focus:not([readonly]) + label,
.md-form input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
.md-form input[type=search]:not(.browser-default):focus:not([readonly]) + label {
  color: #4285f4;
}
.md-form input:not([type]) + label::after,
.md-form input[type=text]:not(.browser-default) + label::after,
.md-form input[type=email]:not(.browser-default) + label::after,
.md-form input[type=url]:not(.browser-default) + label::after,
.md-form input[type=time]:not(.browser-default) + label::after,
.md-form input[type=date]:not(.browser-default) + label::after,
.md-form input[type=datetime]:not(.browser-default) + label::after,
.md-form input[type=search]:not(.browser-default) + label::after {
  position: absolute;
  top: 65px;
  display: block;
  content: "";
  opacity: 0;
  transition: 0.2s opacity ease-out, 0.2s color ease-out;
}
.md-form input:not([type]).valid, .md-form input:not([type]):focus.valid,
.md-form input[type=text]:not(.browser-default).valid,
.md-form input[type=text]:not(.browser-default):focus.valid,
.md-form input[type=email]:not(.browser-default).valid,
.md-form input[type=email]:not(.browser-default):focus.valid,
.md-form input[type=url]:not(.browser-default).valid,
.md-form input[type=url]:not(.browser-default):focus.valid,
.md-form input[type=time]:not(.browser-default).valid,
.md-form input[type=time]:not(.browser-default):focus.valid,
.md-form input[type=date]:not(.browser-default).valid,
.md-form input[type=date]:not(.browser-default):focus.valid,
.md-form input[type=datetime]:not(.browser-default).valid,
.md-form input[type=datetime]:not(.browser-default):focus.valid,
.md-form input[type=search]:not(.browser-default).valid,
.md-form input[type=search]:not(.browser-default):focus.valid {
  border-bottom: 1px solid #00c851;
  box-shadow: 0 1px 0 0 #00c851;
}
.md-form input:not([type]).valid + label:after, .md-form input:not([type]):focus.valid + label:after,
.md-form input[type=text]:not(.browser-default).valid + label:after,
.md-form input[type=text]:not(.browser-default):focus.valid + label:after,
.md-form input[type=email]:not(.browser-default).valid + label:after,
.md-form input[type=email]:not(.browser-default):focus.valid + label:after,
.md-form input[type=url]:not(.browser-default).valid + label:after,
.md-form input[type=url]:not(.browser-default):focus.valid + label:after,
.md-form input[type=time]:not(.browser-default).valid + label:after,
.md-form input[type=time]:not(.browser-default):focus.valid + label:after,
.md-form input[type=date]:not(.browser-default).valid + label:after,
.md-form input[type=date]:not(.browser-default):focus.valid + label:after,
.md-form input[type=datetime]:not(.browser-default).valid + label:after,
.md-form input[type=datetime]:not(.browser-default):focus.valid + label:after,
.md-form input[type=search]:not(.browser-default).valid + label:after,
.md-form input[type=search]:not(.browser-default):focus.valid + label:after {
  color: #00c851;
  content: attr(data-success);
  opacity: 1;
}
.md-form input:not([type]).form-control.valid + label:after, .md-form input:not([type]).form-control:focus.valid + label:after,
.md-form input[type=text]:not(.browser-default).form-control.valid + label:after,
.md-form input[type=text]:not(.browser-default).form-control:focus.valid + label:after,
.md-form input[type=email]:not(.browser-default).form-control.valid + label:after,
.md-form input[type=email]:not(.browser-default).form-control:focus.valid + label:after,
.md-form input[type=url]:not(.browser-default).form-control.valid + label:after,
.md-form input[type=url]:not(.browser-default).form-control:focus.valid + label:after,
.md-form input[type=time]:not(.browser-default).form-control.valid + label:after,
.md-form input[type=time]:not(.browser-default).form-control:focus.valid + label:after,
.md-form input[type=date]:not(.browser-default).form-control.valid + label:after,
.md-form input[type=date]:not(.browser-default).form-control:focus.valid + label:after,
.md-form input[type=datetime]:not(.browser-default).form-control.valid + label:after,
.md-form input[type=datetime]:not(.browser-default).form-control:focus.valid + label:after,
.md-form input[type=search]:not(.browser-default).form-control.valid + label:after,
.md-form input[type=search]:not(.browser-default).form-control:focus.valid + label:after {
  top: 4.1rem;
}
.md-form > input[type=date]:not(.browser-default) + label {
  transform-origin: 0 0;
}
.md-form > input[type]:-webkit-autofill:not(.browser-default):not([type=search]) + label,
.md-form > input[type=time]:not(.browser-default) + label {
  font-size: 0.8rem;
  transform: translateY(-25px);
  transform-origin: 0 0;
}
.md-form .form-control {
  height: auto;
  padding: 0.6rem 0 0.4rem 0;
  margin: 0 0 0.5rem 0;
  background-color: transparent;
  border-radius: 0;
}
.md-form .form-control:focus {
  box-shadow: none;
}
.md-form .form-control:disabled {
  background-color: transparent;
  border-bottom: 1px solid #bdbdbd;
}
.md-form label {
  font-size: 1rem;
}
.md-form label.active {
  font-size: 1rem;
}
.md-form label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1rem;
  color: #757575;
  cursor: text;
  transition: transform 0.2s ease-out, color 0.2s ease-out;
  transform: translateY(12px);
  transform-origin: 0% 100%;
}
.md-form label.active {
  transform: translateY(-14px) scale(0.8);
}
.md-form.md-outline {
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.md-form.md-outline input[type=text],
.md-form.md-outline input[type=email],
.md-form.md-outline input[type=url],
.md-form.md-outline input[type=time],
.md-form.md-outline input[type=date],
.md-form.md-outline input[type=search] {
  box-sizing: border-box;
  background-color: transparent;
  border: 1px solid #dadce0;
  border-radius: 4px;
  outline: none;
  box-shadow: none;
  transition: all 0.3s;
}
.md-form.md-outline input[type=text]:focus:not([readonly]),
.md-form.md-outline input[type=email]:focus:not([readonly]),
.md-form.md-outline input[type=url]:focus:not([readonly]),
.md-form.md-outline input[type=time]:focus:not([readonly]),
.md-form.md-outline input[type=date]:focus:not([readonly]),
.md-form.md-outline input[type=search]:focus:not([readonly]) {
  border-color: #4285f4;
  box-shadow: inset 0 0 0 1px #4285f4;
}
.md-form.md-outline input[type=text]:focus:not([readonly]) + label,
.md-form.md-outline input[type=email]:focus:not([readonly]) + label,
.md-form.md-outline input[type=url]:focus:not([readonly]) + label,
.md-form.md-outline input[type=time]:focus:not([readonly]) + label,
.md-form.md-outline input[type=date]:focus:not([readonly]) + label,
.md-form.md-outline input[type=search]:focus:not([readonly]) + label {
  color: #4285f4;
}
.md-form.md-outline input[type=text].valid, .md-form.md-outline input[type=text]:focus.valid,
.md-form.md-outline input[type=email].valid,
.md-form.md-outline input[type=email]:focus.valid,
.md-form.md-outline input[type=url].valid,
.md-form.md-outline input[type=url]:focus.valid,
.md-form.md-outline input[type=time].valid,
.md-form.md-outline input[type=time]:focus.valid,
.md-form.md-outline input[type=date].valid,
.md-form.md-outline input[type=date]:focus.valid,
.md-form.md-outline input[type=search].valid,
.md-form.md-outline input[type=search]:focus.valid {
  border-color: #00c851;
  box-shadow: inset 0 0 0 1px #00c851;
}
.md-form.md-outline input[type=text]:focus:not([readonly]).valid + label, .md-form.md-outline input[type=text].valid + label:after, .md-form.md-outline input[type=text]:focus.valid + label:after,
.md-form.md-outline input[type=email]:focus:not([readonly]).valid + label,
.md-form.md-outline input[type=email].valid + label:after,
.md-form.md-outline input[type=email]:focus.valid + label:after,
.md-form.md-outline input[type=url]:focus:not([readonly]).valid + label,
.md-form.md-outline input[type=url].valid + label:after,
.md-form.md-outline input[type=url]:focus.valid + label:after,
.md-form.md-outline input[type=time]:focus:not([readonly]).valid + label,
.md-form.md-outline input[type=time].valid + label:after,
.md-form.md-outline input[type=time]:focus.valid + label:after,
.md-form.md-outline input[type=date]:focus:not([readonly]).valid + label,
.md-form.md-outline input[type=date].valid + label:after,
.md-form.md-outline input[type=date]:focus.valid + label:after,
.md-form.md-outline input[type=search]:focus:not([readonly]).valid + label,
.md-form.md-outline input[type=search].valid + label:after,
.md-form.md-outline input[type=search]:focus.valid + label:after {
  color: #00c851;
  content: attr(data-success);
  opacity: 1;
}
.md-form.md-outline input[type=text].form-control.valid + label:after, .md-form.md-outline input[type=text].form-control:focus.valid + label:after,
.md-form.md-outline input[type=email].form-control.valid + label:after,
.md-form.md-outline input[type=email].form-control:focus.valid + label:after,
.md-form.md-outline input[type=url].form-control.valid + label:after,
.md-form.md-outline input[type=url].form-control:focus.valid + label:after,
.md-form.md-outline input[type=time].form-control.valid + label:after,
.md-form.md-outline input[type=time].form-control:focus.valid + label:after,
.md-form.md-outline input[type=date].form-control.valid + label:after,
.md-form.md-outline input[type=date].form-control:focus.valid + label:after,
.md-form.md-outline input[type=search].form-control.valid + label:after,
.md-form.md-outline input[type=search].form-control:focus.valid + label:after {
  position: absolute;
  top: 4rem;
  left: 0;
}
.md-form.md-outline > input[type]:-webkit-autofill:not(.browser-default):not([type=search]) + label,
.md-form.md-outline > input[type=time]:not(.browser-default) + label {
  left: 8px;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 1rem;
  font-weight: 500;
  background: #fff;
  transform: translateY(-9px) scale(0.8);
  transform-origin: 0 0;
}
.md-form.md-outline > input[type]:-webkit-autofill:not(.browser-default):not([type=search]) + label.active,
.md-form.md-outline > input[type=time]:not(.browser-default) + label.active {
  transform: translateY(-9px) scale(0.8);
  transform-origin: 0 0;
}
@-webkit-keyframes autofill {
  to {
    color: #495057;
    background: transparent;
  }
}
@keyframes autofill {
  to {
    color: #495057;
    background: transparent;
  }
}
.md-form.md-outline input:-webkit-autofill {
  -webkit-animation-name: autofill;
  animation-name: autofill;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.md-form.md-outline .form-control {
  padding: 0.375rem 0.75rem;
}
.md-form.md-outline label {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 10px;
  font-size: 1rem;
  color: #757575;
  cursor: text;
  transition: transform 0.2s ease-out, color 0.2s ease-out;
  transform: translateY(9px);
  transform-origin: 0% 100%;
}
.md-form.md-outline label.active {
  left: 8px;
  padding-right: 5px;
  padding-left: 5px;
  font-weight: 500;
  background: #fff;
  transform: translateY(-13px) scale(0.8);
}

.md-form > label {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.md-form .form-control {
  box-sizing: border-box !important;
}
.md-form .form-control.valid + label {
  overflow: visible;
}

table th {
  font-size: 0.9rem;
  font-weight: 400;
}
table td {
  font-size: 0.9rem;
  font-weight: 300;
}
table.table thead th {
  border-top: none;
}
table.table th,
table.table td {
  padding-top: 1.1rem;
  padding-bottom: 1rem;
}
table.table a {
  margin: 0;
  color: #212529;
}
table.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
  transition: 0.5s;
}

/*!
 * # Semantic UI 2.4.2 - Flag
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
             Flag
*******************************/

/* Sprite */

/* Flag Sprite Based On http://www.famfamfam.com/lab/icons/flags/ */
/*******************************
         Theme Overrides
*******************************/

/*******************************
         Site Overrides
*******************************/
body {
  background-color: white;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  height: 100vh !important;
  font-style: normal;
}
body strong {
  font-weight: 600 !important;
}

@media (min-width: 576px) {
  body {
    background: rgb(204, 204, 204);
    /*
    background: -webkit-linear-gradient(to bottom, $color-green-25, $color-orange-25);
    background: linear-gradient(to bottom, $color-green-25, $color-orange-25);
    background-repeat: no-repeat;
    background-attachment: fixed;
    */
    color: #263238;
    font-size: 1.1rem;
    height: 100vh !important;
  }
}
.content-wrapper {
  position: relative;
  display: inline-block;
  background-color: white !important;
  width: 100%;
}

.topheader {
  background-color: #263238 !important;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.topheader .top-links {
  font-size: 0.9rem;
}
.topheader .top-links a {
  color: rgba(204, 204, 204, 0.75);
}

.text-cliff-75 {
  color: rgba(204, 204, 204, 0.75);
}

.mask {
  cursor: pointer;
}

.grayscale {
  filter: grayscale(1);
  opacity: 0.5;
}

.palescale {
  filter: grayscale(0.15);
  opacity: 0.75;
}

.heading p {
  font-family: "Roboto Slab", sans-serif;
  font-size: 1.1rem;
}
@media (min-width: 576px) {
  .heading p {
    font-size: 1.3rem;
    padding-left: 8%;
    padding-right: 8%;
  }
}
@media (min-width: 768px) {
  .heading p {
    font-size: 1.3rem;
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media (min-width: 992px) {
  .heading p {
    font-size: 1.3rem;
    padding-left: 12%;
    padding-right: 12%;
  }
}

h1, h2, h3, h4, h5 {
  font-family: "Roboto Slab", sans-serif;
}

a {
  color: #1b597b;
}

table a {
  color: #1b597b !important;
}

.br {
  display: block;
}

.hyperbox {
  border-top: 8px solid rgb(204, 204, 204);
  border-bottom: 8px solid rgb(204, 204, 204);
}
.hyperbox .box .logo {
  max-height: 2.5rem;
}
.hyperbox .features {
  font-size: 1rem;
  color: rgba(38, 50, 56, 0.8);
  font-style: italic;
}
.hyperbox .features ul {
  list-style-position: outside;
  margin-bottom: 1rem;
}
.hyperbox .features ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  color: rgb(72, 183, 91);
  font-style: normal;
  font-weight: 900;
}
.hyperbox .highlights {
  font-size: 1rem;
  color: #263238;
}
.hyperbox .highlights ul {
  list-style-position: outside;
}
.hyperbox .box-1 {
  background-color: rgba(255, 220, 0, 0.4);
}
@media (min-width: 992px) {
  .hyperbox .box-1 {
    border-right: 8px solid rgb(204, 204, 204);
  }
}
.hyperbox .box-2 {
  background-color: rgba(255, 153, 0, 0.4);
}
@media (min-width: 1200px) {
  .hyperbox .box-2 {
    border-right: 8px solid rgb(204, 204, 204);
  }
}
.hyperbox .box-3 {
  background-color: rgba(72, 183, 91, 0.4);
}
.hyperbox .commissions small {
  font-size: 0.8rem;
}

.basics {
  cursor: pointer;
  color: rgb(204, 204, 204);
}

.link, table.netzwerke .kategorie, table.kategorien .kategorie {
  cursor: pointer;
  color: #1b597b !important;
}

.anz {
  color: rgba(0, 0, 0, 0.3);
  font-size: 0.7rem;
}

.pro {
  font-size: 0.85rem;
  color: rgba(0, 0, 0, 0.3);
  font-weight: bold;
}
.pro i {
  font-style: normal;
  font-weight: normal;
}
.pro .link, .pro table.netzwerke .kategorie, table.netzwerke .pro .kategorie, .pro table.kategorien .kategorie, table.kategorien .pro .kategorie {
  color: rgba(0, 0, 0, 0.3) !important;
}

.topnav {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -1px;
}
@media (min-width: 768px) {
  .topnav {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background-color: white;
  }
}
.topnav li:last-of-type {
  margin-left: auto !important;
}
.topnav .nav-link, .topnav .navbar-brand {
  font-family: "Roboto Slab", sans-serif;
  font-size: 1.2rem;
}
.topnav .nav-item.active > .nav-link {
  background-color: transparent !important;
  border-bottom: 5px solid rgb(27, 179, 148);
  padding-bottom: 5px;
}
.topnav .nav-item:hover > .nav-link {
  color: #fff !important;
  transition: none !important;
  border-bottom: 5px solid rgba(27, 179, 148, 0.4);
  padding-bottom: 5px;
}

@media (min-width: 576px) {
  .topnav {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 576px) {
  .linewrapped {
    overflow: hidden;
    text-align: center;
  }

  .linewrapped::before,
.linewrapped::after {
    background-color: rgba(38, 50, 56, 0.15);
    content: "";
    display: inline-block;
    height: 3px;
    position: relative;
    vertical-align: middle;
    width: 50%;
  }

  .linewrapped::before {
    right: 0.5em;
    margin-left: -50%;
  }

  .linewrapped::after {
    left: 0.5em;
    margin-right: -50%;
  }
}
.introbox {
  background-color: rgba(27, 89, 123, 0.1);
  height: 100%;
}
.introbox a {
  color: #263238 !important;
}
.introbox p {
  color: #263238 !important;
}
.introbox h2 {
  background-color: rgba(27, 89, 123, 0.15);
  color: #1b597b;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.introbox.hover:hover {
  background-color: rgba(72, 183, 91, 0.2);
}
.introbox.hover:hover h2 {
  background-color: rgba(72, 183, 91, 0.25);
  color: #1b597b;
}
.introbox.hover:hover a {
  color: #263238 !important;
}

.newsletterbox {
  border-top: 8px solid rgb(204, 204, 204);
  border-bottom: 8px solid rgb(204, 204, 204);
}
.newsletterbox .links {
  background-color: rgba(255, 153, 0, 0.3);
}
.newsletterbox .rechts {
  background-color: rgba(72, 183, 91, 0.3);
}

#nl_box_rechts_error {
  color: rgb(227, 6, 19);
  font-size: 0.8rem;
}

#errormsg {
  color: rgb(227, 6, 19);
}

.fullwidth, .platzhirsch, .premium-angebote, .hyperbox, .newsletterbox {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}
@media (min-width: 576px) {
  .fullwidth, .platzhirsch, .premium-angebote, .hyperbox, .newsletterbox {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
}
@media (min-width: 768px) {
  .fullwidth, .platzhirsch, .premium-angebote, .hyperbox, .newsletterbox {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
}

.fullwidthtabbed {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}
@media (min-width: 576px) {
  .fullwidthtabbed {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
}
@media (min-width: 768px) {
  .fullwidthtabbed {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
}

.premium-angebote {
  border-top: 8px solid rgb(204, 204, 204);
  border-bottom: 8px solid rgb(204, 204, 204);
  font-size: 1.1rem;
  background-color: rgba(72, 183, 91, 0.15);
}
@media (min-width: 576px) {
  .premium-angebote {
    font-size: 1.3rem;
  }
}
@media (min-width: 768px) {
  .premium-angebote {
    font-size: 1.5rem;
  }
}
.premium-angebote .body .head {
  font-family: "Roboto Slab", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #263238;
}
@media (min-width: 576px) {
  .premium-angebote .body .head {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .premium-angebote .body .head {
    font-size: 1.4rem;
  }
}
.premium-angebote .body .head i {
  color: rgb(255, 153, 0);
}
.premium-angebote .body .angebotname, .premium-angebote .body .commissions {
  font-size: 1rem;
}
@media (min-width: 576px) {
  .premium-angebote .body .angebotname, .premium-angebote .body .commissions {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .premium-angebote .body .angebotname, .premium-angebote .body .commissions {
    font-size: 1.4rem;
  }
}
.premium-angebote .body .commissions {
  font-weight: 600;
  color: rgb(72, 183, 91);
}
.premium-angebote .body ul {
  display: table;
}
.premium-angebote .body ul li {
  display: table-cell;
  vertical-align: middle;
}
.premium-angebote .body ul li.title {
  color: rgba(38, 50, 56, 0.8);
  font-weight: 500;
}
.premium-angebote .body ul li.title i {
  color: rgb(255, 153, 0);
}
.premium-angebote .body ul li:not(.title) .wrap {
  background-color: rgba(255, 215, 0, 0.7);
}
.premium-angebote .body ul i {
  color: rgb(72, 183, 91);
  font-size: 3rem;
}

.commissions .value {
  font-family: "Roboto Mono", "Courier New", monospace;
}
.commissions small {
  color: rgba(204, 204, 204, 0.5);
  font-size: 0.9rem;
}
.commissions .ka {
  color: rgba(204, 204, 204, 0.75);
}
.commissions .tba {
  font-size: 1.2rem;
  color: rgba(204, 204, 204, 0.9);
}

.subtitle {
  font-style: italic;
}

.tag {
  background-color: rgba(204, 204, 204, 0.6);
  border-radius: 0.2rem;
  font-size: 0.7rem;
  color: #263238;
}
@media (min-width: 576px) {
  .tag {
    font-size: 0.9rem;
  }
}
.tag a {
  color: #1b597b;
}

.tag:hover {
  background-color: rgba(204, 204, 204, 0.7);
}

.sales-regions {
  background-color: rgba(27, 89, 123, 0.2);
  border-radius: 0.2rem;
  font-size: 0.7rem;
  color: #263238;
}
@media (min-width: 576px) {
  .sales-regions {
    font-size: 0.9rem;
  }
}

.sales-regions.small {
  font-size: 0.7rem !important;
}

.offer .slogan, .offer-showbox .slogan {
  font-style: italic;
}

.offer-showbox.injected {
  background-color: rgba(204, 204, 204, 0.3);
}

.offer-showbox .aufgenommen small {
  color: rgba(38, 50, 56, 0.5);
}
.offer-showbox .name {
  font-family: "Roboto", sans-serif;
}
.offer-showbox a.name {
  color: #1b597b;
  font-weight: 600;
}
.offer-showbox .commissions {
  font-weight: 600;
}
.offer-showbox .commissions .value {
  color: #3a9249;
}

.premium-angebote .commissions {
  font-weight: 600;
  color: rgb(72, 183, 91);
  font-size: 1.2rem;
}

.offer h1 small {
  display: block;
  font-size: 1rem;
  font-family: Noto, sans-serif;
}
.offer h1 .focus {
  display: inline-block;
  font-size: 1.4rem;
}

.relations h2 small {
  display: block;
  font-size: 1rem;
  font-family: Noto, sans-serif;
}

.partnerprogramme-tag .logo {
  height: 6rem;
}
@media (max-width: 767.98px) {
  .partnerprogramme-tag .logo {
    height: 4rem;
  }
}
.partnerprogramme-tag .overview .offer {
  background-color: rgba(72, 183, 91, 0.2);
}
.partnerprogramme-tag .overview .partnerprogramme {
  background-color: rgba(255, 153, 0, 0.2);
}
.partnerprogramme-tag .overview .netzwerke {
  background-color: rgba(27, 89, 123, 0.2);
}
.partnerprogramme-tag .overview .avg-commissions {
  background-color: rgba(135, 128, 168, 0.2);
}
.partnerprogramme-tag .overview .avg-commissions ul li .type {
  display: block;
  font-size: 1rem;
}
@media (min-width: 576px) {
  .partnerprogramme-tag .overview .avg-commissions ul li .type {
    font-size: 1.2rem;
  }
}
.partnerprogramme-tag .overview .avg-commissions ul li .quantity {
  font-weight: 600;
  font-size: 1.4rem;
}
@media (min-width: 576px) {
  .partnerprogramme-tag .overview .avg-commissions ul li .quantity {
    font-weight: 700;
    font-size: 1.8rem;
  }
}
.partnerprogramme-tag .overview .avg-commissions ul li:not(:last-child) {
  border-right: 1px solid rgba(135, 128, 168, 0.5);
}
.partnerprogramme-tag .overview .title {
  font-weight: 600;
  font-size: 1rem;
}
@media (min-width: 576px) {
  .partnerprogramme-tag .overview .title {
    font-weight: 700;
    font-size: 1.4rem;
  }
}
.partnerprogramme-tag .overview .type {
  display: block;
  font-size: 1rem;
}
@media (min-width: 576px) {
  .partnerprogramme-tag .overview .type {
    font-size: 1.2rem;
  }
}
.partnerprogramme-tag .overview .quantity {
  font-weight: 600;
  font-size: 1.6rem;
}
@media (min-width: 576px) {
  .partnerprogramme-tag .overview .quantity {
    font-weight: 700;
    font-size: 2.2rem;
  }
}
.partnerprogramme-tag .overview .viewprograms {
  cursor: pointer;
  color: #1b597b;
}

.pointer {
  cursor: pointer;
}

.offer .logo {
  max-height: 6rem !important;
}
.offer .ka {
  color: rgb(204, 204, 204);
}
.offer .commissions .value {
  font-family: "Roboto Mono", "Courier New", monospace;
  font-size: 1rem;
}
.offer .commissions .value .maxavailable {
  font-weight: bold;
}
.offer .commissions .revised {
  font-family: monospace;
}
.offer .partnerprogramme ul {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .offer .partnerprogramme {
    font-size: 15px;
    table-layout: fixed;
    width: 100%;
    border-spacing: 0 5px;
    /* this is the ultimate fix */
  }
}
.offer .partnerprogramme .showmore {
  color: #1b597b;
  background-color: white;
  cursor: pointer;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  font-size: 1rem;
  font-weight: 500;
}
/* @media (max-width: 991.98px) {
  .offer .partnerprogramme th {
    font-weight: bold;
  }
} */
@media (max-width: 991.98px) {
  .offer .partnerprogramme th, .offer .partnerprogramme td {
    display: block !important;
    padding: 5px 15px;
    border-top: 0;
  }
}
@media (min-width: 992px) {
  .offer .partnerprogramme th strong, .offer .partnerprogramme td strong {
    display: none;
  }
}
.offer .partnerprogramme thead {
  display: none !important;
}
.offer .partnerprogramme thead tr {
  background-color: rgba(204, 204, 204, 0.15);
}
.offer .partnerprogramme thead tr td {
  font-size: 1.2rem !important;
}
@media (min-width: 992px) {
  .offer .partnerprogramme thead {
    display: contents !important;
  }
}
@media (max-width: 991.98px) {
  .offer .partnerprogramme thead {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .offer .partnerprogramme tbody {
    width: 100%;
  }
}
.offer .partnerprogramme tbody tr:not(.showmore) {
  color: #263238;
  /* border-bottom: 1px solid rgba(38, 50, 56, 0.2); */
}
.offer .partnerprogramme tbody tr {
  color: #1b597b;
}
.offer .partnerprogramme tbody tr:not(thead):not(.showmore):hover {
  background-color: rgba(72, 183, 91, 0.1);
}
@media (max-width: 991.98px) {
  .offer .partnerprogramme button {
    width: 100% !important;
  }
}
.offer .partnerprogramme .last_maintenance {
  display: none;
  color: rgb(204, 204, 204);
}
@media (min-width: 992px) {
  .offer .partnerprogramme .last_maintenance {
    display: contents !important;
  }
}

table.netzwerke, table.kategorien {
  /*
  tbody {

  	@include media-breakpoint-down(md) {
  		display: table;
  		table-layout: fixed;
  		width: 100%;
  		border-spacing: 0 10px;
  	}

  }
  */
}
table.netzwerke ul, table.kategorien ul {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  table.netzwerke, table.kategorien {
    font-size: 1rem;
    border-collapse: separate;
    table-layout: fixed;
    width: 100%;
    border-spacing: 0 5px;
    /* this is the ultimate fix */
  }
}
table.netzwerke .icon, table.kategorien .icon {
  max-height: 8rem;
  max-width: 8rem;
}
@media (max-width: 1199.98px) {
  table.netzwerke .icon, table.kategorien .icon {
    max-height: 6rem;
  }
}
@media (max-width: 991.98px) {
  table.netzwerke .icon, table.kategorien .icon {
    max-height: 3rem;
  }
}
table.netzwerke .kategorie, table.kategorien .kategorie {
  font-size: 1.4rem;
  font-weight: bold;
}
@media (max-width: 1199.98px) {
  table.netzwerke .kategorie, table.kategorien .kategorie {
    font-size: 1.2rem;
  }
}
@media (max-width: 991.98px) {
  table.netzwerke th:not(.bgwhite), table.netzwerke td:not(.bgwhite), table.kategorien th:not(.bgwhite), table.kategorien td:not(.bgwhite) {
    background-color: rgba(38, 50, 56, 0.05) !important;
  }
}
table.netzwerke th, table.netzwerke td, table.kategorien th, table.kategorien td {
  border: 0 !important;
  font-size: 1.1rem;
}
@media (min-width: 768px) {
  table.netzwerke th, table.netzwerke td, table.kategorien th, table.kategorien td {
    padding-left: 0 !important;
  }
}
@media (max-width: 991.98px) {
  table.netzwerke th, table.netzwerke td, table.kategorien th, table.kategorien td {
    font-size: 1rem;
    display: block !important;
    background-color: white !important;
    color: #263238;
    padding: 5px 15px;
    border-top: 0;
  }
}
table.netzwerke th .name, table.netzwerke td .name, table.kategorien th .name, table.kategorien td .name {
  font-size: 1.2rem;
  font-weight: bolder;
}
table.netzwerke th .name a, table.netzwerke td .name a, table.kategorien th .name a, table.kategorien td .name a {
  color: #1b597b;
}
table.netzwerke th .commissions, table.netzwerke td .commissions, table.kategorien th .commissions, table.kategorien td .commissions {
  font-size: 0.9rem !important;
}
table.netzwerke tr:not(.noborder), table.kategorien tr:not(.noborder) {
  border-bottom: 1px solid rgb(204, 204, 204);
}
table.netzwerke tr:not(.nohover):hover, table.kategorien tr:not(.nohover):hover {
  background-color: rgba(72, 183, 91, 0.1);
}
table.netzwerke thead, table.kategorien thead {
  display: none !important;
}
@media (min-width: 992px) {
  table.netzwerke thead, table.kategorien thead {
    display: contents !important;
  }
}
@media (max-width: 991.98px) {
  table.netzwerke thead, table.kategorien thead {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  table.netzwerke button, table.kategorien button {
    width: 100% !important;
  }
}
table.netzwerke .viewprograms, table.kategorien .viewprograms {
  cursor: pointer;
  color: #1b597b;
}
table.netzwerke .quantity, table.kategorien .quantity {
  font-weight: 600;
  font-size: 1.4rem;
}
@media (min-width: 576px) {
  table.netzwerke .quantity, table.kategorien .quantity {
    font-weight: 700;
    font-size: 1.4rem;
  }
}
.ppsearch {
  background-color: rgba(27, 179, 148, 0.15);
}
.ppsearch .keywordinput input {
  border: 1px solid rgb(27, 179, 148);
  height: 4rem;
  font-size: 1.4rem;
}
.ppsearch .keywordinput input:active {
  border: 2px solid rgb(27, 179, 148) !important;
}
.ppsearch .chip {
  overflow: inherit;
}
.ppsearch .treffer {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .ppsearch .treffer {
    font-size: 1.2rem;
  }
}
@media (min-width: 992px) {
  .ppsearch .treffer {
    font-size: 1.4rem;
  }
}
.ppsearch .treffer strong {
  color: #263238;
}

.modalfilter {
  font-size: 1rem;
}
.modalfilter .col-form-label:not(.text-muted):not(.subtitle):not(.focus) {
  font-weight: 600;
}

.wikilink {
  background-color: rgba(27, 179, 148, 0.15);
}

.ci-lb-image small, .ci-lb-image .span {
  float: left;
  color: rgba(255, 255, 255, 0.2);
  font-size: 0.7rem;
}
.ci-lb-image .lb-xl {
  width: 728px;
  height: 90px;
  background-color: rgba(255, 255, 255, 0.01);
}
.ci-lb-image .lb-xl img {
  width: 728px;
  height: 90px;
}
.ci-lb-image .lb-lg {
  width: 558px;
  height: 90px;
  background-color: rgba(255, 255, 255, 0.01);
}
.ci-lb-image .lb-lg img {
  width: 558px;
  height: 90px;
}

.ci-lb-text {
  background-color: rgba(27, 179, 148, 0.2);
  text-align: left;
  line-height: 1rem;
  font-size: 1rem;
}
.ci-lb-text small {
  float: right;
  color: rgba(0, 0, 0, 0.3);
  font-size: 0.7rem;
}
.ci-lb-text a {
  color: rgba(38, 50, 56, 0.7);
}

.breadcrumb {
  border-bottom: 1px solid rgba(204, 204, 204, 0.3);
  background-color: white;
  font-size: 0.9rem;
  color: rgba(204, 204, 204, 0.3);
}
@media (max-width: 991.98px) {
  .breadcrumb {
    font-size: 0.8rem;
  }
}
.breadcrumb a {
  color: rgba(27, 89, 123, 0.75);
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "›";
}

@media (min-width: 576px) {
  .reading-matter {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
@media (min-width: 768px) {
  .reading-matter {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (min-width: 1200px) {
  .reading-matter {
    line-height: 2rem;
    font-size: 1.2rem;
    margin-left: 6rem;
    margin-right: 6rem;
  }
}
.btn-primary, .signupbutton {
  font-size: 1rem !important;
}
.btn-primary a, .signupbutton a {
  color: #fff !important;
}

.btn-secondary {
  color: #263238 !important;
  font-size: 1rem !important;
}
.btn-secondary a {
  color: #263238 !important;
}

.text-orange {
  color: rgb(255, 153, 0);
}

footer {
  background-color: #263238;
  border-radius: 5px;
  border-radius: 5px;
  color: white;
}
footer a {
  color: white;
}
footer a:hover {
  color: rgba(27, 179, 148, 0.8);
}
footer i {
  color: white;
}
footer .title {
  font-family: "Roboto Slab", sans-serif;
  color: rgb(27, 179, 148);
  display: block;
}
footer .copyright {
  color: rgba(204, 204, 204, 0.6);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
footer .copyright a {
  color: rgba(204, 204, 204, 0.6);
}

.signupbutton {
  width: 100%;
}
@media (min-width: 576px) {
  .signupbutton {
    width: inherit;
  }
}

ul.trivia {
  list-style-type: none;
  list-style-position: outside;
}
.benefits ul li::before, .description ul li::before {
  margin: 0 5px 0 -27px;
  font-size: 1.2rem;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  color: rgb(27, 179, 148);
  font-style: normal;
  font-weight: 900;
}

.quickjumps ul li.eilig {
  color: rgba(38, 50, 56, 0.8);
  font-weight: 500;
}
.quickjumps ul li:not(.eilig) {
  background-color: rgba(255, 220, 0, 0.4);
}
.quickjumps ul li:not(.eilig):hover {
  background-color: rgba(255, 220, 0, 0.8);
}

.md-form {
  margin-bottom: 0 !important;
}

.md-form input[type=text]:not(.browser-default) {
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.platzhirsch {
  border-top: 8px solid rgb(204, 204, 204);
  border-bottom: 8px solid rgb(204, 204, 204);
  font-size: 1.1rem;
  background-color: rgba(255, 215, 0, 0.7);
}
@media (min-width: 576px) {
  .platzhirsch {
    font-size: 1.3rem;
  }
}
@media (min-width: 768px) {
  .platzhirsch {
    font-size: 1.5rem;
  }
}
.platzhirsch img.icon {
  height: 3rem;
}
.platzhirsch .title {
  font-family: "Roboto Slab", sans-serif;
  color: rgba(38, 50, 56, 0.8);
}
.platzhirsch .merchant {
  font-family: "Roboto", sans-serif;
}
.platzhirsch .value {
  color: rgb(72, 183, 91);
}

.hochadel {
  position: relative;
  background-color: rgba(255, 153, 0, 0.05);
  border-top: 5px solid rgba(255, 153, 0, 0.5);
  border-bottom: 5px solid rgba(255, 153, 0, 0.5);
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
@media (min-width: 576px) {
  .hochadel {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}
@media (min-width: 768px) {
  .hochadel {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}

.ribbon {
  position: absolute;
  left: -5px;
  top: -10px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}

.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(rgba(255, 153, 0, 0.5019607843) 0%, #FF9900 100%);
  box-shadow: 0 3px 10px -5px rgb(0, 0, 0);
  position: absolute;
  top: 19px;
  left: -21px;
}

.ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #FF9900;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #FF9900;
}

.ribbon span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #FF9900;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #FF9900;
}

button, html [type=button], [type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.btn-rounded {
  border-radius: 10em;
}

a.btn:not([href]):not([tabindex]), a.signupbutton:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

a.btn:not([href]):not([tabindex]), a.signupbutton:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

a.btn:not([href]):not([tabindex]), a.signupbutton:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

a.btn:not([href]):not([tabindex]), a.signupbutton:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

a.btn:not([href]):not([tabindex]), a.signupbutton:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

a.btn:not([href]):not([tabindex]), a.signupbutton:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

a.btn:not([href]):not([tabindex]), a.signupbutton:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

a.btn:not([href]):not([tabindex]), a.signupbutton:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

a.btn:not([href]):not([tabindex]), a.signupbutton:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

a.btn:not([href]):not([tabindex]), a.signupbutton:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

a.btn:not([href]):not([tabindex]), a.signupbutton:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

a.btn:not([href]):not([tabindex]), a.signupbutton:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

a.btn:not([href]):not([tabindex]), a.signupbutton:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

a.btn:not([href]):not([tabindex]), a.signupbutton:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

a.btn:not([href]):not([tabindex]), a.signupbutton:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

a.btn:not([href]):not([tabindex]), a.signupbutton:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

a.btn:not([href]):not([tabindex]), a.signupbutton:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

a.btn:not([href]):not([tabindex]), a.signupbutton:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

.tab-content {
  padding: 1rem;
  padding-top: 2rem;
}

.md-pills {
  border: 0;
}
.md-pills li {
  padding: 0.6rem;
}
.md-pills .show > .nav-link {
  color: #fff;
  background-color: #2bbbad;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.md-pills .nav-link {
  color: #666;
  text-align: center;
  border-radius: 2px;
  transition: all 0.4s;
}
.md-pills .nav-link.active {
  color: #fff;
  background-color: #2bbbad;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.md-pills .nav-link.active:hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.dropdown .dropdown-menu {
  padding: 0.5rem;
}
.dropdown .dropdown-menu.dropdown-primary .dropdown-item:hover, .dropdown .dropdown-menu.dropdown-primary .dropdown-item:active, .dropdown .dropdown-menu.dropdown-primary .dropdown-item.active {
  background-color: #4285f4 !important;
  border-radius: 0.125rem;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.dropdown .dropdown-menu.dropdown-primary .dropdown-item:hover.disabled, .dropdown .dropdown-menu.dropdown-primary .dropdown-item:active.disabled, .dropdown .dropdown-menu.dropdown-primary .dropdown-item.active.disabled {
  background-color: transparent;
  box-shadow: none;
}
.dropdown .dropdown-menu.dropdown-danger .dropdown-item:hover, .dropdown .dropdown-menu.dropdown-danger .dropdown-item:active, .dropdown .dropdown-menu.dropdown-danger .dropdown-item.active {
  background-color: #c00 !important;
  border-radius: 0.125rem;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.dropdown .dropdown-menu.dropdown-danger .dropdown-item:hover.disabled, .dropdown .dropdown-menu.dropdown-danger .dropdown-item:active.disabled, .dropdown .dropdown-menu.dropdown-danger .dropdown-item.active.disabled {
  background-color: transparent;
  box-shadow: none;
}
.dropdown .dropdown-menu.dropdown-default .dropdown-item:hover, .dropdown .dropdown-menu.dropdown-default .dropdown-item:active, .dropdown .dropdown-menu.dropdown-default .dropdown-item.active {
  background-color: #2bbbad !important;
  border-radius: 0.125rem;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.dropdown .dropdown-menu.dropdown-default .dropdown-item:hover.disabled, .dropdown .dropdown-menu.dropdown-default .dropdown-item:active.disabled, .dropdown .dropdown-menu.dropdown-default .dropdown-item.active.disabled {
  background-color: transparent;
  box-shadow: none;
}
.dropdown .dropdown-menu.dropdown-secondary .dropdown-item:hover, .dropdown .dropdown-menu.dropdown-secondary .dropdown-item:active, .dropdown .dropdown-menu.dropdown-secondary .dropdown-item.active {
  background-color: #a6c !important;
  border-radius: 0.125rem;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.dropdown .dropdown-menu.dropdown-secondary .dropdown-item:hover.disabled, .dropdown .dropdown-menu.dropdown-secondary .dropdown-item:active.disabled, .dropdown .dropdown-menu.dropdown-secondary .dropdown-item.active.disabled {
  background-color: transparent;
  box-shadow: none;
}
.dropdown .dropdown-menu.dropdown-success .dropdown-item:hover, .dropdown .dropdown-menu.dropdown-success .dropdown-item:active, .dropdown .dropdown-menu.dropdown-success .dropdown-item.active {
  background-color: #00c851 !important;
  border-radius: 0.125rem;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.dropdown .dropdown-menu.dropdown-success .dropdown-item:hover.disabled, .dropdown .dropdown-menu.dropdown-success .dropdown-item:active.disabled, .dropdown .dropdown-menu.dropdown-success .dropdown-item.active.disabled {
  background-color: transparent;
  box-shadow: none;
}
.dropdown .dropdown-menu.dropdown-info .dropdown-item:hover, .dropdown .dropdown-menu.dropdown-info .dropdown-item:active, .dropdown .dropdown-menu.dropdown-info .dropdown-item.active {
  background-color: #33b5e5 !important;
  border-radius: 0.125rem;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.dropdown .dropdown-menu.dropdown-info .dropdown-item:hover.disabled, .dropdown .dropdown-menu.dropdown-info .dropdown-item:active.disabled, .dropdown .dropdown-menu.dropdown-info .dropdown-item.active.disabled {
  background-color: transparent;
  box-shadow: none;
}
.dropdown .dropdown-menu.dropdown-warning .dropdown-item:hover, .dropdown .dropdown-menu.dropdown-warning .dropdown-item:active, .dropdown .dropdown-menu.dropdown-warning .dropdown-item.active {
  background-color: #fb3 !important;
  border-radius: 0.125rem;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.dropdown .dropdown-menu.dropdown-warning .dropdown-item:hover.disabled, .dropdown .dropdown-menu.dropdown-warning .dropdown-item:active.disabled, .dropdown .dropdown-menu.dropdown-warning .dropdown-item.active.disabled {
  background-color: transparent;
  box-shadow: none;
}
.dropdown .dropdown-menu.dropdown-dark .dropdown-item:hover, .dropdown .dropdown-menu.dropdown-dark .dropdown-item:active, .dropdown .dropdown-menu.dropdown-dark .dropdown-item.active {
  background-color: #2e2e2e !important;
  border-radius: 0.125rem;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.dropdown .dropdown-menu.dropdown-dark .dropdown-item:hover.disabled, .dropdown .dropdown-menu.dropdown-dark .dropdown-item:active.disabled, .dropdown .dropdown-menu.dropdown-dark .dropdown-item.active.disabled {
  background-color: transparent;
  box-shadow: none;
}
.dropdown .dropdown-menu.dropdown-ins .dropdown-item:hover, .dropdown .dropdown-menu.dropdown-ins .dropdown-item:active, .dropdown .dropdown-menu.dropdown-ins .dropdown-item.active {
  background-color: #2e5e86 !important;
  border-radius: 0.125rem;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.dropdown .dropdown-menu.dropdown-ins .dropdown-item:hover.disabled, .dropdown .dropdown-menu.dropdown-ins .dropdown-item:active.disabled, .dropdown .dropdown-menu.dropdown-ins .dropdown-item.active.disabled {
  background-color: transparent;
  box-shadow: none;
}
.dropdown .dropdown-menu .dropdown-item {
  padding: 0.5rem;
  margin-left: 0;
  font-size: 0.9rem;
}
.dropdown .dropdown-menu .dropdown-item.disabled {
  color: #868e96;
}
.dropdown .dropdown-menu .dropdown-item.disabled:hover, .dropdown .dropdown-menu .dropdown-item.disabled:active, .dropdown .dropdown-menu .dropdown-item.disabled:focus {
  color: #868e96 !important;
  background-color: transparent !important;
  box-shadow: none;
}
.dropdown .dropdown-menu .dropdown-item:hover, .dropdown .dropdown-menu .dropdown-item:active {
  background-color: #4285f4;
  border-radius: 0.125rem;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.1s linear;
}

/*! PhotoSwipe main cSS by dmitry Semenov | photoswipe.com | MIT license */
/*
  Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */

/* style is added when JS option showHideOpacity is set to true */

/*
  background is added as a separate element.
  as animating opacity is much faster than animating rgba() background-color.
*/

/* Prevent selection and tap highlights */

/*
  stretched thumbnail or div placeholder element (see below)
  style is added to avoid flickering in webkit/blink when layers overlap
*/
/*
  div element that matches size of large image
  large image loads on top of it
*/

/*
  error message appears when image is not loaded
  (JS option errorMsg controls markup)
*/

/*! PhotoSwipe default UI cSS by dmitry Semenov | photoswipe.com | MIT license */
/*

  contents:

  1. buttons
  2. Share modal and links
  3. Index indicator ("1 of X" counter)
  4. caption
  5. Loading indicator
  6. additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

  1. buttons

 */
/* <button> css reset */

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
}

/* no arrows on touch screens */

/*
  arrow buttons hit area
  (icon is added to :before pseudo-element)
*/

/*

  2. Share modal/popup and links

 */

/* increase size of share links on touch devices */

/*

  3. Index indicator ("1 of X" counter)

 */

/*

  4. caption

 */

/* Fake caption element, used to calculate height of next/prev image */

/*

  5. Loading indicator (preloader)

  You can play with it here - http://codepen.io/dimsemenov/pen/yybWoR

 */
@keyframes clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes donut-rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-140deg);
  }
  100% {
    transform: rotate(0);
  }
}
/*

  6. additional styles

 */
/* root element of UI */

/* top black bar with buttons and "1 of X" indicator */

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */

/*
  pswp__ui--hidden class is added when controls are hidden
  e.g. when user taps to toggle visibility of controls
*/

/* pswp__ui--one-slide class is added when there is just one item in gallery */

.chip {
  display: inline-block;
  height: 32px;
  padding: 0 12px;
  margin-right: 1rem;
  margin-bottom: 1rem;
  font-size: 13px;
  font-weight: 500;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  background-color: #eceff1;
  border-radius: 16px;
  transition: all 0.3s linear;
}
.chip:hover {
  background-color: #e0e0e0;
  transition: all 0.3s linear;
}
.chip:focus {
  background-color: #bdbdbd;
  transition: all 0.3s linear;
}
.chip:active {
  transition: all 0.3s linear;
}
.chip img {
  float: left;
  width: 32px;
  height: 32px;
  margin: 0 8px 0 -12px;
  border-radius: 50%;
}
.chip .close {
  float: right;
  padding-left: 8px;
  font-size: 16px;
  line-height: 32px;
  cursor: pointer;
  transition: all 0.1s linear;
}

.form-check-input:not(:checked),
.form-check-input:checked {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}

.form-check-input[type=radio]:not(:checked) + label, .form-check-input[type=radio]:checked + label,
label.btn input[type=radio]:not(:checked) + label,
label.signupbutton input[type=radio]:not(:checked) + label,
label.btn input[type=radio]:checked + label,
label.signupbutton input[type=radio]:checked + label {
  position: relative;
  display: inline-block;
  height: 1.5625rem;
  padding-left: 35px;
  line-height: 1.5625rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: 0.28s ease;
}
.form-check-input[type=radio] + label:before, .form-check-input[type=radio] + label:after,
label.btn input[type=radio] + label:before,
label.signupbutton input[type=radio] + label:before,
label.btn input[type=radio] + label:after,
label.signupbutton input[type=radio] + label:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 16px;
  height: 16px;
  margin: 4px;
  content: "";
  transition: 0.28s ease;
}
.form-check-input[type=radio]:not(:checked) + label:before, .form-check-input[type=radio]:not(:checked) + label:after, .form-check-input[type=radio]:checked + label:before, .form-check-input[type=radio]:checked + label:after,
label.btn input[type=radio]:not(:checked) + label:before,
label.signupbutton input[type=radio]:not(:checked) + label:before,
label.btn input[type=radio]:not(:checked) + label:after,
label.signupbutton input[type=radio]:not(:checked) + label:after,
label.btn input[type=radio]:checked + label:before,
label.signupbutton input[type=radio]:checked + label:before,
label.btn input[type=radio]:checked + label:after,
label.signupbutton input[type=radio]:checked + label:after {
  border-radius: 50%;
}
.form-check-input[type=radio]:not(:checked) + label:before, .form-check-input[type=radio]:not(:checked) + label:after,
label.btn input[type=radio]:not(:checked) + label:before,
label.signupbutton input[type=radio]:not(:checked) + label:before,
label.btn input[type=radio]:not(:checked) + label:after,
label.signupbutton input[type=radio]:not(:checked) + label:after {
  border: 2px solid #5a5a5a;
}
.form-check-input[type=radio]:not(:checked) + label:after,
label.btn input[type=radio]:not(:checked) + label:after,
label.signupbutton input[type=radio]:not(:checked) + label:after {
  transform: scale(0);
}
.form-check-input[type=radio]:checked + label:before,
label.btn input[type=radio]:checked + label:before,
label.signupbutton input[type=radio]:checked + label:before {
  border: 2px solid transparent;
}
.form-check-input[type=radio]:checked + label:after,
label.btn input[type=radio]:checked + label:after,
label.signupbutton input[type=radio]:checked + label:after {
  border: 2px solid #4285f4;
}
.form-check-input[type=radio]:checked + label:after,
label.btn input[type=radio]:checked + label:after,
label.signupbutton input[type=radio]:checked + label:after {
  background-color: #4285f4;
}
.form-check-input[type=radio]:checked + label:after,
label.btn input[type=radio]:checked + label:after,
label.signupbutton input[type=radio]:checked + label:after {
  transform: scale(1.02);
}
.form-check-input[type=radio]:disabled:not(:checked) + label:before, .form-check-input[type=radio]:disabled:checked + label:before,
label.btn input[type=radio]:disabled:not(:checked) + label:before,
label.signupbutton input[type=radio]:disabled:not(:checked) + label:before,
label.btn input[type=radio]:disabled:checked + label:before,
label.signupbutton input[type=radio]:disabled:checked + label:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.46);
}
.form-check-input[type=radio]:disabled + span,
label.btn input[type=radio]:disabled + span,
label.signupbutton input[type=radio]:disabled + span {
  color: rgba(0, 0, 0, 0.46);
}
.form-check-input[type=radio]:disabled:not(:checked) + span:before,
label.btn input[type=radio]:disabled:not(:checked) + span:before,
label.signupbutton input[type=radio]:disabled:not(:checked) + span:before {
  border-color: rgba(0, 0, 0, 0.46);
}
.form-check-input[type=radio]:disabled:checked + span:after,
label.btn input[type=radio]:disabled:checked + span:after,
label.signupbutton input[type=radio]:disabled:checked + span:after {
  background-color: rgba(0, 0, 0, 0.46);
  border-color: #bdbdbd;
}
.form-check-input[type=radio]:focus + label:before,
label.btn input[type=radio]:focus + label:before,
label.signupbutton input[type=radio]:focus + label:before {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* Remove default checkbox */
[type=checkbox]:not(:checked),
[type=checkbox]:checked {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}

.form-check-input[type=checkbox] + label,
label.btn input[type=checkbox] + label,
label.signupbutton input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  height: 1.5625rem;
  padding-left: 35px;
  line-height: 1.5625rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.form-check-input[type=checkbox] + label:before, .form-check-input[type=checkbox]:not(.filled-in) + label:after,
label.btn input[type=checkbox] + label:before,
label.signupbutton input[type=checkbox] + label:before,
label.btn input[type=checkbox]:not(.filled-in) + label:after,
label.signupbutton input[type=checkbox]:not(.filled-in) + label:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 18px;
  height: 18px;
  margin-top: 3px;
  content: "";
  border: 2px solid #8a8a8a;
  border-radius: 1px;
  transition: 0.2s;
}
.form-check-input[type=checkbox]:not(.filled-in) + label:after,
label.btn input[type=checkbox]:not(.filled-in) + label:after,
label.signupbutton input[type=checkbox]:not(.filled-in) + label:after {
  border: 0;
  transform: scale(0);
}
.form-check-input[type=checkbox]:not(:checked):disabled + label:before,
label.btn input[type=checkbox]:not(:checked):disabled + label:before,
label.signupbutton input[type=checkbox]:not(:checked):disabled + label:before {
  background-color: #bdbdbd;
  border: none;
}
.form-check-input[type=checkbox]:checked + label:before,
label.btn input[type=checkbox]:checked + label:before,
label.signupbutton input[type=checkbox]:checked + label:before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 1.375rem;
  border-top: 2px solid transparent;
  border-right: 2px solid #4285f4;
  border-bottom: 2px solid #4285f4;
  border-left: 2px solid transparent;
  transform: rotate(40deg);
  transform-origin: 100% 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.form-check-input[type=checkbox]:checked:disabled + label:before,
label.btn input[type=checkbox]:checked:disabled + label:before,
label.signupbutton input[type=checkbox]:checked:disabled + label:before {
  border-right: 2px solid #bdbdbd;
  border-bottom: 2px solid #bdbdbd;
}
.form-check-input[type=checkbox]:indeterminate + label:before,
label.btn input[type=checkbox]:indeterminate + label:before,
label.signupbutton input[type=checkbox]:indeterminate + label:before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 1.375rem;
  border-top: none;
  border-right: 2px solid #4285f4;
  border-bottom: none;
  border-left: none;
  transform: rotate(90deg);
  transform-origin: 100% 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.form-check-input[type=checkbox]:indeterminate:disabled + label:before,
label.btn input[type=checkbox]:indeterminate:disabled + label:before,
label.signupbutton input[type=checkbox]:indeterminate:disabled + label:before {
  background-color: transparent;
  border-right: 2px solid rgba(0, 0, 0, 0.46);
}
.form-check-input[type=checkbox]:disabled:not(:checked) + label:before,
label.btn input[type=checkbox]:disabled:not(:checked) + label:before,
label.signupbutton input[type=checkbox]:disabled:not(:checked) + label:before {
  background-color: #bdbdbd;
  border-color: #bdbdbd;
}
.form-check-input[type=checkbox]:disabled:not(:checked) + label:after,
label.btn input[type=checkbox]:disabled:not(:checked) + label:after,
label.signupbutton input[type=checkbox]:disabled:not(:checked) + label:after {
  background-color: #bdbdbd;
  border-color: #bdbdbd;
}
.form-check-input[type=checkbox]:disabled:checked + label:before,
label.btn input[type=checkbox]:disabled:checked + label:before,
label.signupbutton input[type=checkbox]:disabled:checked + label:before {
  background-color: transparent;
}
.form-check-input[type=checkbox]:disabled:checked + label:after,
label.btn input[type=checkbox]:disabled:checked + label:after,
label.signupbutton input[type=checkbox]:disabled:checked + label:after {
  background-color: #bdbdbd;
  border-color: #bdbdbd;
}
.form-check-input[type=checkbox]:focus:not(:checked) + label::before,
label.btn input[type=checkbox]:focus:not(:checked) + label::before,
label.signupbutton input[type=checkbox]:focus:not(:checked) + label::before {
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-check-input[type=checkbox]:focus:checked + label::before,
label.btn input[type=checkbox]:focus:checked + label::before,
label.signupbutton input[type=checkbox]:focus:checked + label::before {
  border-color: #007bff;
  box-shadow: 3px 2px 0 0 rgba(0, 123, 255, 0.25);
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
}

.select-wrapper .select-dropdown {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.select-label {
  position: absolute;
}

.select-wrapper {
  position: relative;
}
.select-wrapper:not(.md-outline) .select-dropdown:focus {
  border-bottom: 1px solid #4285f4;
  box-shadow: 0 1px 0 0 #4285f4;
}
.select-wrapper.active span.caret,
.select-wrapper.active label.mdb-main-label {
  color: #007bff;
}
.select-wrapper.active + label {
  color: #007bff;
}
.select-wrapper input.select-dropdown {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 40px;
  padding: 0;
  margin: 0 0 0.94rem 0;
  font-size: 1rem;
  line-height: 2.9rem;
  text-overflow: ellipsis;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ced4da;
  outline: none;
}
.select-wrapper input.select-dropdown:disabled {
  color: rgba(0, 0, 0, 0.3);
  cursor: default;
  border-bottom-color: rgba(0, 0, 0, 0.2);
}
.select-wrapper input.select-dropdown .selected,
.select-wrapper input.select-dropdown li:focus {
  background-color: rgba(0, 0, 0, 0.15);
}
.select-wrapper input.select-dropdown li.active {
  background: transparent;
}
.select-wrapper input.select-dropdown .fas,
.select-wrapper input.select-dropdown .fab,
.select-wrapper input.select-dropdown .far {
  color: inherit;
}
.select-wrapper input.active {
  border-bottom: 1px solid #4285f4;
  box-shadow: 0 1px 0 0 #4285f4;
}
.select-wrapper .search-wrap {
  display: block;
  padding: 1rem 0 0;
  margin: 0 0.7rem;
}
.select-wrapper .search-wrap .md-form {
  margin-top: 0;
  margin-bottom: 1rem;
}
.select-wrapper .search-wrap .md-form input {
  padding-bottom: 0.4rem;
  margin-bottom: 0;
  border: none;
  border-bottom: 1px solid #ced4da;
  border-radius: 0;
}
.select-wrapper .search-wrap .md-form input:focus {
  box-shadow: none !important;
  box-shadow: 0 1px 0 0 #4285f4 !important;
}
.select-wrapper span.caret {
  position: absolute;
  top: 0.8rem;
  right: 0;
  font-size: 0.63rem;
  color: #495057;
}
.select-wrapper span.caret.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.select-wrapper + label {
  position: absolute;
  top: 2.125rem;
  font-weight: 300;
  color: #757575;
  transition: 0.2s ease-out;
}
.select-wrapper + label.active {
  top: 1.5rem;
  left: 15px;
  font-size: 0.8rem;
  transform: translateY(-14px);
}
.select-wrapper + label.active-check {
  color: #4285f4;
}
.select-wrapper + label.mdb-main-label {
  z-index: 1;
}
.select-wrapper + label.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.select-wrapper > label.mdb-main-label {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 300;
  color: #757575;
  transition: 0.2s ease-out;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  z-index: 1;
}
.select-wrapper > label.mdb-main-label.active {
  top: 0;
  left: 0;
  font-size: 0.8rem;
  transform: translateY(-14px);
}
.select-wrapper > label.mdb-main-label.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.select-wrapper.dropdown-primary > label.mdb-main-label.active {
  color: #4285f4;
}
.select-wrapper.dropdown-danger > label.mdb-main-label.active {
  color: #c00;
}
.select-wrapper.dropdown-default > label.mdb-main-label.active {
  color: #2bbbad;
}
.select-wrapper.dropdown-secondary > label.mdb-main-label.active {
  color: #a6c;
}
.select-wrapper.dropdown-success > label.mdb-main-label.active {
  color: #00c851;
}
.select-wrapper.dropdown-info > label.mdb-main-label.active {
  color: #33b5e5;
}
.select-wrapper.dropdown-warning > label.mdb-main-label.active {
  color: #fb3;
}
.select-wrapper.dropdown-ins > label.mdb-main-label.active {
  color: #2e5e86;
}
.select-wrapper.dropdown-dark > label.mdb-main-label.active {
  color: #2e2e2e;
}
.select-wrapper i {
  color: rgba(0, 0, 0, 0.3);
}
.select-wrapper ul {
  padding-left: 0;
  list-style-type: none;
}
.select-wrapper.md-form > ul li label {
  top: 0;
  font-size: 0.9rem;
  color: #4285f4;
  transform: none;
}
.select-wrapper.md-form > ul li.select-toggle-all label {
  padding-left: 38px;
}
.select-wrapper.md-form.colorful-select > ul li.select-toggle-all:hover label {
  color: #fff;
}
.select-wrapper.md-form.md-outline span.caret {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.select-wrapper.md-form.md-outline span.caret.active {
  color: #4285f4 !important;
}
.select-wrapper.md-form.md-outline .dropdown-content {
  top: 2.7rem !important;
}
.select-wrapper.md-form.md-outline input.select-dropdown {
  padding: 0.375rem 0.75rem;
  color: #495057;
}
.select-wrapper.md-form.md-outline input.select-dropdown:focus {
  border-color: #4285f4;
  box-shadow: inset 0 0 0 1px #4285f4;
}
.select-wrapper.md-form.md-outline + label {
  position: absolute;
  top: 0.5em !important;
  left: 23px;
  z-index: 2 !important;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 13px;
  font-weight: 500;
  background: #fff;
  transform: translateY(40%);
}
.select-wrapper.md-form.md-outline + label.active {
  color: #4285f4;
}
.select-wrapper .select-add-option {
  position: absolute;
  top: 1.5rem;
  right: 1rem;
  display: none;
  color: #4285f4;
  cursor: pointer;
}
.select-wrapper ~ .invalid-feedback,
.select-wrapper ~ .valid-feedback {
  margin-top: -1rem;
}

select {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
select.mdb-select.initialized {
  display: none !important;
}
select.mdb-select.initialized ~ .btn, select.mdb-select.initialized ~ .signupbutton {
  display: none !important;
}
select.browser-default {
  display: block !important;
}
select:disabled {
  color: rgba(0, 0, 0, 0.3);
}

.select-dropdown [type=checkbox]:disabled:not(:checked) + label:before {
  margin-top: 3px;
  margin-left: 0;
}
.select-dropdown ul {
  padding: 0;
  list-style-type: none;
}
.select-dropdown li img {
  float: right;
  width: 30px;
  height: 30px;
  margin: 0.3rem 0.75rem;
}
.select-dropdown li.disabled, .select-dropdown li.disabled > span, .select-dropdown li.optgroup {
  color: rgba(0, 0, 0, 0.3);
  cursor: context-menu;
  background-color: transparent !important;
}
.select-dropdown li.optgroup {
  border-top: 1px solid #eee;
}
.select-dropdown li.optgroup.selected > span {
  color: rgba(0, 0, 0, 0.7);
}
.select-dropdown li.optgroup > span {
  color: rgba(0, 0, 0, 0.4);
}

.multiple-select-dropdown li [type=checkbox] + label {
  height: 0.63rem;
}

.dropdown-content {
  position: absolute;
  z-index: 1021;
  display: none;
  min-width: 6.25rem;
  max-height: 40.625rem;
  margin: 0;
  overflow-y: auto;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  opacity: 0;
  will-change: width, height;
}
.dropdown-content li {
  width: 100%;
  clear: both;
  line-height: 1.3rem;
  color: #000;
  text-align: left;
  text-transform: none;
  cursor: pointer;
}
.dropdown-content li:hover, .dropdown-content li.active {
  background-color: #eee;
}
.dropdown-content li > a, .dropdown-content li > span {
  display: block;
  padding: 0.5rem;
  font-size: 0.9rem;
  color: #4285f4;
}
.dropdown-content li > a > i {
  height: inherit;
  line-height: inherit;
}

.colorful-select .dropdown-content {
  padding: 0.5rem;
}
.colorful-select .dropdown-content li.active span {
  color: #fff !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.colorful-select .dropdown-content li.active span [type=checkbox]:checked + label:before {
  border-color: transparent #fff #fff transparent;
}
.colorful-select .dropdown-content li a:hover,
.colorful-select .dropdown-content li span:hover {
  color: #fff !important;
  border-radius: 0.125rem;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: 0.15s;
}
.colorful-select .dropdown-content li a:hover [type=checkbox] + label:before,
.colorful-select .dropdown-content li span:hover [type=checkbox] + label:before {
  border-color: #fff;
}
.colorful-select .dropdown-content li a:hover [type=checkbox]:checked + label:before,
.colorful-select .dropdown-content li span:hover [type=checkbox]:checked + label:before {
  border-color: transparent #fff #fff transparent;
}
.colorful-select .dropdown-content li.disabled.active span, .colorful-select .dropdown-content li:disabled.active span, .colorful-select .dropdown-content li.optgroup.active span {
  color: rgba(0, 0, 0, 0.3) !important;
  cursor: default;
  border-bottom-color: rgba(0, 0, 0, 0.3);
  box-shadow: none;
}
.colorful-select .dropdown-content li.disabled a:hover,
.colorful-select .dropdown-content li.disabled span:hover, .colorful-select .dropdown-content li:disabled a:hover,
.colorful-select .dropdown-content li:disabled span:hover, .colorful-select .dropdown-content li.optgroup a:hover,
.colorful-select .dropdown-content li.optgroup span:hover {
  color: rgba(0, 0, 0, 0.3) !important;
  cursor: default;
  background-color: #fff !important;
  border-bottom-color: rgba(0, 0, 0, 0.3);
  box-shadow: none;
}
.colorful-select .dropdown-content li.disabled label, .colorful-select .dropdown-content li:disabled label, .colorful-select .dropdown-content li.optgroup label {
  cursor: default;
}

.dropdown-primary .dropdown-content li.active,
.dropdown-primary .dropdown-content li a,
.dropdown-primary .dropdown-content li span:hover {
  background-color: #4285f4 !important;
}
.dropdown-primary .dropdown-content li.disabled.active {
  background-color: transparent !important;
}
.dropdown-primary .search-wrap input:focus {
  border-bottom: 1px solid #4285f4;
  box-shadow: 0 1px 0 0 #4285f4;
}

.dropdown-danger .dropdown-content li.active,
.dropdown-danger .dropdown-content li a,
.dropdown-danger .dropdown-content li span:hover {
  background-color: #c00 !important;
}
.dropdown-danger .dropdown-content li.disabled.active {
  background-color: transparent !important;
}
.dropdown-danger .search-wrap input:focus {
  border-bottom: 1px solid #c00;
  box-shadow: 0 1px 0 0 #c00;
}

.dropdown-default .dropdown-content li.active,
.dropdown-default .dropdown-content li a,
.dropdown-default .dropdown-content li span:hover {
  background-color: #2bbbad !important;
}
.dropdown-default .dropdown-content li.disabled.active {
  background-color: transparent !important;
}
.dropdown-default .search-wrap input:focus {
  border-bottom: 1px solid #2bbbad;
  box-shadow: 0 1px 0 0 #2bbbad;
}

.dropdown-secondary .dropdown-content li.active,
.dropdown-secondary .dropdown-content li a,
.dropdown-secondary .dropdown-content li span:hover {
  background-color: #a6c !important;
}
.dropdown-secondary .dropdown-content li.disabled.active {
  background-color: transparent !important;
}
.dropdown-secondary .search-wrap input:focus {
  border-bottom: 1px solid #a6c;
  box-shadow: 0 1px 0 0 #a6c;
}

.dropdown-success .dropdown-content li.active,
.dropdown-success .dropdown-content li a,
.dropdown-success .dropdown-content li span:hover {
  background-color: #00c851 !important;
}
.dropdown-success .dropdown-content li.disabled.active {
  background-color: transparent !important;
}
.dropdown-success .search-wrap input:focus {
  border-bottom: 1px solid #00c851;
  box-shadow: 0 1px 0 0 #00c851;
}

.dropdown-info .dropdown-content li.active,
.dropdown-info .dropdown-content li a,
.dropdown-info .dropdown-content li span:hover {
  background-color: #33b5e5 !important;
}
.dropdown-info .dropdown-content li.disabled.active {
  background-color: transparent !important;
}
.dropdown-info .search-wrap input:focus {
  border-bottom: 1px solid #33b5e5;
  box-shadow: 0 1px 0 0 #33b5e5;
}

.dropdown-warning .dropdown-content li.active,
.dropdown-warning .dropdown-content li a,
.dropdown-warning .dropdown-content li span:hover {
  background-color: #fb3 !important;
}
.dropdown-warning .dropdown-content li.disabled.active {
  background-color: transparent !important;
}
.dropdown-warning .search-wrap input:focus {
  border-bottom: 1px solid #fb3;
  box-shadow: 0 1px 0 0 #fb3;
}

.dropdown-dark .dropdown-content li.active,
.dropdown-dark .dropdown-content li a,
.dropdown-dark .dropdown-content li span:hover {
  background-color: #2e2e2e !important;
}
.dropdown-dark .dropdown-content li.disabled.active {
  background-color: transparent !important;
}
.dropdown-dark .search-wrap input:focus {
  border-bottom: 1px solid #2e2e2e;
  box-shadow: 0 1px 0 0 #2e2e2e;
}

.dropdown-ins .dropdown-content li.active,
.dropdown-ins .dropdown-content li a,
.dropdown-ins .dropdown-content li span:hover {
  background-color: #2e5e86 !important;
}
.dropdown-ins .dropdown-content li.disabled.active {
  background-color: transparent !important;
}
.dropdown-ins .search-wrap input:focus {
  border-bottom: 1px solid #2e5e86;
  box-shadow: 0 1px 0 0 #2e5e86;
}

.md-dropdown li.disabled.active {
  background-color: transparent !important;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .select-wrapper.md-form.md-outline input.select-dropdown {
      padding: 0 0.75rem;
    }

    .select-wrapper input.select-dropdown {
      line-height: 2.5rem;
    }
  }
}

.switch label {
  cursor: pointer;
}
.switch label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch label input[type=checkbox]:checked + .lever {
  background-color: #dccfe2;
}
.switch label input[type=checkbox]:checked + .lever:after {
  left: 1.5rem;
  background-color: #a6c;
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever:active:after {
  box-shadow: 0 0.0625rem 0.1875rem 0.0625rem rgba(0, 0, 0, 0.4), 0 0 0 0.9375rem rgba(170, 102, 204, 0.1);
}
.switch label input[type=checkbox]:not(:disabled) ~ .lever:active:after {
  box-shadow: 0 0.0625rem 0.1875rem 0.0625rem rgba(0, 0, 0, 0.4), 0 0 0 0.9375rem rgba(0, 0, 0, 0.08);
}
.switch label input[type=checkbox]:disabled + .lever {
  cursor: default;
}
.switch label input[type=checkbox]:disabled + .lever:after, .switch label input[type=checkbox]:disabled:checked + .lever:after {
  background-color: #bdbdbd;
}
.switch label .lever {
  position: relative;
  display: inline-block;
  margin: 0 1rem;
  margin-right: 0.625rem;
  vertical-align: middle;
  content: "";
  background-color: #818181;
  border-radius: 0.9375rem;
  width: 2.5rem;
  height: 0.9375rem;
  transition: background 0.3s ease;
}
.switch label .lever:after {
  position: absolute;
  top: -0.1875rem;
  left: -0.3125rem;
  display: inline-block;
  content: "";
  background-color: #f1f1f1;
  border-radius: 1.3125rem;
  box-shadow: 0 0.0625rem 0.1875rem 0.0625rem rgba(0, 0, 0, 0.4);
  width: 1.3125rem;
  height: 1.3125rem;
  transition: left 0.3s ease, background 0.3s ease, box-shadow 1s ease;
}

.md-form.input-group .input-group-text [type=checkbox] + label,
.input-group .input-group-text [type=checkbox] + label {
  padding-left: 18px;
}

.md-form.input-group .input-group-text [type=radio] + label,
.input-group .input-group-text [type=radio] + label {
  height: 24px;
  padding-left: 24px;
}

button:focus {
  outline: 0 !important;
}

.navbar .mega-dropdown {
  position: static;
}
.navbar .mega-dropdown .dropdown-menu.mega-menu {
  width: 100%;
  border: none;
  border-radius: 0;
}
.navbar .mega-dropdown .dropdown-menu.mega-menu .sub-menu .sub-title {
  border-bottom: 1px solid #e0e0e0;
}
.navbar .mega-dropdown .dropdown-menu.mega-menu .sub-menu ul li a {
  width: 100%;
  transition: 0.3s;
}
.navbar .mega-dropdown .dropdown-menu.mega-menu .sub-menu ul li a:hover {
  background-color: rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
.navbar .mega-dropdown .dropdown-menu.mega-menu.v-2 .sub-menu ul li a {
  color: #fff;
}
.navbar .mega-dropdown .dropdown-menu.mega-menu.v-2 .sub-menu ul li a:hover {
  color: #fff;
}
.navbar .mega-dropdown .dropdown-menu.mega-menu.v-2 .sub-menu .sub-title {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 1024px) {
  .navbar .mega-dropdown .dropdown-menu.mega-menu {
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
.limbo-skin .navbar {
  color: #fff;
  background-color: #263238;
}
.limbo-skin .navbar .navbar-nav .nav-item .dropdown-menu a {
  color: #000;
}
.limbo-skin .navbar .navbar-nav .nav-item .dropdown-menu a:hover, .limbo-skin .navbar .navbar-nav .nav-item .dropdown-menu a:focus, .limbo-skin .navbar .navbar-nav .nav-item .dropdown-menu a:active {
  background-color: rgba(24, 157, 130, 0.5);
}
.limbo-skin .navbar form .md-form .form-control {
  font-weight: 300;
  color: #fff;
}
.limbo-skin .navbar form .md-form .form-control::-moz-placeholder {
  color: #fff;
}
.limbo-skin .navbar form .md-form .form-control:-ms-input-placeholder {
  color: #fff;
}
.limbo-skin .navbar form .md-form .form-control::placeholder {
  color: #fff;
}
.limbo-skin .btn-primary, .limbo-skin .signupbutton {
  color: #fff;
  background-color: rgb(27, 179, 148) !important;
}
.limbo-skin .btn-primary:hover, .limbo-skin .signupbutton:hover {
  color: #fff;
  background-color: #1ec9a6;
}
.limbo-skin .btn-primary:focus, .limbo-skin .signupbutton:focus, .limbo-skin .btn-primary.focus, .limbo-skin .focus.signupbutton {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.limbo-skin .btn-primary:focus, .limbo-skin .signupbutton:focus, .limbo-skin .btn-primary:active, .limbo-skin .signupbutton:active, .limbo-skin .btn-primary.active, .limbo-skin .active.signupbutton {
  background-color: #0e5a4b;
}
.limbo-skin .btn-primary.dropdown-toggle, .limbo-skin .dropdown-toggle.signupbutton {
  background-color: rgb(27, 179, 148) !important;
}
.limbo-skin .btn-primary.dropdown-toggle:hover, .limbo-skin .dropdown-toggle.signupbutton:hover, .limbo-skin .btn-primary.dropdown-toggle:focus, .limbo-skin .dropdown-toggle.signupbutton:focus {
  background-color: #1ec9a6 !important;
}
.limbo-skin .btn-primary:not([disabled]):not(.disabled):active, .limbo-skin .signupbutton:not([disabled]):not(.disabled):active, .limbo-skin .btn-primary:not([disabled]):not(.disabled).active, .limbo-skin .signupbutton:not([disabled]):not(.disabled).active, .show > .limbo-skin .btn-primary.dropdown-toggle, .show > .limbo-skin .dropdown-toggle.signupbutton {
  background-color: #0e5a4b !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.limbo-skin .btn-primary:not([disabled]):not(.disabled):active:focus, .limbo-skin .signupbutton:not([disabled]):not(.disabled):active:focus, .limbo-skin .btn-primary:not([disabled]):not(.disabled).active:focus, .limbo-skin .signupbutton:not([disabled]):not(.disabled).active:focus, .show > .limbo-skin .btn-primary.dropdown-toggle:focus, .show > .limbo-skin .dropdown-toggle.signupbutton:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.limbo-skin a.btn:not([href]):not([tabindex]), .limbo-skin a.signupbutton:not([href]):not([tabindex]),
.limbo-skin a.btn:not([href]):not([tabindex]):focus,
.limbo-skin a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}
.limbo-skin table.table a.btn.btn-primary, .limbo-skin table.table a.signupbutton {
  color: #fff;
}
.limbo-skin .btn-secondary {
  color: #fff;
  background-color: rgb(204, 204, 204) !important;
}
.limbo-skin .btn-secondary:hover {
  color: #fff;
  background-color: #d9d9d9;
}
.limbo-skin .btn-secondary:focus, .limbo-skin .btn-secondary.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.limbo-skin .btn-secondary:focus, .limbo-skin .btn-secondary:active, .limbo-skin .btn-secondary.active {
  background-color: #999999;
}
.limbo-skin .btn-secondary.dropdown-toggle {
  background-color: rgb(204, 204, 204) !important;
}
.limbo-skin .btn-secondary.dropdown-toggle:hover, .limbo-skin .btn-secondary.dropdown-toggle:focus {
  background-color: #d9d9d9 !important;
}
.limbo-skin .btn-secondary:not([disabled]):not(.disabled):active, .limbo-skin .btn-secondary:not([disabled]):not(.disabled).active, .show > .limbo-skin .btn-secondary.dropdown-toggle {
  background-color: #999999 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.limbo-skin .btn-secondary:not([disabled]):not(.disabled):active:focus, .limbo-skin .btn-secondary:not([disabled]):not(.disabled).active:focus, .show > .limbo-skin .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.limbo-skin a.btn:not([href]):not([tabindex]), .limbo-skin a.signupbutton:not([href]):not([tabindex]),
.limbo-skin a.btn:not([href]):not([tabindex]):focus,
.limbo-skin a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}
.limbo-skin table.table a.btn.btn-secondary, .limbo-skin table.table a.btn-secondary.signupbutton {
  color: #fff;
}
.limbo-skin a.btn:not([href]):not([tabindex]), .limbo-skin a.signupbutton:not([href]):not([tabindex]),
.limbo-skin a.btn:not([href]):not([tabindex]):focus,
.limbo-skin a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}
.limbo-skin .md-outline input[type=text]:focus:not([readonly]),
.limbo-skin .md-outline input[type=email]:focus:not([readonly]),
.limbo-skin .md-outline input[type=url]:focus:not([readonly]),
.limbo-skin .md-outline input[type=time]:focus:not([readonly]),
.limbo-skin .md-outline input[type=date]:focus:not([readonly]),
.limbo-skin .md-outline input[type=search]:focus:not([readonly]),
.limbo-skin .md-outline textarea:focus:not([readonly]) {
  border-color: rgba(27, 179, 148, 0.5);
  box-shadow: inset 0 0 0 1px rgba(27, 179, 148, 0.5);
}
.limbo-skin .md-outline input[type=text]:focus:not([readonly]) + label,
.limbo-skin .md-outline input[type=email]:focus:not([readonly]) + label,
.limbo-skin .md-outline input[type=url]:focus:not([readonly]) + label,
.limbo-skin .md-outline input[type=time]:focus:not([readonly]) + label,
.limbo-skin .md-outline input[type=date]:focus:not([readonly]) + label,
.limbo-skin .md-outline input[type=search]:focus:not([readonly]) + label,
.limbo-skin .md-outline textarea:focus:not([readonly]) + label {
  color: rgba(27, 179, 148, 0.5);
}
.limbo-skin input[type=email]:focus:not([readonly]),
.limbo-skin input[type=text]:focus:not([readonly]) {
  border-color: rgba(27, 179, 148, 0.5);
  box-shadow: 0 1px 0 0 rgba(27, 179, 148, 0.5);
}
.limbo-skin input[type=email]:focus:not([readonly]) + label,
.limbo-skin input[type=text]:focus:not([readonly]) + label {
  color: rgba(27, 179, 148, 0.5);
}
.limbo-skin input[type=checkbox]:checked + label:before {
  border-right: 2px solid rgba(27, 179, 148, 0.5);
  border-bottom: 2px solid rgba(27, 179, 148, 0.5);
}
.limbo-skin .select-wrapper.colorful-select.md-form.md-outline span.caret.active {
  color: rgba(27, 179, 148, 0.5) !important;
}
.limbo-skin .select-wrapper.colorful-select.md-form.md-outline input.select-dropdown:focus {
  border-color: rgba(27, 179, 148, 0.5);
  box-shadow: inset 0 0 0 1px rgba(27, 179, 148, 0.5);
}
.limbo-skin .select-wrapper.colorful-select.md-form.md-outline + label.active {
  color: rgba(27, 179, 148, 0.5);
}
.limbo-skin .select-wrapper.colorful-select.md-form .dropdown-content li.active,
.limbo-skin .select-wrapper.colorful-select.md-form .dropdown-content li a,
.limbo-skin .select-wrapper.colorful-select.md-form .dropdown-content li span:hover {
  background-color: rgba(27, 179, 148, 0.5) !important;
}
.limbo-skin .select-wrapper.colorful-select.md-form .dropdown-content li.disabled.active {
  background-color: transparent !important;
}

body {
  background-color: white;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  height: 100vh !important;
  font-style: normal;
}
body strong {
  font-weight: 600 !important;
}

@media (min-width: 576px) {
  body {
    background: rgb(204, 204, 204);
    /*
    background: -webkit-linear-gradient(to bottom, $color-green-25, $color-orange-25);
    background: linear-gradient(to bottom, $color-green-25, $color-orange-25);
    background-repeat: no-repeat;
    background-attachment: fixed;
    */
    color: #263238;
    font-size: 1.1rem;
    height: 100vh !important;
  }
}
.content-wrapper {
  position: relative;
  display: inline-block;
  background-color: white !important;
  width: 100%;
}

.topheader {
  background-color: #263238 !important;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.topheader .top-links {
  font-size: 0.9rem;
}
.topheader .top-links a {
  color: rgba(204, 204, 204, 0.75);
}

.text-cliff-75 {
  color: rgba(204, 204, 204, 0.75);
}

.mask {
  cursor: pointer;
}

.grayscale {
  filter: grayscale(1);
  opacity: 0.5;
}

.palescale {
  filter: grayscale(0.15);
  opacity: 0.75;
}

.heading p {
  font-family: "Roboto Slab", sans-serif;
  font-size: 1.1rem;
}
@media (min-width: 576px) {
  .heading p {
    font-size: 1.3rem;
    padding-left: 8%;
    padding-right: 8%;
  }
}
@media (min-width: 768px) {
  .heading p {
    font-size: 1.3rem;
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media (min-width: 992px) {
  .heading p {
    font-size: 1.3rem;
    padding-left: 12%;
    padding-right: 12%;
  }
}

h1, h2, h3, h4, h5 {
  font-family: "Roboto Slab", sans-serif;
}

a {
  color: #1b597b;
}

table a {
  color: #1b597b !important;
}

.br {
  display: block;
}

.hyperbox {
  border-top: 8px solid rgb(204, 204, 204);
  border-bottom: 8px solid rgb(204, 204, 204);
}
.hyperbox .box .logo {
  max-height: 2.5rem;
}
.hyperbox .features {
  font-size: 1rem;
  color: rgba(38, 50, 56, 0.8);
  font-style: italic;
}
.hyperbox .features ul {
  list-style-position: outside;
  margin-bottom: 1rem;
}
.hyperbox .features ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  color: rgb(72, 183, 91);
  font-style: normal;
  font-weight: 900;
}
.hyperbox .highlights {
  font-size: 1rem;
  color: #263238;
}
.hyperbox .highlights ul {
  list-style-position: outside;
}
.hyperbox .box-1 {
  background-color: rgba(255, 220, 0, 0.4);
}
@media (min-width: 992px) {
  .hyperbox .box-1 {
    border-right: 8px solid rgb(204, 204, 204);
  }
}
.hyperbox .box-2 {
  background-color: rgba(255, 153, 0, 0.4);
}
@media (min-width: 1200px) {
  .hyperbox .box-2 {
    border-right: 8px solid rgb(204, 204, 204);
  }
}
.hyperbox .box-3 {
  background-color: rgba(72, 183, 91, 0.4);
}
.hyperbox .commissions small {
  font-size: 0.8rem;
}

.basics {
  cursor: pointer;
  color: rgb(204, 204, 204);
}

.link, table.netzwerke .kategorie, table.kategorien .kategorie {
  cursor: pointer;
  color: #1b597b !important;
}

.anz {
  color: rgba(0, 0, 0, 0.3);
  font-size: 0.7rem;
}

.pro {
  font-size: 0.85rem;
  color: rgba(0, 0, 0, 0.3);
  font-weight: bold;
}
.pro i {
  font-style: normal;
  font-weight: normal;
}
.pro .link, .pro table.netzwerke .kategorie, table.netzwerke .pro .kategorie, .pro table.kategorien .kategorie, table.kategorien .pro .kategorie {
  color: rgba(0, 0, 0, 0.3) !important;
}

.topnav {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -1px;
}
@media (min-width: 768px) {
  .topnav {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background-color: white;
  }
}
.topnav li:last-of-type {
  margin-left: auto !important;
}
.topnav .nav-link, .topnav .navbar-brand {
  font-family: "Roboto Slab", sans-serif;
  font-size: 1.2rem;
}
.topnav .nav-item.active > .nav-link {
  background-color: transparent !important;
  border-bottom: 5px solid rgb(27, 179, 148);
  padding-bottom: 5px;
}
.topnav .nav-item:hover > .nav-link {
  color: #fff !important;
  transition: none !important;
  border-bottom: 5px solid rgba(27, 179, 148, 0.4);
  padding-bottom: 5px;
}

@media (min-width: 576px) {
  .topnav {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 576px) {
  .linewrapped {
    overflow: hidden;
    text-align: center;
  }

  .linewrapped::before,
.linewrapped::after {
    background-color: rgba(38, 50, 56, 0.15);
    content: "";
    display: inline-block;
    height: 3px;
    position: relative;
    vertical-align: middle;
    width: 50%;
  }

  .linewrapped::before {
    right: 0.5em;
    margin-left: -50%;
  }

  .linewrapped::after {
    left: 0.5em;
    margin-right: -50%;
  }
}
.introbox {
  background-color: rgba(27, 89, 123, 0.1);
  height: 100%;
}
.introbox a {
  color: #263238 !important;
}
.introbox p {
  color: #263238 !important;
}
.introbox h2 {
  background-color: rgba(27, 89, 123, 0.15);
  color: #1b597b;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.introbox.hover:hover {
  background-color: rgba(72, 183, 91, 0.2);
}
.introbox.hover:hover h2 {
  background-color: rgba(72, 183, 91, 0.25);
  color: #1b597b;
}
.introbox.hover:hover a {
  color: #263238 !important;
}

.newsletterbox {
  border-top: 8px solid rgb(204, 204, 204);
  border-bottom: 8px solid rgb(204, 204, 204);
}
.newsletterbox .links {
  background-color: rgba(255, 153, 0, 0.3);
}
.newsletterbox .rechts {
  background-color: rgba(72, 183, 91, 0.3);
}

#nl_box_rechts_error {
  color: rgb(227, 6, 19);
  font-size: 0.8rem;
}

#errormsg {
  color: rgb(227, 6, 19);
}

.fullwidth, .hyperbox, .newsletterbox, .premium-angebote, .platzhirsch {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}
@media (min-width: 576px) {
  .fullwidth, .hyperbox, .newsletterbox, .premium-angebote, .platzhirsch {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
}
@media (min-width: 768px) {
  .fullwidth, .hyperbox, .newsletterbox, .premium-angebote, .platzhirsch {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
}

.fullwidthtabbed {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}
@media (min-width: 576px) {
  .fullwidthtabbed {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
}
@media (min-width: 768px) {
  .fullwidthtabbed {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
}

.premium-angebote {
  border-top: 8px solid rgb(204, 204, 204);
  border-bottom: 8px solid rgb(204, 204, 204);
  font-size: 1.1rem;
  background-color: rgba(72, 183, 91, 0.15);
}
@media (min-width: 576px) {
  .premium-angebote {
    font-size: 1.3rem;
  }
}
@media (min-width: 768px) {
  .premium-angebote {
    font-size: 1.5rem;
  }
}
.premium-angebote .body .head {
  font-family: "Roboto Slab", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #263238;
}
@media (min-width: 576px) {
  .premium-angebote .body .head {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .premium-angebote .body .head {
    font-size: 1.4rem;
  }
}
.premium-angebote .body .head i {
  color: rgb(255, 153, 0);
}
.premium-angebote .body .angebotname, .premium-angebote .body .commissions {
  font-size: 1rem;
}
@media (min-width: 576px) {
  .premium-angebote .body .angebotname, .premium-angebote .body .commissions {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .premium-angebote .body .angebotname, .premium-angebote .body .commissions {
    font-size: 1.4rem;
  }
}
.premium-angebote .body .commissions {
  font-weight: 600;
  color: rgb(72, 183, 91);
}
.premium-angebote .body ul {
  display: table;
}
.premium-angebote .body ul li {
  display: table-cell;
  vertical-align: middle;
}
.premium-angebote .body ul li.title {
  color: rgba(38, 50, 56, 0.8);
  font-weight: 500;
}
.premium-angebote .body ul li.title i {
  color: rgb(255, 153, 0);
}
.premium-angebote .body ul li:not(.title) .wrap {
  background-color: rgba(255, 215, 0, 0.7);
}
.premium-angebote .body ul i {
  color: rgb(72, 183, 91);
  font-size: 3rem;
}

.commissions .value {
  font-family: "Roboto Mono", "Courier New", monospace;
}
.commissions small {
  color: rgba(204, 204, 204, 0.5);
  font-size: 0.9rem;
}
.commissions .ka {
  color: rgba(204, 204, 204, 0.75);
}
.commissions .tba {
  font-size: 1.2rem;
  color: rgba(204, 204, 204, 0.9);
}

.subtitle {
  font-style: italic;
}

.tag {
  background-color: rgba(204, 204, 204, 0.6);
  border-radius: 0.2rem;
  font-size: 0.7rem;
  color: #263238;
}
@media (min-width: 576px) {
  .tag {
    font-size: 0.9rem;
  }
}
.tag a {
  color: #1b597b;
}

.tag:hover {
  background-color: rgba(204, 204, 204, 0.7);
}

.sales-regions {
  background-color: rgba(27, 89, 123, 0.2);
  border-radius: 0.2rem;
  font-size: 0.7rem;
  color: #263238;
}
@media (min-width: 576px) {
  .sales-regions {
    font-size: 0.9rem;
  }
}

.sales-regions.small {
  font-size: 0.7rem !important;
}

.offer .slogan, .offer-showbox .slogan {
  font-style: italic;
}

.offer-showbox.injected {
  background-color: rgba(204, 204, 204, 0.3);
}

.offer-showbox .aufgenommen small {
  color: rgba(38, 50, 56, 0.5);
}
.offer-showbox .name {
  font-family: "Roboto", sans-serif;
}
.offer-showbox a.name {
  color: #1b597b;
  font-weight: 600;
}
.offer-showbox .commissions {
  font-weight: 600;
}
.offer-showbox .commissions .value {
  color: #3a9249;
}

.premium-angebote .commissions {
  font-weight: 600;
  color: rgb(72, 183, 91);
  font-size: 1.2rem;
}

.offer h1 small {
  display: block;
  font-size: 1rem;
  font-family: Noto, sans-serif;
}
.offer h1 .focus {
  display: inline-block;
  font-size: 1.4rem;
}

.relations h2 small {
  display: block;
  font-size: 1rem;
  font-family: Noto, sans-serif;
}

.partnerprogramme-tag .logo {
  height: 6rem;
}
@media (max-width: 767.98px) {
  .partnerprogramme-tag .logo {
    height: 4rem;
  }
}
.partnerprogramme-tag .overview .offer {
  background-color: rgba(72, 183, 91, 0.2);
}
.partnerprogramme-tag .overview .partnerprogramme {
  background-color: rgba(255, 153, 0, 0.2);
}
.partnerprogramme-tag .overview .netzwerke {
  background-color: rgba(27, 89, 123, 0.2);
}
.partnerprogramme-tag .overview .avg-commissions {
  background-color: rgba(135, 128, 168, 0.2);
}
.partnerprogramme-tag .overview .avg-commissions ul li .type {
  display: block;
  font-size: 1rem;
}
@media (min-width: 576px) {
  .partnerprogramme-tag .overview .avg-commissions ul li .type {
    font-size: 1.2rem;
  }
}
.partnerprogramme-tag .overview .avg-commissions ul li .quantity {
  font-weight: 600;
  font-size: 1.4rem;
}
@media (min-width: 576px) {
  .partnerprogramme-tag .overview .avg-commissions ul li .quantity {
    font-weight: 700;
    font-size: 1.8rem;
  }
}
.partnerprogramme-tag .overview .avg-commissions ul li:not(:last-child) {
  border-right: 1px solid rgba(135, 128, 168, 0.5);
}
.partnerprogramme-tag .overview .title {
  font-weight: 600;
  font-size: 1rem;
}
@media (min-width: 576px) {
  .partnerprogramme-tag .overview .title {
    font-weight: 700;
    font-size: 1.4rem;
  }
}
.partnerprogramme-tag .overview .type {
  display: block;
  font-size: 1rem;
}
@media (min-width: 576px) {
  .partnerprogramme-tag .overview .type {
    font-size: 1.2rem;
  }
}
.partnerprogramme-tag .overview .quantity {
  font-weight: 600;
  font-size: 1.6rem;
}
@media (min-width: 576px) {
  .partnerprogramme-tag .overview .quantity {
    font-weight: 700;
    font-size: 2.2rem;
  }
}
.partnerprogramme-tag .overview .viewprograms {
  cursor: pointer;
  color: #1b597b;
}

.pointer {
  cursor: pointer;
}

.offer .logo {
  max-height: 6rem !important;
}
.offer .ka {
  color: rgb(204, 204, 204);
}
.offer .commissions .value {
  font-family: "Roboto Mono", "Courier New", monospace;
  font-size: 1rem;
}
.offer .commissions .value .maxavailable {
  font-weight: bold;
}
.offer .commissions .revised {
  font-family: monospace;
}
.offer .partnerprogramme ul {
  margin-bottom: 0;
}
ul.commissions > li {
  font-size: .8rem !important;
}
@media (max-width: 991.98px) {
  .offer .partnerprogramme {
    font-size: 15px;
    table-layout: fixed;
    width: 100%;
    border-spacing: 0 5px;
    /* this is the ultimate fix */
  }
}
.offer .partnerprogramme .showmore {
  color: #1b597b;
  background-color: white;
  cursor: pointer;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  font-size: 1rem;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .offer .partnerprogramme th {
    font-weight: bold;
  }
}
@media (max-width: 991.98px) {
  .offer .partnerprogramme th, .offer .partnerprogramme td {
    display: block !important;
    padding: 5px 15px;
    border-top: 0;
  }
}
@media (min-width: 992px) {
  .offer .partnerprogramme th strong, .offer .partnerprogramme td strong {
    display: none;
  }
}
.offer .partnerprogramme thead {
  display: none !important;
}
.offer .partnerprogramme thead tr {
  background-color: rgba(204, 204, 204, 0.15);
}
.offer .partnerprogramme thead tr td {
  font-size: 1.2rem !important;
}
@media (min-width: 992px) {
  .offer .partnerprogramme thead {
    display: contents !important;
  }
}
@media (max-width: 991.98px) {
  .offer .partnerprogramme thead {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .offer .partnerprogramme tbody {
    width: 100%;
  }
}
.offer .partnerprogramme tbody tr:not(.showmore) {
  color: #263238;
  /* border-bottom: 1px solid rgba(38, 50, 56, 0.2); */
}
.offer .partnerprogramme tbody tr {
  color: #1b597b;
}
.offer .partnerprogramme tbody tr:not(thead):not(.showmore):hover {
  background-color: rgba(72, 183, 91, 0.1);
}
@media (max-width: 991.98px) {
  .offer .partnerprogramme button {
    width: 100% !important;
  }
}
.offer .partnerprogramme .last_maintenance {
  display: none;
  color: rgb(204, 204, 204);
}
@media (min-width: 992px) {
  .offer .partnerprogramme .last_maintenance {
    display: contents !important;
  }
}

table.netzwerke, table.kategorien {
  /*
  tbody {

  	@include media-breakpoint-down(md) {
  		display: table;
  		table-layout: fixed;
  		width: 100%;
  		border-spacing: 0 10px;
  	}

  }
  */
}
table.netzwerke ul, table.kategorien ul {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  table.netzwerke, table.kategorien {
    font-size: 1rem;
    border-collapse: separate;
    table-layout: fixed;
    width: 100%;
    border-spacing: 0 5px;
    /* this is the ultimate fix */
  }
}
table.netzwerke .icon, table.kategorien .icon {
  max-height: 8rem;
  max-width: 8rem;
}
@media (max-width: 1199.98px) {
  table.netzwerke .icon, table.kategorien .icon {
    max-height: 6rem;
  }
}
@media (max-width: 991.98px) {
  table.netzwerke .icon, table.kategorien .icon {
    max-height: 3rem;
  }
}
table.netzwerke .kategorie, table.kategorien .kategorie {
  font-size: 1.4rem;
  font-weight: bold;
}
@media (max-width: 1199.98px) {
  table.netzwerke .kategorie, table.kategorien .kategorie {
    font-size: 1.2rem;
  }
}
@media (max-width: 991.98px) {
  table.netzwerke th:not(.bgwhite), table.netzwerke td:not(.bgwhite), table.kategorien th:not(.bgwhite), table.kategorien td:not(.bgwhite) {
    background-color: rgba(38, 50, 56, 0.05) !important;
  }
}
table.netzwerke th, table.netzwerke td, table.kategorien th, table.kategorien td {
  border: 0 !important;
  font-size: 1.1rem;
}
@media (min-width: 768px) {
  table.netzwerke th, table.netzwerke td, table.kategorien th, table.kategorien td {
    padding-left: 0 !important;
  }
}
@media (max-width: 991.98px) {
  table.netzwerke th, table.netzwerke td, table.kategorien th, table.kategorien td {
    font-size: 1rem;
    display: block !important;
    background-color: white !important;
    color: #263238;
    padding: 5px 15px;
    border-top: 0;
  }
}
table.netzwerke th .name, table.netzwerke td .name, table.kategorien th .name, table.kategorien td .name {
  font-size: 1.2rem;
  font-weight: bolder;
}
table.netzwerke th .name a, table.netzwerke td .name a, table.kategorien th .name a, table.kategorien td .name a {
  color: #1b597b;
}
table.netzwerke th .commissions, table.netzwerke td .commissions, table.kategorien th .commissions, table.kategorien td .commissions {
  font-size: 0.9rem !important;
}
table.netzwerke tr:not(.noborder), table.kategorien tr:not(.noborder) {
  border-bottom: 1px solid rgb(204, 204, 204);
}
table.netzwerke tr:not(.nohover):hover, table.kategorien tr:not(.nohover):hover {
  background-color: rgba(72, 183, 91, 0.1);
}
table.netzwerke thead, table.kategorien thead {
  display: none !important;
}
@media (min-width: 992px) {
  table.netzwerke thead, table.kategorien thead {
    display: contents !important;
  }
}
@media (max-width: 991.98px) {
  table.netzwerke thead, table.kategorien thead {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  table.netzwerke button, table.kategorien button {
    width: 100% !important;
  }
}
table.netzwerke .viewprograms, table.kategorien .viewprograms {
  cursor: pointer;
  color: #1b597b;
}
table.netzwerke .quantity, table.kategorien .quantity {
  font-weight: 600;
  font-size: 1.4rem;
}
@media (min-width: 576px) {
  table.netzwerke .quantity, table.kategorien .quantity {
    font-weight: 700;
    font-size: 1.4rem;
  }
}
.ppsearch {
  background-color: rgba(27, 179, 148, 0.15);
}
.ppsearch .keywordinput input {
  border: 1px solid rgb(27, 179, 148);
  height: 4rem;
  font-size: 1.4rem;
}
.ppsearch .keywordinput input:active {
  border: 2px solid rgb(27, 179, 148) !important;
}
.ppsearch .chip {
  overflow: inherit;
}
.ppsearch .treffer {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .ppsearch .treffer {
    font-size: 1.2rem;
  }
}
@media (min-width: 992px) {
  .ppsearch .treffer {
    font-size: 1.4rem;
  }
}
.ppsearch .treffer strong {
  color: #263238;
}

.modalfilter {
  font-size: 1rem;
}
.modalfilter .col-form-label:not(.text-muted):not(.subtitle):not(.focus) {
  font-weight: 600;
}

.wikilink {
  background-color: rgba(27, 179, 148, 0.15);
}

.ci-lb-image small, .ci-lb-image .span {
  float: left;
  color: rgba(255, 255, 255, 0.2);
  font-size: 0.7rem;
}
.ci-lb-image .lb-xl {
  width: 728px;
  height: 90px;
  background-color: rgba(255, 255, 255, 0.01);
}
.ci-lb-image .lb-xl img {
  width: 728px;
  height: 90px;
}
.ci-lb-image .lb-lg {
  width: 558px;
  height: 90px;
  background-color: rgba(255, 255, 255, 0.01);
}
.ci-lb-image .lb-lg img {
  width: 558px;
  height: 90px;
}

.ci-lb-text {
  background-color: rgba(27, 179, 148, 0.2);
  text-align: left;
  line-height: 1rem;
  font-size: 1rem;
}
.ci-lb-text small {
  float: right;
  color: rgba(0, 0, 0, 0.3);
  font-size: 0.7rem;
}
.ci-lb-text a {
  color: rgba(38, 50, 56, 0.7);
}

.breadcrumb {
  border-bottom: 1px solid rgba(204, 204, 204, 0.3);
  background-color: white;
  font-size: 0.9rem;
  color: rgba(204, 204, 204, 0.3);
}
@media (max-width: 991.98px) {
  .breadcrumb {
    font-size: 0.8rem;
  }
}
.breadcrumb a {
  color: rgba(27, 89, 123, 0.75);
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "›";
}

@media (min-width: 576px) {
  .reading-matter {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
@media (min-width: 768px) {
  .reading-matter {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (min-width: 1200px) {
  .reading-matter {
    line-height: 2rem;
    font-size: 1.2rem;
    margin-left: 6rem;
    margin-right: 6rem;
  }
}
.btn-primary, .signupbutton {
  font-size: 1rem !important;
}
.btn-primary a, .signupbutton a {
  color: #fff !important;
}

.btn-secondary {
  color: #263238 !important;
  font-size: 1rem !important;
}
.btn-secondary a {
  color: #263238 !important;
}

.text-orange {
  color: rgb(255, 153, 0);
}

footer {
  background-color: #263238;
  border-radius: 5px;
  border-radius: 5px;
  color: white;
}
footer a {
  color: white;
}
footer a:hover {
  color: rgba(27, 179, 148, 0.8);
}
footer i {
  color: white;
}
footer .title {
  font-family: "Roboto Slab", sans-serif;
  color: rgb(27, 179, 148);
  display: block;
}
footer .copyright {
  color: rgba(204, 204, 204, 0.6);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
footer .copyright a {
  color: rgba(204, 204, 204, 0.6);
}

.signupbutton {
  width: 100%;
}
@media (min-width: 576px) {
  .signupbutton {
    width: inherit;
  }
}

ul.trivia {
  list-style-type: none;
  list-style-position: outside;
}
.benefits ul li::before, .description ul li::before {
  margin: 0 5px 0 -27px;
  font-size: 1.2rem;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  color: rgb(27, 179, 148);
  font-style: normal;
  font-weight: 900;
}

.quickjumps ul li.eilig {
  color: rgba(38, 50, 56, 0.8);
  font-weight: 500;
}
.quickjumps ul li:not(.eilig) {
  background-color: rgba(255, 220, 0, 0.4);
}
.quickjumps ul li:not(.eilig):hover {
  background-color: rgba(255, 220, 0, 0.8);
}

.md-form {
  margin-bottom: 0 !important;
}

.md-form input[type=text]:not(.browser-default) {
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.platzhirsch {
  border-top: 8px solid rgb(204, 204, 204);
  border-bottom: 8px solid rgb(204, 204, 204);
  font-size: 1.1rem;
  background-color: rgba(255, 215, 0, 0.7);
}
@media (min-width: 576px) {
  .platzhirsch {
    font-size: 1.3rem;
  }
}
@media (min-width: 768px) {
  .platzhirsch {
    font-size: 1.5rem;
  }
}
.platzhirsch img.icon {
  height: 3rem;
}
.platzhirsch .title {
  font-family: "Roboto Slab", sans-serif;
  color: rgba(38, 50, 56, 0.8);
}
.platzhirsch .merchant {
  font-family: "Roboto", sans-serif;
}
.platzhirsch .value {
  color: rgb(72, 183, 91);
}

.hochadel {
  position: relative;
  background-color: rgba(255, 153, 0, 0.05);
  border-top: 5px solid rgba(255, 153, 0, 0.5);
  border-bottom: 5px solid rgba(255, 153, 0, 0.5);
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
@media (min-width: 576px) {
  .hochadel {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}
@media (min-width: 768px) {
  .hochadel {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}

.ribbon {
  position: absolute;
  left: -5px;
  top: -10px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}

.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(rgba(255, 153, 0, 0.5019607843) 0%, #FF9900 100%);
  box-shadow: 0 3px 10px -5px rgb(0, 0, 0);
  position: absolute;
  top: 19px;
  left: -21px;
}

.ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #FF9900;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #FF9900;
}

.ribbon span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #FF9900;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #FF9900;
}