/* THEME FONTS */
@font-face {
    font-family: 'Lato-Regular';
    src: url('../fonts/Lato-Regular.eot');
    src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Lato-Regular.svg#Lato-Regular') format('svg'),
    url('../fonts/Lato-Regular.ttf') format('truetype'),
    url('../fonts/Lato-Regular.woff') format('woff'),
    url('../fonts/Lato-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato-Light';
    src: url('../fonts/Lato-Light.eot');
    src: url('../fonts/Lato-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Lato-Light.svg#Lato-Light') format('svg'),
    url('../fonts/Lato-Light.ttf') format('truetype'),
    url('../fonts/Lato-Light.woff') format('woff'),
    url('../fonts/Lato-Light.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat-Bold.eot');
    src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg'),
    url('../fonts/Montserrat-Bold.ttf') format('truetype'),
    url('../fonts/Montserrat-Bold.woff') format('woff'),
    url('../fonts/Montserrat-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
svg:not(:root).svg-inline--fa {
  overflow: visible; }

.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -.125em; }
  .svg-inline--fa.fa-lg {
    vertical-align: -.225em; }
  .svg-inline--fa.fa-w-1 {
    width: 0.0625em; }
  .svg-inline--fa.fa-w-2 {
    width: 0.125em; }
  .svg-inline--fa.fa-w-3 {
    width: 0.1875em; }
  .svg-inline--fa.fa-w-4 {
    width: 0.25em; }
  .svg-inline--fa.fa-w-5 {
    width: 0.3125em; }
  .svg-inline--fa.fa-w-6 {
    width: 0.375em; }
  .svg-inline--fa.fa-w-7 {
    width: 0.4375em; }
  .svg-inline--fa.fa-w-8 {
    width: 0.5em; }
  .svg-inline--fa.fa-w-9 {
    width: 0.5625em; }
  .svg-inline--fa.fa-w-10 {
    width: 0.625em; }
  .svg-inline--fa.fa-w-11 {
    width: 0.6875em; }
  .svg-inline--fa.fa-w-12 {
    width: 0.75em; }
  .svg-inline--fa.fa-w-13 {
    width: 0.8125em; }
  .svg-inline--fa.fa-w-14 {
    width: 0.875em; }
  .svg-inline--fa.fa-w-15 {
    width: 0.9375em; }
  .svg-inline--fa.fa-w-16 {
    width: 1em; }
  .svg-inline--fa.fa-w-17 {
    width: 1.0625em; }
  .svg-inline--fa.fa-w-18 {
    width: 1.125em; }
  .svg-inline--fa.fa-w-19 {
    width: 1.1875em; }
  .svg-inline--fa.fa-w-20 {
    width: 1.25em; }
  .svg-inline--fa.fa-pull-left {
    margin-right: .3em;
    width: auto; }
  .svg-inline--fa.fa-pull-right {
    margin-left: .3em;
    width: auto; }
  .svg-inline--fa.fa-border {
    height: 1.5em; }
  .svg-inline--fa.fa-li {
    width: 2em; }
  .svg-inline--fa.fa-fw {
    width: 1.25em; }

.fa-layers svg.svg-inline--fa {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0; }

.fa-layers {
  display: inline-block;
  height: 1em;
  position: relative;
  text-align: center;
  vertical-align: -.125em;
  width: 1em; }
  .fa-layers svg.svg-inline--fa {
    -webkit-transform-origin: center center;
            transform-origin: center center; }

.fa-layers-text, .fa-layers-counter {
  display: inline-block;
  position: absolute;
  text-align: center; }

.fa-layers-text {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: center center;
          transform-origin: center center; }

.fa-layers-counter {
  background-color: #ff253a;
  border-radius: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  height: 1.5em;
  line-height: 1;
  max-width: 5em;
  min-width: 1.5em;
  overflow: hidden;
  padding: .25em;
  right: 0;
  text-overflow: ellipsis;
  top: 0;
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
  -webkit-transform-origin: top right;
          transform-origin: top right; }

.fa-layers-bottom-right {
  bottom: 0;
  right: 0;
  top: auto;
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right; }

.fa-layers-bottom-left {
  bottom: 0;
  left: 0;
  right: auto;
  top: auto;
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left; }

.fa-layers-top-right {
  right: 0;
  top: 0;
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
  -webkit-transform-origin: top right;
          transform-origin: top right; }

.fa-layers-top-left {
  left: 0;
  right: auto;
  top: 0;
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
  -webkit-transform-origin: top left;
          transform-origin: top left; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  position: relative;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0; }

.svg-inline--fa.fa-stack-1x {
  height: 1em;
  width: 1.25em; }

.svg-inline--fa.fa-stack-2x {
  height: 2em;
  width: 2.5em; }

.fa-inverse {
  color: #fff; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

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

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  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;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

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: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

figure {
  margin: 0 0 1rem;
}

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

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: .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;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-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"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

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

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

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

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

.blockquote-footer::before {
  content: "\2014 \00A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

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

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

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

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.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 .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.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::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

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

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

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

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

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

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip, .was-validated
.custom-select:valid ~ .valid-feedback,
.was-validated
.custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip, .was-validated
.custom-select:invalid ~ .invalid-feedback,
.was-validated
.custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  font-size: 1rem;
  line-height: 2.75;
  border-radius: 1.5em;

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

.btn:hover, .btn:focus {
  text-decoration: none;
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}



.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  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-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

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

.btn-sm, .btn-group-sm > .btn {
  line-height: 1.5;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

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

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.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;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after {
  margin-left: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.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 > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

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

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

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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 > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-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 {
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.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(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
}

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

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-control {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:focus ~ .custom-file-control::before {
  border-color: #80bdff;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.25rem + 2px) - 1px * 2);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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;
}

.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: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

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

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

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

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

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  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-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.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;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  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 > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

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

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

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

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 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: -webkit-box;
  display: -ms-flexbox;
  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 {
  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-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

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

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

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

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

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

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

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

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

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

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

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #007bff;
  transition: width 0.6s ease;
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  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-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}

@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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

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

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.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-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  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,
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  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-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-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

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

.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

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

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

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

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

.align-text-bottom {
  vertical-align: text-bottom !important;
}

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

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

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

.bg-transparent {
  background-color: transparent !important;
}

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

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

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

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

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

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

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

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

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

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

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

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

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

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

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

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

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none;
}

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

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

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

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

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

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

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

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

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

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

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

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

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

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

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

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

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

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

.m-2 {
  margin: 0.5rem !important;
}

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

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

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

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
  padding: 0 !important;
}

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

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

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

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

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

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

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

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

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

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

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

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

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

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

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

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

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

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

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

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

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

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

.p-5 {
  padding: 3rem !important;
}

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

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

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

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

.m-auto {
  margin: auto !important;
}

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

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

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    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;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

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

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

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

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

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

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    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;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/*# sourceMappingURL=bootstrap.css.map */
/*!
 * Bootstrap Reboot v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[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:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}
/*# sourceMappingURL=bootstrap-reboot.min.css.map */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
.xdsoft_datetimepicker{box-shadow:0 5px 15px -5px rgba(0,0,0,0.506);background:#fff;border-bottom:1px solid #bbb;border-left:1px solid #ccc;border-right:1px solid #ccc;border-top:1px solid #ccc;color:#333;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;padding:8px;padding-left:0;padding-top:2px;position:absolute;z-index:9999;-moz-box-sizing:border-box;box-sizing:border-box;display:none}.xdsoft_datetimepicker.xdsoft_rtl{padding:8px 0 8px 8px}.xdsoft_datetimepicker iframe{position:absolute;left:0;top:0;width:75px;height:210px;background:transparent;border:0}.xdsoft_datetimepicker button{border:none !important}.xdsoft_noselect{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.xdsoft_noselect::selection{background:transparent}.xdsoft_noselect::-moz-selection{background:transparent}.xdsoft_datetimepicker.xdsoft_inline{display:inline-block;position:static;box-shadow:none}.xdsoft_datetimepicker *{-moz-box-sizing:border-box;box-sizing:border-box;padding:0;margin:0}.xdsoft_datetimepicker .xdsoft_datepicker,.xdsoft_datetimepicker .xdsoft_timepicker{display:none}.xdsoft_datetimepicker .xdsoft_datepicker.active,.xdsoft_datetimepicker .xdsoft_timepicker.active{display:block}.xdsoft_datetimepicker .xdsoft_datepicker{width:224px;float:left;margin-left:8px}.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker{float:right;margin-right:8px;margin-left:0}.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker{width:256px}.xdsoft_datetimepicker .xdsoft_timepicker{width:58px;float:left;text-align:center;margin-left:8px;margin-top:0}.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker{float:right;margin-right:8px;margin-left:0}.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker{margin-top:8px;margin-bottom:3px}.xdsoft_datetimepicker .xdsoft_monthpicker{position:relative;text-align:center}.xdsoft_datetimepicker .xdsoft_label i,.xdsoft_datetimepicker .xdsoft_prev,.xdsoft_datetimepicker .xdsoft_next,.xdsoft_datetimepicker .xdsoft_today_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC)}.xdsoft_datetimepicker .xdsoft_label i{opacity:.5;background-position:-92px -19px;display:inline-block;width:9px;height:20px;vertical-align:middle}.xdsoft_datetimepicker .xdsoft_prev{float:left;background-position:-20px 0}.xdsoft_datetimepicker .xdsoft_today_button{float:left;background-position:-70px 0;margin-left:5px}.xdsoft_datetimepicker .xdsoft_next{float:right;background-position:0 0}.xdsoft_datetimepicker .xdsoft_next,.xdsoft_datetimepicker .xdsoft_prev,.xdsoft_datetimepicker .xdsoft_today_button{background-color:transparent;background-repeat:no-repeat;border:0 none;cursor:pointer;display:block;height:30px;opacity:.5;-ms-filter:"alpha(opacity=50)";outline:medium none;overflow:hidden;padding:0;position:relative;text-indent:100%;white-space:nowrap;width:20px;min-width:0}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next{float:none;background-position:-40px -15px;height:15px;width:30px;display:block;margin-left:14px;margin-top:7px}.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next{float:none;margin-left:0;margin-right:14px}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev{background-position:-40px 0;margin-bottom:7px;margin-top:0}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box{height:151px;overflow:hidden;border-bottom:1px solid #ddd}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div{background:#f5f5f5;border-top:1px solid #ddd;color:#666;font-size:12px;text-align:center;border-collapse:collapse;cursor:pointer;border-bottom-width:0;height:25px;line-height:25px}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:first-child{border-top-width:0}.xdsoft_datetimepicker .xdsoft_today_button:hover,.xdsoft_datetimepicker .xdsoft_next:hover,.xdsoft_datetimepicker .xdsoft_prev:hover{opacity:1;-ms-filter:"alpha(opacity=100)"}.xdsoft_datetimepicker .xdsoft_label{display:inline;position:relative;z-index:9999;margin:0;padding:5px 3px;font-size:14px;line-height:20px;font-weight:bold;background-color:#fff;float:left;width:182px;text-align:center;cursor:pointer}.xdsoft_datetimepicker .xdsoft_label:hover>span{text-decoration:underline}.xdsoft_datetimepicker .xdsoft_label:hover i{opacity:1.0}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select{border:1px solid #ccc;position:absolute;right:0;top:30px;z-index:101;display:none;background:#fff;max-height:160px;overflow-y:hidden}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_monthselect{right:-7px}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_yearselect{right:2px}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover{color:#fff;background:#ff8000}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option{padding:2px 10px 2px 5px;text-decoration:none !important}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current{background:#3af;box-shadow:#178fe5 0 1px 3px 0 inset;color:#fff;font-weight:700}.xdsoft_datetimepicker .xdsoft_month{width:100px;text-align:right}.xdsoft_datetimepicker .xdsoft_calendar{clear:both}.xdsoft_datetimepicker .xdsoft_year{width:48px;margin-left:5px}.xdsoft_datetimepicker .xdsoft_calendar table{border-collapse:collapse;width:100%}.xdsoft_datetimepicker .xdsoft_calendar td>div{padding-right:5px}.xdsoft_datetimepicker .xdsoft_calendar th{height:25px}.xdsoft_datetimepicker .xdsoft_calendar td,.xdsoft_datetimepicker .xdsoft_calendar th{width:14.2857142%;background:#f5f5f5;border:1px solid #ddd;color:#666;font-size:12px;text-align:right;vertical-align:middle;padding:0;border-collapse:collapse;cursor:pointer;height:25px}.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th{width:12.5%}.xdsoft_datetimepicker .xdsoft_calendar th{background:#f1f1f1}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today{color:#3af}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default{background:#ffe9d2;box-shadow:#ffb871 0 1px 4px 0 inset;color:#000}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint{background:#c1ffc9;box-shadow:#00dd1c 0 1px 4px 0 inset;color:#000}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current{background:#3af;box-shadow:#178fe5 0 1px 3px 0 inset;color:#fff;font-weight:700}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,.xdsoft_datetimepicker .xdsoft_time_box>div>div.xdsoft_disabled{opacity:.5;-ms-filter:"alpha(opacity=50)";cursor:default}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled{opacity:.2;-ms-filter:"alpha(opacity=20)"}.xdsoft_datetimepicker .xdsoft_calendar td:hover,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover{color:#fff !important;background:#ff8000 !important;box-shadow:none !important}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover{background:#3af !important;box-shadow:#178fe5 0 1px 3px 0 inset !important;color:#fff !important}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_disabled:hover{color:inherit !important;background:inherit !important;box-shadow:inherit !important}.xdsoft_datetimepicker .xdsoft_calendar th{font-weight:700;text-align:center;color:#999;cursor:default}.xdsoft_datetimepicker .xdsoft_copyright{color:#ccc !important;font-size:10px;clear:both;float:none;margin-left:8px}.xdsoft_datetimepicker .xdsoft_copyright a{color:#eee !important}.xdsoft_datetimepicker .xdsoft_copyright a:hover{color:#aaa !important}.xdsoft_time_box{position:relative;border:1px solid #ccc}.xdsoft_scrollbar>.xdsoft_scroller{background:#ccc !important;height:20px;border-radius:3px}.xdsoft_scrollbar{position:absolute;width:7px;right:0;top:0;bottom:0;cursor:pointer}.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar{left:0;right:auto}.xdsoft_scroller_box{position:relative}.xdsoft_datetimepicker.xdsoft_dark{box-shadow:0 5px 15px -5px rgba(255,255,255,0.506);background:#000;border-bottom:1px solid #444;border-left:1px solid #333;border-right:1px solid #333;border-top:1px solid #333;color:#ccc}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box{border-bottom:1px solid #222}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div{background:#0a0a0a;border-top:1px solid #222;color:#999}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label{background-color:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select{border:1px solid #333;background:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover{color:#000;background:#007fff}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current{background:#c50;box-shadow:#b03e00 0 1px 3px 0 inset;color:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==)}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th{background:#0a0a0a;border:1px solid #222;color:#999}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th{background:#0e0e0e}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today{color:#c50}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default{background:#ffe9d2;box-shadow:#ffb871 0 1px 4px 0 inset;color:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint{background:#c1ffc9;box-shadow:#00dd1c 0 1px 4px 0 inset;color:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current{background:#c50;box-shadow:#b03e00 0 1px 3px 0 inset;color:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div:hover{color:#000 !important;background:#007fff !important}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th{color:#666}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright{color:#333 !important}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a{color:#111 !important}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover{color:#555 !important}.xdsoft_dark .xdsoft_time_box{border:1px solid #333}.xdsoft_dark .xdsoft_scrollbar>.xdsoft_scroller{background:#333 !important}.xdsoft_datetimepicker .xdsoft_save_selected{display:block;border:1px solid #ddd !important;margin-top:5px;width:100%;color:#454551;font-size:13px}.xdsoft_datetimepicker .blue-gradient-button{font-family:"museo-sans","Book Antiqua",sans-serif;font-size:12px;font-weight:300;color:#82878c;height:28px;position:relative;padding:4px 17px 4px 33px;border:1px solid #d7d8da;background:-moz-linear-gradient(top,#fff 0,#f4f8fa 73%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(73%,#f4f8fa));background:-webkit-linear-gradient(top,#fff 0,#f4f8fa 73%);background:-o-linear-gradient(top,#fff 0,#f4f8fa 73%);background:-ms-linear-gradient(top,#fff 0,#f4f8fa 73%);background:linear-gradient(to bottom,#fff 0,#f4f8fa 73%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff',endColorstr='#f4f8fa',GradientType=0)}.xdsoft_datetimepicker .blue-gradient-button:hover,.xdsoft_datetimepicker .blue-gradient-button:focus,.xdsoft_datetimepicker .blue-gradient-button:hover span,.xdsoft_datetimepicker .blue-gradient-button:focus span{color:#454551;background:-moz-linear-gradient(top,#f4f8fa 0,#FFF 73%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#f4f8fa),color-stop(73%,#FFF));background:-webkit-linear-gradient(top,#f4f8fa 0,#FFF 73%);background:-o-linear-gradient(top,#f4f8fa 0,#FFF 73%);background:-ms-linear-gradient(top,#f4f8fa 0,#FFF 73%);background:linear-gradient(to bottom,#f4f8fa 0,#FFF 73%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f8fa',endColorstr='#FFF',GradientType=0)}
@charset "UTF-8";
/* Theme Name: adfreak
 * Description: Theme for adfreak
 * Author: Michael Enkirch
 * Version: 1.0
 * Text Domain: adfreak
 */
@font-face {
  font-family: "Qanelas-ExtraBold";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: local("Qanelas-ExtraBold"), local("Qanelas-ExtraBold"), url("../fonts/Qanelas-ExtraBold.woff") format("woff"); }
@font-face {
  font-family: "Qanelas-Regular";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: local("Qanelas-Regular"), local("Qanelas-Regular"), url("../fonts/Qanelas-Regular.woff") format("woff"); }
@font-face {
  font-family: "Qanelas-SemiBold";
  font-style: normal;
  font-weight: normal;
  src: local("Qanelas-SemiBold"), local("Qanelas-SemiBold"), url("../fonts/Qanelas-SemiBold.woff") format("woff");
  font-display: swap; }
@font-face {
  font-family: "Qanelas-Medium";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: local("Qanelas-SemiBold"), local("Qanelas-SemiBold"), url("../fonts/Qanelas-Medium.woff") format("woff"); }
@font-face {
  font-family: "Qanelas-Heavy";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: local("Qanelas-Heavy"), local("Qanelas-Heavy"), url("../fonts/Qanelas-Heavy.woff") format("woff"); }
body {
  background-color: #24272b;
  font-size: 16px;
  line-height: 24px;
  font-family: "Qanelas-Regular", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #2c2f34;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }
  body p {
    margin: 0; }
  body a {
    color: #ff4d4d; }
  body a:hover,
  body a:target,
  body a:focus,
  body a:active {
    text-decoration: none;
    color: #ff4d4d; }
  body b, body strong {
    font-family: "Qanelas-SemiBold", Arial, sans-serif;
    font-style: normal;
    font-weight: normal; }

.disable-body-scrolling {
  overflow: hidden; }

.body-content-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden; }

.fontsize-big-headline {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 24px; }
  @media (min-width: 768px) {
    .fontsize-big-headline {
      font-size: 40px;
      font-size: 2.5rem;
      line-height: 24px; } }
  @media (min-width: 1200px) {
    .fontsize-big-headline {
      font-size: 50px;
      font-size: 3.125rem;
      line-height: 70px; } }

.fontsize-medium-headline {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 30px; }
  @media (min-width: 768px) {
    .fontsize-medium-headline {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 32px; } }
  @media (min-width: 1200px) {
    .fontsize-medium-headline {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 36px; } }

.headlines-container .headline-container {
  margin: 0 0 5px 0; }
  .headlines-container .headline-container .headline {
    font-family: "Qanelas-ExtraBold", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    font-size: 1.375rem;
    position: relative;
    z-index: 5;
    display: inline;
    line-height: normal; }
    @media (min-width: 768px) {
      .headlines-container .headline-container .headline {
        font-size: 40px;
        font-size: 2.5rem; } }
    @media (min-width: 992px) {
      .headlines-container .headline-container .headline {
        font-size: 50px;
        font-size: 3.125rem; } }
  .headlines-container .headline-container .headline::before {
    content: "";
    background-color: rgba(38, 163, 221, 0.2);
    position: absolute;
    left: -5px;
    bottom: -3px;
    width: 50%;
    height: 17px;
    z-index: -1; }
    @media (min-width: 768px) {
      .headlines-container .headline-container .headline::before {
        left: -15px;
        width: 50%;
        height: 27px; } }
    @media (min-width: 992px) {
      .headlines-container .headline-container .headline::before {
        left: -15px;
        width: 75%;
        height: 32px; } }
.headlines-container .subheadline {
  font-family: "Qanelas-SemiBold", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  margin: 0 0 15px 0;
  line-height: 22px; }
  @media (min-width: 768px) {
    .headlines-container .subheadline {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 24px; } }
  @media (min-width: 992px) {
    .headlines-container .subheadline {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 24px;
      margin: 0 0 22px 0; } }

.button-red {
  font-family: "Qanelas-SemiBold", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  background-color: #ff4d4d;
  color: #ffffff;
  display: inline-block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 26px;
  padding: 14px 25px;
  position: relative;
  box-shadow: -10px 10px 0px rgba(38, 163, 221, 0.2);
  -webkit-transition: all 2s ease;
  transition: all 0.3s ease; }
  @media (min-width: 768px) {
    .button-red {
      box-shadow: -15px 15px 0px rgba(38, 163, 221, 0.2); } }

.button-red:hover,
.button-red:active,
.button-red:focus,
.button-red:visited {
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0px 0px 0px rgba(38, 163, 221, 0.2);
  outline: 0; }

@media (min-width: 992px) {
  .blog-content {
    margin: -30px 0 0 0; } }

.blogpost-header {
  margin: 0 0 40px 0;
  background-color: rgba(255, 255, 255, 0.04); }
  @media (min-width: 1200px) {
    .blogpost-header {
      margin: 0 0 130px 0; } }
  .blogpost-header .detailpost-headerimage-container {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover; }
    @media (min-width: 1200px) {
      .blogpost-header .detailpost-headerimage-container {
        height: 100%; } }
    .blogpost-header .detailpost-headerimage-container .detailpost-headerimage {
      width: 100%;
      height: auto; }
  .blogpost-header .titlebox {
    margin: 120px 0 15px 0;
    padding: 0 15px; }
    @media (min-width: 1200px) {
      .blogpost-header .titlebox {
        margin: 0;
        width: 63%;
        padding: 0 0 0 25px; } }
    .blogpost-header .titlebox .headline {
      font-family: "Qanelas-ExtraBold", Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      color: #ffffff;
      text-transform: uppercase;
      position: relative;
      margin-bottom: 30px;
      font-size: 22px;
      font-size: 1.375rem;
      line-height: 24px;
      margin-top: 20px; }
      @media (min-width: 576px) {
        .blogpost-header .titlebox .headline {
          margin-top: 40px; } }
      @media (min-width: 768px) {
        .blogpost-header .titlebox .headline {
          font-size: 40px;
          font-size: 2.5rem;
          line-height: 56px; } }
      @media (min-width: 1200px) {
        .blogpost-header .titlebox .headline {
          font-size: 34px;
          font-size: 2.125rem;
          line-height: 40px; } }
      @media (min-width: 1440px) {
        .blogpost-header .titlebox .headline {
          font-size: 40px;
          font-size: 2.5rem;
          line-height: 52px; } }
      @media (min-width: 1700px) {
        .blogpost-header .titlebox .headline {
          font-size: 48px;
          font-size: 3rem;
          line-height: 60px; } }
      @media (min-width: 1800px) {
        .blogpost-header .titlebox .headline {
          font-size: 50px;
          font-size: 3.125rem;
          line-height: 70px; } }
    .blogpost-header .titlebox .headline:after {
      content: "";
      width: 75%;
      background-color: rgba(38, 163, 221, 0.1);
      display: block;
      position: absolute;
      z-index: -1;
      height: 32px;
      bottom: -6px;
      left: -12px; }
      @media (min-width: 576px) {
        .blogpost-header .titlebox .headline:after {
          bottom: -7px;
          left: -12px;
          height: 22px; } }
      @media (min-width: 768px) {
        .blogpost-header .titlebox .headline:after {
          bottom: 1px;
          left: -12px;
          height: 25px; } }
      @media (min-width: 1200px) {
        .blogpost-header .titlebox .headline:after {
          bottom: -5px;
          left: -12px;
          height: 27px; } }
      @media (min-width: 1700px) {
        .blogpost-header .titlebox .headline:after {
          bottom: 0px;
          left: -12px;
          height: 27px; } }
    .blogpost-header .titlebox .date {
      color: #ffffff;
      font-style: italic;
      font-size: 16px;
      font-size: 1rem; }

.sidebar {
  color: #ffffff;
  margin: 100px 0 0 0; }
  @media (min-width: 992px) {
    .sidebar {
      margin: 0; } }
  .sidebar .headline {
    text-transform: uppercase;
    font-family: "Qanelas-SemiBold", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 15px; }
  .sidebar .content-box-padding {
    padding: 35px 35px 65px; }
  .sidebar .searchcontainer {
    margin-bottom: 40px; }
    .sidebar .searchcontainer #searchform {
      position: relative;
      width: 92% !important;
      margin: 0 auto;
      -ms-input-placeholder-color: #ff4d4d;
      -ms-input-placeholder-opacity: 0.5; }
      .sidebar .searchcontainer #searchform .search-field {
        width: calc(100% - 52px);
        height: 51px;
        border-left: 2px solid #ff4d4d;
        border-top: 2px solid #ff4d4d;
        border-bottom: 2px solid #ff4d4d;
        border-right: none;
        border-radius: 26px 0 0 26px;
        font-size: 16px;
        font-size: 1rem;
        padding: 0 0 0 25px;
        color: #ff4d4d;
        outline: 0; }
      .sidebar .searchcontainer #searchform ::placeholder {
        color: #ff4d4d;
        opacity: 0.5; }
      .sidebar .searchcontainer #searchform ::-ms-input-placeholder {
        color: #ff4d4d;
        opacity: 0.5; }
      .sidebar .searchcontainer #searchform [type="submit"] {
        border-right: 2px solid #ff4d4d;
        border-top: 2px solid #ff4d4d;
        border-bottom: 2px solid #ff4d4d;
        border-left: none;
        background-color: #ff4d4d;
        border-radius: 0 26px 26px 0;
        background-image: url("../../images/icon_lupe.png");
        background-size: 25px 25px;
        background-repeat: no-repeat;
        background-position: center right 15px;
        color: transparent;
        height: 51px;
        width: 52px;
        float: right;
        cursor: pointer; }
    .sidebar .searchcontainer #searchform:after {
      content: "";
      width: 100%;
      height: 51px;
      background-color: rgba(38, 163, 221, 0.2);
      display: block;
      position: absolute;
      z-index: -1;
      bottom: -15px;
      left: -15px;
      border-radius: 26px;
      -webkit-transition: all 2s ease;
      transition: all 0.3s ease; }
    .sidebar .searchcontainer #searchform:hover:after {
      bottom: 0;
      left: 0; }
  .sidebar .content-box {
    background-color: rgba(255, 255, 255, 0.04);
    margin-bottom: 10px; }
    .sidebar .content-box .textbox {
      margin-bottom: 20px; }
  .sidebar .seo-box {
    background-color: rgba(255, 255, 255, 0.04); }
  .sidebar .fav-posts {
    background-color: rgba(255, 255, 255, 0.04); }
    .sidebar .fav-posts .postings-container {
      width: 100%;
      margin: 0 0 25px 0; }
      @media (min-width: 768px) {
        .sidebar .fav-posts .postings-container {
          width: 30%;
          margin: 0 2% 25px 0%;
          display: inline-block;
          vertical-align: top; } }
      @media (min-width: 992px) {
        .sidebar .fav-posts .postings-container {
          width: 100%;
          margin: 0 0 25px 0;
          display: block; } }
      .sidebar .fav-posts .postings-container .headline {
        font-family: "Qanelas-SemiBold", Arial, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        font-size: 1rem;
        line-height: 24px;
        margin: 0 0 2px 0; }
      .sidebar .fav-posts .postings-container .image-container {
        margin: 0 0 15px 0; }
        .sidebar .fav-posts .postings-container .image-container .detailpost-headerimage {
          width: 100%;
          height: auto; }
      .sidebar .fav-posts .postings-container a {
        color: white; }
      .sidebar .fav-posts .postings-container a:hover {
        text-decoration: none; }

.add-comments-container {
  color: #ffffff;
  display: inline-block;
  width: 100%;
  margin: 0 0 50px 0; }
  .add-comments-container .comment-respond .comment-reply-title {
    text-transform: uppercase;
    font-family: "Qanelas-SemiBold", Arial, sans-serif;
    font-style: normal;
    font-weight: normal; }
    .add-comments-container .comment-respond .comment-reply-title a {
      color: white;
      font-size: 20px;
      font-size: 1.25rem; }
    .add-comments-container .comment-respond .comment-reply-title small a {
      text-decoration: underline;
      font-size: 13px;
      font-size: 0.8125rem;
      font-family: "Qanelas-Regular", Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      text-transform: none; }
  .add-comments-container .comment-respond .comment-form .logged-in-as a {
    text-decoration: underline;
    font-size: 13px;
    font-size: 0.8125rem;
    font-family: "Qanelas-Regular", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    color: white; }
  .add-comments-container .comment-respond .comment-form .comment-notes {
    font-family: "Qanelas-Regular", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0 0 30px 0px; }
  .add-comments-container .comment-respond .comment-form .comment-form-email {
    float: right; }
  .add-comments-container .comment-respond .comment-form .comment-form-author,
  .add-comments-container .comment-respond .comment-form .comment-form-email {
    display: inline-block;
    width: calc(100%);
    margin: 0 0 25px 0; }
    @media (min-width: 768px) {
      .add-comments-container .comment-respond .comment-form .comment-form-author,
      .add-comments-container .comment-respond .comment-form .comment-form-email {
        width: calc(50% - 30px);
        margin: 0; } }
    .add-comments-container .comment-respond .comment-form .comment-form-author input,
    .add-comments-container .comment-respond .comment-form .comment-form-email input {
      width: 100%;
      height: 49px;
      border: 1px solid white;
      padding: 0 15px 0 15px;
      background-color: rgba(255, 255, 255, 0.04);
      color: white; }
  .add-comments-container .comment-respond .comment-form .comment-form-comment {
    margin: 25px 0 0 0; }
    .add-comments-container .comment-respond .comment-form .comment-form-comment textarea {
      width: 100%;
      padding: 20px;
      height: 164px;
      border: 1px solid white;
      background-color: rgba(255, 255, 255, 0.04);
      color: white; }
  .add-comments-container .comment-respond .comment-form label {
    display: block;
    font-size: 13px;
    font-size: 0.8125rem;
    margin: 0 0 2px 0; }
  .add-comments-container .comment-respond .comment-form .form-submit {
    margin-top: 30px;
    display: inline-block;
    position: relative;
    margin-left: 17px; }
    @media (min-width: 576px) {
      .add-comments-container .comment-respond .comment-form .form-submit {
        margin-left: 0; } }
    .add-comments-container .comment-respond .comment-form .form-submit .button-send {
      background-color: #ff4d4d;
      color: #ffffff;
      display: inline-block;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-radius: 26px;
      padding: 14px 25px;
      position: relative;
      border: none;
      cursor: pointer; }
    .add-comments-container .comment-respond .comment-form .form-submit .button-send:hover {
      color: #ffffff;
      text-decoration: none; }
  .add-comments-container .comment-respond .comment-form .form-submit:after {
    content: "Senden";
    background-color: rgba(38, 163, 221, 0.1);
    color: transparent;
    display: block;
    position: absolute;
    z-index: -1;
    border-radius: 26px;
    padding: 14px 25px;
    bottom: -15px;
    left: -15px;
    position: absolute;
    -webkit-transition: all 2s ease;
    transition: all 0.3s ease; }
  .add-comments-container .comment-respond .comment-form .form-submit:hover:after {
    bottom: 0;
    left: 0; }

.comments-container {
  color: #ffffff;
  margin: 30px 0 20px 0; }
  @media (min-width: 992px) {
    .comments-container {
      margin: 70px 0 50px 0; } }
  .comments-container .headline {
    text-transform: uppercase;
    position: relative;
    margin: 0 0 34px 0px;
    font-family: "Qanelas-ExtraBold", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: normal; }
    @media (min-width: 768px) {
      .comments-container .headline {
        font-size: 40px;
        font-size: 2.5rem; } }
    @media (min-width: 992px) {
      .comments-container .headline {
        font-size: 50px;
        font-size: 3.125rem; } }
  .comments-container .headline:after {
    content: "";
    width: 50%;
    height: 30px;
    background-color: rgba(38, 163, 221, 0.1);
    display: block;
    position: absolute;
    z-index: -1;
    bottom: 0px;
    left: -12px; }
    @media (min-width: 768px) {
      .comments-container .headline:after {
        width: 50%;
        height: 26px;
        bottom: 0px;
        left: -12px; } }
    @media (min-width: 992px) {
      .comments-container .headline:after {
        width: 50%;
        bottom: -1px;
        height: 27px; } }
    @media (min-width: 1200px) {
      .comments-container .headline:after {
        width: 50%;
        bottom: -1px;
        height: 32px; } }
  .comments-container ol.commentlist {
    padding: 0;
    list-style: none; }
    .comments-container ol.commentlist li {
      margin: 0 0 50px 0; }
      .comments-container ol.commentlist li .comment-body .comment-meta .comment-author .fn {
        text-transform: uppercase;
        font-family: "Qanelas-SemiBold", Arial, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 24px;
        font-size: 1.5rem;
        display: block;
        margin: 0 0 0px 10px; }
      .comments-container ol.commentlist li .comment-body .comment-meta .comment-author .says {
        display: none; }
      .comments-container ol.commentlist li .comment-body .comment-meta .comment-metadata {
        display: none; }
      .comments-container ol.commentlist li .comment-body .comment-content {
        font-family: "Qanelas-Regular", Arial, sans-serif;
        font-style: normal;
        font-weight: normal;
        margin: 10px 0 25px 10px; }
      .comments-container ol.commentlist li .comment-body .reply {
        margin: 0px 0 0 15px; }
        .comments-container ol.commentlist li .comment-body .reply .comment-reply-link {
          background-color: #ff4d4d;
          color: #ffffff;
          display: inline-block;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          border-radius: 26px;
          padding: 12px 20px;
          position: relative; }
        .comments-container ol.commentlist li .comment-body .reply .comment-reply-link:hover {
          color: #ffffff;
          text-decoration: none; }
        .comments-container ol.commentlist li .comment-body .reply .comment-reply-link:hover:after {
          bottom: 0px;
          left: 0px; }
        .comments-container ol.commentlist li .comment-body .reply .comment-reply-link:after {
          content: "Antworten";
          color: transparent;
          background-color: rgba(38, 163, 221, 0.1);
          display: block;
          z-index: -1;
          border-radius: 26px;
          padding: 12px 20px;
          bottom: -13px;
          left: -14px;
          position: absolute;
          -webkit-transition: all 2s ease;
          transition: all 0.3s ease; }
        .comments-container ol.commentlist li .comment-body .reply a {
          color: green; }
        .comments-container ol.commentlist li .comment-body .reply a:hover {
          color: pink; }
      .comments-container ol.commentlist li ul.children {
        padding: 60px 0 0 2px; }
        .comments-container ol.commentlist li ul.children li {
          list-style: none;
          padding-left: 35px;
          margin: 0 0 50px 0; }
          .comments-container ol.commentlist li ul.children li .comment-body {
            border-left: 2px solid rgba(38, 163, 221, 0.2);
            padding: 0 0px 0 50px; }
        .comments-container ol.commentlist li ul.children li:last-child {
          margin-bottom: 0; }

.rateSectionBlog {
  background-color: #1c1f23;
  padding: 30px 0 40px 0;
  margin: 30px 0 38px 0;
  border-top: 1px solid #ff4d4d;
  text-align: center;
  color: #ffffff; }
  @media (min-width: 576px) {
    .rateSectionBlog {
      border-top: 3px solid #ff4d4d;
      padding: 40px 0 60px 0;
      margin: 35px 0 30px 0; } }
  .rateSectionBlog .contentbox .imagecontainerrateerror {
    margin: 0 0 40px 0; }
    .rateSectionBlog .contentbox .imagecontainerrateerror img {
      width: 100%;
      max-width: 85px;
      height: auto; }
  .rateSectionBlog .contentbox .imagecontainerrate {
    margin: 0 0 40px 0; }
    .rateSectionBlog .contentbox .imagecontainerrate ul {
      padding: 0; }
      .rateSectionBlog .contentbox .imagecontainerrate ul li {
        display: inline-block;
        margin: 0 0 0 20px; }
      .rateSectionBlog .contentbox .imagecontainerrate ul li:first-child {
        margin: 0 0 0 0; }
    .rateSectionBlog .contentbox .imagecontainerrate img {
      width: 100%;
      max-width: 35px;
      height: auto;
      transform: scale(0); }
      @media (min-width: 576px) {
        .rateSectionBlog .contentbox .imagecontainerrate img {
          max-width: 45px; } }
    .rateSectionBlog .contentbox .imagecontainerrate .iconstar {
      transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -webkit-transform: scale(0);
      transform: scale(0);
      opacity: 0; }
    .rateSectionBlog .contentbox .imagecontainerrate .iconstarAnimate {
      transform: scale(1);
      -webkit-transform: scale(1);
      opacity: 1; }
    .rateSectionBlog .contentbox .imagecontainerrate .iconstardelay1 {
      transition-delay: 0.1s;
      -webkit-transition-delay: 0.1s; }
    .rateSectionBlog .contentbox .imagecontainerrate .iconstardelay2 {
      transition-delay: 0.2s;
      -webkit-transition-delay: 0.2s; }
    .rateSectionBlog .contentbox .imagecontainerrate .iconstardelay3 {
      transition-delay: 0.3s;
      -webkit-transition-delay: 0.3s; }
    .rateSectionBlog .contentbox .imagecontainerrate .iconstardelay4 {
      transition-delay: 0.4s;
      -webkit-transition-delay: 0.4s; }
    .rateSectionBlog .contentbox .imagecontainerrate .iconstardelay5 {
      transition-delay: 0.5s;
      -webkit-transition-delay: 0.5s; }
  .rateSectionBlog .contentbox .headline {
    font-family: "Qanelas-SemiBold", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0 0 20px 0; }
    @media (min-width: 576px) {
      .rateSectionBlog .contentbox .headline {
        font-size: 27px;
        font-size: 1.6875rem;
        margin: 0 0 20px 0; } }
  .rateSectionBlog .contentbox .textbox {
    margin: 0 0 45px 0; }

#modalBlogSingleRating .close-container {
  position: absolute;
  right: 15px;
  top: 30px;
  cursor: pointer;
  width: 25px;
  height: 25px;
  z-index: 1; }
  #modalBlogSingleRating .close-container .leftright {
    height: 4px;
    width: 100%;
    position: absolute;
    background-color: white;
    transform: rotate(45deg);
    transition: all 0.3s ease-in; }
  #modalBlogSingleRating .close-container .rightleft {
    height: 4px;
    width: 100%;
    position: absolute;
    background-color: white;
    transform: rotate(-45deg);
    transition: all 0.3s ease-in; }
#modalBlogSingleRating .close-container:hover .leftright {
  transform: rotate(-45deg);
  background-color: #ff4d4d; }
#modalBlogSingleRating .close-container:hover .rightleft {
  transform: rotate(45deg);
  background-color: #ff4d4d; }
#modalBlogSingleRating .modal-dialog {
  width: 90%;
  max-width: 500px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    #modalBlogSingleRating .modal-dialog {
      width: 100%;
      max-width: 520px; } }
  @media (min-width: 992px) {
    #modalBlogSingleRating .modal-dialog {
      width: 100%;
      max-width: 730px; } }
  #modalBlogSingleRating .modal-dialog .modal-content {
    border-radius: 0;
    background-color: rgba(27, 30, 34, 0.95);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5); }
    #modalBlogSingleRating .modal-dialog .modal-content .modal-header {
      border: 0;
      padding: 0; }
    #modalBlogSingleRating .modal-dialog .modal-content .modal-body .contentbox {
      margin: 40px auto 45px;
      text-align: center;
      color: #ffffff;
      width: 90%; }
      @media (min-width: 576px) {
        #modalBlogSingleRating .modal-dialog .modal-content .modal-body .contentbox {
          margin: 25px auto 35px;
          width: 100%;
          max-width: 460px; } }
      #modalBlogSingleRating .modal-dialog .modal-content .modal-body .contentbox .headline {
        font-family: "Qanelas-SemiBold", Arial, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 24px;
        font-size: 1.5rem;
        margin: 0 0 20px 0; }
        @media (min-width: 576px) {
          #modalBlogSingleRating .modal-dialog .modal-content .modal-body .contentbox .headline {
            font-size: 27px;
            font-size: 1.6875rem;
            margin: 0 0 20px 0; } }
      #modalBlogSingleRating .modal-dialog .modal-content .modal-body .contentbox .textbox {
        margin: 0 0 45px 0; }
      #modalBlogSingleRating .modal-dialog .modal-content .modal-body .contentbox .imagecontainerrateerror {
        margin: 0 0 40px 0; }
        #modalBlogSingleRating .modal-dialog .modal-content .modal-body .contentbox .imagecontainerrateerror img {
          width: 100%;
          max-width: 85px;
          height: auto; }
      #modalBlogSingleRating .modal-dialog .modal-content .modal-body .contentbox .imagecontainerrate {
        margin: 0 0 40px 0; }
        #modalBlogSingleRating .modal-dialog .modal-content .modal-body .contentbox .imagecontainerrate ul {
          padding: 0; }
          #modalBlogSingleRating .modal-dialog .modal-content .modal-body .contentbox .imagecontainerrate ul li {
            display: inline-block;
            margin: 0 0 0 20px; }
          #modalBlogSingleRating .modal-dialog .modal-content .modal-body .contentbox .imagecontainerrate ul li:first-child {
            margin: 0 0 0 0; }
        #modalBlogSingleRating .modal-dialog .modal-content .modal-body .contentbox .imagecontainerrate img {
          width: 100%;
          max-width: 45px;
          height: auto;
          transform: scale(0); }
        #modalBlogSingleRating .modal-dialog .modal-content .modal-body .contentbox .imagecontainerrate .iconstar {
          transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -webkit-transform: scale(0);
          transform: scale(0);
          opacity: 0; }
        #modalBlogSingleRating .modal-dialog .modal-content .modal-body .contentbox .imagecontainerrate .iconstarAnimate {
          transform: scale(1);
          -webkit-transform: scale(1);
          opacity: 1; }
        #modalBlogSingleRating .modal-dialog .modal-content .modal-body .contentbox .imagecontainerrate .iconstardelay1 {
          transition-delay: 0.1s;
          -webkit-transition-delay: 0.1s; }
        #modalBlogSingleRating .modal-dialog .modal-content .modal-body .contentbox .imagecontainerrate .iconstardelay2 {
          transition-delay: 0.2s;
          -webkit-transition-delay: 0.2s; }
        #modalBlogSingleRating .modal-dialog .modal-content .modal-body .contentbox .imagecontainerrate .iconstardelay3 {
          transition-delay: 0.3s;
          -webkit-transition-delay: 0.3s; }
        #modalBlogSingleRating .modal-dialog .modal-content .modal-body .contentbox .imagecontainerrate .iconstardelay4 {
          transition-delay: 0.4s;
          -webkit-transition-delay: 0.4s; }
        #modalBlogSingleRating .modal-dialog .modal-content .modal-body .contentbox .imagecontainerrate .iconstardelay5 {
          transition-delay: 0.5s;
          -webkit-transition-delay: 0.5s; }

.toppost-container {
  padding: 30px 0;
  overflow: hidden; }
  @media (min-width: 992px) {
    .toppost-container {
      height: 500px; } }
  @media (min-width: 1200px) {
    .toppost-container {
      height: 700px;
      padding: 30px 0 90px; } }
  @media (min-width: 992px) {
    .toppost-container .height100 {
      height: 100%; } }
  .toppost-container .content-container {
    height: 100%;
    color: white;
    padding: 15px 0 15px 0; }
    @media (min-width: 768px) {
      .toppost-container .content-container {
        padding: 15px; } }
    @media (min-width: 992px) {
      .toppost-container .content-container {
        padding: 0 0 0 100px;
        width: 220%;
        position: absolute;
        background-color: rgba(255, 255, 255, 0.05); } }
    @media (min-width: 1200px) {
      .toppost-container .content-container {
        padding: 0 0 0 130px; } }
    .toppost-container .content-container .headline {
      font-family: "Qanelas-SemiBold", Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 24px;
      margin: 0 0 10px 0; }
      @media (min-width: 768px) {
        .toppost-container .content-container .headline {
          font-size: 24px;
          font-size: 1.5rem;
          line-height: 36px;
          margin: 0 0 15px 0; } }
    .toppost-container .content-container .date {
      font-style: italic;
      font-size: 13px;
      font-size: 0.8125rem;
      margin: 0 0 10px 0; }
    .toppost-container .content-container a {
      color: white; }
    .toppost-container .content-container a:hover {
      color: white;
      text-decoration: none; }
    @media (min-width: 992px) {
      .toppost-container .content-container .center-it {
        position: absolute;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        margin: auto 0;
        display: inline-table;
        width: 450px; } }
    @media (min-width: 1200px) {
      .toppost-container .content-container .center-it {
        width: 460px; } }
  .toppost-container .headerimage {
    width: 100%;
    height: auto; }
    @media (min-width: 992px) {
      .toppost-container .headerimage {
        position: absolute;
        z-index: 1;
        left: 15px;
        width: auto;
        height: auto;
        max-width: 445px;
        top: 0;
        bottom: 0;
        margin: auto 0; } }
    @media (min-width: 1200px) {
      .toppost-container .headerimage {
        max-width: 645px; } }

.postTiles .tile-box {
  margin: 0 0 30px 0; }
  @media (min-width: 768px) {
    .postTiles .tile-box {
      margin: 0 0 40px 0; } }
  .postTiles .tile-box .image-container {
    margin: 0 0 15px 0; }
    @media (min-width: 768px) {
      .postTiles .tile-box .image-container {
        margin: 0 0 24px 0; } }
    .postTiles .tile-box .image-container img {
      width: 100%;
      height: auto; }
  .postTiles .tile-box .headline {
    color: white;
    margin: 0 0 3px 0; }
    .postTiles .tile-box .headline a {
      color: white;
      text-decoration: none;
      font-family: "Qanelas-SemiBold", Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 20px;
      display: block; }
      @media (min-width: 768px) {
        .postTiles .tile-box .headline a {
          line-height: 24px;
          font-size: 16px;
          font-size: 1rem; } }
  .postTiles .tile-box .date {
    color: white;
    font-size: 12px;
    font-size: 0.75rem; }
    @media (min-width: 768px) {
      .postTiles .tile-box .date {
        font-size: 13px;
        font-size: 0.8125rem; } }

.pagination-container {
  margin: 30px 0 30px 0; }
  .pagination-container .pagination ul {
    padding: 0;
    margin: 0 auto; }
    .pagination-container .pagination ul li {
      list-style: none;
      background-color: rgba(38, 163, 221, 0.1);
      margin: 0 8px 8px 0;
      text-align: center;
      display: inline-block;
      font-family: "Qanelas-SemiBold", Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      line-height: 30px; }
      @media (min-width: 768px) {
        .pagination-container .pagination ul li {
          margin: 0 10px 10px 0; } }
      .pagination-container .pagination ul li a {
        color: white;
        display: block;
        height: 27px;
        width: 27px; }
        @media (min-width: 768px) {
          .pagination-container .pagination ul li a {
            height: 30px;
            width: 30px; } }
      .pagination-container .pagination ul li .current {
        color: white;
        display: block;
        background-color: rgba(38, 163, 221, 0.3);
        height: 27px;
        width: 27px; }
        @media (min-width: 768px) {
          .pagination-container .pagination ul li .current {
            height: 30px;
            width: 30px; } }
    .pagination-container .pagination ul li:last-child {
      margin: 0 0 0 0; }

.paralaxbackgroundimage {
  background-image: url("../../images/background/background_mobile.png");
  background-repeat: repeat;
  background-size: contain; }
  @media (min-width: 768px) {
    .paralaxbackgroundimage {
      background-image: url("../../images/background/background_tablet.png"); } }

#paralaxBackground {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000; }
  #paralaxBackground .quaderwrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000; }
    #paralaxBackground .quaderwrapper .quadertop,
    #paralaxBackground .quaderwrapper .quadermiddle,
    #paralaxBackground .quaderwrapper .quaderbottom {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-backface-visibility: hidden;
      -webkit-perspective: 1000; }
  #paralaxBackground .quaderContainerDesktop {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000; }
    #paralaxBackground .quaderContainerDesktop .quader {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-backface-visibility: hidden;
      -webkit-perspective: 1000; }
  #paralaxBackground .quaderContainerTablet {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000; }
    #paralaxBackground .quaderContainerTablet .quader {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-backface-visibility: hidden;
      -webkit-perspective: 1000; }
  #paralaxBackground .quaderContainerTablet {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000; }
    #paralaxBackground .quaderContainerTablet .quader {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-backface-visibility: hidden;
      -webkit-perspective: 1000; }

#paralaxBackground {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
  min-height: 100%;
  padding: 100px 0 100px; }
  #paralaxBackground .quaderwrapper {
    position: absolute;
    height: 100%;
    width: 100%; }
    #paralaxBackground .quaderwrapper .quadertop {
      transition: transform 0.5s ease-out;
      -webkit-transition: transform 0.5s ease-out; }
      @media (min-width: 1200px) {
        #paralaxBackground .quaderwrapper .quadertop {
          will-change: transform; } }
      @media (max-width: 991px) {
        #paralaxBackground .quaderwrapper .quadertop {
          -webkit-transform: none !important;
          transform: none !important; } }
    #paralaxBackground .quaderwrapper .quadermiddle {
      transition: transform 0.5s ease-out;
      -webkit-transition: transform 0.5s ease-out; }
      @media (min-width: 1200px) {
        #paralaxBackground .quaderwrapper .quadermiddle {
          will-change: transform; } }
      @media (max-width: 991px) {
        #paralaxBackground .quaderwrapper .quadermiddle {
          -webkit-transform: none !important;
          transform: none !important; } }
    #paralaxBackground .quaderwrapper .quaderbottom {
      transition: transform 0.5s ease-out;
      -webkit-transition: transform 0.5s ease-out; }
      @media (min-width: 1200px) {
        #paralaxBackground .quaderwrapper .quaderbottom {
          will-change: transform; } }
      @media (max-width: 991px) {
        #paralaxBackground .quaderwrapper .quaderbottom {
          -webkit-transform: none !important;
          transform: none !important; } }
  #paralaxBackground .quaderContainerDesktop {
    position: relative;
    height: 2340px;
    /*style common */
    /*all quaders */ }
    #paralaxBackground .quaderContainerDesktop .quader {
      position: absolute;
      color: red;
      display: block; }
    #paralaxBackground .quaderContainerDesktop .quader:after {
      content: "";
      -webkit-transform: rotate(45deg) translateZ(0);
      transform: rotate(45deg) translateZ(0);
      -webkit-transform-origin: 20% 50%;
      transform-origin: 20% 50%;
      display: inline-block;
      background-color: rgba(255, 255, 255, 0.03);
      box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
      /*sizes */ }
    #paralaxBackground .quaderContainerDesktop .quaderSize1:after {
      width: 350px;
      height: 350px; }
    #paralaxBackground .quaderContainerDesktop .quaderSize2:after {
      width: 430px;
      height: 430px; }
    #paralaxBackground .quaderContainerDesktop .quaderSize3:after {
      width: 490px;
      height: 490px; }
    #paralaxBackground .quaderContainerDesktop .quaderSize4:after {
      width: 580px;
      height: 580px; }
    #paralaxBackground .quaderContainerDesktop .quaderSize5:after {
      width: 670px;
      height: 670px; }
    #paralaxBackground .quaderContainerDesktop .quaderSize6:after {
      width: 770px;
      height: 770px; }
    #paralaxBackground .quaderContainerDesktop .quaderSize7:after {
      width: 850px;
      height: 850px; }
    #paralaxBackground .quaderContainerDesktop .quader01 {
      top: 80.1%;
      left: 56%; }
    #paralaxBackground .quaderContainerDesktop .quader02 {
      top: 2%;
      left: -30.7%; }
    #paralaxBackground .quaderContainerDesktop .quader03 {
      top: -15.9%;
      left: -21.7%; }
    #paralaxBackground .quaderContainerDesktop .quader04 {
      top: 14.7%;
      left: 12.5%; }
    #paralaxBackground .quaderContainerDesktop .quader05 {
      top: 35.9%;
      left: 1.6%; }
    #paralaxBackground .quaderContainerDesktop .quader06 {
      top: 26.5%;
      left: 66%; }
    #paralaxBackground .quaderContainerDesktop .quader07 {
      top: 39.8%;
      left: 37.9%; }
    #paralaxBackground .quaderContainerDesktop .quader08 {
      top: 12.2%;
      left: 81%; }
    #paralaxBackground .quaderContainerDesktop .quader09 {
      top: 55.8%;
      left: 68.2%; }
    #paralaxBackground .quaderContainerDesktop .quader10 {
      top: 75.5%;
      left: 40%; }
    #paralaxBackground .quaderContainerDesktop .quader11 {
      top: 62.3%;
      left: 3.7%; }
    #paralaxBackground .quaderContainerDesktop .quader12 {
      top: 59.7%;
      left: -10%; }
  #paralaxBackground .quaderContainerTablet {
    position: relative;
    height: 2340px;
    /*style common */
    /*all quaders */ }
    #paralaxBackground .quaderContainerTablet .quader {
      position: absolute;
      display: block; }
    #paralaxBackground .quaderContainerTablet .quader:after {
      content: "";
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transform-origin: top center;
      transform-origin: top center;
      display: inline-block;
      background-color: rgba(255, 255, 255, 0.03);
      box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
      /*sizes */ }
    #paralaxBackground .quaderContainerTablet .quaderSize1:after {
      width: 350px;
      height: 350px; }
    #paralaxBackground .quaderContainerTablet .quaderSize2:after {
      width: 430px;
      height: 430px; }
    #paralaxBackground .quaderContainerTablet .quaderSize3:after {
      width: 490px;
      height: 490px; }
    #paralaxBackground .quaderContainerTablet .quaderSize4:after {
      width: 580px;
      height: 580px; }
    #paralaxBackground .quaderContainerTablet .quaderSize5:after {
      width: 670px;
      height: 670px; }
    #paralaxBackground .quaderContainerTablet .quaderSize6:after {
      width: 770px;
      height: 770px; }
    #paralaxBackground .quaderContainerTablet .quaderSize7:after {
      width: 850px;
      height: 850px; }
    #paralaxBackground .quaderContainerTablet .quader01 {
      top: 80.1%;
      left: 56%; }
    #paralaxBackground .quaderContainerTablet .quader02 {
      top: 2%;
      left: -30.7%; }
    #paralaxBackground .quaderContainerTablet .quader03 {
      top: -15.9%;
      left: -21.7%;
      display: none; }
    #paralaxBackground .quaderContainerTablet .quader04 {
      top: 14.7%;
      left: 12.5%;
      display: none; }
    #paralaxBackground .quaderContainerTablet .quader05 {
      top: 35.9%;
      left: 1.6%;
      display: none; }
    #paralaxBackground .quaderContainerTablet .quader06 {
      top: 26.5%;
      left: 66%;
      display: none; }
    #paralaxBackground .quaderContainerTablet .quader07 {
      top: 39.8%;
      left: 37.9%; }
    #paralaxBackground .quaderContainerTablet .quader08 {
      top: 12.2%;
      left: 81%; }
    #paralaxBackground .quaderContainerTablet .quader09 {
      top: 55.8%;
      left: 68.2%; }
    #paralaxBackground .quaderContainerTablet .quader10 {
      top: 75.5%;
      left: 20%; }
    #paralaxBackground .quaderContainerTablet .quader11 {
      top: 99%;
      left: -16%;
      display: none; }
    #paralaxBackground .quaderContainerTablet .quader12 {
      top: 59.7%;
      left: -10%; }

.quaderContainerMobile {
  position: relative;
  height: 2340px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  /*style common */
  /*all quaders */ }
  .quaderContainerMobile .quader {
    position: absolute;
    display: block; }
  .quaderContainerMobile .quader:after {
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.03);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
    /*sizes */ }
  .quaderContainerMobile .quaderSize1:after {
    width: 350px;
    height: 350px; }
  .quaderContainerMobile .quaderSize2:after {
    width: 430px;
    height: 430px; }
  .quaderContainerMobile .quaderSize3:after {
    width: 490px;
    height: 490px; }
  .quaderContainerMobile .quaderSize4:after {
    width: 580px;
    height: 580px; }
  .quaderContainerMobile .quaderSize5:after {
    width: 670px;
    height: 670px; }
  .quaderContainerMobile .quaderSize6:after {
    width: 770px;
    height: 770px; }
  .quaderContainerMobile .quaderSize7:after {
    width: 850px;
    height: 850px; }
  .quaderContainerMobile .quader01 {
    top: 80.1%;
    left: 56%; }
  .quaderContainerMobile .quader02 {
    top: 4%;
    left: -30.7%; }
  .quaderContainerMobile .quader03 {
    top: -15.9%;
    left: -21.7%;
    display: none; }
  .quaderContainerMobile .quader04 {
    top: 14.7%;
    left: 12.5%;
    display: none; }
  .quaderContainerMobile .quader05 {
    top: 35.9%;
    left: 1.6%;
    display: none; }
  .quaderContainerMobile .quader06 {
    top: 26.5%;
    left: 66%;
    display: none; }
  .quaderContainerMobile .quader07 {
    top: 34.8%;
    left: 27.9%; }
  .quaderContainerMobile .quader08 {
    top: 12.2%;
    left: 88%; }
  .quaderContainerMobile .quader09 {
    top: 51.8%;
    left: 87.2%; }
  .quaderContainerMobile .quader10 {
    top: 84.1%;
    left: 64%; }
  .quaderContainerMobile .quader11 {
    top: 99%;
    left: -16%;
    display: none; }
  .quaderContainerMobile .quader12 {
    top: 65.7%;
    left: -10%; }

.searchContainer {
  color: white;
  padding: 30px 0 30px; }
  @media (min-width: 768px) {
    .searchContainer {
      padding: 45px 0 60px; } }
  @media (min-width: 992px) {
    .searchContainer {
      padding: 85px 0 75px; } }
  @media (min-width: 1200px) {
    .searchContainer {
      padding: 75px 0 85px; } }
  @media (min-width: 1400px) {
    .searchContainer {
      padding: 65px 0 95px; } }
  .searchContainer .resultrow {
    margin-bottom: 30px; }
  .searchContainer .blogimage {
    width: 100%;
    height: auto; }
  .searchContainer .searchPageTermContainer {
    margin: 0 0 50px 0; }
    .searchContainer .searchPageTermContainer .searchPageTermContainerTitle {
      font-family: "Qanelas-SemiBold", Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      font-size: 1.125rem; }
      @media (min-width: 768px) {
        .searchContainer .searchPageTermContainer .searchPageTermContainerTitle {
          font-size: 25px;
          font-size: 1.5625rem; } }
      @media (min-width: 992px) {
        .searchContainer .searchPageTermContainer .searchPageTermContainerTitle {
          font-size: 30px;
          font-size: 1.875rem; } }
      @media (min-width: 1200px) {
        .searchContainer .searchPageTermContainer .searchPageTermContainerTitle {
          font-size: 45px;
          font-size: 2.8125rem; } }
      @media (min-width: 1400px) {
        .searchContainer .searchPageTermContainer .searchPageTermContainerTitle {
          font-size: 45px;
          font-size: 2.8125rem; } }
  .searchContainer .searchResultContainer {
    margin: 0 0 50px 0; }
    .searchContainer .searchResultContainer .searchTitle {
      margin: 15px 0 10px 0;
      font-family: "Qanelas-SemiBold", Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      font-size: 1.125rem; }
    .searchContainer .searchResultContainer .searchExcerpt {
      margin: 0 0 20px 0; }
  .searchContainer .searchResultContainer:last-child {
    border-bottom: none; }
  .searchContainer .noResults {
    font-family: "Qanelas-SemiBold", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0 0 30px 0; }
    @media (min-width: 768px) {
      .searchContainer .noResults {
        font-size: 25px;
        font-size: 1.5625rem; } }
    @media (min-width: 992px) {
      .searchContainer .noResults {
        font-size: 30px;
        font-size: 1.875rem; } }
    @media (min-width: 1200px) {
      .searchContainer .noResults {
        font-size: 45px;
        font-size: 2.8125rem; } }
    @media (min-width: 1400px) {
      .searchContainer .noResults {
        font-size: 45px;
        font-size: 2.8125rem; } }
  .searchContainer .noResultText {
    margin: 0 0 30px 0; }
  .searchContainer .searchFormcontainer {
    margin-bottom: 40px; }
    .searchContainer .searchFormcontainer #searchform {
      position: relative;
      width: 100% !important;
      margin: 0 auto;
      -ms-input-placeholder-color: #ff4d4d;
      -ms-input-placeholder-opacity: 0.5; }
      .searchContainer .searchFormcontainer #searchform .search-field {
        width: calc(100% - 52px);
        height: 51px;
        border-left: 2px solid #ff4d4d;
        border-top: 2px solid #ff4d4d;
        border-bottom: 2px solid #ff4d4d;
        border-right: none;
        border-radius: 26px 0 0 26px;
        font-size: 16px;
        font-size: 1rem;
        padding: 0 0 0 25px;
        color: #ff4d4d;
        outline: 0; }
      .searchContainer .searchFormcontainer #searchform ::placeholder {
        color: #ff4d4d;
        opacity: 0.5; }
      .searchContainer .searchFormcontainer #searchform ::-ms-input-placeholder {
        color: #ff4d4d;
        opacity: 0.5; }
      .searchContainer .searchFormcontainer #searchform [type="submit"] {
        border-right: 2px solid #ff4d4d;
        border-top: 2px solid #ff4d4d;
        border-bottom: 2px solid #ff4d4d;
        border-left: none;
        background-color: #ff4d4d;
        border-radius: 0 26px 26px 0;
        background-image: url("../../images/icon_lupe.png");
        background-size: 25px 25px;
        background-repeat: no-repeat;
        background-position: center right 15px;
        color: transparent;
        height: 51px;
        width: 52px;
        float: right;
        cursor: pointer; }
    .searchContainer .searchFormcontainer #searchform:after {
      content: "";
      width: 100%;
      height: 51px;
      background-color: rgba(38, 163, 221, 0.2);
      display: block;
      position: absolute;
      z-index: -1;
      bottom: -15px;
      left: -15px;
      border-radius: 26px;
      -webkit-transition: all 2s ease;
      transition: all 0.3s ease; }
    .searchContainer .searchFormcontainer #searchform:hover:after {
      bottom: 0;
      left: 0; }

.singleReferenzBarContact {
  background-color: white;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  padding: 15px 0 35px; }
  @media (min-width: 992px) {
    .singleReferenzBarContact {
      padding: 40px 0 55px; } }
  .singleReferenzBarContact .contentContainer {
    text-align: center; }
    .singleReferenzBarContact .contentContainer .headline {
      font-family: "Qanelas-ExtraBold", Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      font-size: 1rem;
      margin: 0 0 10px 0; }
    .singleReferenzBarContact .contentContainer .text {
      margin: 0 0 20px 0;
      font-size: 16px;
      font-size: 1rem; }
      @media (min-width: 992px) {
        .singleReferenzBarContact .contentContainer .text {
          font-size: 18px;
          font-size: 1.125rem; } }

.singleReferenzBackToOverview {
  padding: 15px 0 20px; }
  @media (min-width: 992px) {
    .singleReferenzBackToOverview {
      padding: 20px 0 175px; } }
  .singleReferenzBackToOverview .contentContainer {
    text-align: center; }

.page404 {
  padding: 60px 0 60px 0;
  color: white; }
  @media (min-width: 768px) {
    .page404 {
      padding: 120px 0 120px 0; } }
  .page404 .sign404 {
    border: 10px solid #ff4d4d;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 99999999999999px;
    height: 300px;
    width: 300px;
    text-align: center;
    position: relative;
    margin: 0 auto 40px; }
    .page404 .sign404 .sign404text {
      color: #ff4d4d;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      font-family: "Qanelas-SemiBold", Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 60px; }

/* 812px ist ipphonex */
.toogle-tabletdesktop-navigation-view {
  display: none; }
  @media (min-width: 813px) {
    .toogle-tabletdesktop-navigation-view {
      display: block; } }

.toogle-smartphone-navigation-view {
  display: block; }
  @media (min-width: 813px) {
    .toogle-smartphone-navigation-view {
      display: none; } }

header {
  position: fixed;
  width: 100%;
  z-index: 45;
  overflow: hidden; }
  header .top-navigationbar {
    height: 80px;
    overflow: hidden; }
    @media (min-width: 813px) {
      header .top-navigationbar {
        height: 95px; } }
    header .top-navigationbar .contentContainer {
      width: 90%;
      padding: 20px 0 10px;
      margin: 0 auto;
      height: 80px; }
      @media (min-width: 813px) {
        header .top-navigationbar .contentContainer {
          height: 95px;
          padding: 27px 0 10px; } }
      @media (min-width: 576px) {
        header .top-navigationbar .contentContainer {
          width: 90%; } }
      @media (min-width: 768px) {
        header .top-navigationbar .contentContainer {
          width: 80%; } }
      @media (min-width: 992px) {
        header .top-navigationbar .contentContainer {
          width: 80%; } }
      header .top-navigationbar .contentContainer .logo-container {
        display: inline-block;
        opacity: 0;
        position: relative; }
        header .top-navigationbar .contentContainer .logo-container a {
          pointer-events: all; }
        header .top-navigationbar .contentContainer .logo-container img.logo {
          max-width: 138px;
          height: auto;
          margin-top: 3px; }
      header .top-navigationbar .contentContainer .right-container {
        float: right; }
        header .top-navigationbar .contentContainer .right-container ul {
          list-style: none;
          margin-top: -6px; }
          header .top-navigationbar .contentContainer .right-container ul li {
            display: inline-block;
            vertical-align: top; }
          header .top-navigationbar .contentContainer .right-container ul li.textContainer {
            padding: 15px 0 0 0; }
            header .top-navigationbar .contentContainer .right-container ul li.textContainer .divider {
              display: none;
              font-family: "Qanelas-SemiBold", Arial, sans-serif;
              font-style: normal;
              font-weight: normal;
              font-size: 16px;
              font-size: 1rem;
              color: white;
              padding: 0 14px 0 14px; }
              @media (min-width: 576px) {
                header .top-navigationbar .contentContainer .right-container ul li.textContainer .divider {
                  font-size: 16px;
                  font-size: 1rem; } }
              @media (min-width: 768px) {
                header .top-navigationbar .contentContainer .right-container ul li.textContainer .divider {
                  font-size: 18px;
                  font-size: 1.125rem; } }
              @media (min-width: 992px) {
                header .top-navigationbar .contentContainer .right-container ul li.textContainer .divider {
                  font-size: 20px;
                  font-size: 1.25rem; } }
            header .top-navigationbar .contentContainer .right-container ul li.textContainer .phone {
              font-family: "Qanelas-SemiBold", Arial, sans-serif;
              font-style: normal;
              font-weight: normal;
              font-size: 16px;
              font-size: 1rem;
              color: white;
              display: none; }
              @media (max-width: 925px) {
                header .top-navigationbar .contentContainer .right-container ul li.textContainer .phone {
                  display: none !important; } }
              @media (min-width: 576px) {
                header .top-navigationbar .contentContainer .right-container ul li.textContainer .phone {
                  font-size: 16px;
                  font-size: 1rem; } }
              @media (min-width: 768px) {
                header .top-navigationbar .contentContainer .right-container ul li.textContainer .phone {
                  font-size: 18px;
                  font-size: 1.125rem; } }
              @media (min-width: 992px) {
                header .top-navigationbar .contentContainer .right-container ul li.textContainer .phone {
                  font-size: 20px;
                  font-size: 1.25rem; } }
            header .top-navigationbar .contentContainer .right-container ul li.textContainer .text {
              font-family: "Qanelas-SemiBold", Arial, sans-serif;
              font-style: normal;
              font-weight: normal;
              font-size: 16px;
              font-size: 1rem;
              position: relative;
              z-index: 5;
              display: none;
              color: #ffffff;
              margin-right: 30px; }
              @media (min-width: 576px) {
                header .top-navigationbar .contentContainer .right-container ul li.textContainer .text {
                  font-size: 16px;
                  font-size: 1rem; } }
              @media (min-width: 768px) {
                header .top-navigationbar .contentContainer .right-container ul li.textContainer .text {
                  font-size: 18px;
                  font-size: 1.125rem; } }
              @media (min-width: 992px) {
                header .top-navigationbar .contentContainer .right-container ul li.textContainer .text {
                  font-size: 20px;
                  font-size: 1.25rem; } }
              header .top-navigationbar .contentContainer .right-container ul li.textContainer .text a {
                color: white; }
              header .top-navigationbar .contentContainer .right-container ul li.textContainer .text a:active, header .top-navigationbar .contentContainer .right-container ul li.textContainer .text a:focus, header .top-navigationbar .contentContainer .right-container ul li.textContainer .text a:hover, header .top-navigationbar .contentContainer .right-container ul li.textContainer .text a:target {
                color: #ff4d4d; }
            header .top-navigationbar .contentContainer .right-container ul li.textContainer .text::before {
              content: "";
              background-color: rgba(38, 163, 221, 0.2);
              position: absolute;
              left: -5px;
              bottom: -3px;
              width: 50%;
              height: 17px;
              z-index: -1; }
              @media (min-width: 768px) {
                header .top-navigationbar .contentContainer .right-container ul li.textContainer .text::before {
                  left: -3%;
                  width: 75%;
                  height: 50%; } }
              @media (min-width: 992px) {
                header .top-navigationbar .contentContainer .right-container ul li.textContainer .text::before {
                  left: -3%;
                  width: 75%;
                  height: 50%; } }
          header .top-navigationbar .contentContainer .right-container ul li.open {
            position: relative; }
            header .top-navigationbar .contentContainer .right-container ul li.open .hamburg {
              display: block;
              width: 40px;
              height: 50px;
              position: relative;
              pointer-events: all;
              cursor: pointer;
              overflow: hidden;
              margin-top: 1px; }
            header .top-navigationbar .contentContainer .right-container ul li.open .line {
              position: absolute;
              left: 0;
              height: 4px;
              width: 40px;
              background: #ff4d4d;
              border-radius: 2px;
              display: block;
              transition: 0.5s;
              transform-origin: center; }
            header .top-navigationbar .contentContainer .right-container ul li.open .line:nth-child(1) {
              top: 12px; }
            header .top-navigationbar .contentContainer .right-container ul li.open .line:nth-child(2) {
              top: 24px; }
            header .top-navigationbar .contentContainer .right-container ul li.open .line:nth-child(3) {
              top: 36px; }
            header .top-navigationbar .contentContainer .right-container ul li.open .hamburg.checked .line:nth-child(1) {
              transform: translateY(12px) rotate(-45deg); }
            header .top-navigationbar .contentContainer .right-container ul li.open .hamburg.checked .line:nth-child(2) {
              opacity: 0; }
            header .top-navigationbar .contentContainer .right-container ul li.open .hamburg.checked .line:nth-child(3) {
              transform: translateY(-12px) rotate(45deg); }
  header .scrollBG {
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    width: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    height: 95px; }
  header .scrollBGAnimate {
    opacity: 0.8; }
  header .logoHomeTransparent {
    opacity: 0; }
    @media (max-width: 991px) {
      header .logoHomeTransparent {
        opacity: 0 !important; } }
  header .menueMainContainerDesktop {
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 3s ease-in-out 0.3s;
    transition: all 0.3s ease-in-out 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    position: relative;
    max-height: calc( 0vh - 95px); }
    header .menueMainContainerDesktop .menueSubMainContainer {
      width: 90%;
      height: 100%;
      padding: 0 0 0 0;
      margin: 0 auto;
      position: relative; }
      @media (min-width: 576px) {
        header .menueMainContainerDesktop .menueSubMainContainer {
          width: 90%; } }
      @media (min-width: 768px) {
        header .menueMainContainerDesktop .menueSubMainContainer {
          width: 80%; } }
      @media (min-width: 992px) {
        header .menueMainContainerDesktop .menueSubMainContainer {
          width: 80%; } }
    header .menueMainContainerDesktop .flagContainer {
      z-index: 99;
      position: relative; }
      header .menueMainContainerDesktop .flagContainer img {
        width: 100%;
        max-width: 35px;
        height: auto; }
    header .menueMainContainerDesktop .menue {
      display: inline-block;
      width: 40%;
      height: 100%; }
      @media (min-width: 992px) {
        header .menueMainContainerDesktop .menue {
          width: 30%; } }
      @media (min-width: 1400px) {
        header .menueMainContainerDesktop .menue {
          width: 20%; } }
      header .menueMainContainerDesktop .menue ul#menue-navigation {
        padding: 0;
        display: inline-block; }
        header .menueMainContainerDesktop .menue ul#menue-navigation li {
          list-style: none;
          transition: transform 0.5s;
          -webkit-transition: transform 0.5s;
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          -webkit-backface-visibility: hidden;
          -webkit-perspective: 1000;
          margin: 0 0 15px 0; }
          @media (min-width: 992px) {
            header .menueMainContainerDesktop .menue ul#menue-navigation li {
              margin: 0 0 18px 0; } }
          @media (min-width: 1200px) {
            header .menueMainContainerDesktop .menue ul#menue-navigation li {
              margin: 0 0 25px 0; } }
          header .menueMainContainerDesktop .menue ul#menue-navigation li a {
            pointer-events: all;
            color: #ffffff;
            font-family: "Qanelas-SemiBold", Arial, sans-serif;
            font-style: normal;
            font-weight: normal;
            font-size: 25px;
            font-size: 1.5625rem;
            line-height: normal;
            opacity: 0.5; }
            @media (min-width: 992px) {
              header .menueMainContainerDesktop .menue ul#menue-navigation li a {
                font-size: 30px;
                font-size: 1.875rem; } }
            @media (min-width: 1200px) {
              header .menueMainContainerDesktop .menue ul#menue-navigation li a {
                font-size: 33px;
                font-size: 2.0625rem;
                letter-spacing: -0.3px; } }
            @media (min-width: 1400px) {
              header .menueMainContainerDesktop .menue ul#menue-navigation li a {
                font-size: 36px;
                font-size: 2.25rem;
                letter-spacing: -0.3px; } }
            @media (min-width: 1600px) {
              header .menueMainContainerDesktop .menue ul#menue-navigation li a {
                font-size: 44px;
                font-size: 2.75rem;
                letter-spacing: -0.3px; } }
          header .menueMainContainerDesktop .menue ul#menue-navigation li a:hover {
            color: #ff4d4d; }
            @media (min-width: 768px) {
              header .menueMainContainerDesktop .menue ul#menue-navigation li a:hover {
                opacity: 1; } }
        @media (min-width: 768px) {
          header .menueMainContainerDesktop .menue ul#menue-navigation li:hover {
            opacity: 1; } }
        @media (min-width: 768px) {
          header .menueMainContainerDesktop .menue ul#menue-navigation li:hover a {
            opacity: 1; } }
        header .menueMainContainerDesktop .menue ul#menue-navigation li.current-menu-item a {
          color: #ff4d4d; }
        header .menueMainContainerDesktop .menue ul#menue-navigation li.menu-item-has-children a {
          pointer-events: none;
          display: inline-block; }
  header .menueMainContainerAnimate {
    max-height: calc( 100vh - 95px); }
  header .contentBoxRight {
    height: 100%;
    width: 60%;
    position: unset;
    left: 40%;
    top: 0;
    pointer-events: all;
    vertical-align: top;
    display: inline-block; }
    @media (min-width: 992px) {
      header .contentBoxRight {
        width: 70%;
        left: 30%; } }
    @media (min-width: 1400px) {
      header .contentBoxRight {
        width: 80%;
        left: 20%; } }
    header .contentBoxRight .contentContainer {
      height: 100%; }
      header .contentBoxRight .contentContainer .messagebox {
        display: block;
        height: 100%;
        z-index: 0;
        width: 100%;
        color: white; }
        header .contentBoxRight .contentContainer .messagebox .headline {
          text-align: left;
          margin: 0 auto;
          font-family: "Qanelas-ExtraBold", Arial, sans-serif;
          font-style: normal;
          font-weight: normal;
          font-size: 27px;
          font-size: 1.6875rem;
          letter-spacing: -0.3px;
          width: 305px;
          position: absolute;
          top: 50%;
          left: 60%;
          transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%); }
          @media (min-width: 768px) {
            header .contentBoxRight .contentContainer .messagebox .headline {
              font-size: 32px;
              font-size: 2rem; } }
          @media (min-width: 992px) {
            header .contentBoxRight .contentContainer .messagebox .headline {
              font-size: 34px;
              font-size: 2.125rem;
              width: 380px; } }
          @media (min-width: 1200px) {
            header .contentBoxRight .contentContainer .messagebox .headline {
              font-size: 40px;
              font-size: 2.5rem; } }
          @media (min-width: 1400px) {
            header .contentBoxRight .contentContainer .messagebox .headline {
              font-size: 41px;
              font-size: 2.5625rem;
              width: 540px; } }
          @media (min-width: 1600px) {
            header .contentBoxRight .contentContainer .messagebox .headline {
              font-size: 57px;
              font-size: 3.5625rem;
              width: 960px;
              transform: translate(-40%, -50%);
              -webkit-transform: translate(-40%, -50%); } }
        header .contentBoxRight .contentContainer .messagebox .headline:before {
          content: "";
          background-color: rgba(212, 237, 248, 0.341);
          position: absolute;
          left: -5px;
          bottom: -3px;
          width: 50%;
          height: 17px;
          z-index: -1; }
          @media (min-width: 768px) {
            header .contentBoxRight .contentContainer .messagebox .headline:before {
              left: -15px;
              width: 50%;
              height: 27px; } }
          @media (min-width: 992px) {
            header .contentBoxRight .contentContainer .messagebox .headline:before {
              left: -15px;
              width: 75%;
              height: 32px; } }
          @media (min-width: 1200px) {
            header .contentBoxRight .contentContainer .messagebox .headline:before {
              left: -15px;
              width: 80%;
              height: 32px; } }
          @media (min-width: 1400px) {
            header .contentBoxRight .contentContainer .messagebox .headline:before {
              left: -15px;
              width: 85%;
              height: 32px; } }
  header .contactboxDesktop {
    margin: 0 auto;
    width: 90%; }
    @media (min-width: 768px) {
      header .contactboxDesktop {
        width: 80%; } }
    header .contactboxDesktop .content {
      margin-left: auto;
      margin-right: 0;
      display: table;
      margin-bottom: 40px; }
      @media (min-width: 1400px) {
        header .contactboxDesktop .content {
          margin-bottom: 70px;
          margin-top: -40px;
          margin-right: 30px; } }
      @media (min-width: 1600px) {
        header .contactboxDesktop .content {
          margin-right: 100px; } }
      header .contactboxDesktop .content ul {
        padding: 0 0 0 0;
        text-align: center; }
        header .contactboxDesktop .content ul li {
          list-style: none;
          display: block;
          vertical-align: top;
          margin: 0 0 12px 0; }
          header .contactboxDesktop .content ul li span {
            display: block; }
        header .contactboxDesktop .content ul li.text {
          font-family: "Qanelas-SemiBold", Arial, sans-serif;
          font-style: normal;
          font-weight: normal;
          font-size: 16px;
          font-size: 1rem;
          line-height: 32px; }
          @media (min-width: 768px) {
            header .contactboxDesktop .content ul li.text {
              font-size: 22px;
              font-size: 1.375rem; } }
          @media (min-width: 992px) {
            header .contactboxDesktop .content ul li.text {
              font-size: 23px;
              font-size: 1.4375rem; } }
          header .contactboxDesktop .content ul li.text a {
            color: #ffffff; }
          header .contactboxDesktop .content ul li.text a:hover {
            color: #ff4d4d; }
          header .contactboxDesktop .content ul li.text .phone a[href^="tel:"] {
            display: none; }
        header .contactboxDesktop .content ul li:last-child {
          margin: 0 0 0 0; }
  header .submenueDesktopContainer {
    width: 70%;
    opacity: 0; }
    @media (min-width: 768px) {
      header .submenueDesktopContainer {
        width: 100%; } }
    @media (min-width: 992px) {
      header .submenueDesktopContainer {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        width: 70%; } }
    @media (min-width: 1400px) {
      header .submenueDesktopContainer {
        width: 80%; } }
    header .submenueDesktopContainer ul {
      padding: 0;
      list-style: none;
      margin: 0;
      display: block;
      width: 100%;
      text-align: center; }
      header .submenueDesktopContainer ul li {
        display: inline-block;
        vertical-align: top; }
        header .submenueDesktopContainer ul li a {
          color: #ffffff;
          display: inline-block;
          margin-top: 20px;
          font-family: "Qanelas-SemiBold", Arial, sans-serif;
          font-style: normal;
          font-weight: normal;
          font-size: 15px;
          font-size: 0.9375rem;
          letter-spacing: -0.3px;
          width: 100%; }
          @media (min-width: 992px) {
            header .submenueDesktopContainer ul li a {
              font-size: 16px;
              font-size: 1rem; } }
          @media (min-width: 1400px) {
            header .submenueDesktopContainer ul li a {
              margin-top: 30px;
              font-size: 26px;
              font-size: 1.625rem;
              letter-spacing: -0.3px; } }
        header .submenueDesktopContainer ul li a:hover,
        header .submenueDesktopContainer ul li a:active {
          color: #ff4d4d; }
        header .submenueDesktopContainer ul li a:hover > .icon {
          background-position: top right; }
        header .submenueDesktopContainer ul li .icon {
          width: 40px;
          height: 40px;
          display: block;
          vertical-align: top;
          background-repeat: no-repeat;
          background-size: cover;
          background-position: top left;
          margin: 0 auto; }
          @media (min-width: 1900px) {
            header .submenueDesktopContainer ul li .icon {
              width: 90px;
              height: 90px; } }
        header .submenueDesktopContainer ul li .icon_document {
          background-image: url("../../images/header/icons/icon_document.png"); }
        header .submenueDesktopContainer ul li .icon_camera {
          background-image: url("../../images/header/icons/icon_camera.png"); }
        header .submenueDesktopContainer ul li .icon_dentist {
          background-image: url("../../images/header/icons/icon_dentist.png"); }
        header .submenueDesktopContainer ul li .icon_drawing {
          background-image: url("../../images/header/icons/icon_drawing.png"); }
        header .submenueDesktopContainer ul li .icon_fingerprint {
          background-image: url("../../images/header/icons/icon_fingerprint.png"); }
        header .submenueDesktopContainer ul li .icon_gear {
          background-image: url("../../images/header/icons/icon_gear.png"); }
        header .submenueDesktopContainer ul li .icon_graph {
          background-image: url("../../images/header/icons/icon_graph.png"); }
        header .submenueDesktopContainer ul li .icon_hosting {
          background-image: url("../../images/header/icons/icon_hosting.png"); }
        header .submenueDesktopContainer ul li .icon_media {
          background-image: url("../../images/header/icons/icon_media.png"); }
        header .submenueDesktopContainer ul li .icon_news {
          background-image: url("../../images/header/icons/icon_news.png"); }
        header .submenueDesktopContainer ul li .icon_sem {
          background-image: url("../../images/header/icons/icon_sem.png"); }
        header .submenueDesktopContainer ul li .icon_seo_sea {
          background-image: url("../../images/header/icons/icon_seo_sea.png"); }
        header .submenueDesktopContainer ul li .icon_socialmedia {
          background-image: url("../../images/header/icons/icon_socialmedia.png"); }
        header .submenueDesktopContainer ul li .icon_faq {
          background-image: url("../../images/header/icons/icon_faq.png"); }
        header .submenueDesktopContainer ul li .icon_login {
          background-image: url("../../images/header/icons/icon_login.png"); }
        header .submenueDesktopContainer ul li .title {
          margin-top: 20px;
          margin-bottom: 20px;
          display: block;
          padding-left: 5px;
          width: 100%;
          text-align: center; }
          @media (min-width: 1600px) {
            header .submenueDesktopContainer ul li .title {
              width: 80%; } }
          @media (min-width: 1900px) {
            header .submenueDesktopContainer ul li .title {
              display: inline-block; } }
      header .submenueDesktopContainer ul li {
        width: 50%; }
        @media (min-width: 992px) {
          header .submenueDesktopContainer ul li {
            width: 25%;
            padding-left: 4%;
            padding-right: 4%;
            padding-bottom: 30px; } }
        @media (min-width: 1400px) {
          header .submenueDesktopContainer ul li {
            width: 25%;
            padding-left: 4%;
            padding-right: 4%;
            padding-bottom: 30px; } }

.menueMainContainerSmartphone {
  height: 0vh;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .menueMainContainerSmartphone .viewportContainer {
    background-color: rgba(0, 0, 0, 0.8);
    height: calc(100vh - 80px);
    width: 100%;
    position: relative; }
    .menueMainContainerSmartphone .viewportContainer .fullmenueContainer {
      height: calc(100vh - 80px);
      width: 200vw;
      position: absolute;
      left: 0vw; }
      .menueMainContainerSmartphone .viewportContainer .fullmenueContainer .menueContainer {
        width: 100vw;
        height: calc(100vh - 80px);
        overflow: scroll;
        display: inline-block;
        vertical-align: top; }
        .menueMainContainerSmartphone .viewportContainer .fullmenueContainer .menueContainer ul#menue-navigation-smartphone {
          padding: 0;
          margin: 35px 0 15px 0;
          text-align: center; }
          @media (orientation: landscape) {
            .menueMainContainerSmartphone .viewportContainer .fullmenueContainer .menueContainer ul#menue-navigation-smartphone {
              text-align: left;
              padding: 0 30px; } }
          .menueMainContainerSmartphone .viewportContainer .fullmenueContainer .menueContainer ul#menue-navigation-smartphone li {
            list-style: none;
            margin: 0 0 11px 0;
            position: relative; }
            @media (orientation: landscape) {
              .menueMainContainerSmartphone .viewportContainer .fullmenueContainer .menueContainer ul#menue-navigation-smartphone li {
                width: 48%;
                display: inline-block; } }
            .menueMainContainerSmartphone .viewportContainer .fullmenueContainer .menueContainer ul#menue-navigation-smartphone li a {
              pointer-events: all;
              color: #ffffff;
              font-family: "Qanelas-SemiBold", Arial, sans-serif;
              font-style: normal;
              font-weight: normal;
              font-size: 22px;
              font-size: 1.375rem;
              line-height: normal;
              letter-spacing: -0.3px; }
          .menueMainContainerSmartphone .viewportContainer .fullmenueContainer .menueContainer ul#menue-navigation-smartphone li.menu-item-has-children a {
            pointer-events: none; }
          .menueMainContainerSmartphone .viewportContainer .fullmenueContainer .menueContainer ul#menue-navigation-smartphone li.menu-item-has-children::after {
            content: "";
            width: 12px;
            height: 12px;
            z-index: -1;
            display: inline-block;
            margin-left: 10px;
            background-image: url("../../images/header/menue_arrow.png");
            background-repeat: no-repeat;
            background-size: 12px 12px;
            position: absolute;
            top: calc(50% + 1px);
            transform: translate(0, -50%);
            -webkit-transform: translate(0, -50%);
            z-index: 1; }
          .menueMainContainerSmartphone .viewportContainer .fullmenueContainer .menueContainer ul#menue-navigation-smartphone li.current-menu-item a {
            color: #ff4d4d; }
        .menueMainContainerSmartphone .viewportContainer .fullmenueContainer .menueContainer .flagContainer {
          margin: 0 0 20px 0;
          text-align: center; }
          @media (orientation: landscape) {
            .menueMainContainerSmartphone .viewportContainer .fullmenueContainer .menueContainer .flagContainer {
              text-align: left;
              margin: 0 0 30px 30px; } }
          .menueMainContainerSmartphone .viewportContainer .fullmenueContainer .menueContainer .flagContainer img {
            width: 100%;
            max-width: 25px;
            height: auto; }
        .menueMainContainerSmartphone .viewportContainer .fullmenueContainer .menueContainer .contactboxSmartphone {
          margin: 15px 15px 50px 15px; }
          .menueMainContainerSmartphone .viewportContainer .fullmenueContainer .menueContainer .contactboxSmartphone .content {
            text-align: center; }
            @media (orientation: landscape) {
              .menueMainContainerSmartphone .viewportContainer .fullmenueContainer .menueContainer .contactboxSmartphone .content {
                text-align: left;
                margin: 15px 15px 30px 15px; } }
            .menueMainContainerSmartphone .viewportContainer .fullmenueContainer .menueContainer .contactboxSmartphone .content ul {
              padding: 0; }
              @media (orientation: landscape) {
                .menueMainContainerSmartphone .viewportContainer .fullmenueContainer .menueContainer .contactboxSmartphone .content ul {
                  display: inline-block; } }
              .menueMainContainerSmartphone .viewportContainer .fullmenueContainer .menueContainer .contactboxSmartphone .content ul li {
                list-style: none;
                font-family: "Qanelas-SemiBold", Arial, sans-serif;
                font-style: normal;
                font-weight: normal;
                font-size: 16px;
                font-size: 1rem;
                line-height: normal; }
                @media (min-width: 768px) {
                  .menueMainContainerSmartphone .viewportContainer .fullmenueContainer .menueContainer .contactboxSmartphone .content ul li {
                    font-size: 22px;
                    font-size: 1.375rem; } }
                @media (min-width: 992px) {
                  .menueMainContainerSmartphone .viewportContainer .fullmenueContainer .menueContainer .contactboxSmartphone .content ul li {
                    font-size: 30px;
                    font-size: 1.875rem; } }
                .menueMainContainerSmartphone .viewportContainer .fullmenueContainer .menueContainer .contactboxSmartphone .content ul li a {
                  color: #ffffff; }
                .menueMainContainerSmartphone .viewportContainer .fullmenueContainer .menueContainer .contactboxSmartphone .content ul li a:hover {
                  color: #ff4d4d; }
              .menueMainContainerSmartphone .viewportContainer .fullmenueContainer .menueContainer .contactboxSmartphone .content ul li.phone a[href^="tel:"] {
                display: none; }
            .menueMainContainerSmartphone .viewportContainer .fullmenueContainer .menueContainer .contactboxSmartphone .content .contactbutton {
              margin: 10px 0 0 10px; }
              @media (orientation: landscape) {
                .menueMainContainerSmartphone .viewportContainer .fullmenueContainer .menueContainer .contactboxSmartphone .content .contactbutton {
                  margin: 0px 0 0px 30px;
                  display: inline-block;
                  vertical-align: top; } }
      .menueMainContainerSmartphone .viewportContainer .fullmenueContainer .submenueContainer {
        width: 100vw;
        height: calc(100vh - 80px);
        display: inline-block; }
        .menueMainContainerSmartphone .viewportContainer .fullmenueContainer .submenueContainer .overflowScroll {
          overflow: scroll;
          height: 100%;
          padding-bottom: 70px; }
        .menueMainContainerSmartphone .viewportContainer .fullmenueContainer .submenueContainer .TitleSubmenueContainer {
          text-align: center;
          color: white;
          margin: 0 0 40px 0;
          font-family: "Qanelas-SemiBold", Arial, sans-serif;
          font-style: normal;
          font-weight: normal;
          font-size: 25px;
          font-size: 1.5625rem;
          line-height: normal;
          letter-spacing: -0.3px;
          position: relative; }
          @media (orientation: landscape) {
            .menueMainContainerSmartphone .viewportContainer .fullmenueContainer .submenueContainer .TitleSubmenueContainer {
              margin: 20px 0 20px 0; } }
          .menueMainContainerSmartphone .viewportContainer .fullmenueContainer .submenueContainer .TitleSubmenueContainer .icon_back {
            width: 100%;
            height: auto;
            max-width: 21px;
            margin-right: 20px;
            margin-top: -3px; }
        .menueMainContainerSmartphone .viewportContainer .fullmenueContainer .submenueContainer .subMenueLinksContainer ul {
          list-style: none;
          margin: 0;
          padding: 0; }
          .menueMainContainerSmartphone .viewportContainer .fullmenueContainer .submenueContainer .subMenueLinksContainer ul li {
            width: 50%;
            display: inline-block;
            text-align: center;
            margin-bottom: 30px; }
            @media (orientation: landscape) {
              .menueMainContainerSmartphone .viewportContainer .fullmenueContainer .submenueContainer .subMenueLinksContainer ul li {
                width: 25%;
                margin-bottom: 25px; } }
            .menueMainContainerSmartphone .viewportContainer .fullmenueContainer .submenueContainer .subMenueLinksContainer ul li .title {
              margin-top: 20px;
              display: block;
              padding-left: 5px;
              width: 100%;
              color: #ffffff;
              font-family: "Qanelas-SemiBold", Arial, sans-serif;
              font-style: normal;
              font-weight: normal;
              font-size: 16px;
              font-size: 1rem;
              line-height: normal;
              letter-spacing: -0.3px; }
            .menueMainContainerSmartphone .viewportContainer .fullmenueContainer .submenueContainer .subMenueLinksContainer ul li .icon {
              width: 40px;
              height: 40px;
              display: block;
              vertical-align: top;
              background-repeat: no-repeat;
              background-size: cover;
              background-position: top left;
              margin: 0 auto; }
              @media (min-width: 1900px) {
                .menueMainContainerSmartphone .viewportContainer .fullmenueContainer .submenueContainer .subMenueLinksContainer ul li .icon {
                  width: 90px;
                  height: 90px; } }
            .menueMainContainerSmartphone .viewportContainer .fullmenueContainer .submenueContainer .subMenueLinksContainer ul li .icon_document {
              background-image: url("../../images/header/icons/icon_document.png"); }
            .menueMainContainerSmartphone .viewportContainer .fullmenueContainer .submenueContainer .subMenueLinksContainer ul li .icon_camera {
              background-image: url("../../images/header/icons/icon_camera.png"); }
            .menueMainContainerSmartphone .viewportContainer .fullmenueContainer .submenueContainer .subMenueLinksContainer ul li .icon_dentist {
              background-image: url("../../images/header/icons/icon_dentist.png"); }
            .menueMainContainerSmartphone .viewportContainer .fullmenueContainer .submenueContainer .subMenueLinksContainer ul li .icon_drawing {
              background-image: url("../../images/header/icons/icon_drawing.png"); }
            .menueMainContainerSmartphone .viewportContainer .fullmenueContainer .submenueContainer .subMenueLinksContainer ul li .icon_fingerprint {
              background-image: url("../../images/header/icons/icon_fingerprint.png"); }
            .menueMainContainerSmartphone .viewportContainer .fullmenueContainer .submenueContainer .subMenueLinksContainer ul li .icon_gear {
              background-image: url("../../images/header/icons/icon_gear.png"); }
            .menueMainContainerSmartphone .viewportContainer .fullmenueContainer .submenueContainer .subMenueLinksContainer ul li .icon_graph {
              background-image: url("../../images/header/icons/icon_graph.png"); }
            .menueMainContainerSmartphone .viewportContainer .fullmenueContainer .submenueContainer .subMenueLinksContainer ul li .icon_hosting {
              background-image: url("../../images/header/icons/icon_hosting.png"); }
            .menueMainContainerSmartphone .viewportContainer .fullmenueContainer .submenueContainer .subMenueLinksContainer ul li .icon_media {
              background-image: url("../../images/header/icons/icon_media.png"); }
            .menueMainContainerSmartphone .viewportContainer .fullmenueContainer .submenueContainer .subMenueLinksContainer ul li .icon_news {
              background-image: url("../../images/header/icons/icon_news.png"); }
            .menueMainContainerSmartphone .viewportContainer .fullmenueContainer .submenueContainer .subMenueLinksContainer ul li .icon_sem {
              background-image: url("../../images/header/icons/icon_sem.png"); }
            .menueMainContainerSmartphone .viewportContainer .fullmenueContainer .submenueContainer .subMenueLinksContainer ul li .icon_seo_sea {
              background-image: url("../../images/header/icons/icon_seo_sea.png"); }
            .menueMainContainerSmartphone .viewportContainer .fullmenueContainer .submenueContainer .subMenueLinksContainer ul li .icon_socialmedia {
              background-image: url("../../images/header/icons/icon_socialmedia.png"); }
            .menueMainContainerSmartphone .viewportContainer .fullmenueContainer .submenueContainer .subMenueLinksContainer ul li .icon_faq {
              background-image: url("../../images/header/icons/icon_faq.png"); }
            .menueMainContainerSmartphone .viewportContainer .fullmenueContainer .submenueContainer .subMenueLinksContainer ul li .icon_login {
              background-image: url("../../images/header/icons/icon_login.png"); }

.menueMainContainerSmartphoneAnimated {
  height: calc(100vh - 80px); }

.footer-informations {
  color: white;
  padding: 30px 0 30px;
  background-color: #24272b; }
  @media (min-width: 768px) {
    .footer-informations {
      padding: 45px 0 45px; } }
  @media (min-width: 992px) {
    .footer-informations {
      padding: 85px 0 55px; } }
  @media (min-width: 1200px) {
    .footer-informations {
      padding: 75px 0 55px; } }
  @media (min-width: 1400px) {
    .footer-informations {
      padding: 65px 0 55px; } }
  .footer-informations a {
    color: white;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .footer-informations a:hover,
  .footer-informations a:target,
  .footer-informations a:focus {
    color: #26a3dc; }
  .footer-informations .container .row .box {
    margin: 30px 0 0 0;
    letter-spacing: 1px; }
    .footer-informations .container .row .box .menueHeadline {
      font-family: "Qanelas-ExtraBold", Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      font-size: 1rem;
      margin: 0 0 10px 0; }
      @media (min-width: 768px) {
        .footer-informations .container .row .box .menueHeadline {
          margin: 0 0 15px 0; } }
      @media (min-width: 992px) {
        .footer-informations .container .row .box .menueHeadline {
          margin: 0 0 20px 0; } }
    .footer-informations .container .row .box ul.footerMenue {
      padding: 0; }
      .footer-informations .container .row .box ul.footerMenue li {
        color: white;
        list-style: none; }
  .footer-informations .container .row .box-1 .logo {
    margin: -17px 0 13px 0;
    width: 100%;
    max-width: 138px;
    height: auto; }
  .footer-informations .container .row .box-1 a {
    display: block; }
  .footer-informations .container .row .box-1 .phonenumber {
    display: none; }
  .footer-informations .container .row .box-4 {
    font-family: "Qanelas-ExtraBold", Arial, sans-serif;
    font-style: normal;
    font-weight: normal; }
    .footer-informations .container .row .box-4 ul.footer3 li {
      margin: 0 0 20px 0; }

footer {
  background-color: #2c2f34;
  color: rgba(255, 255, 255, 0.4);
  padding: 25px 0 20px 0;
  font-size: 0; }
  footer .divider {
    display: none; }
    @media (min-width: 768px) {
      footer .divider {
        display: inline-block;
        margin: 0 16px 0 12px; } }
  footer ul {
    padding: 0;
    margin: 0; }
    footer ul li {
      list-style: none;
      display: block;
      font-size: 16px;
      font-size: 1rem; }
      @media (min-width: 768px) {
        footer ul li {
          display: inline-block; } }
      footer ul li a {
        color: rgba(255, 255, 255, 0.4); }
      footer ul li a:hover,
      footer ul li a:target,
      footer ul li a:active {
        color: white; }
    footer ul li.menue #footer-navigation li.current-menu-item a {
      color: white; }
    footer ul li.menue #footer-navigation li:last-child {
      margin: 0; }
    footer ul li.share {
      text-align: center;
      width: 100%;
      margin: 15px 0 0 0; }
      @media (min-width: 768px) {
        footer ul li.share {
          float: right;
          text-align: unset;
          width: auto;
          margin: -2px 0 0 0; } }
      footer ul li.share ul li {
        margin: 0 24px 0 0;
        display: inline-block; }
        footer ul li.share ul li a {
          opacity: 0.5;
          -webkit-transition: all 0.3s linear;
          transition: all 0.3s linear; }
        footer ul li.share ul li a:hover {
          opacity: 1; }
        footer ul li.share ul li img.icon {
          width: 100%;
          height: auto;
          max-width: 23px; }
        footer ul li.share ul li li:last-child {
          margin: 0; }

.m-page-maps {
  color: white;
  padding: 30px 0 30px; }
  @media (min-width: 992px) {
    .m-page-maps {
      padding: 30px 0 0; } }
  .m-page-maps .contentColumnAnimation {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out; }
    @media (min-width: 1200px) {
      .m-page-maps .contentColumnAnimation {
        will-change: transform; } }
    @media (max-width: 991px) {
      .m-page-maps .contentColumnAnimation {
        -webkit-transform: none !important;
        transform: none !important; } }
  @media (min-width: 576px) {
    .m-page-maps .containerSizes {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .m-page-maps .containerSizes {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .m-page-maps .containerSizes {
      max-width: none; } }
  @media (min-width: 1200px) {
    .m-page-maps .containerSizes {
      max-width: none; } }
  .m-page-maps .map-container .acf-map {
    width: 100%;
    height: 250px; }
    @media (min-width: 768px) {
      .m-page-maps .map-container .acf-map {
        height: 350px; } }
    @media (min-width: 992px) {
      .m-page-maps .map-container .acf-map {
        width: 100%;
        height: 100%; } }
  .m-page-maps .marker {
    color: black !important; }
  .m-page-maps .headlines-container .headline-container .headline {
    z-index: 6; }
    @media (min-width: 768px) {
      .m-page-maps .headlines-container .headline-container .headline {
        margin: -10px 0 0 0; } }
  .m-page-maps .headlines-container .headline-container .headline::before {
    content: "";
    background-color: rgba(38, 163, 221, 0.2);
    position: absolute;
    left: -5px;
    bottom: -3px;
    width: 170px;
    height: 17px;
    z-index: -1; }
    @media (min-width: 768px) {
      .m-page-maps .headlines-container .headline-container .headline::before {
        left: -15px;
        width: 350px;
        height: 27px; } }
    @media (min-width: 992px) {
      .m-page-maps .headlines-container .headline-container .headline::before {
        left: -15px;
        width: 320px;
        height: 32px; } }
    @media (min-width: 992px) {
      .m-page-maps .headlines-container .headline-container .headline::before {
        left: -15px;
        width: 355px;
        height: 32px; } }
  @media (min-width: 1200px) {
    .m-page-maps .content-container {
      width: 80%; } }
  @media (min-width: 1400px) {
    .m-page-maps .content-container {
      width: 60%; } }
  @media (min-width: 1400px) {
    .m-page-maps .content-container {
      width: 65%; } }
  @media (min-width: 1400px) {
    .m-page-maps .content-container {
      width: 65%; } }
  .m-page-maps .text-container {
    margin: 12px 0 30px 0; }
    @media (min-width: 992px) {
      .m-page-maps .text-container {
        margin: 12px 30px 30px 0; } }
    @media (min-width: 1200px) {
      .m-page-maps .text-container {
        margin: 12px 0 30px 0; } }
    .m-page-maps .text-container .marker {
      display: none;
      position: relative;
      z-index: 5; }
      @media (min-width: 1200px) {
        .m-page-maps .text-container .marker {
          margin: -145px 12px 0 0;
          float: right;
          display: block; } }
      @media (min-width: 1400px) {
        .m-page-maps .text-container .marker {
          margin: -145px -50px 0 0; } }
      @media (min-width: 1600px) {
        .m-page-maps .text-container .marker {
          margin: -145px 0 0 0; } }
  .m-page-maps .kundenbewertung {
    text-align: center; }
    .m-page-maps .kundenbewertung .kundenbewertungHeadline {
      font-size: 24px;
      font-size: 1.5rem; }
    .m-page-maps .kundenbewertung .sterne {
      margin: 0 0 4px 0; }
    .m-page-maps .kundenbewertung .bewertungstext {
      font-family: "Qanelas-Regular", Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 20px;
      margin: 0 0 12px 0; }
    .m-page-maps .kundenbewertung ul.logos {
      padding: 0;
      margin: 0 0 40px 0; }
      @media (min-width: 992px) {
        .m-page-maps .kundenbewertung ul.logos {
          margin: 0 0 40px 0; } }
      .m-page-maps .kundenbewertung ul.logos li {
        list-style: none;
        display: block;
        margin: 0 0px 15px 0; }
        @media (min-width: 1600px) {
          .m-page-maps .kundenbewertung ul.logos li {
            margin: 0 30px 15px 0;
            display: inline-block; } }
        .m-page-maps .kundenbewertung ul.logos li img.haftpflicht {
          width: 100%;
          height: auto;
          max-width: 71px; }
        .m-page-maps .kundenbewertung ul.logos li img.partner {
          width: 100%;
          height: auto;
          max-width: 152px; }
      .m-page-maps .kundenbewertung ul.logos li:last-child {
        margin: 0 0 0 0; }
  .m-page-maps .adresseContainer {
    text-align: center;
    margin: 0 0 30px 0; }
    @media (min-width: 1200px) {
      .m-page-maps .adresseContainer {
        text-align: left;
        margin: 0 0 0 0; } }
    .m-page-maps .adresseContainer .logo {
      width: 100%;
      max-width: 138px;
      height: auto;
      margin: 0 0 15px 0; }
    .m-page-maps .adresseContainer .telephone {
      display: none; }

.m-blog-text-one {
  color: #ffffff;
  padding: 20px 0 20px 0; }
  .m-blog-text-one h2 {
    font-family: "Qanelas-SemiBold", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    font-size: 1.375rem;
    letter-spacing: 1.5px;
    position: relative;
    display: inline-block;
    margin: 0 0 15px 0; }
    @media (min-width: 768px) {
      .m-blog-text-one h2 {
        font-size: 40px;
        font-size: 2.5rem; } }
    @media (min-width: 992px) {
      .m-blog-text-one h2 {
        font-size: 50px;
        font-size: 3.125rem; } }
  .m-blog-text-one h2:after {
    content: "";
    width: 65%;
    background-color: rgba(38, 163, 221, 0.2);
    display: block;
    position: absolute;
    z-index: -1;
    height: 17px;
    bottom: -1px;
    left: -10px; }
    @media (min-width: 768px) {
      .m-blog-text-one h2:after {
        height: 29px;
        bottom: -2px;
        left: -10px; } }
  .m-blog-text-one h3, .m-blog-text-one h4, .m-blog-text-one h5, .m-blog-text-one h6 {
    font-family: "Qanelas-SemiBold", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    font-size: 1.375rem;
    margin: 0 0 15px 0;
    letter-spacing: -1px; }
    @media (min-width: 768px) {
      .m-blog-text-one h3, .m-blog-text-one h4, .m-blog-text-one h5, .m-blog-text-one h6 {
        font-size: 40px;
        font-size: 2.5rem; } }
    @media (min-width: 992px) {
      .m-blog-text-one h3, .m-blog-text-one h4, .m-blog-text-one h5, .m-blog-text-one h6 {
        font-size: 50px;
        font-size: 3.125rem; } }

.m-blog-text-two {
  color: #ffffff;
  padding: 20px 0 20px; }
  .m-blog-text-two .box-left {
    margin: 0 0 10px 0; }
    @media (min-width: 768px) {
      .m-blog-text-two .box-left {
        margin: 0 0 0 0; } }
  .m-blog-text-two h2 {
    font-family: "Qanelas-SemiBold", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    font-size: 1.375rem;
    letter-spacing: 1.5px;
    position: relative;
    display: inline-block;
    margin: 0 0 15px 0; }
    @media (min-width: 768px) {
      .m-blog-text-two h2 {
        font-size: 40px;
        font-size: 2.5rem; } }
    @media (min-width: 992px) {
      .m-blog-text-two h2 {
        font-size: 50px;
        font-size: 3.125rem; } }
  .m-blog-text-two h2:after {
    content: "";
    width: 65%;
    background-color: rgba(38, 163, 221, 0.2);
    display: block;
    position: absolute;
    z-index: -1;
    height: 17px;
    bottom: -1px;
    left: -10px; }
    @media (min-width: 768px) {
      .m-blog-text-two h2:after {
        height: 29px;
        bottom: -2px;
        left: -10px; } }
  .m-blog-text-two h3, .m-blog-text-two h4, .m-blog-text-two h5, .m-blog-text-two h6 {
    font-family: "Qanelas-SemiBold", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    font-size: 1.375rem;
    margin: 0 0 15px 0;
    letter-spacing: -1px; }
    @media (min-width: 768px) {
      .m-blog-text-two h3, .m-blog-text-two h4, .m-blog-text-two h5, .m-blog-text-two h6 {
        font-size: 40px;
        font-size: 2.5rem; } }
    @media (min-width: 992px) {
      .m-blog-text-two h3, .m-blog-text-two h4, .m-blog-text-two h5, .m-blog-text-two h6 {
        font-size: 50px;
        font-size: 3.125rem; } }

.blog-table-section {
  color: #ffffff;
  padding: 20px 0; }
  .blog-table-section .blog-table thead tr th {
    cursor: pointer; }
  .blog-table-section .blog-table thead tr th.active {
    background-color: rgba(38, 163, 221, 0.1); }

.m-blog-codepreview {
  padding: 20px 0 20px 0;
  color: white; }
  .m-blog-codepreview .lng {
    margin: 15px 0 2px 0; }
  .m-blog-codepreview code {
    background-color: rgba(255, 255, 255, 0.04);
    display: block;
    padding: 20px; }
  .m-blog-codepreview pre {
    color: white;
    margin: 0;
    white-space: pre-line; }

.m-blog-fullimage {
  padding: 20px 0 20px 0; }
  .m-blog-fullimage .image-container img {
    height: auto;
    max-width: 100%; }

.m-blog-text-image {
  padding: 20px 0 20px 0;
  color: white; }
  .m-blog-text-image .image-container img {
    width: 100%;
    height: auto; }

.m-blog-video {
  color: white;
  padding: 25px 0 25px; }
  @media (min-width: 768px) {
    .m-blog-video {
      padding: 30px 0 30px; } }
  @media (min-width: 992px) {
    .m-blog-video {
      padding: 40px 0 40px; } }
  .m-blog-video .embedContainer {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto; }
  .m-blog-video .embedContainer iframe,
  .m-blog-video .embedContainer object,
  .m-blog-video .embedContainer embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.m-page-hero-static {
  height: 650px;
  position: relative;
  overflow: hidden;
  z-index: 1; }
  @media (min-width: 576px) {
    .m-page-hero-static {
      height: 645px; } }
  @media (min-width: 1200px) {
    .m-page-hero-static {
      height: 645px; } }
  @media (min-width: 1400px) {
    .m-page-hero-static {
      height: 745px; } }
  .m-page-hero-static .contentContainer {
    margin: 0 auto;
    width: 90%; }
    @media (min-width: 576px) {
      .m-page-hero-static .contentContainer {
        margin: unset;
        width: 100%; } }
    .m-page-hero-static .contentContainer .headlineUL {
      padding: 0; }
      .m-page-hero-static .contentContainer .headlineUL li {
        vertical-align: middle;
        display: block; }
        @media (min-width: 576px) {
          .m-page-hero-static .contentContainer .headlineUL li {
            display: inline-block; } }
      .m-page-hero-static .contentContainer .headlineUL li.iconLI {
        width: 20%;
        margin-right: 3%; }
        .m-page-hero-static .contentContainer .headlineUL li.iconLI img {
          width: 100%;
          height: auto;
          max-width: 200px; }
      .m-page-hero-static .contentContainer .headlineUL li.headlineLi {
        width: 75%; }
        .m-page-hero-static .contentContainer .headlineUL li.headlineLi .headline {
          font-family: "Qanelas-ExtraBold", Arial, sans-serif;
          font-style: normal;
          font-weight: normal;
          font-size: 40px;
          font-size: 2.5rem;
          position: relative;
          z-index: 5;
          display: inline-block;
          line-height: normal; }
          @media (min-width: 768px) {
            .m-page-hero-static .contentContainer .headlineUL li.headlineLi .headline {
              font-size: 40px;
              font-size: 2.5rem; } }
          @media (min-width: 992px) {
            .m-page-hero-static .contentContainer .headlineUL li.headlineLi .headline {
              font-size: 50px;
              font-size: 3.125rem; } }
          @media (min-width: 1200px) {
            .m-page-hero-static .contentContainer .headlineUL li.headlineLi .headline {
              font-size: 80px;
              font-size: 5rem;
              letter-spacing: 4px; } }
        .m-page-hero-static .contentContainer .headlineUL li.headlineLi .headline::before {
          content: "";
          position: absolute;
          left: -5px;
          bottom: -3px;
          width: calc(50% + 15px);
          height: 17px;
          z-index: -1; }
          @media (min-width: 768px) {
            .m-page-hero-static .contentContainer .headlineUL li.headlineLi .headline::before {
              left: -15px;
              width: calc(50% + 15px);
              height: 27px; } }
          @media (min-width: 992px) {
            .m-page-hero-static .contentContainer .headlineUL li.headlineLi .headline::before {
              left: -15px;
              width: calc(75% + 15px);
              height: 32px;
              bottom: 5px; } }
    .m-page-hero-static .contentContainer .subheadline {
      font-family: "Qanelas-SemiBold", Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      font-size: 1rem;
      line-height: 43px;
      margin: 0 0 30px 0;
      padding: 0 12px 0px 12px; }
      @media (min-width: 768px) {
        .m-page-hero-static .contentContainer .subheadline {
          font-size: 16px;
          font-size: 1rem;
          line-height: 46px;
          width: 75%; } }
      @media (min-width: 992px) {
        .m-page-hero-static .contentContainer .subheadline {
          font-size: 16px;
          font-size: 1rem;
          line-height: 46px;
          margin: 0 0 25px 0; } }
      @media (min-width: 1200px) {
        .m-page-hero-static .contentContainer .subheadline {
          font-size: 16px;
          font-size: 1rem;
          line-height: 46px;
          margin: 0 0 40px 0;
          width: 65%; } }
      .m-page-hero-static .contentContainer .subheadline span {
        padding: 7px 8px 7px 8px;
        display: inline;
        line-height: 35px;
        position: relative;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone; }
  .m-page-hero-static .bgImageContainer {
    background-color: grey;
    left: 50%;
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    top: 0;
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%; }
    .m-page-hero-static .bgImageContainer .bgImage {
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      left: 50%;
      width: auto;
      height: 110%; }
      @media (min-width: 1920px) {
        .m-page-hero-static .bgImageContainer .bgImage {
          width: 100%;
          height: auto; } }

.m-page-hero-animated {
  height: 650px;
  background-color: #141414;
  color: white;
  overflow: hidden;
  z-index: 1;
  position: relative; }
  @media (min-width: 576px) {
    .m-page-hero-animated {
      height: 645px; } }
  @media (min-width: 768px) {
    .m-page-hero-animated {
      height: 645px; } }
  @media (min-width: 992px) {
    .m-page-hero-animated {
      height: 645px; } }
  @media (min-width: 1200px) {
    .m-page-hero-animated {
      height: 745px; } }
  .m-page-hero-animated ul#scene {
    padding: 0;
    position: absolute;
    left: 0;
    z-index: 10;
    width: 100%;
    pointer-events: none;
    background-position: auto 110%;
    background-position: center center;
    background-size: auto 110%;
    background-repeat: no-repeat;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../../images/hero-static/load_3.jpg"); }
    @media (min-width: 576px) {
      .m-page-hero-animated ul#scene {
        background-image: url("../../images/hero-static/load_3.jpg");
        background-position: center center;
        background-size: cover; } }
    @media (min-width: 768px) {
      .m-page-hero-animated ul#scene {
        background-image: url("../../images/hero-static/load_2.jpg");
        background-position: center center;
        background-size: cover; } }
    @media (min-width: 992px) {
      .m-page-hero-animated ul#scene {
        background-image: url("../../images/hero-static/load_1.jpg");
        background-position: center center;
        background-size: cover; } }
    @media (min-width: 1200px) {
      .m-page-hero-animated ul#scene {
        background-image: url("../../images/hero-static/load_1.jpg");
        background-position: center center;
        background-size: cover; } }
    .m-page-hero-animated ul#scene li {
      list-style: none;
      width: 100%;
      height: 100%; }
  .m-page-hero-animated ul.elementeContainer {
    padding: 0; }
    .m-page-hero-animated ul.elementeContainer li.panorama .panormaContainer {
      position: relative; }
      .m-page-hero-animated ul.elementeContainer li.panorama .panormaContainer .panoramaImage {
        -webkit-transform: translatez(0) translate(-50%, 0);
        transform: translatez(0) translate(-50%, 0);
        position: absolute;
        left: 50%;
        width: auto;
        height: 110%;
        top: -5%;
        opacity: 0; }
        @media (min-width: 768px) {
          .m-page-hero-animated ul.elementeContainer li.panorama .panormaContainer .panoramaImage {
            height: 110%;
            left: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            top: -5%;
            width: auto; } }
        @media (min-width: 992px) {
          .m-page-hero-animated ul.elementeContainer li.panorama .panormaContainer .panoramaImage {
            height: 110%;
            left: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            top: -5%;
            width: auto; } }
        @media (min-width: 1900px) {
          .m-page-hero-animated ul.elementeContainer li.panorama .panormaContainer .panoramaImage {
            width: 110%;
            height: auto;
            left: 50%;
            top: -5%; } }
    .m-page-hero-animated ul.elementeContainer li.contentboxHeadline .headlineContainer {
      position: absolute;
      left: 105px;
      bottom: 434px;
      width: 50%; }
      .m-page-hero-animated ul.elementeContainer li.contentboxHeadline .headlineContainer .theheadline {
        font-family: "Qanelas-ExtraBold", Arial, sans-serif;
        font-style: normal;
        font-weight: normal;
        letter-spacing: 1.8px;
        font-size: 25px;
        font-size: 1.5625rem;
        position: relative;
        z-index: 5;
        display: inline-block;
        line-height: normal; }
      @media (min-width: 576px) {
        .m-page-hero-animated ul.elementeContainer li.contentboxHeadline .headlineContainer {
          left: 103px;
          bottom: 427px; }
          .m-page-hero-animated ul.elementeContainer li.contentboxHeadline .headlineContainer .theheadline {
            letter-spacing: 1.8px;
            font-size: 34px;
            font-size: 2.125rem; } }
      @media (min-width: 768px) {
        .m-page-hero-animated ul.elementeContainer li.contentboxHeadline .headlineContainer {
          left: 137px;
          bottom: 401px; }
          .m-page-hero-animated ul.elementeContainer li.contentboxHeadline .headlineContainer .theheadline {
            font-size: 44px;
            font-size: 2.75rem;
            letter-spacing: 1.8px; } }
      @media (min-width: 992px) {
        .m-page-hero-animated ul.elementeContainer li.contentboxHeadline .headlineContainer {
          left: 198px;
          bottom: 330px; }
          .m-page-hero-animated ul.elementeContainer li.contentboxHeadline .headlineContainer .theheadline {
            font-size: 60px;
            font-size: 3.75rem;
            letter-spacing: 8.1px; } }
      @media (min-width: 1200px) {
        .m-page-hero-animated ul.elementeContainer li.contentboxHeadline .headlineContainer {
          left: 243px;
          bottom: 359px; }
          .m-page-hero-animated ul.elementeContainer li.contentboxHeadline .headlineContainer .theheadline {
            font-size: 60px;
            font-size: 3.75rem;
            letter-spacing: 7.1px; } }
      @media (min-width: 1400px) {
        .m-page-hero-animated ul.elementeContainer li.contentboxHeadline .headlineContainer {
          left: 243px;
          bottom: 358px; }
          .m-page-hero-animated ul.elementeContainer li.contentboxHeadline .headlineContainer .theheadline {
            font-size: 60px;
            font-size: 3.75rem;
            letter-spacing: 7.1px; } }
      @media (min-width: 1600px) {
        .m-page-hero-animated ul.elementeContainer li.contentboxHeadline .headlineContainer {
          left: 261px;
          bottom: 319px; }
          .m-page-hero-animated ul.elementeContainer li.contentboxHeadline .headlineContainer .theheadline {
            letter-spacing: 7.1px;
            font-size: 80px;
            font-size: 5rem; } }
      @media (min-width: 1900px) {
        .m-page-hero-animated ul.elementeContainer li.contentboxHeadline .headlineContainer {
          left: 552px;
          bottom: 320px; }
          .m-page-hero-animated ul.elementeContainer li.contentboxHeadline .headlineContainer .theheadline {
            letter-spacing: 7.1px;
            font-size: 80px;
            font-size: 5rem; } }
    .m-page-hero-animated ul.elementeContainer li.subheadline .textsubheadline {
      position: absolute;
      font-family: "Qanelas-SemiBold", Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 40px;
      left: 56px;
      top: 215px;
      letter-spacing: 0.8px;
      width: 75%; }
      @media (min-width: 576px) {
        .m-page-hero-animated ul.elementeContainer li.subheadline .textsubheadline {
          font-size: 15px;
          font-size: 0.9375rem;
          left: 59px;
          top: 215px; } }
      @media (min-width: 768px) {
        .m-page-hero-animated ul.elementeContainer li.subheadline .textsubheadline {
          font-size: 16px;
          font-size: 1rem;
          line-height: 46px;
          left: 70px;
          top: 254px; } }
      @media (min-width: 992px) {
        .m-page-hero-animated ul.elementeContainer li.subheadline .textsubheadline {
          font-size: 16px;
          font-size: 1rem;
          left: 75px;
          top: 322px;
          width: 75%; } }
      @media (min-width: 1200px) {
        .m-page-hero-animated ul.elementeContainer li.subheadline .textsubheadline {
          font-size: 16px;
          font-size: 1rem;
          left: 137px;
          top: 385px; } }
      @media (min-width: 1400px) {
        .m-page-hero-animated ul.elementeContainer li.subheadline .textsubheadline {
          font-size: 16px;
          font-size: 1rem;
          left: 137px;
          top: 385px; } }
      @media (min-width: 1600px) {
        .m-page-hero-animated ul.elementeContainer li.subheadline .textsubheadline {
          font-size: 16px;
          font-size: 1rem;
          left: 105px;
          top: 425px;
          width: 45%; } }
      @media (min-width: 1900px) {
        .m-page-hero-animated ul.elementeContainer li.subheadline .textsubheadline {
          font-size: 16px;
          font-size: 1rem;
          left: 373px;
          top: 425px;
          width: 45%; } }
      .m-page-hero-animated ul.elementeContainer li.subheadline .textsubheadline span {
        padding: 7px 8px 7px 8px;
        display: inline;
        line-height: 35px;
        position: relative;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone; }
    .m-page-hero-animated ul.elementeContainer li.bluebar .blue {
      background-color: rgba(38, 163, 224, 0.2);
      position: absolute;
      left: 37px;
      top: 179px;
      width: 155px;
      height: 30px; }
      @media (min-width: 576px) {
        .m-page-hero-animated ul.elementeContainer li.bluebar .blue {
          left: 37px;
          top: 179px;
          width: 175px;
          height: 34px; } }
      @media (min-width: 768px) {
        .m-page-hero-animated ul.elementeContainer li.bluebar .blue {
          width: 317px;
          height: 54px;
          left: 53px;
          top: 186px; } }
      @media (min-width: 992px) {
        .m-page-hero-animated ul.elementeContainer li.bluebar .blue {
          width: 317px;
          height: 54px;
          left: 52px;
          top: 251px; } }
      @media (min-width: 1200px) {
        .m-page-hero-animated ul.elementeContainer li.bluebar .blue {
          width: 317px;
          height: 54px;
          left: 112px;
          top: 320px; } }
      @media (min-width: 1400px) {
        .m-page-hero-animated ul.elementeContainer li.bluebar .blue {
          width: 327px;
          height: 54px;
          left: 112px;
          top: 320px; } }
      @media (min-width: 1600px) {
        .m-page-hero-animated ul.elementeContainer li.bluebar .blue {
          width: 527px;
          height: 89px;
          left: 78px;
          top: 323px; } }
      @media (min-width: 1900px) {
        .m-page-hero-animated ul.elementeContainer li.bluebar .blue {
          width: 527px;
          height: 89px;
          left: 352px;
          top: 322px; } }
    .m-page-hero-animated ul.elementeContainer li.buttonContainer .contactbutton {
      text-align: center;
      border-radius: 99999px;
      font-family: "Qanelas-SemiBold", Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      position: absolute;
      box-shadow: -10px 10px 0px rgba(38, 163, 224, 0.2);
      background-color: #ff4d4d;
      padding: 10px 27px;
      letter-spacing: -0.2px;
      color: white;
      z-index: 10000000000;
      pointer-events: all;
      -webkit-transition: all 2s ease;
      transition: all 0.3s ease;
      white-space: break-spaces;
      max-width: 335px;
      width: 100%;
      left: 0;
      top: 480px;
      right: 0;
      margin: 0 auto; }
      @media (min-width: 576px) {
        .m-page-hero-animated ul.elementeContainer li.buttonContainer .contactbutton {
          width: 100%;
          left: 0;
          top: 495px;
          right: 0;
          margin: 0 auto; } }
      @media (min-width: 768px) {
        .m-page-hero-animated ul.elementeContainer li.buttonContainer .contactbutton {
          max-width: none;
          left: 46px;
          top: 404px;
          padding: 15px 27px;
          right: inherit;
          width: auto; } }
      @media (min-width: 992px) {
        .m-page-hero-animated ul.elementeContainer li.buttonContainer .contactbutton {
          left: 46px;
          top: 434px;
          padding: 15px 27px; } }
      @media (min-width: 1200px) {
        .m-page-hero-animated ul.elementeContainer li.buttonContainer .contactbutton {
          left: 125px;
          top: 494px;
          padding: 15px 27px; } }
      @media (min-width: 1400px) {
        .m-page-hero-animated ul.elementeContainer li.buttonContainer .contactbutton {
          left: 126px;
          top: 504px;
          padding: 13px 25px; } }
      @media (min-width: 1600px) {
        .m-page-hero-animated ul.elementeContainer li.buttonContainer .contactbutton {
          left: 96px;
          top: 545px;
          padding: 15px 28px; } }
      @media (min-width: 1900px) {
        .m-page-hero-animated ul.elementeContainer li.buttonContainer .contactbutton {
          left: 364px;
          top: 555px;
          padding: 15px 28px; } }
    .m-page-hero-animated ul.elementeContainer li.buttonContainer .contactbutton:hover {
      text-decoration: none;
      box-shadow: 0px 0px 0px rgba(38, 163, 224, 0.2); }
    .m-page-hero-animated ul.elementeContainer li.iconContainer .staticicon {
      position: absolute;
      left: 44px;
      top: 133px;
      width: 100%;
      max-width: 70px;
      height: auto;
      -webkit-transform: translatez(0);
      transform: translatez(0); }
      @media (min-width: 576px) {
        .m-page-hero-animated ul.elementeContainer li.iconContainer .staticicon {
          left: 44px;
          top: 133px;
          max-width: 70px; } }
      @media (min-width: 768px) {
        .m-page-hero-animated ul.elementeContainer li.iconContainer .staticicon {
          left: 57px;
          top: 140px;
          max-width: 87px; } }
      @media (min-width: 992px) {
        .m-page-hero-animated ul.elementeContainer li.iconContainer .staticicon {
          left: 68px;
          top: 148px;
          max-width: 147px; } }
      @media (min-width: 1200px) {
        .m-page-hero-animated ul.elementeContainer li.iconContainer .staticicon {
          left: 124px;
          top: 228px;
          max-width: 138px; } }
      @media (min-width: 1400px) {
        .m-page-hero-animated ul.elementeContainer li.iconContainer .staticicon {
          left: 124px;
          top: 228px;
          max-width: 138px; } }
      @media (min-width: 1600px) {
        .m-page-hero-animated ul.elementeContainer li.iconContainer .staticicon {
          left: 85px;
          top: 198px;
          max-width: 200px; } }
      @media (min-width: 1900px) {
        .m-page-hero-animated ul.elementeContainer li.iconContainer .staticicon {
          left: 374px;
          top: 201px;
          max-width: 200px; } }

.m-page-hero-light .contentContainer .headline {
  color: #ffffff; }
.m-page-hero-light .contentContainer .headline::before {
  background-color: rgba(38, 163, 221, 0.2); }
.m-page-hero-light .contentContainer .subheadline span {
  background: #ffffff;
  box-shadow: 5px 0 0 #ffffff, -5px 0 0 #ffffff; }
  @media (min-width: 768px) {
    .m-page-hero-light .contentContainer .subheadline span {
      box-shadow: 10px 0 0 white, -10px 0 0 white; } }

.m-page-hero-dark .contentContainer .headline {
  color: #24272b; }
.m-page-hero-dark .contentContainer .headline::before {
  background-color: rgba(38, 163, 221, 0.2); }
.m-page-hero-dark .contentContainer .subheadline span {
  color: #ffffff;
  background: #24272b;
  box-shadow: 5px 0 0 #24272b, -5px 0 0 #24272b; }
  @media (min-width: 768px) {
    .m-page-hero-dark .contentContainer .subheadline span {
      box-shadow: 10px 0 0 #24272b, -10px 0 0 #24272b; } }

.m-page-hero-animated-dark ul.elementeContainer li.contentboxHeadline .theheadline {
  color: #24272b; }
.m-page-hero-animated-dark ul.elementeContainer li.contentboxHeadline .theheadline::before {
  background-color: rgba(38, 163, 221, 0.2); }
.m-page-hero-animated-dark ul.elementeContainer li.subheadline .textsubheadline {
  color: #24272b; }
  .m-page-hero-animated-dark ul.elementeContainer li.subheadline .textsubheadline span {
    color: #ffffff;
    background: #24272b;
    box-shadow: 5px 0 0 #24272b, -5px 0 0 #24272b; }
    @media (min-width: 768px) {
      .m-page-hero-animated-dark ul.elementeContainer li.subheadline .textsubheadline span {
        box-shadow: 10px 0 0 #24272b, -10px 0 0 #24272b; } }

.m-page-hero-animated-light ul.elementeContainer li.contentboxHeadline .theheadline {
  color: #ffffff; }
.m-page-hero-animated-light ul.elementeContainer li.contentboxHeadline .theheadline::before {
  background-color: rgba(38, 163, 221, 0.2); }
.m-page-hero-animated-light ul.elementeContainer li.subheadline .textsubheadline {
  color: #ffffff; }
  .m-page-hero-animated-light ul.elementeContainer li.subheadline .textsubheadline span {
    color: #24272b;
    background: #ffffff;
    box-shadow: 5px 0 0 #ffffff, -5px 0 0 #ffffff; }
    @media (min-width: 768px) {
      .m-page-hero-animated-light ul.elementeContainer li.subheadline .textsubheadline span {
        box-shadow: 10px 0 0 #ffffff, -10px 0 0 #ffffff; } }

.m-page-hero-animated-mobile-light .headlinecontainer .headline {
  color: #ffffff; }
.m-page-hero-animated-mobile-light .headlinecontainer .headline::before {
  background-color: rgba(38, 163, 221, 0.2); }
.m-page-hero-animated-mobile-light .subheadline .textsubheadline {
  color: #ffffff; }
  .m-page-hero-animated-mobile-light .subheadline .textsubheadline span {
    color: #24272b;
    background: #ffffff;
    box-shadow: 5px 0 0 #ffffff, -5px 0 0 #ffffff; }
    @media (min-width: 768px) {
      .m-page-hero-animated-mobile-light .subheadline .textsubheadline span {
        box-shadow: 10px 0 0 #ffffff, -10px 0 0 #ffffff; } }

.m-page-hero-animated-mobile-dark .headlinecontainer .headline {
  color: #24272b; }
.m-page-hero-animated-mobile-dark .headlinecontainer .headline::before {
  background-color: rgba(38, 163, 221, 0.2); }
.m-page-hero-animated-mobile-dark .subheadline .textsubheadline {
  color: #24272b; }
  .m-page-hero-animated-mobile-dark .subheadline .textsubheadline span {
    color: #ffffff;
    background: #24272b;
    box-shadow: 5px 0 0 #24272b, -5px 0 0 #24272b; }
    @media (min-width: 768px) {
      .m-page-hero-animated-mobile-dark .subheadline .textsubheadline span {
        box-shadow: 10px 0 0 #24272b, -10px 0 0 #24272b; } }

.m-page-hero-animated-mobile {
  height: 715px;
  background-color: #141414;
  color: white;
  overflow: hidden;
  z-index: 1;
  position: relative;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 576px) {
    .m-page-hero-animated-mobile {
      height: 715px; } }
  .m-page-hero-animated-mobile .contentbox {
    padding: 127px 0 0 0;
    position: relative;
    width: 95%;
    margin: 0 auto; }
    .m-page-hero-animated-mobile .contentbox .headlinecontainer:after {
      content: "";
      background-color: rgba(38, 163, 221, 0.2);
      position: absolute;
      left: -5px;
      bottom: -3px;
      width: 155px;
      height: 20px;
      z-index: -1; }
    .m-page-hero-animated-mobile .contentbox .headlinecontainer {
      position: relative;
      padding-left: 70px; }
      .m-page-hero-animated-mobile .contentbox .headlinecontainer .headline {
        font-family: "Qanelas-ExtraBold", Arial, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 25px;
        font-size: 1.5625rem;
        position: relative;
        z-index: 5;
        display: inline;
        line-height: normal; }
    .m-page-hero-animated-mobile .contentbox .subheadline {
      margin: 20px 0 0 0; }
      .m-page-hero-animated-mobile .contentbox .subheadline .textsubheadline {
        position: absolute;
        font-family: "Qanelas-SemiBold", Arial, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        font-size: 0.9375rem;
        line-height: 40px;
        letter-spacing: 0.8px;
        width: 95%; }
        @media (min-width: 576px) {
          .m-page-hero-animated-mobile .contentbox .subheadline .textsubheadline {
            font-size: 15px;
            font-size: 0.9375rem;
            left: 59px;
            top: 215px; } }
        .m-page-hero-animated-mobile .contentbox .subheadline .textsubheadline span {
          padding: 7px 8px 7px 8px;
          display: inline;
          line-height: 35px;
          position: relative;
          -webkit-box-decoration-break: clone;
          box-decoration-break: clone; }
    .m-page-hero-animated-mobile .contentbox .logo {
      position: absolute;
      left: 0px;
      top: 97px;
      width: 62px;
      z-index: 10;
      top: unset;
      bottom: 3px; }
    .m-page-hero-animated-mobile .contentbox .contactbutton {
      text-align: center;
      border-radius: 99999px;
      font-family: "Qanelas-SemiBold", Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 15px;
      font-size: 0.9375rem;
      position: absolute;
      box-shadow: -10px 10px 0px rgba(38, 163, 224, 0.2);
      background-color: #ff4d4d;
      padding: 15px 15px;
      letter-spacing: -0.2px;
      color: white;
      z-index: 10000000000;
      width: 100%;
      left: 0;
      bottom: 5%;
      right: 0;
      margin: 0 auto; }
    .m-page-hero-animated-mobile .contentbox .contactbutton:hover {
      text-decoration: none;
      box-shadow: 0px 0px 0px rgba(38, 163, 224, 0.2); }

.m-page-leistungen {
  color: #ffffff;
  overflow: hidden;
  padding: 30px 0 30px; }
  @media (min-width: 768px) {
    .m-page-leistungen {
      padding: 80px 0 80px; } }
  @media (min-width: 992px) {
    .m-page-leistungen {
      padding: 190px 0 95px; } }
  .m-page-leistungen .headlines-container {
    -webkit-transform: none;
    transform: none; }
  .m-page-leistungen .tilesRow a {
    color: #2c2f34;
    display: block; }
  .m-page-leistungen .tilesRow a:hover {
    text-decoration: none; }
  .m-page-leistungen .tilesRow .contentTileContainer {
    overflow: hidden;
    pointer-events: none; }
  .m-page-leistungen .tilesRow .contentTile {
    position: relative;
    height: 100%;
    margin-bottom: 30px;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: perspective(1000px);
    -webkit-transform: perspective(1000px); }
    @media (min-width: 768px) {
      .m-page-leistungen .tilesRow .contentTile {
        margin-bottom: 0; } }
    .m-page-leistungen .tilesRow .contentTile .overlay {
      z-index: 2;
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 75%;
      pointer-events: none;
      -webkit-perspective: 1000px;
      perspective: 1000px;
      -webkit-transform: translateZ(30px) translateX(-50%) translateY(-50%);
      transform: translateZ(30px) translateX(-50%) translateY(-50%); }
      .m-page-leistungen .tilesRow .contentTile .overlay .text {
        font-family: "Qanelas-ExtraBold", Arial, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        font-size: 1rem; }
      .m-page-leistungen .tilesRow .contentTile .overlay .icon {
        width: 100%;
        height: auto;
        max-width: 91px;
        margin: 0 0 5px 0;
        -webkit-transform: translateZ(50px);
        transform: translateZ(50px); }
  .m-page-leistungen .tilesRow .contentTileSide {
    height: 175px; }
    @media (min-width: 992px) {
      .m-page-leistungen .tilesRow .contentTileSide {
        height: 380px; } }
  .m-page-leistungen .tilesRow .contentTileLong {
    height: 175px; }
  .m-page-leistungen .tilesRow .contentTileSmall {
    height: 175px; }
  .m-page-leistungen .tilesRow .tileImage {
    position: relative;
    z-index: 50;
    z-index: 1;
    height: 100%;
    pointer-events: all;
    transition: filter 0.15s linear;
    -webkit-transition: -webkit-filter 0.15s linear;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
  .m-page-leistungen .tilesRow .tileImageBlur {
    -webkit-filter: -webkit-blur(4px);
    filter: blur(4px); }
  @media (min-width: 768px) {
    .m-page-leistungen .row-one {
      margin-bottom: 30px;
      margin-top: 30px; } }
  @media (min-width: 992px) {
    .m-page-leistungen .row-one {
      margin-bottom: 30px;
      margin-top: 0; } }
  @media (min-width: 768px) {
    .m-page-leistungen .row-two {
      margin-bottom: 30px; } }
  @media (min-width: 992px) {
    .m-page-leistungen .row-two {
      margin-bottom: 0; } }
  .m-page-leistungen .textabove {
    margin: 0 0 14px 0; }
  .m-page-leistungen .textbelow {
    margin: 26px 0 0 0; }
  .m-page-leistungen .button-red {
    margin: 20px 0 0 0; }
  .m-page-leistungen .animation_headlines,
  .m-page-leistungen .animation_textbox_one,
  .m-page-leistungen .animation_textbox_two,
  .m-page-leistungen .tilesAnimationBlock {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out; }
    @media (min-width: 1200px) {
      .m-page-leistungen .animation_headlines,
      .m-page-leistungen .animation_textbox_one,
      .m-page-leistungen .animation_textbox_two,
      .m-page-leistungen .tilesAnimationBlock {
        will-change: transform; } }
    @media (max-width: 991px) {
      .m-page-leistungen .animation_headlines,
      .m-page-leistungen .animation_textbox_one,
      .m-page-leistungen .animation_textbox_two,
      .m-page-leistungen .tilesAnimationBlock {
        -webkit-transform: none !important;
        transform: none !important; } }

.m-page-referenzen-list {
  padding: 50px 0 50px;
  color: white;
  position: relative; }
  .m-page-referenzen-list .loadMoreContainer {
    text-align: center; }
    .m-page-referenzen-list .loadMoreContainer .loadMoreButton {
      cursor: pointer; }
  .m-page-referenzen-list .button-container {
    margin: 40px 0 0 0;
    text-align: center; }
    @media (min-width: 768px) {
      .m-page-referenzen-list .button-container {
        margin: 0 0 0 0; } }
  .m-page-referenzen-list .spacerreferenzen {
    height: 90px; }
  .m-page-referenzen-list ul.filter-list {
    list-style: none;
    padding: 0; }
    .m-page-referenzen-list ul.filter-list li {
      display: inline-block;
      background-color: rgba(38, 163, 221, 0.1);
      padding: 5px 10px 5px 10px;
      font-family: "Qanelas-SemiBold", Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      font-size: 0.875rem;
      cursor: pointer;
      margin: 0 0 5px 0;
      text-transform: capitalize; }
      @media (min-width: 992px) {
        .m-page-referenzen-list ul.filter-list li {
          margin: 0 0 0 0;
          padding: 9px 15px 9px 15px;
          font-family: "Qanelas-SemiBold", Arial, sans-serif;
          font-style: normal;
          font-weight: normal;
          font-size: 16px;
          font-size: 1rem; } }
    .m-page-referenzen-list ul.filter-list li.active {
      background-color: rgba(38, 163, 221, 0.3); }
  .m-page-referenzen-list .grid {
    opacity: 0;
    margin-top: 25px; }
    .m-page-referenzen-list .grid .grid-item {
      cursor: pointer;
      padding: 0; }
      @media (min-width: 576px) {
        .m-page-referenzen-list .grid .grid-item {
          margin: 0 0 10px -15px; } }
      .m-page-referenzen-list .grid .grid-item .itemgap {
        padding: 20px 20px 0px 20px; }
      .m-page-referenzen-list .grid .grid-item .gridContent {
        border: 10px solid white;
        outline: 8px solid #1b1e22;
        position: relative; }
        .m-page-referenzen-list .grid .grid-item .gridContent .titlebox {
          width: calc(100% - 0px);
          /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
          background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
          background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
          background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
          position: absolute;
          z-index: 10;
          left: 0;
          bottom: 0;
          padding: 32px 8px 10px; }
          .m-page-referenzen-list .grid .grid-item .gridContent .titlebox .title {
            font-family: "Qanelas-SemiBold", Arial, sans-serif;
            font-style: normal;
            font-weight: normal;
            font-size: 14px;
            font-size: 0.875rem;
            line-height: 16px; }
            @media (min-width: 768px) {
              .m-page-referenzen-list .grid .grid-item .gridContent .titlebox .title {
                font-size: 14px;
                font-size: 0.875rem;
                line-height: 16px;
                font-family: "Qanelas-SemiBold", Arial, sans-serif;
                font-style: normal;
                font-weight: normal; } }
        .m-page-referenzen-list .grid .grid-item .gridContent img.reference {
          width: 100%;
          height: auto; }
      .m-page-referenzen-list .grid .grid-item .gridContent:hover {
        border: 10px solid white;
        outline: 8px solid #ff4d4d;
        box-shadow: -17px 17px 0px rgba(38, 163, 221, 0.1); }

.modal-container-referenzen {
  color: white;
  position: fixed;
  z-index: 30;
  padding: 25px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0, 0);
  transform: translate(-50%, -50%) scale(0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 90%;
  max-width: 500px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  background-color: rgba(27, 30, 34, 0.95); }
  @media (min-width: 768px) {
    .modal-container-referenzen {
      width: 100%; } }
  .modal-container-referenzen .modal-content-referenzen {
    padding: 40px 20px 20px 20px;
    position: relative; }
    .modal-container-referenzen .modal-content-referenzen .title {
      font-family: "Qanelas-SemiBold", Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 30px;
      font-size: 1.875rem;
      line-height: 30px;
      margin: 0 0 10px 0; }
    .modal-container-referenzen .modal-content-referenzen .cta-container {
      margin: 15px 0 15px 0; }
    .modal-container-referenzen .modal-content-referenzen .close-container {
      position: absolute;
      right: 23px;
      top: 35px;
      cursor: pointer;
      width: 25px;
      height: 25px; }
      .modal-container-referenzen .modal-content-referenzen .close-container .leftright {
        height: 4px;
        width: 100%;
        position: absolute;
        background-color: white;
        transform: rotate(45deg);
        transition: all 0.3s ease-in; }
      .modal-container-referenzen .modal-content-referenzen .close-container .rightleft {
        height: 4px;
        width: 100%;
        position: absolute;
        background-color: white;
        transform: rotate(-45deg);
        transition: all 0.3s ease-in; }
    .modal-container-referenzen .modal-content-referenzen .close-container:hover .leftright {
      transform: rotate(-45deg);
      background-color: #ff4d4d; }
    .modal-container-referenzen .modal-content-referenzen .close-container:hover .rightleft {
      transform: rotate(45deg);
      background-color: #ff4d4d; }

.modal-container-referenzen-scaleup {
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
  transform: translate(-50%, -50%) scale(1, 1); }

.modal-container-referenzen-backdrop {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 10; }

.m-page-spritebox {
  color: #2c2f34;
  background-color: white;
  overflow: hidden;
  padding: 30px 0 45px; }
  @media (min-width: 1200px) {
    .m-page-spritebox {
      box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5); } }
  @media (min-width: 576px) {
    .m-page-spritebox {
      padding: 30px 50px; } }
  @media (min-width: 768px) {
    .m-page-spritebox {
      padding: 80px 0 80px; } }
  @media (min-width: 992px) {
    .m-page-spritebox {
      padding: 95px 0 95px;
      overflow: visible; } }
  .m-page-spritebox .button {
    margin: 50px 0 0 0; }
  .m-page-spritebox .spriteContainer {
    width: 100%;
    height: auto;
    margin: 2% auto;
    background-position-x: 0;
    background-repeat: no-repeat;
    margin: 40px 0 30px 0;
    cursor: pointer; }
    @media (min-width: 992px) {
      .m-page-spritebox .spriteContainer {
        margin: 0 0 0 0; } }
  .m-page-spritebox .mobileImageContainer {
    text-align: center;
    margin: 0 0 40px 0; }
    .m-page-spritebox .mobileImageContainer img {
      max-width: 100%;
      height: auto; }
  .m-page-spritebox .textboxanimation {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out; }
    @media (max-width: 991px) {
      .m-page-spritebox .textboxanimation {
        -webkit-transform: none !important;
        transform: none !important; } }

.m-page-rezensionen.isInview .rezensionquote {
  transform: scale(1) rotate(0deg);
  -webkit-transform: scale(1) rotate(0deg); }

.m-page-rezensionen {
  color: white;
  padding: 30px 0 30px; }
  @media (min-width: 768px) {
    .m-page-rezensionen {
      padding: 80px 0 80px; } }
  @media (min-width: 992px) {
    .m-page-rezensionen {
      padding: 90px 0 90px; } }
  .m-page-rezensionen .headlines-container {
    margin-top: 90px;
    position: relative; }
    @media (min-width: 768px) {
      .m-page-rezensionen .headlines-container {
        margin-top: 190px; } }
  .m-page-rezensionen .rezensionquote {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: auto;
    max-width: 171px;
    top: -149%;
    left: 25%; }
    @media (min-width: 576px) {
      .m-page-rezensionen .rezensionquote {
        max-width: 171px;
        top: -149%;
        left: 25%; } }
    @media (min-width: 768px) {
      .m-page-rezensionen .rezensionquote {
        max-width: 342px;
        top: -224.2%;
        left: 21%;
        -webkit-transition: all 0.4s ease-in-out 0.4s;
        transition: all 0.4s ease-in-out 0.4s;
        transform: scale(0.8) rotate(-15deg);
        -webkit-transform: scale(0.8) rotate(-15deg); } }
    @media (min-width: 992px) {
      .m-page-rezensionen .rezensionquote {
        max-width: 342px;
        top: -182%;
        left: 20.8%; } }
  .m-page-rezensionen .iconbox {
    margin: 25px 0 0 0;
    position: relative; }
    @media (min-width: 768px) {
      .m-page-rezensionen .iconbox {
        width: 95%; } }
    .m-page-rezensionen .iconbox .zitat {
      margin: 0 0 45px 0; }
    .m-page-rezensionen .iconbox .contentbox ul {
      padding: 0;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .m-page-rezensionen .iconbox .contentbox ul li {
        list-style: none;
        display: inline-block;
        vertical-align: top; }
        .m-page-rezensionen .iconbox .contentbox ul li .profilimage {
          width: 100%;
          height: auto;
          max-width: 74px; }
      .m-page-rezensionen .iconbox .contentbox ul li.textcontent {
        margin: 0 0 0 15px; }
        .m-page-rezensionen .iconbox .contentbox ul li.textcontent .name {
          font-family: "Qanelas-SemiBold", Arial, sans-serif;
          font-style: normal;
          font-weight: normal;
          font-size: 16px;
          font-size: 1rem;
          line-height: 24px; }
        .m-page-rezensionen .iconbox .contentbox ul li.textcontent .firma {
          font-family: "Qanelas-Regular", Arial, sans-serif;
          font-style: normal;
          font-weight: normal;
          font-size: 16px;
          font-size: 1rem;
          line-height: 24px; }
    .m-page-rezensionen .iconbox .icon_quote {
      width: 100%;
      height: auto;
      max-width: 40px;
      position: absolute;
      left: -6px;
      top: -23px; }
      @media (min-width: 768px) {
        .m-page-rezensionen .iconbox .icon_quote {
          left: -29px;
          top: -26px; } }
  .m-page-rezensionen .headlinesContainerAnimation {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out; }
    @media (max-width: 991px) {
      .m-page-rezensionen .headlinesContainerAnimation {
        -webkit-transform: none !important;
        transform: none !important; } }
  .m-page-rezensionen .iconboxAnimation {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out; }
    @media (max-width: 991px) {
      .m-page-rezensionen .iconboxAnimation {
        -webkit-transform: none !important;
        transform: none !important; } }

.m-page-text {
  padding: 50px 0 50px;
  color: white; }
  .m-page-text .containerAnimation {
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out; }
    @media (max-width: 991px) {
      .m-page-text .containerAnimation {
        -webkit-transform: none !important;
        transform: none !important; } }
  .m-page-text .headlines-container {
    margin: 0 0 22px 0; }
    .m-page-text .headlines-container .suheadline-container .subheadline {
      margin: 0; }
  .m-page-text .arrows-container {
    margin: 45px 0 0 0; }
    .m-page-text .arrows-container ul {
      padding: 0; }
      .m-page-text .arrows-container ul li {
        list-style: none;
        font-size: 0;
        display: inline-block;
        margin: 0 -10px 0 0px; }
        .m-page-text .arrows-container ul li div {
          display: inline-block; }
        .m-page-text .arrows-container ul li .left {
          background-repeat: no-repeat;
          background-position: left top;
          background-image: url("../../images/m-page-text/left_arrow.png");
          background-size: 21px 58px;
          width: 21px;
          height: 58px; }
        .m-page-text .arrows-container ul li .center {
          background-color: rgba(38, 163, 221, 0.1);
          font-size: 18px;
          font-size: 1.125rem;
          letter-spacing: 0.6px;
          padding: 0 20px;
          line-height: 58px;
          vertical-align: top;
          font-family: "Qanelas-SemiBold", Arial, sans-serif;
          font-style: normal;
          font-weight: normal; }
          @media (min-width: 992px) {
            .m-page-text .arrows-container ul li .center {
              font-size: 24px;
              font-size: 1.5rem;
              padding: 0 30px;
              letter-spacing: 1.1px; } }
        .m-page-text .arrows-container ul li .right {
          background-repeat: no-repeat;
          background-position: left top;
          background-image: url("../../images/m-page-text/right_arrow.png");
          background-size: 22px 58px;
          width: 22px;
          height: 58px; }
      .m-page-text .arrows-container ul li:last-child {
        margin: 0 0 0 0; }

@media (min-width: 768px) {
  .m-page-newslist.isInview .imageContainer .headlineimage {
    -webkit-transform: rotate(-15deg) scale(1.1);
    transform: rotate(-15deg) scale(1.1); } }

.m-page-newslist {
  color: white;
  padding: 30px 0; }
  .m-page-newslist .headlinesContainerAnimation,
  .m-page-newslist .headlinesCatsAnimation,
  .m-page-newslist .newsOwlAnimation,
  .m-page-newslist .imageContainerAnimation {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    will-change: transform; }
    @media (max-width: 991px) {
      .m-page-newslist .headlinesContainerAnimation,
      .m-page-newslist .headlinesCatsAnimation,
      .m-page-newslist .newsOwlAnimation,
      .m-page-newslist .imageContainerAnimation {
        -webkit-transform: none !important;
        transform: none !important; } }
  .m-page-newslist .imageContainer {
    margin: 0px 0 40px 0; }
    .m-page-newslist .imageContainer .headlineimage {
      width: 100%;
      height: auto;
      max-width: 270px; }
      @media (min-width: 768px) {
        .m-page-newslist .imageContainer .headlineimage {
          -webkit-transition: all 0.4s ease-in-out 0.2s;
          transition: all 0.4s ease-in-out 0.2s;
          margin: 10px 0 0 0; } }
  @media (min-width: 768px) {
    .m-page-newslist .imageContainer.is-inview {
      -webkit-transform: rotate(-15deg) scale(1.1);
      transform: rotate(-15deg) scale(1.1); } }
  .m-page-newslist .textblock-container {
    font-family: "Qanelas-SemiBold", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px; }
  .m-page-newslist .button-container {
    margin: 50px 0 0 0;
    text-align: center; }
  .m-page-newslist .categoriesContainer {
    margin: 20px 0 0 0; }
    .m-page-newslist .categoriesContainer ul {
      padding: 0; }
      .m-page-newslist .categoriesContainer ul li {
        list-style: none;
        display: inline-block;
        background-color: rgba(38, 163, 221, 0.1);
        text-align: center;
        margin: 0 5px 10px 0; }
        @media (min-width: 576px) {
          .m-page-newslist .categoriesContainer ul li {
            margin: 0 5px 5px 0; } }
        .m-page-newslist .categoriesContainer ul li a {
          font-family: "Qanelas-SemiBold", Arial, sans-serif;
          font-style: normal;
          font-weight: normal;
          font-size: 16px;
          font-size: 1rem;
          line-height: 24px;
          color: white;
          padding: 7px 9px 7px 9px;
          display: block; }
      .m-page-newslist .categoriesContainer ul li:last-child {
        margin: 0 0 0 0; }
  .m-page-newslist .newsOwl {
    margin: 45px 0 0 0; }
    @media (min-width: 768px) {
      .m-page-newslist .newsOwl .owl-stage-outer {
        width: 200%;
        position: relative;
        z-index: 100; } }
    .m-page-newslist .newsOwl .owl-stage-outer .owl-stage .owl-item .news-box a {
      cursor: url("../../images/m-page-newslist/handcursor.png"), auto; }
    @media (min-width: 768px) {
      .m-page-newslist .newsOwl .owl-stage-outer .owl-stage .owl-item .news-box {
        width: 215px;
        overflow: hidden; } }
    @media (min-width: 992px) {
      .m-page-newslist .newsOwl .owl-stage-outer .owl-stage .owl-item .news-box {
        width: 385px;
        overflow: hidden; } }
    .m-page-newslist .newsOwl .owl-stage-outer .owl-stage .owl-item .news-box .image-container {
      overflow: hidden;
      margin: 0 0 13px 0; }
      @media (min-width: 768px) {
        .m-page-newslist .newsOwl .owl-stage-outer .owl-stage .owl-item .news-box .image-container {
          height: 300px;
          width: 215px; } }
      @media (min-width: 992px) {
        .m-page-newslist .newsOwl .owl-stage-outer .owl-stage .owl-item .news-box .image-container {
          height: 538px;
          width: 385px; } }
      .m-page-newslist .newsOwl .owl-stage-outer .owl-stage .owl-item .news-box .image-container img.newsimage {
        width: 100%;
        height: auto; }
    .m-page-newslist .newsOwl .owl-stage-outer .owl-stage .owl-item .news-box .title {
      margin: 0 0 1px 0; }
      .m-page-newslist .newsOwl .owl-stage-outer .owl-stage .owl-item .news-box .title a {
        font-family: "Qanelas-SemiBold", Arial, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        font-size: 1rem;
        line-height: 24px;
        color: white; }
    .m-page-newslist .newsOwl .owl-stage-outer .owl-stage .owl-item .news-box .date a {
      font-style: italic;
      font-family: "Qanelas-Regular", Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 20px;
      color: white; }

.m-page-textspacer {
  padding: 75px 0 75px; }
  @media (min-width: 992px) {
    .m-page-textspacer {
      padding: 100px 0 200px; } }
  .m-page-textspacer .textColorRed {
    color: rgba(255, 0, 0, 0.5); }
  .m-page-textspacer .textColorBlue {
    color: rgba(38, 163, 221, 0.5); }
  .m-page-textspacer h2,
  .m-page-textspacer h3 {
    font-family: "Qanelas-Heavy", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 4.9px;
    background-color: #fff;
    background-repeat: repeat;
    background-image: url("../../images/text-spacer/background.jpg");
    background-position: 50% 50%;
    -moz-background-size: 100%;
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    text-shadow: -16px 16px 0px rgba(0, 168, 228, 0.1);
    font-size: 40px;
    font-size: 2.5rem; }
    @media (min-width: 768px) {
      .m-page-textspacer h2,
      .m-page-textspacer h3 {
        font-size: 60px;
        font-size: 3.75rem; } }
    @media (min-width: 992px) {
      .m-page-textspacer h2,
      .m-page-textspacer h3 {
        font-size: 89px;
        font-size: 5.5625rem;
        line-height: 102px; } }
    @media (min-width: 992px) {
      .m-page-textspacer h2,
      .m-page-textspacer h3 {
        font-size: 89px;
        font-size: 5.5625rem;
        line-height: 102px; } }
  .m-page-textspacer .btn-container {
    text-align: center;
    margin: 40px 0 0 0; }
  .m-page-textspacer .ContainerAnimation {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out; }
    @media (max-width: 991px) {
      .m-page-textspacer .ContainerAnimation {
        -webkit-transform: none !important;
        transform: none !important; } }

.m-page-textspacer[data-browser='Internet Explorer'] h2,
.m-page-textspacer[data-browser='Internet Explorer'] h3 {
  background-repeat: initial;
  background-image: none;
  background-color: transparent; }

.m-page-textbanner {
  position: relative;
  z-index: 10; }
  .m-page-textbanner .whiteBG {
    background-color: white;
    padding: 30px 0 30px; }
    @media (min-width: 768px) {
      .m-page-textbanner .whiteBG {
        padding: 55px 0 55px; } }
    @media (min-width: 992px) {
      .m-page-textbanner .whiteBG {
        padding: 83px 0 93px; } }
    @media (min-width: 1200px) {
      .m-page-textbanner .whiteBG {
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5); } }
  .m-page-textbanner .iconcontainer {
    position: relative; }
    .m-page-textbanner .iconcontainer img.icon {
      position: absolute;
      left: 0;
      top: 12px;
      width: 100%;
      height: auto;
      max-width: 90px;
      cursor: pointer;
      -webkit-transition: all 0.5s ease-in-out 0.2s;
      transition: all 0.5s ease-in-out 0.2s;
      -webkit-transform: rotate(-15deg) scale(0.8);
      transform: rotate(-15deg) scale(0.8); }
  .m-page-textbanner .textbanner_animation_headlines,
  .m-page-textbanner .textbanner_animation_textbox {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out; }
    @media (max-width: 991px) {
      .m-page-textbanner .textbanner_animation_headlines,
      .m-page-textbanner .textbanner_animation_textbox {
        -webkit-transform: none !important;
        transform: none !important; } }

.m-page-textbanner.isInview .iconcontainer img.icon {
  -webkit-transform: rotate(0deg) scale(1.1);
  transform: rotate(0deg) scale(1.1); }

#modalVideo .close-container {
  position: absolute;
  right: 15px;
  top: 30px;
  cursor: pointer;
  width: 25px;
  height: 25px;
  z-index: 1; }
  #modalVideo .close-container .leftright {
    height: 4px;
    width: 100%;
    position: absolute;
    background-color: white;
    transform: rotate(45deg);
    transition: all 0.3s ease-in; }
  #modalVideo .close-container .rightleft {
    height: 4px;
    width: 100%;
    position: absolute;
    background-color: white;
    transform: rotate(-45deg);
    transition: all 0.3s ease-in; }
#modalVideo .close-container:hover .leftright {
  transform: rotate(-45deg);
  background-color: #ff4d4d; }
#modalVideo .close-container:hover .rightleft {
  transform: rotate(45deg);
  background-color: #ff4d4d; }
#modalVideo .modal-dialog {
  width: 90%;
  max-width: 500px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    #modalVideo .modal-dialog {
      width: 100%;
      max-width: 520px; } }
  @media (min-width: 992px) {
    #modalVideo .modal-dialog {
      width: 100%;
      max-width: 750px; } }
  #modalVideo .modal-dialog .modal-content {
    border-radius: 0;
    background-color: rgba(27, 30, 34, 0.95);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5); }
    #modalVideo .modal-dialog .modal-content .modal-header {
      border: 0;
      padding: 0; }
    #modalVideo .modal-dialog .modal-content .modal-body .embedContainer {
      position: relative;
      padding-bottom: 56.25%;
      overflow: hidden;
      max-width: 100%;
      height: auto;
      margin: 45px 0 30px 0; }
    #modalVideo .modal-dialog .modal-content .modal-body .embedContainer iframe,
    #modalVideo .modal-dialog .modal-content .modal-body .embedContainer object,
    #modalVideo .modal-dialog .modal-content .modal-body .embedContainer embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.m-page-text-and-image {
  color: #ffffff;
  padding: 30px 0 30px; }
  @media (min-width: 768px) {
    .m-page-text-and-image {
      padding: 50px 0 50px; } }
  @media (min-width: 992px) {
    .m-page-text-and-image {
      padding: 100px 0 100px; } }
  .m-page-text-and-image .modultextandimage_animation_text,
  .m-page-text-and-image .modultextandimage_animation_image {
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out; }
    @media (max-width: 991px) {
      .m-page-text-and-image .modultextandimage_animation_text,
      .m-page-text-and-image .modultextandimage_animation_image {
        -webkit-transform: none !important;
        transform: none !important; } }
  .m-page-text-and-image .imageBox {
    margin: 0 0 20px 0; }
    @media (min-width: 768px) {
      .m-page-text-and-image .imageBox {
        margin: 0 0 30px 0; } }
    @media (min-width: 992px) {
      .m-page-text-and-image .imageBox {
        margin: 0 0 0 0; } }
    .m-page-text-and-image .imageBox .articleImage {
      width: 100%;
      height: auto;
      display: block; }
  .m-page-text-and-image .contentContainer {
    z-index: 1; }
    @media (min-width: 992px) {
      .m-page-text-and-image .contentContainer {
        padding: 0 0 0 0; } }
    @media (min-width: 1200px) {
      .m-page-text-and-image .contentContainer {
        padding: 0 0 0 25px; } }
    .m-page-text-and-image .contentContainer .headlines-container {
      margin: 0 0 0 0; }
      @media (min-width: 768px) {
        .m-page-text-and-image .contentContainer .headlines-container {
          margin: 0 0 0 0; } }
      .m-page-text-and-image .contentContainer .headlines-container .headline-container {
        margin: 0 0 15px 0; }
        @media (min-width: 768px) {
          .m-page-text-and-image .contentContainer .headlines-container .headline-container {
            margin: 0 0 20px 0; } }
    .m-page-text-and-image .contentContainer .textBox1 {
      margin: 0 0 7px 0; }
    .m-page-text-and-image .contentContainer .textBox2 {
      margin: 7px 0 0 0; }
    .m-page-text-and-image .contentContainer .tagsContainer {
      margin: 25px 0 0px 0; }
      .m-page-text-and-image .contentContainer .tagsContainer ul {
        padding: 0;
        font-size: 0; }
        .m-page-text-and-image .contentContainer .tagsContainer ul li {
          list-style: none;
          display: inline-block;
          background-color: rgba(38, 163, 221, 0.1);
          padding: 3px 9px;
          font-family: "Qanelas-SemiBold", Arial, sans-serif;
          font-style: normal;
          font-weight: normal;
          font-size: 16px;
          font-size: 1rem;
          margin: 0 15px 15px 0; }
        .m-page-text-and-image .contentContainer .tagsContainer ul li:last-child {
          margin: 0 0 0 0; }
    .m-page-text-and-image .contentContainer .button-red {
      margin: 30px 0 0 0; }
  @media (min-width: 992px) {
    .m-page-text-and-image .contentContainerRight {
      padding: 0 0 0 0; } }
  @media (min-width: 1200px) {
    .m-page-text-and-image .contentContainerRight {
      padding: 0 25px 0 0; } }

.m-page-boxen-angebote {
  background-color: #ffffff;
  color: #ffffff;
  padding: 40px 0 40px;
  text-align: center; }
  @media (min-width: 768px) {
    .m-page-boxen-angebote {
      padding: 50px 0 50px; } }
  @media (min-width: 992px) {
    .m-page-boxen-angebote {
      padding: 80px 0 80px; } }
  .m-page-boxen-angebote .rowAnimation {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out; }
    @media (min-width: 1200px) {
      .m-page-boxen-angebote .rowAnimation {
        will-change: transform; } }
    @media (max-width: 991px) {
      .m-page-boxen-angebote .rowAnimation {
        -webkit-transform: none !important;
        transform: none !important; } }
  .m-page-boxen-angebote .contentbox {
    margin: 0 0 30px 0; }
    @media (min-width: 1200px) {
      .m-page-boxen-angebote .contentbox {
        margin: 0; } }
    .m-page-boxen-angebote .contentbox .offerTypeContainer {
      padding: 20px 0;
      background-color: #ff4d4d; }
      .m-page-boxen-angebote .contentbox .offerTypeContainer .headline {
        margin: 0;
        font-size: 18px;
        font-size: 1.125rem;
        font-family: "Qanelas-SemiBold", Arial, sans-serif;
        font-style: normal;
        font-weight: normal;
        line-height: normal; }
    .m-page-boxen-angebote .contentbox .pricingTypeContainer {
      background-color: #24272b;
      padding: 20px 0; }
      .m-page-boxen-angebote .contentbox .pricingTypeContainer span {
        display: block; }
      .m-page-boxen-angebote .contentbox .pricingTypeContainer .pricing-amount {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: normal;
        margin: 0 0 5px 0; }
        @media (min-width: 768px) {
          .m-page-boxen-angebote .contentbox .pricingTypeContainer .pricing-amount {
            font-size: 35px;
            font-size: 2.1875rem;
            margin: 0 0 10px 0; } }
        @media (min-width: 992px) {
          .m-page-boxen-angebote .contentbox .pricingTypeContainer .pricing-amount {
            font-size: 40px;
            font-size: 2.5rem; } }
      .m-page-boxen-angebote .contentbox .pricingTypeContainer .pricing-per {
        font-size: 16px;
        font-size: 1rem;
        line-height: normal; }
        @media (min-width: 992px) {
          .m-page-boxen-angebote .contentbox .pricingTypeContainer .pricing-per {
            font-size: 16px;
            font-size: 1rem; } }
    .m-page-boxen-angebote .contentbox .featuresContainer {
      background-color: #2c2f34;
      padding: 20px 0; }
      @media (max-width: 1199px) {
        .m-page-boxen-angebote .contentbox .featuresContainer {
          height: auto !important; } }
      .m-page-boxen-angebote .contentbox .featuresContainer ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .m-page-boxen-angebote .contentbox .featuresContainer ul li {
          color: #ffffff;
          margin: 0 0 7px 0;
          font-size: 16px;
          font-size: 1rem; }
          @media (min-width: 768px) {
            .m-page-boxen-angebote .contentbox .featuresContainer ul li {
              margin: 0 0 10px 0; } }

.m-page-get-more-clicks.isInview .imageContainer .image {
  -webkit-transform: rotate(0) scale(1.1);
  transform: rotate(0) scale(1.1); }

.m-page-get-more-clicks {
  background-color: white;
  color: #2c2f34;
  text-align: center;
  padding: 40px 0 40px; }
  @media (min-width: 1200px) {
    .m-page-get-more-clicks {
      box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5); } }
  @media (min-width: 992px) {
    .m-page-get-more-clicks {
      padding: 85px 0 65px; } }
  .m-page-get-more-clicks .headline {
    font-family: "Qanelas-ExtraBold", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    font-size: 1.375rem;
    position: relative;
    z-index: 5;
    margin: 0 0 20px 0; }
    @media (min-width: 768px) {
      .m-page-get-more-clicks .headline {
        font-size: 40px;
        font-size: 2.5rem; } }
    @media (min-width: 992px) {
      .m-page-get-more-clicks .headline {
        margin: 0 0 30px 0;
        font-size: 50px;
        font-size: 3.125rem; } }
  .m-page-get-more-clicks .imageContainer {
    margin: -15px 0 0 0; }
    .m-page-get-more-clicks .imageContainer .image {
      width: 100%;
      height: auto;
      max-width: 158px;
      -webkit-transition: all 0.4s ease-in-out 0.2s;
      transition: all 0.4s ease-in-out 0.2s;
      -webkit-transform: rotate(-15deg) scale(0.8);
      transform: rotate(-15deg) scale(0.8); }
  .m-page-get-more-clicks .headlineRowAnimation,
  .m-page-get-more-clicks .textRowAnimation {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out; }
    @media (min-width: 1200px) {
      .m-page-get-more-clicks .headlineRowAnimation,
      .m-page-get-more-clicks .textRowAnimation {
        will-change: transform; } }
    @media (max-width: 991px) {
      .m-page-get-more-clicks .headlineRowAnimation,
      .m-page-get-more-clicks .textRowAnimation {
        -webkit-transform: none !important;
        transform: none !important; } }

.m-page-slider-icons {
  padding: 40px 0 40px; }
  @media (min-width: 768px) {
    .m-page-slider-icons {
      padding: 50px 0 50px; } }
  @media (min-width: 992px) {
    .m-page-slider-icons {
      padding: 80px 0 80px; } }
  .m-page-slider-icons .iconOwl .owl-stage-outer .owl-stage .owl-item .icon-box .iconimage {
    width: 100%;
    height: auto;
    max-width: 139px; }

.m-page-video-above {
  color: white;
  padding: 40px 0 40px; }
  @media (min-width: 768px) {
    .m-page-video-above {
      padding: 50px 0 50px; } }
  @media (min-width: 992px) {
    .m-page-video-above {
      padding: 80px 0 80px; } }
  .m-page-video-above .headlines-container {
    margin: 0 0 35px 0; }
  .m-page-video-above .embedContainer {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto; }
  .m-page-video-above .embedContainer iframe,
  .m-page-video-above .embedContainer object,
  .m-page-video-above .embedContainer embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .m-page-video-above .subheadlineContainer {
    margin: 30px 0 15px 0; }
    .m-page-video-above .subheadlineContainer .subheadline {
      font-family: "Qanelas-SemiBold", Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 24px;
      font-size: 1.5rem; }
  .m-page-video-above .box2 {
    margin: 15px 0 0 0; }
    @media (min-width: 768px) {
      .m-page-video-above .box2 {
        margin: 0 0 0 0; } }
    @media (min-width: 992px) {
      .m-page-video-above .box2 {
        margin: 0 0 0 0; } }
  .m-page-video-above .abstand {
    height: 35px; }

@media (max-width: 991px) {
  .xdsoft_datetimepicker.xdsoft_noselect.xdsoft_ {
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto;
    width: 330px; } }

.m-page-contact {
  color: white;
  padding: 50px 0; }
  .m-page-contact .headlines-container {
    margin: 0 0 10px 0; }
    @media (min-width: 576px) {
      .m-page-contact .headlines-container {
        margin: 0 0 60px 0; } }
  .m-page-contact .wpcf7-response-output {
    display: none !important; }
  .m-page-contact .nextbutton {
    font-family: "Qanelas-SemiBold", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    background-color: #ff4d4d;
    color: #ffffff;
    display: inline-block;
    border-radius: 26px;
    padding: 14px 25px;
    position: relative;
    box-shadow: -10px 10px 0px rgba(38, 163, 221, 0.2);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    margin: 0 5% 0 0; }
    @media (min-width: 768px) {
      .m-page-contact .nextbutton {
        box-shadow: -15px 15px 0px rgba(38, 163, 221, 0.2);
        margin: 0 0 0 0; } }
  .m-page-contact .nextbutton:hover {
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0px 0px 0px rgba(38, 163, 221, 0.2); }
  .m-page-contact .contactContainer {
    margin: 30px 0 0 0; }
    @media (min-width: 576px) {
      .m-page-contact .contactContainer {
        margin: 60px 0 0 0; } }
    @media (min-width: 992px) {
      .m-page-contact .contactContainer {
        margin: 0 0 0 0; } }
    @media (min-width: 1200px) {
      .m-page-contact .contactContainer .selectContainer {
        max-width: 750px; } }
    .m-page-contact .contactContainer .selectContainer ul {
      list-style: none;
      padding: 0;
      text-align: center; }
      .m-page-contact .contactContainer .selectContainer ul li {
        background-color: #ff4d4d;
        border-radius: 26px;
        padding: 14px 25px;
        box-shadow: -10px 10px 0px rgba(38, 163, 221, 0.2);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        cursor: pointer;
        font-size: 18px;
        font-size: 1.125rem;
        font-family: "Qanelas-SemiBold", Arial, sans-serif;
        font-style: normal;
        font-weight: normal;
        display: block;
        margin: 0 auto 30px;
        width: 90%; }
        @media (min-width: 992px) {
          .m-page-contact .contactContainer .selectContainer ul li {
            display: inline-block;
            margin: 0 30px 30px 0;
            width: auto; } }
        @media (min-width: 1200px) {
          .m-page-contact .contactContainer .selectContainer ul li {
            max-width: 750px; } }
      @media (min-width: 992px) {
        .m-page-contact .contactContainer .selectContainer ul li:first-child {
          display: block;
          max-width: 300px;
          width: 100%;
          margin: 0 auto 30px; } }
      .m-page-contact .contactContainer .selectContainer ul li:last-child {
        margin: 0 auto 0; }
        @media (min-width: 992px) {
          .m-page-contact .contactContainer .selectContainer ul li:last-child {
            margin: 0 0 0 0; } }
      .m-page-contact .contactContainer .selectContainer ul li:hover {
        color: #ffffff;
        text-decoration: none;
        box-shadow: 0px 0px 0px rgba(38, 163, 221, 0.2); }
      .m-page-contact .contactContainer .selectContainer ul li.select {
        background-color: #26a3dc; }
    .m-page-contact .contactContainer .contactDirectContainer {
      padding: 15px 0 0 0; }
      @media (min-width: 576px) {
        .m-page-contact .contactContainer .contactDirectContainer {
          padding: 125px 0 0 0; } }
      @media (min-width: 1200px) {
        .m-page-contact .contactContainer .contactDirectContainer {
          padding: 250px 0 0 0; } }
    .m-page-contact .contactContainer .consultingContainer .consulting {
      display: none; }
    .m-page-contact .contactContainer .consultingContainer .dateHeadline {
      margin: 0 auto 20px;
      font-family: "Qanelas-SemiBold", Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      text-align: center;
      line-height: normal;
      font-size: 18px;
      font-size: 1.125rem;
      width: 80%; }
    .m-page-contact .contactContainer .consultingContainer #datepickerconsulting {
      background-color: #ff4d4d;
      border: 1px solid white;
      color: white;
      text-align: center;
      padding: 5px 0px;
      outline: 0; }
    .m-page-contact .contactContainer .consultingContainer .consultingSelect li {
      cursor: auto; }
    .m-page-contact .contactContainer .consultingContainer .consultingForm {
      display: none; }
    .m-page-contact .contactContainer .consultingContainer .consultingnext_date_buttonContainer {
      text-align: right;
      margin: 30px 0 0 0; }
    .m-page-contact .contactContainer .jobsContainer .jobs {
      display: none; }
    .m-page-contact .contactContainer .jobsContainer .jobForm {
      display: none; }
      .m-page-contact .contactContainer .jobsContainer .jobForm .formhead_subtext {
        display: none; }
      .m-page-contact .contactContainer .jobsContainer .jobForm .formContainerJobs {
        display: none; }
    .m-page-contact .contactContainer .jobsContainer .jobNoForm {
      display: none; }
      .m-page-contact .contactContainer .jobsContainer .jobNoForm .jobNoFormTextContainer {
        display: none; }
        .m-page-contact .contactContainer .jobsContainer .jobNoForm .jobNoFormTextContainer .jobNoFormText {
          display: none; }
    .m-page-contact .contactContainer .offerLeistungenContainer .leistungen {
      display: none; }
    .m-page-contact .contactContainer .offerLeistungenContainer .budget {
      display: none; }
    .m-page-contact .contactContainer .offerLeistungenContainer .leistungenForm {
      display: none; }
    .m-page-contact .contactContainer .offerLeistungenContainer .reference {
      display: none; }
    .m-page-contact .contactContainer .stepBack {
      color: #ffffff;
      display: table;
      width: 40px;
      height: 40px;
      border-radius: 999999999999999999999px;
      text-align: center;
      padding-top: 8px;
      position: absolute;
      right: 0;
      left: 15px;
      top: 5px;
      margin: 0 auto 0;
      background-color: #ff4d4d;
      box-shadow: -5px 5px 0px rgba(38, 163, 221, 0.2);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 20px auto;
      background-image: url("../../images/contact_arrow_left.png");
      cursor: pointer;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (min-width: 992px) {
        .m-page-contact .contactContainer .stepBack {
          top: 30px;
          right: unset; } }
      @media (min-width: 1200px) {
        .m-page-contact .contactContainer .stepBack {
          font-size: 23px;
          font-size: 1.4375rem; } }
    .m-page-contact .contactContainer .stepBack:hover {
      color: #ffffff;
      text-decoration: none;
      box-shadow: 0px 0px 0px rgba(38, 163, 221, 0.2); }
    .m-page-contact .contactContainer .formHeadline {
      font-family: "Qanelas-SemiBold", Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      text-align: center;
      line-height: normal;
      margin: 40px auto 40px;
      font-size: 18px;
      font-size: 1.125rem;
      width: 80%; }
      @media (min-width: 1200px) {
        .m-page-contact .contactContainer .formHeadline {
          font-size: 23px;
          font-size: 1.4375rem; } }
    .m-page-contact .contactContainer .formhead_subtext {
      margin: 0 0 30px 0; }
    .m-page-contact .contactContainer .jsDataprotection .jsDataprotectionText {
      -webkit-transform: translatez(0);
      transform: translatez(0);
      background-color: rgba(255, 255, 255, 0.05);
      padding: 20px 20px 20px 20px;
      border: 1px solid #ffffff; }
    .m-page-contact .contactContainer .formContainer form .form-group {
      margin-bottom: 30px; }
      .m-page-contact .contactContainer .formContainer form .form-group label {
        color: #ffffff;
        margin-bottom: 3px;
        font-family: "Qanelas-SemiBold", Arial, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        font-size: 0.875rem;
        letter-spacing: 0.5px; }
      .m-page-contact .contactContainer .formContainer form .form-group .wpcf7-form-control-wrap input, .m-page-contact .contactContainer .formContainer form .form-group .wpcf7-form-control-wrap textarea {
        -webkit-transform: translatez(0);
        transform: translatez(0);
        background-color: rgba(255, 255, 255, 0.05);
        border: 1px solid #ffffff;
        border-radius: 0;
        color: #ffffff; }
      .m-page-contact .contactContainer .formContainer form .form-group .wpcf7-form-control-wrap input {
        height: 50px; }
      .m-page-contact .contactContainer .formContainer form .form-group .wpcf7-form-control-wrap textarea {
        height: 160px; }
      .m-page-contact .contactContainer .formContainer form .form-group .wpcf7-form-control-wrap .wpcf7-not-valid {
        border: 1px solid #ff4d4d; }
    .m-page-contact .contactContainer .formContainer form .checkbox .wpcf7-list-item {
      margin: 0 0 0 0; }
      .m-page-contact .contactContainer .formContainer form .checkbox .wpcf7-list-item label input[type=checkbox] {
        height: auto;
        width: 20px;
        height: 20px;
        margin: 0 10px 0 0; }
      .m-page-contact .contactContainer .formContainer form .checkbox .wpcf7-list-item label .wpcf7-list-item-label {
        vertical-align: 6px; }
    .m-page-contact .contactContainer .formContainer form .sendform {
      font-family: "Qanelas-SemiBold", Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      background-color: #ff4d4d;
      color: #ffffff;
      display: inline-block;
      border-radius: 26px;
      padding: 14px 25px;
      position: relative;
      box-shadow: -10px 10px 0px rgba(38, 163, 221, 0.2);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      border: none;
      cursor: pointer; }
      @media (min-width: 768px) {
        .m-page-contact .contactContainer .formContainer form .sendform {
          box-shadow: -15px 15px 0px rgba(38, 163, 221, 0.2); } }
    .m-page-contact .contactContainer .formContainer form .sendform:hover {
      color: #ffffff;
      text-decoration: none;
      box-shadow: 0px 0px 0px rgba(38, 163, 221, 0.2); }
    .m-page-contact .contactContainer .formContainer form .ajax-loader {
      display: none; }
    .m-page-contact .contactContainer .formContainer form .wpcf7-not-valid-tip {
      font-family: "Qanelas-SemiBold", Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      font-size: 0.875rem;
      display: block;
      margin: 3px 0 0 0;
      color: #ff4d4d; }
  .m-page-contact .sidebar {
    background-color: rgba(255, 255, 255, 0.05);
    width: 100%;
    padding: 54px 0 53px 0;
    margin: 30px 0 0 50%; }
    @media (min-width: 992px) {
      .m-page-contact .sidebar {
        width: 200%;
        padding: 30px 0 30px 30px;
        margin: 0 0 0 0; } }
    @media (min-width: 1200px) {
      .m-page-contact .sidebar {
        width: 250%;
        margin: 0 0 0 30px;
        padding: 40px 0 40px 40px; } }
    @media (min-width: 1400px) {
      .m-page-contact .sidebar {
        width: 320%;
        padding: 50px 0 50px 60px; } }
    .m-page-contact .sidebar .textbox {
      width: 100%;
      margin-left: -50%; }
      @media (min-width: 992px) {
        .m-page-contact .sidebar .textbox {
          width: 100%;
          margin-left: inherit;
          max-width: 230px; } }
      @media (min-width: 1200px) {
        .m-page-contact .sidebar .textbox {
          max-width: 300px; } }
      @media (min-width: 1400px) {
        .m-page-contact .sidebar .textbox {
          max-width: 360px; } }
      .m-page-contact .sidebar .textbox a[href^="tel:"] {
        display: none; }

.m-page-spacer-color-white {
  background-color: #ffffff; }

.m-page-spacer-color-transparent {
  background-color: transparent; }

.m-page-spacer-color-grey {
  background-color: #24272b; }

.m-page-spacer-size-smallest {
  padding: 35px 0; }
  @media (min-width: 576px) {
    .m-page-spacer-size-smallest {
      padding: 40px 0; } }
  @media (min-width: 768px) {
    .m-page-spacer-size-smallest {
      padding: 50px 0; } }
  @media (min-width: 992px) {
    .m-page-spacer-size-smallest {
      padding: 60px 0; } }
  @media (min-width: 1200px) {
    .m-page-spacer-size-smallest {
      padding: 65px 0; } }

.m-page-spacer-size-small {
  padding: 40px 0; }
  @media (min-width: 576px) {
    .m-page-spacer-size-small {
      padding: 70px 0; } }
  @media (min-width: 768px) {
    .m-page-spacer-size-small {
      padding: 80px 0; } }
  @media (min-width: 992px) {
    .m-page-spacer-size-small {
      padding: 90px 0; } }
  @media (min-width: 1200px) {
    .m-page-spacer-size-small {
      padding: 95px 0; } }

.m-page-spacer-size-big {
  padding: 110px 0; }
  @media (min-width: 576px) {
    .m-page-spacer-size-big {
      padding: 130px 0; } }
  @media (min-width: 768px) {
    .m-page-spacer-size-big {
      padding: 150px 0; } }
  @media (min-width: 992px) {
    .m-page-spacer-size-big {
      padding: 170px 0; } }
  @media (min-width: 1200px) {
    .m-page-spacer-size-big {
      padding: 190px 0; } }

.m-page-team {
  color: #ffffff;
  padding: 30px 0 30px; }
  @media (min-width: 768px) {
    .m-page-team {
      padding: 55px 0 55px; } }
  @media (min-width: 992px) {
    .m-page-team {
      padding: 83px 0 93px; } }
  .m-page-team .headlines-container {
    margin: 0 0 0 0; }
    @media (min-width: 768px) {
      .m-page-team .headlines-container {
        margin: 0 0 0 0; } }
    .m-page-team .headlines-container .headline-container {
      margin: 0 0 15px 0; }
      @media (min-width: 768px) {
        .m-page-team .headlines-container .headline-container {
          margin: 0 0 20px 0; } }
  .m-page-team .profilesContainer ul {
    padding: 0;
    font-size: 0;
    text-align: center;
    margin: 70px 0 0 0; }
    @media (min-width: 576px) {
      .m-page-team .profilesContainer ul {
        text-align: left; } }
    @media (min-width: 768px) {
      .m-page-team .profilesContainer ul {
        text-align: left; } }
    @media (min-width: 992px) {
      .m-page-team .profilesContainer ul {
        margin: 70px 0 0 0;
        text-align: center; } }
    @media (min-width: 1200px) {
      .m-page-team .profilesContainer ul {
        text-align: center; } }
    .m-page-team .profilesContainer ul li {
      position: relative;
      display: inline-block;
      width: 100%;
      padding: 0 0 0 0;
      margin: 0 0 25px 0;
      vertical-align: top; }
      @media (min-width: 576px) {
        .m-page-team .profilesContainer ul li {
          width: 50%; } }
      @media (min-width: 768px) {
        .m-page-team .profilesContainer ul li {
          width: 50%; } }
      @media (min-width: 992px) {
        .m-page-team .profilesContainer ul li {
          width: 33%; } }
      @media (min-width: 1200px) {
        .m-page-team .profilesContainer ul li {
          width: 25%;
          padding: 0 0 0 10px; } }
      .m-page-team .profilesContainer ul li .membercontent {
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        position: relative; }
        .m-page-team .profilesContainer ul li .membercontent .memberbox {
          display: inline-block;
          position: absolute;
          text-align: left;
          left: 0;
          top: 0;
          z-index: 1;
          line-height: normal; }
          @media (min-width: 576px) {
            .m-page-team .profilesContainer ul li .membercontent .memberbox {
              left: 170px;
              top: 16px; } }
          @media (min-width: 768px) {
            .m-page-team .profilesContainer ul li .membercontent .memberbox {
              left: 200px; } }
          @media (min-width: 992px) {
            .m-page-team .profilesContainer ul li .membercontent .memberbox {
              left: 230px; } }
          @media (min-width: 1200px) {
            .m-page-team .profilesContainer ul li .membercontent .memberbox {
              left: 215px; } }
          .m-page-team .profilesContainer ul li .membercontent .memberbox .fullname {
            font-family: "Qanelas-SemiBold", Arial, sans-serif;
            font-style: normal;
            font-weight: normal;
            font-size: 17px;
            font-size: 1.0625rem; }
            @media (min-width: 576px) {
              .m-page-team .profilesContainer ul li .membercontent .memberbox .fullname {
                font-size: 18px;
                font-size: 1.125rem; } }
            @media (min-width: 768px) {
              .m-page-team .profilesContainer ul li .membercontent .memberbox .fullname {
                font-size: 20px;
                font-size: 1.25rem; } }
          .m-page-team .profilesContainer ul li .membercontent .memberbox .jobposition {
            font-family: "Qanelas-Regular", Arial, sans-serif;
            font-style: normal;
            font-weight: normal;
            font-size: 15px;
            font-size: 0.9375rem; }
            @media (min-width: 576px) {
              .m-page-team .profilesContainer ul li .membercontent .memberbox .jobposition {
                font-size: 16px;
                font-size: 1rem; } }
            @media (min-width: 768px) {
              .m-page-team .profilesContainer ul li .membercontent .memberbox .jobposition {
                font-size: 17px;
                font-size: 1.0625rem; } }
        .m-page-team .profilesContainer ul li .membercontent .profilImageContainer .profilimage {
          width: 250px;
          height: auto;
          transition: all 0.3s ease-out;
          -webkit-transition: all 0.3s ease-out; }
          @media (min-width: 576px) {
            .m-page-team .profilesContainer ul li .membercontent .profilImageContainer .profilimage {
              width: 210px; } }
          @media (min-width: 768px) {
            .m-page-team .profilesContainer ul li .membercontent .profilImageContainer .profilimage {
              width: 250px; } }
    .m-page-team .profilesContainer ul li:hover {
      z-index: 2000; }
      .m-page-team .profilesContainer ul li:hover .membercontent {
        transform: scale(1.02);
        -webkit-transform: scale(1.02); }
        .m-page-team .profilesContainer ul li:hover .membercontent .profilimage {
          filter: drop-shadow(4px 4px 2px rgba(36, 39, 43, 0.8));
          -webkit-filter: drop-shadow(4px 4px 2px rgba(36, 39, 43, 0.8)); }
    .m-page-team .profilesContainer ul li:first-child {
      padding: 0 0 0 0; }
  .m-page-team .textbanner_animation_headlines,
  .m-page-team .textbanner_animation_textbox {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out; }
    @media (max-width: 991px) {
      .m-page-team .textbanner_animation_headlines,
      .m-page-team .textbanner_animation_textbox {
        -webkit-transform: none !important;
        transform: none !important; } }

.m-page-referenzensignatur-headlineContainer {
  padding: 50px 0 0 0;
  color: white; }
  @media (min-width: 1200px) {
    .m-page-referenzensignatur-headlineContainer {
      padding: 80px 0 0 0; } }
  .m-page-referenzensignatur-headlineContainer .headlines-container {
    margin: 0 0 50px 0; }
    @media (min-width: 768px) {
      .m-page-referenzensignatur-headlineContainer .headlines-container {
        margin: 0 0 80px 0; } }

.m-page-referenzensignatur {
  padding: 0 0 100px 0;
  color: white; }
  @media (min-width: 1200px) {
    .m-page-referenzensignatur {
      padding: 0 0 160px 0; } }
  .m-page-referenzensignatur .referenzContainer {
    margin-bottom: 100px; }
    .m-page-referenzensignatur .referenzContainer .textbox {
      margin: 0 0 30px 0; }
    .m-page-referenzensignatur .referenzContainer .referenceImage {
      width: 100%;
      height: auto;
      margin: 0 0 20px 0; }
  .m-page-referenzensignatur .linktextContainer {
    margin: 0 0 50px 0; }
    @media (min-width: 992px) {
      .m-page-referenzensignatur .linktextContainer {
        margin: 0 0 0 0; } }

/*--------------- new slider ----------- */
.m-page-referenzensignatur-slider {
  padding: 0 0 100px;
  color: white; }
  @media (min-width: 992px) {
    .m-page-referenzensignatur-slider {
      padding: 0 0 160px; } }
  .m-page-referenzensignatur-slider .containerSlider .image-slider-wrapper {
    overflow: hidden;
    width: 100%; }
    .m-page-referenzensignatur-slider .containerSlider .image-slider-wrapper ul.slidesContainer {
      padding: 0;
      list-style: none;
      width: 300%;
      font-size: 0;
      transition: height 0.1s ease;
      -webkit-transition: height 0.1s ease-out; }
      .m-page-referenzensignatur-slider .containerSlider .image-slider-wrapper ul.slidesContainer li {
        display: inline-block;
        max-width: 100%; }
      .m-page-referenzensignatur-slider .containerSlider .image-slider-wrapper ul.slidesContainer li.slide {
        white-space: nowrap;
        vertical-align: top; }
        .m-page-referenzensignatur-slider .containerSlider .image-slider-wrapper ul.slidesContainer li.slide .slideContent .imageContainer {
          width: 100%;
          display: block; }
          @media (min-width: 768px) {
            .m-page-referenzensignatur-slider .containerSlider .image-slider-wrapper ul.slidesContainer li.slide .slideContent .imageContainer {
              width: 40%;
              display: inline-block; } }
          .m-page-referenzensignatur-slider .containerSlider .image-slider-wrapper ul.slidesContainer li.slide .slideContent .imageContainer .referenceImage {
            width: 100%;
            height: auto; }
        .m-page-referenzensignatur-slider .containerSlider .image-slider-wrapper ul.slidesContainer li.slide .slideContent .textContainer {
          width: 100%;
          display: block;
          vertical-align: top; }
          @media (min-width: 768px) {
            .m-page-referenzensignatur-slider .containerSlider .image-slider-wrapper ul.slidesContainer li.slide .slideContent .textContainer {
              width: 60%;
              display: inline-block; } }
          .m-page-referenzensignatur-slider .containerSlider .image-slider-wrapper ul.slidesContainer li.slide .slideContent .textContainer .textcontent {
            white-space: normal;
            padding: 15px 0 15px;
            font-size: 16px; }
            @media (min-width: 768px) {
              .m-page-referenzensignatur-slider .containerSlider .image-slider-wrapper ul.slidesContainer li.slide .slideContent .textContainer .textcontent {
                padding: 0 20px 20px; } }
            .m-page-referenzensignatur-slider .containerSlider .image-slider-wrapper ul.slidesContainer li.slide .slideContent .textContainer .textcontent .headline {
              margin: 0 0 20px 0; }
            .m-page-referenzensignatur-slider .containerSlider .image-slider-wrapper ul.slidesContainer li.slide .slideContent .textContainer .textcontent .infotext {
              margin: 0 0 45px 0; }
            .m-page-referenzensignatur-slider .containerSlider .image-slider-wrapper ul.slidesContainer li.slide .slideContent .textContainer .textcontent .button-container {
              padding: 0 0 0 10px; }
              @media (min-width: 768px) {
                .m-page-referenzensignatur-slider .containerSlider .image-slider-wrapper ul.slidesContainer li.slide .slideContent .textContainer .textcontent .button-container {
                  padding: 0 0 0 14px; } }
  .m-page-referenzensignatur-slider ul.sliderDots {
    padding: 0;
    list-style: none;
    text-align: center;
    margin: 0 0 20px 0; }
    .m-page-referenzensignatur-slider ul.sliderDots li {
      font-size: 0px;
      background-color: rgba(38, 163, 221, 0.1);
      display: inline-block;
      width: 10px;
      height: 10px;
      border-radius: 9999px;
      margin: 0 5px 0 0;
      cursor: pointer; }
    .m-page-referenzensignatur-slider ul.sliderDots li.active {
      background-color: #ff4d4d; }
  .m-page-referenzensignatur-slider .ctrlButton {
    cursor: pointer;
    position: relative; }
    .m-page-referenzensignatur-slider .ctrlButton img {
      width: 100%;
      max-width: 200px;
      height: auto; }
  .m-page-referenzensignatur-slider .ctrlButtonNext {
    margin: 0 0 15px 0; }
    @media (min-width: 768px) {
      .m-page-referenzensignatur-slider .ctrlButtonNext {
        margin: 0 0 0 0; } }

@keyframes glitch {
  0% {
    transform: translate(0); }
  20% {
    transform: translate(-4px, 4px); }
  40% {
    transform: translate(-4px, -4px); }
  60% {
    transform: translate(4px, 4px); }
  80% {
    transform: translate(4px, 4px); }
  100% {
    transform: translate(0); }
  @media (min-width: 576px) {
    0% {
      transform: translate(0); }
    20% {
      transform: translate(-4px, 4px); }
    40% {
      transform: translate(-4px, -4px); }
    60% {
      transform: translate(4px, 4px); }
    80% {
      transform: translate(4px, 4px); }
    100% {
      transform: translate(0); } } }
@keyframes glitchHeroHomeSkew {
  0% {
    transform: skew(0deg, 0deg); }
  48% {
    transform: skew(0deg, 0deg);
    filter: blur(0); }
  50% {
    transform: skew(-60deg, 0deg);
    filter: blur(4px); }
  52% {
    transform: skew(60deg, 0deg); }
  54% {
    transform: skew(0deg, 0deg);
    filter: blur(0); }
  100% {
    transform: skew(0deg, 0deg); } }
@-webkit-keyframes glitchHeroHomeSkew {
  0% {
    transform: skew(0deg, 0deg); }
  48% {
    transform: skew(0deg, 0deg);
    filter: blur(0); }
  50% {
    transform: skew(-60deg, 0deg);
    filter: blur(4px); }
  52% {
    transform: skew(60deg, 0deg); }
  54% {
    transform: skew(0deg, 0deg);
    filter: blur(0); }
  100% {
    transform: skew(0deg, 0deg); } }
@keyframes glitchHeroHomeSkewGliutch2 {
  0% {
    transform: skew(0deg, 0deg); }
  25% {
    transform: skew(40deg, 0deg); }
  50% {
    transform: skew(-10deg, 0deg); }
  75% {
    transform: skew(40deg, 0deg); }
  100% {
    transform: skew(0deg, 0deg); } }
@-webkit-keyframes glitchHeroHomeSkewGliutch2 {
  0% {
    transform: skew(0deg, 0deg); }
  25% {
    transform: skew(40deg, 0deg); }
  50% {
    transform: skew(-10deg, 0deg); }
  75% {
    transform: skew(40deg, 0deg); }
  100% {
    transform: skew(0deg, 0deg); } }
@keyframes flickerAnimationHome {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes flickerAnimationHome {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.animateFlickerHome {
  -webkit-animation: flickerAnimationHome 0.5s 2 forwards;
  animation: flickerAnimationHome 0.5s 2 forwards; }

.percentage-dark {
  color: #24272b; }

.percentage-light {
  color: #ffffff; }

.percentage {
  position: absolute;
  right: 6%;
  bottom: 50%;
  color: white;
  z-index: 99999;
  text-shadow: 0px 0px 3px black;
  opacity: 0; }
  @media (min-width: 576px) and (orientation: portrait) {
    .percentage {
      bottom: 50%; } }
  @media (min-width: 576px) and (orientation: landscape) {
    .percentage {
      bottom: 70%; } }
  @media (min-width: 768px) and (orientation: portrait) {
    .percentage {
      bottom: 15%; } }
  @media (min-width: 768px) and (orientation: landscape) {
    .percentage {
      bottom: 25%; } }
  @media (min-width: 992px) {
    .percentage {
      bottom: 25%; } }
  @media (min-width: 1400px) {
    .percentage {
      bottom: 30%; } }
  @media (min-width: 1600px) {
    .percentage {
      bottom: 15%; } }
  .percentage .description {
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
    font-family: "Qanelas-Regular", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: normal; }
  .percentage .text {
    display: block;
    font-size: 34px;
    font-size: 2.125rem;
    font-family: "Qanelas-SemiBold", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: normal; }
    @media (min-width: 1600px) {
      .percentage .text {
        font-size: 34px;
        font-size: 2.125rem; } }
  .percentage .text::before {
    content: "";
    background-color: rgba(38, 163, 221, 0.2);
    position: absolute;
    left: -5px;
    bottom: -3px;
    width: 100%;
    height: 17px;
    z-index: -1; }

/*--------------------------------- */
/*------------- film -------------- */
/*--------------------------------- */
.percentage-movie {
  position: absolute;
  right: 6%;
  bottom: 50%;
  color: white;
  z-index: 99999;
  text-shadow: 0px 0px 3px black;
  opacity: 0; }
  @media (min-width: 576px) and (orientation: portrait) {
    .percentage-movie {
      bottom: 50%; } }
  @media (min-width: 576px) and (orientation: landscape) {
    .percentage-movie {
      bottom: 70%; } }
  @media (min-width: 768px) and (orientation: portrait) {
    .percentage-movie {
      bottom: 15%; } }
  @media (min-width: 768px) and (orientation: landscape) {
    .percentage-movie {
      bottom: 70%; } }
  @media (min-width: 992px) {
    .percentage-movie {
      bottom: 50%; } }
  @media (min-width: 1400px) {
    .percentage-movie {
      bottom: 30%; } }
  @media (min-width: 1600px) {
    .percentage-movie {
      bottom: 10%; } }
  .percentage-movie .description {
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
    font-family: "Qanelas-Regular", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: normal; }
  .percentage-movie .text {
    display: block;
    font-size: 34px;
    font-size: 2.125rem;
    font-family: "Qanelas-SemiBold", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: normal; }
    @media (min-width: 1600px) {
      .percentage-movie .text {
        font-size: 34px;
        font-size: 2.125rem; } }
  .percentage-movie .text::before {
    content: "";
    background-color: rgba(38, 163, 221, 0.2);
    position: absolute;
    left: -5px;
    bottom: -3px;
    width: 100%;
    height: 17px;
    z-index: -1; }

/*--------------------------------- */
/*------------- about ------------- */
/*--------------------------------- */
.percentage-about {
  position: absolute;
  right: 6%;
  bottom: 50%;
  color: white;
  z-index: 99999;
  text-shadow: 0px 0px 3px black;
  opacity: 0; }
  @media (min-width: 576px) and (orientation: portrait) {
    .percentage-about {
      bottom: 50%; } }
  @media (min-width: 576px) and (orientation: landscape) {
    .percentage-about {
      bottom: 70%; } }
  @media (min-width: 768px) and (orientation: portrait) {
    .percentage-about {
      bottom: 15%; } }
  @media (min-width: 768px) and (orientation: landscape) {
    .percentage-about {
      bottom: 70%; } }
  @media (min-width: 992px) {
    .percentage-about {
      bottom: 30%; } }
  @media (min-width: 1400px) {
    .percentage-about {
      bottom: 30%; } }
  @media (min-width: 1600px) {
    .percentage-about {
      bottom: 15%; } }
  .percentage-about .description {
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
    font-family: "Qanelas-Regular", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: normal; }
  .percentage-about .text {
    display: block;
    font-size: 34px;
    font-size: 2.125rem;
    font-family: "Qanelas-SemiBold", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: normal; }
    @media (min-width: 1600px) {
      .percentage-about .text {
        font-size: 34px;
        font-size: 2.125rem; } }
  .percentage-about .text::before {
    content: "";
    background-color: rgba(38, 163, 221, 0.2);
    position: absolute;
    left: -5px;
    bottom: -3px;
    width: 100%;
    height: 17px;
    z-index: -1; }

/*--------------------------------- */
/*--------- office night ---------- */
/*--------------------------------- */
.percentage-officenight {
  position: absolute;
  right: 6%;
  bottom: 50%;
  color: white;
  z-index: 99999;
  text-shadow: 0px 0px 3px black;
  opacity: 0; }
  @media (min-width: 576px) and (orientation: portrait) {
    .percentage-officenight {
      bottom: 50%; } }
  @media (min-width: 576px) and (orientation: landscape) {
    .percentage-officenight {
      bottom: 70%; } }
  @media (min-width: 768px) and (orientation: portrait) {
    .percentage-officenight {
      bottom: 15%; } }
  @media (min-width: 768px) and (orientation: landscape) {
    .percentage-officenight {
      bottom: 70%; } }
  @media (min-width: 992px) {
    .percentage-officenight {
      bottom: 30%; } }
  @media (min-width: 1400px) {
    .percentage-officenight {
      bottom: 30%; } }
  @media (min-width: 1600px) {
    .percentage-officenight {
      bottom: 15%; } }
  .percentage-officenight .description {
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
    font-family: "Qanelas-Regular", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: normal; }
  .percentage-officenight .text {
    display: block;
    font-size: 34px;
    font-size: 2.125rem;
    font-family: "Qanelas-SemiBold", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: normal; }
    @media (min-width: 1600px) {
      .percentage-officenight .text {
        font-size: 34px;
        font-size: 2.125rem; } }
  .percentage-officenight .text::before {
    content: "";
    background-color: rgba(38, 163, 221, 0.2);
    position: absolute;
    left: -5px;
    bottom: -3px;
    width: 100%;
    height: 17px;
    z-index: -1; }

/*--------------------------------- */
/*------------- seo --------------- */
/*--------------------------------- */
.percentage-seo {
  position: absolute;
  right: 6%;
  bottom: 10%;
  text-shadow: 0px 0px 18px rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 99999; }
  @media (min-width: 576px) and (orientation: portrait) {
    .percentage-seo {
      bottom: 16%; } }
  @media (min-width: 576px) and (orientation: landscape) {
    .percentage-seo {
      bottom: 10%; } }
  @media (min-width: 768px) and (orientation: portrait) {
    .percentage-seo {
      bottom: 10%; } }
  @media (min-width: 768px) and (orientation: landscape) {
    .percentage-seo {
      bottom: 10%; } }
  @media (min-width: 992px) and (orientation: portrait) {
    .percentage-seo {
      bottom: 10%; } }
  @media (min-width: 992px) and (orientation: landscape) {
    .percentage-seo {
      bottom: 7%; } }
  @media (min-width: 1200px) {
    .percentage-seo {
      bottom: 10%; } }
  .percentage-seo .description {
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
    font-family: "Qanelas-Regular", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: normal; }
  .percentage-seo .text {
    display: block;
    font-size: 34px;
    font-size: 2.125rem;
    font-family: "Qanelas-SemiBold", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: normal; }
    @media (min-width: 1600px) {
      .percentage-seo .text {
        font-size: 34px;
        font-size: 2.125rem; } }
  .percentage-seo .text::before {
    content: "";
    background-color: rgba(38, 163, 221, 0.2);
    position: absolute;
    left: -5px;
    bottom: -3px;
    width: 100%;
    height: 17px;
    z-index: -1; }

/*--------------------------------- */
/*------------- seo --------------- */
/*--------------------------------- */
.percentage-dentist {
  position: absolute;
  right: 6%;
  bottom: 17%;
  text-shadow: 0px 0px 18px rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 99999; }
  @media (min-width: 576px) and (orientation: portrait) {
    .percentage-dentist {
      bottom: 10%; } }
  @media (min-width: 576px) and (orientation: landscape) {
    .percentage-dentist {
      bottom: 10%; } }
  @media (min-width: 768px) and (orientation: portrait) {
    .percentage-dentist {
      bottom: 10%; } }
  @media (min-width: 768px) and (orientation: landscape) {
    .percentage-dentist {
      bottom: 10%; } }
  @media (min-width: 992px) {
    .percentage-dentist {
      bottom: 10%; } }
  .percentage-dentist .description {
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
    font-family: "Qanelas-Regular", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: normal; }
  .percentage-dentist .text {
    display: block;
    font-size: 34px;
    font-size: 2.125rem;
    font-family: "Qanelas-SemiBold", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: normal; }
    @media (min-width: 1600px) {
      .percentage-dentist .text {
        font-size: 34px;
        font-size: 2.125rem; } }
  .percentage-dentist .text::before {
    content: "";
    background-color: rgba(38, 163, 221, 0.2);
    position: absolute;
    left: -5px;
    bottom: -3px;
    width: 100%;
    height: 17px;
    z-index: -1; }

/*--------------------------------- */
/*---------- webdesign ------------ */
/*--------------------------------- */
.percentage-webdesign {
  position: absolute;
  right: 6%;
  bottom: 50%;
  color: white;
  z-index: 99999;
  text-shadow: 0px 0px 3px black;
  opacity: 0; }
  @media (min-width: 576px) and (orientation: portrait) {
    .percentage-webdesign {
      bottom: 50%; } }
  @media (min-width: 576px) and (orientation: landscape) {
    .percentage-webdesign {
      bottom: 70%; } }
  @media (min-width: 768px) and (orientation: portrait) {
    .percentage-webdesign {
      bottom: 15%; } }
  @media (min-width: 768px) and (orientation: landscape) {
    .percentage-webdesign {
      bottom: 70%; } }
  @media (min-width: 992px) {
    .percentage-webdesign {
      bottom: 50%; } }
  @media (min-width: 1400px) {
    .percentage-webdesign {
      bottom: 15%; } }
  @media (min-width: 1600px) {
    .percentage-webdesign {
      bottom: 15%; } }
  .percentage-webdesign .description {
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
    font-family: "Qanelas-Regular", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: normal; }
  .percentage-webdesign .text {
    display: block;
    font-size: 34px;
    font-size: 2.125rem;
    font-family: "Qanelas-SemiBold", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: normal; }
    @media (min-width: 1600px) {
      .percentage-webdesign .text {
        font-size: 34px;
        font-size: 2.125rem; } }
  .percentage-webdesign .text::before {
    content: "";
    background-color: rgba(38, 163, 221, 0.2);
    position: absolute;
    left: -5px;
    bottom: -3px;
    width: 100%;
    height: 17px;
    z-index: -1; }

/*--------------------------------- */
/*--------------------------------- */
/*- Hero Teaser Film -------------- */
/*--------------------------------- */
/*--------------------------------- */
.m-page-hero-film {
  height: 715px;
  background-color: #141414;
  color: white;
  overflow: hidden;
  z-index: 1;
  position: relative;
  /*--------------------------------- */
  /*--------------------------------- */
  /*- Generelles -------------------- */
  /*--------------------------------- */
  /*--------------------------------- */ }
  @media (min-width: 576px) {
    .m-page-hero-film {
      height: 986px; } }
  @media (min-width: 768px) {
    .m-page-hero-film {
      height: 986px; } }
  @media (min-width: 992px) {
    .m-page-hero-film {
      height: 933px; } }
  @media (min-width: 1200px) {
    .m-page-hero-film {
      height: 1000px; } }
  .m-page-hero-film ul.elementeContainer {
    padding: 0; }
    .m-page-hero-film ul.elementeContainer li.contentboxHeadline .headlineContainer {
      position: absolute;
      left: 123px;
      bottom: 77.5%; }
      .m-page-hero-film ul.elementeContainer li.contentboxHeadline .headlineContainer .theheadline {
        font-family: "Qanelas-SemiBold", Arial, sans-serif;
        font-style: normal;
        font-weight: normal;
        letter-spacing: 1.8px;
        font-size: 25px;
        font-size: 1.5625rem; }
      @media (min-width: 576px) {
        .m-page-hero-film ul.elementeContainer li.contentboxHeadline .headlineContainer {
          left: 123px;
          bottom: 83.1%; }
          .m-page-hero-film ul.elementeContainer li.contentboxHeadline .headlineContainer .theheadline {
            letter-spacing: 1.8px;
            font-size: 34px;
            font-size: 2.125rem; } }
      @media (min-width: 768px) {
        .m-page-hero-film ul.elementeContainer li.contentboxHeadline .headlineContainer {
          left: 167px;
          bottom: 80.9%; }
          .m-page-hero-film ul.elementeContainer li.contentboxHeadline .headlineContainer .theheadline {
            font-size: 44px;
            font-size: 2.75rem;
            letter-spacing: 1.8px; } }
      @media (min-width: 992px) {
        .m-page-hero-film ul.elementeContainer li.contentboxHeadline .headlineContainer {
          left: 240px;
          bottom: 72.2%; }
          .m-page-hero-film ul.elementeContainer li.contentboxHeadline .headlineContainer .theheadline {
            font-size: 60px;
            font-size: 3.75rem;
            letter-spacing: 8.1px; } }
      @media (min-width: 1200px) {
        .m-page-hero-film ul.elementeContainer li.contentboxHeadline .headlineContainer {
          left: 280px;
          bottom: 44.8%; }
          .m-page-hero-film ul.elementeContainer li.contentboxHeadline .headlineContainer .theheadline {
            font-size: 60px;
            font-size: 3.75rem;
            letter-spacing: 7.1px; } }
      @media (min-width: 1400px) {
        .m-page-hero-film ul.elementeContainer li.contentboxHeadline .headlineContainer {
          left: 280px;
          bottom: 45%; }
          .m-page-hero-film ul.elementeContainer li.contentboxHeadline .headlineContainer .theheadline {
            font-size: 60px;
            font-size: 3.75rem;
            letter-spacing: 7.1px; } }
      @media (min-width: 1600px) {
        .m-page-hero-film ul.elementeContainer li.contentboxHeadline .headlineContainer {
          left: 261px;
          bottom: 42.2%; }
          .m-page-hero-film ul.elementeContainer li.contentboxHeadline .headlineContainer .theheadline {
            letter-spacing: 7.1px;
            font-size: 80px;
            font-size: 5rem; } }
      @media (min-width: 1900px) {
        .m-page-hero-film ul.elementeContainer li.contentboxHeadline .headlineContainer {
          left: 581px;
          bottom: 42.6%; }
          .m-page-hero-film ul.elementeContainer li.contentboxHeadline .headlineContainer .theheadline {
            letter-spacing: 7.1px;
            font-size: 80px;
            font-size: 5rem; } }
    .m-page-hero-film ul.elementeContainer li.contentboxHeadlineTwoLines .headlineContainer {
      position: absolute;
      left: 123px;
      top: 135px; }
      .m-page-hero-film ul.elementeContainer li.contentboxHeadlineTwoLines .headlineContainer .theheadlineOneLine {
        line-height: unset; }
      .m-page-hero-film ul.elementeContainer li.contentboxHeadlineTwoLines .headlineContainer .theheadline {
        font-family: "Qanelas-SemiBold", Arial, sans-serif;
        font-style: normal;
        font-weight: normal;
        letter-spacing: 1.8px;
        font-size: 25px;
        font-size: 1.5625rem; }
      @media (min-width: 576px) {
        .m-page-hero-film ul.elementeContainer li.contentboxHeadlineTwoLines .headlineContainer {
          left: 123px;
          top: 138px; }
          .m-page-hero-film ul.elementeContainer li.contentboxHeadlineTwoLines .headlineContainer .theheadline {
            letter-spacing: 1.8px;
            font-size: 34px;
            font-size: 2.125rem; } }
      @media (min-width: 768px) {
        .m-page-hero-film ul.elementeContainer li.contentboxHeadlineTwoLines .headlineContainer {
          left: 167px;
          top: 149px; }
          .m-page-hero-film ul.elementeContainer li.contentboxHeadlineTwoLines .headlineContainer .theheadline {
            font-size: 44px;
            font-size: 2.75rem;
            letter-spacing: 1.8px; } }
      @media (min-width: 992px) {
        .m-page-hero-film ul.elementeContainer li.contentboxHeadlineTwoLines .headlineContainer {
          left: 240px;
          top: 209px; }
          .m-page-hero-film ul.elementeContainer li.contentboxHeadlineTwoLines .headlineContainer .theheadline {
            font-size: 60px;
            font-size: 3.75rem;
            letter-spacing: 8.1px; } }
      @media (min-width: 1200px) {
        .m-page-hero-film ul.elementeContainer li.contentboxHeadlineTwoLines .headlineContainer {
          left: 280px;
          top: 506px; }
          .m-page-hero-film ul.elementeContainer li.contentboxHeadlineTwoLines .headlineContainer .theheadline {
            font-size: 60px;
            font-size: 3.75rem;
            letter-spacing: 7.1px; } }
      @media (min-width: 1400px) {
        .m-page-hero-film ul.elementeContainer li.contentboxHeadlineTwoLines .headlineContainer {
          left: 280px;
          top: 506px; }
          .m-page-hero-film ul.elementeContainer li.contentboxHeadlineTwoLines .headlineContainer .theheadline {
            font-size: 60px;
            font-size: 3.75rem;
            letter-spacing: 7.1px; } }
      @media (min-width: 1600px) {
        .m-page-hero-film ul.elementeContainer li.contentboxHeadlineTwoLines .headlineContainer {
          left: 261px;
          top: 524px; }
          .m-page-hero-film ul.elementeContainer li.contentboxHeadlineTwoLines .headlineContainer .theheadline {
            letter-spacing: 7.1px;
            font-size: 80px;
            font-size: 5rem; } }
      @media (min-width: 1900px) {
        .m-page-hero-film ul.elementeContainer li.contentboxHeadlineTwoLines .headlineContainer {
          left: 581px;
          top: 524px; }
          .m-page-hero-film ul.elementeContainer li.contentboxHeadlineTwoLines .headlineContainer .theheadline {
            letter-spacing: 7.1px;
            font-size: 80px;
            font-size: 5rem; } }
    .m-page-hero-film ul.elementeContainer li.subheadline .textsubheadline {
      position: absolute;
      font-family: "Qanelas-SemiBold", Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 12px;
      font-size: 0.75rem;
      left: 56px;
      top: 173px;
      letter-spacing: 0.8px;
      width: 80%;
      text-shadow: 1px 1px 1px rgba(38, 163, 221, 0.3); }
      @media (min-width: 576px) {
        .m-page-hero-film ul.elementeContainer li.subheadline .textsubheadline {
          font-size: 18px;
          font-size: 1.125rem;
          letter-spacing: 0.8px;
          left: 59px;
          top: 183px; } }
      @media (min-width: 768px) {
        .m-page-hero-film ul.elementeContainer li.subheadline .textsubheadline {
          font-size: 22px;
          font-size: 1.375rem;
          letter-spacing: 0.8px;
          left: 70px;
          top: 204px; } }
      @media (min-width: 992px) {
        .m-page-hero-film ul.elementeContainer li.subheadline .textsubheadline {
          letter-spacing: 1.9px;
          font-size: 23px;
          font-size: 1.4375rem;
          left: 75px;
          top: 282px; } }
      @media (min-width: 1200px) {
        .m-page-hero-film ul.elementeContainer li.subheadline .textsubheadline {
          letter-spacing: 1.9px;
          font-size: 24px;
          font-size: 1.5rem;
          left: 137px;
          top: 575px; } }
      @media (min-width: 1400px) {
        .m-page-hero-film ul.elementeContainer li.subheadline .textsubheadline {
          letter-spacing: 1.9px;
          font-size: 24px;
          font-size: 1.5rem;
          left: 137px;
          top: 575px;
          width: 70%; } }
      @media (min-width: 1600px) {
        .m-page-hero-film ul.elementeContainer li.subheadline .textsubheadline {
          letter-spacing: 1.9px;
          font-size: 24px;
          font-size: 1.5rem;
          left: 105px;
          top: 603px;
          width: 100%; } }
      @media (min-width: 1900px) {
        .m-page-hero-film ul.elementeContainer li.subheadline .textsubheadline {
          letter-spacing: 1.9px;
          font-size: 24px;
          font-size: 1.5rem;
          left: 373px;
          top: 603px; } }
    .m-page-hero-film ul.elementeContainer li.buttonContainer .contactbutton {
      text-align: center;
      border-radius: 99999px;
      font-family: "Qanelas-SemiBold", Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      position: absolute;
      box-shadow: -10px 10px 0px rgba(38, 163, 224, 0.2);
      background-color: #ff4d4d;
      padding: 15px 27px;
      letter-spacing: -0.2px;
      color: white;
      z-index: 10000000000;
      pointer-events: all;
      -webkit-transition: all 2s ease;
      transition: all 0.3s ease;
      white-space: break-spaces;
      max-width: 335px;
      width: 100%;
      left: 0;
      top: 612px;
      right: 0;
      margin: 0 auto; }
      @media (min-width: 576px) {
        .m-page-hero-film ul.elementeContainer li.buttonContainer .contactbutton {
          max-width: 335px;
          width: 100%;
          left: 0;
          top: 852px;
          right: 0;
          margin: 0 auto; } }
      @media (min-width: 768px) {
        .m-page-hero-film ul.elementeContainer li.buttonContainer .contactbutton {
          left: 46px;
          top: 604px;
          padding: 15px 27px;
          right: unset; } }
      @media (min-width: 992px) {
        .m-page-hero-film ul.elementeContainer li.buttonContainer .contactbutton {
          left: 46px;
          top: 604px;
          padding: 15px 27px;
          right: unset; } }
      @media (min-width: 1200px) {
        .m-page-hero-film ul.elementeContainer li.buttonContainer .contactbutton {
          left: 125px;
          top: 654px;
          padding: 15px 27px;
          right: unset; } }
      @media (min-width: 1400px) {
        .m-page-hero-film ul.elementeContainer li.buttonContainer .contactbutton {
          left: 126px;
          top: 644px;
          padding: 13px 25px;
          right: unset; } }
      @media (min-width: 1600px) {
        .m-page-hero-film ul.elementeContainer li.buttonContainer .contactbutton {
          left: 92px;
          top: 685px;
          padding: 15px 28px; } }
      @media (min-width: 1900px) {
        .m-page-hero-film ul.elementeContainer li.buttonContainer .contactbutton {
          left: 364px;
          top: 665px;
          padding: 15px 28px; } }
    .m-page-hero-film ul.elementeContainer li.buttonContainer .contactbutton:hover {
      text-decoration: none;
      box-shadow: 0px 0px 0px rgba(38, 163, 224, 0.2); }
    .m-page-hero-film ul.elementeContainer li.landschaftHinten .bglandschaftHinten {
      -webkit-transform: translatez(0);
      transform: translatez(0);
      position: absolute;
      left: 0;
      width: auto;
      height: 110%;
      top: -2%; }
      @media (min-width: 1400px) {
        .m-page-hero-film ul.elementeContainer li.landschaftHinten .bglandschaftHinten {
          width: auto;
          height: 110%;
          left: -5%;
          top: -2%; } }
    .m-page-hero-film ul.elementeContainer li.bergeVorne .bglandschaftVorne {
      -webkit-transform: translatez(0);
      transform: translatez(0);
      position: absolute;
      width: 100%;
      height: auto;
      bottom: -2%;
      right: 0;
      opacity: 0; }
      @media (min-width: 768px) {
        .m-page-hero-film ul.elementeContainer li.bergeVorne .bglandschaftVorne {
          position: absolute;
          width: auto;
          height: 40%;
          bottom: -2%;
          right: -9%; } }
      @media (min-width: 1400px) {
        .m-page-hero-film ul.elementeContainer li.bergeVorne .bglandschaftVorne {
          height: auto;
          bottom: -2%;
          width: 115%;
          left: -5%; } }
    .m-page-hero-film ul.elementeContainer li.tobias .tobi {
      opacity: 0;
      position: absolute;
      -webkit-transform: translatez(0);
      transform: translatez(0);
      width: 290px;
      bottom: -3%;
      right: 10%;
      opacity: 0; }
      @media (min-width: 576px) {
        .m-page-hero-film ul.elementeContainer li.tobias .tobi {
          width: 400px;
          bottom: -3%;
          right: 10%; } }
      @media (min-width: 1400px) {
        .m-page-hero-film ul.elementeContainer li.tobias .tobi {
          right: 10%;
          bottom: -3%;
          width: 420px; } }
      @media (min-width: 1600px) {
        .m-page-hero-film ul.elementeContainer li.tobias .tobi {
          right: 10%;
          bottom: -3%;
          width: 527px; } }
    .m-page-hero-film ul.elementeContainer li.skier .ski {
      opacity: 0;
      position: absolute;
      -webkit-transform: translatez(0);
      transform: translatez(0);
      bottom: -3%;
      width: 300px;
      right: 33%; }
      @media (min-width: 576px) {
        .m-page-hero-film ul.elementeContainer li.skier .ski {
          bottom: -3%;
          width: 420px;
          right: 33%; } }
      @media (min-width: 1400px) {
        .m-page-hero-film ul.elementeContainer li.skier .ski {
          right: 20%;
          bottom: -3%;
          width: 453px; } }
      @media (min-width: 1600px) {
        .m-page-hero-film ul.elementeContainer li.skier .ski {
          right: 20%;
          bottom: -3%;
          width: 493px; } }
    .m-page-hero-film ul.elementeContainer li.helikopter .heli {
      opacity: 0;
      position: absolute;
      -webkit-transform: translatez(0);
      transform: translatez(0);
      width: 280px;
      top: 225px;
      left: 40px;
      opacity: 0; }
      @media (min-width: 576px) {
        .m-page-hero-film ul.elementeContainer li.helikopter .heli {
          width: 450px;
          top: 245px;
          left: 40px; } }
      @media (min-width: 768px) {
        .m-page-hero-film ul.elementeContainer li.helikopter .heli {
          width: 510px;
          top: 275px;
          left: 40px; } }
      @media (min-width: 992px) {
        .m-page-hero-film ul.elementeContainer li.helikopter .heli {
          width: 430px;
          top: 335px;
          left: 60px; } }
      @media (min-width: 1200px) {
        .m-page-hero-film ul.elementeContainer li.helikopter .heli {
          left: 5%;
          top: 13%;
          width: 735px; } }
      @media (min-width: 1400px) {
        .m-page-hero-film ul.elementeContainer li.helikopter .heli {
          left: 5%;
          top: 10%;
          width: 885px; } }
      @media (min-width: 1600px) {
        .m-page-hero-film ul.elementeContainer li.helikopter .heli {
          left: 5%;
          top: 2%;
          width: 1145px; } }
    .m-page-hero-film ul.elementeContainer li.snowfront .snowfrontbg {
      width: 150%;
      left: -25%;
      position: absolute;
      height: 150%;
      top: -25%; }
    .m-page-hero-film ul.elementeContainer li.schneeflocken .flocken {
      width: 100%;
      left: 0%;
      position: absolute;
      height: 100%;
      top: 0%; }
    .m-page-hero-film ul.elementeContainer li.snowtobias .snowtobiasfront {
      opacity: 0.6;
      position: absolute;
      -webkit-transform: translatez(0);
      transform: translatez(0);
      right: 1%;
      bottom: -5%;
      width: 634px; }
      @media (min-width: 1400px) {
        .m-page-hero-film ul.elementeContainer li.snowtobias .snowtobiasfront {
          right: 1%;
          bottom: -5%;
          width: 944px; } }
      @media (min-width: 1600px) {
        .m-page-hero-film ul.elementeContainer li.snowtobias .snowtobiasfront {
          right: 1%;
          bottom: -5%;
          width: 944px; } }
    .m-page-hero-film ul.elementeContainer li.bluebar {
      opacity: 0; }
      .m-page-hero-film ul.elementeContainer li.bluebar .blue {
        background-color: rgba(38, 163, 224, 0.2);
        position: absolute;
        left: 43px;
        top: 146px;
        width: 205px;
        height: 19px; }
        @media (min-width: 576px) {
          .m-page-hero-film ul.elementeContainer li.bluebar .blue {
            left: 43px;
            top: 147px;
            width: 205px;
            height: 25px; } }
        @media (min-width: 768px) {
          .m-page-hero-film ul.elementeContainer li.bluebar .blue {
            left: 52px;
            top: 158px;
            width: 275px;
            height: 34px; } }
        @media (min-width: 992px) {
          .m-page-hero-film ul.elementeContainer li.bluebar .blue {
            left: 59px;
            top: 189px;
            width: 447px;
            height: 43px; } }
        @media (min-width: 1200px) {
          .m-page-hero-film ul.elementeContainer li.bluebar .blue {
            width: 527px;
            height: 44px;
            left: 118px;
            top: 512px; } }
        @media (min-width: 1400px) {
          .m-page-hero-film ul.elementeContainer li.bluebar .blue {
            width: 527px;
            height: 44px;
            left: 118px;
            top: 512px; } }
        @media (min-width: 1600px) {
          .m-page-hero-film ul.elementeContainer li.bluebar .blue {
            width: 527px;
            height: 60px;
            left: 68px;
            top: 522px; } }
        @media (min-width: 1900px) {
          .m-page-hero-film ul.elementeContainer li.bluebar .blue {
            width: 527px;
            height: 60px;
            left: 358px;
            top: 522px; } }
    .m-page-hero-film ul.elementeContainer li#particles-js-herofilm {
      -webkit-transform: translatez(0);
      transform: translatez(0);
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0; }
      .m-page-hero-film ul.elementeContainer li#particles-js-herofilm canvas {
        -webkit-transform: translatez(0);
        transform: translatez(0); }
    .m-page-hero-film ul.elementeContainer li.iconContainer .icon {
      position: absolute;
      left: 44px;
      top: 100px;
      width: 62px;
      opacity: 0;
      -webkit-transform: translatez(0);
      transform: translatez(0); }
      @media (min-width: 576px) {
        .m-page-hero-film ul.elementeContainer li.iconContainer .icon {
          left: 47px;
          top: 105px;
          width: 62px; } }
      @media (min-width: 768px) {
        .m-page-hero-film ul.elementeContainer li.iconContainer .icon {
          left: 57px;
          top: 100px;
          width: 87px; } }
      @media (min-width: 992px) {
        .m-page-hero-film ul.elementeContainer li.iconContainer .icon {
          left: 68px;
          top: 108px;
          width: 147px; } }
      @media (min-width: 1200px) {
        .m-page-hero-film ul.elementeContainer li.iconContainer .icon {
          left: 124px;
          top: 408px;
          width: 138px; } }
      @media (min-width: 1400px) {
        .m-page-hero-film ul.elementeContainer li.iconContainer .icon {
          left: 124px;
          top: 408px;
          width: 138px; } }
      @media (min-width: 1600px) {
        .m-page-hero-film ul.elementeContainer li.iconContainer .icon {
          left: 83px;
          top: 406px;
          width: 158px; } }
      @media (min-width: 1900px) {
        .m-page-hero-film ul.elementeContainer li.iconContainer .icon {
          left: 374px;
          top: 406px;
          width: 158px; } }
  .m-page-hero-film ul#scene {
    padding: 0;
    position: absolute;
    left: 0;
    z-index: 10;
    width: 100%;
    pointer-events: none;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../../images/hero-teaser/film/internet-storyboard.jpg"); }
    @media (min-width: 576px) {
      .m-page-hero-film ul#scene {
        background-image: url("../../images/hero-teaser/film/internet-storyboard.jpg");
        background-position: bottom center;
        background-size: cover; } }
    @media (min-width: 768px) {
      .m-page-hero-film ul#scene {
        background-image: url("../../images/hero-teaser/film/werbefilm-foto-drehbuch.jpg");
        background-position: bottom center;
        background-size: cover; } }
    @media (min-width: 992px) {
      .m-page-hero-film ul#scene {
        background-image: url("../../images/hero-teaser/film/produktvideo-messefilm-aachen.jpg");
        background-position: bottom center;
        background-size: cover; } }
    @media (min-width: 1200px) {
      .m-page-hero-film ul#scene {
        background-image: url("../../images/hero-teaser/film/produktvideo-messefilm-aachen.jpg");
        background-position: bottom center;
        background-size: cover; } }
    .m-page-hero-film ul#scene li {
      list-style: none;
      width: 100%;
      height: 100%; }
    .m-page-hero-film ul#scene li.contentbox {
      opacity: 0; }
  @supports not (mix-blend-mode: multiply) {
    .m-page-hero-film .stoerer {
      display: none; } }

.glitch-window-film {
  position: absolute;
  width: 100%;
  color: white;
  text-shadow: 2px 0 #26a3dc, -1px 0 yellow, -2px 0 #ff4d4d;
  overflow: hidden;
  height: 160px;
  top: 0; }
  .glitch-window-film .theheadline {
    animation: crt-me 1000ms infinite linear;
    -webkit-animation: crt-me 1000ms infinite linear;
    position: absolute;
    left: 0px !important;
    top: 1px !important;
    height: 50px; }

.glitch-window-goof {
  text-shadow: 6px 0 #26a3dc, 9px 0 black, -6px 0 #ff4d4d; }
  .glitch-window-goof .theheadline {
    animation: crt-me-goof 500ms infinite linear;
    -webkit-animation: crt-me-goof 500ms infinite linear; }
@keyframes flickerAnimationFilm {
  0% {
    opacity: 0.7; }
  50% {
    opacity: 0; }
  100% {
    opacity: 0.7; } }
@-webkit-keyframes flickerAnimationFilm {
  0% {
    opacity: 0.7; }
  50% {
    opacity: 0; }
  100% {
    opacity: 0.7; } }
  .glitch-window-goof .animateFlickerFilm {
    -webkit-animation: flickerAnimationFilm 0.2s 3;
    animation: flickerAnimationFilm 0.2s 3; }
@keyframes snowHeroFilmKeyFrames {
  0% {
    opacity: 0.8; }
  50% {
    opacity: 0.4; }
  100% {
    opacity: 0.8; } }
@-webkit-keyframes snowHeroFilmKeyFrames {
  0% {
    opacity: 0.8; }
  50% {
    opacity: 0.4; }
  100% {
    opacity: 0.8; } }
  .glitch-window-goof .animateSnowFilm {
    -webkit-animation: snowHeroFilmKeyFrames 4s infinite;
    animation: snowHeroFilmKeyFrames 4s infinite; }

.m-page-hero-mobile-film {
  height: 715px;
  background-color: #141414;
  color: white;
  overflow: hidden;
  z-index: 1;
  position: relative;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../images/hero-teaser/film/web-videos-productions.jpg"); }
  @media (min-width: 576px) {
    .m-page-hero-mobile-film {
      height: 715px; } }
  .m-page-hero-mobile-film .contentbox {
    padding: 127px 0 0 0;
    position: relative;
    width: 95%;
    margin: 0 auto; }
    .m-page-hero-mobile-film .contentbox .headlinecontainer:after {
      content: "";
      background-color: rgba(38, 163, 221, 0.2);
      position: absolute;
      left: -5px;
      bottom: -3px;
      width: 155px;
      height: 20px;
      z-index: -1; }
    .m-page-hero-mobile-film .contentbox .headlinecontainer {
      position: relative;
      padding-left: 70px; }
      .m-page-hero-mobile-film .contentbox .headlinecontainer .headline {
        font-family: "Qanelas-ExtraBold", Arial, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 25px;
        font-size: 1.5625rem;
        position: relative;
        z-index: 5;
        display: inline;
        line-height: normal;
        text-shadow: 0px 0px 3px #1b7ba8; }
    .m-page-hero-mobile-film .contentbox .subheadlinecontainer {
      width: 95%;
      padding-left: 13px;
      padding-top: 10px; }
      .m-page-hero-mobile-film .contentbox .subheadlinecontainer .subheadline {
        font-family: "Qanelas-SemiBold", Arial, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        font-size: 0.75rem;
        letter-spacing: 0.8px;
        text-shadow: 0px 0px 6px #1b7ba8; }
        @media (min-width: 576px) {
          .m-page-hero-mobile-film .contentbox .subheadlinecontainer .subheadline {
            font-size: 18px;
            font-size: 1.125rem;
            letter-spacing: 0.8px; } }
        @media (min-width: 768px) {
          .m-page-hero-mobile-film .contentbox .subheadlinecontainer .subheadline {
            letter-spacing: 1.9px;
            font-size: 17px;
            font-size: 1.0625rem; } }
    .m-page-hero-mobile-film .contentbox .logo {
      position: absolute;
      left: 0px;
      top: 97px;
      width: 62px;
      z-index: 10;
      top: unset;
      bottom: 3px; }
    .m-page-hero-mobile-film .contentbox .contactbutton {
      text-align: center;
      border-radius: 99999px;
      font-family: "Qanelas-SemiBold", Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 15px;
      font-size: 0.9375rem;
      position: absolute;
      box-shadow: -10px 10px 0px rgba(38, 163, 224, 0.2);
      background-color: #ff4d4d;
      padding: 15px 15px;
      letter-spacing: -0.2px;
      color: white;
      z-index: 10000000000;
      width: 100%;
      left: 0;
      bottom: 5%;
      right: 0;
      margin: 0 auto; }
    .m-page-hero-mobile-film .contentbox .contactbutton:hover {
      text-decoration: none;
      box-shadow: 0px 0px 0px rgba(38, 163, 224, 0.2); }

/*--------------------------------- */
/*--------------------------------- */
/*- Hero Teaser Home -------------- */
/*--------------------------------- */
/*--------------------------------- */
.m-page-hero-home ul#scene {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../images/hero-teaser/home/aachen-suchmaschinenoptimierung.jpg"); }
  @media (min-width: 576px) {
    .m-page-hero-home ul#scene {
      background-image: url("../../images/hero-teaser/home/aachen-suchmaschinenoptimierung.jpg");
      background-position: center center;
      background-size: cover; } }
  @media (min-width: 768px) {
    .m-page-hero-home ul#scene {
      background-image: url("../../images/hero-teaser/home/agenturen-full-mobile.jpg");
      background-position: center center;
      background-size: cover; } }
  @media (min-width: 992px) {
    .m-page-hero-home ul#scene {
      background-image: url("../../images/hero-teaser/home/internetseiten-aachen-print.jpg");
      background-position: center center;
      background-size: cover; } }
  @media (min-width: 1200px) {
    .m-page-hero-home ul#scene {
      background-image: url("../../images/hero-teaser/home/internetseiten-aachen-print.jpg");
      background-position: center center;
      background-size: cover; } }

.m-page-hero-home {
  height: 715px;
  background-color: #141414;
  color: white;
  overflow: hidden;
  z-index: 1;
  position: relative; }
  @media (min-width: 576px) {
    .m-page-hero-home {
      height: 986px; } }
  @media (min-width: 768px) {
    .m-page-hero-home {
      height: 986px; } }
  @media (min-width: 992px) {
    .m-page-hero-home {
      height: 933px; } }
  @media (min-width: 1200px) {
    .m-page-hero-home {
      height: 933px; } }
  .m-page-hero-home ul.elementeContainer .logo {
    position: absolute;
    left: 31px;
    top: 100px;
    width: 62px;
    opacity: 0; }
    @media (min-width: 576px) {
      .m-page-hero-home ul.elementeContainer .logo {
        left: 43px;
        top: 147px;
        width: 62px; } }
    @media (min-width: 768px) {
      .m-page-hero-home ul.elementeContainer .logo {
        left: 46px;
        top: 370px;
        width: 147px; } }
    @media (min-width: 992px) {
      .m-page-hero-home ul.elementeContainer .logo {
        left: 46px;
        top: 370px;
        width: 147px; } }
    @media (min-width: 1200px) {
      .m-page-hero-home ul.elementeContainer .logo {
        left: 65px;
        top: 370px;
        width: 147px; } }
    @media (min-width: 1400px) {
      .m-page-hero-home ul.elementeContainer .logo {
        left: 75px;
        top: 349px;
        width: 167px; } }
    @media (min-width: 1600px) {
      .m-page-hero-home ul.elementeContainer .logo {
        left: 122px;
        top: 388px;
        width: 204px; } }
    @media (min-width: 1900px) {
      .m-page-hero-home ul.elementeContainer .logo {
        left: 324px;
        top: 388px;
        width: 204px; } }
  .m-page-hero-home ul.elementeContainer .subheadline {
    position: absolute;
    font-family: "Qanelas-SemiBold", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    font-size: 0.75rem;
    left: 35px;
    top: 173px;
    letter-spacing: 0.8px;
    opacity: 0; }
    @media (min-width: 576px) {
      .m-page-hero-home ul.elementeContainer .subheadline {
        font-size: 18px;
        font-size: 1.125rem;
        left: 44px;
        top: 183px;
        letter-spacing: 0.8px; } }
    @media (min-width: 768px) {
      .m-page-hero-home ul.elementeContainer .subheadline {
        left: 46px;
        top: 547px;
        letter-spacing: 1.9px;
        font-size: 17px;
        font-size: 1.0625rem; } }
    @media (min-width: 992px) {
      .m-page-hero-home ul.elementeContainer .subheadline {
        left: 46px;
        top: 547px;
        letter-spacing: 1.9px;
        font-size: 17px;
        font-size: 1.0625rem; } }
    @media (min-width: 1200px) {
      .m-page-hero-home ul.elementeContainer .subheadline {
        left: 65px;
        top: 547px;
        letter-spacing: 1.9px;
        font-size: 17px;
        font-size: 1.0625rem;
        width: 80%; } }
    @media (min-width: 1400px) {
      .m-page-hero-home ul.elementeContainer .subheadline {
        left: 82px;
        top: 547px;
        letter-spacing: 1.9px;
        font-size: 24px;
        font-size: 1.5rem;
        width: 70%; } }
    @media (min-width: 1600px) {
      .m-page-hero-home ul.elementeContainer .subheadline {
        left: 123px;
        top: 623px;
        letter-spacing: 1.9px;
        font-size: 24px;
        font-size: 1.5rem; } }
    @media (min-width: 1900px) {
      .m-page-hero-home ul.elementeContainer .subheadline {
        left: 323px;
        top: 623px;
        letter-spacing: 1.9px;
        font-size: 24px;
        font-size: 1.5rem; } }
  .m-page-hero-home ul.elementeContainer .headlineContainerPercent {
    position: absolute;
    left: 93px;
    bottom: 78%;
    width: 58%;
    /*.theheadlineOneLine
     * line-height: unset // f├╝r einzeilig wichtig */ }
    .m-page-hero-home ul.elementeContainer .headlineContainerPercent .theheadline {
      letter-spacing: 1.8px;
      font-size: 30px;
      font-size: 1.875rem;
      font-family: "Qanelas-SemiBold", Arial, sans-serif;
      font-style: normal;
      font-weight: normal; }
    @media (min-width: 576px) {
      .m-page-hero-home ul.elementeContainer .headlineContainerPercent {
        left: 93px;
        bottom: 78%;
        width: 50%; }
        .m-page-hero-home ul.elementeContainer .headlineContainerPercent .theheadline {
          letter-spacing: 1.8px;
          font-size: 34px;
          font-size: 2.125rem; } }
    @media (min-width: 768px) {
      .m-page-hero-home ul.elementeContainer .headlineContainerPercent {
        left: 159px;
        bottom: 47%;
        width: 70%; }
        .m-page-hero-home ul.elementeContainer .headlineContainerPercent .theheadline {
          font-size: 50px;
          font-size: 3.125rem;
          letter-spacing: 8.1px; } }
    @media (min-width: 992px) {
      .m-page-hero-home ul.elementeContainer .headlineContainerPercent {
        left: 159px;
        bottom: 43%;
        width: 70%; }
        .m-page-hero-home ul.elementeContainer .headlineContainerPercent .theheadline {
          font-size: 75px;
          font-size: 4.6875rem;
          letter-spacing: 8.1px; } }
    @media (min-width: 1200px) {
      .m-page-hero-home ul.elementeContainer .headlineContainerPercent {
        left: 180px;
        bottom: 42%;
        width: 74%; }
        .m-page-hero-home ul.elementeContainer .headlineContainerPercent .theheadline {
          font-size: 94px;
          font-size: 5.875rem;
          letter-spacing: 8.1px; } }
    @media (min-width: 1400px) {
      .m-page-hero-home ul.elementeContainer .headlineContainerPercent {
        left: 206px;
        bottom: 42%;
        width: 76%; }
        .m-page-hero-home ul.elementeContainer .headlineContainerPercent .theheadline {
          font-size: 110px;
          font-size: 6.875rem;
          letter-spacing: 8.1px; } }
    @media (min-width: 1600px) {
      .m-page-hero-home ul.elementeContainer .headlineContainerPercent {
        left: 281px;
        bottom: 33%;
        width: 76%; }
        .m-page-hero-home ul.elementeContainer .headlineContainerPercent .theheadline {
          font-size: 140px;
          font-size: 8.75rem;
          letter-spacing: 7.1px; } }
    @media (min-width: 1900px) {
      .m-page-hero-home ul.elementeContainer .headlineContainerPercent {
        left: 481px;
        bottom: 33%;
        width: 76%; }
        .m-page-hero-home ul.elementeContainer .headlineContainerPercent .theheadline {
          font-size: 150px;
          font-size: 9.375rem;
          letter-spacing: 7.1px; } }
    @media (min-width: 2400px) {
      .m-page-hero-home ul.elementeContainer .headlineContainerPercent {
        left: 481px;
        bottom: 33%;
        width: 65%; }
        .m-page-hero-home ul.elementeContainer .headlineContainerPercent .theheadline {
          font-size: 150px;
          font-size: 9.375rem;
          letter-spacing: 7.1px; } }
  .m-page-hero-home ul.elementeContainer .subheadline {
    position: absolute;
    font-family: "Qanelas-SemiBold", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    font-size: 0.75rem;
    left: 35px;
    top: 173px;
    letter-spacing: 0.8px;
    opacity: 0; }
    @media (min-width: 576px) {
      .m-page-hero-home ul.elementeContainer .subheadline {
        font-size: 18px;
        font-size: 1.125rem;
        left: 44px;
        top: 183px;
        letter-spacing: 0.8px; } }
    @media (min-width: 768px) {
      .m-page-hero-home ul.elementeContainer .subheadline {
        left: 46px;
        top: 547px;
        letter-spacing: 1.9px;
        font-size: 17px;
        font-size: 1.0625rem; } }
    @media (min-width: 992px) {
      .m-page-hero-home ul.elementeContainer .subheadline {
        left: 46px;
        top: 547px;
        letter-spacing: 1.9px;
        font-size: 17px;
        font-size: 1.0625rem; } }
    @media (min-width: 1200px) {
      .m-page-hero-home ul.elementeContainer .subheadline {
        left: 65px;
        top: 547px;
        letter-spacing: 1.9px;
        font-size: 17px;
        font-size: 1.0625rem; } }
    @media (min-width: 1400px) {
      .m-page-hero-home ul.elementeContainer .subheadline {
        left: 82px;
        top: 547px;
        letter-spacing: 1.9px;
        font-size: 24px;
        font-size: 1.5rem; } }
    @media (min-width: 1600px) {
      .m-page-hero-home ul.elementeContainer .subheadline {
        left: 123px;
        top: 623px;
        letter-spacing: 1.9px;
        font-size: 24px;
        font-size: 1.5rem; } }
    @media (min-width: 1900px) {
      .m-page-hero-home ul.elementeContainer .subheadline {
        left: 323px;
        top: 623px;
        letter-spacing: 1.9px;
        font-size: 24px;
        font-size: 1.5rem; } }
  .m-page-hero-home ul.elementeContainer .bluebar {
    background-color: rgba(38, 163, 224, 0.2);
    position: absolute;
    left: 20px;
    top: 138px;
    width: 155px;
    height: 30px;
    opacity: 0; }
    @media (min-width: 576px) {
      .m-page-hero-home ul.elementeContainer .bluebar {
        left: 29px;
        top: 184px;
        width: 175px;
        height: 34px; } }
    @media (min-width: 768px) {
      .m-page-hero-home ul.elementeContainer .bluebar {
        width: 317px;
        height: 54px;
        left: 32px;
        top: 478px; } }
    @media (min-width: 992px) {
      .m-page-hero-home ul.elementeContainer .bluebar {
        width: 317px;
        height: 54px;
        left: 32px;
        top: 478px; } }
    @media (min-width: 1200px) {
      .m-page-hero-home ul.elementeContainer .bluebar {
        width: 317px;
        height: 54px;
        left: 52px;
        top: 478px; } }
    @media (min-width: 1400px) {
      .m-page-hero-home ul.elementeContainer .bluebar {
        width: 327px;
        height: 54px;
        left: 52px;
        top: 478px; } }
    @media (min-width: 1600px) {
      .m-page-hero-home ul.elementeContainer .bluebar {
        width: 527px;
        height: 89px;
        left: 108px;
        top: 522px; } }
    @media (min-width: 1900px) {
      .m-page-hero-home ul.elementeContainer .bluebar {
        width: 527px;
        height: 89px;
        left: 308px;
        top: 522px; } }
  .m-page-hero-home ul.elementeContainer .contactbutton {
    text-align: center;
    border-radius: 99999px;
    font-family: "Qanelas-SemiBold", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    box-shadow: -10px 10px 0px rgba(38, 163, 224, 0.2);
    background-color: #ff4d4d;
    padding: 15px 27px;
    letter-spacing: -0.2px;
    color: white;
    z-index: 10000000000;
    pointer-events: all;
    -webkit-transition: all 2s ease;
    transition: all 0.3s ease;
    white-space: break-spaces;
    opacity: 0;
    max-width: 335px;
    width: 100%;
    left: 0;
    top: 612px;
    right: 0;
    margin: 0 auto; }
    @media (min-width: 576px) {
      .m-page-hero-home ul.elementeContainer .contactbutton {
        max-width: 335px;
        width: 100%;
        left: 0;
        top: 852px;
        right: 0;
        margin: 0 auto; } }
    @media (min-width: 768px) {
      .m-page-hero-home ul.elementeContainer .contactbutton {
        left: 46px;
        top: 604px;
        padding: 15px 27px;
        right: inherit; } }
    @media (min-width: 992px) {
      .m-page-hero-home ul.elementeContainer .contactbutton {
        left: 46px;
        top: 614px;
        padding: 15px 27px; } }
    @media (min-width: 1200px) {
      .m-page-hero-home ul.elementeContainer .contactbutton {
        left: 65px;
        top: 624px;
        padding: 15px 27px; } }
    @media (min-width: 1400px) {
      .m-page-hero-home ul.elementeContainer .contactbutton {
        left: 75px;
        top: 634px;
        padding: 13px 25px; } }
    @media (min-width: 1600px) {
      .m-page-hero-home ul.elementeContainer .contactbutton {
        left: 122px;
        top: 705px;
        padding: 15px 28px; } }
    @media (min-width: 1900px) {
      .m-page-hero-home ul.elementeContainer .contactbutton {
        left: 322px;
        top: 705px;
        padding: 15px 28px; } }
  .m-page-hero-home ul.elementeContainer .contactbutton:hover {
    text-decoration: none;
    box-shadow: 0px 0px 0px rgba(38, 163, 224, 0.2); }
  .m-page-hero-home ul.elementeContainer .loewe {
    position: absolute;
    right: -260px;
    top: 82px;
    width: 690px;
    opacity: 0;
    -webkit-transform: translatez(0);
    transform: translatez(0); }
    @media (min-width: 576px) {
      .m-page-hero-home ul.elementeContainer .loewe {
        right: -450px;
        top: -44px;
        width: 1060px; } }
    @media (min-width: 768px) {
      .m-page-hero-home ul.elementeContainer .loewe {
        right: -505px;
        top: -85px;
        width: 1096px; } }
    @media (min-width: 992px) {
      .m-page-hero-home ul.elementeContainer .loewe {
        right: -450px;
        top: -20px;
        width: 1028px; } }
    @media (min-width: 1200px) {
      .m-page-hero-home ul.elementeContainer .loewe {
        right: -390px;
        top: -20px;
        width: 1120px; } }
    @media (min-width: 1400px) {
      .m-page-hero-home ul.elementeContainer .loewe {
        right: -23%;
        top: -80px;
        width: 1340px; } }
    @media (min-width: 1600px) {
      .m-page-hero-home ul.elementeContainer .loewe {
        right: -24%;
        top: -213px;
        width: 1520px; } }
    @media (min-width: 1900px) {
      .m-page-hero-home ul.elementeContainer .loewe {
        right: -12%;
        top: -213px;
        width: 1520px; } }
    @media (min-width: 2400px) {
      .m-page-hero-home ul.elementeContainer .loewe {
        right: 5%;
        top: -213px;
        width: 1520px; } }
  .m-page-hero-home ul#scene {
    padding: 0;
    position: absolute;
    left: 0;
    z-index: 10;
    width: 100%;
    pointer-events: none;
    -webkit-transform: translatez(0);
    transform: translatez(0); }
    .m-page-hero-home ul#scene li#particles-js-hero {
      -webkit-transform: translatez(0);
      transform: translatez(0);
      position: absolute;
      left: 0;
      top: 0; }
      .m-page-hero-home ul#scene li#particles-js-hero canvas {
        -webkit-transform: translatez(0);
        transform: translatez(0); }
    .m-page-hero-home ul#scene li {
      list-style: none;
      width: 100%;
      height: 100%; }
    .m-page-hero-home ul#scene li.bg .bgimage {
      width: auto;
      left: 0;
      position: absolute;
      height: 150%;
      top: 0;
      opacity: 0; }
      @media (min-width: 576px) {
        .m-page-hero-home ul#scene li.bg .bgimage {
          width: auto;
          left: 0;
          position: absolute;
          height: 150%;
          top: 0; } }
      @media (min-width: 992px) {
        .m-page-hero-home ul#scene li.bg .bgimage {
          width: auto;
          left: -10%;
          position: absolute;
          height: 120%;
          top: -10%; } }
      @media (min-width: 1400px) {
        .m-page-hero-home ul#scene li.bg .bgimage {
          width: auto;
          left: -15%;
          position: absolute;
          height: 130%;
          top: -15%; } }
      @media (min-width: 1600px) {
        .m-page-hero-home ul#scene li.bg .bgimage {
          width: 140%;
          left: -20%;
          position: absolute;
          height: auto;
          top: -10%; } }
    .m-page-hero-home ul#scene li.contentbox {
      opacity: 0; }

.glitchContainerHero {
  position: relative;
  transform-origin: center top;
  -webkit-transform-origin: center top; }
  .glitchContainerHero .glitch_pos {
    position: absolute;
    line-height: normal;
    transform-origin: center center;
    -webkit-transform-origin: center center; }
  .glitchContainerHero .glitch__main {
    color: #FFF; }

.glitchContainerHeroSEO {
  position: relative;
  transform-origin: center top;
  -webkit-transform-origin: center top; }
  .glitchContainerHeroSEO .glitch_pos {
    position: absolute;
    line-height: normal;
    transform-origin: center center;
    -webkit-transform-origin: center center; }
  .glitchContainerHeroSEO .glitch__main {
    color: #FFF; }

.glitchContainerHeroBorder .glitch__color {
  height: 100%;
  z-index: -1; }
.glitchContainerHeroBorder .glitch__color--red {
  animation: glitch 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
  -webkit-animation: glitch 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
  color: #ff4d4d; }
.glitchContainerHeroBorder .glitch__color--blue {
  animation: glitch 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite reverse;
  -webkit-animation: glitch 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite reverse;
  color: #26a3dc; }
.glitchContainerHeroBorder .glitch__color--green {
  animation: glitch 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
  -webkit-animation: glitch 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
  color: white; }

.glitchContainerHeroSkew {
  animation: glitchHeroHomeSkew 100ms infinite;
  -webkit-animation: glitchHeroHomeSkew 100ms infinite; }

.m-page-hero-mobile-home {
  height: 715px;
  background-color: #141414;
  color: white;
  overflow: hidden;
  z-index: 1;
  position: relative;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../images/hero-teaser/home/filmproduktion-digital-agenturen.jpg"); }
  @media (min-width: 576px) {
    .m-page-hero-mobile-home {
      height: 715px; } }
  .m-page-hero-mobile-home .contentbox {
    padding: 85px 0 0 0;
    position: relative;
    width: 95%;
    margin: 0 auto; }
    .m-page-hero-mobile-home .contentbox .headlinecontainer::before {
      content: "";
      background-color: rgba(38, 163, 221, 0.2);
      position: absolute;
      left: -5px;
      bottom: -3px;
      width: 155px;
      height: 20px;
      z-index: -1; }
    .m-page-hero-mobile-home .contentbox .headlinecontainer {
      position: relative;
      padding-left: 70px; }
      .m-page-hero-mobile-home .contentbox .headlinecontainer .headline {
        font-family: "Qanelas-ExtraBold", Arial, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 25px;
        font-size: 1.5625rem;
        position: relative;
        z-index: 5;
        display: inline;
        line-height: normal; }
    .m-page-hero-mobile-home .contentbox .subheadlinecontainer {
      width: 80%;
      padding-left: 13px;
      padding-top: 10px; }
      .m-page-hero-mobile-home .contentbox .subheadlinecontainer .subheadline {
        font-family: "Qanelas-SemiBold", Arial, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        font-size: 0.75rem;
        letter-spacing: 0.8px; }
        @media (min-width: 576px) {
          .m-page-hero-mobile-home .contentbox .subheadlinecontainer .subheadline {
            font-size: 18px;
            font-size: 1.125rem;
            letter-spacing: 0.8px; } }
        @media (min-width: 768px) {
          .m-page-hero-mobile-home .contentbox .subheadlinecontainer .subheadline {
            width: 60%;
            letter-spacing: 1.9px;
            font-size: 17px;
            font-size: 1.0625rem; } }
    .m-page-hero-mobile-home .contentbox .logo {
      position: absolute;
      left: 10px;
      top: 55px;
      width: 55px;
      z-index: 10;
      top: unset;
      bottom: 3px; }
    .m-page-hero-mobile-home .contentbox .contactbutton {
      text-align: center;
      border-radius: 99999px;
      font-family: "Qanelas-SemiBold", Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 15px;
      font-size: 0.9375rem;
      position: absolute;
      box-shadow: -10px 10px 0px rgba(38, 163, 224, 0.2);
      background-color: #ff4d4d;
      padding: 15px 27px;
      letter-spacing: -0.2px;
      color: white;
      z-index: 10000000000;
      width: 100%;
      left: 0;
      bottom: 5%;
      right: 0;
      margin: 0 auto; }
    .m-page-hero-mobile-home .contentbox .contactbutton:hover {
      text-decoration: none;
      box-shadow: 0px 0px 0px rgba(38, 163, 224, 0.2); }

.m-page-hero-webdesign {
  height: 715px;
  background-color: #141414;
  color: white;
  overflow: hidden;
  z-index: 1;
  position: relative;
  /*--------------------------------- */
  /*--------------------------------- */
  /*- Generelles -------------------- */
  /*--------------------------------- */
  /*--------------------------------- */ }
  @media (min-width: 992px) {
    .m-page-hero-webdesign {
      height: 650px; } }
  @media (min-width: 1200px) {
    .m-page-hero-webdesign {
      height: 933px; } }
  .m-page-hero-webdesign ul.elementeContainer {
    padding: 0; }
    .m-page-hero-webdesign ul.elementeContainer li.panorama .panormaContainer .panoramaImage {
      -webkit-transform: translatez(0);
      transform: translatez(0);
      position: absolute;
      left: 0;
      width: 100%;
      height: auto;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      opacity: 0; }
      @media (min-width: 768px) {
        .m-page-hero-webdesign ul.elementeContainer li.panorama .panormaContainer .panoramaImage {
          height: 110%;
          left: 50%;
          transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          top: -5%;
          width: auto; } }
      @media (min-width: 992px) {
        .m-page-hero-webdesign ul.elementeContainer li.panorama .panormaContainer .panoramaImage {
          width: auto;
          height: 110%;
          left: 50%;
          transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          top: -5%; } }
    .m-page-hero-webdesign ul.elementeContainer li.panorama .dotContainer {
      position: relative;
      height: 115%;
      top: -5%;
      display: none; }
      @media (max-width: 767px) {
        .m-page-hero-webdesign ul.elementeContainer li.panorama .dotContainer {
          display: none !important; } }
      .m-page-hero-webdesign ul.elementeContainer li.panorama .dotContainer .dot {
        width: 45px;
        height: 45px;
        border-radius: 15px;
        position: absolute;
        cursor: pointer;
        pointer-events: all;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 45px 45px;
        background-image: url("../../images/hero-teaser/dot-circle_white.png"); }
    .m-page-hero-webdesign ul.elementeContainer li.contentboxHeadline .headlineContainer {
      position: absolute;
      left: 123px;
      top: 135px; }
      .m-page-hero-webdesign ul.elementeContainer li.contentboxHeadline .headlineContainer .theheadlineOneLine {
        line-height: inherit; }
      .m-page-hero-webdesign ul.elementeContainer li.contentboxHeadline .headlineContainer .theheadline {
        font-family: "Qanelas-SemiBold", Arial, sans-serif;
        font-style: normal;
        font-weight: normal;
        letter-spacing: 1.8px;
        font-size: 25px;
        font-size: 1.5625rem; }
      @media (min-width: 576px) {
        .m-page-hero-webdesign ul.elementeContainer li.contentboxHeadline .headlineContainer {
          left: 123px;
          top: 138px; }
          .m-page-hero-webdesign ul.elementeContainer li.contentboxHeadline .headlineContainer .theheadline {
            letter-spacing: 1.8px;
            font-size: 34px;
            font-size: 2.125rem; } }
      @media (min-width: 768px) {
        .m-page-hero-webdesign ul.elementeContainer li.contentboxHeadline .headlineContainer {
          left: 167px;
          top: 147px; }
          .m-page-hero-webdesign ul.elementeContainer li.contentboxHeadline .headlineContainer .theheadline {
            font-size: 44px;
            font-size: 2.75rem;
            letter-spacing: 1.8px; } }
      @media (min-width: 992px) {
        .m-page-hero-webdesign ul.elementeContainer li.contentboxHeadline .headlineContainer {
          left: 240px;
          top: 182px; }
          .m-page-hero-webdesign ul.elementeContainer li.contentboxHeadline .headlineContainer .theheadline {
            font-size: 60px;
            font-size: 3.75rem;
            letter-spacing: 8.1px; } }
      @media (min-width: 1200px) {
        .m-page-hero-webdesign ul.elementeContainer li.contentboxHeadline .headlineContainer {
          left: 280px;
          top: 506px; }
          .m-page-hero-webdesign ul.elementeContainer li.contentboxHeadline .headlineContainer .theheadline {
            font-size: 60px;
            font-size: 3.75rem;
            letter-spacing: 7.1px; } }
      @media (min-width: 1400px) {
        .m-page-hero-webdesign ul.elementeContainer li.contentboxHeadline .headlineContainer {
          left: 280px;
          top: 506px; }
          .m-page-hero-webdesign ul.elementeContainer li.contentboxHeadline .headlineContainer .theheadline {
            font-size: 60px;
            font-size: 3.75rem;
            letter-spacing: 7.1px; } }
      @media (min-width: 1600px) {
        .m-page-hero-webdesign ul.elementeContainer li.contentboxHeadline .headlineContainer {
          left: 261px;
          top: 517px; }
          .m-page-hero-webdesign ul.elementeContainer li.contentboxHeadline .headlineContainer .theheadline {
            letter-spacing: 7.1px;
            font-size: 80px;
            font-size: 5rem; } }
      @media (min-width: 1900px) {
        .m-page-hero-webdesign ul.elementeContainer li.contentboxHeadline .headlineContainer {
          left: 581px;
          top: 517px; }
          .m-page-hero-webdesign ul.elementeContainer li.contentboxHeadline .headlineContainer .theheadline {
            letter-spacing: 7.1px;
            font-size: 80px;
            font-size: 5rem; } }
    .m-page-hero-webdesign ul.elementeContainer li.subheadline .textsubheadline {
      position: absolute;
      font-family: "Qanelas-SemiBold", Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 12px;
      font-size: 0.75rem;
      left: 56px;
      top: 173px;
      letter-spacing: 0.8px;
      width: 60%; }
      @media (min-width: 576px) {
        .m-page-hero-webdesign ul.elementeContainer li.subheadline .textsubheadline {
          font-size: 18px;
          font-size: 1.125rem;
          letter-spacing: 0.8px;
          left: 59px;
          top: 183px; } }
      @media (min-width: 768px) {
        .m-page-hero-webdesign ul.elementeContainer li.subheadline .textsubheadline {
          font-size: 22px;
          font-size: 1.375rem;
          letter-spacing: 0.8px;
          left: 70px;
          top: 204px; } }
      @media (min-width: 992px) {
        .m-page-hero-webdesign ul.elementeContainer li.subheadline .textsubheadline {
          letter-spacing: 1.9px;
          font-size: 23px;
          font-size: 1.4375rem;
          left: 75px;
          top: 252px; } }
      @media (min-width: 1200px) {
        .m-page-hero-webdesign ul.elementeContainer li.subheadline .textsubheadline {
          letter-spacing: 1.9px;
          font-size: 24px;
          font-size: 1.5rem;
          left: 137px;
          top: 575px;
          width: 80%; } }
      @media (min-width: 1400px) {
        .m-page-hero-webdesign ul.elementeContainer li.subheadline .textsubheadline {
          letter-spacing: 1.9px;
          font-size: 24px;
          font-size: 1.5rem;
          left: 137px;
          top: 575px; } }
      @media (min-width: 1600px) {
        .m-page-hero-webdesign ul.elementeContainer li.subheadline .textsubheadline {
          letter-spacing: 1.9px;
          font-size: 24px;
          font-size: 1.5rem;
          left: 105px;
          top: 603px; } }
      @media (min-width: 1900px) {
        .m-page-hero-webdesign ul.elementeContainer li.subheadline .textsubheadline {
          letter-spacing: 1.9px;
          font-size: 24px;
          font-size: 1.5rem;
          left: 373px;
          top: 603px; } }
    .m-page-hero-webdesign ul.elementeContainer li.buttonContainer .contactbutton {
      text-align: center;
      border-radius: 99999px;
      font-family: "Qanelas-SemiBold", Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      position: absolute;
      box-shadow: -10px 10px 0px rgba(38, 163, 224, 0.2);
      background-color: #ff4d4d;
      padding: 15px 27px;
      letter-spacing: -0.2px;
      color: white;
      z-index: 10000000000;
      pointer-events: all;
      -webkit-transition: all 2s ease;
      transition: all 0.3s ease;
      white-space: break-spaces;
      max-width: 335px;
      width: 100%;
      left: 0;
      top: 612px;
      right: 0;
      margin: 0 auto; }
      @media (min-width: 576px) {
        .m-page-hero-webdesign ul.elementeContainer li.buttonContainer .contactbutton {
          max-width: 335px;
          width: 100%;
          left: 0;
          top: 852px;
          right: 0;
          margin: 0 auto; } }
      @media (min-width: 768px) {
        .m-page-hero-webdesign ul.elementeContainer li.buttonContainer .contactbutton {
          left: 46px;
          top: 604px;
          padding: 15px 27px;
          right: unset; } }
      @media (min-width: 992px) {
        .m-page-hero-webdesign ul.elementeContainer li.buttonContainer .contactbutton {
          left: 46px;
          top: 604px;
          padding: 15px 27px;
          right: unset; } }
      @media (min-width: 1200px) {
        .m-page-hero-webdesign ul.elementeContainer li.buttonContainer .contactbutton {
          left: 125px;
          top: 634px;
          padding: 15px 27px;
          right: unset; } }
      @media (min-width: 1400px) {
        .m-page-hero-webdesign ul.elementeContainer li.buttonContainer .contactbutton {
          left: 126px;
          top: 624px;
          padding: 13px 25px;
          right: unset; } }
      @media (min-width: 1600px) {
        .m-page-hero-webdesign ul.elementeContainer li.buttonContainer .contactbutton {
          left: 362px;
          top: 685px;
          padding: 15px 28px; } }
      @media (min-width: 1900px) {
        .m-page-hero-webdesign ul.elementeContainer li.buttonContainer .contactbutton {
          left: 364px;
          top: 665px;
          padding: 15px 28px; } }
    .m-page-hero-webdesign ul.elementeContainer li.buttonContainer .contactbutton:hover {
      text-decoration: none;
      box-shadow: 0px 0px 0px rgba(38, 163, 224, 0.2); }
    .m-page-hero-webdesign ul.elementeContainer li.bluebar {
      opacity: 0; }
      .m-page-hero-webdesign ul.elementeContainer li.bluebar .blue {
        background-color: rgba(38, 163, 224, 0.2);
        position: absolute;
        left: 43px;
        top: 146px;
        width: 205px;
        height: 19px; }
        @media (min-width: 576px) {
          .m-page-hero-webdesign ul.elementeContainer li.bluebar .blue {
            left: 43px;
            top: 147px;
            width: 205px;
            height: 25px; } }
        @media (min-width: 768px) {
          .m-page-hero-webdesign ul.elementeContainer li.bluebar .blue {
            left: 52px;
            top: 158px;
            width: 275px;
            height: 34px; } }
        @media (min-width: 992px) {
          .m-page-hero-webdesign ul.elementeContainer li.bluebar .blue {
            left: 59px;
            top: 189px;
            width: 447px;
            height: 43px; } }
        @media (min-width: 1200px) {
          .m-page-hero-webdesign ul.elementeContainer li.bluebar .blue {
            width: 527px;
            height: 44px;
            left: 118px;
            top: 512px; } }
        @media (min-width: 1400px) {
          .m-page-hero-webdesign ul.elementeContainer li.bluebar .blue {
            width: 527px;
            height: 44px;
            left: 118px;
            top: 512px; } }
        @media (min-width: 1600px) {
          .m-page-hero-webdesign ul.elementeContainer li.bluebar .blue {
            width: 527px;
            height: 60px;
            left: 68px;
            top: 522px; } }
        @media (min-width: 1900px) {
          .m-page-hero-webdesign ul.elementeContainer li.bluebar .blue {
            width: 527px;
            height: 60px;
            left: 358px;
            top: 522px; } }
    .m-page-hero-webdesign ul.elementeContainer li.iconContainer .iconimage {
      opacity: 0;
      position: absolute;
      left: 44px;
      top: 100px;
      width: 62px;
      -webkit-transform: translatez(0);
      transform: translatez(0); }
      @media (min-width: 576px) {
        .m-page-hero-webdesign ul.elementeContainer li.iconContainer .iconimage {
          left: 47px;
          top: 105px;
          width: 62px; } }
      @media (min-width: 768px) {
        .m-page-hero-webdesign ul.elementeContainer li.iconContainer .iconimage {
          left: 57px;
          top: 100px;
          width: 87px; } }
      @media (min-width: 992px) {
        .m-page-hero-webdesign ul.elementeContainer li.iconContainer .iconimage {
          left: 68px;
          top: 78px;
          width: 147px; } }
      @media (min-width: 1200px) {
        .m-page-hero-webdesign ul.elementeContainer li.iconContainer .iconimage {
          left: 124px;
          top: 408px;
          width: 138px; } }
      @media (min-width: 1400px) {
        .m-page-hero-webdesign ul.elementeContainer li.iconContainer .iconimage {
          left: 124px;
          top: 408px;
          width: 138px; } }
      @media (min-width: 1600px) {
        .m-page-hero-webdesign ul.elementeContainer li.iconContainer .iconimage {
          left: 83px;
          top: 406px;
          width: 158px; } }
      @media (min-width: 1900px) {
        .m-page-hero-webdesign ul.elementeContainer li.iconContainer .iconimage {
          left: 374px;
          top: 406px;
          width: 158px; } }
    .m-page-hero-webdesign ul.elementeContainer li#particles-js-webdesign {
      -webkit-transform: translatez(0);
      transform: translatez(0);
      position: absolute;
      left: 0;
      top: 0; }
      .m-page-hero-webdesign ul.elementeContainer li#particles-js-webdesign canvas {
        -webkit-transform: translatez(0);
        transform: translatez(0); }
    @media (max-width: 767px) {
      .m-page-hero-webdesign ul.elementeContainer li.modalContainer {
        display: none !important; } }
    .m-page-hero-webdesign ul.elementeContainer li.modalContainer .modalContent {
      display: none;
      width: 100%;
      max-width: 600px;
      background-color: rgba(27, 30, 34, 0.95);
      left: 50%;
      top: 10%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      position: absolute;
      padding: 55px 55px 60px; }
      @media (min-width: 992px) {
        .m-page-hero-webdesign ul.elementeContainer li.modalContainer .modalContent {
          max-width: 700px; } }
      @media (min-width: 1200px) {
        .m-page-hero-webdesign ul.elementeContainer li.modalContainer .modalContent {
          max-width: 800px; } }
      .m-page-hero-webdesign ul.elementeContainer li.modalContainer .modalContent ul {
        padding: 0; }
        .m-page-hero-webdesign ul.elementeContainer li.modalContainer .modalContent ul li {
          vertical-align: top; }
        .m-page-hero-webdesign ul.elementeContainer li.modalContainer .modalContent ul li.imageContainer {
          display: inline-block;
          width: 35% !important;
          margin: 12px 0 0 0;
          border: 5px solid #1b1e22;
          outline: 5px solid #fff; }
          .m-page-hero-webdesign ul.elementeContainer li.modalContainer .modalContent ul li.imageContainer img {
            width: 100%;
            height: auto; }
        .m-page-hero-webdesign ul.elementeContainer li.modalContainer .modalContent ul li.textContent {
          display: inline-block;
          width: 59% !important;
          margin-left: 5%;
          padding: 0 0 0 0; }
          .m-page-hero-webdesign ul.elementeContainer li.modalContainer .modalContent ul li.textContent .headline {
            margin: 0 0 10px 0;
            font-family: "Qanelas-SemiBold", Arial, sans-serif;
            font-style: normal;
            font-weight: normal;
            font-size: 20px;
            font-size: 1.25rem; }
            @media (min-width: 768px) {
              .m-page-hero-webdesign ul.elementeContainer li.modalContainer .modalContent ul li.textContent .headline {
                font-size: 24px;
                font-size: 1.5rem; } }
            @media (min-width: 992px) {
              .m-page-hero-webdesign ul.elementeContainer li.modalContainer .modalContent ul li.textContent .headline {
                font-size: 28px;
                font-size: 1.75rem; } }
            @media (min-width: 1200px) {
              .m-page-hero-webdesign ul.elementeContainer li.modalContainer .modalContent ul li.textContent .headline {
                font-size: 30px;
                font-size: 1.875rem; } }
          .m-page-hero-webdesign ul.elementeContainer li.modalContainer .modalContent ul li.textContent .text {
            margin: 0 0 30px 0;
            font-family: "Qanelas-Regular", Arial, sans-serif;
            font-style: normal;
            font-weight: normal;
            font-size: 15px;
            font-size: 0.9375rem;
            line-height: normal; }
            @media (min-width: 768px) {
              .m-page-hero-webdesign ul.elementeContainer li.modalContainer .modalContent ul li.textContent .text {
                font-size: 16px;
                font-size: 1rem; } }
            @media (min-width: 992px) {
              .m-page-hero-webdesign ul.elementeContainer li.modalContainer .modalContent ul li.textContent .text {
                font-size: 18px;
                font-size: 1.125rem; } }
            @media (min-width: 1200px) {
              .m-page-hero-webdesign ul.elementeContainer li.modalContainer .modalContent ul li.textContent .text {
                font-size: 20px;
                font-size: 1.25rem; } }
          .m-page-hero-webdesign ul.elementeContainer li.modalContainer .modalContent ul li.textContent .overlayButton {
            pointer-events: all; }
      .m-page-hero-webdesign ul.elementeContainer li.modalContainer .modalContent .closeOverlay {
        pointer-events: all;
        cursor: pointer;
        position: absolute;
        right: 23px;
        top: 35px;
        cursor: pointer;
        width: 25px;
        height: 25px; }
        .m-page-hero-webdesign ul.elementeContainer li.modalContainer .modalContent .closeOverlay .leftright {
          height: 4px;
          width: 100%;
          position: absolute;
          background-color: white;
          transform: rotate(45deg);
          transition: all 0.3s ease-in; }
        .m-page-hero-webdesign ul.elementeContainer li.modalContainer .modalContent .closeOverlay .rightleft {
          height: 4px;
          width: 100%;
          position: absolute;
          background-color: white;
          transform: rotate(-45deg);
          transition: all 0.3s ease-in; }
      .m-page-hero-webdesign ul.elementeContainer li.modalContainer .modalContent .closeOverlay:hover .leftright {
        transform: rotate(-45deg);
        background-color: #ff4d4d; }
      .m-page-hero-webdesign ul.elementeContainer li.modalContainer .modalContent .closeOverlay:hover .rightleft {
        transform: rotate(45deg);
        background-color: #ff4d4d; }
  .m-page-hero-webdesign ul#scene {
    padding: 0;
    position: absolute;
    left: 0;
    z-index: 10;
    width: 100%;
    pointer-events: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url("../../images/hero-teaser/webdesign/mobil-solutions-paket.jpg"); }
    @media (min-width: 768px) {
      .m-page-hero-webdesign ul#scene {
        background-image: url("../../images/hero-teaser/webdesign/internetseiten-webseite-aachen.jpg");
        background-position: center center;
        background-size: auto 110%; } }
    @media (min-width: 992px) {
      .m-page-hero-webdesign ul#scene {
        background-image: url("../../images/hero-teaser/webdesign/internetseiten-webseite-aachen.jpg");
        background-position: center center;
        background-size: auto 110%; } }
    .m-page-hero-webdesign ul#scene li {
      list-style: none;
      width: 100%;
      height: 100%; }
  .m-page-hero-webdesign .glitch-window-webdesign {
    position: absolute;
    width: 100%;
    color: white;
    text-shadow: 2px 0 #26a3dc, -1px 0 yellow, -2px 0 #ff4d4d;
    overflow: hidden;
    height: 160px;
    top: 0; }
@keyframes snowHeroFilmKeyFrames {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes snowHeroFilmKeyFrames {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  .m-page-hero-webdesign .animateLights {
    -webkit-animation: snowHeroFilmKeyFrames 4s infinite;
    animation: snowHeroFilmKeyFrames 4s infinite; }

.m-page-hero-mobile-webdesign {
  height: 715px;
  background-color: #141414;
  color: white;
  overflow: hidden;
  z-index: 1;
  position: relative;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../images/hero-teaser/webdesign/mobil-solutions-paket.jpg"); }
  @media (min-width: 576px) {
    .m-page-hero-mobile-webdesign {
      height: 715px; } }
  .m-page-hero-mobile-webdesign .contentbox {
    padding: 127px 0 0 0;
    position: relative;
    width: 95%;
    margin: 0 auto; }
    .m-page-hero-mobile-webdesign .contentbox .headlinecontainer:after {
      content: "";
      background-color: rgba(38, 163, 221, 0.2);
      position: absolute;
      left: -5px;
      bottom: -3px;
      width: 155px;
      height: 20px;
      z-index: -1; }
    .m-page-hero-mobile-webdesign .contentbox .headlinecontainer {
      position: relative;
      padding-left: 70px; }
      .m-page-hero-mobile-webdesign .contentbox .headlinecontainer .headline {
        font-family: "Qanelas-ExtraBold", Arial, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 25px;
        font-size: 1.5625rem;
        position: relative;
        z-index: 5;
        display: inline;
        line-height: normal; }
    .m-page-hero-mobile-webdesign .contentbox .subheadlinecontainer {
      width: 80%;
      padding-left: 13px;
      padding-top: 10px; }
      .m-page-hero-mobile-webdesign .contentbox .subheadlinecontainer .subheadline {
        font-family: "Qanelas-SemiBold", Arial, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        font-size: 0.75rem;
        letter-spacing: 0.8px; }
        @media (min-width: 576px) {
          .m-page-hero-mobile-webdesign .contentbox .subheadlinecontainer .subheadline {
            font-size: 18px;
            font-size: 1.125rem;
            letter-spacing: 0.8px; } }
        @media (min-width: 768px) {
          .m-page-hero-mobile-webdesign .contentbox .subheadlinecontainer .subheadline {
            letter-spacing: 1.9px;
            font-size: 17px;
            font-size: 1.0625rem; } }
    .m-page-hero-mobile-webdesign .contentbox .logo {
      position: absolute;
      left: 0px;
      top: 97px;
      width: 62px;
      z-index: 10;
      top: unset;
      bottom: 3px; }
    .m-page-hero-mobile-webdesign .contentbox .contactbutton {
      text-align: center;
      border-radius: 99999px;
      font-family: "Qanelas-SemiBold", Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 15px;
      font-size: 0.9375rem;
      position: absolute;
      box-shadow: -10px 10px 0px rgba(38, 163, 224, 0.2);
      background-color: #ff4d4d;
      padding: 15px 15px;
      letter-spacing: -0.2px;
      color: white;
      z-index: 10000000000;
      width: 100%;
      left: 0;
      bottom: 5%;
      right: 0;
      margin: 0 auto; }
    .m-page-hero-mobile-webdesign .contentbox .contactbutton:hover {
      text-decoration: none;
      box-shadow: 0px 0px 0px rgba(38, 163, 224, 0.2); }

/*--------------------------------- */
/*--------------------------------- */
/*- Hero Teaser SEO --------------- */
/*--------------------------------- */
/*--------------------------------- */
.m-page-hero-seo {
  height: 715px;
  color: #24272b;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cccccc+0,b2b2b2+100 */
  overflow: hidden;
  z-index: 1;
  position: relative; }
  @media (min-width: 576px) {
    .m-page-hero-seo {
      height: 986px; } }
  @media (min-width: 768px) {
    .m-page-hero-seo {
      height: 986px; } }
  @media (min-width: 992px) {
    .m-page-hero-seo {
      height: 933px; } }
  @media (min-width: 1200px) {
    .m-page-hero-seo {
      height: 1000px; } }
  .m-page-hero-seo ul#scene {
    padding: 0;
    position: absolute;
    left: 0;
    z-index: 10;
    width: 100%;
    pointer-events: none; }
    .m-page-hero-seo ul#scene li {
      list-style: none;
      width: 100%;
      height: 100%; }
  .m-page-hero-seo ul.elementeContainer {
    padding: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#adadad+0,a0a0a0+100 */
    background: #adadad;
    background: -moz-linear-gradient(top, #adadad 0%, #a0a0a0 100%);
    background: -webkit-linear-gradient(top, #adadad 0%, #a0a0a0 100%);
    background: linear-gradient(to bottom, #adadad 0%, #a0a0a0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adadad', endColorstr='#a0a0a0',GradientType=0 ); }
    .m-page-hero-seo ul.elementeContainer li.contentboxHeadline {
      opacity: 0; }
      .m-page-hero-seo ul.elementeContainer li.contentboxHeadline .headlineContainer {
        position: absolute;
        left: 123px;
        bottom: 593px;
        transform-origin: bottom center;
        -webkit-transform-origin: bottom center; }
        .m-page-hero-seo ul.elementeContainer li.contentboxHeadline .headlineContainer .theheadline {
          font-family: "Qanelas-SemiBold", Arial, sans-serif;
          font-style: normal;
          font-weight: normal;
          letter-spacing: 1.8px;
          font-size: 34px;
          font-size: 2.125rem; }
        @media (min-width: 576px) {
          .m-page-hero-seo ul.elementeContainer li.contentboxHeadline .headlineContainer {
            left: 123px;
            bottom: 858px; }
            .m-page-hero-seo ul.elementeContainer li.contentboxHeadline .headlineContainer .theheadline {
              letter-spacing: 1.8px;
              font-size: 34px;
              font-size: 2.125rem; } }
        @media (min-width: 768px) {
          .m-page-hero-seo ul.elementeContainer li.contentboxHeadline .headlineContainer {
            left: 167px;
            bottom: 870px; }
            .m-page-hero-seo ul.elementeContainer li.contentboxHeadline .headlineContainer .theheadline {
              font-size: 44px;
              font-size: 2.75rem;
              letter-spacing: 1.8px; } }
        @media (min-width: 992px) {
          .m-page-hero-seo ul.elementeContainer li.contentboxHeadline .headlineContainer {
            left: 240px;
            bottom: 795px; }
            .m-page-hero-seo ul.elementeContainer li.contentboxHeadline .headlineContainer .theheadline {
              font-size: 60px;
              font-size: 3.75rem;
              letter-spacing: 8.1px; } }
        @media (min-width: 1200px) {
          .m-page-hero-seo ul.elementeContainer li.contentboxHeadline .headlineContainer {
            left: 300px;
            bottom: 861px; }
            .m-page-hero-seo ul.elementeContainer li.contentboxHeadline .headlineContainer .theheadline {
              font-size: 60px;
              font-size: 3.75rem;
              letter-spacing: 7.1px; } }
        @media (min-width: 1400px) {
          .m-page-hero-seo ul.elementeContainer li.contentboxHeadline .headlineContainer {
            left: 300px;
            bottom: 862px; }
            .m-page-hero-seo ul.elementeContainer li.contentboxHeadline .headlineContainer .theheadline {
              font-size: 60px;
              font-size: 3.75rem;
              letter-spacing: 7.1px; } }
        @media (min-width: 1600px) {
          .m-page-hero-seo ul.elementeContainer li.contentboxHeadline .headlineContainer {
            left: 261px;
            bottom: 710px; }
            .m-page-hero-seo ul.elementeContainer li.contentboxHeadline .headlineContainer .theheadline {
              letter-spacing: 7.1px;
              font-size: 80px;
              font-size: 5rem; } }
        @media (min-width: 1900px) {
          .m-page-hero-seo ul.elementeContainer li.contentboxHeadline .headlineContainer {
            left: 291px;
            bottom: 710px; }
            .m-page-hero-seo ul.elementeContainer li.contentboxHeadline .headlineContainer .theheadline {
              letter-spacing: 7.1px;
              font-size: 80px;
              font-size: 5rem; } }
        @media (min-width: 2200px) {
          .m-page-hero-seo ul.elementeContainer li.contentboxHeadline .headlineContainer {
            left: 581px;
            bottom: 707px; }
            .m-page-hero-seo ul.elementeContainer li.contentboxHeadline .headlineContainer .theheadline {
              letter-spacing: 7.1px;
              font-size: 80px;
              font-size: 5rem; } }
    .m-page-hero-seo ul.elementeContainer li.subheadline .textsubheadline {
      position: absolute;
      font-family: "Qanelas-SemiBold", Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 15px;
      font-size: 0.9375rem;
      left: 56px;
      top: 281px;
      letter-spacing: 0.8px;
      width: 50%; }
      @media (min-width: 576px) {
        .m-page-hero-seo ul.elementeContainer li.subheadline .textsubheadline {
          font-size: 18px;
          font-size: 1.125rem;
          letter-spacing: 0.8px;
          left: 59px;
          top: 281px;
          width: 75%; } }
      @media (min-width: 768px) {
        .m-page-hero-seo ul.elementeContainer li.subheadline .textsubheadline {
          font-size: 22px;
          font-size: 1.375rem;
          letter-spacing: 0.8px;
          left: 70px;
          top: 294px;
          width: 50%; } }
      @media (min-width: 992px) {
        .m-page-hero-seo ul.elementeContainer li.subheadline .textsubheadline {
          letter-spacing: 1.9px;
          font-size: 23px;
          font-size: 1.4375rem;
          left: 75px;
          top: 382px;
          width: 75%; } }
      @media (min-width: 1200px) {
        .m-page-hero-seo ul.elementeContainer li.subheadline .textsubheadline {
          letter-spacing: 1.9px;
          font-size: 24px;
          font-size: 1.5rem;
          left: 135px;
          top: 382px;
          width: 75%; } }
      @media (min-width: 1400px) {
        .m-page-hero-seo ul.elementeContainer li.subheadline .textsubheadline {
          letter-spacing: 1.9px;
          font-size: 24px;
          font-size: 1.5rem;
          left: 135px;
          top: 382px;
          width: 50%; } }
      @media (min-width: 1600px) {
        .m-page-hero-seo ul.elementeContainer li.subheadline .textsubheadline {
          letter-spacing: 1.9px;
          font-size: 24px;
          font-size: 1.5rem;
          left: 105px;
          top: 603px;
          width: 30%; } }
      @media (min-width: 1900px) {
        .m-page-hero-seo ul.elementeContainer li.subheadline .textsubheadline {
          letter-spacing: 1.9px;
          font-size: 24px;
          font-size: 1.5rem;
          left: 110px;
          top: 603px;
          width: 25%; } }
      @media (min-width: 2200px) {
        .m-page-hero-seo ul.elementeContainer li.subheadline .textsubheadline {
          letter-spacing: 1.9px;
          font-size: 24px;
          font-size: 1.5rem;
          left: 373px;
          top: 603px;
          width: 25%; } }
    .m-page-hero-seo ul.elementeContainer li.buttonContainer .contactbutton {
      text-align: center;
      border-radius: 99999px;
      font-family: "Qanelas-SemiBold", Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      position: absolute;
      box-shadow: -10px 10px 0px rgba(38, 163, 224, 0.2);
      background-color: #ff4d4d;
      padding: 15px 27px;
      letter-spacing: -0.2px;
      color: white;
      z-index: 10000000000;
      pointer-events: all;
      -webkit-transition: all 2s ease;
      transition: all 0.3s ease;
      white-space: break-spaces;
      max-width: 335px;
      width: 100%;
      left: 0;
      top: 620px;
      right: 0;
      margin: 0 auto; }
      @media (min-width: 576px) {
        .m-page-hero-seo ul.elementeContainer li.buttonContainer .contactbutton {
          max-width: 335px;
          width: 100%;
          left: 59px;
          top: 360px;
          right: unset;
          margin: 0 auto; } }
      @media (min-width: 768px) {
        .m-page-hero-seo ul.elementeContainer li.buttonContainer .contactbutton {
          left: 0;
          top: 834px;
          padding: 15px 27px;
          right: 0; } }
      @media (min-width: 992px) {
        .m-page-hero-seo ul.elementeContainer li.buttonContainer .contactbutton {
          left: 0;
          top: 830px;
          padding: 15px 27px;
          right: 0; } }
      @media (min-width: 1200px) {
        .m-page-hero-seo ul.elementeContainer li.buttonContainer .contactbutton {
          left: 137px;
          top: 434px;
          padding: 15px 27px;
          right: unset; } }
      @media (min-width: 1400px) {
        .m-page-hero-seo ul.elementeContainer li.buttonContainer .contactbutton {
          left: 137px;
          top: 464px;
          padding: 13px 25px;
          right: unset; } }
      @media (min-width: 1600px) {
        .m-page-hero-seo ul.elementeContainer li.buttonContainer .contactbutton {
          left: 105px;
          top: 685px;
          padding: 15px 28px; } }
      @media (min-width: 1900px) {
        .m-page-hero-seo ul.elementeContainer li.buttonContainer .contactbutton {
          left: 107px;
          top: 685px;
          padding: 15px 28px; } }
      @media (min-width: 2200px) {
        .m-page-hero-seo ul.elementeContainer li.buttonContainer .contactbutton {
          left: 364px;
          top: 685px;
          padding: 15px 28px; } }
    .m-page-hero-seo ul.elementeContainer li.buttonContainer .contactbutton:hover {
      text-decoration: none;
      box-shadow: 0px 0px 0px rgba(38, 163, 224, 0.2); }
    .m-page-hero-seo ul.elementeContainer li.tobias .tobi {
      position: absolute;
      -webkit-transform: translatez(0);
      transform: translatez(0);
      bottom: -3%;
      opacity: 0;
      max-width: 1540px;
      width: 140%;
      right: 15px;
      width: 647px;
      right: 0; }
      @media (min-width: 576px) {
        .m-page-hero-seo ul.elementeContainer li.tobias .tobi {
          width: 827px; } }
      @media (min-width: 768px) {
        .m-page-hero-seo ul.elementeContainer li.tobias .tobi {
          width: 1070px; } }
      @media (min-width: 992px) {
        .m-page-hero-seo ul.elementeContainer li.tobias .tobi {
          width: 900px;
          right: 10px; } }
      @media (min-width: 1200px) {
        .m-page-hero-seo ul.elementeContainer li.tobias .tobi {
          width: 1040px;
          right: 10px; } }
      @media (min-width: 1400px) {
        .m-page-hero-seo ul.elementeContainer li.tobias .tobi {
          width: 1120px;
          right: 20px; } }
      @media (min-width: 1600px) {
        .m-page-hero-seo ul.elementeContainer li.tobias .tobi {
          width: 1200px;
          right: 20px; } }
      @media (min-width: 1900px) {
        .m-page-hero-seo ul.elementeContainer li.tobias .tobi {
          width: 1380px;
          right: 20px; } }
      @media (min-width: 2000px) {
        .m-page-hero-seo ul.elementeContainer li.tobias .tobi {
          width: 1540px;
          right: 44px; } }
    .m-page-hero-seo ul.elementeContainer li.arm .stift {
      position: absolute;
      -webkit-transform: translatez(0);
      transform: translatez(0);
      bottom: -3%;
      opacity: 0;
      max-width: 1540px;
      width: 647px;
      right: 0; }
      @media (min-width: 576px) {
        .m-page-hero-seo ul.elementeContainer li.arm .stift {
          width: 827px; } }
      @media (min-width: 768px) {
        .m-page-hero-seo ul.elementeContainer li.arm .stift {
          width: 1070px; } }
      @media (min-width: 992px) {
        .m-page-hero-seo ul.elementeContainer li.arm .stift {
          width: 900px;
          right: 10px; } }
      @media (min-width: 1200px) {
        .m-page-hero-seo ul.elementeContainer li.arm .stift {
          width: 1040px;
          right: 10px; } }
      @media (min-width: 1400px) {
        .m-page-hero-seo ul.elementeContainer li.arm .stift {
          width: 1120px;
          right: 20px; } }
      @media (min-width: 1600px) {
        .m-page-hero-seo ul.elementeContainer li.arm .stift {
          width: 1200px;
          right: 20px; } }
      @media (min-width: 1900px) {
        .m-page-hero-seo ul.elementeContainer li.arm .stift {
          width: 1380px;
          right: 20px; } }
      @media (min-width: 2000px) {
        .m-page-hero-seo ul.elementeContainer li.arm .stift {
          width: 1540px;
          right: 44px; } }
    .m-page-hero-seo ul.elementeContainer li.text .schrift {
      position: absolute;
      -webkit-transform: translatez(0);
      transform: translatez(0);
      opacity: 0;
      max-width: 1540px;
      right: -30px;
      bottom: 118px;
      width: 440px; }
      @media (min-width: 576px) {
        .m-page-hero-seo ul.elementeContainer li.text .schrift {
          width: 687px;
          right: -65px; } }
      @media (min-width: 768px) {
        .m-page-hero-seo ul.elementeContainer li.text .schrift {
          width: 870px;
          right: -75px;
          bottom: 172px; } }
      @media (min-width: 992px) {
        .m-page-hero-seo ul.elementeContainer li.text .schrift {
          width: 800px;
          right: -71px;
          bottom: 50px; } }
      @media (min-width: 1200px) {
        .m-page-hero-seo ul.elementeContainer li.text .schrift {
          width: 1040px;
          right: 11px;
          bottom: -29px; } }
      @media (min-width: 1400px) {
        .m-page-hero-seo ul.elementeContainer li.text .schrift {
          width: 1120px;
          right: 11px;
          bottom: -29px; } }
      @media (min-width: 1600px) {
        .m-page-hero-seo ul.elementeContainer li.text .schrift {
          width: 1080px;
          right: -73px;
          bottom: 139px; } }
      @media (min-width: 1900px) {
        .m-page-hero-seo ul.elementeContainer li.text .schrift {
          width: 1240px;
          right: -35px;
          bottom: 137px; } }
      @media (min-width: 2000px) {
        .m-page-hero-seo ul.elementeContainer li.text .schrift {
          width: 1380px;
          right: 100px;
          bottom: 43px; } }
    .m-page-hero-seo ul.elementeContainer li.bluebar .blue {
      background-color: rgba(38, 163, 224, 0.2);
      position: absolute;
      left: 43px;
      top: 230px;
      width: 205px;
      height: 19px; }
      @media (min-width: 576px) {
        .m-page-hero-seo ul.elementeContainer li.bluebar .blue {
          left: 43px;
          top: 230px;
          width: 205px;
          height: 25px; } }
      @media (min-width: 768px) {
        .m-page-hero-seo ul.elementeContainer li.bluebar .blue {
          left: 52px;
          top: 248px;
          width: 275px;
          height: 34px; } }
      @media (min-width: 992px) {
        .m-page-hero-seo ul.elementeContainer li.bluebar .blue {
          left: 59px;
          top: 316px;
          width: 447px;
          height: 43px; } }
      @media (min-width: 1200px) {
        .m-page-hero-seo ul.elementeContainer li.bluebar .blue {
          width: 527px;
          height: 44px;
          left: 118px;
          top: 316px; } }
      @media (min-width: 1400px) {
        .m-page-hero-seo ul.elementeContainer li.bluebar .blue {
          width: 527px;
          height: 44px;
          left: 118px;
          top: 316px; } }
      @media (min-width: 1600px) {
        .m-page-hero-seo ul.elementeContainer li.bluebar .blue {
          width: 527px;
          height: 60px;
          left: 68px;
          top: 522px; } }
      @media (min-width: 1900px) {
        .m-page-hero-seo ul.elementeContainer li.bluebar .blue {
          width: 527px;
          height: 60px;
          left: 78px;
          top: 522px; } }
      @media (min-width: 2200px) {
        .m-page-hero-seo ul.elementeContainer li.bluebar .blue {
          width: 527px;
          height: 60px;
          left: 358px;
          top: 522px; } }
    .m-page-hero-seo ul.elementeContainer li#particles-js {
      opacity: 0;
      -webkit-transform: translatez(0);
      transform: translatez(0);
      position: absolute;
      left: 0;
      top: 0; }
      .m-page-hero-seo ul.elementeContainer li#particles-js canvas {
        -webkit-transform: translatez(0);
        transform: translatez(0); }
    .m-page-hero-seo ul.elementeContainer li.iconContainer .icon {
      position: absolute;
      left: 44px;
      top: 182px;
      width: 62px;
      -webkit-transform: translatez(0);
      transform: translatez(0); }
      @media (min-width: 576px) {
        .m-page-hero-seo ul.elementeContainer li.iconContainer .icon {
          left: 47px;
          top: 182px;
          width: 62px; } }
      @media (min-width: 768px) {
        .m-page-hero-seo ul.elementeContainer li.iconContainer .icon {
          left: 57px;
          top: 182px;
          width: 87px; } }
      @media (min-width: 992px) {
        .m-page-hero-seo ul.elementeContainer li.iconContainer .icon {
          left: 68px;
          top: 203px;
          width: 147px; } }
      @media (min-width: 1200px) {
        .m-page-hero-seo ul.elementeContainer li.iconContainer .icon {
          left: 124px;
          top: 203px;
          width: 138px; } }
      @media (min-width: 1400px) {
        .m-page-hero-seo ul.elementeContainer li.iconContainer .icon {
          left: 124px;
          top: 203px;
          width: 138px; } }
      @media (min-width: 1600px) {
        .m-page-hero-seo ul.elementeContainer li.iconContainer .icon {
          left: 83px;
          top: 406px;
          width: 158px; } }
      @media (min-width: 1900px) {
        .m-page-hero-seo ul.elementeContainer li.iconContainer .icon {
          left: 94px;
          top: 406px;
          width: 158px; } }
      @media (min-width: 2200px) {
        .m-page-hero-seo ul.elementeContainer li.iconContainer .icon {
          left: 374px;
          top: 406px;
          width: 158px; } }

.m-page-hero-mobile-seo {
  height: 715px;
  background-color: #aaaaaa;
  color: white;
  overflow: hidden;
  z-index: 1;
  position: relative;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../images/hero-teaser/seo/home_mobile_seo.jpg"); }
  @media (min-width: 576px) {
    .m-page-hero-mobile-seo {
      height: 715px; } }
  .m-page-hero-mobile-seo .contentbox {
    padding: 127px 0 0 0;
    position: relative;
    width: 95%;
    margin: 0 auto; }
    .m-page-hero-mobile-seo .contentbox .headlinecontainer:after {
      content: "";
      background-color: rgba(38, 163, 221, 0.2);
      position: absolute;
      left: -5px;
      bottom: -3px;
      width: 155px;
      height: 20px;
      z-index: -1; }
    .m-page-hero-mobile-seo .contentbox .headlinecontainer {
      position: relative;
      padding-left: 70px; }
      .m-page-hero-mobile-seo .contentbox .headlinecontainer .headline {
        font-family: "Qanelas-ExtraBold", Arial, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 25px;
        font-size: 1.5625rem;
        position: relative;
        z-index: 5;
        display: inline;
        line-height: normal;
        text-shadow: 0px 0px 3px #1b7ba8; }
    .m-page-hero-mobile-seo .contentbox .subheadlinecontainer {
      width: 95%;
      padding-left: 13px;
      padding-top: 10px; }
      .m-page-hero-mobile-seo .contentbox .subheadlinecontainer .subheadline {
        font-family: "Qanelas-SemiBold", Arial, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        font-size: 0.75rem;
        letter-spacing: 0.8px;
        text-shadow: 0px 0px 6px #1b7ba8; }
        @media (min-width: 576px) {
          .m-page-hero-mobile-seo .contentbox .subheadlinecontainer .subheadline {
            font-size: 18px;
            font-size: 1.125rem;
            letter-spacing: 0.8px; } }
        @media (min-width: 768px) {
          .m-page-hero-mobile-seo .contentbox .subheadlinecontainer .subheadline {
            letter-spacing: 1.9px;
            font-size: 17px;
            font-size: 1.0625rem; } }
    .m-page-hero-mobile-seo .contentbox .logo {
      position: absolute;
      left: 0px;
      top: 97px;
      width: 62px;
      z-index: 10;
      top: unset;
      bottom: 3px; }
    .m-page-hero-mobile-seo .contentbox .contactbutton {
      text-align: center;
      border-radius: 99999px;
      font-family: "Qanelas-SemiBold", Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 15px;
      font-size: 0.9375rem;
      position: absolute;
      box-shadow: -10px 10px 0px rgba(38, 163, 224, 0.2);
      background-color: #ff4d4d;
      padding: 15px 15px;
      letter-spacing: -0.2px;
      color: white;
      z-index: 10000000000;
      width: 100%;
      left: 0;
      bottom: 5%;
      right: 0;
      margin: 0 auto; }

/*--------------------------------- */
/*--------------------------------- */
/*- Hero Teaser Film -------------- */
/*--------------------------------- */
/*--------------------------------- */
.m-page-hero-about {
  height: 715px;
  background-color: #141414;
  color: white;
  overflow: hidden;
  z-index: 1;
  position: relative; }
  @media (min-width: 576px) {
    .m-page-hero-about {
      height: 986px; } }
  @media (min-width: 768px) {
    .m-page-hero-about {
      height: 986px; } }
  @media (min-width: 992px) {
    .m-page-hero-about {
      height: 933px; } }
  @media (min-width: 1200px) {
    .m-page-hero-about {
      height: 1000px; } }
  .m-page-hero-about ul.elementeContainer {
    padding: 0; }
    .m-page-hero-about ul.elementeContainer li.contentboxHeadline .headlineContainer {
      position: absolute;
      left: 123px;
      top: 136px;
      width: 75%; }
      .m-page-hero-about ul.elementeContainer li.contentboxHeadline .headlineContainer .theheadlineOneLine {
        line-height: unset; }
      .m-page-hero-about ul.elementeContainer li.contentboxHeadline .headlineContainer .theheadline {
        font-family: "Qanelas-SemiBold", Arial, sans-serif;
        font-style: normal;
        font-weight: normal;
        letter-spacing: 1.8px;
        font-size: 25px;
        font-size: 1.5625rem; }
      @media (min-width: 576px) {
        .m-page-hero-about ul.elementeContainer li.contentboxHeadline .headlineContainer {
          left: 123px;
          top: 138px; }
          .m-page-hero-about ul.elementeContainer li.contentboxHeadline .headlineContainer .theheadline {
            letter-spacing: 1.8px;
            font-size: 34px;
            font-size: 2.125rem; } }
      @media (min-width: 768px) {
        .m-page-hero-about ul.elementeContainer li.contentboxHeadline .headlineContainer {
          left: 167px;
          top: 154px; }
          .m-page-hero-about ul.elementeContainer li.contentboxHeadline .headlineContainer .theheadline {
            font-size: 44px;
            font-size: 2.75rem;
            letter-spacing: 1.8px; } }
      @media (min-width: 992px) {
        .m-page-hero-about ul.elementeContainer li.contentboxHeadline .headlineContainer {
          left: 240px;
          top: 185px; }
          .m-page-hero-about ul.elementeContainer li.contentboxHeadline .headlineContainer .theheadline {
            font-size: 60px;
            font-size: 3.75rem;
            letter-spacing: 8.1px; } }
      @media (min-width: 1200px) {
        .m-page-hero-about ul.elementeContainer li.contentboxHeadline .headlineContainer {
          left: 280px;
          top: 512px; }
          .m-page-hero-about ul.elementeContainer li.contentboxHeadline .headlineContainer .theheadline {
            font-size: 60px;
            font-size: 3.75rem;
            letter-spacing: 7.1px; } }
      @media (min-width: 1400px) {
        .m-page-hero-about ul.elementeContainer li.contentboxHeadline .headlineContainer {
          left: 280px;
          top: 505px; }
          .m-page-hero-about ul.elementeContainer li.contentboxHeadline .headlineContainer .theheadline {
            font-size: 60px;
            font-size: 3.75rem;
            letter-spacing: 7.1px; } }
      @media (min-width: 1600px) {
        .m-page-hero-about ul.elementeContainer li.contentboxHeadline .headlineContainer {
          left: 261px;
          top: 525px; }
          .m-page-hero-about ul.elementeContainer li.contentboxHeadline .headlineContainer .theheadline {
            letter-spacing: 7.1px;
            font-size: 80px;
            font-size: 5rem; } }
      @media (min-width: 1900px) {
        .m-page-hero-about ul.elementeContainer li.contentboxHeadline .headlineContainer {
          left: 581px;
          top: 525px; }
          .m-page-hero-about ul.elementeContainer li.contentboxHeadline .headlineContainer .theheadline {
            letter-spacing: 7.1px;
            font-size: 80px;
            font-size: 5rem; } }
    .m-page-hero-about ul.elementeContainer li.subheadline .textsubheadline {
      position: absolute;
      font-family: "Qanelas-SemiBold", Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 12px;
      font-size: 0.75rem;
      left: 56px;
      top: 173px;
      letter-spacing: 0.8px;
      width: 75%; }
      @media (min-width: 576px) {
        .m-page-hero-about ul.elementeContainer li.subheadline .textsubheadline {
          font-size: 18px;
          font-size: 1.125rem;
          letter-spacing: 0.8px;
          left: 59px;
          top: 183px; } }
      @media (min-width: 768px) {
        .m-page-hero-about ul.elementeContainer li.subheadline .textsubheadline {
          font-size: 22px;
          font-size: 1.375rem;
          letter-spacing: 0.8px;
          left: 70px;
          top: 204px; } }
      @media (min-width: 992px) {
        .m-page-hero-about ul.elementeContainer li.subheadline .textsubheadline {
          letter-spacing: 1.9px;
          font-size: 23px;
          font-size: 1.4375rem;
          left: 75px;
          top: 252px; } }
      @media (min-width: 1200px) {
        .m-page-hero-about ul.elementeContainer li.subheadline .textsubheadline {
          letter-spacing: 1.9px;
          font-size: 24px;
          font-size: 1.5rem;
          left: 137px;
          top: 575px;
          width: auto; } }
      @media (min-width: 1400px) {
        .m-page-hero-about ul.elementeContainer li.subheadline .textsubheadline {
          letter-spacing: 1.9px;
          font-size: 24px;
          font-size: 1.5rem;
          left: 137px;
          top: 575px; } }
      @media (min-width: 1600px) {
        .m-page-hero-about ul.elementeContainer li.subheadline .textsubheadline {
          letter-spacing: 1.9px;
          font-size: 24px;
          font-size: 1.5rem;
          left: 105px;
          top: 603px; } }
      @media (min-width: 1900px) {
        .m-page-hero-about ul.elementeContainer li.subheadline .textsubheadline {
          letter-spacing: 1.9px;
          font-size: 24px;
          font-size: 1.5rem;
          left: 373px;
          top: 603px; } }
    .m-page-hero-about ul.elementeContainer li.buttonContainer .contactbutton {
      text-align: center;
      border-radius: 99999px;
      font-family: "Qanelas-SemiBold", Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      position: absolute;
      box-shadow: -10px 10px 0px rgba(38, 163, 224, 0.2);
      background-color: #ff4d4d;
      padding: 15px 27px;
      letter-spacing: -0.2px;
      color: white;
      z-index: 10000000000;
      pointer-events: all;
      -webkit-transition: all 2s ease;
      transition: all 0.3s ease;
      max-width: 335px;
      width: 100%;
      left: 0;
      top: 612px;
      right: 0;
      margin: 0 auto; }
      @media (min-width: 576px) {
        .m-page-hero-about ul.elementeContainer li.buttonContainer .contactbutton {
          width: 100%;
          left: 0;
          top: 852px;
          right: 0;
          margin: 0 auto; } }
      @media (min-width: 768px) {
        .m-page-hero-about ul.elementeContainer li.buttonContainer .contactbutton {
          max-width: 400px;
          left: 46px;
          top: 604px;
          padding: 15px 27px;
          right: unset;
          white-space: nowrap; } }
      @media (min-width: 992px) {
        .m-page-hero-about ul.elementeContainer li.buttonContainer .contactbutton {
          left: 46px;
          top: 604px;
          padding: 15px 27px;
          right: unset; } }
      @media (min-width: 1200px) {
        .m-page-hero-about ul.elementeContainer li.buttonContainer .contactbutton {
          left: 125px;
          top: 634px;
          padding: 15px 27px;
          right: unset; } }
      @media (min-width: 1400px) {
        .m-page-hero-about ul.elementeContainer li.buttonContainer .contactbutton {
          left: 126px;
          top: 624px;
          padding: 13px 25px;
          right: unset;
          max-width: fit-content; } }
      @media (min-width: 1600px) {
        .m-page-hero-about ul.elementeContainer li.buttonContainer .contactbutton {
          left: 102px;
          top: 685px;
          padding: 15px 28px; } }
      @media (min-width: 1900px) {
        .m-page-hero-about ul.elementeContainer li.buttonContainer .contactbutton {
          left: 364px;
          top: 665px;
          padding: 15px 28px; } }
    .m-page-hero-about ul.elementeContainer li.buttonContainer .contactbutton:hover {
      text-decoration: none;
      box-shadow: 0px 0px 0px rgba(38, 163, 224, 0.2); }
    .m-page-hero-about ul.elementeContainer li.bluebar {
      opacity: 0; }
      .m-page-hero-about ul.elementeContainer li.bluebar .blue {
        background-color: rgba(38, 163, 224, 0.2);
        position: absolute;
        left: 43px;
        top: 146px;
        width: 205px;
        height: 19px; }
        @media (min-width: 576px) {
          .m-page-hero-about ul.elementeContainer li.bluebar .blue {
            left: 43px;
            top: 147px;
            width: 205px;
            height: 25px; } }
        @media (min-width: 768px) {
          .m-page-hero-about ul.elementeContainer li.bluebar .blue {
            left: 52px;
            top: 158px;
            width: 275px;
            height: 34px; } }
        @media (min-width: 992px) {
          .m-page-hero-about ul.elementeContainer li.bluebar .blue {
            left: 59px;
            top: 189px;
            width: 447px;
            height: 43px; } }
        @media (min-width: 1200px) {
          .m-page-hero-about ul.elementeContainer li.bluebar .blue {
            width: 527px;
            height: 44px;
            left: 118px;
            top: 512px; } }
        @media (min-width: 1400px) {
          .m-page-hero-about ul.elementeContainer li.bluebar .blue {
            width: 527px;
            height: 44px;
            left: 118px;
            top: 512px; } }
        @media (min-width: 1600px) {
          .m-page-hero-about ul.elementeContainer li.bluebar .blue {
            width: 527px;
            height: 60px;
            left: 68px;
            top: 522px; } }
        @media (min-width: 1900px) {
          .m-page-hero-about ul.elementeContainer li.bluebar .blue {
            width: 527px;
            height: 60px;
            left: 358px;
            top: 522px; } }
    .m-page-hero-about ul.elementeContainer li.panorama .panormaContainer .panoramaImage {
      -webkit-transform: translatez(0);
      transform: translatez(0);
      position: absolute;
      left: 0;
      width: 100%;
      height: auto;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      opacity: 0; }
      @media (min-width: 768px) {
        .m-page-hero-about ul.elementeContainer li.panorama .panormaContainer .panoramaImage {
          height: 110%;
          left: 50%;
          transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          top: -5%;
          width: auto; } }
      @media (min-width: 992px) {
        .m-page-hero-about ul.elementeContainer li.panorama .panormaContainer .panoramaImage {
          width: auto;
          height: 110%;
          left: 50%;
          transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          top: -5%; } }
    .m-page-hero-about ul.elementeContainer li#particles-js-about {
      -webkit-transform: translatez(0);
      transform: translatez(0);
      position: absolute;
      left: 0;
      top: 0; }
      .m-page-hero-about ul.elementeContainer li#particles-js-about canvas {
        -webkit-transform: translatez(0);
        transform: translatez(0); }
    .m-page-hero-about ul.elementeContainer li.iconContainer .icon {
      position: absolute;
      left: 44px;
      top: 100px;
      width: 62px;
      opacity: 0;
      -webkit-transform: translatez(0);
      transform: translatez(0); }
      @media (min-width: 576px) {
        .m-page-hero-about ul.elementeContainer li.iconContainer .icon {
          left: 47px;
          top: 105px;
          width: 62px; } }
      @media (min-width: 768px) {
        .m-page-hero-about ul.elementeContainer li.iconContainer .icon {
          left: 57px;
          top: 100px;
          width: 87px; } }
      @media (min-width: 992px) {
        .m-page-hero-about ul.elementeContainer li.iconContainer .icon {
          left: 68px;
          top: 78px;
          width: 147px; } }
      @media (min-width: 1200px) {
        .m-page-hero-about ul.elementeContainer li.iconContainer .icon {
          left: 124px;
          top: 408px;
          width: 138px; } }
      @media (min-width: 1400px) {
        .m-page-hero-about ul.elementeContainer li.iconContainer .icon {
          left: 124px;
          top: 408px;
          width: 138px; } }
      @media (min-width: 1600px) {
        .m-page-hero-about ul.elementeContainer li.iconContainer .icon {
          left: 83px;
          top: 406px;
          width: 158px; } }
      @media (min-width: 1900px) {
        .m-page-hero-about ul.elementeContainer li.iconContainer .icon {
          left: 374px;
          top: 406px;
          width: 158px; } }
  .m-page-hero-about ul#scene {
    padding: 0;
    position: absolute;
    left: 0;
    z-index: 10;
    width: 100%;
    pointer-events: none;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../../images/hero-teaser/about/load_3.jpg"); }
    @media (min-width: 576px) {
      .m-page-hero-about ul#scene {
        background-image: url("../../images/hero-teaser/about/load_3.jpg");
        background-position: bottom center;
        background-size: cover; } }
    @media (min-width: 768px) {
      .m-page-hero-about ul#scene {
        background-image: url("../../images/hero-teaser/about/load_2.jpg");
        background-position: bottom center;
        background-size: cover; } }
    @media (min-width: 992px) {
      .m-page-hero-about ul#scene {
        background-image: url("../../images/hero-teaser/about/load_1.jpg");
        background-position: bottom center;
        background-size: cover; } }
    @media (min-width: 1200px) {
      .m-page-hero-about ul#scene {
        background-image: url("../../images/hero-teaser/about/load_1.jpg");
        background-position: bottom center;
        background-size: cover; } }
    .m-page-hero-about ul#scene li {
      list-style: none;
      width: 100%;
      height: 100%; }
  @supports not (mix-blend-mode: multiply) {
    .m-page-hero-about .stoerer {
      display: none; } }

.m-page-hero-mobile-about {
  height: 715px;
  background-color: #141414;
  color: white;
  overflow: hidden;
  z-index: 1;
  position: relative;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../images/hero-teaser/about/office_mobile.jpg"); }
  @media (min-width: 576px) {
    .m-page-hero-mobile-about {
      height: 715px; } }
  .m-page-hero-mobile-about .contentbox {
    padding: 127px 0 0 0;
    position: relative;
    width: 95%;
    margin: 0 auto; }
    .m-page-hero-mobile-about .contentbox .headlinecontainer:after {
      content: "";
      background-color: rgba(38, 163, 221, 0.2);
      position: absolute;
      left: -5px;
      bottom: -3px;
      width: 155px;
      height: 20px;
      z-index: -1; }
    .m-page-hero-mobile-about .contentbox .headlinecontainer {
      position: relative;
      padding-left: 70px; }
      .m-page-hero-mobile-about .contentbox .headlinecontainer .headline {
        font-family: "Qanelas-ExtraBold", Arial, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 25px;
        font-size: 1.5625rem;
        position: relative;
        z-index: 5;
        display: inline;
        line-height: normal;
        text-shadow: 0px 0px 3px #1b7ba8; }
    .m-page-hero-mobile-about .contentbox .subheadlinecontainer {
      width: 95%;
      padding-left: 13px;
      padding-top: 10px; }
      .m-page-hero-mobile-about .contentbox .subheadlinecontainer .subheadline {
        font-family: "Qanelas-SemiBold", Arial, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        font-size: 0.75rem;
        letter-spacing: 0.8px;
        text-shadow: 0px 0px 6px #1b7ba8; }
        @media (min-width: 576px) {
          .m-page-hero-mobile-about .contentbox .subheadlinecontainer .subheadline {
            font-size: 18px;
            font-size: 1.125rem;
            letter-spacing: 0.8px; } }
        @media (min-width: 768px) {
          .m-page-hero-mobile-about .contentbox .subheadlinecontainer .subheadline {
            letter-spacing: 1.9px;
            font-size: 17px;
            font-size: 1.0625rem; } }
    .m-page-hero-mobile-about .contentbox .logo {
      position: absolute;
      left: 0px;
      top: 97px;
      width: 62px;
      z-index: 10;
      top: unset;
      bottom: 3px; }
    .m-page-hero-mobile-about .contentbox .contactbutton {
      text-align: center;
      border-radius: 99999px;
      font-family: "Qanelas-SemiBold", Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 15px;
      font-size: 0.9375rem;
      position: absolute;
      box-shadow: -10px 10px 0px rgba(38, 163, 224, 0.2);
      background-color: #ff4d4d;
      padding: 15px 15px;
      letter-spacing: -0.2px;
      color: white;
      z-index: 10000000000;
      width: 100%;
      left: 0;
      bottom: 5%;
      right: 0;
      margin: 0 auto; }

/*--------------------------------- */
/*--------------------------------- */
/*- Hero Teaser dentist ----------- */
/*--------------------------------- */
/*--------------------------------- */
.m-page-hero-dentist {
  height: 715px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cccccc+0,b2b2b2+100 */
  overflow: hidden;
  z-index: 1;
  position: relative; }
  @media (min-width: 576px) {
    .m-page-hero-dentist {
      height: 986px; } }
  @media (min-width: 768px) {
    .m-page-hero-dentist {
      height: 986px; } }
  @media (min-width: 992px) {
    .m-page-hero-dentist {
      height: 933px; } }
  @media (min-width: 1200px) {
    .m-page-hero-dentist {
      height: 1000px; } }
  .m-page-hero-dentist ul#scene {
    padding: 0;
    position: absolute;
    left: 0;
    z-index: 10;
    width: 100%;
    pointer-events: none; }
    .m-page-hero-dentist ul#scene li {
      list-style: none;
      width: 100%;
      height: 100%; }
  .m-page-hero-dentist ul.elementeContainer {
    padding: 0;
    background-color: white; }
    .m-page-hero-dentist ul.elementeContainer li.contentboxHeadline {
      opacity: 0; }
      .m-page-hero-dentist ul.elementeContainer li.contentboxHeadline .headlineContainer_old {
        position: absolute;
        left: 113px;
        bottom: 492px;
        transform-origin: bottom center;
        -webkit-transform-origin: bottom center; }
        .m-page-hero-dentist ul.elementeContainer li.contentboxHeadline .headlineContainer_old .theheadline {
          font-family: "Qanelas-SemiBold", Arial, sans-serif;
          font-style: normal;
          font-weight: normal;
          letter-spacing: 1.8px;
          font-size: 23px;
          font-size: 1.4375rem;
          color: #24272b; }
        @media (min-width: 576px) {
          .m-page-hero-dentist ul.elementeContainer li.contentboxHeadline .headlineContainer_old {
            left: 123px;
            bottom: 774px; }
            .m-page-hero-dentist ul.elementeContainer li.contentboxHeadline .headlineContainer_old .theheadline {
              letter-spacing: 1.8px;
              font-size: 34px;
              font-size: 2.125rem; } }
        @media (min-width: 768px) {
          .m-page-hero-dentist ul.elementeContainer li.contentboxHeadline .headlineContainer_old {
            left: 167px;
            bottom: 758px; }
            .m-page-hero-dentist ul.elementeContainer li.contentboxHeadline .headlineContainer_old .theheadline {
              font-size: 44px;
              font-size: 2.75rem;
              letter-spacing: 1.8px; } }
        @media (min-width: 992px) {
          .m-page-hero-dentist ul.elementeContainer li.contentboxHeadline .headlineContainer_old {
            left: 240px;
            bottom: 654px; }
            .m-page-hero-dentist ul.elementeContainer li.contentboxHeadline .headlineContainer_old .theheadline {
              font-size: 60px;
              font-size: 3.75rem;
              letter-spacing: 8.1px; } }
        @media (min-width: 1200px) {
          .m-page-hero-dentist ul.elementeContainer li.contentboxHeadline .headlineContainer_old {
            left: 300px;
            bottom: 711px; }
            .m-page-hero-dentist ul.elementeContainer li.contentboxHeadline .headlineContainer_old .theheadline {
              font-size: 60px;
              font-size: 3.75rem;
              letter-spacing: 7.1px; } }
        @media (min-width: 1400px) {
          .m-page-hero-dentist ul.elementeContainer li.contentboxHeadline .headlineContainer_old {
            left: 300px;
            bottom: 712px; }
            .m-page-hero-dentist ul.elementeContainer li.contentboxHeadline .headlineContainer_old .theheadline {
              font-size: 60px;
              font-size: 3.75rem;
              letter-spacing: 7.1px; } }
        @media (min-width: 1600px) {
          .m-page-hero-dentist ul.elementeContainer li.contentboxHeadline .headlineContainer_old {
            left: 261px;
            bottom: 530px; }
            .m-page-hero-dentist ul.elementeContainer li.contentboxHeadline .headlineContainer_old .theheadline {
              letter-spacing: 7.1px;
              font-size: 80px;
              font-size: 5rem; } }
        @media (min-width: 1900px) {
          .m-page-hero-dentist ul.elementeContainer li.contentboxHeadline .headlineContainer_old {
            left: 281px;
            bottom: 520px; }
            .m-page-hero-dentist ul.elementeContainer li.contentboxHeadline .headlineContainer_old .theheadline {
              letter-spacing: 7.1px;
              font-size: 80px;
              font-size: 5rem; } }
        @media (min-width: 2200px) {
          .m-page-hero-dentist ul.elementeContainer li.contentboxHeadline .headlineContainer_old {
            left: 551px;
            bottom: 520px; }
            .m-page-hero-dentist ul.elementeContainer li.contentboxHeadline .headlineContainer_old .theheadline {
              letter-spacing: 7.1px;
              font-size: 80px;
              font-size: 5rem; } }
      .m-page-hero-dentist ul.elementeContainer li.contentboxHeadline .headlineContainer {
        position: absolute;
        left: 113px;
        bottom: 65%; }
        .m-page-hero-dentist ul.elementeContainer li.contentboxHeadline .headlineContainer .theheadline {
          font-family: "Qanelas-SemiBold", Arial, sans-serif;
          font-style: normal;
          font-weight: normal;
          letter-spacing: 1.8px;
          font-size: 27px;
          font-size: 1.6875rem;
          color: #24272b; }
        @media (min-width: 576px) {
          .m-page-hero-dentist ul.elementeContainer li.contentboxHeadline .headlineContainer {
            left: 123px;
            bottom: 74%; }
            .m-page-hero-dentist ul.elementeContainer li.contentboxHeadline .headlineContainer .theheadline {
              letter-spacing: 1.8px;
              font-size: 34px;
              font-size: 2.125rem; } }
        @media (min-width: 768px) {
          .m-page-hero-dentist ul.elementeContainer li.contentboxHeadline .headlineContainer {
            left: 167px;
            bottom: 72%; }
            .m-page-hero-dentist ul.elementeContainer li.contentboxHeadline .headlineContainer .theheadline {
              font-size: 44px;
              font-size: 2.75rem;
              letter-spacing: 1.8px; } }
        @media (min-width: 992px) {
          .m-page-hero-dentist ul.elementeContainer li.contentboxHeadline .headlineContainer {
            left: 240px;
            bottom: 61%; }
            .m-page-hero-dentist ul.elementeContainer li.contentboxHeadline .headlineContainer .theheadline {
              font-size: 60px;
              font-size: 3.75rem;
              letter-spacing: 8.1px; } }
        @media (min-width: 1200px) {
          .m-page-hero-dentist ul.elementeContainer li.contentboxHeadline .headlineContainer {
            left: 300px;
            bottom: 64%; }
            .m-page-hero-dentist ul.elementeContainer li.contentboxHeadline .headlineContainer .theheadline {
              font-size: 60px;
              font-size: 3.75rem;
              letter-spacing: 7.1px; } }
        @media (min-width: 1400px) {
          .m-page-hero-dentist ul.elementeContainer li.contentboxHeadline .headlineContainer {
            left: 300px;
            bottom: 64%; }
            .m-page-hero-dentist ul.elementeContainer li.contentboxHeadline .headlineContainer .theheadline {
              font-size: 60px;
              font-size: 3.75rem;
              letter-spacing: 7.1px; } }
        @media (min-width: 1600px) {
          .m-page-hero-dentist ul.elementeContainer li.contentboxHeadline .headlineContainer {
            left: 261px;
            bottom: 42%; }
            .m-page-hero-dentist ul.elementeContainer li.contentboxHeadline .headlineContainer .theheadline {
              letter-spacing: 7.1px;
              font-size: 80px;
              font-size: 5rem; } }
        @media (min-width: 1900px) {
          .m-page-hero-dentist ul.elementeContainer li.contentboxHeadline .headlineContainer {
            left: 291px;
            bottom: 42%; }
            .m-page-hero-dentist ul.elementeContainer li.contentboxHeadline .headlineContainer .theheadline {
              letter-spacing: 7.1px;
              font-size: 80px;
              font-size: 5rem; } }
        @media (min-width: 2200px) {
          .m-page-hero-dentist ul.elementeContainer li.contentboxHeadline .headlineContainer {
            left: 581px;
            bottom: 42%; }
            .m-page-hero-dentist ul.elementeContainer li.contentboxHeadline .headlineContainer .theheadline {
              letter-spacing: 7.1px;
              font-size: 80px;
              font-size: 5rem; } }
    .m-page-hero-dentist ul.elementeContainer li.subheadline .textsubheadline {
      position: absolute;
      font-family: "Qanelas-SemiBold", Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 15px;
      font-size: 0.9375rem;
      left: 56px;
      top: 281px;
      letter-spacing: 0.8px;
      width: 65%; }
      @media (min-width: 576px) {
        .m-page-hero-dentist ul.elementeContainer li.subheadline .textsubheadline {
          font-size: 18px;
          font-size: 1.125rem;
          letter-spacing: 0.8px;
          left: 59px;
          top: 281px;
          width: 75%; } }
      @media (min-width: 768px) {
        .m-page-hero-dentist ul.elementeContainer li.subheadline .textsubheadline {
          font-size: 22px;
          font-size: 1.375rem;
          letter-spacing: 0.8px;
          left: 70px;
          top: 294px;
          width: 50%; } }
      @media (min-width: 992px) {
        .m-page-hero-dentist ul.elementeContainer li.subheadline .textsubheadline {
          letter-spacing: 1.9px;
          font-size: 23px;
          font-size: 1.4375rem;
          left: 75px;
          top: 382px;
          width: 75%; } }
      @media (min-width: 1200px) {
        .m-page-hero-dentist ul.elementeContainer li.subheadline .textsubheadline {
          letter-spacing: 1.9px;
          font-size: 24px;
          font-size: 1.5rem;
          left: 135px;
          top: 382px;
          width: 75%; } }
      @media (min-width: 1400px) {
        .m-page-hero-dentist ul.elementeContainer li.subheadline .textsubheadline {
          letter-spacing: 1.9px;
          font-size: 24px;
          font-size: 1.5rem;
          left: 135px;
          top: 382px;
          width: 50%; } }
      @media (min-width: 1600px) {
        .m-page-hero-dentist ul.elementeContainer li.subheadline .textsubheadline {
          letter-spacing: 1.9px;
          font-size: 24px;
          font-size: 1.5rem;
          left: 105px;
          top: 603px;
          width: 30%; } }
      @media (min-width: 1900px) {
        .m-page-hero-dentist ul.elementeContainer li.subheadline .textsubheadline {
          letter-spacing: 1.9px;
          font-size: 24px;
          font-size: 1.5rem;
          left: 110px;
          top: 603px;
          width: 25%; } }
      @media (min-width: 2200px) {
        .m-page-hero-dentist ul.elementeContainer li.subheadline .textsubheadline {
          letter-spacing: 1.9px;
          font-size: 24px;
          font-size: 1.5rem;
          left: 373px;
          top: 603px;
          width: 25%; } }
    .m-page-hero-dentist ul.elementeContainer li.buttonContainer .contactbutton {
      text-align: center;
      border-radius: 99999px;
      font-family: "Qanelas-SemiBold", Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      position: absolute;
      box-shadow: -10px 10px 0px rgba(38, 163, 224, 0.2);
      background-color: #ff4d4d;
      padding: 15px 27px;
      letter-spacing: -0.2px;
      color: white;
      z-index: 10000000000;
      pointer-events: all;
      -webkit-transition: all 2s ease;
      transition: all 0.3s ease;
      white-space: break-spaces;
      max-width: 335px;
      width: 100%;
      left: 0;
      top: 620px;
      right: 0;
      margin: 0 auto; }
      @media (min-width: 576px) {
        .m-page-hero-dentist ul.elementeContainer li.buttonContainer .contactbutton {
          max-width: 335px;
          width: 100%;
          left: 59px;
          top: 360px;
          right: unset;
          margin: 0 auto; } }
      @media (min-width: 768px) {
        .m-page-hero-dentist ul.elementeContainer li.buttonContainer .contactbutton {
          left: 0;
          top: 834px;
          padding: 15px 27px;
          right: 0; } }
      @media (min-width: 992px) {
        .m-page-hero-dentist ul.elementeContainer li.buttonContainer .contactbutton {
          left: 0;
          top: 830px;
          padding: 15px 27px;
          right: 0; } }
      @media (min-width: 1200px) {
        .m-page-hero-dentist ul.elementeContainer li.buttonContainer .contactbutton {
          left: 137px;
          top: 434px;
          padding: 15px 27px;
          right: unset; } }
      @media (min-width: 1400px) {
        .m-page-hero-dentist ul.elementeContainer li.buttonContainer .contactbutton {
          left: 137px;
          top: 464px;
          padding: 13px 25px;
          right: unset; } }
      @media (min-width: 1600px) {
        .m-page-hero-dentist ul.elementeContainer li.buttonContainer .contactbutton {
          left: 105px;
          top: 685px;
          padding: 15px 28px; } }
      @media (min-width: 1900px) {
        .m-page-hero-dentist ul.elementeContainer li.buttonContainer .contactbutton {
          left: 107px;
          top: 685px;
          padding: 15px 28px; } }
      @media (min-width: 2200px) {
        .m-page-hero-dentist ul.elementeContainer li.buttonContainer .contactbutton {
          left: 364px;
          top: 685px;
          padding: 15px 28px; } }
    .m-page-hero-dentist ul.elementeContainer li.buttonContainer .contactbutton:hover {
      text-decoration: none;
      box-shadow: 0px 0px 0px rgba(38, 163, 224, 0.2); }
    .m-page-hero-dentist ul.elementeContainer li.tooth .thetooth {
      position: absolute;
      -webkit-transform: translatez(0);
      transform: translatez(0);
      bottom: -3%;
      opacity: 0;
      width: 366px;
      right: 0;
      left: 0;
      margin: 0 auto;
      top: 50%;
      transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%); }
      @media (min-width: 576px) {
        .m-page-hero-dentist ul.elementeContainer li.tooth .thetooth {
          width: 366px; } }
      @media (min-width: 768px) {
        .m-page-hero-dentist ul.elementeContainer li.tooth .thetooth {
          width: 366px; } }
      @media (min-width: 992px) {
        .m-page-hero-dentist ul.elementeContainer li.tooth .thetooth {
          width: 366px; } }
      @media (min-width: 1200px) {
        .m-page-hero-dentist ul.elementeContainer li.tooth .thetooth {
          width: 366px; } }
      @media (min-width: 1400px) {
        .m-page-hero-dentist ul.elementeContainer li.tooth .thetooth {
          width: 366px; } }
      @media (min-width: 1600px) {
        .m-page-hero-dentist ul.elementeContainer li.tooth .thetooth {
          width: 366px; } }
      @media (min-width: 1900px) {
        .m-page-hero-dentist ul.elementeContainer li.tooth .thetooth {
          width: 366px; } }
      @media (min-width: 2000px) {
        .m-page-hero-dentist ul.elementeContainer li.tooth .thetooth {
          width: 366px; } }
    .m-page-hero-dentist ul.elementeContainer li.text .schrift {
      position: absolute;
      -webkit-transform: translatez(0);
      transform: translatez(0);
      opacity: 0;
      max-width: 1540px;
      right: -18px;
      bottom: 118px;
      width: 445px; }
      @media (min-width: 576px) {
        .m-page-hero-dentist ul.elementeContainer li.text .schrift {
          width: 687px;
          right: -65px; } }
      @media (min-width: 768px) {
        .m-page-hero-dentist ul.elementeContainer li.text .schrift {
          width: 870px;
          right: -75px;
          bottom: 172px; } }
      @media (min-width: 992px) {
        .m-page-hero-dentist ul.elementeContainer li.text .schrift {
          width: 800px;
          right: -71px;
          bottom: 50px; } }
      @media (min-width: 1200px) {
        .m-page-hero-dentist ul.elementeContainer li.text .schrift {
          width: 1040px;
          right: 11px;
          bottom: -29px; } }
      @media (min-width: 1400px) {
        .m-page-hero-dentist ul.elementeContainer li.text .schrift {
          width: 1120px;
          right: 11px;
          bottom: -29px; } }
      @media (min-width: 1600px) {
        .m-page-hero-dentist ul.elementeContainer li.text .schrift {
          width: 1080px;
          right: -73px;
          bottom: 139px; } }
      @media (min-width: 1900px) {
        .m-page-hero-dentist ul.elementeContainer li.text .schrift {
          width: 1240px;
          right: -35px;
          bottom: 137px; } }
      @media (min-width: 2000px) {
        .m-page-hero-dentist ul.elementeContainer li.text .schrift {
          width: 1380px;
          right: 100px;
          bottom: 43px; } }
    .m-page-hero-dentist ul.elementeContainer li.bluebar .blue {
      background-color: rgba(38, 163, 224, 0.2);
      position: absolute;
      left: 43px;
      top: 230px;
      width: 205px;
      height: 19px; }
      @media (min-width: 576px) {
        .m-page-hero-dentist ul.elementeContainer li.bluebar .blue {
          left: 43px;
          top: 230px;
          width: 205px;
          height: 25px; } }
      @media (min-width: 768px) {
        .m-page-hero-dentist ul.elementeContainer li.bluebar .blue {
          left: 52px;
          top: 248px;
          width: 275px;
          height: 34px; } }
      @media (min-width: 992px) {
        .m-page-hero-dentist ul.elementeContainer li.bluebar .blue {
          left: 59px;
          top: 316px;
          width: 447px;
          height: 43px; } }
      @media (min-width: 1200px) {
        .m-page-hero-dentist ul.elementeContainer li.bluebar .blue {
          width: 527px;
          height: 44px;
          left: 118px;
          top: 316px; } }
      @media (min-width: 1400px) {
        .m-page-hero-dentist ul.elementeContainer li.bluebar .blue {
          width: 527px;
          height: 44px;
          left: 118px;
          top: 316px; } }
      @media (min-width: 1600px) {
        .m-page-hero-dentist ul.elementeContainer li.bluebar .blue {
          width: 527px;
          height: 60px;
          left: 68px;
          top: 522px; } }
      @media (min-width: 1900px) {
        .m-page-hero-dentist ul.elementeContainer li.bluebar .blue {
          width: 527px;
          height: 60px;
          left: 78px;
          top: 522px; } }
      @media (min-width: 2200px) {
        .m-page-hero-dentist ul.elementeContainer li.bluebar .blue {
          width: 527px;
          height: 60px;
          left: 358px;
          top: 522px; } }
    .m-page-hero-dentist ul.elementeContainer li#particles-js {
      opacity: 0;
      -webkit-transform: translatez(0);
      transform: translatez(0);
      position: absolute;
      left: 0;
      top: 0; }
      .m-page-hero-dentist ul.elementeContainer li#particles-js canvas {
        -webkit-transform: translatez(0);
        transform: translatez(0); }
    .m-page-hero-dentist ul.elementeContainer li.iconContainer .icon {
      position: absolute;
      left: 44px;
      top: 188px;
      width: 62px;
      -webkit-transform: translatez(0);
      transform: translatez(0); }
      @media (min-width: 576px) {
        .m-page-hero-dentist ul.elementeContainer li.iconContainer .icon {
          left: 47px;
          top: 190px;
          width: 62px; } }
      @media (min-width: 768px) {
        .m-page-hero-dentist ul.elementeContainer li.iconContainer .icon {
          left: 57px;
          top: 182px;
          width: 87px; } }
      @media (min-width: 992px) {
        .m-page-hero-dentist ul.elementeContainer li.iconContainer .icon {
          left: 68px;
          top: 203px;
          width: 147px; } }
      @media (min-width: 1200px) {
        .m-page-hero-dentist ul.elementeContainer li.iconContainer .icon {
          left: 124px;
          top: 217px;
          width: 138px; } }
      @media (min-width: 1400px) {
        .m-page-hero-dentist ul.elementeContainer li.iconContainer .icon {
          left: 124px;
          top: 213px;
          width: 138px; } }
      @media (min-width: 1600px) {
        .m-page-hero-dentist ul.elementeContainer li.iconContainer .icon {
          left: 83px;
          top: 406px;
          width: 158px; } }
      @media (min-width: 1900px) {
        .m-page-hero-dentist ul.elementeContainer li.iconContainer .icon {
          left: 94px;
          top: 406px;
          width: 158px; } }
      @media (min-width: 2200px) {
        .m-page-hero-dentist ul.elementeContainer li.iconContainer .icon {
          left: 374px;
          top: 406px;
          width: 158px; } }

.m-page-hero-mobile-dentist {
  height: 715px;
  background-color: #141414;
  color: white;
  overflow: hidden;
  z-index: 1;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../images/hero-teaser/dentist/home_mobile_desntist.jpg"); }
  @media (min-width: 576px) {
    .m-page-hero-mobile-dentist {
      height: 715px; } }
  .m-page-hero-mobile-dentist .contentbox {
    padding: 150px 0 0 0;
    position: relative;
    width: 95%;
    margin: 0 auto; }
    .m-page-hero-mobile-dentist .contentbox .headlinecontainer:after {
      content: "";
      background-color: rgba(38, 163, 221, 0.2);
      position: absolute;
      left: -5px;
      bottom: -3px;
      width: 155px;
      height: 20px;
      z-index: -1; }
    .m-page-hero-mobile-dentist .contentbox .headlinecontainer {
      position: relative;
      padding-left: 70px; }
      .m-page-hero-mobile-dentist .contentbox .headlinecontainer .headline {
        font-family: "Qanelas-ExtraBold", Arial, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 23px;
        font-size: 1.4375rem;
        position: relative;
        z-index: 5;
        display: inline;
        line-height: normal;
        color: #24272b; }
    .m-page-hero-mobile-dentist .contentbox .subheadlinecontainer {
      width: 95%;
      padding-left: 13px;
      padding-top: 10px; }
      .m-page-hero-mobile-dentist .contentbox .subheadlinecontainer .subheadline {
        font-family: "Qanelas-SemiBold", Arial, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        font-size: 0.75rem;
        letter-spacing: 0.8px;
        color: #24272b; }
        @media (min-width: 576px) {
          .m-page-hero-mobile-dentist .contentbox .subheadlinecontainer .subheadline {
            font-size: 18px;
            font-size: 1.125rem;
            letter-spacing: 0.8px; } }
        @media (min-width: 768px) {
          .m-page-hero-mobile-dentist .contentbox .subheadlinecontainer .subheadline {
            letter-spacing: 1.9px;
            font-size: 17px;
            font-size: 1.0625rem; } }
    .m-page-hero-mobile-dentist .contentbox .logo {
      position: absolute;
      left: 0px;
      top: 97px;
      width: 62px;
      z-index: 10;
      top: unset;
      bottom: 3px; }
    .m-page-hero-mobile-dentist .contentbox .contactbutton {
      text-align: center;
      border-radius: 99999px;
      font-family: "Qanelas-SemiBold", Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 15px;
      font-size: 0.9375rem;
      position: absolute;
      box-shadow: -10px 10px 0px rgba(38, 163, 224, 0.2);
      background-color: #ff4d4d;
      padding: 15px 15px;
      letter-spacing: -0.2px;
      color: white;
      z-index: 10000000000;
      width: 100%;
      left: 0;
      bottom: 5%;
      right: 0;
      margin: 0 auto; }

/*--------------------------------- */
/*--------------------------------- */
/*- Hero Teaser Film -------------- */
/*--------------------------------- */
/*--------------------------------- */
.m-page-hero-officenight {
  height: 715px;
  background-color: #141414;
  color: white;
  overflow: hidden;
  z-index: 1;
  position: relative; }
  @media (min-width: 576px) {
    .m-page-hero-officenight {
      height: 986px; } }
  @media (min-width: 768px) {
    .m-page-hero-officenight {
      height: 986px; } }
  @media (min-width: 992px) {
    .m-page-hero-officenight {
      height: 800px; } }
  @media (min-width: 1200px) {
    .m-page-hero-officenight {
      height: 800px; } }
  .m-page-hero-officenight ul.elementeContainer {
    padding: 0; }
    .m-page-hero-officenight ul.elementeContainer li.contentboxHeadline .headlineContainer {
      position: absolute;
      left: 123px;
      top: 136px;
      width: 75%; }
      .m-page-hero-officenight ul.elementeContainer li.contentboxHeadline .headlineContainer .theheadlineOneLine {
        line-height: inherit; }
      .m-page-hero-officenight ul.elementeContainer li.contentboxHeadline .headlineContainer .theheadline {
        font-family: "Qanelas-SemiBold", Arial, sans-serif;
        font-style: normal;
        font-weight: normal;
        letter-spacing: 1.8px;
        font-size: 25px;
        font-size: 1.5625rem; }
      @media (min-width: 576px) {
        .m-page-hero-officenight ul.elementeContainer li.contentboxHeadline .headlineContainer {
          left: 123px;
          top: 138px; }
          .m-page-hero-officenight ul.elementeContainer li.contentboxHeadline .headlineContainer .theheadline {
            letter-spacing: 1.8px;
            font-size: 34px;
            font-size: 2.125rem; } }
      @media (min-width: 768px) {
        .m-page-hero-officenight ul.elementeContainer li.contentboxHeadline .headlineContainer {
          left: 157px;
          top: 154px; }
          .m-page-hero-officenight ul.elementeContainer li.contentboxHeadline .headlineContainer .theheadline {
            font-size: 44px;
            font-size: 2.75rem;
            letter-spacing: 1.8px; } }
      @media (min-width: 992px) {
        .m-page-hero-officenight ul.elementeContainer li.contentboxHeadline .headlineContainer {
          left: 220px;
          top: 245px; }
          .m-page-hero-officenight ul.elementeContainer li.contentboxHeadline .headlineContainer .theheadline {
            font-size: 60px;
            font-size: 3.75rem;
            letter-spacing: 8.1px; } }
      @media (min-width: 1200px) {
        .m-page-hero-officenight ul.elementeContainer li.contentboxHeadline .headlineContainer {
          left: 260px;
          top: 302px; }
          .m-page-hero-officenight ul.elementeContainer li.contentboxHeadline .headlineContainer .theheadline {
            font-size: 60px;
            font-size: 3.75rem;
            letter-spacing: 7.1px; } }
      @media (min-width: 1400px) {
        .m-page-hero-officenight ul.elementeContainer li.contentboxHeadline .headlineContainer {
          left: 260px;
          top: 305px; }
          .m-page-hero-officenight ul.elementeContainer li.contentboxHeadline .headlineContainer .theheadline {
            font-size: 60px;
            font-size: 3.75rem;
            letter-spacing: 7.1px; } }
      @media (min-width: 1600px) {
        .m-page-hero-officenight ul.elementeContainer li.contentboxHeadline .headlineContainer {
          left: 261px;
          top: 325px; }
          .m-page-hero-officenight ul.elementeContainer li.contentboxHeadline .headlineContainer .theheadline {
            letter-spacing: 7.1px;
            font-size: 80px;
            font-size: 5rem; } }
      @media (min-width: 1900px) {
        .m-page-hero-officenight ul.elementeContainer li.contentboxHeadline .headlineContainer {
          left: 531px;
          top: 325px; }
          .m-page-hero-officenight ul.elementeContainer li.contentboxHeadline .headlineContainer .theheadline {
            letter-spacing: 7.1px;
            font-size: 80px;
            font-size: 5rem; } }
    .m-page-hero-officenight ul.elementeContainer li.subheadline .textsubheadline {
      position: absolute;
      font-family: "Qanelas-SemiBold", Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 12px;
      font-size: 0.75rem;
      left: 56px;
      top: 173px;
      letter-spacing: 0.8px;
      width: 75%; }
      @media (min-width: 576px) {
        .m-page-hero-officenight ul.elementeContainer li.subheadline .textsubheadline {
          font-size: 18px;
          font-size: 1.125rem;
          letter-spacing: 0.8px;
          left: 59px;
          top: 183px; } }
      @media (min-width: 768px) {
        .m-page-hero-officenight ul.elementeContainer li.subheadline .textsubheadline {
          font-size: 22px;
          font-size: 1.375rem;
          letter-spacing: 0.8px;
          left: 70px;
          top: 204px; } }
      @media (min-width: 992px) {
        .m-page-hero-officenight ul.elementeContainer li.subheadline .textsubheadline {
          letter-spacing: 1.9px;
          font-size: 23px;
          font-size: 1.4375rem;
          left: 75px;
          top: 312px; } }
      @media (min-width: 1200px) {
        .m-page-hero-officenight ul.elementeContainer li.subheadline .textsubheadline {
          letter-spacing: 1.9px;
          font-size: 24px;
          font-size: 1.5rem;
          left: 137px;
          top: 375px; } }
      @media (min-width: 1400px) {
        .m-page-hero-officenight ul.elementeContainer li.subheadline .textsubheadline {
          letter-spacing: 1.9px;
          font-size: 24px;
          font-size: 1.5rem;
          left: 137px;
          top: 375px;
          width: 60%; } }
      @media (min-width: 1600px) {
        .m-page-hero-officenight ul.elementeContainer li.subheadline .textsubheadline {
          letter-spacing: 1.9px;
          font-size: 24px;
          font-size: 1.5rem;
          left: 105px;
          top: 403px; } }
      @media (min-width: 1900px) {
        .m-page-hero-officenight ul.elementeContainer li.subheadline .textsubheadline {
          letter-spacing: 1.9px;
          font-size: 24px;
          font-size: 1.5rem;
          left: 373px;
          top: 403px; } }
    .m-page-hero-officenight ul.elementeContainer li.buttonContainer .contactbutton {
      text-align: center;
      border-radius: 99999px;
      font-family: "Qanelas-SemiBold", Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      position: absolute;
      box-shadow: -10px 10px 0px rgba(38, 163, 224, 0.2);
      background-color: #ff4d4d;
      padding: 15px 27px;
      letter-spacing: -0.2px;
      color: white;
      z-index: 10000000000;
      pointer-events: all;
      -webkit-transition: all 2s ease;
      transition: all 0.3s ease;
      max-width: 335px;
      width: 100%;
      left: 0;
      top: 612px;
      right: 0;
      margin: 0 auto;
      white-space: break-spaces; }
      @media (min-width: 576px) {
        .m-page-hero-officenight ul.elementeContainer li.buttonContainer .contactbutton {
          width: 100%;
          left: 0;
          top: 852px;
          right: 0;
          margin: 0 auto; } }
      @media (min-width: 768px) {
        .m-page-hero-officenight ul.elementeContainer li.buttonContainer .contactbutton {
          max-width: 400px;
          left: 46px;
          top: 294px;
          padding: 15px 27px;
          right: inherit; } }
      @media (min-width: 992px) {
        .m-page-hero-officenight ul.elementeContainer li.buttonContainer .contactbutton {
          left: 46px;
          top: 404px;
          padding: 15px 27px; } }
      @media (min-width: 1200px) {
        .m-page-hero-officenight ul.elementeContainer li.buttonContainer .contactbutton {
          left: 125px;
          top: 464px;
          padding: 15px 27px; } }
      @media (min-width: 1400px) {
        .m-page-hero-officenight ul.elementeContainer li.buttonContainer .contactbutton {
          left: 126px;
          top: 450px;
          padding: 13px 25px; } }
      @media (min-width: 1600px) {
        .m-page-hero-officenight ul.elementeContainer li.buttonContainer .contactbutton {
          left: 102px;
          top: 485px;
          padding: 15px 28px; } }
      @media (min-width: 1900px) {
        .m-page-hero-officenight ul.elementeContainer li.buttonContainer .contactbutton {
          left: 364px;
          top: 465px;
          padding: 15px 28px; } }
    .m-page-hero-officenight ul.elementeContainer li.buttonContainer .contactbutton:hover {
      text-decoration: none;
      box-shadow: 0px 0px 0px rgba(38, 163, 224, 0.2); }
    .m-page-hero-officenight ul.elementeContainer li.bluebar {
      opacity: 0; }
      .m-page-hero-officenight ul.elementeContainer li.bluebar .blue {
        background-color: rgba(38, 163, 224, 0.2);
        position: absolute;
        left: 43px;
        top: 146px;
        width: 205px;
        height: 19px; }
        @media (min-width: 576px) {
          .m-page-hero-officenight ul.elementeContainer li.bluebar .blue {
            left: 43px;
            top: 147px;
            width: 205px;
            height: 25px; } }
        @media (min-width: 768px) {
          .m-page-hero-officenight ul.elementeContainer li.bluebar .blue {
            left: 52px;
            top: 158px;
            width: 275px;
            height: 34px; } }
        @media (min-width: 992px) {
          .m-page-hero-officenight ul.elementeContainer li.bluebar .blue {
            left: 59px;
            top: 249px;
            width: 447px;
            height: 43px; } }
        @media (min-width: 1200px) {
          .m-page-hero-officenight ul.elementeContainer li.bluebar .blue {
            width: 527px;
            height: 44px;
            left: 118px;
            top: 312px; } }
        @media (min-width: 1400px) {
          .m-page-hero-officenight ul.elementeContainer li.bluebar .blue {
            width: 527px;
            height: 44px;
            left: 118px;
            top: 312px; } }
        @media (min-width: 1600px) {
          .m-page-hero-officenight ul.elementeContainer li.bluebar .blue {
            width: 527px;
            height: 60px;
            left: 68px;
            top: 322px; } }
        @media (min-width: 1900px) {
          .m-page-hero-officenight ul.elementeContainer li.bluebar .blue {
            width: 527px;
            height: 60px;
            left: 358px;
            top: 322px; } }
@-webkit-keyframes officeNightCSSAnimation {
  0% {
    -webkit-filter: contrast(1) saturate(1) brightness(1);
    filter: contrast(1) saturate(1) brightness(1); }
  60% {
    -webkit-filter: contrast(1.1) saturate(1.1) brightness(1.1);
    filter: contrast(1.1) saturate(1.1) brightness(1.1); }
  80% {
    -webkit-filter: contrast(1) saturate(1) brightness(1);
    filter: contrast(1) saturate(1) brightness(1); } }
    .m-page-hero-officenight ul.elementeContainer li.panorama .panormaContainer .panoramaImage {
      -webkit-transform: translatez(0);
      transform: translatez(0);
      position: absolute;
      left: 0;
      width: 100%;
      height: auto;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      opacity: 0; }
      @media (min-width: 768px) {
        .m-page-hero-officenight ul.elementeContainer li.panorama .panormaContainer .panoramaImage {
          height: 110%;
          left: 50%;
          transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          top: -5%;
          width: auto; } }
      @media (min-width: 992px) {
        .m-page-hero-officenight ul.elementeContainer li.panorama .panormaContainer .panoramaImage {
          width: auto;
          height: 110%;
          left: 50%;
          transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          top: -5%; } }
      @media (min-width: 1200px) {
        .m-page-hero-officenight ul.elementeContainer li.panorama .panormaContainer .panoramaImage {
          animation: officeNightCSSAnimation 4s ease-in-out infinite;
          -webkit-animation: officeNightCSSAnimation 4s ease-in-out infinite; } }
    .m-page-hero-officenight ul.elementeContainer li#particles-js-officenight {
      -webkit-transform: translatez(0);
      transform: translatez(0);
      position: absolute;
      left: 0;
      top: 0; }
      .m-page-hero-officenight ul.elementeContainer li#particles-js-officenight canvas {
        -webkit-transform: translatez(0);
        transform: translatez(0); }
    .m-page-hero-officenight ul.elementeContainer li.iconContainer .icon {
      position: absolute;
      left: 44px;
      top: 100px;
      width: 62px;
      opacity: 0;
      -webkit-transform: translatez(0);
      transform: translatez(0); }
      @media (min-width: 576px) {
        .m-page-hero-officenight ul.elementeContainer li.iconContainer .icon {
          left: 47px;
          top: 105px;
          width: 62px; } }
      @media (min-width: 768px) {
        .m-page-hero-officenight ul.elementeContainer li.iconContainer .icon {
          left: 57px;
          top: 100px;
          width: 87px; } }
      @media (min-width: 992px) {
        .m-page-hero-officenight ul.elementeContainer li.iconContainer .icon {
          left: 68px;
          top: 138px;
          width: 147px; } }
      @media (min-width: 1200px) {
        .m-page-hero-officenight ul.elementeContainer li.iconContainer .icon {
          left: 124px;
          top: 208px;
          width: 138px; } }
      @media (min-width: 1400px) {
        .m-page-hero-officenight ul.elementeContainer li.iconContainer .icon {
          left: 124px;
          top: 208px;
          width: 138px; } }
      @media (min-width: 1600px) {
        .m-page-hero-officenight ul.elementeContainer li.iconContainer .icon {
          left: 83px;
          top: 206px;
          width: 158px; } }
      @media (min-width: 1900px) {
        .m-page-hero-officenight ul.elementeContainer li.iconContainer .icon {
          left: 374px;
          top: 206px;
          width: 158px; } }
  .m-page-hero-officenight ul#scene {
    padding: 0;
    position: absolute;
    left: 0;
    z-index: 10;
    width: 100%;
    pointer-events: none;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../../images/hero-teaser/officenight/load_3.jpg"); }
    @media (min-width: 576px) {
      .m-page-hero-officenight ul#scene {
        background-image: url("../../images/hero-teaser/officenight/load_3.jpg");
        background-position: bottom center;
        background-size: cover; } }
    @media (min-width: 768px) {
      .m-page-hero-officenight ul#scene {
        background-image: url("../../images/hero-teaser/officenight/load_2.jpg");
        background-position: bottom center;
        background-size: cover; } }
    @media (min-width: 992px) {
      .m-page-hero-officenight ul#scene {
        background-image: url("../../images/hero-teaser/officenight/load_1.jpg");
        background-position: bottom center;
        background-size: cover; } }
    @media (min-width: 1200px) {
      .m-page-hero-officenight ul#scene {
        background-image: url("../../images/hero-teaser/officenight/load_1.jpg");
        background-position: bottom center;
        background-size: cover; } }
    .m-page-hero-officenight ul#scene li {
      list-style: none;
      width: 100%;
      height: 100%; }
  @supports not (mix-blend-mode: multiply) {
    .m-page-hero-officenight .stoerer {
      display: none; } }

.m-page-hero-mobile-officenight {
  height: 715px;
  background-color: #141414;
  color: white;
  overflow: hidden;
  z-index: 1;
  position: relative;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../images/hero-teaser/officenight/office_mobile.jpg"); }
  @media (min-width: 576px) {
    .m-page-hero-mobile-officenight {
      height: 715px; } }
  .m-page-hero-mobile-officenight .contentbox {
    padding: 127px 0 0 0;
    position: relative;
    width: 95%;
    margin: 0 auto; }
    .m-page-hero-mobile-officenight .contentbox .headlinecontainer:after {
      content: "";
      background-color: rgba(38, 163, 221, 0.2);
      position: absolute;
      left: -5px;
      bottom: -3px;
      width: 155px;
      height: 20px;
      z-index: -1; }
    .m-page-hero-mobile-officenight .contentbox .headlinecontainer {
      position: relative;
      padding-left: 60px; }
      .m-page-hero-mobile-officenight .contentbox .headlinecontainer .headline {
        font-family: "Qanelas-ExtraBold", Arial, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 25px;
        font-size: 1.5625rem;
        position: relative;
        z-index: 5;
        display: inline;
        line-height: normal; }
    .m-page-hero-mobile-officenight .contentbox .subheadlinecontainer {
      width: 95%;
      padding-left: 13px;
      padding-top: 10px; }
      .m-page-hero-mobile-officenight .contentbox .subheadlinecontainer .subheadline {
        font-family: "Qanelas-SemiBold", Arial, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        font-size: 0.75rem;
        letter-spacing: 0.8px; }
        @media (min-width: 576px) {
          .m-page-hero-mobile-officenight .contentbox .subheadlinecontainer .subheadline {
            font-size: 18px;
            font-size: 1.125rem;
            letter-spacing: 0.8px; } }
        @media (min-width: 768px) {
          .m-page-hero-mobile-officenight .contentbox .subheadlinecontainer .subheadline {
            letter-spacing: 1.9px;
            font-size: 17px;
            font-size: 1.0625rem; } }
    .m-page-hero-mobile-officenight .contentbox .logo {
      position: absolute;
      left: 0px;
      top: 97px;
      width: 62px;
      z-index: 10;
      top: unset;
      bottom: 3px; }
    .m-page-hero-mobile-officenight .contentbox .contactbutton {
      text-align: center;
      border-radius: 99999px;
      font-family: "Qanelas-SemiBold", Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 15px;
      font-size: 0.9375rem;
      position: absolute;
      box-shadow: -10px 10px 0px rgba(38, 163, 224, 0.2);
      background-color: #ff4d4d;
      padding: 15px 15px;
      letter-spacing: -0.2px;
      color: white;
      z-index: 10000000000;
      width: 100%;
      left: 0;
      bottom: 5%;
      right: 0;
      margin: 0 auto; }
