@charset "UTF-8";
/* Elements */
/* Google fonts */
@import "//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css";
@font-face {
  font-family: 'GT-America';
  src: url("../fonts/GT-America-Standard-Regular.woff") format("woff");
  font-weight: 400; }

@font-face {
  font-family: 'GT-America';
  src: url("../fonts/GT-America-Standard-Medium.woff") format("woff");
  font-weight: 500; }

@font-face {
  font-family: 'GT-America';
  src: url("../fonts/GT-America-Standard-Bold.woff") format("woff");
  font-weight: 700; }

@font-face {
  font-family: 'GT-America-Mono';
  src: url("../fonts/GT-America-Mono-Regular.woff") format("woff");
  font-weight: 400; }

@font-face {
  font-family: 'GT-America-Mono';
  src: url("../fonts/GT-America-Mono-Medium.woff") format("woff");
  font-weight: 500; }

@font-face {
  font-family: 'GT-America-Mono';
  src: url("../fonts/GT-America-Mono-Bold.woff") format("woff");
  font-weight: 700; }

/* Bootstrap */
/* Taken from bootstrap-grid.scss */
@-ms-viewport {
  width: device-width; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

/*!
 * Bootstrap v4.1.3 (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-xxs: 0;
  --breakpoint-xs: 460px;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 960px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

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

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

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

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

hr {
  -webkit-box-sizing: content-box;
          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;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; }

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

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; }
  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: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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: 0.5rem; }

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

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

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

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"] {
  -webkit-box-sizing: border-box;
          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-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-weight: 500;
  line-height: 1.2; }

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

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

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

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

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

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

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

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

.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 680px; } }
  @media (min-width: 960px) {
    .container {
      max-width: 920px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1200px; } }

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

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }

.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-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs,
.col-xs-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%;
  padding-right: 10px;
  padding-left: 10px; }

.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: 100%; }

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

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

.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.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

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

.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.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

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

.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.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 460px) {
  .col-xs {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xs-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xs-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xs-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xs-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xs-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xs-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xs-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xs-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xs-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xs-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xs-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xs-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xs-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xs-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xs-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xs-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xs-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xs-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xs-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xs-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xs-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xs-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xs-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xs-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xs-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xs-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xs-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xs-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xs-0 {
    margin-left: 0; }
  .offset-xs-1 {
    margin-left: 8.33333%; }
  .offset-xs-2 {
    margin-left: 16.66667%; }
  .offset-xs-3 {
    margin-left: 25%; }
  .offset-xs-4 {
    margin-left: 33.33333%; }
  .offset-xs-5 {
    margin-left: 41.66667%; }
  .offset-xs-6 {
    margin-left: 50%; }
  .offset-xs-7 {
    margin-left: 58.33333%; }
  .offset-xs-8 {
    margin-left: 66.66667%; }
  .offset-xs-9 {
    margin-left: 75%; }
  .offset-xs-10 {
    margin-left: 83.33333%; }
  .offset-xs-11 {
    margin-left: 91.66667%; } }

@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: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .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.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .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.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .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.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@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: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .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.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .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.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .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.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 960px) {
  .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: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .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.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .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.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .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.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@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: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .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.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .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.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .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.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

.table-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-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

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

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

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

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff; }

.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-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb; }

.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-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

.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-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

.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-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

.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-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

.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-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.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-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.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: #343a40;
  border-color: #454d55; }

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

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .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 {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 459.98px) {
  .table-responsive-xs {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xs > .table-bordered {
      border: 0; } }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .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; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 959.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .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; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      -webkit-transition: none;
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

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

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

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.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 {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 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 {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 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 {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 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 {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 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 {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 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 {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
            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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
            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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
            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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

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

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
            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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
            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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
            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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

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

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

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

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

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      transition: none; } }

.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;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #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; }

.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: 10px; }
  @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: -10px;
      margin-left: -10px; }
      .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: 10px;
        margin-bottom: 0;
        margin-left: 10px; } }

.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: 10px; }
  @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:not(:last-child) {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:not(:last-child) .card-img-top,
          .card-group > .card:not(:last-child) .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:not(:last-child) .card-img-bottom,
          .card-group > .card:not(:last-child) .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:not(:first-child) {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:not(:first-child) .card-img-top,
          .card-group > .card:not(:first-child) .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:not(:first-child) .card-img-bottom,
          .card-group > .card:not(:first-child) .card-footer {
            border-bottom-left-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;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion > .card {
  overflow: hidden; }
  .accordion > .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0; }
  .accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0; }
  .accordion > .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion > .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .accordion > .card .card-header {
    margin-bottom: -1px; }

.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 {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

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

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

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

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

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

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.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% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    -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;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.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;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  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: 25px;
  border-bottom: 0 solid #dee2e6;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
  .modal-header .close {
    padding: 25px;
    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: 0 50px 50px 50px; }

.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: 0 50px 50px 50px;
  border-top: 0 solid #dee2e6;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
  .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-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 960px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.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-sm {
  border-radius: 0.2rem !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-lg {
  border-radius: 0.3rem !important; }

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

.rounded-pill {
  border-radius: 50rem !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: 460px) {
  .d-xs-none {
    display: none !important; }
  .d-xs-inline {
    display: inline !important; }
  .d-xs-inline-block {
    display: inline-block !important; }
  .d-xs-block {
    display: block !important; }
  .d-xs-table {
    display: table !important; }
  .d-xs-table-row {
    display: table-row !important; }
  .d-xs-table-cell {
    display: table-cell !important; }
  .d-xs-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xs-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: 960px) {
  .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.85714%; }

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

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !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: 460px) {
  .flex-xs-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xs-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xs-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xs-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xs-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xs-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xs-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-xs-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xs-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xs-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xs-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xs-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-xs-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xs-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xs-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xs-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xs-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xs-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xs-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xs-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xs-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xs-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xs-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xs-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xs-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xs-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xs-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xs-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xs-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xs-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xs-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xs-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xs-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xs-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; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !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; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !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: 960px) {
  .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; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !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; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !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: 460px) {
  .float-xs-left {
    float: left !important; }
  .float-xs-right {
    float: right !important; }
  .float-xs-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: 960px) {
  .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; } }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !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, .ce_form .widget:not(.widget-upload):not(.widget-radio):not(.widget-checkbox) label,
.mod_login .widget:not(.widget-upload):not(.widget-radio):not(.widget-checkbox) label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

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

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

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

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

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

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

.w-auto {
  width: auto !important; }

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

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

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

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

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.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-n1 {
  margin: -0.25rem !important; }

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

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

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

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

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

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

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

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

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

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

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

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

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

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

.ml-n5,
.mx-n5 {
  margin-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: 460px) {
  .m-xs-0 {
    margin: 0 !important; }
  .mt-xs-0,
  .my-xs-0 {
    margin-top: 0 !important; }
  .mr-xs-0,
  .mx-xs-0 {
    margin-right: 0 !important; }
  .mb-xs-0,
  .my-xs-0 {
    margin-bottom: 0 !important; }
  .ml-xs-0,
  .mx-xs-0 {
    margin-left: 0 !important; }
  .m-xs-1 {
    margin: 0.25rem !important; }
  .mt-xs-1,
  .my-xs-1 {
    margin-top: 0.25rem !important; }
  .mr-xs-1,
  .mx-xs-1 {
    margin-right: 0.25rem !important; }
  .mb-xs-1,
  .my-xs-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xs-1,
  .mx-xs-1 {
    margin-left: 0.25rem !important; }
  .m-xs-2 {
    margin: 0.5rem !important; }
  .mt-xs-2,
  .my-xs-2 {
    margin-top: 0.5rem !important; }
  .mr-xs-2,
  .mx-xs-2 {
    margin-right: 0.5rem !important; }
  .mb-xs-2,
  .my-xs-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xs-2,
  .mx-xs-2 {
    margin-left: 0.5rem !important; }
  .m-xs-3 {
    margin: 1rem !important; }
  .mt-xs-3,
  .my-xs-3 {
    margin-top: 1rem !important; }
  .mr-xs-3,
  .mx-xs-3 {
    margin-right: 1rem !important; }
  .mb-xs-3,
  .my-xs-3 {
    margin-bottom: 1rem !important; }
  .ml-xs-3,
  .mx-xs-3 {
    margin-left: 1rem !important; }
  .m-xs-4 {
    margin: 1.5rem !important; }
  .mt-xs-4,
  .my-xs-4 {
    margin-top: 1.5rem !important; }
  .mr-xs-4,
  .mx-xs-4 {
    margin-right: 1.5rem !important; }
  .mb-xs-4,
  .my-xs-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xs-4,
  .mx-xs-4 {
    margin-left: 1.5rem !important; }
  .m-xs-5 {
    margin: 3rem !important; }
  .mt-xs-5,
  .my-xs-5 {
    margin-top: 3rem !important; }
  .mr-xs-5,
  .mx-xs-5 {
    margin-right: 3rem !important; }
  .mb-xs-5,
  .my-xs-5 {
    margin-bottom: 3rem !important; }
  .ml-xs-5,
  .mx-xs-5 {
    margin-left: 3rem !important; }
  .p-xs-0 {
    padding: 0 !important; }
  .pt-xs-0,
  .py-xs-0 {
    padding-top: 0 !important; }
  .pr-xs-0,
  .px-xs-0 {
    padding-right: 0 !important; }
  .pb-xs-0,
  .py-xs-0 {
    padding-bottom: 0 !important; }
  .pl-xs-0,
  .px-xs-0 {
    padding-left: 0 !important; }
  .p-xs-1 {
    padding: 0.25rem !important; }
  .pt-xs-1,
  .py-xs-1 {
    padding-top: 0.25rem !important; }
  .pr-xs-1,
  .px-xs-1 {
    padding-right: 0.25rem !important; }
  .pb-xs-1,
  .py-xs-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xs-1,
  .px-xs-1 {
    padding-left: 0.25rem !important; }
  .p-xs-2 {
    padding: 0.5rem !important; }
  .pt-xs-2,
  .py-xs-2 {
    padding-top: 0.5rem !important; }
  .pr-xs-2,
  .px-xs-2 {
    padding-right: 0.5rem !important; }
  .pb-xs-2,
  .py-xs-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xs-2,
  .px-xs-2 {
    padding-left: 0.5rem !important; }
  .p-xs-3 {
    padding: 1rem !important; }
  .pt-xs-3,
  .py-xs-3 {
    padding-top: 1rem !important; }
  .pr-xs-3,
  .px-xs-3 {
    padding-right: 1rem !important; }
  .pb-xs-3,
  .py-xs-3 {
    padding-bottom: 1rem !important; }
  .pl-xs-3,
  .px-xs-3 {
    padding-left: 1rem !important; }
  .p-xs-4 {
    padding: 1.5rem !important; }
  .pt-xs-4,
  .py-xs-4 {
    padding-top: 1.5rem !important; }
  .pr-xs-4,
  .px-xs-4 {
    padding-right: 1.5rem !important; }
  .pb-xs-4,
  .py-xs-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xs-4,
  .px-xs-4 {
    padding-left: 1.5rem !important; }
  .p-xs-5 {
    padding: 3rem !important; }
  .pt-xs-5,
  .py-xs-5 {
    padding-top: 3rem !important; }
  .pr-xs-5,
  .px-xs-5 {
    padding-right: 3rem !important; }
  .pb-xs-5,
  .py-xs-5 {
    padding-bottom: 3rem !important; }
  .pl-xs-5,
  .px-xs-5 {
    padding-left: 3rem !important; }
  .m-xs-n1 {
    margin: -0.25rem !important; }
  .mt-xs-n1,
  .my-xs-n1 {
    margin-top: -0.25rem !important; }
  .mr-xs-n1,
  .mx-xs-n1 {
    margin-right: -0.25rem !important; }
  .mb-xs-n1,
  .my-xs-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xs-n1,
  .mx-xs-n1 {
    margin-left: -0.25rem !important; }
  .m-xs-n2 {
    margin: -0.5rem !important; }
  .mt-xs-n2,
  .my-xs-n2 {
    margin-top: -0.5rem !important; }
  .mr-xs-n2,
  .mx-xs-n2 {
    margin-right: -0.5rem !important; }
  .mb-xs-n2,
  .my-xs-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xs-n2,
  .mx-xs-n2 {
    margin-left: -0.5rem !important; }
  .m-xs-n3 {
    margin: -1rem !important; }
  .mt-xs-n3,
  .my-xs-n3 {
    margin-top: -1rem !important; }
  .mr-xs-n3,
  .mx-xs-n3 {
    margin-right: -1rem !important; }
  .mb-xs-n3,
  .my-xs-n3 {
    margin-bottom: -1rem !important; }
  .ml-xs-n3,
  .mx-xs-n3 {
    margin-left: -1rem !important; }
  .m-xs-n4 {
    margin: -1.5rem !important; }
  .mt-xs-n4,
  .my-xs-n4 {
    margin-top: -1.5rem !important; }
  .mr-xs-n4,
  .mx-xs-n4 {
    margin-right: -1.5rem !important; }
  .mb-xs-n4,
  .my-xs-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xs-n4,
  .mx-xs-n4 {
    margin-left: -1.5rem !important; }
  .m-xs-n5 {
    margin: -3rem !important; }
  .mt-xs-n5,
  .my-xs-n5 {
    margin-top: -3rem !important; }
  .mr-xs-n5,
  .mx-xs-n5 {
    margin-right: -3rem !important; }
  .mb-xs-n5,
  .my-xs-n5 {
    margin-bottom: -3rem !important; }
  .ml-xs-n5,
  .mx-xs-n5 {
    margin-left: -3rem !important; }
  .m-xs-auto {
    margin: auto !important; }
  .mt-xs-auto,
  .my-xs-auto {
    margin-top: auto !important; }
  .mr-xs-auto,
  .mx-xs-auto {
    margin-right: auto !important; }
  .mb-xs-auto,
  .my-xs-auto {
    margin-bottom: auto !important; }
  .ml-xs-auto,
  .mx-xs-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-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-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-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-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: 960px) {
  .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-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-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-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-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-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !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: 460px) {
  .text-xs-left {
    text-align: left !important; }
  .text-xs-right {
    text-align: right !important; }
  .text-xs-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: 960px) {
  .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-lighter {
  font-weight: lighter !important; }

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

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !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: #0056b3 !important; }

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

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

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

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

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

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

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

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

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

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

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

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

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

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

/* Reset */
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0; }

ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

a:hover {
  text-decoration: none;
  color: inherit; }

p {
  margin: 0; }

body {
  line-height: 1; }

input,
textarea {
  border: 0; }

figure {
  margin: 0; }

button {
  border: 0; }

.modal-header {
  padding-bottom: 0; }

/* Settings */
h1, h2, h3 {
  margin-bottom: 0px; }

h1, .h1 {
  font-size: 68px;
  line-height: 72px;
  color: #ddd;
  font-family: 'GT-America', sans-serif;
  font-weight: 500;
  font-style: normal; }
  @media (max-width: 959.98px) {
    h1, .h1 {
      font-size: 64px;
      line-height: 68px; } }
  @media (max-width: 767.98px) {
    h1, .h1 {
      font-size: 40px;
      line-height: 46px; } }

h2, .h2 {
  font-size: 36px;
  color: #000;
  line-height: 40px;
  font-family: 'GT-America', sans-serif;
  font-weight: 700;
  font-style: normal; }
  @media (max-width: 767.98px) {
    h2, .h2 {
      font-size: 28px;
      line-height: 34px; } }

h3, .h3 {
  font-size: 24px;
  color: #000;
  line-height: 30px;
  font-family: 'GT-America', sans-serif;
  font-weight: 700;
  font-style: normal; }
  @media (max-width: 767.98px) {
    h3, .h3 {
      font-size: 20px; } }

h4, .h4 {
  font-size: 20px;
  font-family: 'GT-America', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000;
  line-height: 28px; }

h5 {
  font-size: 20px;
  font-family: 'GT-America', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000;
  line-height: 28px; }

.ce_hyperlink h2, .ce_hyperlink h3, .ce_hyperlink h4,
.ce_download h2,
.ce_download h3,
.ce_download h4,
.ce_downloads h2,
.ce_downloads h3,
.ce_downloads h4,
.ce_list h2,
.ce_list h3,
.ce_list h4,
.ce_text h2,
.ce_text h3,
.ce_text h4 {
  display: block;
  margin-bottom: 16px;
  max-width: 1000px; }

.h-dev-breakpoint {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background-color: white;
  padding: 5px;
  width: 60px;
  height: 25px;
  border: 1px solid black;
  font-size: 15px; }
  @media (max-width: 459.98px) {
    .h-dev-breakpoint:after {
      content: 'xxs'; } }
  @media (min-width: 460px) and (max-width: 575.98px) {
    .h-dev-breakpoint:after {
      content: 'xs'; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .h-dev-breakpoint:after {
      content: 'sm'; } }
  @media (min-width: 768px) and (max-width: 959.98px) {
    .h-dev-breakpoint:after {
      content: 'md'; } }
  @media (min-width: 960px) and (max-width: 1199.98px) {
    .h-dev-breakpoint:after {
      content: 'lg'; } }
  @media (min-width: 1200px) {
    .h-dev-breakpoint:after {
      content: 'xl'; } }

.h-invisible {
  visibility: hidden; }

.h-hidden {
  display: none; }

.h-center-content {
  text-align: center; }

.h-hide-xs {
  display: block; }
  @media (max-width: 767.98px) {
    .h-hide-xs {
      display: none; } }

.h-skip {
  position: absolute;
  top: -32768px;
  left: -32768px;
  z-index: 100000; }

.h-skip:focus,
.h-skip:active {
  position: static;
  top: 0;
  left: 0; }

.h-skiplinks {
  position: absolute;
  top: 0;
  left: -32768px;
  z-index: 1000000;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  border-bottom: 1px solid black; }

.h-skiplinks .h-skip:focus,
.h-skiplinks .h-skip:active {
  left: 32768px;
  outline: 0 none;
  position: absolute;
  width: 100%; }

.h-skiplinks .h-skip {
  background-color: white;
  padding: 4px 0;
  border-bottom: 1px solid black; }

/* Slick carousel */
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "_slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 70px; }

.slick-dots {
  position: absolute;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: auto; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 6px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 10px;
      width: 10px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      cursor: pointer;
      padding: 0;
      background: rgba(160, 225, 40, 0.3); }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
    .slick-dots li.slick-active button {
      background: #A0E128; }

/* General definitions */
body {
  background-color: #fff; }

@media (max-width: 575.98px) {
  .container {
    padding: 0 15px; } }

@media (max-width: 767.98px) {
  .col-md-6 {
    margin-bottom: 30px; }
    .ce_form .col-md-6 {
      margin-bottom: 0; } }

@media (max-width: 1199.98px) {
  .col-md-spacer-bottom {
    margin-bottom: 45px; } }

.fr-main-content {
  position: relative;
  z-index: 1; }

.fr-container-inside {
  position: relative;
  height: inherit; }

.fr-main-column {
  padding-top: 45px;
  overflow: hidden; }
  @media (min-width: 960px) {
    .fr-main-column {
      padding-right: 50px; } }

.fr-rc-column {
  padding-top: 45px; }

.fr-container__inside > :last-child {
  margin-bottom: 0; }

.fr-container__outside {
  overflow-x: hidden; }

.fr-container-color-standard {
  background-color: #efeff0; }

.fr-container-color-1 {
  background-color: #efeff0; }

.fr-container-color-2 {
  background-color: #efeff0; }

.fr-container__outside--two-colors {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (min-width: 960px) {
    .fr-container__outside--two-colors {
      background: url("/images/framework/bg_socialmedia.png") repeat-y center center;
      background-size: 100% 1px;
      padding-top: 0;
      padding-bottom: 0; }
      .fr-container__outside--two-colors .col-lg-4 {
        background-color: #63666a; } }

.fr-two-colors-container {
  padding-top: 50px;
  padding-bottom: 50px;
  height: 100%; }
  @media (max-width: 959.98px) {
    .fr-two-colors-container {
      padding-top: 0;
      padding-bottom: 0; } }
  @media (min-width: 960px) {
    .fr-two-colors-container--dark {
      background-color: #63666a; } }

.fr-container__outside--padding {
  padding-top: 50px;
  padding-bottom: 50px; }

.fr-container__outside--padding-top {
  padding-top: 50px; }

.fr-container__outside--padding-bottom {
  padding-bottom: 50px; }

.fr-container__outside--padding-top-large {
  padding-top: 70px; }

.fr-container__outside--padding-bottom-large {
  padding-bottom: 70px; }

.fr-container__outside--with-background {
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover; }

.fr-row--spacer-bottom {
  margin-bottom: 22.5px; }

.fr-layout-column-padding-left {
  padding-left: 16px; }

.fr-layout-column-padding-right {
  padding-right: 16px; }

.fr-inner-container {
  margin: 0 auto; }
  @media (min-width: 768px) and (max-width: 959.98px) {
    .fr-inner-container {
      max-width: 680px;
      padding: 0 10px; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .fr-inner-container {
      max-width: 540px;
      padding: 0 10px; } }

.fr-content-container {
  padding: 25px; }

.container__article {
  padding-top: 0px;
  padding-bottom: 120px; }
  @media (max-width: 959.98px) {
    .container__article {
      padding-top: 0px;
      padding-bottom: 100px; } }
  @media (max-width: 767.98px) {
    .container__article {
      padding-bottom: 80px; } }

@media (max-width: 767.98px) {
  .container {
    padding-left: 25px;
    padding-right: 25px; } }

#main .mod_article:first-child,
#main .mod_breadcrumb + .mod_article {
  padding-top: 120px; }
  @media (max-width: 959.98px) {
    #main .mod_article:first-child,
    #main .mod_breadcrumb + .mod_article {
      padding-top: 100px; } }
  @media (max-width: 767.98px) {
    #main .mod_article:first-child,
    #main .mod_breadcrumb + .mod_article {
      padding-top: 80px; } }

.home #main .mod_article:first-child,
.home #main .mod_breadcrumb + .mod_article {
  padding-top: 0px;
  position: relative; }

.home #main .mod_article:nth-child(2) {
  padding-top: 60px; }

#main .ce_text p {
  line-height: 30px;
  margin: 30px 0; }
  #main .ce_text p:last-child {
    margin-bottom: 0px; }
  #main .ce_text p:first-of-type {
    margin-top: 0px; }

#main .ce_text {
  width: 100%;
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  #main .ce_text b,
  #main .ce_text strong {
    font-weight: 600; }
  #main .ce_text.multi-column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 40px;
    max-width: 1150px; }
    #main .ce_text.multi-column p {
      margin: 0 0 30px 0; }
      #main .ce_text.multi-column p:last-child {
        margin-bottom: 0px; }
    @media (max-width: 959.98px) {
      #main .ce_text.multi-column {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0px;
        -moz-column-gap: 0px;
        column-gap: 0px; } }

@media (min-width: 960px) {
  #main .ce_argument.Gering, #main .ce_argument.Mittel, #main .ce_argument.Hoch, #main
  .ce_vendor.Gering, #main
  .ce_vendor.Mittel, #main
  .ce_vendor.Hoch {
    margin-bottom: 0; } }

.ce_argument p + p,
.ce_vendor p + p {
  margin-top: 12px; }

.ce_argument ul + p,
.ce_vendor ul + p {
  margin-top: 16px; }

.ce_headline,
.ce_text p,
.ce_text ul,
.ce_text ol {
  max-width: 1000px;
  width: 100%; }

.ce_download {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  font-family: 'GT-America', sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block; }
  .ce_download a {
    max-width: 400px;
    padding-right: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
    background-image: url("../img/download.svg");
    background-repeat: no-repeat;
    background-position: bottom 23px right;
    display: block;
    line-height: 30px; }

#main .ce_hyperlink {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 10px; }
  #main .ce_hyperlink a {
    font-family: 'GT-America', sans-serif;
    font-weight: 700;
    font-style: normal;
    background-repeat: no-repeat;
    display: inline-block;
    background-position: top 11px right;
    padding-right: 25px;
    line-height: 25px;
    background-image: url("../img/arrow-right-black.svg");
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out; }
    #main .ce_hyperlink a.externer:before {
      content: "";
      display: inline-block;
      width: 21px;
      height: 24px;
      background-image: url(../img/externer_link.svg);
      background-repeat: no-repeat;
      background-position: bottom left;
      margin-right: 15px;
      font-size: 20px;
      background-size: 18px; }
    #main .ce_hyperlink a.sprungmarke {
      background-image: url(../img/arrow-long-down-black.svg);
      background-repeat: no-repeat;
      background-position: bottom 18px right;
      padding-right: 40px;
      line-height: 30px;
      padding-bottom: 15px;
      border-bottom: 1px solid #000;
      padding-top: 5px;
      display: block;
      width: calc(100% - 40px);
      float: right;
      max-width: 400px; }
      @media (max-width: 959.98px) {
        #main .ce_hyperlink a.sprungmarke {
          width: 100%;
          float: none; } }
      #main .ce_hyperlink a.sprungmarke:hover {
        background-position: bottom 12px right; }
    #main .ce_hyperlink a:hover {
      padding-right: 40px;
      color: inherit; }
  #main .ce_hyperlink.button a {
    font-family: 'GT-America-Mono', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    background: #000;
    color: #fff;
    padding: 6px 20px 6px 40px;
    border: 1px solid #000;
    background-image: url(../img/arrow-right-white.svg);
    background-repeat: no-repeat;
    background-position: center left 10px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-size: 20px; }
    #main .ce_hyperlink.button a:hover {
      background-color: transparent;
      color: #000;
      background-image: url(../img/arrow-right-black.svg); }

.image-lightbox__modal .modal-header {
  padding: 0; }

.modal-header .close {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(100%, -100%);
          transform: translate(100%, -100%);
  width: 28px;
  height: 28px;
  margin: 0;
  padding: 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;
  font-size: 36px;
  opacity: 1;
  color: white;
  text-shadow: none; }
  @media (max-width: 575.98px) {
    .modal-header .close {
      -webkit-transform: translate(0, -100%);
              transform: translate(0, -100%); } }

.modal-footer {
  display: block;
  padding: 16px 24px;
  background: #f5f5f5;
  font-size: 14px;
  font-family: 'GT-America-Mono', sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 20px; }

.ce_image {
  width: 100%;
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  .ce_image:not(.full-width) {
    max-width: 800px; }
  @media (min-width: 768px) and (max-width: 959.98px) {
    .ce_image .image_container {
      max-width: 400px;
      margin-left: auto;
      margin-right: auto; } }
  .ce_image img {
    display: block;
    height: auto;
    max-width: 100%; }
  .ce_image figcaption {
    font-size: 14px;
    font-family: 'GT-America-Mono', sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 20px;
    margin-top: 10px; }
  .ce_image .btn.btn-link {
    padding: 0;
    border: 0 none; }
  .ce_image .image-lightbox__show:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 26px;
    height: 26px;
    background-color: black;
    background-image: url("../img/enlarge-white.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px; }
  .ce_image.outline .image_container > div {
    padding: 2px; }
    .ce_image.outline .image_container > div:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      pointer-events: none;
      border: 2px solid #f5f5f5; }

.ce_list {
  max-width: 1000px;
  width: 100%;
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }

.ce_text ul,
.ce_list ul,
.ce_argument,
.ce_servicebox {
  padding: 0;
  margin: 0; }
  .ce_text ul li,
  .ce_list ul li,
  .ce_argument li,
  .ce_servicebox li {
    line-height: 28px;
    margin-bottom: 15px;
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: top 8px left;
    background-image: url("../img/liststyle.svg"); }
    .ce_text ul li:last-child,
    .ce_list ul li:last-child,
    .ce_argument li:last-child,
    .ce_servicebox li:last-child {
      margin-bottom: 0px; }
    .ce_text ul li ul,
    .ce_list ul li ul,
    .ce_argument li ul,
    .ce_servicebox li ul {
      margin-top: 18px; }
      .ce_text ul li ul li,
      .ce_list ul li ul li,
      .ce_argument li ul li,
      .ce_servicebox li ul li {
        margin-bottom: 8px; }

.ce_text ol,
.ce_list ol {
  padding: 0 0 0 20px;
  margin: 0; }
  .ce_text ol li,
  .ce_list ol li {
    line-height: 28px;
    margin-bottom: 15px;
    padding-left: 20px; }

.ce_text table,
.ce_table table {
  width: 100%;
  line-height: 1.5;
  font-variant-numeric: lining-nums tabular-nums; }
  .ce_text table td,
  .ce_text table th,
  .ce_table table td,
  .ce_table table th {
    padding: 12px 10px;
    background: #f5f5f5;
    vertical-align: top; }
  .ce_text table td,
  .ce_table table td {
    font-size: 18px; }
  .ce_text table th,
  .ce_text table thead td,
  .ce_table table th,
  .ce_table table thead td {
    font-size: 14px;
    font-weight: normal; }
  .ce_text table tr + tr,
  .ce_text table thead + tbody tr,
  .ce_table table tr + tr,
  .ce_table table thead + tbody tr {
    border-top: 2px solid white; }

.dz_stage {
  position: relative;
  width: 100%;
  height: 600px;
  background: black; }
  @media (max-width: 767.98px) {
    .dz_stage {
      height: 556px; } }
  .dz_stage .container,
  .dz_stage .row {
    height: 100%;
    z-index: 5;
    position: relative; }
  .dz_stage .dz_stage__background {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 161px);
    z-index: 0;
    overflow: hidden; }
    @media (max-width: 767.98px) {
      .dz_stage .dz_stage__background {
        height: calc(100% - 96px); } }
  .dz_stage .dz_stage__gradient:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(black), to(transparent));
    background-image: linear-gradient(to top, black, transparent);
    opacity: 0.8; }
  .dz_stage .dz_stage__gradient.dz_stage__blacktext:before {
    background-image: -webkit-gradient(linear, left bottom, left top, from(white), to(transparent));
    background-image: linear-gradient(to top, white, transparent); }
  .dz_stage .dz_stage__content {
    max-width: 788px;
    width: calc(100% - 20px);
    position: absolute;
    bottom: 40px;
    left: 10px;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    color: #fff;
    z-index: 10; }
    @media (max-width: 767.98px) {
      .dz_stage .dz_stage__content {
        bottom: 40px;
        width: 100%;
        font-size: 20px;
        line-height: 24px; } }
  .dz_stage .dz_stage__blacktext + .container .dz_stage__content {
    color: black; }
  .dz_stage .dz_stage__headline {
    font-family: 'GT-America', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 56px;
    line-height: 56px;
    display: block;
    margin-bottom: 16px;
    color: inherit; }
    @media (max-width: 767.98px) {
      .dz_stage .dz_stage__headline {
        font-size: 40px;
        line-height: 40px; } }

.ce_accordion {
  color: #000;
  width: 100%;
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  outline: none; }
  .ce_accordion .toggler {
    font-family: 'GT-America', sans-serif;
    font-weight: 700;
    font-style: normal;
    padding: 19px 30px 20px 0;
    border-top: 1px solid;
    outline: none;
    background-image: url("../img/arrow-down-black.svg");
    background-repeat: no-repeat;
    background-position: top 25px right;
    line-height: 24px;
    cursor: pointer; }
    .ce_accordion .toggler.ui-state-active {
      background-image: url("../img/arrow-up-black.svg");
      border-bottom: 1px solid; }
  .ce_accordion:first-child .toggler {
    border-top: none; }
  .ce_accordion .ui-accordion-content {
    padding-top: 22px;
    padding-bottom: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px; }
    .ce_accordion .ui-accordion-content > div {
      width: 100%; }
  .ce_accordion.ce_accordionSingle .ui-accordion-content > div {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px; }
    .ce_accordion.ce_accordionSingle .ui-accordion-content > div p:first-child {
      margin-top: 0px !important; }
  .ce_accordion.cta .toggler {
    background: transparent;
    padding: 23px 35px 22px 35px !important;
    min-width: 400px;
    max-width: 100%;
    float: none;
    display: inline-block;
    width: auto;
    text-align: center;
    font-family: 'GT-America-Mono', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px; }
    @media (max-width: 767.98px) {
      .ce_accordion.cta .toggler {
        min-width: 200px;
        width: 100%; } }
    .ce_accordion.cta .toggler span {
      display: inline-block; }
      .ce_accordion.cta .toggler span.ui-icon {
        display: none; }
      .ce_accordion.cta .toggler span:after {
        content: "";
        display: inline-block;
        width: 20px;
        height: 12px;
        margin-left: 15px;
        background-image: url(../img/arrow-down-white.svg);
        background-repeat: no-repeat;
        background-position: center; }
    .ce_accordion.cta .toggler.ui-state-active span:after {
      background-image: url(../img/arrow-up-white.svg); }
  .ce_accordion.cta.bg-Weiss .toggler {
    background: #fff; }
    .ce_accordion.cta.bg-Weiss .toggler span:after {
      background-image: url(../img/arrow-down-black.svg);
      background-repeat: no-repeat;
      background-position: center; }
    .ce_accordion.cta.bg-Weiss .toggler.ui-state-active span:after {
      background-image: url(../img/arrow-up-black.svg); }
  .ce_accordion.cta.bg-Schwarz .toggler {
    background: #000;
    color: #fff; }
  .ce_accordion.cta.bg-Violett .toggler {
    background: #6e2dc8;
    color: #fff; }
  .ce_accordion.cta.bg-Pink .toggler {
    background: #b42dc8;
    color: #fff; }
  .ce_accordion.cta.bg-Tuerkis .toggler {
    background: #00d2be;
    color: #fff; }
  .ce_accordion.cta.bg-Blau .toggler {
    background: #0000ff;
    color: #fff; }
  .ce_accordion.cta.bg-Gruen .toggler {
    background: #a0e128; }
    .ce_accordion.cta.bg-Gruen .toggler span:after {
      background-image: url(../img/arrow-down-black.svg);
      background-repeat: no-repeat;
      background-position: center; }
  .ce_accordion.cta.bg-Gelb .toggler {
    background: #fff000; }
    .ce_accordion.cta.bg-Gelb .toggler span:after {
      background-image: url(../img/arrow-down-black.svg);
      background-repeat: no-repeat;
      background-position: center; }
  .ce_accordion.cta.bg-Grau .toggler {
    background: #f5f5f5; }
    .ce_accordion.cta.bg-Grau .toggler span:after {
      background-image: url(../img/arrow-down-black.svg);
      background-repeat: no-repeat;
      background-position: center; }

.ce_accordion__farbe .ce_accordion .toggler {
  border-bottom: 1px solid; }

.ce_accordion__farbe .ce_accordion .ui-accordion-content {
  margin: 0; }

.ce_accordion__farbe:last-of-type .ce_accordion .toggler {
  border-bottom: none; }

#main .ce_ContentPhone {
  max-width: 1000px;
  padding: 30px 30px 40px 30px;
  width: 100%;
  position: relative;
  left: 10px;
  width: calc(100% - 20px); }
  #main .ce_ContentPhone p {
    font-size: 20px;
    line-height: 30px;
    max-width: 858px;
    margin: 30px 0; }
    #main .ce_ContentPhone p:first-of-type {
      margin-top: 0; }
  #main .ce_ContentPhone h2,
  #main .ce_ContentPhone h3,
  #main .ce_ContentPhone h4,
  #main .ce_ContentPhone h5 {
    font-size: 28px;
    line-height: 36px;
    display: block;
    margin-bottom: 15px;
    font-weight: 500;
    max-width: 858px; }
  #main .ce_ContentPhone .phone {
    font-size: 52px;
    font-weight: 500;
    line-height: 60px;
    display: block;
    margin-top: 25px; }
    @media (max-width: 767.98px) {
      #main .ce_ContentPhone .phone {
        font-size: 32px;
        line-height: 38px; } }
  #main .ce_ContentPhone.bg-Weiss {
    background: #fff; }
  #main .ce_ContentPhone.bg-Schwarz {
    background: #000;
    color: #fff; }
  #main .ce_ContentPhone.bg-Violett {
    background: #6e2dc8;
    color: #fff; }
  #main .ce_ContentPhone.bg-Pink {
    background: #b42dc8;
    color: #fff; }
  #main .ce_ContentPhone.bg-Tuerkis {
    background: #00d2be;
    color: #fff; }
  #main .ce_ContentPhone.bg-Blau {
    background: #0000ff;
    color: #fff; }
  #main .ce_ContentPhone.bg-Gruen {
    background: #a0e128; }
  #main .ce_ContentPhone.bg-Gelb {
    background: #fff000; }
  #main .ce_ContentPhone.bg-Grau {
    background: #f5f5f5; }
  #main .ce_ContentPhone.bg-Gruen *, #main .ce_ContentPhone.bg-Gruen *, #main .ce_ContentPhone.bg-Pink *, #main .ce_ContentPhone.bg-Violett *, #main .ce_ContentPhone.bg-Schwarz *, #main .ce_ContentPhone.bg-Tuerkis *, #main .ce_ContentPhone.bg-Blau * {
    color: inherit; }

#main .mod_article .ce_accordion__farbe {
  margin-bottom: -2px; }
  #main .mod_article .ce_accordion__farbe.open.bg-Weiss, #main .mod_article .ce_accordion__farbe.bg-Weiss:hover {
    background: #fff; }
  #main .mod_article .ce_accordion__farbe.open.bg-Schwarz, #main .mod_article .ce_accordion__farbe.bg-Schwarz:hover {
    background: #000;
    color: #fff; }
  #main .mod_article .ce_accordion__farbe.open.bg-Violett, #main .mod_article .ce_accordion__farbe.bg-Violett:hover {
    background: #6e2dc8;
    color: #fff; }
  #main .mod_article .ce_accordion__farbe.open.bg-Pink, #main .mod_article .ce_accordion__farbe.bg-Pink:hover {
    background: #b42dc8;
    color: #fff; }
  #main .mod_article .ce_accordion__farbe.open.bg-Tuerkis, #main .mod_article .ce_accordion__farbe.bg-Tuerkis:hover {
    background: #00d2be;
    color: #fff; }
  #main .mod_article .ce_accordion__farbe.open.bg-Gruen, #main .mod_article .ce_accordion__farbe.bg-Gruen:hover {
    background: #a0e128; }
  #main .mod_article .ce_accordion__farbe.open.bg-Gelb, #main .mod_article .ce_accordion__farbe.bg-Gelb:hover {
    background: #fff000; }
  #main .mod_article .ce_accordion__farbe.open.bg-Blau, #main .mod_article .ce_accordion__farbe.bg-Blau:hover {
    background: #0000ff;
    color: #fff; }
  #main .mod_article .ce_accordion__farbe:hover .toggler {
    border: none;
    background-image: url(../img/arrow-down-white.svg); }
  #main .mod_article .ce_accordion__farbe.bg-Gruen:hover .toggler {
    background-image: url(../img/arrow-down-black.svg); }
  #main .mod_article .ce_accordion__farbe.bg-Gelb:hover .toggler {
    background-image: url(../img/arrow-down-black.svg); }
  #main .mod_article .ce_accordion__farbe.open .toggler {
    background-image: url(../img/arrow-up-white.svg); }
  #main .mod_article .ce_accordion__farbe.bg-Gruen.open .toggler {
    background-image: url(../img/arrow-up-black.svg); }
  #main .mod_article .ce_accordion__farbe.bg-Gelb.open .toggler {
    background-image: url(../img/arrow-up-black.svg); }
  #main .mod_article .ce_accordion__farbe.bg-Gruen *, #main .mod_article .ce_accordion__farbe.bg-Gruen *, #main .mod_article .ce_accordion__farbe.bg-Pink *, #main .mod_article .ce_accordion__farbe.bg-Violett *, #main .mod_article .ce_accordion__farbe.bg-Schwarz *, #main .mod_article .ce_accordion__farbe.bg-Tuerkis *, #main .mod_article .ce_accordion__farbe.bg-Blau * {
    color: inherit; }
  #main .mod_article .ce_accordion__farbe.bg-Gruen ul li, #main .mod_article .ce_accordion__farbe.bg-Gruen ul li, #main .mod_article .ce_accordion__farbe.bg-Pink ul li, #main .mod_article .ce_accordion__farbe.bg-Violett ul li, #main .mod_article .ce_accordion__farbe.bg-Schwarz ul li, #main .mod_article .ce_accordion__farbe.bg-Tuerkis ul li, #main .mod_article .ce_accordion__farbe.bg-Blau ul li {
    background-image: url("../img/liststyle-white.svg"); }
  #main .mod_article .ce_accordion__farbe.open.bg-Gruen, #main .mod_article .ce_accordion__farbe.open.bg-Gruen, #main .mod_article .ce_accordion__farbe.open.bg-Pink, #main .mod_article .ce_accordion__farbe.open.bg-Violett, #main .mod_article .ce_accordion__farbe.open.bg-Schwarz, #main .mod_article .ce_accordion__farbe.open.bg-Tuerkis, #main .mod_article .ce_accordion__farbe.open.bg-Blau {
    color: #fff; }
    #main .mod_article .ce_accordion__farbe.open.bg-Gruen .ce_text a, #main .mod_article .ce_accordion__farbe.open.bg-Gruen .ce_text a, #main .mod_article .ce_accordion__farbe.open.bg-Pink .ce_text a, #main .mod_article .ce_accordion__farbe.open.bg-Violett .ce_text a, #main .mod_article .ce_accordion__farbe.open.bg-Schwarz .ce_text a, #main .mod_article .ce_accordion__farbe.open.bg-Tuerkis .ce_text a, #main .mod_article .ce_accordion__farbe.open.bg-Blau .ce_text a {
      font-family: 'GT-America-Mono', sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 16px;
      padding-left: 25px;
      background-repeat: no-repeat;
      background-position: top 5px left;
      background-image: url("../img/arrow-right-white.svg");
      display: inline-block;
      line-height: 20px;
      -webkit-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out; }
      #main .mod_article .ce_accordion__farbe.open.bg-Gruen .ce_text a:hover, #main .mod_article .ce_accordion__farbe.open.bg-Gruen .ce_text a:hover, #main .mod_article .ce_accordion__farbe.open.bg-Pink .ce_text a:hover, #main .mod_article .ce_accordion__farbe.open.bg-Violett .ce_text a:hover, #main .mod_article .ce_accordion__farbe.open.bg-Schwarz .ce_text a:hover, #main .mod_article .ce_accordion__farbe.open.bg-Tuerkis .ce_text a:hover, #main .mod_article .ce_accordion__farbe.open.bg-Blau .ce_text a:hover {
        padding-left: 40px; }
    #main .mod_article .ce_accordion__farbe.open.bg-Gruen .ce_hyperlink a, #main .mod_article .ce_accordion__farbe.open.bg-Gruen .ce_hyperlink a, #main .mod_article .ce_accordion__farbe.open.bg-Pink .ce_hyperlink a, #main .mod_article .ce_accordion__farbe.open.bg-Violett .ce_hyperlink a, #main .mod_article .ce_accordion__farbe.open.bg-Schwarz .ce_hyperlink a, #main .mod_article .ce_accordion__farbe.open.bg-Tuerkis .ce_hyperlink a, #main .mod_article .ce_accordion__farbe.open.bg-Blau .ce_hyperlink a {
      background-image: url("../img/arrow-right-white.svg"); }
    #main .mod_article .ce_accordion__farbe.open.bg-Gruen .ce_text li a, #main .mod_article .ce_accordion__farbe.open.bg-Gruen .ce_text li a, #main .mod_article .ce_accordion__farbe.open.bg-Pink .ce_text li a, #main .mod_article .ce_accordion__farbe.open.bg-Violett .ce_text li a, #main .mod_article .ce_accordion__farbe.open.bg-Schwarz .ce_text li a, #main .mod_article .ce_accordion__farbe.open.bg-Tuerkis .ce_text li a, #main .mod_article .ce_accordion__farbe.open.bg-Blau .ce_text li a {
      line-height: inherit; }
  #main .mod_article .ce_accordion__farbe .ce_accordion {
    color: inherit; }
  #main .mod_article .ce_accordion__farbe .ce_accordion .toggler {
    padding: 25px 0;
    background-position: top 28px right;
    font-family: 'GT-America', sans-serif;
    font-weight: 400;
    font-style: normal; }
  #main .mod_article .ce_accordion__farbe .ce_accordion .ui-accordion-content {
    padding: 30px 0 60px 0; }
    #main .mod_article .ce_accordion__farbe .ce_accordion .ui-accordion-content > div {
      width: 100%; }
    #main .mod_article .ce_accordion__farbe .ce_accordion .ui-accordion-content * {
      color: inherit; }
  #main .mod_article .ce_accordion__farbe .ce_accordion .accordion ul li a {
    background: transparent;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    padding: 0; }
  #main .mod_article .ce_accordion__farbe.kontakt .toggler {
    font-family: 'GT-America', sans-serif;
    font-weight: 700;
    font-style: normal; }
  #main .mod_article .ce_accordion__farbe.kontakt figure {
    position: absolute;
    left: 0; }
    @media (max-width: 767.98px) {
      #main .mod_article .ce_accordion__farbe.kontakt figure {
        position: relative;
        margin-bottom: 30px; } }
  #main .mod_article .ce_accordion__farbe.kontakt .ui-accordion-content > div {
    padding-left: 350px;
    position: relative; }
    @media (max-width: 767.98px) {
      #main .mod_article .ce_accordion__farbe.kontakt .ui-accordion-content > div {
        padding-left: 0px; } }
    #main .mod_article .ce_accordion__farbe.kontakt .ui-accordion-content > div p {
      margin: 0 0 15px 0; }
      #main .mod_article .ce_accordion__farbe.kontakt .ui-accordion-content > div p a {
        font-family: 'GT-America-Mono', sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 16px;
        padding-left: 25px;
        background-repeat: no-repeat;
        background-position: top 5px left;
        background-image: url(../img/arrow-right-white.svg);
        display: inline-block;
        line-height: 20px;
        margin-bottom: 15px;
        color: #fff; }
      #main .mod_article .ce_accordion__farbe.kontakt .ui-accordion-content > div p:last-child {
        font-family: 'GT-America-Mono', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 50px;
        margin: 0;
        line-height: 1; }
      #main .mod_article .ce_accordion__farbe.kontakt .ui-accordion-content > div p:nth-last-child(2) {
        font-family: 'GT-America', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 20px;
        margin-bottom: 0px; }

#main .Hoch {
  margin-bottom: 120px; }
  @media (max-width: 959.98px) {
    #main .Hoch {
      margin-bottom: 100px; } }
  @media (max-width: 767.98px) {
    #main .Hoch {
      margin-bottom: 80px; } }

#main .Mittel {
  margin-bottom: 60px; }

#main .Gering {
  margin-bottom: 30px; }

#main .mod_article {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  #main .mod_article.bg-image {
    position: relative; }
  #main .mod_article.bg-position-top-right-contain {
    background-position: top right;
    background-size: contain; }
  #main .mod_article.color-Weiss {
    color: #fff; }
    #main .mod_article.color-Weiss * {
      color: inherit; }
    #main .mod_article.color-Weiss ul li {
      background-image: url("../img/liststyle-white.svg"); }
    #main .mod_article.color-Weiss .toggler {
      background-image: url("../img/arrow-down-white.svg"); }
      #main .mod_article.color-Weiss .toggler.ui-state-active {
        background-image: url("../img/arrow-up-white.svg"); }
    #main .mod_article.color-Weiss .ce_text a,
    #main .mod_article.color-Weiss .ce_argument a,
    #main .mod_article.color-Weiss .ce_vendor a {
      font-family: 'GT-America-Mono', sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 16px;
      padding-left: 25px;
      background-repeat: no-repeat;
      background-position: top 5px left;
      background-image: url("../img/arrow-right-white.svg");
      display: inline-block;
      line-height: 20px;
      -webkit-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out; }
      #main .mod_article.color-Weiss .ce_text a:hover,
      #main .mod_article.color-Weiss .ce_argument a:hover,
      #main .mod_article.color-Weiss .ce_vendor a:hover {
        padding-left: 40px; }
    #main .mod_article.color-Weiss .ce_argument a,
    #main .mod_article.color-Weiss .ce_vendor a {
      font-size: 14px;
      line-height: 18px; }
    #main .mod_article.color-Weiss .ce_text li a {
      line-height: inherit; }
    #main .mod_article.color-Weiss .ce_hyperlink a {
      background-image: url("../img/arrow-right-white.svg"); }
  #main .mod_article.color-Schwarz {
    color: #000; }
    #main .mod_article.color-Schwarz .ce_text a,
    #main .mod_article.color-Schwarz .ce_argument a,
    #main .mod_article.color-Schwarz .ce_vendor a {
      font-family: 'GT-America-Mono', sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 16px;
      padding-left: 25px;
      background-repeat: no-repeat;
      background-position: top 5px left;
      background-image: url("../img/arrow-right-black.svg");
      display: inline-block;
      line-height: 20px; }
      #main .mod_article.color-Schwarz .ce_text a:hover,
      #main .mod_article.color-Schwarz .ce_argument a:hover,
      #main .mod_article.color-Schwarz .ce_vendor a:hover {
        background-image: url("../img/arrow_right_grey.svg"); }
    #main .mod_article.color-Schwarz .ce_argument a,
    #main .mod_article.color-Schwarz .ce_vendor a {
      font-size: 14px;
      line-height: 18px; }
    #main .mod_article.color-Schwarz .ce_text li a {
      line-height: inherit; }
  #main .mod_article.bg-Blau, #main .mod_article.bg-Violett, #main .mod_article.bg-Pink, #main .mod_article.bg-Gruen, #main .mod_article.bg-Schwarz, #main .mod_article.bg-Tuerkis, #main .mod_article.bg-Gelb, #main .mod_article.bg-image, #main .mod_article.bg-Grau, #main .mod_article.bg-Weiss {
    padding: 0;
    padding-bottom: 0px; }
    #main .mod_article.bg-Blau .container__article, #main .mod_article.bg-Violett .container__article, #main .mod_article.bg-Pink .container__article, #main .mod_article.bg-Gruen .container__article, #main .mod_article.bg-Schwarz .container__article, #main .mod_article.bg-Tuerkis .container__article, #main .mod_article.bg-Gelb .container__article, #main .mod_article.bg-image .container__article, #main .mod_article.bg-Grau .container__article, #main .mod_article.bg-Weiss .container__article {
      padding-top: 70px;
      padding-bottom: 70px; }
      #main .mod_article.bg-Blau .container__article .ce_ContentPhone, #main .mod_article.bg-Violett .container__article .ce_ContentPhone, #main .mod_article.bg-Pink .container__article .ce_ContentPhone, #main .mod_article.bg-Gruen .container__article .ce_ContentPhone, #main .mod_article.bg-Schwarz .container__article .ce_ContentPhone, #main .mod_article.bg-Tuerkis .container__article .ce_ContentPhone, #main .mod_article.bg-Gelb .container__article .ce_ContentPhone, #main .mod_article.bg-image .container__article .ce_ContentPhone, #main .mod_article.bg-Grau .container__article .ce_ContentPhone, #main .mod_article.bg-Weiss .container__article .ce_ContentPhone {
        padding: 5px 0 15px 0; }
        #main .mod_article.bg-Blau .container__article .ce_ContentPhone p,
        #main .mod_article.bg-Blau .container__article .ce_ContentPhone h2,
        #main .mod_article.bg-Blau .container__article .ce_ContentPhone h3,
        #main .mod_article.bg-Blau .container__article .ce_ContentPhone h4,
        #main .mod_article.bg-Blau .container__article .ce_ContentPhone h5, #main .mod_article.bg-Violett .container__article .ce_ContentPhone p,
        #main .mod_article.bg-Violett .container__article .ce_ContentPhone h2,
        #main .mod_article.bg-Violett .container__article .ce_ContentPhone h3,
        #main .mod_article.bg-Violett .container__article .ce_ContentPhone h4,
        #main .mod_article.bg-Violett .container__article .ce_ContentPhone h5, #main .mod_article.bg-Pink .container__article .ce_ContentPhone p,
        #main .mod_article.bg-Pink .container__article .ce_ContentPhone h2,
        #main .mod_article.bg-Pink .container__article .ce_ContentPhone h3,
        #main .mod_article.bg-Pink .container__article .ce_ContentPhone h4,
        #main .mod_article.bg-Pink .container__article .ce_ContentPhone h5, #main .mod_article.bg-Gruen .container__article .ce_ContentPhone p,
        #main .mod_article.bg-Gruen .container__article .ce_ContentPhone h2,
        #main .mod_article.bg-Gruen .container__article .ce_ContentPhone h3,
        #main .mod_article.bg-Gruen .container__article .ce_ContentPhone h4,
        #main .mod_article.bg-Gruen .container__article .ce_ContentPhone h5, #main .mod_article.bg-Schwarz .container__article .ce_ContentPhone p,
        #main .mod_article.bg-Schwarz .container__article .ce_ContentPhone h2,
        #main .mod_article.bg-Schwarz .container__article .ce_ContentPhone h3,
        #main .mod_article.bg-Schwarz .container__article .ce_ContentPhone h4,
        #main .mod_article.bg-Schwarz .container__article .ce_ContentPhone h5, #main .mod_article.bg-Tuerkis .container__article .ce_ContentPhone p,
        #main .mod_article.bg-Tuerkis .container__article .ce_ContentPhone h2,
        #main .mod_article.bg-Tuerkis .container__article .ce_ContentPhone h3,
        #main .mod_article.bg-Tuerkis .container__article .ce_ContentPhone h4,
        #main .mod_article.bg-Tuerkis .container__article .ce_ContentPhone h5, #main .mod_article.bg-Gelb .container__article .ce_ContentPhone p,
        #main .mod_article.bg-Gelb .container__article .ce_ContentPhone h2,
        #main .mod_article.bg-Gelb .container__article .ce_ContentPhone h3,
        #main .mod_article.bg-Gelb .container__article .ce_ContentPhone h4,
        #main .mod_article.bg-Gelb .container__article .ce_ContentPhone h5, #main .mod_article.bg-image .container__article .ce_ContentPhone p,
        #main .mod_article.bg-image .container__article .ce_ContentPhone h2,
        #main .mod_article.bg-image .container__article .ce_ContentPhone h3,
        #main .mod_article.bg-image .container__article .ce_ContentPhone h4,
        #main .mod_article.bg-image .container__article .ce_ContentPhone h5, #main .mod_article.bg-Grau .container__article .ce_ContentPhone p,
        #main .mod_article.bg-Grau .container__article .ce_ContentPhone h2,
        #main .mod_article.bg-Grau .container__article .ce_ContentPhone h3,
        #main .mod_article.bg-Grau .container__article .ce_ContentPhone h4,
        #main .mod_article.bg-Grau .container__article .ce_ContentPhone h5, #main .mod_article.bg-Weiss .container__article .ce_ContentPhone p,
        #main .mod_article.bg-Weiss .container__article .ce_ContentPhone h2,
        #main .mod_article.bg-Weiss .container__article .ce_ContentPhone h3,
        #main .mod_article.bg-Weiss .container__article .ce_ContentPhone h4,
        #main .mod_article.bg-Weiss .container__article .ce_ContentPhone h5 {
          max-width: 1000px; }
        #main .mod_article.bg-Blau .container__article .ce_ContentPhone h2, #main .mod_article.bg-Violett .container__article .ce_ContentPhone h2, #main .mod_article.bg-Pink .container__article .ce_ContentPhone h2, #main .mod_article.bg-Gruen .container__article .ce_ContentPhone h2, #main .mod_article.bg-Schwarz .container__article .ce_ContentPhone h2, #main .mod_article.bg-Tuerkis .container__article .ce_ContentPhone h2, #main .mod_article.bg-Gelb .container__article .ce_ContentPhone h2, #main .mod_article.bg-image .container__article .ce_ContentPhone h2, #main .mod_article.bg-Grau .container__article .ce_ContentPhone h2, #main .mod_article.bg-Weiss .container__article .ce_ContentPhone h2 {
          font-size: 36px;
          line-height: 40px;
          font-family: 'GT-America', sans-serif;
          font-weight: 700;
          font-style: normal; }
          @media (max-width: 767.98px) {
            #main .mod_article.bg-Blau .container__article .ce_ContentPhone h2, #main .mod_article.bg-Violett .container__article .ce_ContentPhone h2, #main .mod_article.bg-Pink .container__article .ce_ContentPhone h2, #main .mod_article.bg-Gruen .container__article .ce_ContentPhone h2, #main .mod_article.bg-Schwarz .container__article .ce_ContentPhone h2, #main .mod_article.bg-Tuerkis .container__article .ce_ContentPhone h2, #main .mod_article.bg-Gelb .container__article .ce_ContentPhone h2, #main .mod_article.bg-image .container__article .ce_ContentPhone h2, #main .mod_article.bg-Grau .container__article .ce_ContentPhone h2, #main .mod_article.bg-Weiss .container__article .ce_ContentPhone h2 {
              font-size: 28px;
              line-height: 34px; } }
      @media (max-width: 767.98px) {
        #main .mod_article.bg-Blau .container__article, #main .mod_article.bg-Violett .container__article, #main .mod_article.bg-Pink .container__article, #main .mod_article.bg-Gruen .container__article, #main .mod_article.bg-Schwarz .container__article, #main .mod_article.bg-Tuerkis .container__article, #main .mod_article.bg-Gelb .container__article, #main .mod_article.bg-image .container__article, #main .mod_article.bg-Grau .container__article, #main .mod_article.bg-Weiss .container__article {
          padding-top: 60px;
          padding-bottom: 60px; } }
  #main .mod_article.bg-Weiss {
    background: #fff; }
  #main .mod_article.bg-Schwarz {
    background: #000; }
  #main .mod_article.bg-Violett {
    background: #6e2dc8; }
  #main .mod_article.bg-Pink {
    background: #b42dc8; }
  #main .mod_article.bg-Tuerkis {
    background: #00d2be; }
  #main .mod_article.bg-Blau {
    background: #0000ff; }
  #main .mod_article.bg-Gruen {
    background: #a0e128; }
  #main .mod_article.bg-Gelb {
    background: #fff000; }
  #main .mod_article.bg-Grau {
    background: #f5f5f5; }

/* Intro */
@media (min-width: 960px) {
  #main > .inside > .mod_article:first-child > .container__article > .row > h1 + .ce_text,
  #main > .inside > .mod_article:first-child > .container__article > .row > h1 + .ce_colsetStart > .col_1 > .subcl > .ce_text,
  #main > .inside > .mod_article:first-child > .container__article > .row > .ce_text:first-child,
  #main > .inside > .mod_article:first-child > .container__article > .row > .ce_colsetStart:first-child > .col_1 > .subcl > .ce_text,
  #main > .inside > .mod_article.intro > .container__article > .row > h1 + .ce_text,
  #main > .inside > .mod_article.intro > .container__article > .row > h1 + .ce_colsetStart > .col_1 > .subcl > .ce_text,
  #main > .inside > .mod_article.intro > .container__article > .row > .ce_text:first-child,
  #main > .inside > .mod_article.intro > .container__article > .row > .ce_colsetStart:first-child > .col_1 > .subcl > .ce_text,
  #main > .inside > .mod_breadcrumb:first-child + .mod_article > .container__article > .row > h1 + .ce_text,
  #main > .inside > .mod_breadcrumb:first-child + .mod_article > .container__article > .row > h1 + .ce_colsetStart > .col_1 > .subcl > .ce_text,
  #main > .inside > .mod_breadcrumb:first-child + .mod_article > .container__article > .row > .ce_text:first-child,
  #main > .inside > .mod_breadcrumb:first-child + .mod_article > .container__article > .row > .ce_colsetStart:first-child > .col_1 > .subcl > .ce_text {
    font-size: 24px; }
    #main > .inside > .mod_article:first-child > .container__article > .row > h1 + .ce_text p,
    #main > .inside > .mod_article:first-child > .container__article > .row > h1 + .ce_text ul,
    #main > .inside > .mod_article:first-child > .container__article > .row > h1 + .ce_text ol,
    #main > .inside > .mod_article:first-child > .container__article > .row > h1 + .ce_colsetStart > .col_1 > .subcl > .ce_text p,
    #main > .inside > .mod_article:first-child > .container__article > .row > h1 + .ce_colsetStart > .col_1 > .subcl > .ce_text ul,
    #main > .inside > .mod_article:first-child > .container__article > .row > h1 + .ce_colsetStart > .col_1 > .subcl > .ce_text ol,
    #main > .inside > .mod_article:first-child > .container__article > .row > .ce_text:first-child p,
    #main > .inside > .mod_article:first-child > .container__article > .row > .ce_text:first-child ul,
    #main > .inside > .mod_article:first-child > .container__article > .row > .ce_text:first-child ol,
    #main > .inside > .mod_article:first-child > .container__article > .row > .ce_colsetStart:first-child > .col_1 > .subcl > .ce_text p,
    #main > .inside > .mod_article:first-child > .container__article > .row > .ce_colsetStart:first-child > .col_1 > .subcl > .ce_text ul,
    #main > .inside > .mod_article:first-child > .container__article > .row > .ce_colsetStart:first-child > .col_1 > .subcl > .ce_text ol,
    #main > .inside > .mod_article.intro > .container__article > .row > h1 + .ce_text p,
    #main > .inside > .mod_article.intro > .container__article > .row > h1 + .ce_text ul,
    #main > .inside > .mod_article.intro > .container__article > .row > h1 + .ce_text ol,
    #main > .inside > .mod_article.intro > .container__article > .row > h1 + .ce_colsetStart > .col_1 > .subcl > .ce_text p,
    #main > .inside > .mod_article.intro > .container__article > .row > h1 + .ce_colsetStart > .col_1 > .subcl > .ce_text ul,
    #main > .inside > .mod_article.intro > .container__article > .row > h1 + .ce_colsetStart > .col_1 > .subcl > .ce_text ol,
    #main > .inside > .mod_article.intro > .container__article > .row > .ce_text:first-child p,
    #main > .inside > .mod_article.intro > .container__article > .row > .ce_text:first-child ul,
    #main > .inside > .mod_article.intro > .container__article > .row > .ce_text:first-child ol,
    #main > .inside > .mod_article.intro > .container__article > .row > .ce_colsetStart:first-child > .col_1 > .subcl > .ce_text p,
    #main > .inside > .mod_article.intro > .container__article > .row > .ce_colsetStart:first-child > .col_1 > .subcl > .ce_text ul,
    #main > .inside > .mod_article.intro > .container__article > .row > .ce_colsetStart:first-child > .col_1 > .subcl > .ce_text ol,
    #main > .inside > .mod_breadcrumb:first-child + .mod_article > .container__article > .row > h1 + .ce_text p,
    #main > .inside > .mod_breadcrumb:first-child + .mod_article > .container__article > .row > h1 + .ce_text ul,
    #main > .inside > .mod_breadcrumb:first-child + .mod_article > .container__article > .row > h1 + .ce_text ol,
    #main > .inside > .mod_breadcrumb:first-child + .mod_article > .container__article > .row > h1 + .ce_colsetStart > .col_1 > .subcl > .ce_text p,
    #main > .inside > .mod_breadcrumb:first-child + .mod_article > .container__article > .row > h1 + .ce_colsetStart > .col_1 > .subcl > .ce_text ul,
    #main > .inside > .mod_breadcrumb:first-child + .mod_article > .container__article > .row > h1 + .ce_colsetStart > .col_1 > .subcl > .ce_text ol,
    #main > .inside > .mod_breadcrumb:first-child + .mod_article > .container__article > .row > .ce_text:first-child p,
    #main > .inside > .mod_breadcrumb:first-child + .mod_article > .container__article > .row > .ce_text:first-child ul,
    #main > .inside > .mod_breadcrumb:first-child + .mod_article > .container__article > .row > .ce_text:first-child ol,
    #main > .inside > .mod_breadcrumb:first-child + .mod_article > .container__article > .row > .ce_colsetStart:first-child > .col_1 > .subcl > .ce_text p,
    #main > .inside > .mod_breadcrumb:first-child + .mod_article > .container__article > .row > .ce_colsetStart:first-child > .col_1 > .subcl > .ce_text ul,
    #main > .inside > .mod_breadcrumb:first-child + .mod_article > .container__article > .row > .ce_colsetStart:first-child > .col_1 > .subcl > .ce_text ol {
      max-width: none; }
    #main > .inside > .mod_article:first-child > .container__article > .row > h1 + .ce_text p,
    #main > .inside > .mod_article:first-child > .container__article > .row > h1 + .ce_colsetStart > .col_1 > .subcl > .ce_text p,
    #main > .inside > .mod_article:first-child > .container__article > .row > .ce_text:first-child p,
    #main > .inside > .mod_article:first-child > .container__article > .row > .ce_colsetStart:first-child > .col_1 > .subcl > .ce_text p,
    #main > .inside > .mod_article.intro > .container__article > .row > h1 + .ce_text p,
    #main > .inside > .mod_article.intro > .container__article > .row > h1 + .ce_colsetStart > .col_1 > .subcl > .ce_text p,
    #main > .inside > .mod_article.intro > .container__article > .row > .ce_text:first-child p,
    #main > .inside > .mod_article.intro > .container__article > .row > .ce_colsetStart:first-child > .col_1 > .subcl > .ce_text p,
    #main > .inside > .mod_breadcrumb:first-child + .mod_article > .container__article > .row > h1 + .ce_text p,
    #main > .inside > .mod_breadcrumb:first-child + .mod_article > .container__article > .row > h1 + .ce_colsetStart > .col_1 > .subcl > .ce_text p,
    #main > .inside > .mod_breadcrumb:first-child + .mod_article > .container__article > .row > .ce_text:first-child p,
    #main > .inside > .mod_breadcrumb:first-child + .mod_article > .container__article > .row > .ce_colsetStart:first-child > .col_1 > .subcl > .ce_text p {
      line-height: 34px; } }

.link__small {
  width: 26px;
  height: 19px;
  display: inline-block;
  background-image: url("../img/arrow-right-black.svg");
  background-repeat: no-repeat;
  background-position: center; }

.link__small__white {
  background-image: url("../img/arrow-right-white.svg"); }

@media (max-width: 959.98px) {
  .col-42image-x-58text,
  .col-33image-x-58text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .col-42image-x-58text .col_1,
    .col-33image-x-58text .col_1 {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }

.c42l,
.c58l {
  float: left; }

.c42r,
.c58r {
  float: right;
  margin-left: -5px; }

.c42l,
.c42r {
  width: 41.66667%; }

.c58l,
.c58r {
  width: 58.33333%; }

.c20l {
  position: relative; }

.c33r .ce_download {
  width: calc(100% - 40px);
  float: right;
  margin-bottom: 10px; }
  @media (max-width: 959.98px) {
    .c33r .ce_download {
      float: none; } }
  .c33r .ce_download:last-child {
    margin-bottom: 0px; }

.btn__arrow {
  width: 36px;
  height: 26px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/arrow-right-white.svg");
  background-size: 30px; }

.gradient-border {
  position: relative; }
  .gradient-border:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 7px;
    content: "";
    display: block;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#fff000), color-stop(#00d2be), color-stop(#0000ff), color-stop(#6e2dc8), to(#b42dc8));
    background-image: linear-gradient(to right, #fff000, #00d2be, #0000ff, #6e2dc8, #b42dc8);
    z-index: 5; }

#main .teaser-link .row {
  position: relative; }

#main .teaser-link .ce_hyperlink {
  position: absolute;
  top: 0;
  left: 230px;
  width: auto; }
  @media (max-width: 767.98px) {
    #main .teaser-link .ce_hyperlink {
      left: 185px; }
      #main .teaser-link .ce_hyperlink a {
        background-size: 40px; } }
  #main .teaser-link .ce_hyperlink a {
    font-size: 0px;
    width: 60px;
    height: 40px;
    background-size: 45px;
    font-size: 0px;
    background-position: top center; }

.image_container {
  overflow: hidden; }

::-moz-selection {
  color: #fff;
  background: #000;
  opacity: 1; }

::selection {
  color: #fff;
  background: #000;
  opacity: 1; }

.footer .ce_text p::-moz-selection,
.footer a::-moz-selection,
.ContentCareer__header p::-moz-selection,
.ContentCareer__header a::-moz-selection,
.soforthilfe a::-moz-selection,
.soforthilfe p::-moz-selection,
#main .mod_article.bg-Schwarz p::-moz-selection,
#main .mod_article.bg-Schwarz div::-moz-selection {
  color: #000;
  background: #fff;
  opacity: 1; }

.footer .ce_text p::selection,
.footer a::selection,
.ContentCareer__header p::selection,
.ContentCareer__header a::selection,
.soforthilfe a::selection,
.soforthilfe p::selection,
#main .mod_article.bg-Schwarz p::selection,
#main .mod_article.bg-Schwarz div::selection {
  color: #000;
  background: #fff;
  opacity: 1; }

a[href^="tel"] {
  color: inherit;
  text-decoration: none; }

body #klaro .klaro .cookie-notice {
  width: 100%;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.9);
  bottom: 0;
  right: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0; }
  body #klaro .klaro .cookie-notice .cn-body {
    max-width: 1200px;
    margin: 0 auto;
    padding: 36px 15px; }
    body #klaro .klaro .cookie-notice .cn-body:after {
      content: "";
      clear: both;
      display: table; }
    body #klaro .klaro .cookie-notice .cn-body p:first-child {
      padding: 0;
      position: relative;
      width: 100%;
      padding-right: 10px;
      padding-left: 10px;
      width: 60%;
      float: left;
      margin: 0;
      font-size: 14px;
      font-family: 'GT-America-Mono', sans-serif;
      font-weight: 400;
      font-style: normal;
      line-height: 24px; }
      body #klaro .klaro .cookie-notice .cn-body p:first-child strong {
        font-weight: 400; }
      body #klaro .klaro .cookie-notice .cn-body p:first-child a {
        color: inherit;
        text-decoration: underline; }
      @media (max-width: 959.98px) {
        body #klaro .klaro .cookie-notice .cn-body p:first-child {
          width: 100%;
          float: none; } }
    body #klaro .klaro .cookie-notice .cn-body p.cn-ok {
      position: relative;
      width: 100%;
      padding-right: 10px;
      padding-left: 10px;
      width: 40%;
      float: left; }
      body #klaro .klaro .cookie-notice .cn-body p.cn-ok .cm-btn-success {
        padding: 6px 21px;
        background: #00d2be;
        border: 1px solid #00d2be;
        color: #fff;
        font-family: 'GT-America-Mono', sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 16px;
        border-radius: 0px;
        float: right; }
      body #klaro .klaro .cookie-notice .cn-body p.cn-ok .cm-btn-danger {
        padding: 6px 21px;
        background: transparent;
        border: 1px solid #fff;
        color: #fff;
        font-family: 'GT-America-Mono', sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 16px;
        border-radius: 0px;
        float: right; }
      @media (max-width: 959.98px) {
        body #klaro .klaro .cookie-notice .cn-body p.cn-ok {
          width: 100%;
          float: none; } }

body #main .ce_hyperlink a.cta {
  background: transparent;
  padding: 23px 35px 22px 35px !important;
  min-width: 400px;
  max-width: 100%;
  float: none;
  display: inline-block;
  width: auto;
  text-align: center;
  font-family: 'GT-America-Mono', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px; }
  @media (max-width: 767.98px) {
    body #main .ce_hyperlink a.cta {
      min-width: 200px;
      width: 100%; } }
  body #main .ce_hyperlink a.cta:before {
    display: none; }
  body #main .ce_hyperlink a.cta span {
    display: inline-block; }
    body #main .ce_hyperlink a.cta span:after {
      content: "";
      display: inline-block;
      width: 20px;
      height: 12px;
      margin-left: 15px;
      background-image: url(../img/arrow-right-white.svg);
      background-repeat: no-repeat;
      background-position: center; }
  body #main .ce_hyperlink a.cta.bg-Weiss {
    background: #fff; }
    body #main .ce_hyperlink a.cta.bg-Weiss span:after {
      background-image: url(../img/arrow-right-black.svg);
      background-repeat: no-repeat;
      background-position: center; }
  body #main .ce_hyperlink a.cta.bg-Schwarz {
    background: #000;
    color: #fff; }
  body #main .ce_hyperlink a.cta.bg-Violett {
    background: #6e2dc8;
    color: #fff; }
  body #main .ce_hyperlink a.cta.bg-Pink {
    background: #b42dc8;
    color: #fff; }
  body #main .ce_hyperlink a.cta.bg-Tuerkis {
    background: #00d2be;
    color: #fff; }
  body #main .ce_hyperlink a.cta.bg-Blau {
    background: #0000ff;
    color: #fff; }
  body #main .ce_hyperlink a.cta.bg-Gruen {
    background: #a0e128; }
    body #main .ce_hyperlink a.cta.bg-Gruen span:after {
      background-image: url(../img/arrow-right-black.svg);
      background-repeat: no-repeat;
      background-position: center; }
  body #main .ce_hyperlink a.cta.bg-Gelb {
    background: #fff000; }
    body #main .ce_hyperlink a.cta.bg-Gelb span:after {
      background-image: url(../img/arrow-right-black.svg);
      background-repeat: no-repeat;
      background-position: center; }
  body #main .ce_hyperlink a.cta .bg-Grau {
    background: #f5f5f5; }
    body #main .ce_hyperlink a.cta .bg-Grau span:after {
      background-image: url(../img/arrow-right-black.svg);
      background-repeat: no-repeat;
      background-position: center; }

.ce_accordion .ce_form {
  padding: 0 12px; }

body {
  font-family: 'GT-America', sans-serif;
  font-weight: 400;
  font-style: normal; }

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000;
  font-size: 20px; }
  @media (max-width: 767.98px) {
    html {
      font-size: 18px; } }

@-moz-document url-prefix() {
  body {
    font-weight: lighter !important; } }

a {
  color: #000;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }

figure {
  line-height: 0; }

caption {
  caption-side: top;
  color: #000; }

::-webkit-scrollbar {
  -webkit-appearance: none; }

::-webkit-scrollbar:vertical {
  width: 12px; }

::-webkit-scrollbar:horizontal {
  height: 12px; }

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  border: 2px solid #ffffff; }

::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ffffff; }

/* Content */
.c-form-row--align-right {
  text-align: right; }

.c-toggle {
  display: none; }

.c-toggle__link {
  display: block;
  width: 100%; }

.c-toggle__content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease; }
  .c-toggle__content--active {
    max-height: 1000px; }

.h-toggle-target {
  display: none; }

.header {
  position: fixed;
  padding-top: 34px;
  top: 0;
  left: 0;
  width: 100%;
  background: #000;
  z-index: 999;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: translateY(0);
          transform: translateY(0); }
  @media (min-width: 768px) {
    .header {
      height: 161px; } }
  .header .mod_search {
    position: absolute;
    right: 0;
    bottom: 62px;
    width: 68px;
    height: 56px;
    overflow: visible;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    @media (max-width: 1199.98px) {
      .header .mod_search {
        width: 55px;
        bottom: 15px;
        right: 55px; } }
    .header .mod_search.open {
      background-color: #000; }
      .header .mod_search.open form {
        display: block;
        opacity: 1; }
      .header .mod_search.open .search__icon {
        background-image: url(../img/close-search.svg);
        background-size: 21px; }
    .header .mod_search .search__icon {
      background-image: url(../img/search.svg);
      background-repeat: no-repeat;
      background-position: top 17px center;
      -webkit-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
      cursor: pointer;
      overflow: visible;
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      background-size: 22px; }
    .header .mod_search .header,
    .header .mod_search .info {
      display: none; }
    .header .mod_search:hover {
      background-color: #000; }
    .header .mod_search form {
      display: none;
      opacity: 0;
      width: 500px;
      bottom: 0;
      position: absolute;
      right: 70px;
      z-index: 99;
      height: 56px; }
      @media (max-width: 767.98px) {
        .header .mod_search form {
          width: 378px;
          top: 100%;
          right: 0;
          bottom: auto; } }
      @media (max-width: 575.98px) {
        .header .mod_search form {
          width: calc(100vw - 50px);
          right: -112px; } }
      .header .mod_search form .widget-text {
        width: 100%; }
        .header .mod_search form .widget-text input {
          width: 100%;
          background: #000;
          color: #fff;
          height: 56px;
          font-size: 20px;
          padding-left: 25px;
          outline: none; }
          .header .mod_search form .widget-text input[type="search"]::-ms-clear {
            display: none;
            width: 0;
            height: 0; }
          .header .mod_search form .widget-text input[type="search"]::-ms-reveal {
            display: none;
            width: 0;
            height: 0; }
          .header .mod_search form .widget-text input[type="search"]::-webkit-search-decoration, .header .mod_search form .widget-text input[type="search"]::-webkit-search-cancel-button, .header .mod_search form .widget-text input[type="search"]::-webkit-search-results-button, .header .mod_search form .widget-text input[type="search"]::-webkit-search-results-decoration {
            display: none; }
      .header .mod_search form .widget-submit button {
        position: absolute;
        width: 25px;
        height: 20px;
        font-size: 0;
        background: transparent;
        border: none;
        background-image: url(../img/arrow-right-white.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        position: absolute;
        right: 15px;
        top: 18px;
        z-index: 99;
        outline: none; }
  .header.sticky {
    position: fixed;
    height: auto;
    padding: 15px 0;
    background: #000; }
    .header.sticky .mod_search {
      display: none; }
    .header.sticky.theme-black .logo,
    .header.sticky.theme-black .logo-black {
      opacity: 0;
      visibility: hidden;
      display: none; }
    .header.sticky.theme-black .mod_navigation .level_1 {
      -webkit-transition: all 0.1s ease-out;
      transition: all 0.1s ease-out;
      color: #fff; }
      .header.sticky.theme-black .mod_navigation .level_1 > li > div > a,
      .header.sticky.theme-black .mod_navigation .level_1 > li > div > strong,
      .header.sticky.theme-black .mod_navigation .level_1 > li > div > span {
        -webkit-transition: all 0.1s ease-out;
        transition: all 0.1s ease-out;
        color: #fff; }
    .header.sticky.theme-black .nav-icon span {
      color: #fff;
      background: #fff; }
    .header.sticky .logo-small {
      display: block;
      opacity: 1;
      visibility: visible; }
    .header.sticky .logo,
    .header.sticky .logo-black {
      opacity: 0;
      visibility: hidden;
      display: none; }
    .header.sticky .mod_navigation {
      bottom: -6px; }
      @media (min-width: 1200px) {
        .header.sticky .mod_navigation li.megamenu > .level_2 {
          top: 94px; } }
      @media (max-width: 1199.98px) {
        .header.sticky .mod_navigation {
          bottom: -23px; }
          .header.sticky .mod_navigation .nav__inside {
            top: 93px; } }
  .header.hidden {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
    @media (max-width: 1199.98px) {
      .header.hidden {
        -webkit-transform: translateY(0);
        transform: translateY(0); } }
  .header .logo,
  .header .logo-black {
    height: 102px; }
    .header .logo img,
    .header .logo-black img {
      height: 102px;
      width: auto; }
  .header .logo-black {
    display: none; }
  .header .logo-small {
    display: none; }
  .header .row {
    position: relative;
    margin: 0 auto;
    color: #fff; }
  .header .logo {
    float: left; }
    .header .logo a {
      display: block; }

@media (max-width: 959.98px) {
  .header {
    padding-top: 44px; }
    .header .logo img,
    .header .logo-black img {
      height: 92px;
      width: auto; }
    .header .mod_search {
      bottom: 21px; } }

@media (max-width: 767.98px) {
  .header {
    padding-top: 26px; }
    .header .logo img,
    .header .logo-black img {
      height: 84px;
      width: auto; }
    .header .mod_search {
      bottom: 29px; } }

.header.theme-black .logo {
  display: none; }

.header.theme-black .logo-black {
  display: block; }

.header.theme-black .search__icon {
  background-image: url(../img/search-black.svg); }
  .header.theme-black .search__icon:hover {
    background-image: url(../img/search.svg); }

.header.theme-black .nav-icon span {
  background: #000; }

.header.theme-black .nav-icon.nav-icon--open span {
  background: #fff; }

html.nav-open,
html.nav-open body {
  overflow: hidden; }

.header .mod_navigation {
  position: absolute;
  bottom: -17px;
  right: 0;
  overflow: visible;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }
  .header .mod_navigation .container {
    padding: 0; }
    @media (max-width: 1199.98px) {
      .header .mod_navigation .container {
        padding-left: 10px;
        padding-right: 10px; } }
    @media (max-width: 959.98px) {
      .header .mod_navigation .container {
        padding-left: 25px;
        padding-right: 25px; } }
  .header .mod_navigation li {
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in; }
  .header .mod_navigation a,
  .header .mod_navigation strong {
    display: block; }
  .header .mod_navigation .level_1 > li {
    float: left;
    position: relative;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    font-size: 18px; }
    .header .mod_navigation .level_1 > li:before {
      content: "";
      position: absolute;
      bottom: -9px;
      left: 8px;
      width: calc(100% - 16px);
      height: 4px;
      background: transparent;
      -webkit-transition: background 0.4s;
      transition: background 0.4s; }
    .header .mod_navigation .level_1 > li.active:before, .header .mod_navigation .level_1 > li.trail:before, .header .mod_navigation .level_1 > li.open:before, .header .mod_navigation .level_1 > li:hover:before, .header .mod_navigation .level_1 > li:focus:before {
      background: white; }
    .header .mod_navigation .level_1 > li a,
    .header .mod_navigation .level_1 > li strong {
      color: inherit;
      position: relative;
      z-index: 20;
      font-weight: inherit; }
    @media (min-width: 1200px) {
      .header .mod_navigation .level_1 > li > div > a,
      .header .mod_navigation .level_1 > li > div > strong {
        padding: 18px 20px; }
        .header .mod_navigation .level_1 > li > div > a.submenu,
        .header .mod_navigation .level_1 > li > div > strong.submenu {
          cursor: pointer; } }
    .header .mod_navigation .level_1 > li > div > .next {
      display: none;
      visibility: hidden;
      opacity: 0; }
      .header .mod_navigation .level_1 > li > div > .next:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: white; }
      .header .mod_navigation .level_1 > li > div > .next:hover:after, .header .mod_navigation .level_1 > li > div > .next:focus:after {
        height: 4px; }
    .header .mod_navigation .level_1 > li:hover {
      -webkit-transition: all 0.6s cubic-bezier(0.25, 0.74, 0.22, 0.99);
      transition: all 0.6s cubic-bezier(0.25, 0.74, 0.22, 0.99);
      -webkit-transition: color 0s;
      transition: color 0s; }
      .header .mod_navigation .level_1 > li:hover .level_2:after {
        opacity: 1; }
    .header .mod_navigation .level_1 > li.submenu:hover {
      -webkit-transition: all 0.6s cubic-bezier(0.25, 0.74, 0.22, 0.99);
      transition: all 0.6s cubic-bezier(0.25, 0.74, 0.22, 0.99);
      -webkit-transition: color 0s;
      transition: color 0s; }
    @media (max-width: 1199.98px) {
      .header .mod_navigation .level_1 > li.not-open {
        display: none; } }
  .header .mod_navigation .level_2 {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: 15;
    -webkit-transition: all 0.6s cubic-bezier(0.25, 0.74, 0.22, 0.99);
    transition: all 0.6s cubic-bezier(0.25, 0.74, 0.22, 0.99);
    padding: 23px 23px 40px;
    left: 0;
    top: calc(100% + 9px);
    min-width: 320px;
    will-change: opacity; }
    @media (min-width: 1200px) {
      .header .mod_navigation .level_2 {
        font-size: 16px;
        line-height: 18px; } }
    @media (max-width: 1199.98px) {
      .header .mod_navigation .level_2.current {
        max-height: calc(100vh - 160px);
        overflow: auto; }
        .header .mod_navigation .level_2.current ul {
          display: none; } }
    .header .mod_navigation .level_2 .btn-link.btn-close {
      position: absolute;
      top: 16px;
      right: calc(50% - 590px);
      border: 0 none;
      padding: 0;
      width: 20px;
      height: 20px;
      background-image: url("../img/close-white.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s;
      display: none; }
      .header .mod_navigation .level_2 .btn-link.btn-close:hover, .header .mod_navigation .level_2 .btn-link.btn-close:focus {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
    .header .mod_navigation .level_2 strong {
      font-weight: inherit; }
    .header .mod_navigation .level_2:after {
      content: "";
      -webkit-transition: all 0.6s cubic-bezier(0.25, 0.74, 0.22, 0.99);
      transition: all 0.6s cubic-bezier(0.25, 0.74, 0.22, 0.99);
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      width: 100%;
      height: 0px;
      background: #000;
      z-index: -1; }
    .header .mod_navigation .level_2.open {
      visibility: visible;
      opacity: 1;
      display: block; }
      .header .mod_navigation .level_2.open:after {
        opacity: 1;
        height: 100%; }
    .header .mod_navigation .level_2 > li {
      z-index: 5;
      max-width: 100%; }
      .header .mod_navigation .level_2 > li > div > a,
      .header .mod_navigation .level_2 > li > div > strong {
        position: relative;
        padding: 10px 0;
        white-space: nowrap; }
        @media (max-width: 1199.98px) {
          .header .mod_navigation .level_2 > li > div > a,
          .header .mod_navigation .level_2 > li > div > strong {
            padding: 18px 0; } }
        .header .mod_navigation .level_2 > li > div > a:after,
        .header .mod_navigation .level_2 > li > div > strong:after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 1px;
          background: #414141;
          -webkit-transition: height 0.3s, background 0.3s;
          transition: height 0.3s, background 0.3s; }
          @media (max-width: 1199.98px) {
            .header .mod_navigation .level_2 > li > div > a:after,
            .header .mod_navigation .level_2 > li > div > strong:after {
              background: white; } }
        @media (min-width: 1200px) {
          .header .mod_navigation .level_2 > li > div > a.submenu:after,
          .header .mod_navigation .level_2 > li > div > strong.submenu:after {
            height: 2px;
            background: white; }
          .header .mod_navigation .level_2 > li > div > a.submenu:not(.active):not(.trail):hover:after, .header .mod_navigation .level_2 > li > div > a.submenu:not(.active):not(.trail):focus:after,
          .header .mod_navigation .level_2 > li > div > strong.submenu:not(.active):not(.trail):hover:after,
          .header .mod_navigation .level_2 > li > div > strong.submenu:not(.active):not(.trail):focus:after {
            height: 4px; } }
        .header .mod_navigation .level_2 > li > div > a.active, .header .mod_navigation .level_2 > li > div > a.trail,
        .header .mod_navigation .level_2 > li > div > strong.active,
        .header .mod_navigation .level_2 > li > div > strong.trail {
          color: #00d2be; }
          .header .mod_navigation .level_2 > li > div > a.active:after, .header .mod_navigation .level_2 > li > div > a.trail:after,
          .header .mod_navigation .level_2 > li > div > strong.active:after,
          .header .mod_navigation .level_2 > li > div > strong.trail:after {
            background: currentColor; }
      .header .mod_navigation .level_2 > li > div > a:not(.active):not(.trail):hover:after,
      .header .mod_navigation .level_2 > li > div > a:not(.active):not(.trail):focus:after {
        height: 2px;
        background: white; }
      @media (min-width: 1200px) {
        .header .mod_navigation .level_2 > li.submenu {
          padding-bottom: 15px;
          font-weight: bold; } }
      .header .mod_navigation .level_2 > li.submenu .level_3 {
        font-weight: 400; }
      .header .mod_navigation .level_2 > li.overview {
        margin-bottom: 15px;
        font-weight: 500; }
        @media (max-width: 1199.98px) {
          .header .mod_navigation .level_2 > li.overview {
            display: none; } }
        .header .mod_navigation .level_2 > li.overview > div > a {
          padding-right: 22px; }
          .header .mod_navigation .level_2 > li.overview > div > a:after {
            height: 2px; }
          .header .mod_navigation .level_2 > li.overview > div > a:not(.active):not(.trail):hover:after, .header .mod_navigation .level_2 > li.overview > div > a:not(.active):not(.trail):focus:after {
            height: 4px; }
          .header .mod_navigation .level_2 > li.overview > div > a:not(.active):not(.trail):hover .overview__icon .corner-tr, .header .mod_navigation .level_2 > li.overview > div > a:not(.active):not(.trail):focus .overview__icon .corner-tr {
            -webkit-transform: translate(4px, -4px);
                    transform: translate(4px, -4px); }
          .header .mod_navigation .level_2 > li.overview > div > a:not(.active):not(.trail):hover .overview__icon .corner-br, .header .mod_navigation .level_2 > li.overview > div > a:not(.active):not(.trail):focus .overview__icon .corner-br {
            -webkit-transform: translate(4px, 4px);
                    transform: translate(4px, 4px); }
          .header .mod_navigation .level_2 > li.overview > div > a:not(.active):not(.trail):hover .overview__icon .corner-bl, .header .mod_navigation .level_2 > li.overview > div > a:not(.active):not(.trail):focus .overview__icon .corner-bl {
            -webkit-transform: translate(-4px, 4px);
                    transform: translate(-4px, 4px); }
          .header .mod_navigation .level_2 > li.overview > div > a:not(.active):not(.trail):hover .overview__icon .corner-tl, .header .mod_navigation .level_2 > li.overview > div > a:not(.active):not(.trail):focus .overview__icon .corner-tl {
            -webkit-transform: translate(-4px, -4px);
                    transform: translate(-4px, -4px); }
          .header .mod_navigation .level_2 > li.overview > div > a .overview__icon {
            position: absolute;
            right: 1px;
            bottom: 9px;
            overflow: visible;
            -webkit-transform: translateX(0.001px);
                    transform: translateX(0.001px); }
            .header .mod_navigation .level_2 > li.overview > div > a .overview__icon .corner {
              -webkit-transition: -webkit-transform 0.3s;
              transition: -webkit-transform 0.3s;
              transition: transform 0.3s;
              transition: transform 0.3s, -webkit-transform 0.3s; }
      .header .mod_navigation .level_2 > li.open .level_3 {
        opacity: 1;
        width: 100%;
        left: 100%; }
      @media (max-width: 1199.98px) {
        .header .mod_navigation .level_2 > li.not-open {
          display: none; } }
      .header .mod_navigation .level_2 > li.submenu > div > .next {
        opacity: 1;
        position: absolute; }
        .header .mod_navigation .level_2 > li.submenu > div > .next:after {
          height: 2px; }
        .header .mod_navigation .level_2 > li.submenu > div > .next:hover:after, .header .mod_navigation .level_2 > li.submenu > div > .next:focus:after {
          height: 4px; }
  @media (min-width: 1200px) {
    .header .mod_navigation li.megamenu > .level_2 {
      position: fixed;
      width: 100%;
      top: 161px;
      padding-top: 76px;
      padding-left: calc(50% - 590px);
      padding-right: calc(50% - 590px);
      -webkit-column-count: 4;
         -moz-column-count: 4;
              column-count: 4;
      -webkit-column-gap: 20px;
         -moz-column-gap: 20px;
              column-gap: 20px; }
      .header .mod_navigation li.megamenu > .level_2 .btn-link.btn-close {
        display: block; }
      .header .mod_navigation li.megamenu > .level_2 li.overview {
        position: absolute;
        top: 23px;
        min-width: 280px;
        white-space: nowrap; }
      .header .mod_navigation li.megamenu > .level_2 > li {
        -webkit-column-break-inside: avoid;
           -moz-column-break-inside: avoid;
                break-inside: avoid; }
        .header .mod_navigation li.megamenu > .level_2 > li > div > a,
        .header .mod_navigation li.megamenu > .level_2 > li > div > strong {
          white-space: normal; } }
  .header .mod_navigation li.last > .level_2 {
    left: auto;
    right: 0; }
  .header .mod_navigation .level_3 {
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    @media (max-width: 1199.98px) {
      .header .mod_navigation .level_3 {
        max-height: calc(100vh - 160px);
        overflow: auto;
        background: #000; } }
    .header .mod_navigation .level_3 > li {
      color: #fff;
      -webkit-column-break-inside: avoid;
         -moz-column-break-inside: avoid;
              break-inside: avoid; }
      @media (min-width: 1200px) {
        .header .mod_navigation .level_3 > li {
          font-size: 16px; } }
      .header .mod_navigation .level_3 > li > div > a:not(.next),
      .header .mod_navigation .level_3 > li > div > strong {
        position: relative;
        display: block;
        padding: 10px 0;
        -webkit-column-break-inside: avoid;
           -moz-column-break-inside: avoid;
                break-inside: avoid; }
        @media (max-width: 1199.98px) {
          .header .mod_navigation .level_3 > li > div > a:not(.next),
          .header .mod_navigation .level_3 > li > div > strong {
            padding: 18px 0; } }
        .header .mod_navigation .level_3 > li > div > a:not(.next):after,
        .header .mod_navigation .level_3 > li > div > strong:after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 1px;
          background: #414141;
          -webkit-transition: height 0.3s, background 0.3s;
          transition: height 0.3s, background 0.3s; }
          @media (max-width: 1199.98px) {
            .header .mod_navigation .level_3 > li > div > a:not(.next):after,
            .header .mod_navigation .level_3 > li > div > strong:after {
              background: white; } }
        .header .mod_navigation .level_3 > li > div > a:not(.next):not(.active):not(.trail):hover:after, .header .mod_navigation .level_3 > li > div > a:not(.next):not(.active):not(.trail):focus:after,
        .header .mod_navigation .level_3 > li > div > strong:not(.active):not(.trail):hover:after,
        .header .mod_navigation .level_3 > li > div > strong:not(.active):not(.trail):focus:after {
          height: 2px;
          background: white; }
        .header .mod_navigation .level_3 > li > div > a:not(.next).active,
        .header .mod_navigation .level_3 > li > div > strong.active {
          color: #00d2be; }
          .header .mod_navigation .level_3 > li > div > a:not(.next).active:after,
          .header .mod_navigation .level_3 > li > div > strong.active:after {
            background: currentColor; }
      .header .mod_navigation .level_3 > li > div > a.next:after {
        height: 2px; }
      .header .mod_navigation .level_3 > li > div > a.next:hover:after, .header .mod_navigation .level_3 > li > div > a.next:focus:after {
        height: 4px; }
  .header .mod_navigation .next {
    width: 40px;
    height: 54px;
    background-image: url("../img/arrow_slide_right_white.svg");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    display: none;
    background-size: 9px;
    border-bottom: none; }
  .header .mod_navigation .back {
    display: none; }
  @media (max-width: 1199.98px) {
    .header .mod_navigation {
      bottom: 0px;
      right: 0px; }
      .header .mod_navigation .nav-icon {
        display: block; }
      .header .mod_navigation ul a.back {
        font-size: 18px;
        font-family: 'GT-America-Mono', sans-serif;
        font-weight: 500;
        font-style: normal;
        padding-left: 25px;
        background-image: url("../img/arrow-left.svg");
        background-repeat: no-repeat;
        background-position: center left;
        display: block;
        position: absolute;
        top: -82px;
        left: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: none;
        transition: none; } }
    @media (max-width: 1199.98px) and (max-width: 767.98px) {
      .header .mod_navigation ul a.back {
        top: -85px; } }
  @media (max-width: 1199.98px) {
      .header .mod_navigation li.open > a.back {
        opacity: 1;
        visibility: visible;
        -webkit-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out; }
      .header .mod_navigation .nav__inside {
        opacity: 0;
        visibility: hidden;
        background: rgba(0, 0, 0, 0.9);
        padding-top: 135px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        min-height: 100vh;
        display: none; }
      .header .mod_navigation .level_1 {
        width: 100%;
        height: 100%;
        background: transparent; }
        .header .mod_navigation .level_1 li {
          float: none;
          display: block;
          position: initial;
          background: transparent;
          max-width: 510px; } }
      @media (max-width: 1199.98px) and (max-width: 767.98px) {
        .header .mod_navigation .level_1 li {
          max-width: 100%; } }
  @media (max-width: 1199.98px) {
          .header .mod_navigation .level_1 li.active > a,
          .header .mod_navigation .level_1 li.active > strong,
          .header .mod_navigation .level_1 li.active > div > a,
          .header .mod_navigation .level_1 li.active > div > strong,
          .header .mod_navigation .level_1 li.active > div > a > strong,
          .header .mod_navigation .level_1 li.active > div > a > span, .header .mod_navigation .level_1 li.trail > a,
          .header .mod_navigation .level_1 li.trail > strong,
          .header .mod_navigation .level_1 li.trail > div > a,
          .header .mod_navigation .level_1 li.trail > div > strong,
          .header .mod_navigation .level_1 li.trail > div > a > strong,
          .header .mod_navigation .level_1 li.trail > div > a > span {
            text-decoration: none;
            border-bottom: none;
            color: #00d2be; }
          .header .mod_navigation .level_1 li.submenu > div > .next {
            display: block;
            visibility: visible;
            opacity: 1;
            position: absolute;
            border-bottom: none; }
        .header .mod_navigation .level_1 > li {
          padding: 0; }
          .header .mod_navigation .level_1 > li:before {
            left: 0;
            bottom: 0;
            width: 100%;
            height: 1px;
            background: white; }
          .header .mod_navigation .level_1 > li.open:before {
            display: none; }
          .header .mod_navigation .level_1 > li > div > a,
          .header .mod_navigation .level_1 > li > div > strong {
            padding: 18px 0; }
      .header .mod_navigation--open .nav__inside {
        visibility: visible;
        opacity: 1;
        display: block; }
      .header .mod_navigation .level_2 {
        width: 510px;
        padding: 0;
        top: 0;
        background: transparent;
        height: auto;
        color: #fff; } }
    @media (max-width: 1199.98px) and (max-width: 767.98px) {
      .header .mod_navigation .level_2 {
        width: 100%; } }
  @media (max-width: 1199.98px) {
        .header .mod_navigation .level_2:after {
          display: none; }
        .header .mod_navigation .level_2 li.open .level_3 {
          left: 0;
          z-index: 99; }
      .header .mod_navigation .level_3 {
        position: absolute;
        opacity: 0;
        z-inde: -10;
        left: 0;
        top: 0;
        padding: 0;
        background: transparent;
        height: auto;
        color: #fff; }
        .header .mod_navigation .level_3:before {
          display: none; } }
  @media (min-width: 960px) and (max-width: 1199.98px) {
    .header .mod_navigation .level_2.has-gt-8,
    .header .mod_navigation .level_3.has-gt-8 {
      width: 900px;
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2;
      -webkit-column-gap: 40px;
         -moz-column-gap: 40px;
              column-gap: 40px; }
      .header .mod_navigation .level_2.has-gt-8 > li,
      .header .mod_navigation .level_3.has-gt-8 > li {
        max-width: 100%; } }

.nav-icon {
  position: relative;
  display: block;
  float: right;
  top: -36px;
  z-index: 99;
  cursor: pointer;
  display: none; }
  @media (max-width: 959.98px) {
    .nav-icon {
      top: -42px; }
      .header.sticky .nav-icon {
        top: -36px; } }
  @media (max-width: 767.98px) {
    .nav-icon {
      top: -50px; } }
  .nav-icon span {
    width: 44px;
    height: 4px;
    background: #fff;
    display: block;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    position: relative;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    top: 0; }
    .nav-icon span:nth-child(1) {
      margin-bottom: 12px; }
  .nav-icon--open span:nth-child(1) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 8px; }
  .nav-icon--open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: -8px; }

.header.theme-black .mod_navigation .level_1 {
  color: #000; }
  @media (max-width: 1199.98px) {
    .header.theme-black .mod_navigation .level_1 {
      color: #fff; } }

.header.theme-black .mod_navigation .level_2 {
  color: #fff; }

.mod_breadcrumb {
  margin-bottom: -26px;
  font-size: 14px;
  line-height: 18px;
  color: #B7B7B7;
  padding-top: 8px; }
  .no-breadcrumb .mod_breadcrumb {
    display: none; }
  .mod_breadcrumb ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .mod_breadcrumb ul li {
      padding-right: 8px; }
      .mod_breadcrumb ul li + li {
        padding-left: 20px;
        background-image: url("../img/arrow_right_grey.svg");
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 12px; }
    .mod_breadcrumb ul a {
      display: block;
      color: inherit; }
      .mod_breadcrumb ul a:hover, .mod_breadcrumb ul a:focus {
        text-decoration: underline; }
  @media (max-width: 767.98px) {
    .mod_breadcrumb {
      display: none; } }

.footer {
  padding: 0 0 15px 0;
  background: #000;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  position: relative; }
  .footer:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 7px;
    content: "";
    display: block;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#fff000), color-stop(#00d2be), color-stop(#0000ff), color-stop(#6e2dc8), to(#b42dc8));
    background-image: linear-gradient(to right, #fff000, #00d2be, #0000ff, #6e2dc8, #b42dc8); }
  .footer .inside {
    max-width: 1200px;
    margin: 0 auto;
    position: relative; }
  .footer .footer-bottom {
    width: 100%;
    border-top: 1px solid #fff;
    padding: 5px 10px 0;
    font-size: 12px;
    font-family: 'GT-America-Mono', sans-serif;
    font-weight: 400;
    font-style: normal; }
    .footer .footer-bottom .ce_text {
      float: left; }
    .footer .footer-bottom .mod_customnav {
      float: right;
      overflow: visible;
      font-family: 'GT-America-Mono', sans-serif;
      font-weight: 500;
      font-style: normal; }
      .footer .footer-bottom .mod_customnav li {
        float: left;
        color: inherit; }
        .footer .footer-bottom .mod_customnav li:before {
          content: "";
          display: block;
          width: 1px;
          height: 24px;
          margin: 0 32px;
          float: left;
          margin-top: -5px;
          background: #fff; }
        .footer .footer-bottom .mod_customnav li.first:before {
          display: none; }
        .footer .footer-bottom .mod_customnav li a {
          color: inherit; }
  .footer .footer-middle {
    width: 100%;
    padding: 0 10px 5px;
    font-family: 'GT-America', sans-serif;
    font-weight: 500;
    font-style: normal; }
    .footer .footer-middle .ce_colsetPart.last {
      text-align: right; }
    .footer .footer-middle .din {
      color: #fff000;
      display: block;
      margin-top: 24px;
      font-family: 'GT-America-Mono', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 11px; }
  .footer .xing,
  .footer .fb,
  .footer .kununu,
  .footer .linkedin {
    display: inline-block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 0;
    margin-right: 32px; }
    .footer .xing a,
    .footer .fb a,
    .footer .kununu a,
    .footer .linkedin a {
      background: transparent;
      display: block;
      height: 100%; }
    .footer .xing a:before,
    .footer .fb a:before,
    .footer .kununu a:before,
    .footer .linkedin a:before {
      display: none; }
    @media (max-width: 1199.98px) {
      .footer .xing,
      .footer .fb,
      .footer .kununu,
      .footer .linkedin {
        margin-right: 25px; } }
  .footer .xing {
    background-image: url("../img/xing.svg"); }
  .footer .fb {
    background-image: url("../img/fb-circle.svg"); }
  .footer .kununu {
    background-image: url("../img/kununu.svg"); }
  .footer .linkedin {
    background-image: url("../img/linkedin.svg");
    margin-right: 0px; }

.footer-top {
  width: 100%;
  padding: 32px 10px 16px;
  height: auto;
  overflow: hidden;
  -webkit-transition: all 1.15s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  transition: all 1.15s cubic-bezier(0.25, 0.74, 0.22, 0.99); }
  .footer-top .openform {
    float: right;
    display: block;
    text-align: right; }
    .footer-top .openform a {
      color: inherit;
      padding-right: 35px;
      background-image: url("../img/arrow-down-white.svg");
      background-position: center right;
      display: inline-block;
      background-repeat: no-repeat;
      font-size: 20px;
      line-height: 30px;
      font-family: 'GT-America', sans-serif;
      font-weight: 700;
      font-style: normal; }
      @media (max-width: 767.98px) {
        .footer-top .openform a {
          font-size: 16px; } }
    .footer-top .openform--active a {
      background-image: url("../img/arrow-up-white.svg"); }
  .footer-top .toplink {
    float: left;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 30px;
    height: 30px;
    background-image: url("../img/toplink-white.svg");
    font-size: 0;
    cursor: pointer; }
  .footer-top .ce_form {
    opacity: 0;
    visibility: hidden;
    display: none;
    width: 100%;
    clear: both; }
  .footer-top--open .ce_form {
    display: block;
    opacity: 1;
    visibility: visible; }

@media (min-width: 960px) and (max-width: 1199.98px) {
  .footer .footer-middle > .ce_colsetStart > .c50l {
    width: 66.666%; }
  .footer .footer-middle > .ce_colsetStart > .c50r {
    width: 33.333%; } }

@media (min-width: 768px) and (max-width: 959.98px) {
  .footer .footer-middle > .ce_colsetStart > .c50l .c33l {
    width: 30%; }
  .footer .footer-middle > .ce_colsetStart > .c50l .c33r {
    width: 40%; } }

@media (min-width: 576px) and (max-width: 767.98px) {
  .footer .footer-middle .c33l:first-child {
    width: 33%; }
  .footer .footer-middle .c33l:nth-child(2) {
    width: 36.5%; }
  .footer .footer-middle .c33r {
    width: auto;
    float: right; } }

@media (max-width: 959.98px) {
  .footer .footer-middle > .ce_colsetStart > .ce_colsetPart.last {
    margin-top: 24px;
    text-align: left; }
  .footer .footer-bottom .ce_text {
    max-width: calc(100% - 214px); }
  .footer .footer-bottom .mod_customnav li:before {
    margin-left: 24px;
    margin-right: 24px; } }

@media (max-width: 575.98px) {
  .footer .footer-middle .c33l:first-child {
    width: 45%; }
  .footer .footer-middle .c33l:nth-child(2) {
    width: auto;
    float: right; }
  .footer .footer-middle .c33r {
    width: 100%;
    float: none;
    clear: both;
    margin-left: 0;
    padding-top: 16px; }
  .footer .footer-bottom {
    border-top: 0 none; }
    .footer .footer-bottom .ce_text {
      float: none;
      max-width: none;
      margin-top: 8px; }
    .footer .footer-bottom .mod_customnav {
      float: none;
      border-top: 1px solid white;
      padding-top: 5px;
      margin-top: 5px; } }

@media (max-width: 359px) {
  .footer .footer-middle .c33l:first-child, .footer .footer-middle .c33l:nth-child(2) {
    width: 100%;
    float: none; }
  .footer .footer-middle .c33l:nth-child(2) {
    padding-top: 16px; } }

/* Elements */
body div.klaro .cookie-modal .cm-modal {
  background: rgba(0, 0, 0, 0.9);
  border-radius: 0;
  max-height: 87%;
  font-family: 'GT-America-Mono', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  max-width: 1200px; }
  body div.klaro .cookie-modal .cm-modal .title {
    font-size: 18px;
    font-family: 'GT-America-Mono', sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 23px;
    margin-bottom: 22px; }
  body div.klaro .cookie-modal .cm-modal p {
    font-size: 14px;
    line-height: 23px; }
  body div.klaro .cookie-modal .cm-modal .cm-header {
    padding: 50px; }
    @media (max-width: 959.98px) {
      body div.klaro .cookie-modal .cm-modal .cm-header {
        padding: 24px; } }
  body div.klaro .cookie-modal .cm-modal .cm-body {
    padding: 50px; }
    body div.klaro .cookie-modal .cm-modal .cm-body .cm-app.cm-toggle-all {
      padding-top: 35px !important;
      margin-top: 35px; }
    @media (max-width: 959.98px) {
      body div.klaro .cookie-modal .cm-modal .cm-body {
        padding: 24px; } }
  body div.klaro .cookie-modal .cm-modal .cm-footer {
    padding: 50px; }
    @media (max-width: 959.98px) {
      body div.klaro .cookie-modal .cm-modal .cm-footer {
        padding: 24px; } }
  body div.klaro .cookie-modal .cm-modal .cm-btn-success {
    padding: 6px 21px;
    background: #00d2be;
    border: 1px solid #00d2be;
    color: #fff;
    font-family: 'GT-America-Mono', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    border-radius: 0px; }
  body div.klaro .cookie-modal .cm-modal .cm-powered-by {
    display: none; }

body .klaro .cookie-modal .cm-app-input:checked + .cm-app-label .slider, body .klaro .cookie-notice .cm-app-input:checked + .cm-app-label .slider {
  background: #00DDCE; }

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app {
  padding-left: 80px; }

.ce_form,
.mod_login {
  font-family: 'GT-America-Mono', sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  width: 100%; }
  .ce_form .subcl,
  .ce_form .subcr,
  .mod_login .subcl,
  .mod_login .subcr {
    padding: 0; }
  .ce_form input,
  .ce_form textarea,
  .ce_form select,
  .mod_login input,
  .mod_login textarea,
  .mod_login select {
    border: 1px solid;
    background: transparent;
    width: 100%;
    padding: 5px 10px;
    font-size: 14px;
    color: inherit;
    outline: none; }
  .ce_form input,
  .mod_login input {
    -webkit-appearance: none;
    border-radius: 0;
    height: 44px;
    border-bottom: 0; }
  .ce_form select,
  .mod_login select {
    -webkit-appearance: none;
    border-radius: 0;
    height: 44px;
    background-image: url(../img/arrow-down-black.svg);
    background-repeat: no-repeat;
    background-position: center right 12px;
    background-size: 16px; }
  .ce_form textarea,
  .mod_login textarea {
    -webkit-appearance: none;
    border-radius: 0;
    height: 210px;
    max-height: 210px;
    max-width: 100%; }
  .ce_form input[type="checkbox"],
  .mod_login input[type="checkbox"] {
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #000;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 9px;
    border-radius: 0px;
    display: inline-block;
    position: relative;
    height: auto;
    width: auto; }
    .ce_form input[type="checkbox"]:active, .ce_form input[type="checkbox"]:checked:active,
    .mod_login input[type="checkbox"]:active,
    .mod_login input[type="checkbox"]:checked:active {
      -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
              box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1); }
    .ce_form input[type="checkbox"]:checked,
    .mod_login input[type="checkbox"]:checked {
      -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
              box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
      color: #000; }
      .ce_form input[type="checkbox"]:checked:after,
      .mod_login input[type="checkbox"]:checked:after {
        content: '\2714';
        font-size: 14px;
        position: absolute;
        top: 0px;
        left: 3px;
        color: #000; }
  .ce_form .checkbox_container span,
  .mod_login .checkbox_container span {
    display: block;
    position: relative;
    margin-top: 15px;
    padding-left: 45px; }
    .ce_form .checkbox_container span input,
    .mod_login .checkbox_container span input {
      position: absolute;
      top: 2px;
      left: 0; }
    .ce_form .checkbox_container span label,
    .mod_login .checkbox_container span label {
      font-size: 14px;
      line-height: 18px;
      font-family: 'GT-America-Mono', sans-serif;
      font-weight: 400;
      font-style: normal; }
  .ce_form .widget-submit,
  .mod_login .widget-submit {
    position: absolute;
    bottom: 0; }
  .ce_form button.submit,
  .mod_login button.submit {
    -webkit-appearance: none;
    border-radius: 0;
    background: transparent;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url("../img/arrow-right-black.svg");
    color: inherit;
    font-family: 'GT-America-Mono', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
    .ce_form button.submit:hover,
    .mod_login button.submit:hover {
      background-position: left 7px center; }
  .ce_form .subcr input,
  .mod_login .subcr input {
    border-left: 0; }
  .ce_form .c30r,
  .mod_login .c30r {
    padding-left: 65px; }
  .ce_form input.captcha,
  .mod_login input.captcha {
    border: 1px solid;
    margin-bottom: 5px;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .ce_form .captcha_text,
  .ce_form .error,
  .mod_login .captcha_text,
  .mod_login .error {
    font-size: 16px;
    display: block;
    margin-bottom: 10px; }
  .ce_form p.error,
  .mod_login p.error {
    background: #da2b15;
    color: white; }
  .ce_form .widget.error label,
  .mod_login .widget.error label {
    color: #da2b15; }
  .ce_form .widget.error input,
  .ce_form .widget.error textarea,
  .mod_login .widget.error input,
  .mod_login .widget.error textarea {
    border-color: #da2b15; }

.footer input[type="checkbox"] {
  border: 1px solid #fff; }
  .footer input[type="checkbox"]:active, .footer input[type="checkbox"]:checked:active {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1); }
  .footer input[type="checkbox"]:checked {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
    color: #fff; }
    .footer input[type="checkbox"]:checked:after {
      color: #fff; }

.footer input,
.footer textarea {
  border-color: #fff; }

.footer .ce_form {
  padding: 60px 0 0 0;
  margin-bottom: 60px;
  position: relative; }

.footer button.submit {
  background-image: url("../img/arrow-right-white.svg"); }

.footer .captcha_text {
  display: block; }

.footer input.captcha {
  background: #fff;
  border: 1px solid #fff;
  color: #000;
  display: block;
  -webkit-box-shadow: none;
          box-shadow: none; }

.footer.no_contact .openform {
  display: none;
  opacity: 0; }

.ce_form .layout_form {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  .ce_form .layout_form input,
  .ce_form .layout_form select {
    border-bottom: 1px solid;
    max-width: 600px; }
  .ce_form .layout_form .cr_ipe_item {
    margin-bottom: 20px; }
  .ce_form .layout_form label,
  .ce_form .layout_form .itemname {
    font-size: 14px;
    margin-bottom: 10px;
    display: block; }

.mod_login {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  .mod_login form {
    max-width: 600px;
    width: 100%; }
  .mod_login input {
    border-bottom: 1px solid #000; }
  .mod_login .widget {
    margin-bottom: 16px; }
    .mod_login .widget.widget-submit {
      margin-bottom: 0px;
      position: relative;
      bottom: auto; }
      .mod_login .widget.widget-submit button,
      .mod_login .widget.widget-submit button.submit {
        font-family: 'GT-America-Mono', sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
        font-size: 16px;
        padding: 12px 50px 11px 25px !important;
        border: 1px solid #000;
        min-width: auto;
        background-repeat: no-repeat;
        background-position: center right 20px;
        background-image: url(../img/arrow-right-white.svg);
        display: inline-block;
        background-repeat: no-repeat;
        line-height: 20px;
        -webkit-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
        background-color: #000;
        color: #fff;
        position: relative;
        bottom: auto; }
        .mod_login .widget.widget-submit button:hover,
        .mod_login .widget.widget-submit button.submit:hover {
          background-color: transparent;
          color: #000;
          background-color: #fff;
          background-image: url(../img/arrow-right-black.svg);
          background-repeat: no-repeat; }

.mod_Square {
  width: 100%; }

#main .mod_dz_square {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  #main .mod_dz_square .textcontainer {
    opacity: 0;
    visibility: hidden;
    display: none; }
    #main .mod_dz_square .textcontainer.general {
      opacity: 1;
      visibility: visible;
      display: block; }
  #main .mod_dz_square .mod_dz_square__svg {
    position: relative; }
    @media (min-width: 768px) and (max-width: 959.98px) {
      #main .mod_dz_square .mod_dz_square__svg {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto; } }
    @media (max-width: 959.98px) {
      #main .mod_dz_square .mod_dz_square__svg {
        margin-top: 70px; } }
  #main .mod_dz_square .link a {
    font-family: 'GT-America-Mono', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: top 6px left;
    background-image: url("../img/arrow-right-black.svg");
    display: inline-block; }
    #main .mod_dz_square .link a:hover {
      padding-left: 40px; }
  @media (min-width: 960px) {
    #main .mod_dz_square .ce_text {
      font-size: 24px; }
      #main .mod_dz_square .ce_text p {
        line-height: 34px; } }
  #main .mod_dz_square h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 16px; }
  #main .mod_dz_square svg {
    max-width: 100%;
    width: 100%;
    height: auto;
    font-family: 'GT-America', sans-serif;
    font-weight: 400;
    font-style: normal; }
  #main .mod_dz_square .list__container {
    width: 185px;
    position: absolute;
    right: 0;
    top: 0;
    padding-left: 20px;
    float: right;
    height: 100%; }
    #main .mod_dz_square .list__container div {
      height: 25%;
      position: relative; }
    #main .mod_dz_square .list__container a {
      font-family: 'GT-America-Mono', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 16px;
      line-height: 16px;
      padding-bottom: 10px;
      border-bottom: 2px solid #000000;
      color: #000000;
      display: block;
      margin-top: 5px;
      background-image: url("../img/arrow-right-black.svg");
      background-repeat: no-repeat;
      background-position: top 5px right;
      -webkit-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out; }
      #main .mod_dz_square .list__container a:hover {
        background-position: top 5px right 10px; }

#Pfad_294,
#Pfad_295,
#Pfad_296,
#Pfad_297,
#Rechteck_1 {
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  cursor: pointer; }
  #Pfad_294.active,
  #Pfad_295.active,
  #Pfad_296.active,
  #Pfad_297.active,
  #Rechteck_1.active {
    fill: #6e2dc8; }
  #Pfad_294.hover,
  #Pfad_295.hover,
  #Pfad_296.hover,
  #Pfad_297.hover,
  #Rechteck_1.hover {
    fill: #6e2dc8; }

#MANAGE {
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in; }
  #MANAGE.active {
    fill: #fff; }
  #MANAGE.hover {
    fill: #fff; }

@media (max-width: 959.98px) {
  .c20l,
  .c25l,
  .c33l,
  .c38l,
  .c40l,
  .c42l,
  .c50l,
  .c58l,
  .c60l,
  .c62l,
  .c66l,
  .c75l,
  .c80l,
  .c15l,
  .c16l,
  .c30l,
  .c45l,
  .c55l,
  .c70l,
  .c85l,
  .c20r,
  .c25r,
  .c33r,
  .c38r,
  .c40r,
  .c42r,
  .c50r,
  .c58r,
  .c60r,
  .c66r,
  .c62r,
  .c75r,
  .c80r,
  .c15r,
  .c16r,
  .c30r,
  .c45r,
  .c55r,
  .c70r,
  .c85r {
    width: 100%; }
  .ce_form .subcr input {
    border-left: 2px solid; }
  .ce_form .c30r {
    padding-left: 0px;
    padding-top: 35px; }
  .ce_form .widget-submit {
    position: relative; }
  .margin-fix {
    display: block; }
  .mod_Square .mod_dz_square__svg {
    margin-bottom: 60px; } }

@media (max-width: 575.98px) {
  #main .mod_dz_square svg {
    max-width: 100%;
    height: auto; }
  #main .mod_dz_square .list__container {
    width: 120px; }
    #main .mod_dz_square .list__container a {
      font-size: 10px;
      background: transparent;
      padding-bottom: 5px; } }

.mod_dz_stage {
  color: #fff;
  position: relative;
  -webkit-transition: all 0.3 s ease-in;
  transition: all 0.3 s ease-in; }
  .mod_dz_stage .container {
    width: 100%;
    position: relative; }
    .mod_dz_stage .container .row {
      width: 100%; }
  .mod_dz_stage .container .d-flex {
    position: relative;
    padding-top: 200px;
    padding-bottom: 30px;
    height: calc(100vh - 52px);
    max-height: 1240px; }
  .mod_dz_stage .label {
    font-weight: 500;
    display: block;
    margin-bottom: 30px;
    font-family: 'GT-America-Mono', sans-serif;
    font-weight: 500;
    font-style: normal; }
  .mod_dz_stage .mod_dz_stage__item {
    font-size: 50px;
    font-weight: 500;
    margin: 0;
    padding: 7px 0;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    text-align: left;
    cursor: pointer; }
    .mod_dz_stage .mod_dz_stage__item span {
      opacity: 0.65; }
    .mod_dz_stage .mod_dz_stage__item.active span {
      opacity: 1; }
  .mod_dz_stage .mod_dz_stage__textblock {
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background: rgba(255, 255, 255, 0.9);
    padding: 55px 45px;
    color: #000;
    position: relative;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in; }
    .mod_dz_stage .mod_dz_stage__textblock .link {
      width: 65px;
      height: 36px;
      background-repeat: no-repeat;
      background-position: center;
      display: block;
      background-image: url("../img/arrow-right-black.svg");
      background-size: 46px;
      background-position: left center;
      bottom: 34px;
      right: 34px;
      position: absolute;
      display: none;
      -webkit-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out; }
      .mod_dz_stage .mod_dz_stage__textblock .link:hover {
        background-position: right center; }
    @media (max-height: 720px) and (min-width: 1200px) {
      .mod_dz_stage .mod_dz_stage__textblock {
        top: -55px;
        height: calc(100% + 55px); }
        .mod_dz_stage .mod_dz_stage__textblock .text-wrapper {
          position: absolute;
          width: calc(100% - 60px);
          max-height: calc(100% - 90px);
          top: 25px;
          padding-right: 30px;
          overflow-y: scroll;
          padding-bottom: 25px; }
        .mod_dz_stage .mod_dz_stage__textblock .link {
          bottom: 20px;
          background-size: 36px;
          right: 30px; } }
    .mod_dz_stage .mod_dz_stage__textblock .headline {
      display: block;
      font-size: 28px;
      font-weight: 700;
      line-height: 34px; }
    .mod_dz_stage .mod_dz_stage__textblock .text {
      font-size: 18px;
      line-height: 28px;
      position: absolute;
      bottom: 80px;
      left: 0;
      padding: 0 45px; }
      .mod_dz_stage .mod_dz_stage__textblock .text p {
        display: block;
        margin-top: 20px; }
      @media (max-height: 720px) and (min-width: 1200px) {
        .mod_dz_stage .mod_dz_stage__textblock .text {
          padding: 0;
          position: relative;
          bottom: auto; } }
  @media (max-width: 1355px) {
    .mod_dz_stage .mod_dz_stage__item {
      font-size: 49px; } }

.mod_dz_stage__wrapper {
  height: 450px;
  max-height: calc(100vh - 325px);
  overflow: hidden;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  overflow-x: hidden;
  will-change: transform; }

.mod_dz_stage__wrapper::-webkit-scrollbar {
  width: 0; }

.mod_dz_stage__inside {
  -webkit-transition: all 1.15s ease-in-out;
  transition: all 1.15s ease-in-out;
  height: 100%;
  width: 100%;
  /*
    -webkit-mask-image:
    -webkit-gradient(linear, left 50%, left top, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
    */
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(20%, rgba(0, 0, 0, 0.5)), color-stop(40%, rgba(0, 0, 0, 0.7)), color-stop(50%, black), color-stop(60%, rgba(0, 0, 0, 0.7)), color-stop(80%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: transparent;
  position: relative; }

.mod_dz_stage__background {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0; }
  .mod_dz_stage__background .mod_dz_stage__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: opacity 1.7s ease-in, -webkit-transform 2.7s cubic-bezier(0.25, 0.74, 0.22, 0.99);
    transition: opacity 1.7s ease-in, -webkit-transform 2.7s cubic-bezier(0.25, 0.74, 0.22, 0.99);
    transition: opacity 1.7s ease-in, transform 2.7s cubic-bezier(0.25, 0.74, 0.22, 0.99);
    transition: opacity 1.7s ease-in, transform 2.7s cubic-bezier(0.25, 0.74, 0.22, 0.99), -webkit-transform 2.7s cubic-bezier(0.25, 0.74, 0.22, 0.99);
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
    will-change: transform, opacity; }
    .mod_dz_stage__background .mod_dz_stage__image.next {
      -webkit-transition: opacity 1.7s cubic-bezier(0.25, 0.74, 0.22, 0.99), -webkit-transform 2.7s cubic-bezier(0.25, 0.74, 0.22, 0.99);
      transition: opacity 1.7s cubic-bezier(0.25, 0.74, 0.22, 0.99), -webkit-transform 2.7s cubic-bezier(0.25, 0.74, 0.22, 0.99);
      transition: opacity 1.7s cubic-bezier(0.25, 0.74, 0.22, 0.99), transform 2.7s cubic-bezier(0.25, 0.74, 0.22, 0.99);
      transition: opacity 1.7s cubic-bezier(0.25, 0.74, 0.22, 0.99), transform 2.7s cubic-bezier(0.25, 0.74, 0.22, 0.99), -webkit-transform 2.7s cubic-bezier(0.25, 0.74, 0.22, 0.99);
      z-index: 3;
      opacity: 1;
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
    .mod_dz_stage__background .mod_dz_stage__image.before {
      -webkit-transition: opacity 1.7s cubic-bezier(0.25, 0.74, 0.22, 0.99), -webkit-transform 2.7 cubic-bezier(0.25, 0.74, 0.22, 0.99);
      transition: opacity 1.7s cubic-bezier(0.25, 0.74, 0.22, 0.99), -webkit-transform 2.7 cubic-bezier(0.25, 0.74, 0.22, 0.99);
      transition: opacity 1.7s cubic-bezier(0.25, 0.74, 0.22, 0.99), transform 2.7 cubic-bezier(0.25, 0.74, 0.22, 0.99);
      transition: opacity 1.7s cubic-bezier(0.25, 0.74, 0.22, 0.99), transform 2.7 cubic-bezier(0.25, 0.74, 0.22, 0.99), -webkit-transform 2.7 cubic-bezier(0.25, 0.74, 0.22, 0.99);
      opacity: 0;
      z-index: 30; }
    .mod_dz_stage__background .mod_dz_stage__image.active {
      top: 0;
      z-index: 5;
      opacity: 1;
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }

.mod_dz_stage.theme-black {
  color: #000; }
  .mod_dz_stage.theme-black span {
    color: #000; }
  .mod_dz_stage.theme-black .arrow-up {
    background-image: url(../img/wheel_arrow_up_black.svg); }
  .mod_dz_stage.theme-black .arrow-down {
    background-image: url(../img/wheel_arrow_down_black.svg); }

.stage_scroll__wrapper {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  .stage_scroll__wrapper.notransition {
    -webkit-transition: none !important;
    transition: none !important; }

@media (max-width: 1199.98px) {
  .col-xl-6,
  .col-lg-6 {
    position: unset; }
  .arrow-up {
    display: block;
    width: 55px;
    height: 55px;
    right: -25px;
    z-index: 10;
    top: 25%;
    position: absolute;
    background-repeat: no-repeat;
    background-image: url(../img/wheel_arrow_up_white.svg);
    background-position: center;
    background-size: 44px; } }
  @media (max-width: 1199.98px) and (max-width: 767.98px) {
    .arrow-up {
      width: 50px;
      height: 50px;
      background-size: 30px; } }

@media (max-width: 1199.98px) {
  .arrow-down {
    display: block;
    width: 55px;
    height: 55px;
    right: -25px;
    z-index: 10;
    top: calc(25% + 65px);
    position: absolute;
    background-repeat: no-repeat;
    background-image: url(../img/wheel_arrow_down_black_white.svg);
    background-position: center;
    background-size: 44px; } }
  @media (max-width: 1199.98px) and (max-width: 767.98px) {
    .arrow-down {
      width: 50px;
      height: 50px;
      top: calc(25% + 50px);
      background-size: 30px; } }

@media (max-width: 1199.98px) {
  .mod_dz_stage .mod_dz_stage__textblock {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    height: 100%;
    top: 0;
    width: 600px;
    left: 50%;
    margin-left: -300px; }
  .mod_dz_stage .container .row {
    width: 100%;
    position: relative; }
  .mod_dz_stage .container .d-flex {
    padding-top: 160px; }
  .mod_dz_stage__close {
    position: absolute;
    top: 23px;
    right: 18px;
    display: block;
    width: 18px;
    height: 18px;
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../img/close.svg"); } }

@media (max-width: 959.98px) {
  .mod_dz_stage .mod_dz_stage__item {
    font-size: 55px; } }

@media (max-width: 767.98px) {
  .mod_dz_stage .mod_dz_stage__wrapper {
    max-height: 308px; }
  .mod_dz_stage .mod_dz_stage__close {
    top: 42px;
    right: 30px;
    width: 30px;
    height: 30px;
    background-size: 28px; }
  .mod_dz_stage .mod_dz_stage__item {
    font-size: 29px; } }
  @media (max-width: 767.98px) and (max-width: 355px) {
    .mod_dz_stage .mod_dz_stage__item {
      font-size: 25px; } }

@media (max-width: 767.98px) {
  .mod_dz_stage .container .row {
    width: 100%; }
  .mod_dz_stage .mod_dz_stage__textblock {
    padding: 110px 20px 65px 20px;
    font-size: 16px;
    line-height: 24px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    margin-left: 0px;
    min-height: auto; }
    .mod_dz_stage .mod_dz_stage__textblock .headline {
      font-size: 24px;
      line-height: 30px; }
    .mod_dz_stage .mod_dz_stage__textblock .text {
      font-size: 16px;
      line-height: 24px;
      position: relative;
      bottom: auto;
      padding: 0;
      margin-top: 30px; }
    .mod_dz_stage .mod_dz_stage__textblock .link {
      background-image: url("../img/arrow-right-black.svg");
      background-size: 32px;
      width: 30px;
      height: 30px;
      position: relative;
      display: none;
      float: right;
      right: 0;
      clear: both;
      bottom: auto;
      top: auto;
      margin-top: 25px; } }

#main .soforthilfe {
  position: absolute;
  bottom: 250px;
  right: 0;
  width: 0px;
  overflow: visible; }
  #main .soforthilfe .ce_text {
    position: absolute;
    right: -700px;
    -webkit-transition: all 0.9s cubic-bezier(0.25, 0.74, 0.22, 0.99);
    transition: all 0.9s cubic-bezier(0.25, 0.74, 0.22, 0.99);
    width: 700px;
    padding: 30px;
    color: #fff;
    background: #b42dc8;
    height: 269px;
    top: -105px;
    font-family: 'GT-America-Mono', sans-serif;
    font-weight: 400;
    font-style: normal; }
    #main .soforthilfe .ce_text p {
      font-size: 16px;
      line-height: 24px; }
    #main .soforthilfe .ce_text.open {
      right: 60px; }
    #main .soforthilfe .ce_text strong {
      font-family: 'GT-America', sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 28px;
      display: block; }
    #main .soforthilfe .ce_text a {
      font-family: 'GT-America', sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 52px; }
    #main .soforthilfe .ce_text .close {
      position: absolute;
      top: 10px;
      right: 10px;
      width: 25px;
      height: 25px;
      background-image: url("../img/close-white.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 13px;
      cursor: pointer;
      z-index: 5;
      opacity: 1;
      font-size: 0px;
      text-shadow: none; }
  #main .soforthilfe .ce_hyperlink {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
    margin: 0;
    top: -99px;
    right: 57px;
    z-index: 10;
    overflow: visible;
    height: 57px;
    padding-right: 60px; }
    @media (max-width: 1199.98px) {
      #main .soforthilfe .ce_hyperlink {
        display: none; } }
    #main .soforthilfe .ce_hyperlink:before {
      content: "!";
      font-family: 'GT-America-Mono', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 32px;
      background: #b42dc8;
      color: #fff;
      height: 56px;
      width: 56px;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      position: absolute;
      display: block;
      text-align: center;
      top: 0px;
      right: 0px;
      padding-top: 11px; }
    #main .soforthilfe .ce_hyperlink a {
      padding: 19px 15px;
      text-transform: uppercase;
      background: #b42dc8;
      width: 210px !important;
      color: #fff;
      font-family: 'GT-America-Mono', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 17px;
      width: auto;
      height: auto;
      line-height: 1;
      background-image: none; }
      #main .soforthilfe .ce_hyperlink a:hover {
        background-image: none; }

#header .soforthilfe {
  display: none; }
  @media (max-width: 1199.98px) {
    #header .soforthilfe {
      display: block;
      background: transparent; }
      #header .soforthilfe .ce_text {
        min-height: 100vh;
        background: transparent; }
      #header .soforthilfe .ce_hyperlink {
        background: transparent; } }
  #header .soforthilfe .ce_text {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    -webkit-transition: all 0.9s cubic-bezier(0.25, 0.74, 0.22, 0.99);
    transition: all 0.9s cubic-bezier(0.25, 0.74, 0.22, 0.99);
    width: 700px;
    padding: 0 25px;
    color: #fff;
    background: #b42dc8;
    height: 100%;
    width: 100%;
    font-family: 'GT-America-Mono', sans-serif;
    font-weight: 400;
    font-style: normal;
    z-index: 9999; }
    @media (max-width: 767.98px) {
      #header .soforthilfe .ce_text {
        padding: 0; } }
    #header .soforthilfe .ce_text .ce_text__content {
      padding: 160px 25px 50px 25px; }
      @media (min-width: 576px) {
        #header .soforthilfe .ce_text .ce_text__content {
          max-width: 540px; } }
      @media (min-width: 768px) {
        #header .soforthilfe .ce_text .ce_text__content {
          max-width: 720px; } }
      @media (min-width: 960px) {
        #header .soforthilfe .ce_text .ce_text__content {
          max-width: 960px; } }
      @media (min-width: 1200px) {
        #header .soforthilfe .ce_text .ce_text__content {
          max-width: 1140px; } }
    #header .soforthilfe .ce_text p {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 30px; }
    #header .soforthilfe .ce_text.open {
      display: block; }
    #header .soforthilfe .ce_text strong {
      font-family: 'GT-America', sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 20px;
      display: block;
      margin-bottom: -10px; }
    #header .soforthilfe .ce_text a {
      font-family: 'GT-America', sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 30px;
      line-height: 34px; }
    #header .soforthilfe .ce_text .close {
      opacity: 1;
      font-size: 18px;
      font-family: 'GT-America-Mono', sans-serif;
      font-weight: 500;
      font-style: normal;
      color: #fff;
      padding-left: 25px;
      background-image: url(../img/arrow-left.svg);
      background-repeat: no-repeat;
      background-position: center left;
      display: block;
      position: absolute;
      top: 70px;
      text-shadow: none;
      left: 50px; }
      @media (max-width: 767.98px) {
        #header .soforthilfe .ce_text .close {
          left: 25px;
          top: 40px; } }
  #header .soforthilfe .ce_hyperlink {
    position: relative;
    margin-top: 50px; }
    @media (max-width: 1199.98px) {
      #header .soforthilfe .ce_hyperlink {
        background: transparent; } }
    #header .soforthilfe .ce_hyperlink:before {
      content: "!";
      font-family: 'GT-America-Mono', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 18px;
      background: #b42dc8;
      color: #fff;
      height: 26px;
      width: 26px;
      border: 1px solid #fff;
      position: absolute;
      display: block;
      text-align: center;
      top: 0px;
      left: 0px;
      padding-top: 3px; }
    #header .soforthilfe .ce_hyperlink a {
      padding: 5px 0 10px 40px;
      text-transform: uppercase;
      background: #b42dc8;
      color: #fff;
      font-family: 'GT-America-Mono', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 17px;
      width: auto;
      height: auto;
      line-height: 1;
      background-image: none; }
      @media (max-width: 1199.98px) {
        #header .soforthilfe .ce_hyperlink a {
          background: transparent; } }
      #header .soforthilfe .ce_hyperlink a:hover {
        background-image: none; }

.mod_dz_stage__textblock .text-wrapper::-webkit-scrollbar {
  width: 5px;
  border-radius: 0px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none; }

.mod_dz_stage__textblock .text-wrapper::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.08);
  border-radius: 0px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none; }

.mod_dz_stage__textblock .text-wrapper::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 0px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  width: 5px; }

.mod_Question {
  background: #000;
  color: #fff;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  transition: all 1s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  height: 52px; }
  .mod_Question--open {
    background: #0000ff; }
    .mod_Question--open .question__more:after {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }

.question__label {
  padding: 16px 0;
  display: block;
  cursor: pointer;
  font-family: 'GT-America', sans-serif;
  font-weight: 700;
  font-style: normal; }
  @media (max-width: 767.98px) {
    .question__label {
      font-size: 15px;
      padding: 20px 0; } }
  @media (max-width: 767.98px) and (max-width: 355px) {
    .question__label {
      font-size: 13px; } }

.question__wrapper {
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  -webkit-transition: all 0.85s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  transition: all 0.85s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  overflow: hidden; }

.question__item {
  padding: 16px 0;
  font-family: 'GT-America', sans-serif;
  font-weight: 500;
  font-style: normal;
  border-top: 1px solid #fff; }
  .question__item a {
    color: inherit;
    display: block; }
    .question__item a:after {
      background-image: url("../img/arrow-right-white.svg");
      background-position: right center;
      background-repeat: no-repeat;
      content: "";
      display: block;
      float: right;
      width: 26px;
      height: 20px;
      background-size: 20px; }

.question__more {
  margin: 0;
  float: right; }
  .question__more:after {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: center right;
    background-image: url("../img/arrow-down-white.svg");
    float: right;
    width: 22px;
    height: 20px;
    margin-left: 15px; }

@media (max-width: 959.98px) {
  .question__more {
    font-size: 0; }
  .question__item a {
    width: 100%;
    font-size: 18px;
    line-height: 26px; } }

@media (max-width: 767.98px) {
  .question__item a:after {
    width: 100%; } }

.row .ce_ContentQuestion {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  overflow: hidden; }
  .row .ce_ContentQuestion:nth-child(1), .row .ce_ContentQuestion.firstQuestion {
    height: auto; }
    .row .ce_ContentQuestion:nth-child(1) .question__item, .row .ce_ContentQuestion.firstQuestion .question__item {
      border-top: 1px solid;
      height: auto;
      padding-right: 245px; }
      .row .ce_ContentQuestion:nth-child(1) .question__item a:after, .row .ce_ContentQuestion.firstQuestion .question__item a:after {
        content: "alle Fragen anzeigen";
        font-size: 20px;
        font-family: 'GT-America', sans-serif;
        font-weight: 700;
        font-style: normal;
        background-image: url("../img/arrow-down-black.svg");
        width: 235px; }
      .row .ce_ContentQuestion:nth-child(1) .question__item.question__item--open a:after, .row .ce_ContentQuestion.firstQuestion .question__item.question__item--open a:after {
        content: "";
        font-size: 20px;
        font-family: 'GT-America', sans-serif;
        font-weight: 700;
        font-style: normal;
        background-image: url("../img/arrow-up-black.svg");
        width: 235px; }
  .row .ce_ContentQuestion .question__item {
    border-bottom: 1px solid;
    color: #000;
    position: relative; }
    .row .ce_ContentQuestion .question__item a {
      font-size: 20px;
      font-family: 'GT-America', sans-serif;
      font-weight: 700;
      font-style: normal; }
      .row .ce_ContentQuestion .question__item a:after {
        position: absolute;
        right: 0px;
        top: 16px;
        background-image: url("../img/arrow-right-black.svg"); }
  @media (max-width: 959.98px) {
    .row .ce_ContentQuestion:nth-child(1), .row .ce_ContentQuestion.firstQuestion {
      height: auto; }
      .row .ce_ContentQuestion:nth-child(1) .question__item, .row .ce_ContentQuestion.firstQuestion .question__item {
        padding-right: 40px; }
        .row .ce_ContentQuestion:nth-child(1) .question__item a:after, .row .ce_ContentQuestion.firstQuestion .question__item a:after {
          content: ""; }
    .row .ce_ContentQuestion .question__item {
      padding-right: 40px; }
      .row .ce_ContentQuestion .question__item a:after {
        content: "";
        width: 40px; } }

.ce_question__wrapper {
  width: 100%;
  overflow: hidden;
  height: 54px;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  transition: all 1s cubic-bezier(0.25, 0.74, 0.22, 0.99); }

.mod_Square {
  width: 100%; }

#main .mod_dz_square {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  #main .mod_dz_square .textcontainer {
    opacity: 0;
    visibility: hidden;
    display: none; }
    #main .mod_dz_square .textcontainer.general {
      opacity: 1;
      visibility: visible;
      display: block; }
  #main .mod_dz_square .mod_dz_square__svg {
    position: relative; }
    @media (min-width: 768px) and (max-width: 959.98px) {
      #main .mod_dz_square .mod_dz_square__svg {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto; } }
    @media (max-width: 959.98px) {
      #main .mod_dz_square .mod_dz_square__svg {
        margin-top: 70px; } }
  #main .mod_dz_square .link a {
    font-family: 'GT-America-Mono', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: top 6px left;
    background-image: url("../img/arrow-right-black.svg");
    display: inline-block; }
    #main .mod_dz_square .link a:hover {
      padding-left: 40px; }
  @media (min-width: 960px) {
    #main .mod_dz_square .ce_text {
      font-size: 24px; }
      #main .mod_dz_square .ce_text p {
        line-height: 34px; } }
  #main .mod_dz_square h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 16px; }
  #main .mod_dz_square svg {
    max-width: 100%;
    width: 100%;
    height: auto;
    font-family: 'GT-America', sans-serif;
    font-weight: 400;
    font-style: normal; }
  #main .mod_dz_square .list__container {
    width: 185px;
    position: absolute;
    right: 0;
    top: 0;
    padding-left: 20px;
    float: right;
    height: 100%; }
    #main .mod_dz_square .list__container div {
      height: 25%;
      position: relative; }
    #main .mod_dz_square .list__container a {
      font-family: 'GT-America-Mono', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 16px;
      line-height: 16px;
      padding-bottom: 10px;
      border-bottom: 2px solid #000000;
      color: #000000;
      display: block;
      margin-top: 5px;
      background-image: url("../img/arrow-right-black.svg");
      background-repeat: no-repeat;
      background-position: top 5px right;
      -webkit-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out; }
      #main .mod_dz_square .list__container a:hover {
        background-position: top 5px right 10px; }

#Pfad_294,
#Pfad_295,
#Pfad_296,
#Pfad_297,
#Rechteck_1 {
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  cursor: pointer; }
  #Pfad_294.active,
  #Pfad_295.active,
  #Pfad_296.active,
  #Pfad_297.active,
  #Rechteck_1.active {
    fill: #6e2dc8; }
  #Pfad_294.hover,
  #Pfad_295.hover,
  #Pfad_296.hover,
  #Pfad_297.hover,
  #Rechteck_1.hover {
    fill: #6e2dc8; }

#MANAGE {
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in; }
  #MANAGE.active {
    fill: #fff; }
  #MANAGE.hover {
    fill: #fff; }

@media (max-width: 959.98px) {
  .c20l,
  .c25l,
  .c33l,
  .c38l,
  .c40l,
  .c42l,
  .c50l,
  .c58l,
  .c60l,
  .c62l,
  .c66l,
  .c75l,
  .c80l,
  .c15l,
  .c16l,
  .c30l,
  .c45l,
  .c55l,
  .c70l,
  .c85l,
  .c20r,
  .c25r,
  .c33r,
  .c38r,
  .c40r,
  .c42r,
  .c50r,
  .c58r,
  .c60r,
  .c66r,
  .c62r,
  .c75r,
  .c80r,
  .c15r,
  .c16r,
  .c30r,
  .c45r,
  .c55r,
  .c70r,
  .c85r {
    width: 100%; }
  .ce_form .subcr input {
    border-left: 2px solid; }
  .ce_form .c30r {
    padding-left: 0px;
    padding-top: 35px; }
  .ce_form .widget-submit {
    position: relative; }
  .margin-fix {
    display: block; }
  .mod_Square .mod_dz_square__svg {
    margin-bottom: 60px; } }

@media (max-width: 575.98px) {
  #main .mod_dz_square svg {
    max-width: 100%;
    height: auto; }
  #main .mod_dz_square .list__container {
    width: 120px; }
    #main .mod_dz_square .list__container a {
      font-size: 10px;
      background: transparent;
      padding-bottom: 5px; } }

#main .ce_text.zitat {
  overflow: visible; }
  #main .ce_text.zitat .zitat-wrapper {
    width: 100%;
    position: relative;
    padding-right: 490px; }
    @media (max-width: 959.98px) {
      #main .ce_text.zitat .zitat-wrapper {
        padding-right: 0px; } }
  #main .ce_text.zitat p {
    font-size: 28px;
    line-height: 40px;
    opacity: 0;
    max-width: 100%;
    position: relative;
    margin: 16px 0; }
    #main .ce_text.zitat p:last-child {
      margin-bottom: 0; }
    @media (max-width: 959.98px) {
      #main .ce_text.zitat p {
        font-size: 18px;
        line-height: 26px; } }
  #main .ce_text.zitat.lang p {
    font-weight: bold; }
    @media (min-width: 960px) {
      #main .ce_text.zitat.lang p {
        font-size: 24px;
        line-height: 30px; } }
  #main .ce_text.zitat .zitat_noimage p {
    color: #000;
    font-family: 'GT-America', sans-serif;
    font-weight: 700;
    font-style: normal; }
    @media (min-width: 960px) {
      #main .ce_text.zitat .zitat_noimage p {
        font-size: 30px;
        line-height: 35px; } }
  #main .ce_text.zitat .zitat_noimage p:first-of-type::before {
    position: relative;
    content: '';
    font-size: 70px;
    font-family: 'GT-America', sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #DDDDDD;
    margin-top: -10px;
    margin-bottom: 16px;
    display: block;
    width: 100%;
    height: 40px;
    background-image: url(../img/arrow-right-gradient.svg);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 38px; }
  #main .ce_text.zitat p:first-of-type {
    margin-top: 0;
    margin-bottom: 0; }
    #main .ce_text.zitat p:first-of-type::before {
      position: relative;
      content: '\00BB';
      font-size: 70px;
      font-family: 'GT-America', sans-serif;
      font-weight: 500;
      font-style: normal;
      color: #DDDDDD;
      margin-top: -10px;
      margin-bottom: 16px;
      display: block;
      line-height: 40px; }
  #main .ce_text.zitat .image_container {
    position: absolute;
    right: 0px; }
    #main .ce_text.zitat .image_container img {
      -webkit-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out;
      -webkit-transform: scale(1.15);
              transform: scale(1.15); }
      @media (min-width: 960px) {
        #main .ce_text.zitat .image_container img {
          width: 384px;
          height: auto; } }
    @media (max-width: 959.98px) {
      #main .ce_text.zitat .image_container {
        display: block;
        position: relative;
        right: auto;
        float: none;
        margin: 0 0 24px 0; }
        #main .ce_text.zitat .image_container img {
          display: block;
          width: 100%;
          height: auto; } }
    @media (max-width: 575.98px) {
      #main .ce_text.zitat .image_container {
        margin-left: -25px;
        width: calc(100% + 50px); } }
  #main .ce_text.zitat sub {
    font-family: 'GT-America-Mono', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #989898;
    bottom: auto;
    line-height: 22px;
    display: block; }
  @media (max-width: 959.98px) {
    #main .ce_text.zitat {
      max-width: 510px;
      margin-left: auto;
      margin-right: auto; } }

.mod_navigation_leistungen {
  width: 100%;
  display: table;
  min-height: 575px;
  height: 575px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-image: url("../img/L+L.jpg");
  margin-top: -30px; }
  .mod_navigation_leistungen .label {
    font-size: 16px;
    font-family: 'GT-America', sans-serif;
    font-weight: 700;
    font-style: normal;
    max-width: 100%;
    width: 100%;
    display: block;
    line-height: 20px; }
  .mod_navigation_leistungen .level_1 {
    display: table;
    width: 100%;
    table-layout: fixed;
    min-height: 575px;
    height: 575px; }
    .mod_navigation_leistungen .level_1 > li {
      display: table-cell;
      padding: 32px 44px 32px 44px;
      vertical-align: bottom;
      position: relative;
      color: #fff;
      border-left: 1px solid #fff;
      cursor: pointer; }
      @media (max-width: 1199.98px) {
        .mod_navigation_leistungen .level_1 > li {
          padding: 32px 20px 32px 20px; } }
      .mod_navigation_leistungen .level_1 > li:first-child {
        border-left: none; }
      .mod_navigation_leistungen .level_1 > li > a,
      .mod_navigation_leistungen .level_1 > li > span,
      .mod_navigation_leistungen .level_1 > li > strong {
        font-family: 'GT-America', sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 28px;
        margin-bottom: 25px;
        display: block;
        position: absolute;
        bottom: 30px;
        color: inherit;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        text-transform: uppercase; }
      .mod_navigation_leistungen .level_1 > li.open > a,
      .mod_navigation_leistungen .level_1 > li.open > span,
      .mod_navigation_leistungen .level_1 > li.open > strong {
        bottom: 325px; }
      .mod_navigation_leistungen .level_1 > li.open .level_2 {
        opacity: 1;
        visibility: visible;
        display: block; }
  .mod_navigation_leistungen .level_2 {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 250px;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    display: none;
    width: calc(100% - 50px); }
    @media (max-width: 1199.98px) {
      .mod_navigation_leistungen .level_2 {
        width: calc(100% - 25px); } }
    .mod_navigation_leistungen .level_2 li {
      font-family: 'GT-America', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 16px;
      margin-top: 15px;
      display: block;
      opacity: 0;
      max-width: 100%;
      padding-right: 5px;
      max-width: 100%; }
      .mod_navigation_leistungen .level_2 li > a,
      .mod_navigation_leistungen .level_2 li > span,
      .mod_navigation_leistungen .level_2 li > strong {
        color: #fff;
        padding-left: 25px;
        display: block;
        background-repeat: no-repeat;
        background-position: top 3px left;
        background-image: url("../img/arrow-right-white.svg"); }
        .mod_navigation_leistungen .level_2 li > a:hover,
        .mod_navigation_leistungen .level_2 li > span:hover,
        .mod_navigation_leistungen .level_2 li > strong:hover {
          text-decoration: underline; }
        .mod_navigation_leistungen .level_2 li > a span,
        .mod_navigation_leistungen .level_2 li > a strong,
        .mod_navigation_leistungen .level_2 li > span span,
        .mod_navigation_leistungen .level_2 li > span strong,
        .mod_navigation_leistungen .level_2 li > strong span,
        .mod_navigation_leistungen .level_2 li > strong strong {
          display: block;
          padding-right: 10px;
          max-width: 100%; }
  @media (max-width: 1199.98px) {
    .mod_navigation_leistungen {
      margin-top: -60px; } }
  @media (max-width: 959.98px) {
    .mod_navigation_leistungen {
      min-height: 725px;
      height: 725px;
      position: relative;
      background-image: url("../img/leistungs_navigation_tablet.jpg");
      background-size: auto 110%;
      background-position: center bottom;
      margin-top: -60px; }
      .mod_navigation_leistungen .level_1 {
        position: absolute;
        min-height: auto;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto; }
        .mod_navigation_leistungen .level_1 > li {
          width: 100%;
          display: block;
          padding: 22px 40px;
          margin: 0;
          border-left: none;
          border-bottom: 1px solid #fff;
          -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
          transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
          max-width: 100%; }
          .mod_navigation_leistungen .level_1 > li > a,
          .mod_navigation_leistungen .level_1 > li > span,
          .mod_navigation_leistungen .level_1 > li > strong {
            position: relative;
            bottom: auto;
            margin: 0;
            padding-right: 30px;
            display: block;
            background-image: url("../img/arrow-down-white.svg");
            background-repeat: no-repeat;
            background-position: right center; } }
        @media (max-width: 959.98px) and (max-width: 767.98px) {
          .mod_navigation_leistungen .level_1 > li > a,
          .mod_navigation_leistungen .level_1 > li > span,
          .mod_navigation_leistungen .level_1 > li > strong {
            font-size: 26px; } }
  @media (max-width: 959.98px) {
          .mod_navigation_leistungen .level_1 > li.open {
            padding: 30px 40px; }
            .mod_navigation_leistungen .level_1 > li.open > a,
            .mod_navigation_leistungen .level_1 > li.open > span,
            .mod_navigation_leistungen .level_1 > li.open > strong {
              bottom: auto;
              background-image: url("../img/arrow-up-white.svg"); }
      .mod_navigation_leistungen .level_2 {
        position: relative;
        top: auto;
        margin-top: 30px; } }

@media (max-width: 767.98px) {
  .mod_newslist > .container {
    padding-left: 10px;
    padding-right: 10px; } }

@media (max-width: 1199.98px) {
  .mod_newslist .slick {
    padding-bottom: 52px; } }

.mod_newslist .slick-initialized {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text; }
  .mod_newslist .slick-initialized .col-md-6,
  .mod_newslist .slick-initialized .col-xl-4 {
    max-width: 100%; }
  @media (max-width: 767.98px) {
    .mod_newslist .slick-initialized .col-md-6 {
      margin-bottom: 0; } }

.mod_newslist .slick-prev,
.mod_newslist .slick-next {
  top: auto;
  bottom: 0;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-transform: none;
          transform: none; }
  .mod_newslist .slick-prev:before,
  .mod_newslist .slick-next:before {
    display: none; }

.mod_newslist .slick-prev {
  left: calc(50% - 36px);
  background-image: url("../img/arrow-slider-left-grey.svg"); }
  .mod_newslist .slick-prev.slick-disabled {
    background-image: url("../img/arrow-slider-left-grey-inactive.svg"); }

.mod_newslist .slick-next {
  right: calc(50% - 36px);
  background-image: url("../img/arrow-slider-right-grey.svg"); }
  .mod_newslist .slick-next.slick-disabled {
    background-image: url("../img/arrow-slider-right-grey-inactive.svg"); }

.mod_newslist .layout_latest .image_container a,
.mod_newslist .layout_latest .image_container img {
  display: block; }

.mod_newslist .layout_latest .image_container img {
  max-width: 100%;
  height: auto;
  width: 100%;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; }

.mod_newslist .layout_latest .ce_servicebox {
  height: 400px; }
  @media (max-width: 767.98px) {
    .mod_newslist .layout_latest .ce_servicebox {
      height: 320px; } }
  @media (max-width: 575.98px) {
    .mod_newslist .layout_latest .ce_servicebox {
      height: 360px; } }
  .mod_newslist .layout_latest .ce_servicebox__lineclamp {
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .mod_newslist .layout_latest .ce_servicebox h2,
  .mod_newslist .layout_latest .ce_servicebox h3 {
    margin-bottom: 12px; }
    @media (min-width: 1200px) {
      .mod_newslist .layout_latest .ce_servicebox h2,
      .mod_newslist .layout_latest .ce_servicebox h3 {
        font-size: 18px;
        line-height: 24px; } }
    @media (min-width: 768px) and (max-width: 959.98px) {
      .mod_newslist .layout_latest .ce_servicebox h2,
      .mod_newslist .layout_latest .ce_servicebox h3 {
        font-size: 18px;
        line-height: 24px; } }
    @media (max-width: 429px) {
      .mod_newslist .layout_latest .ce_servicebox h2,
      .mod_newslist .layout_latest .ce_servicebox h3 {
        font-size: 18px;
        line-height: 24px; } }
  .mod_newslist .layout_latest .ce_servicebox time,
  .mod_newslist .layout_latest .ce_servicebox time ~ * {
    display: inline; }
  .mod_newslist .layout_latest .ce_servicebox time {
    font-family: 'GT-America-Mono', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    line-height: 24px;
    padding-right: 2px; }

@media (max-width: 767.98px) {
  .mod_newslist .colcade .col-md-6 {
    margin-bottom: 0; } }

@media (min-width: 768px) and (max-width: 1199.98px) {
  .mod_newslist .colcade .colcade-col:nth-child(3) {
    display: none; } }

.mod_newslist .colcade > .colcade-item {
  display: none; }

.mod_newslist .colcade .colcade-item {
  margin-bottom: 20px; }

.mod_newslist .colcade-append {
  display: none; }
  .mod_newslist .colcade-append .btn.btn-link {
    display: block;
    margin: 0 auto;
    padding: 15px 30px;
    min-width: 180px;
    border: 0 none;
    border-radius: 0;
    background: black;
    color: white;
    text-align: center;
    font-family: 'GT-America-Mono', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 20px; }

.mod_newslist--home {
  padding-left: 10px;
  padding-right: 10px; }
  @media (max-width: 767.98px) {
    .mod_newslist--home > div > div:not(.slick-initialized) > *:not(:first-child) {
      display: none; } }
  @media (min-width: 768px) {
    .mod_newslist--home {
      margin-bottom: -20px; }
      .mod_newslist--home.col-serviceboxes-50x50 > div > div {
        display: block;
        -webkit-column-count: 2;
           -moz-column-count: 2;
                column-count: 2;
        -webkit-column-gap: 20px;
           -moz-column-gap: 20px;
                column-gap: 20px; } }
  @media (min-width: 768px) {
    .mod_newslist--home .layout_latest {
      margin-bottom: 20px; } }
  @media (min-width: 1200px) {
    .mod_newslist--home .layout_latest .image_container img {
      aspect-ratio: 25/12; } }
  .mod_newslist--home .layout_latest .ce_servicebox {
    height: 310px; }
    @media (max-width: 959.98px) {
      .mod_newslist--home .layout_latest .ce_servicebox {
        height: 400px; } }
    .mod_newslist--home .layout_latest .ce_servicebox h2,
    .mod_newslist--home .layout_latest .ce_servicebox h3 {
      margin-bottom: 12px; }
      @media (min-width: 1200px) {
        .mod_newslist--home .layout_latest .ce_servicebox h2,
        .mod_newslist--home .layout_latest .ce_servicebox h3 {
          font-size: 24px;
          line-height: 30px; } }
  @media (max-width: 767.98px) {
    .mod_newslist--home .slick-slider {
      padding-bottom: 52px; } }

#main .ce_hyperlink.news__more {
  text-align: right;
  padding-top: 10px; }
  @media (max-width: 767.98px) {
    #main .ce_hyperlink.news__more {
      text-align: left;
      padding-top: 0px; } }
  #main .ce_hyperlink.news__more a {
    font-family: 'GT-America-Mono', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    background-position: top 7px right; }

.mod_newslist .layout_latest.blockce_ContentNewsItem {
  max-width: 1100px;
  width: 100%;
  margin-bottom: 30px; }
  .mod_newslist .layout_latest.blockce_ContentNewsItem figure a,
  .mod_newslist .layout_latest.blockce_ContentNewsItem figure img {
    display: block;
    width: 100%;
    height: auto; }
  .mod_newslist .layout_latest.blockce_ContentNewsItem figure img {
    aspect-ratio: auto; }
  @media (max-width: 1199.98px) {
    .mod_newslist .layout_latest.blockce_ContentNewsItem figure {
      margin-bottom: 30px; } }
  .mod_newslist .layout_latest.blockce_ContentNewsItem .text {
    padding-left: 40px;
    font-size: 16px;
    line-height: 24px;
    margin-top: 0px; }
    @media (max-width: 1199.98px) {
      .mod_newslist .layout_latest.blockce_ContentNewsItem .text {
        width: 100%;
        padding-left: 0px; } }
  .mod_newslist .layout_latest.blockce_ContentNewsItem .block {
    margin-top: 30px; }
  .mod_newslist .layout_latest.blockce_ContentNewsItem .info {
    font-size: 14px;
    font-family: 'GT-America-Mono', sans-serif;
    font-weight: 400;
    font-style: normal;
    display: block;
    margin-bottom: 10px; }
  .mod_newslist .layout_latest.blockce_ContentNewsItem .more {
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    display: block;
    font-size: 16px;
    margin-top: 30px;
    background-image: url("../img/arrow-right-black.svg");
    background-repeat: no-repeat;
    background-position: top 7px left;
    padding-left: 25px;
    font-family: 'GT-America-Mono', sans-serif;
    font-weight: 500;
    font-style: normal;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out; }
    .mod_newslist .layout_latest.blockce_ContentNewsItem .more:hover {
      padding-left: 40px; }
    @media (max-width: 1199.98px) {
      .mod_newslist .layout_latest.blockce_ContentNewsItem .more {
        padding-bottom: 30px; } }

.ce_ContentBack,
.ce_ContentDate {
  display: block;
  width: 100%;
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  .ce_ContentBack .date,
  .ce_ContentDate .date {
    font-family: 'GT-America-Mono', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #000; }

.ce_ContentContact {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }
  @media (max-width: 959.98px) {
    .ce_ContentContact {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 60px; }
      .ce_ContentContact:last-child {
        margin-bottom: 0px; } }
  @media (max-width: 959.98px) and (max-width: 767.98px) {
    .ce_ContentContact {
      margin-bottom: 30px; } }
  .ce_ContentContact .content {
    padding: 0 0 0 20px; }
    @media (max-width: 767.98px) {
      .ce_ContentContact .content {
        padding: 0; } }
  .ce_ContentContact .position {
    display: block;
    margin-top: 25px;
    font-family: 'GT-America-Mono', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 18px; }
    .ce_ContentContact .position:after {
      content: '';
      display: block;
      width: 65%;
      max-width: 155px;
      height: 10px;
      background: #000;
      margin-bottom: 30px;
      margin-top: 15px; }
  .ce_ContentContact img {
    display: block;
    width: 100%;
    height: auto; }
  .ce_ContentContact a {
    font-family: 'GT-America-Mono', sans-serif;
    font-weight: 500;
    font-style: normal;
    display: block;
    margin-top: 5px;
    font-size: 14px;
    line-height: 18px; }

.subcl {
  position: relative; }

.ce_ContentHeadlineIcon {
  position: absolute;
  -webkit-transform: rotate(-90deg) translate(0, -100%);
          transform: rotate(-90deg) translate(0, -100%);
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  right: calc(100% - 80px);
  height: 73px;
  min-width: 270px; }
  .ce_ContentHeadlineIcon > h2, .ce_ContentHeadlineIcon > h3 {
    padding-right: 88px;
    text-align: right;
    font-size: 32px;
    line-height: 36px;
    display: block;
    font-family: 'GT-America', sans-serif;
    font-weight: 500;
    font-style: normal;
    -webkit-hyphens: none;
        -ms-hyphens: none;
            hyphens: none; }
  .ce_ContentHeadlineIcon .icon {
    position: absolute;
    right: 0;
    top: 4px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  @media (max-width: 959.98px) {
    .ce_ContentHeadlineIcon {
      position: relative;
      -webkit-transform: none;
              transform: none;
      -webkit-transform-origin: 0 0;
              transform-origin: 0 0;
      right: auto;
      width: 100%;
      position: relative;
      width: 100%;
      padding-right: 10px;
      padding-left: 10px;
      margin-bottom: 20px; }
      .ce_ContentHeadlineIcon > h2, .ce_ContentHeadlineIcon > h3 {
        max-width: 100%;
        padding-left: 85px;
        padding-right: 0px;
        text-align: left; }
      .ce_ContentHeadlineIcon .icon {
        position: absolute;
        left: 10px;
        right: auto;
        -webkit-transform: none;
                transform: none; } }
  @media (max-width: 767.98px) {
    .ce_ContentHeadlineIcon {
      height: auto;
      min-height: 75px; }
      .ce_ContentHeadlineIcon > h2, .ce_ContentHeadlineIcon > h3 {
        font-size: 27px;
        line-height: 34px;
        -webkit-hyphens: manual;
            -ms-hyphens: manual;
                hyphens: manual; } }

#main .ce_ContentPricing {
  font-size: 16px;
  width: 100%;
  padding: 120px 0; }
  #main .ce_ContentPricing > .container {
    padding-left: 20px;
    padding-right: 20px; }
    @media (max-width: 767.98px) {
      #main .ce_ContentPricing > .container {
        padding-left: 35px;
        padding-right: 35px; } }
  @media (min-width: 960px) {
    #main .ce_ContentPricing > .container > div > div + div .price__header,
    #main .ce_ContentPricing > .container > div > div + div .price__content {
      border-left: 1px solid black; }
    #main .ce_ContentPricing > .container > div > div + div .price__footer {
      border-left: 1px solid white; } }
  @media (max-width: 575.98px) {
    #main .ce_ContentPricing {
      padding-left: 25px;
      padding-right: 25px; }
      #main .ce_ContentPricing > .container {
        padding-left: 10px;
        padding-right: 10px; } }
  #main .ce_ContentPricing > h2,
  #main .ce_ContentPricing > h3 {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px; }
    @media (min-width: 576px) {
      #main .ce_ContentPricing > h2,
      #main .ce_ContentPricing > h3 {
        max-width: 540px; } }
    @media (min-width: 768px) {
      #main .ce_ContentPricing > h2,
      #main .ce_ContentPricing > h3 {
        max-width: 680px; } }
    @media (min-width: 960px) {
      #main .ce_ContentPricing > h2,
      #main .ce_ContentPricing > h3 {
        max-width: 920px; } }
    @media (min-width: 1200px) {
      #main .ce_ContentPricing > h2,
      #main .ce_ContentPricing > h3 {
        max-width: 1200px; } }
    @media (max-width: 767.98px) {
      #main .ce_ContentPricing > h2,
      #main .ce_ContentPricing > h3 {
        padding-left: 25px;
        padding-right: 25px; } }
    @media (max-width: 575.98px) {
      #main .ce_ContentPricing > h2,
      #main .ce_ContentPricing > h3 {
        padding-left: 0;
        padding-right: 0; } }
  #main .ce_ContentPricing .col-lg-4,
  #main .ce_ContentPricing .col-lg-6 {
    padding: 0; }
  #main .ce_ContentPricing .price__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 30px 30px 14px;
    background: white;
    color: #000; }
  #main .ce_ContentPricing .price__headline {
    display: block;
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 0; }
    #main .ce_ContentPricing .price__headline:after {
      content: "";
      display: block;
      position: relative;
      top: 12px;
      height: 4px;
      width: 100%;
      max-width: 200px;
      background: currentColor; }
  #main .ce_ContentPricing .price__content {
    background: white;
    padding: 0 30px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #000; }
    #main .ce_ContentPricing .price__content strong {
      font-size: 20px; }
    #main .ce_ContentPricing .price__content p {
      margin: 17px 0;
      display: block;
      line-height: 24px; }
      #main .ce_ContentPricing .price__content p:first-child {
        margin-top: 0px; }
    #main .ce_ContentPricing .price__content ul li {
      margin-bottom: 8px;
      font-size: 16px;
      line-height: 24px;
      background-position: top 7px left;
      padding-left: 25px;
      background-size: 8px;
      background-image: url("../img/liststyle.svg"); }
      #main .ce_ContentPricing .price__content ul li:last-child {
        margin-bottom: 0; }
    #main .ce_ContentPricing .price__content p:last-child {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 0; }
      #main .ce_ContentPricing .price__content p:last-child a {
        display: block;
        padding: 30px 15px 15px;
        -webkit-clip-path: polygon(0 15px, 100% 15px, 100% 100%, 0 100%);
                clip-path: polygon(0 15px, 100% 15px, 100% 100%, 0 100%);
        margin-top: auto;
        color: white;
        text-align: center; }
        #main .ce_ContentPricing .price__content p:last-child a:after {
          content: "";
          display: inline-block;
          width: 30px;
          height: 12px;
          background-image: url("../img/arrow-right-white.svg");
          background-repeat: no-repeat;
          background-position: right center;
          -webkit-transform: translateX(0px);
                  transform: translateX(0px);
          -webkit-transition: -webkit-transform 0.2s ease-in;
          transition: -webkit-transform 0.2s ease-in;
          transition: transform 0.2s ease-in;
          transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in; }
        #main .ce_ContentPricing .price__content p:last-child a, #main .ce_ContentPricing .price__content p:last-child a:hover, #main .ce_ContentPricing .price__content p:last-child a:focus {
          background: black; }
        #main .ce_ContentPricing .price__content p:last-child a:hover:after, #main .ce_ContentPricing .price__content p:last-child a:focus:after {
          -webkit-transform: translateX(7px);
                  transform: translateX(7px); }
  #main .ce_ContentPricing .price__footer {
    background: black;
    padding: 24px 30px;
    color: #fff; }
    #main .ce_ContentPricing .price__footer .price__price {
      font-family: 'GT-America', sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 20px;
      line-height: 25px;
      font-weight: bold;
      display: block; }
      #main .ce_ContentPricing .price__footer .price__price em {
        font-family: 'GT-America-Mono', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 14px;
        line-height: 18px;
        margin-left: 20px; }
  #main .ce_ContentPricing .price__stars {
    margin-bottom: 10px; }
    #main .ce_ContentPricing .price__stars span {
      display: inline-block;
      width: 18px;
      height: 18px;
      background-image: url("../img/star-green.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 18px; }
  @media (max-width: 959.98px) {
    #main .ce_ContentPricing .row {
      display: block;
      overflow: visible; }
      #main .ce_ContentPricing .row > div + div {
        margin-top: 20px; } }
  @media (max-width: 767.98px) {
    #main .ce_ContentPricing .price__header,
    #main .ce_ContentPricing .price__content {
      padding-left: 20px;
      padding-right: 20px; } }

#main .mod_article.bg-Grau .ce_ContentPricing .price__header,
#main .mod_article.bg-Grau .ce_ContentPricing .price__content {
  background: #fff; }

body #main .mod_article .ce_ContentPackage,
body #main .ce_ContentPackage {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding: 6px 3px;
  color: #000; }
  body #main .mod_article .ce_ContentPackage:nth-child(1 of :not(.ce_text)), body #main .mod_article .ce_ContentPackage:nth-child(3 of :not(.ce_text)), body #main .mod_article .ce_ContentPackage:nth-child(5 of :not(.ce_text)),
  body #main .ce_ContentPackage:nth-child(1 of :not(.ce_text)),
  body #main .ce_ContentPackage:nth-child(3 of :not(.ce_text)),
  body #main .ce_ContentPackage:nth-child(5 of :not(.ce_text)) {
    padding-left: 12px; }
    body #main .mod_article .ce_ContentPackage:nth-child(1 of :not(.ce_text)) .content .ce_hyperlink, body #main .mod_article .ce_ContentPackage:nth-child(3 of :not(.ce_text)) .content .ce_hyperlink, body #main .mod_article .ce_ContentPackage:nth-child(5 of :not(.ce_text)) .content .ce_hyperlink,
    body #main .ce_ContentPackage:nth-child(1 of :not(.ce_text)) .content .ce_hyperlink,
    body #main .ce_ContentPackage:nth-child(3 of :not(.ce_text)) .content .ce_hyperlink,
    body #main .ce_ContentPackage:nth-child(5 of :not(.ce_text)) .content .ce_hyperlink {
      left: 32px; }
  body #main .mod_article .ce_ContentPackage:nth-child(2 of :not(.ce_text)), body #main .mod_article .ce_ContentPackage:nth-child(4 of :not(.ce_text)), body #main .mod_article .ce_ContentPackage:nth-child(6 of :not(.ce_text)),
  body #main .ce_ContentPackage:nth-child(2 of :not(.ce_text)),
  body #main .ce_ContentPackage:nth-child(4 of :not(.ce_text)),
  body #main .ce_ContentPackage:nth-child(6 of :not(.ce_text)) {
    padding-right: 12px; }
  body #main .mod_article .ce_ContentPackage > h2,
  body #main .mod_article .ce_ContentPackage > h3,
  body #main .mod_article .ce_ContentPackage > h4 > h5,
  body #main .ce_ContentPackage > h2,
  body #main .ce_ContentPackage > h3,
  body #main .ce_ContentPackage > h4 > h5 {
    padding: 25px;
    background: #fff;
    width: 100%;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: #000; }
  body #main .mod_article .ce_ContentPackage .content,
  body #main .ce_ContentPackage .content {
    padding: 25px 25px 115px 25px;
    background: #F5F5F5;
    height: 100%;
    position: initial;
    color: #000; }
    body #main .mod_article .ce_ContentPackage .content.nobtn,
    body #main .ce_ContentPackage .content.nobtn {
      padding-bottom: 35px; }
    body #main .mod_article .ce_ContentPackage .content .ce_hyperlink,
    body #main .ce_ContentPackage .content .ce_hyperlink {
      padding: 0;
      position: absolute;
      bottom: 25px;
      left: 25px;
      max-width: calc(100% - 50px); }
      body #main .mod_article .ce_ContentPackage .content .ce_hyperlink a,
      body #main .ce_ContentPackage .content .ce_hyperlink a {
        padding: 15px 25px !important;
        min-width: auto; }
    body #main .mod_article .ce_ContentPackage .content ul li,
    body #main .ce_ContentPackage .content ul li {
      background-image: url(../img/liststyle.svg); }
  @media (max-width: 767.98px) {
    body #main .mod_article .ce_ContentPackage,
    body #main .ce_ContentPackage {
      width: 100%;
      display: block;
      padding: 3px 12px; }
      body #main .mod_article .ce_ContentPackage .content .ce_hyperlink,
      body #main .ce_ContentPackage .content .ce_hyperlink {
        left: 32px;
        max-width: calc(100% - 62px); } }

#main .ContentService .ContentService__header {
  background: #000;
  padding: 32px 0;
  color: #fff;
  position: relative; }
  #main .ContentService .ContentService__header h2 {
    color: inherit;
    max-width: 975px;
    font-family: 'GT-America', sans-serif;
    font-weight: 500;
    font-style: normal;
    margin: 0; }
  #main .ContentService .ContentService__header .label {
    font-family: 'GT-America-Mono', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    display: block;
    margin-bottom: 15px; }
  #main .ContentService .ContentService__header:after {
    content: '';
    display: block;
    width: 150px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: bottom center;
    position: absolute;
    left: 50%;
    margin-left: -75px;
    bottom: -29px;
    background-image: url(../img/arrow-bg-down.svg); }

#main .ContentService .ContentService__content {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 0; }
  #main .ContentService .ContentService__content .row {
    margin-left: -30px;
    margin-right: -30px; }
  #main .ContentService .ContentService__content .ce_text {
    font-size: 16px;
    padding: 0 30px;
    border-left: 1px solid #000; }
    #main .ContentService .ContentService__content .ce_text p {
      position: relative;
      line-height: 24px; }
    #main .ContentService .ContentService__content .ce_text:first-of-type p:after {
      display: none; }
    @media (max-width: 767.98px) {
      #main .ContentService .ContentService__content .ce_text {
        padding: 0 45px; } }
  #main .ContentService .ContentService__content .slick-current .ce_text {
    border-left: none; }
  #main .ContentService .ContentService__content .slick-next {
    width: 40px;
    height: 30px;
    background-image: url("../img/arrow-slide-right.svg");
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0px;
    top: 50%;
    right: -35px; }
    #main .ContentService .ContentService__content .slick-next:before {
      display: none; }
    @media (max-width: 1199.98px) {
      #main .ContentService .ContentService__content .slick-next {
        right: -20px; } }
    @media (max-width: 767.98px) {
      #main .ContentService .ContentService__content .slick-next {
        right: 0px; } }
  #main .ContentService .ContentService__content .slick-prev {
    width: 40px;
    height: 30px;
    background-image: url("../img/arrow_slide_left.svg");
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0px;
    top: 55%;
    left: -35px; }
    #main .ContentService .ContentService__content .slick-prev:before {
      display: none; }
    @media (max-width: 1199.98px) {
      #main .ContentService .ContentService__content .slick-prev {
        left: -20px; } }
    @media (max-width: 767.98px) {
      #main .ContentService .ContentService__content .slick-prev {
        left: 0px; } }
  #main .ContentService .ContentService__content .slick-disabled {
    opacity: 0.15; }
  #main .ContentService .ContentService__content .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #main .ContentService .ContentService__content .slick-track .slick-slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: auto; }
      #main .ContentService .ContentService__content .slick-track .slick-slide .ce_text {
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center; }

.ce_ContentThemen {
  width: 100%;
  display: block;
  position: relative;
  color: #fff;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -175px;
  overflow: hidden; }
  .ce_ContentThemen .ce_ContentThemen__background {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    position: absolute;
    top: 2px;
    left: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 180px);
    -webkit-transition: all 2s cubic-bezier(0.25, 0.74, 0.22, 0.99);
    transition: all 2s cubic-bezier(0.25, 0.74, 0.22, 0.99);
    top: -100%;
    height: calc(100% - 80px); }
    @media (max-width: 767.98px) {
      .ce_ContentThemen .ce_ContentThemen__background {
        top: -100%;
        height: calc(100% + 46px); } }
    .ce_ContentThemen .ce_ContentThemen__background.animatebg {
      height: calc(100% - 180px);
      top: 2px; }
      @media (max-width: 767.98px) {
        .ce_ContentThemen .ce_ContentThemen__background.animatebg {
          top: 2px;
          height: calc(100% - 4px); } }
  @media (max-width: 767.98px) {
    .ce_ContentThemen {
      margin-bottom: 0px; } }
  .ce_ContentThemen h2 {
    font-family: 'GT-America', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 70px;
    line-height: 72px;
    color: #DDDDDD;
    height: 100%;
    background: #fff;
    position: relative;
    width: calc(100% + 3px);
    height: calc(100% + 3px);
    left: -2px;
    top: -2px; }
    @media (max-width: 1199.98px) {
      .ce_ContentThemen h2 {
        font-size: 62px;
        line-height: 64px; } }
    @media (max-width: 959.98px) {
      .ce_ContentThemen h2 {
        display: block;
        padding-bottom: 60px;
        font-size: 64px;
        margin-bottom: -5px; } }
    @media (max-width: 767.98px) {
      .ce_ContentThemen h2 {
        font-size: 48px;
        line-height: 52px;
        padding-bottom: 30px; } }
  .ce_ContentThemen .themen {
    position: relative;
    padding: 30px 27px;
    height: 100%;
    min-height: 175px; }
    .ce_ContentThemen .themen:hover .themen__content {
      opacity: 1;
      visibility: visible; }
  .ce_ContentThemen .themen__title {
    font-family: 'GT-America', sans-serif;
    font-weight: 700;
    font-style: normal;
    position: absolute;
    bottom: 30px;
    left: 27px; }
  .ce_ContentThemen .themen__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    padding: 20px 27px;
    font-size: 16px;
    line-height: 24px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    z-index: 10; }
    .ce_ContentThemen .themen__content .link__small {
      position: absolute;
      bottom: 25px;
      right: 22px; }
  .ce_ContentThemen .col-lg-4 {
    padding: 0;
    border: 1px solid #fff; }
    .ce_ContentThemen .col-lg-4.bg-white {
      position: relative; }
      .ce_ContentThemen .col-lg-4.bg-white:after {
        position: absolute;
        content: '';
        display: block;
        top: -2px;
        left: -1px;
        width: calc(100% + 3px);
        height: calc(100% + 3px); }
      @media (max-width: 959.98px) {
        .ce_ContentThemen .col-lg-4.bg-white:nth-last-child(1) {
          display: none; } }
      @media (max-width: 767.98px) {
        .ce_ContentThemen .col-lg-4.bg-white {
          display: none; } }
    @media (max-width: 959.98px) {
      .ce_ContentThemen .col-lg-4 {
        margin: 0; } }

.ContentTab {
  width: 100%;
  position: relative;
  counter-reset: tab; }
  .ContentTab .tab-navigation {
    width: 100%;
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px; }
    .ContentTab .tab-navigation .tab-navigation__item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%;
      padding: 2px;
      position: relative; }
      @media (max-width: 959.98px) {
        .ContentTab .tab-navigation .tab-navigation__item {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 50%;
                  flex: 0 0 50%;
          max-width: 50%; } }
      @media (max-width: 767.98px) {
        .ContentTab .tab-navigation .tab-navigation__item {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%; } }
      .ContentTab .tab-navigation .tab-navigation__item .tab-navigation__inside {
        padding: 25px 30px;
        background: #DDDDDD;
        color: #fff;
        font-family: 'GT-America', sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 28px;
        line-height: 32px;
        -webkit-transition: all 0.4s ease-in;
        transition: all 0.4s ease-in;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        cursor: pointer; }
        @media (max-width: 767.98px) {
          .ContentTab .tab-navigation .tab-navigation__item .tab-navigation__inside {
            font-size: 24px;
            line-height: 30px; } }
      .ContentTab .tab-navigation .tab-navigation__item .tab-navigation__icon {
        width: 56px;
        height: 56px;
        display: inline-block;
        margin-right: 25px;
        line-height: 56px; }
      .ContentTab .tab-navigation .tab-navigation__item .tab-navigation__num {
        font-family: 'GT-America', sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 70px;
        line-height: 70px;
        margin-right: 15px;
        display: inline-block; }
        .ContentTab .tab-navigation .tab-navigation__item .tab-navigation__num:before {
          counter-increment: tab;
          content: "0" counter(tab);
          display: block; }
        @media (max-width: 767.98px) {
          .ContentTab .tab-navigation .tab-navigation__item .tab-navigation__num {
            font-size: 50px;
            line-height: 50px; } }
      .ContentTab .tab-navigation .tab-navigation__item--active .tab-navigation__inside {
        background-color: #B42DC8; }
  .ContentTab .tab-content {
    width: 100%;
    position: relative;
    margin-top: 30px; }
    .ContentTab .tab-content .tab-navigation__item {
      display: none; }
    .ContentTab .tab-content .tab-content__item {
      position: absolute;
      opacity: 0;
      z-index: -1;
      top: 0;
      visibility: hidden;
      -webkit-transition: all 0.4s ease-in;
      transition: all 0.4s ease-in; }
      .ContentTab .tab-content .tab-content__item--active {
        opacity: 1;
        z-index: 5;
        visibility: visible;
        position: relative; }

.ContentTeaser .teaser-item__grid {
  width: 50%; }
  @media (max-width: 959.98px) {
    .ContentTeaser .teaser-item__grid {
      width: 100%; } }

.ContentTeaser .teaser-wrapper__headline {
  padding-bottom: 25px;
  margin-bottom: 30px;
  display: block;
  border-bottom: 1px solid; }

.ContentTeaser .teaser-item__wrapper {
  padding: 0 7px; }

.ContentTeaser .teaser__item {
  padding: 3px; }

.ContentTeaser .teaser__inside {
  background-color: #F5F5F5;
  padding: 25px 30px 45px 30px;
  -webkit-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
  background-image: url("../img/arrow-down-black.svg");
  background-repeat: no-repeat;
  background-position: bottom 20px right 20px; }
  .ContentTeaser .teaser__inside p {
    margin-top: 15px;
    font-size: 16px;
    line-height: 24px; }
    .ContentTeaser .teaser__inside p a {
      font-family: 'GT-America-Mono', sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 16px;
      padding-left: 25px;
      background-repeat: no-repeat;
      background-position: top 5px left;
      background-image: url(../img/arrow-right-black.svg);
      display: inline-block;
      line-height: 20px; }
  .ContentTeaser .teaser__inside--active {
    background-color: #FFF000;
    background-image: url("../img/arrow-up-black.svg"); }
    .ContentTeaser .teaser__inside--active p {
      max-height: none; }
      .ContentTeaser .teaser__inside--active p:before {
        display: none; }

.mod_SuccessStories {
  position: relative;
  font-size: 20px;
  line-height: 30px; }
  .mod_SuccessStories .slick-list {
    overflow: visible; }
  @media (max-width: 767.98px) {
    .mod_SuccessStories .col-lg-6 {
      padding-right: 5px;
      padding-left: 5px; } }
  .mod_SuccessStories h2 {
    background: #6E2DC8;
    display: inline-block;
    line-height: 1;
    padding: 20px 35px;
    font-size: 32px;
    font-family: 'GT-America', sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #fff; }
    @media (max-width: 767.98px) {
      .mod_SuccessStories h2 {
        font-size: 16px;
        position: relative;
        left: -25px;
        padding: 15px 35px; } }
  .mod_SuccessStories .slick-dots {
    position: absolute;
    bottom: 60px;
    z-index: 10;
    width: auto;
    right: 45px; }
    .mod_SuccessStories .slick-dots li.slick-active button {
      background: #6E2DC8; }
    .mod_SuccessStories .slick-dots li button {
      background: rgba(110, 45, 200, 0.3); }
    @media (max-width: 959.98px) {
      .mod_SuccessStories .slick-dots {
        bottom: -35px;
        width: 200px;
        right: 50%;
        margin-right: -100px; } }
  .mod_SuccessStories .SuccessStories__text {
    -webkit-transition: all .6s;
    transition: all .6s; }
  .mod_SuccessStories .slick-current .SuccessStories__text {
    opacity: 1; }

.SuccessStories__text {
  background: #fff;
  height: 100%;
  padding: 45px 44px 100px 44px;
  min-height: 485px; }
  @media (max-width: 1199.98px) {
    .SuccessStories__text {
      min-height: 565px; } }
  @media (max-width: 959.98px) {
    .SuccessStories__text {
      min-height: 460px;
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 767.98px) {
    .SuccessStories__text {
      padding: 20px 20px 80px 20px;
      font-size: 16px;
      line-height: 24px; } }
  .SuccessStories__text h3 {
    margin-bottom: 28px;
    display: block; }

.SuccessStories__link {
  position: absolute;
  bottom: 45px;
  font-size: 16px;
  margin-top: 30px;
  display: inline-block;
  font-family: 'GT-America-Mono', sans-serif;
  font-weight: 500;
  font-style: normal;
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: center left;
  background-image: url("../img/arrow-right-black.svg"); }
  .SuccessStories__link:hover {
    padding-left: 40px; }

.SuccessStories__wrapper {
  margin: 35px 0 70px 0;
  width: 100%;
  position: relative; }

.SuccessStories__info {
  margin-bottom: 10px;
  font-size: 14px;
  font-family: 'GT-America-Mono', sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 22px; }
  @media (max-width: 767.98px) {
    .SuccessStories__info {
      margin-bottom: 10px; } }

.SuccessStories__quote {
  font-family: 'GT-America', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 70px;
  display: block;
  line-height: 75px;
  color: #989898;
  margin-bottom: 10px; }

.SuccessStories__image {
  position: absolute;
  bottom: 30px; }
  @media (max-width: 959.98px) {
    .SuccessStories__image {
      display: none; } }

#main .ContentCareer .ContentCareer__header {
  background: #000;
  padding: 50px 0 55px 0;
  color: #fff;
  position: relative; }
  #main .ContentCareer .ContentCareer__header h2 {
    color: inherit;
    max-width: 975px;
    font-family: 'GT-America', sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 0px; }
    #main .ContentCareer .ContentCareer__header h2 a {
      display: inline-block;
      background-image: url("../img/arrow-right-white.svg");
      padding-right: 40px;
      background-position: right top 11px;
      background-repeat: no-repeat;
      background-size: 20px;
      -webkit-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out; }
      #main .ContentCareer .ContentCareer__header h2 a:hover {
        padding-right: 50px; }
  #main .ContentCareer .ContentCareer__header .label {
    font-family: 'GT-America-Mono', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    display: block;
    padding-top: 6px;
    line-height: 18px; }
  #main .ContentCareer .ContentCareer__header:after {
    content: "";
    display: block;
    width: 150px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: bottom center;
    position: absolute;
    left: 50%;
    margin-left: -94px;
    bottom: -29px;
    z-index: 5;
    background-image: url(../img/arrow-bg-down.svg); }

#main .Career_element {
  height: 550px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 16.66%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  float: left;
  opacity: 0.65; }
  @media (max-width: 1199.98px) {
    #main .Career_element {
      width: 33.33%; } }
  @media (max-width: 959.98px) {
    #main .Career_element {
      width: 100%;
      height: 265px; } }
  #main .Career_element.active {
    bottom: 0; }
  #main .Career_element:hover {
    opacity: 1; }
    @media (max-width: 959.98px) {
      #main .Career_element:hover {
        height: 365px; } }
    #main .Career_element:hover .Career_element__content {
      bottom: 0;
      opacity: 1; }
  #main .Career_element .Career_element__content {
    background: rgba(180, 45, 200, 0.9);
    padding: 30px 32px;
    height: 350px;
    color: #fff;
    position: absolute;
    font-size: 16px;
    line-height: 24px;
    bottom: -100%;
    -webkit-transition: all 0.85s cubic-bezier(0.25, 0.74, 0.22, 0.99);
    transition: all 0.85s cubic-bezier(0.25, 0.74, 0.22, 0.99);
    opacity: 0;
    width: 100%; }
    #main .Career_element .Career_element__content * {
      max-width: 100%; }
    #main .Career_element .Career_element__content .btn__arrow {
      position: absolute;
      bottom: 28px;
      right: 26px; }
    @media (max-width: 959.98px) {
      #main .Career_element .Career_element__content {
        height: 225px; } }
    #main .Career_element .Career_element__content .h3 {
      color: inherit;
      display: block;
      margin-bottom: 30px; }
  #main .Career_element:nth-child(1) .Career_element__content {
    background: rgba(255, 240, 0, 0.9);
    color: #000; }
    #main .Career_element:nth-child(1) .Career_element__content .btn__arrow {
      background-image: url("../img/arrow-right-black.svg"); }
  #main .Career_element:nth-child(2) .Career_element__content {
    background: rgba(160, 225, 40, 0.9); }
  #main .Career_element:nth-child(3) .Career_element__content {
    background: rgba(0, 210, 190, 0.9); }
  #main .Career_element:nth-child(4) .Career_element__content {
    background: rgba(0, 0, 255, 0.9); }
  #main .Career_element:nth-child(5) .Career_element__content {
    background: rgba(110, 45, 200, 0.9); }

#main .inside .mod_article.karriere-slider {
  padding: 0;
  background-color: #eaeaea; }
  #main .inside .mod_article.karriere-slider .c-image-container__copyright-layer,
  #main .inside .mod_article.karriere-slider .c-image-container__copyright-link {
    display: none; }
  #main .inside .mod_article.karriere-slider .container {
    max-width: 100%; }
  #main .inside .mod_article.karriere-slider #0 {
    display: none; }
  #main .inside .mod_article.karriere-slider div[id="0"]:after {
    background-image: url(../img/Balken_Blau.svg); }
  #main .inside .mod_article.karriere-slider div[id="1"]:after {
    background-image: url(../img/Balken_Tuerkis.svg); }
  #main .inside .mod_article.karriere-slider div[id="2"]:after {
    background-image: url(../img/Balken_Violett.svg); }
  #main .inside .mod_article.karriere-slider div[id="3"]:after {
    background-image: url(../img/Balken_Gruen.svg); }
  #main .inside .mod_article.karriere-slider div[id="4"]:after {
    background-image: url(../img/Balken_Pink.svg); }
  #main .inside .mod_article.karriere-slider div[id="5"]:after {
    background-image: url(../img/Balken_Gelb.svg); }
  #main .inside .mod_article.karriere-slider .slick-slider {
    margin-bottom: 0px;
    position: relative;
    bottom: -5px; }
    #main .inside .mod_article.karriere-slider .slick-slider .slick-list {
      z-index: 5; }
    #main .inside .mod_article.karriere-slider .slick-slider .slick-slide > div {
      width: 100%;
      padding-right: 10px;
      padding-left: 10px;
      margin-right: auto;
      margin-left: auto; }
      @media (min-width: 576px) {
        #main .inside .mod_article.karriere-slider .slick-slider .slick-slide > div {
          max-width: 540px; } }
      @media (min-width: 768px) {
        #main .inside .mod_article.karriere-slider .slick-slider .slick-slide > div {
          max-width: 680px; } }
      @media (min-width: 960px) {
        #main .inside .mod_article.karriere-slider .slick-slider .slick-slide > div {
          max-width: 920px; } }
      @media (min-width: 1200px) {
        #main .inside .mod_article.karriere-slider .slick-slider .slick-slide > div {
          max-width: 1200px; } }
    #main .inside .mod_article.karriere-slider .slick-slider:after {
      width: 100%;
      height: 100%;
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background-repeat: no-repeat;
      background-position: bottom right;
      background-size: 25%;
      background-image: url(../img/Balken_Blau.svg);
      -webkit-transition: all .9s ease-out;
      transition: all .9s ease-out;
      will-change: background-image; }
      @media (max-width: 959.98px) {
        #main .inside .mod_article.karriere-slider .slick-slider:after {
          display: none; } }
  #main .inside .mod_article.karriere-slider .slick-dots {
    position: absolute;
    bottom: 110px;
    width: 250px;
    left: 50%;
    text-align: left;
    z-index: 25; }
    #main .inside .mod_article.karriere-slider .slick-dots li {
      margin: 0 20px 0 0; }
      #main .inside .mod_article.karriere-slider .slick-dots li.slick-active button {
        background: #000; }
    #main .inside .mod_article.karriere-slider .slick-dots button {
      background: rgba(0, 0, 0, 0.3); }
    @media (max-width: 959.98px) {
      #main .inside .mod_article.karriere-slider .slick-dots {
        bottom: 35px;
        margin-left: -125px;
        text-align: center; } }
  #main .inside .mod_article.karriere-slider .container {
    padding: 0; }
  #main .inside .mod_article.karriere-slider .ce_text {
    position: relative;
    padding: 325px 0 175px 50%;
    height: 750px;
    z-index: 20; }
    #main .inside .mod_article.karriere-slider .ce_text a:hover {
      background-image: url(../img/arrow-right-black.svg);
      padding-left: 35px; }
    @media (max-width: 959.98px) {
      #main .inside .mod_article.karriere-slider .ce_text .ce_text__content {
        min-height: 300px; } }
    @media (max-width: 767.98px) {
      #main .inside .mod_article.karriere-slider .ce_text {
        height: auto; }
        #main .inside .mod_article.karriere-slider .ce_text div.ce_text__content {
          height: auto;
          min-height: 370px;
          padding-bottom: 60px;
          position: relative;
          z-index: 25; }
          #main .inside .mod_article.karriere-slider .ce_text div.ce_text__content a {
            margin: 0;
            position: relative;
            z-index: 20; } }
    @media (max-width: 959.98px) {
      #main .inside .mod_article.karriere-slider .ce_text {
        display: block;
        padding: 0; }
        #main .inside .mod_article.karriere-slider .ce_text .ce_text__content {
          padding: 40px 40px 100px 40px;
          background: #fff;
          position: relative;
          z-index: 5; }
          #main .inside .mod_article.karriere-slider .ce_text .ce_text__content strong {
            color: #000;
            font-size: 36px;
            line-height: 38px;
            font-family: 'GT-America', sans-serif;
            font-weight: 500;
            font-style: normal; } }
  #main .inside .mod_article.karriere-slider .image_container {
    bottom: -50px;
    left: 0;
    position: absolute;
    width: 50%;
    height: calc(100% - 125px);
    overflow: visible; }
    #main .inside .mod_article.karriere-slider .image_container > div {
      width: 100%;
      height: 100%;
      overflow: visible !important; }
    #main .inside .mod_article.karriere-slider .image_container img {
      height: 100%;
      width: auto;
      position: relative; }
    @media (max-width: 959.98px) {
      #main .inside .mod_article.karriere-slider .image_container {
        display: block;
        width: 100%;
        position: relative;
        bottom: auto;
        margin-bottom: -35%;
        padding-top: 50px;
        height: 700px; }
        #main .inside .mod_article.karriere-slider .image_container img {
          left: auto; } }
    @media (max-width: 767.98px) {
      #main .inside .mod_article.karriere-slider .image_container {
        height: auto;
        width: 100%; }
        #main .inside .mod_article.karriere-slider .image_container img {
          width: auto;
          height: 400px; } }
  #main .inside .mod_article.karriere-slider p,
  #main .inside .mod_article.karriere-slider a,
  #main .inside .mod_article.karriere-slider strong {
    position: relative;
    z-index: 5; }
  #main .inside .mod_article.karriere-slider strong {
    font-size: 63px;
    font-family: 'GT-America-Mono', sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    margin-bottom: 20px;
    color: #fff;
    line-height: 65px; }
  #main .inside .mod_article.karriere-slider a {
    margin-top: 30px; }

.career-details h3 {
  margin-top: 60px; }

.career-details__description {
  /* Personio cannot give us <p/>s */
  line-height: 30px; }

.c-image-container__copyright-layer {
  font-size: 13px;
  line-height: 16px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  padding: 12px 30px 12px 10px;
  width: 100%;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  font-family: 'GT-America', sans-serif;
  font-weight: 400;
  font-style: normal; }
  .c-image-container__copyright-layer--active {
    -webkit-transform: translate(0);
            transform: translate(0);
    cursor: pointer; }

.c-image-container__copyright-layer-close {
  position: absolute;
  top: 12px;
  right: 10px;
  z-index: 1; }
  .c-image-container__copyright-layer-close svg {
    width: 12px;
    height: 12px;
    fill: white; }

body #wrapper #main .mod_article .c-image-container__copyright-link,
.c-image-container__copyright-link {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: transparent;
  background-image: none;
  background: rgba(0, 0, 0, 0.55);
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  text-align: center;
  line-height: 0;
  width: 26px;
  height: 26px;
  font-family: 'GT-America', sans-serif;
  font-weight: 400;
  font-style: normal; }
  body #wrapper #main .mod_article .c-image-container__copyright-link--active,
  .c-image-container__copyright-link--active {
    opacity: 0; }
  body #wrapper #main .mod_article .c-image-container__copyright-link i,
  .c-image-container__copyright-link i {
    font-size: 13px;
    display: inline-block; }

.icon-Copyright:before {
  content: "©";
  font-style: normal;
  color: #fff;
  display: block;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  left: 0;
  line-height: 26px; }

.ce_gallery {
  width: 100%;
  max-width: 820px;
  padding: 0 10px; }

.gallery-nav {
  width: 100%;
  position: relative;
  height: 115px;
  overflow: hidden;
  margin-bottom: 4px; }
  .gallery-nav li {
    height: 115px;
    padding: 0 2px; }
    .gallery-nav li figure {
      display: block;
      height: 100%;
      width: 100%;
      position: relative; }
      .gallery-nav li figure:before {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        background: rgba(0, 0, 0, 0.65);
        opacity: 1; }
    .gallery-nav li img {
      width: auto;
      height: 100%; }
  .gallery-nav .slick-current figure:before {
    opacity: 0; }
  .gallery-nav .slick-prev,
  .gallery-nav .slick-next {
    position: absolute;
    top: 0;
    width: 50px;
    height: 100%;
    background: #000;
    z-index: 25;
    opacity: 1;
    -webkit-transform: none;
            transform: none; }
    @media (max-width: 767.98px) {
      .gallery-nav .slick-prev,
      .gallery-nav .slick-next {
        width: 35px; } }
  .gallery-nav .slick-next {
    right: 0;
    border-left: 2px solid #fff; }
    .gallery-nav .slick-next:before {
      font-size: 0px;
      background-image: url(../img/arrow_slide_right_white.svg);
      width: 100%;
      height: 20px;
      display: block;
      text-align: center;
      background-repeat: no-repeat;
      background-position: center;
      opacity: 1; }
  .gallery-nav .slick-prev {
    left: 0;
    border-right: 2px solid #fff; }
    .gallery-nav .slick-prev:before {
      font-size: 0px;
      background-image: url(../img/arrow_slide_left_white.svg);
      width: 100%;
      height: 20px;
      display: block;
      text-align: center;
      background-repeat: no-repeat;
      background-position: center;
      opacity: 1; }

.gallery-img {
  padding-top: 66.25%;
  width: 100%;
  position: relative; }
  .gallery-img ul {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    background: #000; }
    .gallery-img ul .slick-list,
    .gallery-img ul .slick-track,
    .gallery-img ul .slick-slide,
    .gallery-img ul .slick-slide * {
      height: 100%;
      width: auto; }
    .gallery-img ul img {
      display: block;
      margin: 0 auto; }

.ce_videogallery .gallery-img {
  padding-top: 56.25%; }

.ce_videogallery .gallery-nav li {
  width: 210px; }

.ce_videogallery .gallery-nav .video_wrapper {
  display: none; }

.ce_videogallery .gallery-img figure {
  display: none; }

.ce_videogallery .video_wrapper {
  padding-bottom: 56.25%;
  position: relative; }
  .ce_videogallery .video_wrapper iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

#main .mod_search {
  width: 100%;
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  #main .mod_search .text::-moz-selection {
    color: #000;
    background: #fff;
    opacity: 1; }
  #main .mod_search .text::selection {
    color: #000;
    background: #fff;
    opacity: 1; }
  #main .mod_search form {
    width: 100%;
    max-width: 600px;
    z-index: 99;
    height: 80px;
    position: relative;
    margin-bottom: 70px; }
    #main .mod_search form .widget-text {
      width: 100%; }
      #main .mod_search form .widget-text ::-moz-selection {
        color: #000;
        background: #fff;
        opacity: 1; }
      #main .mod_search form .widget-text ::selection {
        color: #000;
        background: #fff;
        opacity: 1; }
      #main .mod_search form .widget-text .text::-moz-selection {
        color: #000;
        background: #fff;
        opacity: 1; }
      #main .mod_search form .widget-text .text::selection {
        color: #000;
        background: #fff;
        opacity: 1; }
      #main .mod_search form .widget-text input {
        width: 100%;
        background: rgba(0, 210, 190, 0.25);
        height: 80px;
        font-size: 20px;
        padding-left: 25px;
        outline: none; }
        #main .mod_search form .widget-text input::-moz-selection {
          color: #000;
          background: #fff;
          opacity: 1; }
        #main .mod_search form .widget-text input::selection {
          color: #000;
          background: #fff;
          opacity: 1; }
        #main .mod_search form .widget-text input[type="search"]::-ms-clear {
          display: none;
          width: 0;
          height: 0; }
        #main .mod_search form .widget-text input[type="search"]::-ms-reveal {
          display: none;
          width: 0;
          height: 0; }
        #main .mod_search form .widget-text input[type="search"]::-webkit-search-decoration, #main .mod_search form .widget-text input[type="search"]::-webkit-search-cancel-button, #main .mod_search form .widget-text input[type="search"]::-webkit-search-results-button, #main .mod_search form .widget-text input[type="search"]::-webkit-search-results-decoration {
          display: none; }
    #main .mod_search form .widget-submit button {
      position: absolute;
      width: 25px;
      height: 20px;
      font-size: 0;
      background: transparent;
      border: none;
      background-image: url(../img/arrow-right-black.svg);
      background-repeat: no-repeat;
      background-position: center;
      position: absolute;
      right: 15px;
      top: 30px;
      z-index: 99;
      outline: none; }
  #main .mod_search .search-header {
    font-size: 14px;
    font-family: 'GT-America-Mono', sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 80px; }
    #main .mod_search .search-header strong {
      font-family: 'GT-America', sans-serif;
      font-weight: 700;
      font-style: normal;
      display: block;
      font-size: 36px;
      margin-top: 10px; }
  #main .mod_search .even,
  #main .mod_search .odd {
    padding: 30px 0 20px 0;
    border-bottom: 1px solid #000;
    width: 100%;
    max-width: 750px; }
    #main .mod_search .even h3,
    #main .mod_search .odd h3 {
      font-family: 'GT-America', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 20px;
      line-height: 30px;
      margin: 0 0 30px 0;
      display: block; }
    #main .mod_search .even .more,
    #main .mod_search .odd .more {
      font-family: 'GT-America-Mono', sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 16px;
      padding-left: 25px;
      background-repeat: no-repeat;
      background-position: top 6px left;
      background-image: url("../img/arrow-right-black.svg");
      display: inline-block;
      margin-top: 30px; }
      #main .mod_search .even .more:hover,
      #main .mod_search .odd .more:hover {
        padding-left: 40px; }
    #main .mod_search .even .context,
    #main .mod_search .odd .context {
      line-height: 30px; }
      #main .mod_search .even .context mark,
      #main .mod_search .odd .context mark {
        background: rgba(0, 210, 190, 0.25); }
  #main .mod_search .pagination {
    margin-top: 50px;
    max-width: 750px;
    padding-left: 0px;
    padding-right: 0px; }
    #main .mod_search .pagination .last {
      display: none; }

.input-search-text::-moz-selection {
  color: #000;
  background: #fff;
  opacity: 1; }

.input-search-text::selection {
  color: #000;
  background: #fff;
  opacity: 1; }

#main .inside .quickcheck-industry-text,
#main .inside .quickcheck-results-intro .intro {
  margin-bottom: 60px;
  font-weight: 500; }
  @media (min-width: 576px) {
    #main .inside .quickcheck-industry-text,
    #main .inside .quickcheck-results-intro .intro {
      font-size: 32px;
      line-height: 1.25; } }

#main .inside .quickcheck-slide.ce_form {
  max-width: none;
  font-family: 'GT-America', sans-serif; }
  #main .inside .quickcheck-slide.ce_form .widget-radio {
    margin: 0; }
    #main .inside .quickcheck-slide.ce_form .widget-radio input[type="radio"] {
      width: 40px;
      height: 40px; }
      #main .inside .quickcheck-slide.ce_form .widget-radio input[type="radio"]:checked:after {
        top: 4px;
        left: 4px;
        width: 28px;
        height: 28px; }
    #main .inside .quickcheck-slide.ce_form .widget-radio .radio_container > fieldset > span label {
      width: calc(100% - 40px);
      padding-left: 23px;
      font-size: 24px;
      line-height: 40px;
      font-weight: 500; }
  #main .inside .quickcheck-slide.ce_form .widget-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 80px; }
    #main .inside .quickcheck-slide.ce_form .widget-submit.quickcheck-industry-widget-submit {
      margin-top: 30px; }
    #main .inside .quickcheck-slide.ce_form .widget-submit .quickcheck-prev + .quickcheck-next,
    #main .inside .quickcheck-slide.ce_form .widget-submit .quickcheck-finalize {
      margin-left: auto; }
    #main .inside .quickcheck-slide.ce_form .widget-submit .quickcheck-prev,
    #main .inside .quickcheck-slide.ce_form .widget-submit .quickcheck-next {
      margin-bottom: 10px; }
    #main .inside .quickcheck-slide.ce_form .widget-submit .quickcheck-prev {
      background-image: url("../img/arrow-left.svg");
      background-size: 16px 11px;
      background-position: left 19px center; }
      #main .inside .quickcheck-slide.ce_form .widget-submit .quickcheck-prev:hover {
        background-position: left 13px center; }
    #main .inside .quickcheck-slide.ce_form .widget-submit .quickcheck-next {
      padding-left: 30px;
      padding-right: 50px;
      background-position: right 19px center; }
      #main .inside .quickcheck-slide.ce_form .widget-submit .quickcheck-next:hover {
        background-position: right 13px center; }
    #main .inside .quickcheck-slide.ce_form .widget-submit .quickcheck-finalize {
      color: black;
      background-image: url("../img/arrow-right-black.svg"); }
  #main .inside .quickcheck-slide.ce_form .widget-explanation span {
    font-size: inherit; }

#main .inside .quickcheck-slide.ce_form .widget-explanation,
#main .inside .quickcheck-slide .quickcheck-question-text {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500; }

@media (min-width: 960px) {
  #main .inside .quickcheck-slide .quickcheck-question-text {
    padding-right: 20%; } }

@media (max-width: 1199.98px) {
  #main .inside .quickcheck-slide .quickcheck-question-text {
    margin-bottom: 40px; } }

#main .inside .quickcheck-area {
  display: block;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 20px;
  font-family: 'GT-America-Mono', sans-serif; }
  @media (min-width: 960px) {
    #main .inside .quickcheck-area {
      max-width: 50%;
      padding-right: 10%; } }

#main .inside .quickcheck-area-text {
  max-width: 1020px; }

#main .inside .quickcheck-question:not(.quickcheck-question-answered) button.quickcheck-next {
  opacity: 0.5;
  pointer-events: none; }

#main .inside .quickcheck-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 80px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500; }
  @media (max-width: 959.98px) {
    #main .inside .quickcheck-progress {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  #main .inside .quickcheck-progress li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
    padding-left: 10px;
    padding-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    @media (max-width: 767.98px) {
      #main .inside .quickcheck-progress li {
        width: 50%; } }
    @media (max-width: 575.98px) {
      #main .inside .quickcheck-progress li {
        width: 100%; } }
    #main .inside .quickcheck-progress li button {
      display: block;
      width: 100%;
      text-align: left;
      background: transparent;
      padding-top: 16px;
      padding-bottom: 4px;
      border-bottom: 2px solid;
      font-weight: inherit;
      background-repeat: no-repeat;
      background-position: right center; }
    #main .inside .quickcheck-progress li:not(.active):first-child button,
    #main .inside .quickcheck-progress li:not(.active):first-child ~ li:not(.active) button,
    #main .inside .quickcheck-progress li.answered button {
      color: #a0e128;
      background-image: url("../img/check-green.svg"); }
    #main .inside .quickcheck-progress li.active button {
      border-bottom: 8px solid; }
    #main .inside .quickcheck-progress li.active:not(.answered) button {
      background: none;
      color: black;
      cursor: default; }
    #main .inside .quickcheck-progress li.active:first-child ~ li:not(.answered) button,
    #main .inside .quickcheck-progress li:not(.active):first-child ~ li.active ~ li:not(.active):not(.answered) button {
      color: #ddd;
      border-bottom-color: #ebebeb;
      background: none;
      cursor: default; }

#main .inside .quickcheck-copy-link {
  margin-top: 40px;
  max-width: 1020px; }
  #main .inside .quickcheck-copy-link > p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.25; }
  #main .inside .quickcheck-copy-link > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: 'GT-America-Mono', sans-serif; }
    #main .inside .quickcheck-copy-link > div > input[type="text"],
    #main .inside .quickcheck-copy-link > div > button {
      height: 22px; }
    #main .inside .quickcheck-copy-link > div > input[type="text"] {
      padding: 4px 0;
      border-top: 0;
      border-right: 0;
      border-left: 0;
      border-color: #d8d8d8;
      font-size: 14px;
      line-height: 1.42857; }
    #main .inside .quickcheck-copy-link > div > button {
      padding: 2px 20px;
      background: none;
      white-space: nowrap;
      font-size: 16px;
      line-height: 1.25;
      font-weight: bold;
      text-transform: uppercase; }

#main .inside .quickcheck-results-details table {
  width: 100%;
  font-variant-numeric: lining-nums tabular-nums; }
  #main .inside .quickcheck-results-details table td,
  #main .inside .quickcheck-results-details table th {
    padding: 12px 10px;
    background: #f5f5f5; }
    #main .inside .quickcheck-results-details table td:first-child,
    #main .inside .quickcheck-results-details table th:first-child {
      width: 0; }
    #main .inside .quickcheck-results-details table td:not(:first-child),
    #main .inside .quickcheck-results-details table th:not(:first-child) {
      text-align: right;
      padding-right: 15%;
      padding-left: 0; }
  #main .inside .quickcheck-results-details table td {
    font-size: 18px; }
  #main .inside .quickcheck-results-details table th {
    font-size: 14px;
    font-weight: normal; }
  #main .inside .quickcheck-results-details table tr + tr {
    border-top: 2px solid white; }

#main .inside .quickcheck-chart {
  font-size: 14px; }
  #main .inside .quickcheck-chart-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767.98px) {
      #main .inside .quickcheck-chart-area {
        display: block;
        max-width: calc(100% - 5em); } }
    #main .inside .quickcheck-chart-area + div {
      margin-top: 20px; }
    #main .inside .quickcheck-chart-area-name {
      width: 100px;
      min-width: 100px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 18px; }
      @media (max-width: 767.98px) {
        #main .inside .quickcheck-chart-area-name {
          margin-bottom: 9px; } }
  #main .inside .quickcheck-chart-bar {
    width: 100%; }
    #main .inside .quickcheck-chart-bar > div {
      position: relative;
      height: 24px;
      line-height: 24px;
      text-align: right;
      padding-right: 4px;
      color: white;
      font-weight: 500; }
      #main .inside .quickcheck-chart-bar > div:first-child {
        background: black; }
      #main .inside .quickcheck-chart-bar > div:not(:first-child) {
        background: #00d2be; }
      #main .inside .quickcheck-chart-bar > div .percentage {
        color: black;
        position: absolute;
        top: 0;
        left: 100%;
        -webkit-transform: translateX(8px);
                transform: translateX(8px); }

#quickcheck .slick-slide:not(:last-child) .quickcheck-finalize,
#quickcheck .slick-slide:last-child .quickcheck-next {
  display: none; }

@media (max-width: 767.98px) {
  .container.quickcheck-container {
    padding-left: 0;
    padding-right: 0; } }

.ce_argument {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  line-height: 24px; }
  .ce_argument .image_container {
    margin-bottom: 12px; }
  .ce_argument h2,
  .ce_argument h3 {
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    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: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .ce_argument h2:after,
    .ce_argument h3:after {
      content: "";
      display: block;
      position: relative;
      top: 12px;
      height: 4px;
      width: 100%;
      max-width: 200px;
      background: currentColor; }
  .ce_argument ul li {
    padding-left: 23px;
    margin-bottom: 12px;
    line-height: inherit;
    background-size: 8px 10px;
    background-position: top 6px left; }

.ce_vendor {
  max-width: 607px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  line-height: 24px; }
  .ce_vendor h2,
  .ce_vendor h3 {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 30px; }

.ce_brandGallery {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px; }
  @media (max-width: 959.98px) {
    .ce_brandGallery {
      padding-top: 80px;
      padding-bottom: 80px; } }
  .ce_brandGallery h2,
  .ce_brandGallery h3 {
    margin-bottom: 16px;
    font-size: 56px;
    line-height: 56px;
    font-weight: bold; }
    @media (max-width: 959.98px) {
      .ce_brandGallery h2,
      .ce_brandGallery h3 {
        font-size: 48px;
        line-height: 48px; } }
  .ce_brandGallery__text {
    position: relative;
    min-height: 520px;
    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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-size: 20px;
    line-height: 30px; }
    @media (min-width: 1601px) {
      .ce_brandGallery__text {
        min-height: calc(37.5vw - 80px); } }
    @media (max-width: 1199.98px) {
      .ce_brandGallery__text {
        min-height: 400px; } }
    @media (max-width: 959.98px) {
      .ce_brandGallery__text {
        min-height: 0; } }
  .ce_brandGallery__gallery {
    position: absolute;
    bottom: 80px;
    left: 0;
    height: 600px;
    width: calc(50vw + 270px); }
    body #wrapper #main .mod_article .ce_brandGallery__gallery .c-image-container__copyright-link,
    .ce_brandGallery__gallery .c-image-container__copyright-layer {
      bottom: -80px;
      right: calc(-50vw + 270px); }
    .ce_brandGallery__gallery .c-image-container__copyright-layer {
      width: auto; }
    @media (min-width: 1601px) {
      .ce_brandGallery__gallery {
        height: 37.5vw;
        width: 66.875vw; }
        body #wrapper #main .mod_article .ce_brandGallery__gallery .c-image-container__copyright-link,
        .ce_brandGallery__gallery .c-image-container__copyright-layer {
          right: -33.125vw; } }
    @media (min-width: 1200px) and (max-width: 1439px) {
      .ce_brandGallery__gallery {
        height: 41.666vw;
        width: 68.75vw; } }
    @media (max-width: 1199.98px) {
      .ce_brandGallery__gallery {
        height: 480px; } }
    @media (min-width: 960px) and (max-width: 1039px) {
      .ce_brandGallery__gallery {
        height: 46.153vw;
        width: 75.961vw; } }
    @media (max-width: 959.98px) {
      .ce_brandGallery__gallery {
        position: relative;
        width: 100%;
        height: auto;
        bottom: 0; }
        body #wrapper #main .mod_article .ce_brandGallery__gallery .c-image-container__copyright-link,
        .ce_brandGallery__gallery .c-image-container__copyright-layer {
          right: 0;
          bottom: 0; }
        .ce_brandGallery__gallery:before {
          content: "";
          display: block;
          padding-top: 78.92473%; } }
    .ce_brandGallery__gallery__item {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      opacity: 1;
      -webkit-transition: opacity 1.3s linear;
      transition: opacity 1.3s linear; }
      @media (max-width: 959.98px) {
        .ce_brandGallery__gallery__item {
          overflow: hidden; } }
      .ce_brandGallery__gallery__item:not(.active) {
        opacity: 0; }
      .ce_brandGallery__gallery__item img {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: right;
           object-position: right; }
        @media (max-width: 959.98px) {
          .ce_brandGallery__gallery__item img {
            -o-object-position: center;
               object-position: center; } }

.ce_servicebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px;
  font-size: 16px;
  line-height: 24px; }
  @media (max-width: 767.98px) {
    .ce_servicebox {
      min-height: 280px;
      padding: 20px; } }
  @media (min-width: 768px) {
    .ce_servicebox {
      min-height: 300px; } }
  .ce_servicebox.bg-Weiss {
    background: #fff; }
  .ce_servicebox.bg-Schwarz {
    background: #000;
    color: #fff; }
  .ce_servicebox.bg-Violett {
    background: #6e2dc8;
    color: #fff; }
  .ce_servicebox.bg-Pink {
    background: #b42dc8;
    color: #fff; }
  .ce_servicebox.bg-Tuerkis {
    background: #00d2be;
    color: #fff; }
  .ce_servicebox.bg-Blau {
    background: #0000ff;
    color: #fff; }
  .ce_servicebox.bg-Gruen {
    background: #a0e128; }
  .ce_servicebox.bg-Gelb {
    background: #fff000; }
  .ce_servicebox.bg-Grau {
    background: #f5f5f5; }
  #main .mod_article.color-Weiss .ce_servicebox.bg-Weiss, #main .mod_article.color-Weiss .ce_servicebox.bg-Gruen, #main .mod_article.color-Weiss .ce_servicebox.bg-Gelb, #main .mod_article.color-Weiss .ce_servicebox.bg-Grau {
    color: #000; }
    #main .mod_article.color-Weiss .ce_servicebox.bg-Weiss ul li, #main .mod_article.color-Weiss .ce_servicebox.bg-Gruen ul li, #main .mod_article.color-Weiss .ce_servicebox.bg-Gelb ul li, #main .mod_article.color-Weiss .ce_servicebox.bg-Grau ul li {
      background-image: url("../img/liststyle.svg"); }
  .ce_servicebox h2,
  .ce_servicebox h3 {
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    padding-bottom: 1px;
    margin-bottom: 8px;
    color: inherit; }
    .ce_servicebox h2:after,
    .ce_servicebox h3:after {
      content: "";
      display: block;
      position: relative;
      top: 12px;
      height: 4px;
      width: 100%;
      max-width: 200px;
      background: currentColor; }
    .ce_servicebox h2:after,
    .ce_servicebox h3:after {
      display: none; }
  .ce_servicebox ul li {
    padding-left: 23px;
    margin-bottom: 12px;
    line-height: inherit;
    background-size: 8px 10px;
    background-position: top 6px left; }
  .ce_servicebox__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px; }
    .ce_servicebox__tags__tag {
      position: relative;
      font-family: 'GT-America-Mono', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 14px;
      line-height: 16px;
      padding: 2px 4px;
      margin-right: 2px;
      margin-bottom: 2px;
      text-transform: uppercase;
      border: 1px solid transparent; }
      .ce_servicebox__tags__tag:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: currentColor;
        opacity: 0.05; }
      .ce_servicebox__tags__tag--main {
        border: 1px solid currentColor; }
        .ce_servicebox__tags__tag--main:before {
          background: transparent; }
  .ce_servicebox__link {
    padding-top: 12px;
    margin-top: auto;
    text-align: right; }
    .ce_servicebox__link a {
      font-size: 0;
      display: inline-block;
      vertical-align: top;
      width: 24px;
      height: 24px;
      background-image: url("../img/arrow-right-white.svg");
      background-repeat: no-repeat;
      background-size: 24px auto;
      background-position: right center; }
      .ce_servicebox__link a:hover, .ce_servicebox__link a:focus {
        -webkit-transform: translateX(7px);
                transform: translateX(7px);
        width: 31px; }
  .ce_servicebox.bg-Weiss .ce_servicebox__link a, .ce_servicebox.bg-Gruen .ce_servicebox__link a, .ce_servicebox.bg-Gelb .ce_servicebox__link a, .ce_servicebox.bg-Grau .ce_servicebox__link a {
    background-image: url("../img/arrow-right-black.svg"); }
  .ce_relatedNewsPicks .ce_servicebox p,
  .ce_relatedNewsAuto .ce_servicebox p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }

.ce_relatedNewsPicks .col-serviceboxes-50x50 > div > div > div:nth-child(4) ~ div,
.ce_relatedNewsPicks.has-3 .col-serviceboxes-50x50 > div > div > div:nth-child(2) ~ div,
.ce_relatedNewsAuto .col-serviceboxes-50x50 > div > div > div:nth-child(4) ~ div,
.ce_relatedNewsAuto.has-3 .col-serviceboxes-50x50 > div > div > div:nth-child(2) ~ div {
  display: none; }

.col-serviceboxes-33x33x33 > div > div {
  grid-template-columns: 1fr 1fr 1fr; }
  @media (min-width: 1200px) {
    .col-serviceboxes-33x33x33 > div > div .ce_servicebox h2,
    .col-serviceboxes-33x33x33 > div > div .ce_servicebox h3 {
      font-size: 18px;
      line-height: 24px; } }
  @media (min-width: 768px) and (max-width: 959.98px) {
    .col-serviceboxes-33x33x33 > div > div .ce_servicebox h2,
    .col-serviceboxes-33x33x33 > div > div .ce_servicebox h3 {
      font-size: 18px;
      line-height: 24px; } }
  @media (max-width: 429px) {
    .col-serviceboxes-33x33x33 > div > div .ce_servicebox h2,
    .col-serviceboxes-33x33x33 > div > div .ce_servicebox h3 {
      font-size: 18px;
      line-height: 24px; } }

.col-serviceboxes-50x50 > div > div {
  grid-template-columns: 1fr 1fr; }
  @media (min-width: 768px) and (max-width: 959.98px) {
    .col-serviceboxes-50x50 > div > div .ce_servicebox h2,
    .col-serviceboxes-50x50 > div > div .ce_servicebox h3 {
      font-size: 18px;
      line-height: 24px; } }
  @media (max-width: 429px) {
    .col-serviceboxes-50x50 > div > div .ce_servicebox h2,
    .col-serviceboxes-50x50 > div > div .ce_servicebox h3 {
      font-size: 18px;
      line-height: 24px; } }

.col-serviceboxes-33x33x33,
.col-serviceboxes-50x50 {
  padding-left: 10px;
  padding-right: 10px; }
  .col-serviceboxes-33x33x33 > div > div,
  .col-serviceboxes-50x50 > div > div {
    display: grid;
    grid-auto-rows: 1fr;
    gap: 20px; }
    @media (max-width: 1199.98px) {
      .col-serviceboxes-33x33x33 > div > div,
      .col-serviceboxes-50x50 > div > div {
        grid-template-columns: 1fr 1fr; } }
    @media (max-width: 767.98px) {
      .col-serviceboxes-33x33x33 > div > div,
      .col-serviceboxes-50x50 > div > div {
        grid-template-columns: 1fr; } }

@media (max-width: 767.98px) {
  .ce_textWithForm .col-md-6 {
    margin-bottom: 0; } }

.ce_textWithForm__outer {
  position: relative;
  padding: 80px 0; }
  @media (min-width: 768px) {
    .ce_textWithForm__outer:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: var(--textwithform-outerheight);
      background-image: var(--textwithform-background-image);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; } }

.ce_textWithForm__formbox {
  position: relative;
  margin-top: 40px;
  padding: 40px 30px;
  background: black;
  color: white; }
  @media (max-width: 767.98px) {
    .ce_textWithForm__formbox {
      padding: 20px 20px 40px;
      padding-top: 51.96078%; }
      .ce_textWithForm__formbox:before {
        content: "";
        position: absolute;
        width: 100%;
        padding-top: 51.96078%;
        left: 0px;
        top: 0px;
        background-image: var(--textwithform-background-image);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; } }
  .ce_textWithForm__formbox__headline {
    margin-top: -10px;
    font-family: 'GT-America', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 70px;
    line-height: 72px;
    color: inherit; }
    @media (max-width: 959.98px) {
      .ce_textWithForm__formbox__headline {
        font-size: 48px;
        line-height: 56px; } }
    @media (max-width: 767.98px) {
      .ce_textWithForm__formbox__headline {
        margin-top: 20px;
        margin-bottom: 16px; } }
  .ce_textWithForm__formbox__toggle {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding: 15px;
    border: 0 none;
    border-radius: 0;
    font-family: 'GT-America-Mono', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px; }
    .ce_textWithForm__outer:not(.init-outerheight) .ce_textWithForm__formbox__toggle {
      opacity: 0.5;
      pointer-events: none; }
    .ce_textWithForm__formbox__toggle:after {
      content: "";
      display: inline-block;
      width: 15px;
      height: 20px;
      margin-left: 12px;
      vertical-align: middle;
      background-image: url("../img/arrow-up-white.svg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
    .ce_textWithForm__formbox__toggle.collapsed:after {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .ce_textWithForm__formbox__toggle, .ce_textWithForm__formbox__toggle:hover, .ce_textWithForm__formbox__toggle:focus, .ce_textWithForm__formbox__toggle:focus-within, .ce_textWithForm__formbox__toggle:active {
      color: inherit;
      text-decoration: none; }
  .ce_textWithForm__formbox .ce_form {
    padding-top: 60px; }
    @media (max-width: 767.98px) {
      .ce_textWithForm__formbox .ce_form {
        padding-top: 40px; } }

#main .inside .ce_textWithForm .ce_form {
  max-width: none; }

#main .inside .mod_article.bg-Violett .ce_textWithForm__formbox__toggle,
#main .inside .mod_article.bg-Violett .ce_textWithForm .ce_form .widget-submit button {
  background-color: #6e2dc8; }

#main .inside .mod_article.bg-Pink .ce_textWithForm__formbox__toggle,
#main .inside .mod_article.bg-Pink .ce_textWithForm .ce_form .widget-submit button {
  background-color: #b42dc8; }

#main .inside .mod_article.bg-Blau .ce_textWithForm__formbox__toggle,
#main .inside .mod_article.bg-Blau .ce_textWithForm .ce_form .widget-submit button {
  background-color: #0000ff; }

#main .inside .mod_article.bg-Tuerkis .ce_textWithForm__formbox__toggle,
#main .inside .mod_article.bg-Tuerkis .ce_textWithForm .ce_form .widget-submit button {
  background-color: #00d2be; }

#main .inside .mod_article.bg-Gruen .ce_textWithForm__formbox__toggle,
#main .inside .mod_article.bg-Gruen .ce_textWithForm .ce_form .widget-submit button {
  background-color: #a0e128; }

.ce_packageTable__buttons {
  position: relative;
  padding-top: 52px;
  display: none; }

.ce_packageTable > h2,
.ce_packageTable > h3 {
  margin-bottom: 30px; }

.ce_packageTable .btn-prev,
.ce_packageTable .btn-next {
  position: absolute;
  top: 0;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0 none;
  border-radius: 0;
  background-color: white;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 32px 32px; }
  .ce_packageTable .btn-prev.disabled,
  .ce_packageTable .btn-next.disabled {
    opacity: 1; }

.ce_packageTable .btn-prev {
  background-image: url("../img/arrow-slider-left-white.svg");
  -webkit-transform: translateX(-36px);
          transform: translateX(-36px); }
  .ce_packageTable .btn-prev.disabled {
    background-image: url("../img/arrow-slider-left-white-inactive.svg"); }

.ce_packageTable .btn-next {
  background-image: url("../img/arrow-slider-right-white.svg");
  -webkit-transform: translateX(4px);
          transform: translateX(4px); }
  .ce_packageTable .btn-next.disabled {
    background-image: url("../img/arrow-slider-right-white-inactive.svg"); }

.ce_packageTable ::-webkit-scrollbar-track {
  border-radius: 0; }

.ce_packageTable ::-webkit-scrollbar-thumb {
  border-radius: 0; }

.ce_packageTable .table-responsive {
  scroll-behavior: smooth; }

#main .ce_packageTable.ce_text p {
  margin: 0; }

#main .ce_packageTable.ce_text tbody p,
#main .ce_packageTable.ce_text tfoot p {
  line-height: inherit; }

#main .ce_packageTable.ce_text thead th p + p {
  margin-top: 15px; }

#main .mod_article.color-Weiss .ce_packageTable.ce_text a,
#main .mod_article.color-Schwarz .ce_packageTable.ce_text a {
  font-size: inherit; }

#main .mod_article.color-Weiss .ce_packageTable.ce_text a {
  background-image: url("../img/arrow-right-black.svg");
  -webkit-transition: none;
  transition: none; }
  #main .mod_article.color-Weiss .ce_packageTable.ce_text a:hover {
    background-image: url("../img/arrow_right_grey.svg");
    padding-left: 25px; }

@media (min-width: 1200px) {
  .ce_packageTable.has-gt5 .ce_packageTable__buttons {
    display: block; }
  .ce_packageTable.has-gt5 .btn-prev,
  .ce_packageTable.has-gt5 .btn-next {
    left: 60%; }
  .ce_packageTable.has-gt5.ce_text table thead th,
  .ce_packageTable.has-gt5.ce_text table tbody th,
  .ce_packageTable.has-gt5.ce_text table tbody td,
  .ce_packageTable.has-gt5.ce_text table tfoot td {
    width: 236px; }
    .ce_packageTable.has-gt5.ce_text table thead th:nth-child(5),
    .ce_packageTable.has-gt5.ce_text table tbody th:nth-child(5),
    .ce_packageTable.has-gt5.ce_text table tbody td:nth-child(5),
    .ce_packageTable.has-gt5.ce_text table tfoot td:nth-child(5) {
      width: 237px; } }

@media (min-width: 960px) and (max-width: 1199.98px) {
  .ce_packageTable.has-5 .ce_packageTable__buttons, .ce_packageTable.has-gt5 .ce_packageTable__buttons {
    display: block; }
  .ce_packageTable.has-5 .btn-prev,
  .ce_packageTable.has-5 .btn-next, .ce_packageTable.has-gt5 .btn-prev,
  .ce_packageTable.has-gt5 .btn-next {
    left: 62.5%; }
  .ce_packageTable.has-5.ce_text table thead th,
  .ce_packageTable.has-5.ce_text table tbody th,
  .ce_packageTable.has-5.ce_text table tbody td,
  .ce_packageTable.has-5.ce_text table tfoot td, .ce_packageTable.has-gt5.ce_text table thead th,
  .ce_packageTable.has-gt5.ce_text table tbody th,
  .ce_packageTable.has-gt5.ce_text table tbody td,
  .ce_packageTable.has-gt5.ce_text table tfoot td {
    width: 225px; }
    .ce_packageTable.has-5.ce_text table thead th:nth-child(4),
    .ce_packageTable.has-5.ce_text table tbody th:nth-child(4),
    .ce_packageTable.has-5.ce_text table tbody td:nth-child(4),
    .ce_packageTable.has-5.ce_text table tfoot td:nth-child(4), .ce_packageTable.has-gt5.ce_text table thead th:nth-child(4),
    .ce_packageTable.has-gt5.ce_text table tbody th:nth-child(4),
    .ce_packageTable.has-gt5.ce_text table tbody td:nth-child(4),
    .ce_packageTable.has-gt5.ce_text table tfoot td:nth-child(4) {
      width: 226px; } }

@media (min-width: 768px) and (max-width: 959.98px) {
  .ce_packageTable.has-4 .ce_packageTable__buttons, .ce_packageTable.has-5 .ce_packageTable__buttons, .ce_packageTable.has-gt5 .ce_packageTable__buttons {
    display: block; }
  .ce_packageTable.has-4 .btn-prev,
  .ce_packageTable.has-4 .btn-next, .ce_packageTable.has-5 .btn-prev,
  .ce_packageTable.has-5 .btn-next, .ce_packageTable.has-gt5 .btn-prev,
  .ce_packageTable.has-gt5 .btn-next {
    left: 66.666%; }
  .ce_packageTable.has-4.ce_text table thead th,
  .ce_packageTable.has-4.ce_text table tbody th,
  .ce_packageTable.has-4.ce_text table tbody td,
  .ce_packageTable.has-4.ce_text table tfoot td, .ce_packageTable.has-5.ce_text table thead th,
  .ce_packageTable.has-5.ce_text table tbody th,
  .ce_packageTable.has-5.ce_text table tbody td,
  .ce_packageTable.has-5.ce_text table tfoot td, .ce_packageTable.has-gt5.ce_text table thead th,
  .ce_packageTable.has-gt5.ce_text table tbody th,
  .ce_packageTable.has-gt5.ce_text table tbody td,
  .ce_packageTable.has-gt5.ce_text table tfoot td {
    width: 220px; }
    .ce_packageTable.has-4.ce_text table thead th:nth-child(3),
    .ce_packageTable.has-4.ce_text table tbody th:nth-child(3),
    .ce_packageTable.has-4.ce_text table tbody td:nth-child(3),
    .ce_packageTable.has-4.ce_text table tfoot td:nth-child(3), .ce_packageTable.has-5.ce_text table thead th:nth-child(3),
    .ce_packageTable.has-5.ce_text table tbody th:nth-child(3),
    .ce_packageTable.has-5.ce_text table tbody td:nth-child(3),
    .ce_packageTable.has-5.ce_text table tfoot td:nth-child(3), .ce_packageTable.has-gt5.ce_text table thead th:nth-child(3),
    .ce_packageTable.has-gt5.ce_text table tbody th:nth-child(3),
    .ce_packageTable.has-gt5.ce_text table tbody td:nth-child(3),
    .ce_packageTable.has-gt5.ce_text table tfoot td:nth-child(3) {
      width: 221px; } }

@media (min-width: 576px) and (max-width: 767.98px) {
  .ce_packageTable.has-3 .ce_packageTable__buttons, .ce_packageTable.has-4 .ce_packageTable__buttons, .ce_packageTable.has-5 .ce_packageTable__buttons, .ce_packageTable.has-gt5 .ce_packageTable__buttons {
    display: block; }
  .ce_packageTable.has-3 .btn-prev,
  .ce_packageTable.has-3 .btn-next, .ce_packageTable.has-4 .btn-prev,
  .ce_packageTable.has-4 .btn-next, .ce_packageTable.has-5 .btn-prev,
  .ce_packageTable.has-5 .btn-next, .ce_packageTable.has-gt5 .btn-prev,
  .ce_packageTable.has-gt5 .btn-next {
    left: 75%; }
  .ce_packageTable.has-3.ce_text table thead th,
  .ce_packageTable.has-3.ce_text table tbody th,
  .ce_packageTable.has-3.ce_text table tbody td,
  .ce_packageTable.has-3.ce_text table tfoot td, .ce_packageTable.has-4.ce_text table thead th,
  .ce_packageTable.has-4.ce_text table tbody th,
  .ce_packageTable.has-4.ce_text table tbody td,
  .ce_packageTable.has-4.ce_text table tfoot td, .ce_packageTable.has-5.ce_text table thead th,
  .ce_packageTable.has-5.ce_text table tbody th,
  .ce_packageTable.has-5.ce_text table tbody td,
  .ce_packageTable.has-5.ce_text table tfoot td, .ce_packageTable.has-gt5.ce_text table thead th,
  .ce_packageTable.has-gt5.ce_text table tbody th,
  .ce_packageTable.has-gt5.ce_text table tbody td,
  .ce_packageTable.has-gt5.ce_text table tfoot td {
    width: 245px; }
    .ce_packageTable.has-3.ce_text table thead th:nth-child(2),
    .ce_packageTable.has-3.ce_text table tbody th:nth-child(2),
    .ce_packageTable.has-3.ce_text table tbody td:nth-child(2),
    .ce_packageTable.has-3.ce_text table tfoot td:nth-child(2), .ce_packageTable.has-4.ce_text table thead th:nth-child(2),
    .ce_packageTable.has-4.ce_text table tbody th:nth-child(2),
    .ce_packageTable.has-4.ce_text table tbody td:nth-child(2),
    .ce_packageTable.has-4.ce_text table tfoot td:nth-child(2), .ce_packageTable.has-5.ce_text table thead th:nth-child(2),
    .ce_packageTable.has-5.ce_text table tbody th:nth-child(2),
    .ce_packageTable.has-5.ce_text table tbody td:nth-child(2),
    .ce_packageTable.has-5.ce_text table tfoot td:nth-child(2), .ce_packageTable.has-gt5.ce_text table thead th:nth-child(2),
    .ce_packageTable.has-gt5.ce_text table tbody th:nth-child(2),
    .ce_packageTable.has-gt5.ce_text table tbody td:nth-child(2),
    .ce_packageTable.has-gt5.ce_text table tfoot td:nth-child(2) {
      width: 246px; } }

@media (max-width: 575.98px) {
  .ce_packageTable.has-3.ce_text .ce_packageTable__buttons, .ce_packageTable.has-4.ce_text .ce_packageTable__buttons, .ce_packageTable.has-5.ce_text .ce_packageTable__buttons, .ce_packageTable.has-gt5.ce_text .ce_packageTable__buttons {
    display: block; }
  .ce_packageTable.has-3.ce_text .btn-prev,
  .ce_packageTable.has-3.ce_text .btn-next, .ce_packageTable.has-4.ce_text .btn-prev,
  .ce_packageTable.has-4.ce_text .btn-next, .ce_packageTable.has-5.ce_text .btn-prev,
  .ce_packageTable.has-5.ce_text .btn-next, .ce_packageTable.has-gt5.ce_text .btn-prev,
  .ce_packageTable.has-gt5.ce_text .btn-next {
    left: 75%; }
  .ce_packageTable.has-3.ce_text .table-responsive, .ce_packageTable.has-4.ce_text .table-responsive, .ce_packageTable.has-5.ce_text .table-responsive, .ce_packageTable.has-gt5.ce_text .table-responsive {
    width: calc(100% + 1px);
    -webkit-clip-path: polygon(0 0, calc(100% - 1px) 0, calc(100% - 1px) 100%, 0 100%);
            clip-path: polygon(0 0, calc(100% - 1px) 0, calc(100% - 1px) 100%, 0 100%); }
  .ce_packageTable.has-3.ce_text table {
    width: 150%; }
  .ce_packageTable.has-4.ce_text table {
    width: 200%; }
  .ce_packageTable.has-5.ce_text table {
    width: 250%; }
  .ce_packageTable.has-gt5.has-6.ce_text table {
    width: 300%; }
  .ce_packageTable.has-gt5.has-7.ce_text table {
    width: 350%; }
  .ce_packageTable.has-gt5.has-8.ce_text table {
    width: 400%; } }

.ce_packageTable.ce_text table {
  table-layout: fixed; }
  .ce_packageTable.ce_text table thead th,
  .ce_packageTable.ce_text table tbody th,
  .ce_packageTable.ce_text table tbody td,
  .ce_packageTable.ce_text table tfoot td {
    padding: 15px 30px; }
    .ce_packageTable.ce_text table thead th:first-child,
    .ce_packageTable.ce_text table tbody th:first-child,
    .ce_packageTable.ce_text table tbody td:first-child,
    .ce_packageTable.ce_text table tfoot td:first-child {
      position: -webkit-sticky;
      position: sticky;
      left: 0;
      z-index: 1; }
    .ce_packageTable.ce_text table thead th:not(:first-child),
    .ce_packageTable.ce_text table tbody th:not(:first-child),
    .ce_packageTable.ce_text table tbody td:not(:first-child),
    .ce_packageTable.ce_text table tfoot td:not(:first-child) {
      position: relative;
      background-clip: padding-box; }
  @media (min-width: 768px) {
    .ce_packageTable.ce_text table thead th:first-child + th:last-child,
    .ce_packageTable.ce_text table tbody th:first-child + td:last-child,
    .ce_packageTable.ce_text table tfoot td:first-child + td:last-child {
      width: 66.666%; } }
  .ce_packageTable.ce_text table thead th {
    line-height: 0;
    vertical-align: bottom;
    padding-bottom: 0;
    font-size: 24px;
    font-weight: bold; }
    .ce_packageTable.ce_text table thead th * {
      line-height: 30px; }
    .ce_packageTable.ce_text table thead th:first-child {
      font-size: 20px; }
    .ce_packageTable.ce_text table thead th:after {
      content: "";
      display: inline-block;
      vertical-align: bottom;
      width: 160px;
      height: 4px;
      margin-top: 18px;
      background: currentColor; }
      @media (max-width: 575.98px) {
        .ce_packageTable.ce_text table thead th:after {
          display: block;
          width: 100%; } }
  .ce_packageTable.ce_text table tbody td,
  .ce_packageTable.ce_text table tbody th {
    font-size: 14px;
    line-height: 18px;
    vertical-align: middle; }
  .ce_packageTable.ce_text table tfoot td {
    font-size: 20px;
    line-height: 20px;
    font-weight: 800; }
  .ce_packageTable.ce_text table tbody tr:not(:first-child) th:before,
  .ce_packageTable.ce_text table tbody tr:not(:first-child) td:before,
  .ce_packageTable.ce_text table tfoot tr th:before,
  .ce_packageTable.ce_text table tfoot tr td:before {
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    width: calc(100% - 60px);
    height: 1px; }
  .ce_packageTable.ce_text table tbody tr:not(:first-child) th:before,
  .ce_packageTable.ce_text table tfoot tr th:before {
    background: #666666; }
  .ce_packageTable.ce_text table tbody tr:not(:first-child) td:before,
  .ce_packageTable.ce_text table tfoot tr td:before {
    background: #999999; }
  .ce_packageTable.ce_text table thead + tbody tr:last-child td,
  .ce_packageTable.ce_text table thead + tbody tr:last-child th,
  .ce_packageTable.ce_text table tfoot tr td,
  .ce_packageTable.ce_text table tfoot tr th {
    padding-bottom: 40px; }
  .ce_packageTable.ce_text table thead th:first-child,
  .ce_packageTable.ce_text table tbody th,
  .ce_packageTable.ce_text table tfoot td:first-child {
    background-color: black;
    color: white;
    text-align: right; }
  .ce_packageTable.ce_text table tr + tr,
  .ce_packageTable.ce_text table thead + tbody tr {
    border-top: 0 none; }
  .ce_packageTable.ce_text table thead th + th,
  .ce_packageTable.ce_text table tbody td,
  .ce_packageTable.ce_text table tfoot td + td {
    background-color: white;
    border-left: 1px solid black;
    text-align: center; }
    #main .mod_article.color-Weiss .ce_packageTable.ce_text table thead th + th, #main .mod_article.color-Weiss
    .ce_packageTable.ce_text table tbody td, #main .mod_article.color-Weiss
    .ce_packageTable.ce_text table tfoot td + td {
      color: black; }
  .ce_packageTable.ce_text table tbody td {
    font-weight: 500; }

.ce_packageTable--left.ce_text table thead th + th,
.ce_packageTable--left.ce_text table tbody td,
.ce_packageTable--left.ce_text table tfoot td + td {
  text-align: left; }

.ce_packageTable--left-center-right.ce_text table thead th:nth-child(2),
.ce_packageTable--left-center-right.ce_text table tbody td:nth-child(2),
.ce_packageTable--left-center-right.ce_text table tfoot td:nth-child(2) {
  text-align: left; }

.ce_packageTable--left-center-right.ce_text table thead th:last-child,
.ce_packageTable--left-center-right.ce_text table tbody td:last-child,
.ce_packageTable--left-center-right.ce_text table tfoot td:last-child {
  text-align: right; }

.ce_packageTable .star {
  display: inline-block;
  vertical-align: bottom;
  width: 15px;
  height: 15px;
  background-image: url("../img/star.svg");
  background-repeat: no-repeat;
  background-position: 0 0; }
  .ce_packageTable .star + .star {
    margin-left: 10px; }

.ce_packageTable .icon {
  display: block;
  width: 100%;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center; }
  .ce_packageTable .icon.icon-check {
    background-image: url("../img/icon-check.svg"); }
  .ce_packageTable .icon.icon-check-optional {
    background-image: url("../img/icon-check-optional.svg"); }
  .ce_packageTable .icon.icon-cross {
    background-image: url("../img/icon-cross.svg"); }

.ce_youtube figure {
  line-height: inherit; }

.ce_youtube__splash {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .ce_youtube__splash:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8); }
  .ce_youtube__splash img {
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0; }
  .ce_youtube__splash__text, .ce_youtube__splash__link {
    max-width: 320px; }
  .ce_youtube__splash__text {
    position: relative;
    z-index: 1;
    color: white; }
    .ce_youtube__splash__text h3 {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 10px;
      color: inherit; }
    .ce_youtube__splash__text p {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 12px; }
  .ce_youtube__splash__link {
    display: table;
    font-family: 'GT-America-Mono', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    padding: 15px 50px;
    background: #6e2dc8;
    color: white;
    text-align: center; }
    .ce_youtube__splash__link:after {
      content: "";
      display: inline-block;
      width: 30px;
      height: 12px;
      background-image: url("../img/arrow-right-white.svg");
      background-repeat: no-repeat;
      background-position: right center;
      -webkit-transition: -webkit-transform 0.2s ease-in;
      transition: -webkit-transform 0.2s ease-in;
      transition: transform 0.2s ease-in;
      transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in; }
    .ce_youtube__splash__link:hover, .ce_youtube__splash__link:focus {
      color: white; }
      .ce_youtube__splash__link:hover:after, .ce_youtube__splash__link:focus:after {
        -webkit-transform: translateX(7px);
                transform: translateX(7px); }

.ce_youtube.ce_image .image-lightbox__show:after {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  width: 120px;
  height: 120px;
  background-color: transparent;
  background-image: url("../img/play-large.svg");
  background-size: contain; }
  @media (max-width: 767.98px) {
    .ce_youtube.ce_image .image-lightbox__show:after {
      width: 80px;
      height: 80px; } }

/* ... */
/* Print */
@media print {
  @page {
    margin: 1.5cm 1.5cm; }
  html {
    font-size: 80%; }
  * {
    color: black !important; }
  body {
    color: black;
    background-color: white; }
  .fr-header-stage-type-3 {
    background: none; }
  .fr-main-navigation__header {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .fr-main-navigation--sticky {
    position: static !important; }
  .container {
    max-width: none;
    padding-right: 0;
    padding-left: 0; }
  .row {
    display: block; }
  .fr-main-content > .container > .row > .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: none; }
  .fr-top-navigation,
  .fr-header-search-layer,
  .fr-main-navigation__bar {
    display: none; }
  .fr-main-navigation__header {
    margin-bottom: 0.5cm; }
  .fr-main-navigation__header-inside {
    padding-top: 0 !important; }
  .fr-main-navigation__logo {
    position: static !important; }
  .fr-header-stage-type-3__inside {
    min-height: 1px !important;
    padding-top: 0;
    padding-bottom: 0; }
  .fr-header-stage-type-4__inside {
    padding-bottom: 0; }
  .fr-header-stage-type-4__headline {
    margin: 1cm 0 0 0; }
  .fr-footer-social-links,
  .fr-footer-sitemap {
    display: none; }
  .c-popup {
    display: none; }
  .fr-main-column {
    padding-right: 0 !important;
    padding-top: 0.8cm; }
  .fr-rc-column {
    display: none; }
  .fr-content-footer {
    display: none; }
  .fr-footer {
    padding: 0 !important;
    background: none !important;
    border-top: 1px solid black; } }

@media print {
  .c-content-slider-container {
    display: none; }
  .collapse {
    display: block !important; }
  .c-anchor-links {
    display: none; }
  .c-accentuation-box,
  .c-accordion__body {
    background: none;
    padding-left: 0;
    padding-right: 0; }
  .c-accordion__header-link {
    background: none !important;
    padding-left: 0;
    padding-right: 0; }
    .c-accordion__header-link:before {
      display: none !important; }
  .c-content-container__image--landscape {
    max-width: 7cm !important;
    float: left !important;
    margin-right: 1cm !important; }
  .c-content-container__image--portrait {
    max-width: 5cm !important;
    float: left !important;
    margin-right: 1cm !important;
    width: 5cm;
    display: block; }
  .c-teaser-extended__toggle-link {
    display: none; }
  .c-teaser-extended__toggle-content {
    display: block !important; }
  .c-teaser-extended__link-box {
    display: none; }
  .c-image-container__copyright-link {
    display: none !important; }
  [data-toggle='lightbox']:before {
    display: none; }
  .c-quote__image {
    display: none; }
  .c-quote__text {
    margin-left: 0 !important; }
  .c-quote__caption {
    margin-left: 1cm !important; } }

/* Overrides */
/* Elements */
.ce_form {
  font-family: 'GT-America-Mono', sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  width: 100%; }
  .ce_form .subcl,
  .ce_form .subcr {
    padding: 0; }
  .ce_form input,
  .ce_form textarea {
    border: 1px solid;
    background: transparent;
    width: 100%;
    padding: 5px 10px;
    font-size: 14px;
    color: inherit;
    outline: none; }
  .ce_form input {
    -webkit-appearance: none;
    border-radius: 0;
    height: 44px;
    border-bottom: 0; }
  .ce_form textarea {
    -webkit-appearance: none;
    border-radius: 0;
    height: 210px;
    max-height: 210px;
    max-width: 100%; }
  .ce_form .widget-submit {
    position: absolute;
    bottom: 0; }
  .ce_form button.submit {
    -webkit-appearance: none;
    border-radius: 0;
    background: transparent;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url("../img/arrow-right-black.svg");
    color: inherit;
    font-family: 'GT-America-Mono', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
    .ce_form button.submit:hover {
      background-position: left 7px center; }
  .ce_form .subcr input {
    border-left: 0; }
  .ce_form .c30r {
    padding-left: 65px; }
  .ce_form input.captcha {
    border: 1px solid;
    margin-bottom: 5px; }
  .ce_form .captcha_text,
  .ce_form .error {
    font-size: 16px;
    display: block;
    margin-bottom: 10px; }

.footer input,
.footer textarea {
  border-color: #fff; }

.footer .ce_form {
  padding: 60px 0 0 0;
  margin-bottom: 60px;
  position: relative; }

.footer button.submit {
  background-image: url("../img/arrow-right-white.svg"); }

.footer .captcha_text {
  display: block; }

.footer input.captcha {
  background: #fff;
  border: 1px solid #fff;
  color: #000;
  display: block; }

.footer.no_contact .openform {
  display: none;
  opacity: 0; }

#main .inside .ce_form {
  max-width: 1000px;
  color: inherit;
  padding-right: 10px;
  padding-left: 10px; }
  #main .inside .ce_form .c20l,
  #main .inside .ce_form .c25l,
  #main .inside .ce_form .c33l,
  #main .inside .ce_form .c40l,
  #main .inside .ce_form .c38l,
  #main .inside .ce_form .c50l,
  #main .inside .ce_form .c60l,
  #main .inside .ce_form .c62l,
  #main .inside .ce_form .c66l,
  #main .inside .ce_form .c75l,
  #main .inside .ce_form .c80l,
  #main .inside .ce_form .c15l,
  #main .inside .ce_form .c16l,
  #main .inside .ce_form .c30l,
  #main .inside .ce_form .c45l,
  #main .inside .ce_form .c55l,
  #main .inside .ce_form .c70l,
  #main .inside .ce_form .c85l,
  #main .inside .ce_form .c20r,
  #main .inside .ce_form .c25r,
  #main .inside .ce_form .c33r,
  #main .inside .ce_form .c40r,
  #main .inside .ce_form .c38r,
  #main .inside .ce_form .c50r,
  #main .inside .ce_form .c60r,
  #main .inside .ce_form .c66r,
  #main .inside .ce_form .c62r,
  #main .inside .ce_form .c75r,
  #main .inside .ce_form .c80r,
  #main .inside .ce_form .c15r,
  #main .inside .ce_form .c16r,
  #main .inside .ce_form .c30r,
  #main .inside .ce_form .c45r,
  #main .inside .ce_form .c55r,
  #main .inside .ce_form .c70r,
  #main .inside .ce_form .c85r {
    padding: 0 10px;
    margin: 0; }
  #main .inside .ce_form .subcolumns {
    position: relative;
    left: -10px;
    width: calc(100% + 20px); }
  #main .inside .ce_form .widget {
    margin-bottom: 16px; }
    #main .inside .ce_form .widget label {
      font-size: 14px;
      margin-bottom: 12px; }
    #main .inside .ce_form .widget legend {
      font-size: 24px;
      line-height: 32px;
      font-family: 'GT-America', sans-serif;
      font-weight: 600;
      font-style: normal;
      margin-bottom: 20px; }
  #main .inside .ce_form .widget-explanation {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 20px; }
    #main .inside .ce_form .widget-explanation p,
    #main .inside .ce_form .widget-explanation span {
      font-size: 16px;
      line-height: 20px; }
  #main .inside .ce_form .widget-checkbox,
  #main .inside .ce_form .widget-radio {
    margin: 20px 0 40px 0; }
    #main .inside .ce_form .widget-checkbox input[type="radio"],
    #main .inside .ce_form .widget-radio input[type="radio"] {
      width: 20px;
      height: 20px;
      float: left;
      border-color: inherit;
      border-bottom: 1px solid;
      padding: 0;
      cursor: pointer;
      position: relative; }
      #main .inside .ce_form .widget-checkbox input[type="radio"]:checked:after,
      #main .inside .ce_form .widget-radio input[type="radio"]:checked:after {
        position: absolute;
        display: block;
        content: "";
        top: 2px;
        left: 2px;
        width: 12px;
        height: 12px;
        background-color: #000;
        color: inherit;
        font-family: 'GT-America', sans-serif;
        font-weight: 400;
        font-style: normal; }
    #main .inside .ce_form .widget-checkbox input[type="checkbox"],
    #main .inside .ce_form .widget-radio input[type="checkbox"] {
      width: 20px;
      height: 20px;
      float: left;
      border-color: inherit;
      border-bottom: 1px solid;
      padding: 0;
      cursor: pointer;
      position: relative; }
      #main .inside .ce_form .widget-checkbox input[type="checkbox"]:checked:after,
      #main .inside .ce_form .widget-radio input[type="checkbox"]:checked:after {
        content: "\2714";
        font-size: 14px;
        position: absolute;
        top: 0px;
        left: 3px;
        color: inherit;
        font-family: 'GT-America', sans-serif;
        font-weight: 400;
        font-style: normal; }
    #main .inside .ce_form .widget-checkbox .checkbox_container > span,
    #main .inside .ce_form .widget-checkbox .checkbox_container > fieldset > span,
    #main .inside .ce_form .widget-radio .checkbox_container > span,
    #main .inside .ce_form .widget-radio .checkbox_container > fieldset > span {
      display: block;
      margin: 0;
      padding: 0; }
      #main .inside .ce_form .widget-checkbox .checkbox_container > span:before, #main .inside .ce_form .widget-checkbox .checkbox_container > span::after,
      #main .inside .ce_form .widget-checkbox .checkbox_container > fieldset > span:before,
      #main .inside .ce_form .widget-checkbox .checkbox_container > fieldset > span::after,
      #main .inside .ce_form .widget-radio .checkbox_container > span:before,
      #main .inside .ce_form .widget-radio .checkbox_container > span::after,
      #main .inside .ce_form .widget-radio .checkbox_container > fieldset > span:before,
      #main .inside .ce_form .widget-radio .checkbox_container > fieldset > span::after {
        content: " ";
        display: table;
        float: none;
        clear: both; }
      #main .inside .ce_form .widget-checkbox .checkbox_container > span label,
      #main .inside .ce_form .widget-checkbox .checkbox_container > fieldset > span label,
      #main .inside .ce_form .widget-radio .checkbox_container > span label,
      #main .inside .ce_form .widget-radio .checkbox_container > fieldset > span label {
        float: left;
        width: calc(100% - 40px);
        padding-left: 20px;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 23px;
        position: relative;
        margin-top: 0 px;
        cursor: pointer; }
    #main .inside .ce_form .widget-checkbox .radio_container > span,
    #main .inside .ce_form .widget-checkbox .radio_container > fieldset > span,
    #main .inside .ce_form .widget-radio .radio_container > span,
    #main .inside .ce_form .widget-radio .radio_container > fieldset > span {
      display: block;
      margin: 0;
      padding: 0; }
      #main .inside .ce_form .widget-checkbox .radio_container > span:before, #main .inside .ce_form .widget-checkbox .radio_container > span::after,
      #main .inside .ce_form .widget-checkbox .radio_container > fieldset > span:before,
      #main .inside .ce_form .widget-checkbox .radio_container > fieldset > span::after,
      #main .inside .ce_form .widget-radio .radio_container > span:before,
      #main .inside .ce_form .widget-radio .radio_container > span::after,
      #main .inside .ce_form .widget-radio .radio_container > fieldset > span:before,
      #main .inside .ce_form .widget-radio .radio_container > fieldset > span::after {
        content: " ";
        display: table;
        float: none;
        clear: both; }
      #main .inside .ce_form .widget-checkbox .radio_container > span label,
      #main .inside .ce_form .widget-checkbox .radio_container > fieldset > span label,
      #main .inside .ce_form .widget-radio .radio_container > span label,
      #main .inside .ce_form .widget-radio .radio_container > fieldset > span label {
        float: left;
        width: calc(100% - 40px);
        padding-left: 20px;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 23px;
        position: relative;
        margin-top: -2px;
        cursor: pointer; }
  #main .inside .ce_form input[type="text"],
  #main .inside .ce_form input[type="email"],
  #main .inside .ce_form input[type="phone"],
  #main .inside .ce_form input[type="tel"],
  #main .inside .ce_form select {
    height: 40px; }
  #main .inside .ce_form input[type="text"],
  #main .inside .ce_form input[type="email"],
  #main .inside .ce_form input[type="phone"],
  #main .inside .ce_form input[type="tel"],
  #main .inside .ce_form select,
  #main .inside .ce_form textarea {
    border: 1px solid;
    padding: 10px 20px;
    font-size: 16px;
    border-color: inherit;
    display: block;
    width: 100%; }
  #main .inside .ce_form select {
    background-image: url(../img/arrow-down-black.svg);
    background-repeat: no-repeat;
    background-position: center right 15px;
    background-size: 18px;
    -webkit-appearance: none; }
  #main .inside .ce_form .widget-upload {
    margin-top: 40px; }
    #main .inside .ce_form .widget-upload label {
      font-size: 24px;
      line-height: 32px;
      font-family: 'GT-America', sans-serif;
      font-weight: 600;
      font-style: normal;
      margin-bottom: 20px; }
    #main .inside .ce_form .widget-upload input[type="file"] {
      padding: 0;
      border: none; }
  #main .inside .ce_form textarea {
    padding-top: 20px; }
  #main .inside .ce_form .widget-submit {
    position: relative;
    margin-top: 10px; }
    #main .inside .ce_form .widget-submit input,
    #main .inside .ce_form .widget-submit button {
      padding: 12px 30px 12px 50px;
      color: #fff;
      background-color: #00d2be;
      background-image: url(../img/arrow-right-white.svg);
      background-position: left 18px center; }
      #main .inside .ce_form .widget-submit input:hover,
      #main .inside .ce_form .widget-submit button:hover {
        background-position: left 25px center; }
  #main .inside .ce_form .widget-captcha {
    position: relative;
    padding-top: 26px; }
    #main .inside .ce_form .widget-captcha .captcha_text {
      position: absolute;
      top: 0;
      font-size: 14px;
      margin-bottom: 12px; }
  #main .inside .ce_form ::-webkit-input-placeholder {
    /* Edge */
    color: inherit; }
  #main .inside .ce_form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: inherit; }
  #main .inside .ce_form ::-moz-placeholder {
    color: inherit; }
  #main .inside .ce_form ::-ms-input-placeholder {
    color: inherit; }
  #main .inside .ce_form ::placeholder {
    color: inherit; }

#main .inside .color-Weiss .ce_form .widget-radio input[type="radio"]:checked:after {
  background-color: #fff; }

#main .inside .color-Weiss .ce_form select {
  background-color: transparent;
  background-image: url(../img/arrow-down-white.svg);
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-size: 18px;
  -webkit-appearance: none; }

#main .inside .bg-Tuerkis .ce_form .widget-submit {
  position: relative;
  margin-top: 10px; }
  #main .inside .bg-Tuerkis .ce_form .widget-submit input,
  #main .inside .bg-Tuerkis .ce_form .widget-submit button {
    padding: 12px 30px 12px 50px;
    color: #fff;
    background-color: #000;
    background-image: url(../img/arrow-right-white.svg);
    background-position: left 18px center; }
    #main .inside .bg-Tuerkis .ce_form .widget-submit input:hover,
    #main .inside .bg-Tuerkis .ce_form .widget-submit button:hover {
      background-position: left 25px center; }

.ce_form {
  font-family: 'GT-America-Mono', sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  width: 100%; }
  .ce_form .subcl,
  .ce_form .subcr {
    padding: 0; }
  .ce_form input,
  .ce_form textarea {
    border: 1px solid;
    background: transparent;
    width: 100%;
    padding: 5px 10px;
    font-size: 14px;
    color: inherit;
    outline: none; }
  .ce_form input {
    -webkit-appearance: none;
    border-radius: 0;
    height: 44px;
    border-bottom: 0; }
  .ce_form textarea {
    -webkit-appearance: none;
    border-radius: 0;
    height: 210px;
    max-height: 210px;
    max-width: 100%; }
  .ce_form .widget-submit {
    position: absolute;
    bottom: 0; }
  .ce_form button.submit {
    -webkit-appearance: none;
    border-radius: 0;
    background: transparent;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url("../img/arrow-right-black.svg");
    color: inherit;
    font-family: 'GT-America-Mono', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
    .ce_form button.submit:hover {
      background-position: left 7px center; }
  .ce_form .subcr input {
    border-left: 0; }
  .ce_form .c30r {
    padding-left: 65px; }
  .ce_form input.captcha {
    border: 1px solid;
    margin-bottom: 5px; }
  .ce_form .captcha_text,
  .ce_form .error {
    font-size: 16px;
    display: block;
    margin-bottom: 10px; }
  .ce_form .checkbox_container span.mandatory {
    display: inline-block;
    padding: 0;
    margin: 0; }

.footer input,
.footer textarea {
  border-color: #fff; }

.footer .ce_form {
  padding: 60px 0 0 0;
  margin-bottom: 60px;
  position: relative; }

.footer button.submit {
  background-image: url("../img/arrow-right-white.svg"); }

.footer .captcha_text {
  display: block; }

.footer input.captcha {
  background: #fff;
  border: 1px solid #fff;
  color: #000;
  display: block; }

.footer.no_contact .openform {
  display: none;
  opacity: 0; }

#main .inside .ce_form {
  max-width: 1000px;
  color: inherit;
  padding-right: 10px;
  padding-left: 10px; }
  #main .inside .ce_form .c20l,
  #main .inside .ce_form .c25l,
  #main .inside .ce_form .c33l,
  #main .inside .ce_form .c40l,
  #main .inside .ce_form .c38l,
  #main .inside .ce_form .c50l,
  #main .inside .ce_form .c60l,
  #main .inside .ce_form .c62l,
  #main .inside .ce_form .c66l,
  #main .inside .ce_form .c75l,
  #main .inside .ce_form .c80l,
  #main .inside .ce_form .c15l,
  #main .inside .ce_form .c16l,
  #main .inside .ce_form .c30l,
  #main .inside .ce_form .c45l,
  #main .inside .ce_form .c55l,
  #main .inside .ce_form .c70l,
  #main .inside .ce_form .c85l,
  #main .inside .ce_form .c20r,
  #main .inside .ce_form .c25r,
  #main .inside .ce_form .c33r,
  #main .inside .ce_form .c40r,
  #main .inside .ce_form .c38r,
  #main .inside .ce_form .c50r,
  #main .inside .ce_form .c60r,
  #main .inside .ce_form .c66r,
  #main .inside .ce_form .c62r,
  #main .inside .ce_form .c75r,
  #main .inside .ce_form .c80r,
  #main .inside .ce_form .c15r,
  #main .inside .ce_form .c16r,
  #main .inside .ce_form .c30r,
  #main .inside .ce_form .c45r,
  #main .inside .ce_form .c55r,
  #main .inside .ce_form .c70r,
  #main .inside .ce_form .c85r {
    padding: 0 10px;
    margin: 0; }
  #main .inside .ce_form .subcolumns {
    position: relative;
    left: -10px;
    width: calc(100% + 20px); }
  #main .inside .ce_form .widget {
    margin-bottom: 16px; }
    #main .inside .ce_form .widget label {
      font-size: 14px;
      margin-bottom: 12px; }
    #main .inside .ce_form .widget legend {
      font-size: 24px;
      line-height: 32px;
      font-family: 'GT-America', sans-serif;
      font-weight: 600;
      font-style: normal;
      margin-bottom: 20px; }
  #main .inside .ce_form .widget-explanation {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 20px; }
    #main .inside .ce_form .widget-explanation p,
    #main .inside .ce_form .widget-explanation span {
      font-size: 16px;
      line-height: 20px; }
  #main .inside .ce_form .widget-checkbox,
  #main .inside .ce_form .widget-radio {
    margin: 20px 0 40px 0; }
    #main .inside .ce_form .widget-checkbox input[type="radio"],
    #main .inside .ce_form .widget-radio input[type="radio"] {
      width: 20px;
      height: 20px;
      float: left;
      border-color: inherit;
      border-bottom: 1px solid;
      padding: 0;
      cursor: pointer;
      position: relative; }
      #main .inside .ce_form .widget-checkbox input[type="radio"]:checked:after,
      #main .inside .ce_form .widget-radio input[type="radio"]:checked:after {
        position: absolute;
        display: block;
        content: "";
        top: 2px;
        left: 2px;
        width: 12px;
        height: 12px;
        background-color: #000;
        color: inherit;
        font-family: 'GT-America', sans-serif;
        font-weight: 400;
        font-style: normal; }
    #main .inside .ce_form .widget-checkbox input[type="checkbox"],
    #main .inside .ce_form .widget-radio input[type="checkbox"] {
      width: 20px;
      height: 20px;
      float: left;
      border-color: inherit;
      border-bottom: 1px solid;
      padding: 0;
      cursor: pointer;
      position: relative; }
      #main .inside .ce_form .widget-checkbox input[type="checkbox"]:checked:after,
      #main .inside .ce_form .widget-radio input[type="checkbox"]:checked:after {
        content: "\2714";
        font-size: 14px;
        position: absolute;
        top: 0px;
        left: 3px;
        color: inherit;
        font-family: 'GT-America', sans-serif;
        font-weight: 400;
        font-style: normal; }
    #main .inside .ce_form .widget-checkbox .checkbox_container > span,
    #main .inside .ce_form .widget-checkbox .checkbox_container > fieldset > span,
    #main .inside .ce_form .widget-radio .checkbox_container > span,
    #main .inside .ce_form .widget-radio .checkbox_container > fieldset > span {
      display: block;
      margin: 0;
      padding: 0; }
      #main .inside .ce_form .widget-checkbox .checkbox_container > span:before, #main .inside .ce_form .widget-checkbox .checkbox_container > span::after,
      #main .inside .ce_form .widget-checkbox .checkbox_container > fieldset > span:before,
      #main .inside .ce_form .widget-checkbox .checkbox_container > fieldset > span::after,
      #main .inside .ce_form .widget-radio .checkbox_container > span:before,
      #main .inside .ce_form .widget-radio .checkbox_container > span::after,
      #main .inside .ce_form .widget-radio .checkbox_container > fieldset > span:before,
      #main .inside .ce_form .widget-radio .checkbox_container > fieldset > span::after {
        content: " ";
        display: table;
        float: none;
        clear: both; }
      #main .inside .ce_form .widget-checkbox .checkbox_container > span label,
      #main .inside .ce_form .widget-checkbox .checkbox_container > fieldset > span label,
      #main .inside .ce_form .widget-radio .checkbox_container > span label,
      #main .inside .ce_form .widget-radio .checkbox_container > fieldset > span label {
        float: left;
        width: calc(100% - 40px);
        padding-left: 20px;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 23px;
        position: relative;
        margin-top: 0 px;
        cursor: pointer; }
    #main .inside .ce_form .widget-checkbox .radio_container > span,
    #main .inside .ce_form .widget-checkbox .radio_container > fieldset > span,
    #main .inside .ce_form .widget-radio .radio_container > span,
    #main .inside .ce_form .widget-radio .radio_container > fieldset > span {
      display: block;
      margin: 0;
      padding: 0; }
      #main .inside .ce_form .widget-checkbox .radio_container > span:before, #main .inside .ce_form .widget-checkbox .radio_container > span::after,
      #main .inside .ce_form .widget-checkbox .radio_container > fieldset > span:before,
      #main .inside .ce_form .widget-checkbox .radio_container > fieldset > span::after,
      #main .inside .ce_form .widget-radio .radio_container > span:before,
      #main .inside .ce_form .widget-radio .radio_container > span::after,
      #main .inside .ce_form .widget-radio .radio_container > fieldset > span:before,
      #main .inside .ce_form .widget-radio .radio_container > fieldset > span::after {
        content: " ";
        display: table;
        float: none;
        clear: both; }
      #main .inside .ce_form .widget-checkbox .radio_container > span label,
      #main .inside .ce_form .widget-checkbox .radio_container > fieldset > span label,
      #main .inside .ce_form .widget-radio .radio_container > span label,
      #main .inside .ce_form .widget-radio .radio_container > fieldset > span label {
        float: left;
        width: calc(100% - 40px);
        padding-left: 20px;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 23px;
        position: relative;
        margin-top: -2px;
        cursor: pointer; }
  #main .inside .ce_form input[type="text"],
  #main .inside .ce_form input[type="email"],
  #main .inside .ce_form input[type="phone"],
  #main .inside .ce_form input[type="tel"],
  #main .inside .ce_form select {
    height: 40px; }
  #main .inside .ce_form input[type="text"],
  #main .inside .ce_form input[type="email"],
  #main .inside .ce_form input[type="phone"],
  #main .inside .ce_form input[type="tel"],
  #main .inside .ce_form select,
  #main .inside .ce_form textarea {
    border: 1px solid;
    padding: 10px 20px;
    font-size: 16px;
    border-color: inherit;
    display: block;
    width: 100%; }
  #main .inside .ce_form select {
    background-image: url(../img/arrow-down-black.svg);
    background-repeat: no-repeat;
    background-position: center right 15px;
    background-size: 18px;
    -webkit-appearance: none; }
  #main .inside .ce_form .widget-upload {
    margin-top: 40px; }
    #main .inside .ce_form .widget-upload label {
      font-size: 24px;
      line-height: 32px;
      font-family: 'GT-America', sans-serif;
      font-weight: 600;
      font-style: normal;
      margin-bottom: 20px; }
    #main .inside .ce_form .widget-upload input[type="file"] {
      padding: 0;
      border: none; }
  #main .inside .ce_form textarea {
    padding-top: 20px; }
  #main .inside .ce_form .widget-submit {
    position: relative;
    margin-top: 10px; }
    #main .inside .ce_form .widget-submit input,
    #main .inside .ce_form .widget-submit button {
      padding: 12px 30px 12px 50px;
      color: #fff;
      background-color: #00d2be;
      background-image: url(../img/arrow-right-white.svg);
      background-position: left 18px center; }
      #main .inside .ce_form .widget-submit input:hover,
      #main .inside .ce_form .widget-submit button:hover {
        background-position: left 25px center; }
  #main .inside .ce_form .widget-captcha {
    position: relative;
    padding-top: 26px; }
    #main .inside .ce_form .widget-captcha .captcha_text {
      position: absolute;
      top: 0;
      font-size: 14px;
      margin-bottom: 12px; }
  #main .inside .ce_form ::-webkit-input-placeholder {
    /* Edge */
    color: inherit; }
  #main .inside .ce_form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: inherit; }
  #main .inside .ce_form ::-moz-placeholder {
    color: inherit; }
  #main .inside .ce_form ::-ms-input-placeholder {
    color: inherit; }
  #main .inside .ce_form ::placeholder {
    color: inherit; }

#main .inside .color-Weiss .ce_form .widget-radio input[type="radio"]:checked:after {
  background-color: #fff; }

#main .inside .color-Weiss .ce_form select {
  background-color: transparent;
  background-image: url(../img/arrow-down-white.svg);
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-size: 18px;
  -webkit-appearance: none; }

#main .inside .ce_form .widget-submit {
  position: relative;
  margin-top: 10px; }
  #main .inside .ce_form .widget-submit input,
  #main .inside .ce_form .widget-submit button {
    padding: 12px 30px 12px 50px;
    color: #fff;
    background-color: #000;
    background-image: url(../img/arrow-right-white.svg);
    background-position: left 18px center; }
    #main .inside .ce_form .widget-submit input:hover,
    #main .inside .ce_form .widget-submit button:hover {
      background-position: left 25px center; }
  #main .inside .ce_form .widget-submit .submit-green {
    background-color: #a0e128 !important; }
  #main .inside .ce_form .widget-submit .submit-blau {
    background-color: #0000ff !important; }
  #main .inside .ce_form .widget-submit .submit-tuerkis {
    background-color: #00d2be !important; }
  #main .inside .ce_form .widget-submit .submit-lila {
    background-color: #b42dc8 !important; }

#main .soforthilfe {
  position: fixed;
  z-index: 999;
  top: auto;
  bottom: 217px; }

#container #main .emergency,
body > .emergency {
  display: block;
  position: fixed;
  z-index: 999;
  top: auto;
  bottom: 305px;
  right: 0;
  width: 0px;
  overflow: visible; }
  #container #main .emergency .ce_hyperlink,
  body > .emergency .ce_hyperlink {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
    margin: 0;
    top: -99px;
    right: 57px;
    z-index: 10;
    overflow: visible;
    height: 57px;
    padding-right: 60px;
    display: block;
    position: relative;
    width: 100%; }
    #container #main .emergency .ce_hyperlink:before,
    body > .emergency .ce_hyperlink:before {
      content: "";
      font-family: 'GT-America-Mono', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 32px;
      background: #a0e128;
      height: 56px;
      width: 56px;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      position: absolute;
      display: block;
      text-align: center;
      top: 0px;
      right: 0px;
      padding-top: 11px;
      background-image: url(../img/indicent.svg);
      background-repeat: no-repeat;
      background-position: center; }
    #container #main .emergency .ce_hyperlink a,
    body > .emergency .ce_hyperlink a {
      padding: 20px 15px;
      text-transform: uppercase;
      background: #a0e128;
      width: 300px !important;
      display: block;
      font-family: 'GT-America-Mono', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 16px;
      height: auto;
      line-height: 1;
      background-image: none;
      float: right; }
  #container #main .emergency .ce_text,
  body > .emergency .ce_text {
    position: absolute;
    right: -700px;
    -webkit-transition: all 0.9s cubic-bezier(0.25, 0.74, 0.22, 0.99);
    transition: all 0.9s cubic-bezier(0.25, 0.74, 0.22, 0.99);
    width: 700px;
    padding: 30px;
    background: #a0e128;
    height: 360px;
    top: -100px;
    font-family: 'GT-America-Mono', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px; }
    #container #main .emergency .ce_text a,
    body > .emergency .ce_text a {
      display: inline-block;
      position: absolute;
      bottom: 30px;
      font-family: 'GT-America-Mono', sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 16px;
      padding-left: 25px;
      background-repeat: no-repeat;
      background-position: top 6px left;
      background-image: url(../img/arrow-right-black.svg);
      display: inline-block;
      line-height: 21px; }
      #container #main .emergency .ce_text a:hover,
      body > .emergency .ce_text a:hover {
        padding-left: 40px; }
    #container #main .emergency .ce_text h2,
    #container #main .emergency .ce_text h3,
    body > .emergency .ce_text h2,
    body > .emergency .ce_text h3 {
      margin-bottom: 15px; }
    #container #main .emergency .ce_text.open,
    body > .emergency .ce_text.open {
      right: 60px; }
    #container #main .emergency .ce_text .close,
    body > .emergency .ce_text .close {
      position: absolute;
      top: 10px;
      right: 10px;
      width: 25px;
      height: 25px;
      background-image: url(../img/close.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 13px;
      cursor: pointer;
      z-index: 5;
      opacity: 1;
      font-size: 0px;
      text-shadow: none; }

.header .contact-btn {
  font-size: 0;
  background-image: url(../img/contact-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 8px;
  bottom: 62px;
  width: 68px;
  height: 56px; }

.header.theme-black .contact-btn {
  background-image: url(../img/contact.svg); }

.header.sticky .contact-btn {
  display: none; }

.header .mod_search {
  right: 78px; }

.header .mod_navigation {
  right: 0; }

#header .emergency {
  display: none; }
  #header .emergency .ce_hyperlink {
    margin-top: 20px; }
  #header .emergency h3 {
    position: absolute;
    top: 125px;
    left: 25px;
    color: #fff; }
  #header .emergency .ce_text {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 30px; }
    #header .emergency .ce_text .ce_text__content {
      padding-top: 200px; }
    #header .emergency .ce_text a {
      font-size: 14px;
      color: #fff; }

@media (max-width: 1199.98px) {
  .emergency,
  #container #main .emergency,
  body > .emergency {
    display: none; }
  #header .emergency {
    display: block; }
    #header .emergency .ce_hyperlink:before {
      background: #a0e128;
      background-image: url(../img/indicent.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 14px;
      content: ''; }
  .header .contact-btn {
    width: 55px;
    bottom: 15px;
    right: 59px; }
  .header .mod_navigation {
    bottom: 0px;
    right: 0; }
  .header .mod_search {
    right: 112px; } }

@media (max-width: 959.98px) {
  .header .contact-btn {
    bottom: 21px; } }

@media (max-width: 767.98px) {
  .header .contact-btn {
    bottom: 29px; } }

.home .emergency,
.karriere-jobs .emergency,
.quickcheck .emergency {
  display: none; }

.header .contact-btn:hover {
  background-color: #000 !important; }

.ce_imageteaser {
  display: block; }
  @media (max-width: 1023px) {
    .ce_imageteaser {
      display: block; } }
  .ce_imageteaser img {
    display: block;
    max-width: 100%;
    margin-bottom: 35px; }
  .ce_imageteaser .col-lg-6 {
    padding: 0 20px !important;
    float: left; }
    @media (max-width: 1023px) {
      .ce_imageteaser .col-lg-6 {
        width: 100%;
        max-width: 100%; } }
  .ce_imageteaser .cut-in {
    float: left;
    max-width: calc(50% - 40px);
    margin-right: 40px;
    margin-top: 35px;
    margin-bottom: 35px; }
    @media (max-width: 1023px) {
      .ce_imageteaser .cut-in {
        display: block;
        float: none;
        max-width: 100%;
        margin-right: 0;
        margin-top: 30px;
        margin-bottom: 30px; } }
  .ce_imageteaser .ce_text a {
    display: inline-block;
    background-image: url(../img/arrow-right-black.svg);
    background-repeat: no-repeat;
    background-position: top 7px left;
    padding-left: 25px;
    font-family: 'GT-America-Mono', sans-serif;
    font-weight: 500;
    font-style: normal;
    -webkit-transition: all .4s;
    transition: all .4s;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 1.5; }
    .ce_imageteaser .ce_text a:hover {
      padding-left: 40px; }

/*# sourceMappingURL=maps/main.css.map */
