
/*!
 * Bootstrap Grid v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }

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

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

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

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

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

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

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .col-sm {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%; }
      .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none; }
      .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%; }
      .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%; }
      .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%; }
      .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%; }
      .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%; }
      .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%; }
      .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%; }
      .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%; }
      .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%; }
      .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%; }
      .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%; }
      .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%; }
      .order-sm-first {
        order: -1; }
      .order-sm-1 {
        order: 1; }
      .order-sm-2 {
        order: 2; }
      .order-sm-3 {
        order: 3; }
      .order-sm-4 {
        order: 4; }
      .order-sm-5 {
        order: 5; }
      .order-sm-6 {
        order: 6; }
      .order-sm-7 {
        order: 7; }
      .order-sm-8 {
        order: 8; }
      .order-sm-9 {
        order: 9; }
      .order-sm-10 {
        order: 10; }
      .order-sm-11 {
        order: 11; }
      .order-sm-12 {
        order: 12; }
      .offset-sm-0 {
        margin-left: 0; }
      .offset-sm-1 {
        margin-left: 8.3333333333%; }
      .offset-sm-2 {
        margin-left: 16.6666666667%; }
      .offset-sm-3 {
        margin-left: 25%; }
      .offset-sm-4 {
        margin-left: 33.3333333333%; }
      .offset-sm-5 {
        margin-left: 41.6666666667%; }
      .offset-sm-6 {
        margin-left: 50%; }
      .offset-sm-7 {
        margin-left: 58.3333333333%; }
      .offset-sm-8 {
        margin-left: 66.6666666667%; }
      .offset-sm-9 {
        margin-left: 75%; }
      .offset-sm-10 {
        margin-left: 83.3333333333%; }
      .offset-sm-11 {
        margin-left: 91.6666666667%; } }

@media (min-width: 768px) {
    .col-md {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%; }
      .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none; }
      .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%; }
      .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%; }
      .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%; }
      .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%; }
      .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%; }
      .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%; }
      .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%; }
      .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%; }
      .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%; }
      .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%; }
      .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%; }
      .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%; }
      .order-md-first {
        order: -1; }
      .order-md-1 {
        order: 1; }
      .order-md-2 {
        order: 2; }
      .order-md-3 {
        order: 3; }
      .order-md-4 {
        order: 4; }
      .order-md-5 {
        order: 5; }
      .order-md-6 {
        order: 6; }
      .order-md-7 {
        order: 7; }
      .order-md-8 {
        order: 8; }
      .order-md-9 {
        order: 9; }
      .order-md-10 {
        order: 10; }
      .order-md-11 {
        order: 11; }
      .order-md-12 {
        order: 12; }
      .offset-md-0 {
        margin-left: 0; }
      .offset-md-1 {
        margin-left: 8.3333333333%; }
      .offset-md-2 {
        margin-left: 16.6666666667%; }
      .offset-md-3 {
        margin-left: 25%; }
      .offset-md-4 {
        margin-left: 33.3333333333%; }
      .offset-md-5 {
        margin-left: 41.6666666667%; }
      .offset-md-6 {
        margin-left: 50%; }
      .offset-md-7 {
        margin-left: 58.3333333333%; }
      .offset-md-8 {
        margin-left: 66.6666666667%; }
      .offset-md-9 {
        margin-left: 75%; }
      .offset-md-10 {
        margin-left: 83.3333333333%; }
      .offset-md-11 {
        margin-left: 91.6666666667%; } }

@media (min-width: 992px) {
    .col-lg {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%; }
      .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none; }
      .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%; }
      .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%; }
      .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%; }
      .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%; }
      .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%; }
      .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%; }
      .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%; }
      .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%; }
      .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%; }
      .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%; }
      .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%; }
      .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%; }
      .order-lg-first {
        order: -1; }
      .order-lg-1 {
        order: 1; }
      .order-lg-2 {
        order: 2; }
      .order-lg-3 {
        order: 3; }
      .order-lg-4 {
        order: 4; }
      .order-lg-5 {
        order: 5; }
      .order-lg-6 {
        order: 6; }
      .order-lg-7 {
        order: 7; }
      .order-lg-8 {
        order: 8; }
      .order-lg-9 {
        order: 9; }
      .order-lg-10 {
        order: 10; }
      .order-lg-11 {
        order: 11; }
      .order-lg-12 {
        order: 12; }
      .offset-lg-0 {
        margin-left: 0; }
      .offset-lg-1 {
        margin-left: 8.3333333333%; }
      .offset-lg-2 {
        margin-left: 16.6666666667%; }
      .offset-lg-3 {
        margin-left: 25%; }
      .offset-lg-4 {
        margin-left: 33.3333333333%; }
      .offset-lg-5 {
        margin-left: 41.6666666667%; }
      .offset-lg-6 {
        margin-left: 50%; }
      .offset-lg-7 {
        margin-left: 58.3333333333%; }
      .offset-lg-8 {
        margin-left: 66.6666666667%; }
      .offset-lg-9 {
        margin-left: 75%; }
      .offset-lg-10 {
        margin-left: 83.3333333333%; }
      .offset-lg-11 {
        margin-left: 91.6666666667%; } }

@media (min-width: 1200px) {
    .col-xl {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%; }
      .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none; }
      .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%; }
      .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%; }
      .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%; }
      .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%; }
      .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%; }
      .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%; }
      .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%; }
      .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%; }
      .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%; }
      .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%; }
      .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%; }
      .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%; }
      .order-xl-first {
        order: -1; }
      .order-xl-1 {
        order: 1; }
      .order-xl-2 {
        order: 2; }
      .order-xl-3 {
        order: 3; }
      .order-xl-4 {
        order: 4; }
      .order-xl-5 {
        order: 5; }
      .order-xl-6 {
        order: 6; }
      .order-xl-7 {
        order: 7; }
      .order-xl-8 {
        order: 8; }
      .order-xl-9 {
        order: 9; }
      .order-xl-10 {
        order: 10; }
      .order-xl-11 {
        order: 11; }
      .order-xl-12 {
        order: 12; }
      .offset-xl-0 {
        margin-left: 0; }
      .offset-xl-1 {
        margin-left: 8.3333333333%; }
      .offset-xl-2 {
        margin-left: 16.6666666667%; }
      .offset-xl-3 {
        margin-left: 25%; }
      .offset-xl-4 {
        margin-left: 33.3333333333%; }
      .offset-xl-5 {
        margin-left: 41.6666666667%; }
      .offset-xl-6 {
        margin-left: 50%; }
      .offset-xl-7 {
        margin-left: 58.3333333333%; }
      .offset-xl-8 {
        margin-left: 66.6666666667%; }
      .offset-xl-9 {
        margin-left: 75%; }
      .offset-xl-10 {
        margin-left: 83.3333333333%; }
      .offset-xl-11 {
        margin-left: 91.6666666667%; } }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

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

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

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

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

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

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

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

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

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

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

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

.align-items-stretch {
  align-items: stretch !important; }

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

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

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

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

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

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

.align-self-center {
  align-self: center !important; }

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

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
    .flex-sm-row {
      flex-direction: row !important; }
      .flex-sm-column {
        flex-direction: column !important; }
      .flex-sm-row-reverse {
        flex-direction: row-reverse !important; }
      .flex-sm-column-reverse {
        flex-direction: column-reverse !important; }
      .flex-sm-wrap {
        flex-wrap: wrap !important; }
      .flex-sm-nowrap {
        flex-wrap: nowrap !important; }
      .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important; }
      .justify-content-sm-start {
        justify-content: flex-start !important; }
      .justify-content-sm-end {
        justify-content: flex-end !important; }
      .justify-content-sm-center {
        justify-content: center !important; }
      .justify-content-sm-between {
        justify-content: space-between !important; }
      .justify-content-sm-around {
        justify-content: space-around !important; }
      .align-items-sm-start {
        align-items: flex-start !important; }
      .align-items-sm-end {
        align-items: flex-end !important; }
      .align-items-sm-center {
        align-items: center !important; }
      .align-items-sm-baseline {
        align-items: baseline !important; }
      .align-items-sm-stretch {
        align-items: stretch !important; }
      .align-content-sm-start {
        align-content: flex-start !important; }
      .align-content-sm-end {
        align-content: flex-end !important; }
      .align-content-sm-center {
        align-content: center !important; }
      .align-content-sm-between {
        align-content: space-between !important; }
      .align-content-sm-around {
        align-content: space-around !important; }
      .align-content-sm-stretch {
        align-content: stretch !important; }
      .align-self-sm-auto {
        align-self: auto !important; }
      .align-self-sm-start {
        align-self: flex-start !important; }
      .align-self-sm-end {
        align-self: flex-end !important; }
      .align-self-sm-center {
        align-self: center !important; }
      .align-self-sm-baseline {
        align-self: baseline !important; }
      .align-self-sm-stretch {
        align-self: stretch !important; } }

@media (min-width: 768px) {
    .flex-md-row {
      flex-direction: row !important; }
      .flex-md-column {
        flex-direction: column !important; }
      .flex-md-row-reverse {
        flex-direction: row-reverse !important; }
      .flex-md-column-reverse {
        flex-direction: column-reverse !important; }
      .flex-md-wrap {
        flex-wrap: wrap !important; }
      .flex-md-nowrap {
        flex-wrap: nowrap !important; }
      .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important; }
      .justify-content-md-start {
        justify-content: flex-start !important; }
      .justify-content-md-end {
        justify-content: flex-end !important; }
      .justify-content-md-center {
        justify-content: center !important; }
      .justify-content-md-between {
        justify-content: space-between !important; }
      .justify-content-md-around {
        justify-content: space-around !important; }
      .align-items-md-start {
        align-items: flex-start !important; }
      .align-items-md-end {
        align-items: flex-end !important; }
      .align-items-md-center {
        align-items: center !important; }
      .align-items-md-baseline {
        align-items: baseline !important; }
      .align-items-md-stretch {
        align-items: stretch !important; }
      .align-content-md-start {
        align-content: flex-start !important; }
      .align-content-md-end {
        align-content: flex-end !important; }
      .align-content-md-center {
        align-content: center !important; }
      .align-content-md-between {
        align-content: space-between !important; }
      .align-content-md-around {
        align-content: space-around !important; }
      .align-content-md-stretch {
        align-content: stretch !important; }
      .align-self-md-auto {
        align-self: auto !important; }
      .align-self-md-start {
        align-self: flex-start !important; }
      .align-self-md-end {
        align-self: flex-end !important; }
      .align-self-md-center {
        align-self: center !important; }
      .align-self-md-baseline {
        align-self: baseline !important; }
      .align-self-md-stretch {
        align-self: stretch !important; } }

@media (min-width: 992px) {
    .flex-lg-row {
      flex-direction: row !important; }
      .flex-lg-column {
        flex-direction: column !important; }
      .flex-lg-row-reverse {
        flex-direction: row-reverse !important; }
      .flex-lg-column-reverse {
        flex-direction: column-reverse !important; }
      .flex-lg-wrap {
        flex-wrap: wrap !important; }
      .flex-lg-nowrap {
        flex-wrap: nowrap !important; }
      .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important; }
      .justify-content-lg-start {
        justify-content: flex-start !important; }
      .justify-content-lg-end {
        justify-content: flex-end !important; }
      .justify-content-lg-center {
        justify-content: center !important; }
      .justify-content-lg-between {
        justify-content: space-between !important; }
      .justify-content-lg-around {
        justify-content: space-around !important; }
      .align-items-lg-start {
        align-items: flex-start !important; }
      .align-items-lg-end {
        align-items: flex-end !important; }
      .align-items-lg-center {
        align-items: center !important; }
      .align-items-lg-baseline {
        align-items: baseline !important; }
      .align-items-lg-stretch {
        align-items: stretch !important; }
      .align-content-lg-start {
        align-content: flex-start !important; }
      .align-content-lg-end {
        align-content: flex-end !important; }
      .align-content-lg-center {
        align-content: center !important; }
      .align-content-lg-between {
        align-content: space-between !important; }
      .align-content-lg-around {
        align-content: space-around !important; }
      .align-content-lg-stretch {
        align-content: stretch !important; }
      .align-self-lg-auto {
        align-self: auto !important; }
      .align-self-lg-start {
        align-self: flex-start !important; }
      .align-self-lg-end {
        align-self: flex-end !important; }
      .align-self-lg-center {
        align-self: center !important; }
      .align-self-lg-baseline {
        align-self: baseline !important; }
      .align-self-lg-stretch {
        align-self: stretch !important; } }

@media (min-width: 1200px) {
    .flex-xl-row {
      flex-direction: row !important; }
      .flex-xl-column {
        flex-direction: column !important; }
      .flex-xl-row-reverse {
        flex-direction: row-reverse !important; }
      .flex-xl-column-reverse {
        flex-direction: column-reverse !important; }
      .flex-xl-wrap {
        flex-wrap: wrap !important; }
      .flex-xl-nowrap {
        flex-wrap: nowrap !important; }
      .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important; }
      .justify-content-xl-start {
        justify-content: flex-start !important; }
      .justify-content-xl-end {
        justify-content: flex-end !important; }
      .justify-content-xl-center {
        justify-content: center !important; }
      .justify-content-xl-between {
        justify-content: space-between !important; }
      .justify-content-xl-around {
        justify-content: space-around !important; }
      .align-items-xl-start {
        align-items: flex-start !important; }
      .align-items-xl-end {
        align-items: flex-end !important; }
      .align-items-xl-center {
        align-items: center !important; }
      .align-items-xl-baseline {
        align-items: baseline !important; }
      .align-items-xl-stretch {
        align-items: stretch !important; }
      .align-content-xl-start {
        align-content: flex-start !important; }
      .align-content-xl-end {
        align-content: flex-end !important; }
      .align-content-xl-center {
        align-content: center !important; }
      .align-content-xl-between {
        align-content: space-between !important; }
      .align-content-xl-around {
        align-content: space-around !important; }
      .align-content-xl-stretch {
        align-content: stretch !important; }
      .align-self-xl-auto {
        align-self: auto !important; }
      .align-self-xl-start {
        align-self: flex-start !important; }
      .align-self-xl-end {
        align-self: flex-end !important; }
      .align-self-xl-center {
        align-self: center !important; }
      .align-self-xl-baseline {
        align-self: baseline !important; }
      .align-self-xl-stretch {
        align-self: stretch !important; } }

/*!
 * Datepicker for Bootstrap v1.7.1 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker{padding:4px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;direction:ltr}.datepicker-inline{width:220px}.datepicker-rtl{direction:rtl}.datepicker-rtl.dropdown-menu{left:auto}.datepicker-rtl table tr td span{float:right}.datepicker-dropdown{top:0;left:0}.datepicker-dropdown:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #999;border-top:0;border-bottom-color:rgba(0,0,0,.2);position:absolute}.datepicker-dropdown:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;border-top:0;position:absolute}.datepicker-dropdown.datepicker-orient-left:before{left:6px}.datepicker-dropdown.datepicker-orient-left:after{left:7px}.datepicker-dropdown.datepicker-orient-right:before{right:6px}.datepicker-dropdown.datepicker-orient-right:after{right:7px}.datepicker-dropdown.datepicker-orient-bottom:before{top:-7px}.datepicker-dropdown.datepicker-orient-bottom:after{top:-6px}.datepicker-dropdown.datepicker-orient-top:before{bottom:-7px;border-bottom:0;border-top:7px solid #999}.datepicker-dropdown.datepicker-orient-top:after{bottom:-6px;border-bottom:0;border-top:6px solid #fff}.datepicker table{margin:0;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker td,.datepicker th{text-align:center;width:20px;height:20px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:none}.table-striped .datepicker table tr td,.table-striped .datepicker table tr th{background-color:transparent}.datepicker table tr td.day.focused,.datepicker table tr td.day:hover{background:#eee;cursor:pointer}.datepicker table tr td.new,.datepicker table tr td.old{color:#999}.datepicker table tr td.disabled,.datepicker table tr td.disabled:hover{background:0 0;color:#999;cursor:default}.datepicker table tr td.highlighted{background:#d9edf7;border-radius:0}.datepicker table tr td.today,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today:hover{background-color:#fde19a;background-image:-moz-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:-ms-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fdd49a),to(#fdf59a));background-image:-webkit-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:-o-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:linear-gradient(to bottom,#fdd49a,#fdf59a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);border-color:#fdf59a #fdf59a #fbed50;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#000}.datepicker table tr td.today.active,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled.disabled,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today.disabled:hover.active,.datepicker table tr td.today.disabled:hover.disabled,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today.disabled:hover:hover,.datepicker table tr td.today.disabled:hover[disabled],.datepicker table tr td.today.disabled[disabled],.datepicker table tr td.today:active,.datepicker table tr td.today:hover,.datepicker table tr td.today:hover.active,.datepicker table tr td.today:hover.disabled,.datepicker table tr td.today:hover:active,.datepicker table tr td.today:hover:hover,.datepicker table tr td.today:hover[disabled],.datepicker table tr td.today[disabled]{background-color:#fdf59a}.datepicker table tr td.today.active,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover.active,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today:active,.datepicker table tr td.today:hover.active,.datepicker table tr td.today:hover:active{background-color:#fbf069\9}.datepicker table tr td.today:hover:hover{color:#000}.datepicker table tr td.today.active:hover{color:#fff}.datepicker table tr td.range,.datepicker table tr td.range.disabled,.datepicker table tr td.range.disabled:hover,.datepicker table tr td.range:hover{background:#eee;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.datepicker table tr td.range.today,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today:hover{background-color:#f3d17a;background-image:-moz-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:-ms-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:-webkit-gradient(linear,0 0,0 100%,from(#f3c17a),to(#f3e97a));background-image:-webkit-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:-o-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:linear-gradient(to bottom,#f3c17a,#f3e97a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);border-color:#f3e97a #f3e97a #edde34;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.datepicker table tr td.range.today.active,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled.disabled,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today.disabled:hover.active,.datepicker table tr td.range.today.disabled:hover.disabled,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today.disabled:hover:hover,.datepicker table tr td.range.today.disabled:hover[disabled],.datepicker table tr td.range.today.disabled[disabled],.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today:hover.disabled,.datepicker table tr td.range.today:hover:active,.datepicker table tr td.range.today:hover:hover,.datepicker table tr td.range.today:hover[disabled],.datepicker table tr td.range.today[disabled]{background-color:#f3e97a}.datepicker table tr td.range.today.active,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover.active,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today:hover:active{background-color:#efe24b\9}.datepicker table tr td.selected,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected:hover{background-color:#9e9e9e;background-image:-moz-linear-gradient(to bottom,#b3b3b3,grey);background-image:-ms-linear-gradient(to bottom,#b3b3b3,grey);background-image:-webkit-gradient(linear,0 0,0 100%,from(#b3b3b3),to(grey));background-image:-webkit-linear-gradient(to bottom,#b3b3b3,grey);background-image:-o-linear-gradient(to bottom,#b3b3b3,grey);background-image:linear-gradient(to bottom,#b3b3b3,grey);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);border-color:grey grey #595959;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.selected.active,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled.disabled,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected.disabled:hover.active,.datepicker table tr td.selected.disabled:hover.disabled,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected.disabled:hover:hover,.datepicker table tr td.selected.disabled:hover[disabled],.datepicker table tr td.selected.disabled[disabled],.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected:hover.disabled,.datepicker table tr td.selected:hover:active,.datepicker table tr td.selected:hover:hover,.datepicker table tr td.selected:hover[disabled],.datepicker table tr td.selected[disabled]{background-color:grey}.datepicker table tr td.selected.active,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover.active,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected:hover:active{background-color:#666\9}.datepicker table tr td.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active:hover{background-color:#006dcc;background-image:-moz-linear-gradient(to bottom,#08c,#04c);background-image:-ms-linear-gradient(to bottom,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(to bottom,#08c,#04c);background-image:-o-linear-gradient(to bottom,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.active.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled.disabled,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled:hover.disabled,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active.disabled:hover:hover,.datepicker table tr td.active.disabled:hover[disabled],.datepicker table tr td.active.disabled[disabled],.datepicker table tr td.active:active,.datepicker table tr td.active:hover,.datepicker table tr td.active:hover.active,.datepicker table tr td.active:hover.disabled,.datepicker table tr td.active:hover:active,.datepicker table tr td.active:hover:hover,.datepicker table tr td.active:hover[disabled],.datepicker table tr td.active[disabled]{background-color:#04c}.datepicker table tr td.active.active,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active:active,.datepicker table tr td.active:hover.active,.datepicker table tr td.active:hover:active{background-color:#039\9}.datepicker table tr td span{display:block;width:23%;height:54px;line-height:54px;float:left;margin:1%;cursor:pointer;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.datepicker table tr td span.focused,.datepicker table tr td span:hover{background:#eee}.datepicker table tr td span.disabled,.datepicker table tr td span.disabled:hover{background:0 0;color:#999;cursor:default}.datepicker table tr td span.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active:hover{background-color:#006dcc;background-image:-moz-linear-gradient(to bottom,#08c,#04c);background-image:-ms-linear-gradient(to bottom,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(to bottom,#08c,#04c);background-image:-o-linear-gradient(to bottom,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled.disabled,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover.disabled,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active.disabled:hover[disabled],.datepicker table tr td span.active.disabled[disabled],.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover.disabled,.datepicker table tr td span.active:hover:active,.datepicker table tr td span.active:hover:hover,.datepicker table tr td span.active:hover[disabled],.datepicker table tr td span.active[disabled]{background-color:#04c}.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover:active{background-color:#039\9}.datepicker table tr td span.new,.datepicker table tr td span.old{color:#999}.datepicker .datepicker-switch{width:145px}.datepicker .datepicker-switch,.datepicker .next,.datepicker .prev,.datepicker tfoot tr th{cursor:pointer}.datepicker .datepicker-switch:hover,.datepicker .next:hover,.datepicker .prev:hover,.datepicker tfoot tr th:hover{background:#eee}.datepicker .next.disabled,.datepicker .prev.disabled{visibility:hidden}.datepicker .cw{font-size:10px;width:12px;padding:0 2px 0 5px;vertical-align:middle}.input-append.date .add-on,.input-prepend.date .add-on{cursor:pointer}.input-append.date .add-on i,.input-prepend.date .add-on i{margin-top:3px}.input-daterange input{text-align:center}.input-daterange input:first-child{-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px}.input-daterange input:last-child{-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0}.input-daterange .add-on{display:inline-block;width:auto;min-width:16px;height:20px;padding:4px 5px;font-weight:400;line-height:20px;text-align:center;text-shadow:0 1px 0 #fff;vertical-align:middle;background-color:#eee;border:1px solid #ccc;margin-left:-5px;margin-right:-5px}.datepicker.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;float:left;display:none;min-width:160px;list-style:none;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box;*border-right-width:2px;*border-bottom-width:2px;color:#333;font-size:13px;line-height:20px}.datepicker.datepicker-inline td,.datepicker.datepicker-inline th,.datepicker.dropdown-menu td,.datepicker.dropdown-menu th{padding:4px 5px}
.lg-sub-html,.lg-toolbar{background-color:rgba(0,0,0,.45)}#lg-counter,.lg-outer .lg-video-cont{vertical-align:middle;display:inline-block}@font-face{font-family:lg;src:url('../../../typo3conf/ext/mpone/Resources/Public/Js/lightGallery/fonts/lg.eot?n1z373');src:url('../../../typo3conf/ext/mpone/Resources/Public/Js/lightGallery/fonts/lg.eot?#iefixn1z373') format("embedded-opentype"),url('../../../typo3conf/ext/mpone/Resources/Public/Js/lightGallery/fonts/lg.woff?n1z373') format("woff"),url('../../../typo3conf/ext/mpone/Resources/Public/Js/lightGallery/fonts/lg.ttf?n1z373') format("truetype"),url('../../../typo3conf/ext/mpone/Resources/Public/Js/lightGallery/fonts/lg.svg?n1z373#lg') format("svg");font-weight:400;font-style:normal}.lg-icon{font-family:lg;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg-actions .lg-next,.lg-actions .lg-prev{background-color:rgba(0,0,0,.45);border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1080}.lg-actions .lg-next.disabled,.lg-actions .lg-prev.disabled{pointer-events:none;opacity:.5}.lg-actions .lg-next:hover,.lg-actions .lg-prev:hover{color:#FFF}.lg-actions .lg-next{right:20px}.lg-actions .lg-next:before{content:"\e095"}.lg-actions .lg-prev{left:20px}.lg-actions .lg-prev:after{content:"\e094"}@-webkit-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-moz-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-ms-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-webkit-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-moz-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-ms-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}.lg-outer.lg-right-end .lg-object{-webkit-animation:lg-right-end .3s;-o-animation:lg-right-end .3s;animation:lg-right-end .3s;position:relative}.lg-outer.lg-left-end .lg-object{-webkit-animation:lg-left-end .3s;-o-animation:lg-left-end .3s;animation:lg-left-end .3s;position:relative}.lg-toolbar{z-index:1082;left:0;position:absolute;top:0;width:100%}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none!important;outline:0;-webkit-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear}.lg-toolbar .lg-icon:hover{color:#FFF}.lg-toolbar .lg-close:after{content:"\e070"}.lg-toolbar .lg-download:after{content:"\e0f2"}.lg-sub-html{bottom:0;color:#EEE;font-size:16px;left:0;padding:10px 40px;position:fixed;right:0;text-align:center;z-index:1080}.lg-sub-html h4{margin:0;font-size:13px;font-weight:700}.lg-sub-html p{font-size:12px;margin:5px 0 0}#lg-counter{color:#999;font-size:16px;padding-left:20px;padding-top:12px}.lg-next,.lg-prev,.lg-toolbar{opacity:1;-webkit-transition:-webkit-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-moz-transition:-moz-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-o-transition:-o-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;transition:transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear}.lg-hide-items .lg-prev{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}.lg-hide-items .lg-next{opacity:0;-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}.lg-hide-items .lg-toolbar{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0;-webkit-transition:-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-moz-transition:-moz-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-o-transition:-o-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;transition:transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}.lg-outer .lg-thumb-outer{background-color:#0D0A0A;bottom:0;position:absolute;width:100%;z-index:1080;max-height:350px;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1) 0s;transition:transform .25s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-outer.lg-thumb-open .lg-thumb-outer{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-thumb{padding:10px 0;height:100%;margin-bottom:-5px}.lg-outer .lg-thumb-item{cursor:pointer;float:left;overflow:hidden;height:100%;border:2px solid #FFF;border-radius:4px;margin-bottom:5px}@media (min-width:1025px){.lg-outer .lg-thumb-item{-webkit-transition:border-color .25s ease;-o-transition:border-color .25s ease;transition:border-color .25s ease}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{width:100%;height:100%;object-fit:cover}.lg-outer.lg-has-thumb .lg-item{padding-bottom:120px}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer.lg-pull-caption-up .lg-sub-html{-webkit-transition:bottom .25s ease;-o-transition:bottom .25s ease;transition:bottom .25s ease}.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{bottom:100px}.lg-outer .lg-toogle-thumb{background-color:#0D0A0A;border-radius:2px 2px 0 0;color:#999;cursor:pointer;font-size:24px;height:39px;line-height:27px;padding:5px 0;position:absolute;right:20px;text-align:center;top:-39px;width:50px}.lg-outer .lg-toogle-thumb:after{content:"\e1ff"}.lg-outer .lg-toogle-thumb:hover{color:#FFF}.lg-outer .lg-video-cont{max-width:1140px;max-height:100%;width:100%;padding:0 5px}.lg-outer .lg-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}.lg-outer .lg-video .lg-object{display:inline-block;position:absolute;top:0;left:0;width:100%!important;height:100%!important}.lg-outer .lg-video .lg-video-play{width:84px;height:59px;position:absolute;left:50%;top:50%;margin-left:-42px;margin-top:-30px;z-index:1080;cursor:pointer}.lg-outer .lg-has-vimeo .lg-video-play{background:url('../../../typo3conf/ext/mpone/Resources/Public/Js/lightGallery/img/vimeo-play.png') no-repeat}.lg-outer .lg-has-vimeo:hover .lg-video-play{background:url('../../../typo3conf/ext/mpone/Resources/Public/Js/lightGallery/img/vimeo-play.png') 0 -58px no-repeat}.lg-outer .lg-has-html5 .lg-video-play{background:url('../../../typo3conf/ext/mpone/Resources/Public/Js/lightGallery/img/video-play.png') no-repeat;height:64px;margin-left:-32px;margin-top:-32px;width:64px;opacity:.8}.lg-outer .lg-has-html5:hover .lg-video-play{opacity:1}.lg-outer .lg-has-youtube .lg-video-play{background:url('../../../typo3conf/ext/mpone/Resources/Public/Js/lightGallery/img/youtube-play.png') no-repeat}.lg-outer .lg-has-youtube:hover .lg-video-play{background:url('../../../typo3conf/ext/mpone/Resources/Public/Js/lightGallery/img/youtube-play.png') 0 -60px no-repeat}.lg-outer .lg-video-object{width:100%!important;height:100%!important;position:absolute;top:0;left:0}.lg-outer .lg-has-video .lg-video-object{visibility:hidden}.lg-outer .lg-has-video.lg-video-playing .lg-object,.lg-outer .lg-has-video.lg-video-playing .lg-video-play{display:none}.lg-outer .lg-has-video.lg-video-playing .lg-video-object{visibility:visible}.lg-progress-bar{background-color:#333;height:5px;left:0;position:absolute;top:0;width:100%;z-index:1083;opacity:0;-webkit-transition:opacity 80ms ease 0s;-moz-transition:opacity 80ms ease 0s;-o-transition:opacity 80ms ease 0s;transition:opacity 80ms ease 0s}.lg-progress-bar .lg-progress{background-color:#a90707;height:5px;width:0}.lg-progress-bar.lg-start .lg-progress{width:100%}.lg-show-autoplay .lg-progress-bar{opacity:1}.lg-autoplay-button:after{content:"\e01d"}.lg-show-autoplay .lg-autoplay-button:after{content:"\e01a"}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition-duration:0s;transition-duration:0s}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-moz-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-o-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-moz-transition:-moz-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-o-transition:-o-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;transition:transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}#lg-zoom-in:after{content:"\e311"}#lg-actual-size{font-size:20px}#lg-actual-size:after{content:"\e033"}#lg-zoom-out{opacity:.5;pointer-events:none}#lg-zoom-out:after{content:"\e312"}.lg-zoomed #lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer .lg-pager-outer{bottom:60px;left:0;position:absolute;right:0;text-align:center;z-index:1080;height:10px}.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{overflow:visible}.lg-outer .lg-pager-cont{cursor:pointer;display:inline-block;overflow:hidden;position:relative;vertical-align:top;margin:0 5px}.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{box-shadow:0 0 0 2px #fff inset}.lg-outer .lg-pager-thumb-cont{background-color:#fff;color:#FFF;bottom:100%;height:83px;left:0;margin-bottom:20px;margin-left:-60px;opacity:0;padding:5px;position:absolute;width:120px;border-radius:3px;-webkit-transition:opacity .15s ease 0s,-webkit-transform .15s ease 0s;-moz-transition:opacity .15s ease 0s,-moz-transform .15s ease 0s;-o-transition:opacity .15s ease 0s,-o-transform .15s ease 0s;transition:opacity .15s ease 0s,transform .15s ease 0s;-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}.lg-outer .lg-pager-thumb-cont img{width:100%;height:100%}.lg-outer .lg-pager{background-color:rgba(255,255,255,.5);border-radius:50%;box-shadow:0 0 0 8px rgba(255,255,255,.7) inset;display:block;height:12px;-webkit-transition:box-shadow .3s ease 0s;-o-transition:box-shadow .3s ease 0s;transition:box-shadow .3s ease 0s;width:12px}.lg-outer .lg-pager:focus,.lg-outer .lg-pager:hover{box-shadow:0 0 0 8px #fff inset}.lg-outer .lg-caret{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px dashed;bottom:-10px;display:inline-block;height:0;left:50%;margin-left:-5px;position:absolute;vertical-align:middle;width:0}.lg-outer,.lg-outer .lg,.lg-outer .lg-inner{width:100%;height:100%}.lg-fullscreen:after{content:"\e20c"}.lg-fullscreen-on .lg-fullscreen:after{content:"\e20d"}.group:after,.group:before{display:table;content:"";line-height:0}.group:after{clear:both}.lg-outer{position:fixed;top:0;left:0;z-index:1050;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lg-outer.lg-visible{opacity:1}.lg-outer.lg-css3 .lg-item.lg-current,.lg-outer.lg-css3 .lg-item.lg-next-slide,.lg-outer.lg-css3 .lg-item.lg-prev-slide{-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide{-webkit-transition-duration:0s!important;transition-duration:0s!important;opacity:1}.lg-outer.lg-grab img.lg-object{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg{position:relative;overflow:hidden;margin-left:auto;margin-right:auto;max-width:100%;max-height:100%}.lg-outer .lg-inner{position:absolute;left:0;top:0;white-space:nowrap}.lg-outer .lg-item{background:url('../../../typo3conf/ext/mpone/Resources/Public/Js/lightGallery/img/loading.gif') center center no-repeat;display:none!important}.lg-outer.lg-css .lg-current,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide{display:inline-block!important}.lg-outer .lg-img-wrap,.lg-outer .lg-item{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}.lg-outer .lg-img-wrap{position:absolute;padding:0 5px;left:0;right:0;top:0;bottom:0}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-image{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto!important;height:auto!important}.lg-outer.lg-show-after-load .lg-item .lg-object,.lg-outer.lg-show-after-load .lg-item .lg-video-play{opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play{opacity:1}.lg-outer .lg-empty-html,.lg-outer.lg-hide-download #lg-download{display:none}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:#000;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide{-webkit-transition:none 0s ease 0s!important;-moz-transition:none 0s ease 0s!important;-o-transition:none 0s ease 0s!important;transition:none 0s ease 0s!important}.lg-css3.lg-use-css3 .lg-item,.lg-css3.lg-use-left .lg-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide{-webkit-transition:opacity .1s ease 0s;-moz-transition:opacity .1s ease 0s;-o-transition:opacity .1s ease 0s;transition:opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-left .lg-item{opacity:0;position:absolute;left:0}.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{left:-100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide{left:100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{left:0;opacity:1}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{-webkit-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}
.top10 {
  margin-top: 10px; }

.bottom10 {
  margin-bottom: 10px; }

.top20 {
  margin-top: 20px; }

.bottom20 {
  margin-bottom: 20px; }

.top30 {
  margin-top: 30px; }

.bottom30 {
  margin-bottom: 30px; }

.top40 {
  margin-top: 40px; }

.bottom40 {
  margin-bottom: 40px; }

.top50 {
  margin-top: 50px; }

.bottom50 {
  margin-bottom: 50px; }

.top60 {
  margin-top: 60px; }

.bottom60 {
  margin-bottom: 60px; }

.top70 {
  margin-top: 70px; }

.bottom70 {
  margin-bottom: 70px; }

.top80 {
  margin-top: 80px; }

.bottom80 {
  margin-bottom: 80px; }

.top90 {
  margin-top: 90px; }

.bottom90 {
  margin-bottom: 90px; }

.top100 {
  margin-top: 100px; }

.bottom100 {
  margin-bottom: 100px; }

.top110 {
  margin-top: 110px; }

.bottom110 {
  margin-bottom: 110px; }

.top120 {
  margin-top: 120px; }

.bottom120 {
  margin-bottom: 120px; }

.top130 {
  margin-top: 130px; }

.bottom130 {
  margin-bottom: 130px; }

.top140 {
  margin-top: 140px; }

.bottom140 {
  margin-bottom: 140px; }

.top150 {
  margin-top: 150px; }

.bottom150 {
  margin-bottom: 150px; }

.top160 {
  margin-top: 160px; }

.bottom160 {
  margin-bottom: 160px; }

.top170 {
  margin-top: 170px; }

.bottom170 {
  margin-bottom: 170px; }

.top180 {
  margin-top: 180px; }

.bottom180 {
  margin-bottom: 180px; }

.top190 {
  margin-top: 190px; }

.bottom190 {
  margin-bottom: 190px; }

.top200 {
  margin-top: 200px; }

.bottom200 {
  margin-bottom: 200px; }

.top210 {
  margin-top: 210px; }

.bottom210 {
  margin-bottom: 210px; }

.top220 {
  margin-top: 220px; }

.bottom220 {
  margin-bottom: 220px; }

.top230 {
  margin-top: 230px; }

.bottom230 {
  margin-bottom: 230px; }

.top240 {
  margin-top: 240px; }

.bottom240 {
  margin-bottom: 240px; }
/*==================================
 =            Font Sizes            =
 ==================================*/
.top10 {
  margin-top: 10px; }

.bottom10 {
  margin-bottom: 10px; }

.top20 {
  margin-top: 20px; }

.bottom20 {
  margin-bottom: 20px; }

.top30 {
  margin-top: 30px; }

.bottom30 {
  margin-bottom: 30px; }

.top40 {
  margin-top: 40px; }

.bottom40 {
  margin-bottom: 40px; }

.top50 {
  margin-top: 50px; }

.bottom50 {
  margin-bottom: 50px; }

.top60 {
  margin-top: 60px; }

.bottom60 {
  margin-bottom: 60px; }

.top70 {
  margin-top: 70px; }

.bottom70 {
  margin-bottom: 70px; }

.top80 {
  margin-top: 80px; }

.bottom80 {
  margin-bottom: 80px; }

.top90 {
  margin-top: 90px; }

.bottom90 {
  margin-bottom: 90px; }

.top100 {
  margin-top: 100px; }

.bottom100 {
  margin-bottom: 100px; }

.top110 {
  margin-top: 110px; }

.bottom110 {
  margin-bottom: 110px; }

.top120 {
  margin-top: 120px; }

.bottom120 {
  margin-bottom: 120px; }

.top130 {
  margin-top: 130px; }

.bottom130 {
  margin-bottom: 130px; }

.top140 {
  margin-top: 140px; }

.bottom140 {
  margin-bottom: 140px; }

.top150 {
  margin-top: 150px; }

.bottom150 {
  margin-bottom: 150px; }

.top160 {
  margin-top: 160px; }

.bottom160 {
  margin-bottom: 160px; }

.top170 {
  margin-top: 170px; }

.bottom170 {
  margin-bottom: 170px; }

.top180 {
  margin-top: 180px; }

.bottom180 {
  margin-bottom: 180px; }

.top190 {
  margin-top: 190px; }

.bottom190 {
  margin-bottom: 190px; }

.top200 {
  margin-top: 200px; }

.bottom200 {
  margin-bottom: 200px; }

.top210 {
  margin-top: 210px; }

.bottom210 {
  margin-bottom: 210px; }

.top220 {
  margin-top: 220px; }

.bottom220 {
  margin-bottom: 220px; }

.top230 {
  margin-top: 230px; }

.bottom230 {
  margin-bottom: 230px; }

.top240 {
  margin-top: 240px; }

.bottom240 {
  margin-bottom: 240px; }
/*==================================
 =            Font Sizes            =
 ==================================*/
body #CybotCookiebotDialog {
  font-family: sans-serif; }
  body #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept, body #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept, body #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    background-color: #faca0d;
    border-color: #faca0d;
    border: 1px solid #faca0d !important;
    border-radius: 0; }
  body #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a {
    color: #faca0d; }
  body #CybotCookiebotDialogBodyLevelButtonsSelectPane label:not([for=CybotCookiebotDialogBodyLevelButtonNecessary]) .CybotCookiebotDialogBodyLevelButtonDescription:hover {
    color: #faca0d; }
  body #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize, body #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection, body #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonDecline {
    border-color: #faca0d;
    border: 1px solid #faca0d !important; }
  body #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
    border-color: #faca0d;
    border: 1px solid #faca0d !important;
    border-radius: 0; }
  body #CybotCookiebotDialogTabContent input + .CybotCookiebotDialogBodyLevelButtonSlider {
    background-color: rgba(250, 202, 13, 0.7); }
  body #CybotCookiebotDialogTabContent input:checked + .CybotCookiebotDialogBodyLevelButtonSlider {
    background-color: #faca0d; }
  body #CybotCookiebotDialogTabContent input[type=checkbox][disabled]:checked + .CybotCookiebotDialogBodyLevelButtonSlider {
    background-color: #fcda58; }
  body #CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
    border-color: #faca0d;
    color: #faca0d; }
  body #CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover {
    color: #faca0d; }
  body .CybotCookiebotDialogTabPanel button {
    width: auto; }
  body #CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change {
    background-color: #faca0d;
    border-color: #faca0d;
    border: 1px solid !important;
    border-radius: 0; }
  body #CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw {
    border-color: #faca0d;
    border: 1px solid !important;
    border-radius: 0; }
  body #CookiebotWidget .CookiebotWidget-consent-details button {
    color: #faca0d; }
  body #CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li.CookiebotWidget-approved svg {
    fill: #faca0d; }
  body #CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a, body #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonIABHeaderViewPartnersLink, body #CybotCookiebotDialog #CybotCookiebotDialogDetailBulkConsentList dt a, body #CybotCookiebotDialog #CybotCookiebotDialogDetailFooter a, body #CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonIABDescription a, body #CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink, body #CybotCookiebotDialogDetailBodyContentTextAbout a {
    color: #faca0d; }
  body #CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton:hover, body #CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentIABv2Tab:hover, body #CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieProvider:not(.CybotCookiebotDialogDetailBodyContentCookieInfoCount):hover {
    color: #faca0d; }
  body #CybotCookiebotDialogTabContent .CybotCookiebotDialogDetailBulkConsentCount {
    background-color: rgba(250, 202, 13, 0.7); }
  body #CookiebotWidget .CookiebotWidget-logo svg circle {
    fill: #faca0d; }
/* @media all and (max-width: 768px) {
 #CookiebotWidget{
 bottom: 55px!important;
 }
 } */
html, body {
  padding: 0;
  margin: 0; }

body {
  overflow-x: hidden;
  min-width: 320px;
  max-width: 100vw;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-backface-visibility: hidden;
  font-family: 'Switzer';
  font-weight: normal;
  font-style: normal;
  font-variation-settings: 'wght' 500;
  color: #000; }

* {
  -webkit-appearance: none;
  outline: 0; }

a, input {
  outline: 0; }

p a {
  color: currentColor; }

#loader {
  display: none; }

.hup, .lineLink {
  text-transform: uppercase;
  font-size: 0.9230769231rem;
  line-height: 2.3076923077rem;
  letter-spacing: 0.275rem; }

.lineLink a, .lineLink input, .lineLink span {
  color: #000;
  text-decoration: none;
  display: inline-block;
  position: relative;
  letter-spacing: 0.175rem;
  cursor: pointer; }
  .lineLink a:after, .lineLink input:after, .lineLink span:after {
    content: ' ';
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 98%;
    background-color: #000;
    opacity: 1;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out; }
  .lineLink a:hover, .lineLink input:hover, .lineLink span:hover {
    text-decoration: none; }
    .lineLink a:hover:after, .lineLink input:hover:after, .lineLink span:hover:after {
      bottom: -5px;
      opacity: 0.5; }

.frameLink {
  font-size: 16px;
  text-transform: uppercase; }
  .frameLink a, .frameLink span, .frameLink input {
    display: inline-block;
    padding-left: 1.0666666667rem;
    padding-right: 1.0666666667rem;
    padding-top: 0.4266666667rem;
    padding-bottom: 0.4266666667rem;
    min-width: 100px;
    border: 3px solid #faca0d;
    background-color: transparent;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Switzer';
    font-weight: normal;
    font-style: normal;
    font-variation-settings: 'wght' 700;
    color: #faca0d;
    text-decoration: none;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    position: relative;
    cursor: pointer;
    font-size: 1.0769230769rem;
    line-height: 1.2307692308rem;
    letter-spacing: 0.075rem; }
  .frameLink a:hover, .frameLink span:hover, .frameLink input:hover {
    background-color: #faca0d;
    color: #fff;
    border-color: #faca0d;
    text-decoration: none; }

nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: #faca0d;
  width: 100%;
  height: calc(100vh - 189.80px); }
  nav li {
    list-style-type: none; }
    nav li a {
      position: relative;
      color: #fff;
      text-decoration: none;
      font-size: 1.1rem;
      line-height: 1.4rem;
      letter-spacing: 0.013rem;
      font-family: 'Switzer';
      font-weight: normal;
      font-style: normal;
      font-variation-settings: 'wght' 500; }
      @media only screen and (min-width: 768px) and (max-width: 992px) {
  nav li a {
    font-size: 1.2692307692rem;
    line-height: 1.6153846154rem;
    letter-spacing: 0.015rem; } }
      @media only screen and (min-width: 992px) {
  nav li a {
    font-size: 1.6923076923rem;
    line-height: 2.1538461538rem;
    letter-spacing: 0.02rem; } }
    nav li a:after {
      content: '';
      position: absolute;
      bottom: 2px;
      left: 0;
      width: 0;
      height: 0;
      background-color: #fff;
      -webkit-transition: width 300ms 0ms ease-in-out;
      -moz-transition: width 300ms 0ms ease-in-out;
      -o-transition: width 300ms 0ms ease-in-out;
      transition: width 300ms 0ms ease-in-out; }
    nav li a:hover:after {
      height: 1px;
      width: 100%; }
  nav .active a:after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff; }
  nav .hauptnav {
    width: 100%;
    text-align: center;
    padding: 0; }
  nav .hauptnavOuter {
    width: 100%; }
  nav .menuCloseButton {
    margin-top: 6.4rem;
    width: 100%;
    text-align: center; }
    nav .menuCloseButton a, nav .menuCloseButton span, nav .menuCloseButton input {
      color: #fff;
      border-color: #fff;
      font-size: 1.1rem;
      line-height: 1.4rem;
      letter-spacing: 0.013rem;
      font-family: 'Switzer';
      font-weight: normal;
      font-style: italic;
      font-variation-settings: 'wght' 300;
      text-decoration: underline; }
      @media only screen and (min-width: 768px) and (max-width: 992px) {
  nav .menuCloseButton a, nav .menuCloseButton span, nav .menuCloseButton input {
    font-size: 1.2692307692rem;
    line-height: 1.6153846154rem;
    letter-spacing: 0.015rem; } }
      @media only screen and (min-width: 992px) {
  nav .menuCloseButton a, nav .menuCloseButton span, nav .menuCloseButton input {
    font-size: 1.6923076923rem;
    line-height: 2.1538461538rem;
    letter-spacing: 0.02rem; } }
    nav .menuCloseButton a:hover, nav .menuCloseButton span:hover, nav .menuCloseButton input:hover {
      cursor: pointer; }
    nav .menuCloseButton .icon {
      margin-top: 1.0666666667rem; }
      nav .menuCloseButton .icon img:hover {
        cursor: pointer; }

#fullScreenNav .fullScreenMenu {
  position: fixed;
  display: none;
  width: 100vw;
  height: 100vh;
  z-index: 10; }

#page {
  margin-top: 189.8px; }
/*==============================
 =            Global            =
 ==============================*/
.grayBackground {
  background-color: #f0f1f1; }

.title {
  text-align: center; }
  .title span.titleLarge {
    text-transform: uppercase;
    font-size: 1.75rem;
    line-height: 1.68rem;
    letter-spacing: 0.05005rem;
    font-family: 'Switzer';
    font-weight: normal;
    font-style: normal;
    font-variation-settings: 'wght' 800; }
    @media only screen and (min-width: 768px) and (max-width: 992px) {
  .title span.titleLarge {
    font-size: 2.8846153846rem;
    line-height: 2.7692307692rem;
    letter-spacing: 0.0825rem; } }
    @media only screen and (min-width: 992px) {
  .title span.titleLarge {
    font-size: 3.8461538462rem;
    line-height: 3.6923076923rem;
    letter-spacing: 0.11rem; } }
  .title span.titleSmall {
    font-size: 1.1rem;
    line-height: 1.4rem;
    letter-spacing: 0.013rem;
    font-family: 'Switzer';
    font-weight: normal;
    font-style: italic;
    font-variation-settings: 'wght' 300; }
    @media only screen and (min-width: 768px) and (max-width: 992px) {
  .title span.titleSmall {
    font-size: 1.2692307692rem;
    line-height: 1.6153846154rem;
    letter-spacing: 0.015rem; } }
    @media only screen and (min-width: 992px) {
  .title span.titleSmall {
    font-size: 1.6923076923rem;
    line-height: 2.1538461538rem;
    letter-spacing: 0.02rem; } }
  .title h3 {
    font-weight: normal; }

.frameLink {
  text-align: center;
  padding-top: 3.2rem; }
  .frameLink a {
    padding-left: 2.1333333333rem;
    padding-right: 2.1333333333rem; }

.frameLink.invertedLinkColors a, .frameLink.invertedLinkColors span, .frameLink.invertedLinkColors input {
  background-color: #faca0d;
  color: #fff; }
  .frameLink.invertedLinkColors a:hover, .frameLink.invertedLinkColors span:hover, .frameLink.invertedLinkColors input:hover {
    background-color: #fff;
    color: #faca0d;
    text-decoration: none; }

.container {
  padding-top: 2.1333333333rem;
  padding-bottom: 2.1333333333rem; }

.section {
  padding-top: 8.5333333333rem;
  padding-bottom: 8.5333333333rem; }

.dividerBar:after {
  content: ' ';
  display: block;
  margin: auto;
  width: 40px;
  height: 6px;
  background-color: #1d1e1c;
  margin-top: 1.0666666667rem;
  margin-bottom: 3.2rem; }

.hoverImage {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center; }
  .hoverImage img {
    filter: grayscale(100%); }
  .hoverImage:after {
    width: 100%;
    position: absolute;
    content: url('../../../fileadmin/templates/images/IconPlus.png');
    opacity: 0;
    transition: opacity 0.5s; }
  .hoverImage:hover {
    cursor: pointer; }
    .hoverImage:hover img {
      filter: grayscale(0%); }
  .hoverImage:hover::after {
    opacity: 1; }

.fullViewportImage {
  height: calc(100vh - 189.8px) !important;
  width: 100vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block; }
/*============================================
 =            TEMP!!!! ÄNDERN !!!!            =
 ============================================*/
.extbase-debugger {
  z-index: 2000;
  width: 100%;
  position: absolute; }
/*=========================================
 =            Preloading Screen            =
 =========================================*/
#preloadingScreen {
  position: fixed;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center; }
  #preloadingScreen img {
    object-fit: contain;
    object-position: center;
    width: 75%;
    max-width: 400px; }
/*===========================
 =            Top            =
 ===========================*/
#top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  border-top: solid #faca0d 10px;
  box-shadow: 0px 0px 10px 1px #585a5e; }
  #top .headerBar {
    padding-top: 2.6666666667rem;
    padding-bottom: 2.1333333333rem;
    background-color: #fff; }
  #top .headerItem {
    display: flex;
    align-items: center;
    height: 100%; }
    #top .headerItem .headerItemInner {
      text-align: center;
      width: 100%;
      text-transform: uppercase;
      font-size: 1.2307692308rem;
      line-height: 1.4461538462rem;
      letter-spacing: 0.075rem;
      font-family: 'Switzer';
      font-weight: normal;
      font-style: normal;
      font-variation-settings: 'wght' 500; }
    #top .headerItem a {
      color: #000;
      text-decoration: none; }
    #top .headerItem img {
      height: 1.0769230769rem;
      width: 1.0769230769rem; }
  #top .container {
    padding: 0; }
  #top .logo {
    text-align: center; }
    #top .logo img {
      object-fit: contain;
      object-position: center; }
  #top .menuOpenButton:hover {
    cursor: pointer; }
  #top .menuOpenButton, #top .contactButton {
    width: 100%; }
  #top .iconWrapper {
    display: inline-block;
    padding-right: 0.5333333333rem;
    vertical-align: middle;
    margin-top: 1px; }
/*====================================
 =            Headerslider            =
 ====================================*/
#headerslider {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100%; }
  #headerslider .galleryItem {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }
    #headerslider .galleryItem table, #headerslider .galleryItem table tr, #headerslider .galleryItem table tr td {
      width: 100%;
      height: 100%;
      text-align: center; }
    #headerslider .galleryItem .title {
      color: #fff;
      text-transform: uppercase;
      font-family: 'Switzer';
      font-weight: normal;
      font-style: normal;
      font-variation-settings: 'wght' 800;
      font-size: 2.7496149231rem;
      line-height: 2.7496149231rem;
      letter-spacing: 0.026rem; }
      @media only screen and (min-width: 768px) and (max-width: 992px) {
  #headerslider .galleryItem .title {
    font-size: 5.1923076923rem;
    line-height: 5.1923076923rem;
    letter-spacing: 0.03rem; } }
      @media only screen and (min-width: 992px) {
  #headerslider .galleryItem .title {
    font-size: 6.9230769231rem;
    line-height: 6.9230769231rem;
    letter-spacing: 0.04rem; } }
      #headerslider .galleryItem .title .scrollDownArrow {
        background-image: url('../../../fileadmin/templates/images/arrow.png');
        background-repeat: no-repeat;
        background-position: 50% 67.5%;
        position: absolute;
        bottom: 10%;
        left: 0;
        width: 100%;
        height: 74px;
        background-color: transparent;
        border: 0;
        margin: 0;
        padding: 0;
        appearance: none; }
        @media (min-width: 768px) {
  #headerslider .galleryItem .title .scrollDownArrow {
    height: 83px; } }
        @media (min-width: 992px) {
  #headerslider .galleryItem .title .scrollDownArrow {
    height: 110px; } }
/*=========================================
 =            Texte with Teaser            =
 =========================================*/
.contentWithTeaser .teaser {
  color: #1d1e1c;
  font-size: 1.1rem;
  line-height: 1.4rem;
  letter-spacing: 0.013rem;
  font-family: 'Switzer';
  font-weight: normal;
  font-style: normal;
  font-variation-settings: 'wght' 500; }
  @media only screen and (min-width: 768px) and (max-width: 992px) {
    .contentWithTeaser .teaser {
      font-size: 1.2692307692rem;
      line-height: 1.6153846154rem;
      letter-spacing: 0.015rem; } }
  @media only screen and (min-width: 992px) {
    .contentWithTeaser .teaser {
      font-size: 1.6923076923rem;
      line-height: 2.1538461538rem;
      letter-spacing: 0.02rem; } }
  @media all and (min-width: 768px) {
    .contentWithTeaser .teaser {
      text-align: right; } }
  .contentWithTeaser .content {
    color: #828282;
    font-size: 0.8rem;
    line-height: 1.15rem;
    letter-spacing: 0.0195rem;
    font-family: 'Switzer';
    font-weight: normal;
    font-style: normal;
    font-variation-settings: 'wght' 400; }
  @media only screen and (min-width: 768px) and (max-width: 992px) {
    .contentWithTeaser .content {
      font-size: 0.9230769231rem;
      line-height: 1.3269230769rem;
      letter-spacing: 0.0225rem; } }
  @media only screen and (min-width: 992px) {
    .contentWithTeaser .content {
      font-size: 1.2307692308rem;
      line-height: 1.7692307692rem;
      letter-spacing: 0.03rem; } }
  .contentWithTeaser .frameLink {
    text-align: center; }
  .contentWithTeaser p {
    margin-top: 0; }
/*=========================================
 =    Text Two Columns with Teaser         =
 =========================================*/
.contentTwoColumnsWithTeaser .teaser {
  color: #1d1e1c;
  text-align: right;
  font-size: 1.1rem;
  line-height: 1.4rem;
  letter-spacing: 0.013rem;
  font-family: 'Switzer';
  font-weight: normal;
  font-style: normal;
  font-variation-settings: 'wght' 500; }
  @media only screen and (min-width: 768px) and (max-width: 992px) {
    .contentTwoColumnsWithTeaser .teaser {
      font-size: 1.2692307692rem;
      line-height: 1.6153846154rem;
      letter-spacing: 0.015rem; } }
  @media only screen and (min-width: 992px) {
    .contentTwoColumnsWithTeaser .teaser {
      font-size: 1.6923076923rem;
      line-height: 2.1538461538rem;
      letter-spacing: 0.02rem; } }
  .contentTwoColumnsWithTeaser .teaser p {
    margin-top: 0; }
  .contentTwoColumnsWithTeaser .content {
    font-size: 0.8rem;
    line-height: 1.15rem;
    letter-spacing: 0.0195rem;
    font-family: 'Switzer';
    font-weight: normal;
    font-style: normal;
    font-variation-settings: 'wght' 400;
    column-count: 2;
    column-gap: 1.4933333333rem; }
  @media only screen and (min-width: 768px) and (max-width: 992px) {
    .contentTwoColumnsWithTeaser .content {
      font-size: 0.9230769231rem;
      line-height: 1.3269230769rem;
      letter-spacing: 0.0225rem; } }
  @media only screen and (min-width: 992px) {
    .contentTwoColumnsWithTeaser .content {
      font-size: 1.2307692308rem;
      line-height: 1.7692307692rem;
      letter-spacing: 0.03rem; } }
  .contentTwoColumnsWithTeaser .content p {
    margin-top: 0; }
/*========================================
 =            Information Text            =
 ========================================*/
.informationText {
  padding-top: 4.2666666667rem;
  padding-bottom: 2.6666666667rem;
  background-color: #faca0d; }
  .informationText .text {
    color: #fff;
    font-size: 1.8461538462rem;
    line-height: 2.9230769231rem;
    letter-spacing: 0.025rem;
    text-align: center;
    font-family: 'Switzer';
    font-weight: normal;
    font-style: italic;
    font-variation-settings: 'wght' 500; }
  .informationText .text span.textLarge {
    font-size: 6.9230769231rem;
    line-height: 5.3846153846rem;
    letter-spacing: 0.04rem;
    font-family: 'Switzer';
    font-weight: normal;
    font-style: normal;
    font-variation-settings: 'wght' 700; }
/*====================================
 =            Teaser Image            =
 ====================================*/
.teaserImage .teaserImageInner {
  position: relative; }
  .teaserImage .teaserImageInner .textBox {
    bottom: 100px;
    padding-top: 3.2rem;
    padding-bottom: 1.6rem;
    position: absolute;
    background-color: #fff;
    left: 20%;
    width: 60%; }
  .teaserImage .teaserImageInner .frameLink {
    padding-top: 1.0666666667rem;
    padding-bottom: 1.6rem; }
/*========================================
 =            Quote with image            =
 ========================================*/
.quoteWithImage .imageContainer {
  text-align: center;
  padding-bottom: 1.8666666667rem; }
  .quoteWithImage .quote {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem; }
  .quoteWithImage .content {
    text-align: center;
    font-family: 'Switzer';
    font-weight: normal;
    font-style: normal;
    font-variation-settings: 'wght' 500;
    font-size: 1.1rem;
    line-height: 1.4rem;
    letter-spacing: 0.013rem;
    line-height: 2.4615384615rem; }
  @media only screen and (min-width: 768px) and (max-width: 992px) {
    .quoteWithImage .content {
      font-size: 1.2692307692rem;
      line-height: 1.6153846154rem;
      letter-spacing: 0.015rem; } }
  @media only screen and (min-width: 992px) {
    .quoteWithImage .content {
      font-size: 1.6923076923rem;
      line-height: 2.1538461538rem;
      letter-spacing: 0.02rem; } }
  .quoteWithImage .content p {
    margin-bottom: 0; }
  .quoteWithImage .frameLink {
    padding-top: 2.1333333333rem; }
/*=====================================
 =            Image Gallery            =
 =====================================*/
.imageGallery {
  background-color: #f0f1f1; }
  .imageGallery .images {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: row; }
  .imageGallery .images .flexDoubleColumn {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: row;
    width: 40%; }
    .imageGallery .images .flexDoubleColumn .image {
      width: 50%; }
    .imageGallery .images .flexDoubleColumn .image:last-child {
      width: 100%; }
  .imageGallery .images .flexColumn {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
    width: 20%; }
  .imageGallery .images .image {
    padding: 0.5333333333rem; }
/*=================================================
 =            Image Gallery Big Picture            =
 =================================================*/
.imageGalleryBigPicture {
  padding-top: 0rem; }
  .imageGalleryBigPicture .container {
    padding-top: 0rem; }
  .imageGalleryBigPicture .imagePreviewItem {
    padding: 1.0666666667rem 0.5333333333rem;
    width: 20%; }
  .imageGalleryBigPicture .slickContainer {
    padding: 0 0.5333333333rem; }
  .imageGalleryBigPicture .imagePreview {
    display: flex; }
/*================================================
 =            Small graphics with text            =
 ================================================*/
.smallGraphicsWithText {
  padding-top: 5.3333333333rem;
  padding-bottom: 8.5333333333rem; }
  .smallGraphicsWithText .container {
    padding-top: 2.1333333333rem; }
  .smallGraphicsWithText .title {
    margin-top: 4.2666666667rem; }
  .smallGraphicsWithText .imageOuter {
    padding-top: 50px;
    text-align: center;
    transition: padding-top 0.25s; }
  .smallGraphicsWithText .imageTitle {
    transition: opacity 0.5s; }
  .smallGraphicsWithText .imageOuter:hover {
    padding-top: 30px; }
  .smallGraphicsWithText .imageOuter:hover .imageTitle {
    height: auto;
    opacity: 1; }
  .smallGraphicsWithText .frameLink {
    padding-top: 1.0666666667rem; }
  .smallGraphicsWithText .imageTitleOuter {
    height: 1.0666666667rem; }
  .smallGraphicsWithText .imageTitle {
    display: block;
    height: 0;
    overflow: hidden;
    opacity: 0;
    text-transform: uppercase;
    font-size: 1.0769230769rem;
    line-height: 1.6153846154rem;
    letter-spacing: 0.03rem;
    font-family: 'Switzer';
    font-weight: normal;
    font-style: normal;
    font-variation-settings: 'wght' 500; }
  .smallGraphicsWithText .imageTitle:before {
    content: ' ';
    display: block;
    margin: auto;
    width: 6px;
    height: 1px;
    background-color: #000;
    margin-top: 1.0666666667rem;
    margin-bottom: 0.2666666667rem; }
  .smallGraphicsWithText .content {
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.4rem;
    letter-spacing: 0.013rem;
    font-family: 'Switzer';
    font-weight: normal;
    font-style: normal;
    font-variation-settings: 'wght' 500; }
  @media only screen and (min-width: 768px) and (max-width: 992px) {
    .smallGraphicsWithText .content {
      font-size: 1.2692307692rem;
      line-height: 1.6153846154rem;
      letter-spacing: 0.015rem; } }
  @media only screen and (min-width: 992px) {
    .smallGraphicsWithText .content {
      font-size: 1.6923076923rem;
      line-height: 2.1538461538rem;
      letter-spacing: 0.02rem; } }
/*===============================================
 =            Themes with description            =
 ===============================================*/
.themesWithDescription {
  background-color: #f0f1f1;
  padding-bottom: 4.2666666667rem; }
  .themesWithDescription .title:after {
    margin-bottom: 1.0666666667rem; }
  .themesWithDescription .theme {
    text-align: center;
    padding-top: 3.2rem;
    padding-bottom: 1.0666666667rem;
    font-family: 'Switzer';
    font-weight: normal;
    font-style: normal;
    font-variation-settings: 'wght' 300;
    font-size: 0.8rem;
    line-height: 1.15rem;
    letter-spacing: 0.0195rem; }
  @media only screen and (min-width: 768px) and (max-width: 992px) {
    .themesWithDescription .theme {
      font-size: 0.9230769231rem;
      line-height: 1.3269230769rem;
      letter-spacing: 0.0225rem; } }
  @media only screen and (min-width: 992px) {
    .themesWithDescription .theme {
      font-size: 1.2307692308rem;
      line-height: 1.7692307692rem;
      letter-spacing: 0.03rem; } }
  .themesWithDescription .theme span.titleLarge {
    text-transform: uppercase;
    font-size: 1.1rem;
    line-height: 1.4rem;
    letter-spacing: 0.013rem;
    font-family: 'Switzer';
    font-weight: normal;
    font-style: normal;
    font-variation-settings: 'wght' 700; }
    @media only screen and (min-width: 768px) and (max-width: 992px) {
    .themesWithDescription .theme span.titleLarge {
      font-size: 1.2692307692rem;
      line-height: 1.6153846154rem;
      letter-spacing: 0.015rem; } }
    @media only screen and (min-width: 992px) {
    .themesWithDescription .theme span.titleLarge {
      font-size: 1.6923076923rem;
      line-height: 2.1538461538rem;
      letter-spacing: 0.02rem; } }
  .themesWithDescription .themeTitle:hover {
    cursor: pointer; }
  .themesWithDescription .contentOuter {
    position: relative;
    padding-bottom: 4.2666666667rem; }
  .themesWithDescription .contentOverlay {
    padding-bottom: 6.4rem;
    position: absolute;
    top: -25px;
    left: 0;
    width: 100%;
    height: 0%;
    background-color: #f0f1f1;
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity 300ms 0ms ease-in-out, height 1ms 300ms linear;
    -moz-transition: opacity 300ms 0ms ease-in-out, height 1ms 300ms linear;
    -o-transition: opacity 300ms 0ms ease-in-out, height 1ms 300ms linear;
    transition: opacity 300ms 0ms ease-in-out, height 1ms 300ms linear; }
  .themesWithDescription .contentOverlay.act {
    z-index: 5;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 300ms 1ms ease-in-out, height 1ms 0ms linear;
    -moz-transition: opacity 300ms 1ms ease-in-out, height 1ms 0ms linear;
    -o-transition: opacity 300ms 1ms ease-in-out, height 1ms 0ms linear;
    transition: opacity 300ms 1ms ease-in-out, height 1ms 0ms linear; }
  .themesWithDescription .contentOverlay .contentOverlayInner {
    position: relative; }
  .themesWithDescription .contentOverlay .overlayItem {
    position: absolute;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.4rem;
    letter-spacing: 0.013rem;
    font-family: 'Switzer';
    font-weight: normal;
    font-style: normal;
    font-variation-settings: 'wght' 300;
    -webkit-transition: opacity 300ms 0ms ease-in-out, height 1ms 300ms linear;
    -moz-transition: opacity 300ms 0ms ease-in-out, height 1ms 300ms linear;
    -o-transition: opacity 300ms 0ms ease-in-out, height 1ms 300ms linear;
    transition: opacity 300ms 0ms ease-in-out, height 1ms 300ms linear; }
    @media only screen and (min-width: 768px) and (max-width: 992px) {
    .themesWithDescription .contentOverlay .overlayItem {
      font-size: 1.2692307692rem;
      line-height: 1.6153846154rem;
      letter-spacing: 0.015rem; } }
    @media only screen and (min-width: 992px) {
    .themesWithDescription .contentOverlay .overlayItem {
      font-size: 1.6923076923rem;
      line-height: 2.1538461538rem;
      letter-spacing: 0.02rem; } }
    .themesWithDescription .contentOverlay .overlayItem.act {
      max-height: 1500px;
      opacity: 1;
      -webkit-transition: opacity 300ms 401ms ease-in-out, height 1ms 301ms linear;
      -moz-transition: opacity 300ms 401ms ease-in-out, height 1ms 301ms linear;
      -o-transition: opacity 300ms 401ms ease-in-out, height 1ms 301ms linear;
      transition: opacity 300ms 401ms ease-in-out, height 1ms 301ms linear; }
    .themesWithDescription .contentOverlay .overlayItem .overlayItemTitle {
      text-transform: uppercase;
      font-size: 1.1rem;
      line-height: 1.4rem;
      letter-spacing: 0.013rem;
      font-family: 'Switzer';
      font-weight: normal;
      font-style: normal;
      font-variation-settings: 'wght' 700; }
      @media only screen and (min-width: 768px) and (max-width: 992px) {
    .themesWithDescription .contentOverlay .overlayItem .overlayItemTitle {
      font-size: 1.2692307692rem;
      line-height: 1.6153846154rem;
      letter-spacing: 0.015rem; } }
      @media only screen and (min-width: 992px) {
    .themesWithDescription .contentOverlay .overlayItem .overlayItemTitle {
      font-size: 1.6923076923rem;
      line-height: 2.1538461538rem;
      letter-spacing: 0.02rem; } }
  .themesWithDescription .contentOverlay .contentOverlayImage {
    padding: 0px 0.5333333333rem;
    display: inline; }
  .themesWithDescription .contentOverlay .images {
    padding-top: 1.6rem; }
  .themesWithDescription .contentOverlay .overlayItemInner {
    width: 90%;
    margin: auto; }
  .themesWithDescription .closeButton {
    text-align: center;
    padding-bottom: 30px;
    opacity: 0;
    max-height: 0;
    -webkit-transition: opacity 300ms 0ms ease-in-out;
    -moz-transition: opacity 300ms 0ms ease-in-out;
    -o-transition: opacity 300ms 0ms ease-in-out;
    transition: opacity 300ms 0ms ease-in-out; }
  .themesWithDescription .closeButton.act {
    max-height: 100px;
    opacity: 1;
    -webkit-transition: opacity 300ms 401ms ease-in-out;
    -moz-transition: opacity 300ms 401ms ease-in-out;
    -o-transition: opacity 300ms 401ms ease-in-out;
    transition: opacity 300ms 401ms ease-in-out; }
/*========================================
 =            Image comparison            =
 ========================================*/
.imageComparison {
  padding-top: 0rem;
  background-color: #fff;
  /*
   .slickContainerLeft{
   dis
   }
   */ }
  .imageComparison .container {
    padding-top: 0rem; }
  .imageComparison .content {
    padding: 0; }
  .imageComparison .col-md-6 {
    padding: 0 0.1066666667rem; }
  .imageComparison .title {
    font-size: 0.8rem;
    line-height: 1.15rem;
    letter-spacing: 0.0195rem;
    font-family: 'Switzer';
    font-weight: normal;
    font-style: normal;
    font-variation-settings: 'wght' 700;
    text-transform: uppercase;
    padding: 1.0666666667rem 0;
    color: #fff;
    background-color: #faca0d;
    text-align: center; }
  @media only screen and (min-width: 768px) and (max-width: 992px) {
    .imageComparison .title {
      font-size: 0.9230769231rem;
      line-height: 1.3269230769rem;
      letter-spacing: 0.0225rem; } }
  @media only screen and (min-width: 992px) {
    .imageComparison .title {
      font-size: 1.2307692308rem;
      line-height: 1.7692307692rem;
      letter-spacing: 0.03rem; } }
  .imageComparison .imagePreviewItem {
    padding: 1.0666666667rem 0.5333333333rem;
    width: 20%; }
  .imageComparison .leftColumn {
    padding-left: 0.5333333333rem; }
  .imageComparison .rightColumn {
    padding-right: 0.5333333333rem; }
  .imageComparison .button {
    width: 100%; }
  .imageComparison .slick-vertical .slick-slide {
    border: 0; }
  .imageComparison.grayBackground {
    background-color: #f0f1f1; }
/*=======================================
 =            Gallery Folder             =
 =======================================*/
.galleryFolderView {
  background-color: #f0f1f1;
  padding-bottom: 2.1333333333rem; }
  .galleryFolderView .image {
    text-align: center;
    padding-bottom: 6.4rem; }
  .galleryFolderView .image .imageTitle {
    padding-top: 1.0666666667rem;
    text-transform: uppercase;
    font-size: 0.8rem;
    line-height: 1.15rem;
    letter-spacing: 0.0195rem;
    font-family: 'Switzer';
    font-weight: normal;
    font-style: normal;
    font-variation-settings: 'wght' 700; }
    @media only screen and (min-width: 768px) and (max-width: 992px) {
    .galleryFolderView .image .imageTitle {
      font-size: 0.9230769231rem;
      line-height: 1.3269230769rem;
      letter-spacing: 0.0225rem; } }
    @media only screen and (min-width: 992px) {
    .galleryFolderView .image .imageTitle {
      font-size: 1.2307692308rem;
      line-height: 1.7692307692rem;
      letter-spacing: 0.03rem; } }
  .galleryFolderView .image .imageDescription {
    font-size: 0.8rem;
    line-height: 1.15rem;
    letter-spacing: 0.0195rem;
    font-family: 'Switzer';
    font-weight: normal;
    font-style: normal;
    font-variation-settings: 'wght' 300; }
    @media only screen and (min-width: 768px) and (max-width: 992px) {
    .galleryFolderView .image .imageDescription {
      font-size: 0.9230769231rem;
      line-height: 1.3269230769rem;
      letter-spacing: 0.0225rem; } }
    @media only screen and (min-width: 992px) {
    .galleryFolderView .image .imageDescription {
      font-size: 1.2307692308rem;
      line-height: 1.7692307692rem;
      letter-spacing: 0.03rem; } }
/*=====================================
 =            Image Contact            =
 =====================================*/
.imageContact {
  color: #fff; }
  .imageContact .imageContactInner {
    position: relative; }
  .imageContact .contact, .imageContact .contactTwo {
    position: absolute;
    text-align: center;
    font-size: 1.8461538462rem;
    line-height: 2rem;
    letter-spacing: 0.025rem;
    font-family: 'Switzer';
    font-weight: normal;
    font-style: italic;
    font-variation-settings: 'wght' 500; }
  .imageContact .contact p, .imageContact .contactTwo p {
    margin-top: -1.0666666667rem;
    margin-bottom: 0; }
  .imageContact .contact {
    top: 80%;
    left: 10%; }
  .imageContact .contactTwo {
    top: 60%;
    right: 10%; }
  .imageContact a {
    color: #fff;
    text-decoration: none; }
/*========================================
 =            Impressions List            =
 ========================================*/
.impressionsList {
  background-color: #f0f1f1;
  padding-bottom: 0; }
  .impressionsList .quickRequest {
    margin-top: -100px; }
  .impressionsList .grid-item {
    width: 33.3333%;
    padding: 0.5333333333rem; }
  .impressionsList .grid-item img {
    width: 100%;
    height: auto;
    display: block; }
  .impressionsList .topTextQuickRequest .container {
    padding-bottom: 0; }
  .impressionsList .catFilters .container {
    padding-top: 0; }
  .impressionsList .catFilters ul {
    flex-direction: column;
    margin: 0;
    padding: 0;
    margin: auto;
    display: flex;
    justify-content: center; }
    @media all and (min-width: 768px) {
    .impressionsList .catFilters ul {
      flex-direction: row; } }
  .impressionsList .catFilters li {
    font-family: 'Switzer';
    font-weight: normal;
    font-style: normal;
    font-variation-settings: 'wght' 700;
    font-size: 0.8rem;
    line-height: 1.15rem;
    letter-spacing: 0.0195rem;
    text-transform: uppercase;
    list-style-type: none;
    color: #000;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    cursor: pointer; }
    @media only screen and (min-width: 768px) and (max-width: 992px) {
    .impressionsList .catFilters li {
      font-size: 0.9230769231rem;
      line-height: 1.3269230769rem;
      letter-spacing: 0.0225rem; } }
    @media only screen and (min-width: 992px) {
    .impressionsList .catFilters li {
      font-size: 1.2307692308rem;
      line-height: 1.7692307692rem;
      letter-spacing: 0.03rem; } }
    .impressionsList .catFilters li span {
      position: relative; }
  .impressionsList .catFilters li span:after {
    content: ' ';
    position: absolute;
    width: 0%;
    height: 1px;
    background-color: #000;
    left: 0;
    bottom: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out; }
  .impressionsList .catFilters li:hover span:after, .impressionsList .catFilters li:focus span:after, .impressionsList .catFilters li.active span:after {
    width: 100%; }

.medium-zoom--opened .medium-zoom-overlay {
  z-index: 20; }

.medium-zoom-image {
  z-index: 22; }
/*============================
 =        Simple Text         =
 ============================*/
.simpleText {
  background-color: #f0f1f1; }
  .simpleText .content {
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.4rem;
    letter-spacing: 0.013rem;
    font-family: 'Switzer';
    font-weight: normal;
    font-style: normal;
    font-variation-settings: 'wght' 500; }
  @media only screen and (min-width: 768px) and (max-width: 992px) {
    .simpleText .content {
      font-size: 1.2692307692rem;
      line-height: 1.6153846154rem;
      letter-spacing: 0.015rem; } }
  @media only screen and (min-width: 992px) {
    .simpleText .content {
      font-size: 1.6923076923rem;
      line-height: 2.1538461538rem;
      letter-spacing: 0.02rem; } }
/*==================================
 =            Flip cards            =
 ==================================*/
.flipCards {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f0f1f1;
  position: relative; }
  .flipCards .card {
    position: relative; }
  .flipCards .cardOuter {
    padding: 1.0666666667rem 0; }
  .flipCards .cardInner {
    position: relative;
    perspective: 500px;
    width: 100%;
    height: 100%; }
  .flipCards .row {
    position: relative; }
  .flipCards .card:hover .front {
    opacity: 0; }
  .flipCards .card:hover .back {
    opacity: 1; }
  .flipCards .content {
    width: 100%;
    height: 100%; }
  .flipCards .front, .flipCards .back {
    height: 100%;
    width: 100%;
    text-align: center;
    margin: auto;
    display: flex;
    align-items: center; }
  .flipCards .front {
    position: absolute;
    background: #faca0d;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.8rem;
    line-height: 1.15rem;
    letter-spacing: 0.0195rem;
    font-family: 'Switzer';
    font-weight: normal;
    font-style: normal;
    font-variation-settings: 'wght' 700;
    -webkit-transition: opacity 300ms 0ms ease-in-out;
    -moz-transition: opacity 300ms 0ms ease-in-out;
    -o-transition: opacity 300ms 0ms ease-in-out;
    transition: opacity 300ms 0ms ease-in-out; }
  @media only screen and (min-width: 768px) and (max-width: 992px) {
    .flipCards .front {
      font-size: 0.9230769231rem;
      line-height: 1.3269230769rem;
      letter-spacing: 0.0225rem; } }
  @media only screen and (min-width: 992px) {
    .flipCards .front {
      font-size: 1.2307692308rem;
      line-height: 1.7692307692rem;
      letter-spacing: 0.03rem; } }
  .flipCards .back {
    padding: 1.0666666667rem;
    opacity: 0;
    font-size: 0.8rem;
    line-height: 1.15rem;
    letter-spacing: 0.0195rem;
    font-family: 'Switzer';
    font-weight: normal;
    font-style: normal;
    font-variation-settings: 'wght' 500;
    background: #fff;
    color: #000;
    -webkit-transition: opacity 300ms 0ms ease-in-out;
    -moz-transition: opacity 300ms 0ms ease-in-out;
    -o-transition: opacity 300ms 0ms ease-in-out;
    transition: opacity 300ms 0ms ease-in-out; }
  @media only screen and (min-width: 768px) and (max-width: 992px) {
    .flipCards .back {
      font-size: 0.9230769231rem;
      line-height: 1.3269230769rem;
      letter-spacing: 0.0225rem; } }
  @media only screen and (min-width: 992px) {
    .flipCards .back {
      font-size: 1.2307692308rem;
      line-height: 1.7692307692rem;
      letter-spacing: 0.03rem; } }
  .flipCards .back p {
    margin: 0; }
  .flipCards .frontInner, .flipCards .backInner {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%; }
/*=============================
 =            Image DCE        =
 =============================*/
.imageDCE .imageInner {
  position: relative; }
  .imageDCE .container {
    height: 100%; }
  .imageDCE .row {
    height: 100%;
    align-items: center; }
  .imageDCE .title {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Switzer';
    font-weight: normal;
    font-style: normal;
    font-variation-settings: 'wght' 800;
    font-size: 2.7496149231rem;
    line-height: 2.7496149231rem;
    letter-spacing: 0.026rem; }
  @media only screen and (min-width: 768px) and (max-width: 992px) {
    .imageDCE .title {
      font-size: 5.1923076923rem;
      line-height: 5.1923076923rem;
      letter-spacing: 0.03rem; } }
  @media only screen and (min-width: 992px) {
    .imageDCE .title {
      font-size: 6.9230769231rem;
      line-height: 6.9230769231rem;
      letter-spacing: 0.04rem; } }
/*===============================
 =        Contact / Footer       =
 ===============================*/
.footer {
  font-size: 1.1rem;
  line-height: 1.4rem;
  letter-spacing: 0.013rem;
  font-family: 'Switzer';
  font-weight: normal;
  font-style: normal;
  font-variation-settings: 'wght' 500; }
  @media only screen and (min-width: 768px) and (max-width: 992px) {
  .footer {
    font-size: 1.2692307692rem;
    line-height: 1.6153846154rem;
    letter-spacing: 0.015rem; } }
  @media only screen and (min-width: 992px) {
  .footer {
    font-size: 1.6923076923rem;
    line-height: 2.1538461538rem;
    letter-spacing: 0.02rem; } }
  .footer .contactBackground {
    position: relative; }
  .footer .contactBackground .container {
    height: 100%; }
    .footer .contactBackground .container .containerInner {
      height: 100%;
      text-align: center;
      color: #fff; }
      .footer .contactBackground .container .containerInner .row {
        height: 100%;
        align-items: center; }
      .footer .contactBackground .container .containerInner .title:after {
        content: ' ';
        display: block;
        margin: auto;
        width: 90px;
        height: 6px;
        background-color: #fff;
        margin-top: -0.5333333333rem;
        margin-bottom: 2.6666666667rem; }
      .footer .contactBackground .container .containerInner .icons {
        display: inline-flex;
        padding: 0;
        padding-top: 2.1333333333rem;
        padding-bottom: 2.1333333333rem; }
        .footer .contactBackground .container .containerInner .icons .iconWrapper {
          padding: 0;
          padding-left: 0.5333333333rem;
          padding-right: 0.5333333333rem; }
  .footer a {
    color: #fff;
    text-decoration: none; }
  .footer .inlineLinks {
    margin-top: 2rem; }
  .footer .inlineLink {
    display: block; }
/*==================================
 =            Responsive            =
 ==================================*/
/*====================================
 =    Extra Small & Small Device      =
 ====================================*/
@media only screen and (max-width: 768px) {
  .frameLink a, .frameLink span, .frameLink input {
    font-size: 0.7rem;
    line-height: 0.8rem;
    letter-spacing: 0.04875rem; }

  .contentWithTeaser {
    padding-top: 1.0666666667rem;
    padding-bottom: 1.0666666667rem; }

  .contentTwoColumnsWithTeaser .teaser {
    text-align: left; }
    .contentTwoColumnsWithTeaser .content {
      column-count: 1; }

  .footer .contactBackground .container .containerInner .title:after {
    width: 70px;
    height: 4px;
    margin-top: -0.5333333333rem;
    margin-bottom: 2.6666666667rem; }
    .footer .container {
      padding: 0 15px; }
      .footer .container .title:after {
        margin-bottom: 0.5333333333rem; }

  .fullViewportImage {
    height: calc(100vh - 109.933px) !important; }

  .imageComparison {
    display: none; }

  .imageContact .imageContactInner {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .imageContact .contact, .imageContact .contactTwo {
      position: relative;
      width: 100%;
      top: auto;
      left: auto;
      right: auto; }

  .imageGalleryBigPicture .imagePreview {
    display: none; }
    .imageGalleryBigPicture .slickContainer {
      padding: 0; }

  .imageGallery .images .flexColumn {
    display: none; }
    .imageGallery .images .flexDoubleColumn {
      width: 100%; }

  .imageReference .image {
    width: 90%;
    padding-left: 5%; }

  .impressionsList .container {
    padding: 0.5333333333rem; }

  .informationText {
    padding-top: 0rem;
    padding-bottom: 0rem; }
    .informationText .text {
      font-size: 1.0153846154rem;
      line-height: 1.6076923077rem;
      letter-spacing: 0.01375rem; }
    .informationText .text span.textLarge {
      font-size: 3.8076923077rem;
      line-height: 2.9615384615rem;
      letter-spacing: 0.022rem; }

  .hoverImage img {
    cursor: pointer; }
    .hoverImage:after {
      opacity: 1; }

  nav {
    height: calc(100vh - 109.933px); }

  #page {
    margin-top: 109.933px; }

  #preloadingScreen .imageWrapper {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75); }

  .section {
    padding-top: 1.0666666667rem;
    padding-bottom: 1.0666666667rem; }

  .smallGraphicsWithText .imageTitle {
    display: block;
    height: auto;
    overflow: hidden;
    opacity: 1; }
    .smallGraphicsWithText .imageOuter:hover {
      padding-top: 50px; }
    .smallGraphicsWithText .title {
      padding-top: 2.1333333333rem; }
    .smallGraphicsWithText .imageTitle {
      font-size: 0.7rem;
      line-height: 1.05rem;
      letter-spacing: 0.0195rem; }

  .teaserImage .teaserImageInner .textBox {
    left: 5%;
    width: 90%; }

  #top {
    border-top: solid #faca0d 4px; }
    #top .menuOpenButton, #top .contactButton {
      width: auto; }
    #top .logo img {
      height: auto;
      width: 200px;
      object-fit: cover;
      object-position: center; }
    #top .headerBar {
      padding-top: 0.5333333333rem;
      padding-bottom: 0.5333333333rem; }
    #top .headerBar .col-sm-6 {
      width: 50%;
      padding-top: 0.8rem; }
    #top .menuOpenButtonText {
      display: none; }
    #top .contactButtonText {
      display: none; }
    #top .leftHeaderItem {
      float: right; } }
/*======================================
 =            Medium Devices            =
 ======================================*/
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .frameLink a, .frameLink span, .frameLink input {
    font-size: 0.8076923077rem;
    line-height: 0.9230769231rem;
    letter-spacing: 0.05625rem; }

  .contentTwoColumnsWithTeaser .teaser {
    text-align: right; }

  .footer .contactBackground .container .containerInner .title:after {
    width: 70px;
    height: 4px;
    margin-top: -0.5333333333rem;
    margin-bottom: 2.6666666667rem; }

  .fullViewportImage {
    height: calc(100vh - 101.133px) !important; }

  .headerBar {
    padding-top: 0.5333333333rem;
    padding-bottom: 0.5333333333rem; }

  .imageComparison .title {
    padding: 1.0666666667rem 0; }

  .imageContact .contact {
    top: 70%;
    left: 10%; }

  .informationText {
    padding-top: 1.0666666667rem;
    padding-bottom: 0.5333333333rem; }
    .informationText .container {
      padding-bottom: 1.3333333333rem; }
    .informationText .text {
      font-size: 1.3846153846rem;
      line-height: 2.1923076923rem;
      letter-spacing: 0.01875rem; }
      .informationText .text span.textLarge {
        font-size: 5.1923076923rem;
        line-height: 4.0384615385rem;
        letter-spacing: 0.03rem; }

  nav {
    height: calc(100vh - 101.133px); }

  #page {
    margin-top: 101.133px; }

  .section {
    padding-top: 2.1333333333rem;
    padding-bottom: 2.1333333333rem; }

  .simpleText {
    padding-top: 2.1333333333rem;
    padding-bottom: 2.1333333333rem; }

  .smallGraphicsWithText .imageTitle {
    font-size: 0.8076923077rem;
    line-height: 1.2115384615rem;
    letter-spacing: 0.0225rem; }

  #top {
    border-top: solid #faca0d 3px; }
    #top .logo img {
      height: 60px;
      width: 180px; }
    #top .headerBar {
      padding-top: 1.0666666667rem;
      padding-bottom: 1.0666666667rem; } }
/*=====================================
 =            Large Devices            =
 =====================================*/
@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .fullViewportImage {
    height: calc(100vh - 121.133px) !important; }

  .informationText .container {
    padding-top: 1.0666666667rem;
    padding-bottom: 1.0666666667rem; }

  nav {
    height: calc(100vh - 121.133px); }

  #page {
    margin-top: 121.133px; }

  .teaserImage .teaserImageInner .textBox {
    left: 30%;
    width: 40%; }

  #top {
    border-top: solid #faca0d 3px; }
    #top .logo img {
      height: 80px;
      width: 240px; }
    #top .headerBar {
      padding-top: 1.0666666667rem;
      padding-bottom: 1.0666666667rem; } }
/*===========================================
 =            Extra Large Devices            =
 ===========================================*/
@media only screen and (min-width: 1400px) {
  #top .rightHeaderItem .headerItemInner {
    text-align: right; }
    #top .leftHeaderItem .headerItemInner {
      text-align: left; }

  .teaserImage .teaserImageInner .textBox {
    left: 33.3%;
    width: 33.3%; }

  .footer .contactBackground {
    height: calc(100vh - (12vh + 109.933px)) !important; } }
/* END */
/*===========================================
 =              Langer Text DCE              =
 ===========================================*/
.longTextDce h1 {
  font-family: 'Switzer';
  font-weight: normal;
  font-style: normal;
  font-variation-settings: 'wght' 800;
  font-size: 2.7496149231rem;
  line-height: 2.7496149231rem;
  letter-spacing: 0.026rem; }
  @media only screen and (min-width: 768px) and (max-width: 992px) {
    .longTextDce h1 {
      font-size: 5.1923076923rem;
      line-height: 5.1923076923rem;
      letter-spacing: 0.03rem; } }
  @media only screen and (min-width: 992px) {
    .longTextDce h1 {
      font-size: 6.9230769231rem;
      line-height: 6.9230769231rem;
      letter-spacing: 0.04rem; } }
  .longTextDce h2 {
    font-size: 1.75rem;
    line-height: 1.68rem;
    letter-spacing: 0.05005rem;
    font-family: 'Switzer';
    font-weight: normal;
    font-style: normal;
    font-variation-settings: 'wght' 800; }
  @media only screen and (min-width: 768px) and (max-width: 992px) {
    .longTextDce h2 {
      font-size: 2.8846153846rem;
      line-height: 2.7692307692rem;
      letter-spacing: 0.0825rem; } }
  @media only screen and (min-width: 992px) {
    .longTextDce h2 {
      font-size: 3.8461538462rem;
      line-height: 3.6923076923rem;
      letter-spacing: 0.11rem; } }
  .longTextDce h3 {
    font-size: 1.1rem;
    line-height: 1.4rem;
    letter-spacing: 0.013rem;
    font-family: 'Switzer';
    font-weight: normal;
    font-style: normal;
    font-variation-settings: 'wght' 700; }
  @media only screen and (min-width: 768px) and (max-width: 992px) {
    .longTextDce h3 {
      font-size: 1.2692307692rem;
      line-height: 1.6153846154rem;
      letter-spacing: 0.015rem; } }
  @media only screen and (min-width: 992px) {
    .longTextDce h3 {
      font-size: 1.6923076923rem;
      line-height: 2.1538461538rem;
      letter-spacing: 0.02rem; } }
  .longTextDce ul {
    padding-left: 3rem;
    margin-left: 0;
    list-style-type: none; }
  .longTextDce ul h3 {
    margin-left: -3rem; }
  .longTextDce ul ul {
    list-style-type: disc;
    padding-left: 1.5rem; }
/* END */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before, .slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }
