@charset "UTF-8";
/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

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

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

.row {
  -js-display: flex;
  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%;
  padding-right: 15px;
  padding-left: 15px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .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.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .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.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

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

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .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.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

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

.flex-shrink-1 {
  flex-shrink: 1 !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; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !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; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !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; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !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; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !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; } }

.m-0 {
  margin: 0 !important; }

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

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

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
  padding: 0 !important; }

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

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

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

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

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

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

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

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

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

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

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

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

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

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

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

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

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

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

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

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

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

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

.p-5 {
  padding: 3rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-auto {
  margin: auto !important; }

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.tns-outer {
  padding: 0 !important; }
  .tns-outer [hidden] {
    display: none !important; }
  .tns-outer [aria-controls], .tns-outer [data-action] {
    cursor: pointer; }

.tns-slider {
  transition: all 0s; }
  .tns-slider > .tns-item {
    box-sizing: border-box; }

.tns-horizontal.tns-subpixel {
  white-space: nowrap; }
  .tns-horizontal.tns-subpixel > .tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal; }

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both; }

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left; }

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%; }

.tns-no-calc {
  position: relative;
  left: 0; }

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px; }
  .tns-gallery > .tns-item {
    position: absolute;
    left: -100%;
    transition: transform 0s, opacity 0s; }
  .tns-gallery > .tns-slide-active {
    position: relative;
    left: auto !important; }
  .tns-gallery > .tns-moving {
    transition: all 0.25s; }

.tns-autowidth {
  display: inline-block; }

.tns-lazy-img {
  transition: opacity 0.6s;
  opacity: 0.6; }
  .tns-lazy-img.tns-complete {
    opacity: 1; }

.tns-ah {
  transition: height 0s; }

.tns-ovh {
  overflow: hidden; }

.tns-visually-hidden {
  position: absolute;
  left: -10000em; }

.tns-transparent {
  opacity: 0;
  visibility: hidden; }

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0; }

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1; }

.tns-vpfix {
  white-space: nowrap; }
  .tns-vpfix > div, .tns-vpfix > li {
    display: inline-block; }

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden; }

.tns-t-ct {
  width: 2333.33333%;
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0; }
  .tns-t-ct:after {
    content: '';
    display: table;
    clear: both; }
  .tns-t-ct > div {
    width: 1.42857%;
    width: calc(100% / 70);
    height: 10px;
    float: left; }

.marginTop-removed {
  margin-top: 0 !important; }

.overflow-hidden {
  overflow: hidden;
  position: fixed;
  top: 0; }

.no-scroll {
  overflow-x: hidden; }

.parallax picture {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%; }

.parallax picture > img {
  position: absolute;
  height: 122%;
  min-width: 100%; }

/*
  --------------please use this variables to define new colors of RG-Gruppe: ---------
/*
$color-ecom: #ffb400;

$color-ecomHover: darken($color-ecom, 5%);

$color-gunmetal: #505050;
$color-gunmetalHover: darken($color-gunmetal, 5%);

$color-coolgrey: #787878;

$color-grey-divider: #eee;
$color-grey: #ddd;
$color-greyHover: #ccc;



$color-lightgrey: #f1f1f1;
$color-lightgreyHover: #f8f8f8;

$color-silver: #b5b5b5;
*/
@font-face {
  font-family: 'Rotis Sans Serif';
  font-style: normal;
  font-weight: 700;
  src: local("Rotis Sans Serif Bold"), local("Rotis-Sans-Serif-Bold"), url(../../assets/fonts/667fde85-ea2f-4851-a2d1-93456b293f5a.woff2) format("woff2"), url(../../assets/fonts/a789b8d7-2c89-433b-8852-dc661d2fb383.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

@font-face {
  font-family: 'Rotis Sans Serif';
  font-style: italic;
  font-weight: 400;
  src: local("Rotis Sans Serif Italic"), local("Rotis-Sans-Serif-Italic"), url(../../assets/fonts/02d9a70b-ad14-4810-aa3a-144f7ffe7b80.woff2) format("woff2"), url(../../assets/fonts/cadf8785-780e-486c-8257-f3315aeafdb9.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

@font-face {
  font-family: 'Rotis Sans Serif';
  font-style: normal;
  font-weight: 900;
  src: local("Rotis Sans Serif Extra Bold"), local("Rotis-Sans-Serif-Extra-Bold"), url(../../assets/fonts/75ec2be4-7969-4594-9c01-fb9c2add6376.woff2) format("woff2"), url(../../assets/fonts/13f09a40-3a24-44ca-8083-7c5e67fe802c.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

@font-face {
  font-family: 'Rotis Sans Serif';
  font-style: italic;
  font-weight: 300;
  src: local("Rotis Sans Serif Light Italic"), local("Rotis-Sans-Serif-Light-Italic"), url(../../assets/fonts/19b357e8-f0ac-40ba-a4d3-8d53b213ae27.woff2) format("woff2"), url(../../assets/fonts/6ea8a73f-c5a8-459e-b22f-dffe6a99f71e.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

@font-face {
  font-family: 'Rotis Sans Serif';
  font-style: normal;
  font-weight: 300;
  src: local("Rotis Sans Serif Light"), local("Rotis-Sans-Serif-Light"), url(../../assets/fonts/426cf71e-b8d1-4802-9690-1dcec0ef30c6.woff2) format("woff2"), url(../../assets/fonts/8acd0e02-7a91-4973-9c61-755704217f62.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

@font-face {
  font-family: 'Rotis Sans Serif';
  font-style: normal;
  font-weight: 400;
  src: local("Rotis Sans Serif Regular"), local("Rotis-Sans-Serif-Regular"), url(../../assets/fonts/979b67f1-28b4-4d3b-ab4d-551d4eaa3827.woff2) format("woff2"), url(../../assets/fonts/60d6e9b1-72ed-49c7-bcd9-026d74b98deb.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

@font-face {
  font-family: 'Rotis Serif';
  font-style: italic;
  font-weight: 400;
  src: local("Rotis Serif Italic"), local("Rotis-Serif-Italic"), url(../../assets/fonts/f89c32cc-ae03-4e14-96b0-5d0309172682.woff2) format("woff2"), url(../../assets/fonts/8a87f198-9af3-467d-9152-2859e83f87c3.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/*
include your font -> just copy to your project
//font-family: RotisSansSerifStd:
@include font('Rotis Sans Serif', 400, normal);

//extra bold:
@include font('Rotis Sans Serif', 900, normal);


@include font('Rotis Sans Serif', 400, italic);
@include font('Rotis Sans Serif', 300, normal);
@include font('Rotis Sans Serif', 700, normal);
@include font('Rotis Serif', 400, italic);



*/
.h2 {
  font-size: 24px;
  letter-spacing: 3.9px;
  text-align: center;
  line-height: 33px;
  color: #9c9174;
  text-transform: uppercase;
  font-family: "Rotis Sans Serif";
  font-style: normal;
  font-weight: 900; }
  @media (min-width: 576px) {
    .h2 {
      font-size: 58px;
      letter-spacing: 8.7px;
      line-height: 73px; } }

.h3 {
  font-family: "Rotis Sans Serif";
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  color: #4A4A4A;
  letter-spacing: 1px;
  line-height: 26px; }
  @media (min-width: 576px) {
    .h3 {
      font-size: 20px;
      letter-spacing: 1px;
      line-height: 26px;
      margin-bottom: 25px; } }

.h4, .content-box .h3, .news-detail-headline, .text-media-list .h3, .accordion .h2, .vertical-tabs-accordion .h2, .content-slider__source .headline,
.content-slider__gallery-content-info .headline {
  font-family: "Rotis Sans Serif";
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  color: #9c9174;
  letter-spacing: 1.3px;
  line-height: 26px;
  margin-bottom: 10px; }
  @media (min-width: 576px) {
    .h4, .content-box .h3, .news-detail-headline, .text-media-list .h3, .accordion .h2, .vertical-tabs-accordion .h2, .content-slider__source .headline,
    .content-slider__gallery-content-info .headline {
      margin-bottom: 50px; } }

.h5 {
  font-family: "Rotis Sans Serif";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  color: #4A4A4A;
  letter-spacing: 0.33px;
  line-height: 23px; }

.text, .news-detail-text, .splitteaser__content .splitteaser__content--text, .dropdown-slider__pagination li {
  font-family: "Rotis Sans Serif";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #4A4A4A;
  letter-spacing: 0;
  line-height: 26px;
  margin-bottom: 26px; }
  @media (min-width: 576px) {
    .text, .news-detail-text, .splitteaser__content .splitteaser__content--text, .dropdown-slider__pagination li {
      font-size: 20px; } }
  .text a, .news-detail-text a, .splitteaser__content .splitteaser__content--text a, .dropdown-slider__pagination li a {
    cursor: pointer;
    color: #9c9174; }

.center {
  text-align: center; }

.content-text {
  margin-bottom: 55px; }
  .content-text .h4, .content-text .content-box .h3, .content-box .content-text .h3, .content-text .news-detail-headline, .content-text .text-media-list .h3, .text-media-list .content-text .h3, .content-text .accordion .h2, .accordion .content-text .h2, .content-text .vertical-tabs-accordion .h2, .vertical-tabs-accordion .content-text .h2, .content-text .content-slider__source .headline, .content-slider__source .content-text .headline,
  .content-text .content-slider__gallery-content-info .headline, .content-slider__gallery-content-info .content-text .headline {
    text-transform: uppercase; }

.bold {
  font-family: "Rotis Sans Serif";
  font-style: normal;
  font-weight: 900; }

.italic {
  font-family: "Rotis Sans Serif";
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  color: #4A4A4A;
  letter-spacing: 0;
  line-height: 26px; }

.email {
  color: #9c9174;
  cursor: pointer; }

.underlined {
  text-decoration: underline !important; }

.link {
  color: #9c9174;
  font-family: "Rotis Sans Serif";
  font-style: normal;
  font-weight: 300; }
  .link--secondary {
    text-decoration: underline;
    font-size: 20px; }

.text ul li .extern, .news-detail-text ul li .extern, .splitteaser__content .splitteaser__content--text ul li .extern, .dropdown-slider__pagination li ul li .extern,
.text ul li .intern,
.news-detail-text ul li .intern,
.splitteaser__content .splitteaser__content--text ul li .intern,
.dropdown-slider__pagination li ul li .intern,
ul li .extern,
ul li .intern {
  font-family: "Rotis Sans Serif";
  font-style: normal;
  font-weight: 400;
  color: #2d2d2d !important;
  cursor: pointer; }

.text .styled-list li .extern:before, .news-detail-text .styled-list li .extern:before, .splitteaser__content .splitteaser__content--text .styled-list li .extern:before, .dropdown-slider__pagination li .styled-list li .extern:before,
.text .styled-list li .intern:before,
.news-detail-text .styled-list li .intern:before,
.splitteaser__content .splitteaser__content--text .styled-list li .intern:before,
.dropdown-slider__pagination li .styled-list li .intern:before,
.styled-list li .extern:before,
.styled-list li .intern:before {
  display: inline-block;
  content: " ";
  background: url("/assets/images/icons/icon-link_rg_svg.svg") no-repeat;
  background-size: 100% 100%;
  transform-origin: center center;
  width: 24px;
  height: 24px;
  margin-right: 11.5px;
  margin-bottom: 16px;
  vertical-align: text-top; }

.btn:not(.btn-default):not(.btn--nr):not(.btn--tertiary) {
  -js-display: inline-flex;
  display: inline-flex;
  height: 70px;
  text-align: center;
  font-size: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  letter-spacing: 2.44px;
  line-height: 29px;
  margin-bottom: 26px;
  align-self: center;
  align-content: center;
  align-items: center;
  justify-content: center;
  font-family: "Rotis Sans Serif";
  font-style: normal;
  font-weight: 400; }
  @media (max-width: 575px) {
    .btn:not(.btn-default):not(.btn--nr):not(.btn--tertiary) {
      width: 100%; } }

.btn--primary {
  background-color: #9c9174;
  color: rgba(255, 255, 255, 0.91);
  padding: 20px; }

.btn--secondary {
  background-color: #FBFBFB;
  color: #9c9174;
  padding: 20px; }

.btn--tertiary {
  border: none;
  height: auto !important;
  margin-bottom: 26px;
  font-family: "Rotis Sans Serif";
  font-style: normal;
  font-weight: 900;
  line-height: 30px;
  letter-spacing: 0.57px;
  letter-spacing: 2.4px;
  color: #4E5054;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  order: 2;
  max-height: 85px;
  padding: 20px 20px 15px 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  align-self: center; }
  .btn--tertiary:after {
    display: none; }
  @media (min-width: 576px) {
    .btn--tertiary {
      padding: 20px 80px 15px 80px; } }
  @media (min-width: 992px) {
    .btn--tertiary {
      font-size: 30px;
      padding: 31px 80px 31px 80px; } }

.link--primary {
  border: none;
  background: transparent;
  height: auto !important;
  font-family: "Rotis Sans Serif";
  font-style: normal;
  font-weight: 900;
  line-height: 28px;
  letter-spacing: 0.57px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.91);
  text-align: center;
  text-transform: uppercase;
  order: 2;
  margin-top: 11px !important;
  margin-bottom: 0;
  padding: 0; }
  .link--primary:after {
    content: "";
    display: block;
    background-color: rgba(255, 255, 255, 0.91);
    height: 1px;
    width: 20px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .link--primary:after {
        margin: 8px auto 0 auto;
        height: 2px;
        width: 34px; } }

html {
  box-sizing: border-box; }

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

main {
  padding-top: 48px; }

body,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
p,
pre,
dl,
dd,
ol,
ul,
figure,
hr,
fieldset,
legend {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  height: 100%; }

html, input, textarea, select, button {
  font-family: "Rotis Sans Serif";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #4A4A4A;
  letter-spacing: 0;
  line-height: 26px; }

input, textarea, select, button {
  cursor: pointer; }
  input:hover, input:focus, input:active, textarea:hover, textarea:focus, textarea:active, select:hover, select:focus, select:active, button:hover, button:focus, button:active {
    outline: 0; }

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

::-ms-clear {
  display: none; }

ul {
  list-style-type: none; }

body {
  height: 100%;
  overflow-x: hidden;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch; }

img {
  max-width: 100%; }

.darksite .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.darksite .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .darksite .slick-list:focus {
    outline: none; }
  .darksite .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.darksite .slick-slider .slick-track,
.darksite .slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.darksite .slick-track {
  padding: 0;
  -js-display: flex;
  display: flex;
  align-items: center; }
  .darksite .slick-track:before, .darksite .slick-track:after {
    content: "";
    display: table; }
  .darksite .slick-track:after {
    clear: both; }
  .slick-loading .darksite .slick-track {
    visibility: hidden; }

.darksite .slick-slide {
  text-align: center; }
  .darksite .slick-slide img {
    display: inline;
    width: auto; }
  .darksite .slick-slide.slick-loading img {
    display: none; }
  .darksite .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .darksite .slick-slide {
    display: block; }
  .slick-loading .darksite .slick-slide {
    visibility: hidden; }
  .slick-vertical .darksite .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

.darksite .slick-dots {
  position: absolute;
  bottom: -10px;
  left: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  @media (min-width: 1200px) {
    .darksite .slick-dots {
      bottom: -20px; } }
  .darksite .slick-dots li {
    position: relative;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    @media (min-width: 768px) {
      .darksite .slick-dots li {
        height: 11px;
        width: 11px; } }
    .darksite .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 10px;
      width: 10px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      @media (min-width: 768px) {
        .darksite .slick-dots li button {
          height: 11px;
          width: 11px; } }
      .darksite .slick-dots li button:hover, .darksite .slick-dots li button:focus {
        outline: none; }
        .darksite .slick-dots li button:hover:before, .darksite .slick-dots li button:focus:before {
          opacity: 1; }
      .darksite .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        background-color: transparent;
        border: 1px solid #9c9174;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        line-height: 15px;
        text-align: center;
        opacity: 0.5; }
        @media (min-width: 768px) {
          .darksite .slick-dots li button:before {
            height: 11px;
            width: 11px;
            border: 2px solid #9c9174; } }
    .darksite .slick-dots li.slick-active button:before {
      opacity: 1;
      background-color: #9c9174; }

.background-color-primary {
  background-color: #EFEFEF;
  max-width: 100%; }

.social-links {
  -js-display: flex;
  display: flex;
  flex-direction: row; }
  .social-links li:not(:last-child) {
    margin-right: 7px; }
  .social-links li a {
    width: 20px;
    height: 20px;
    display: block;
    transition: all 0.3s; }
  .social-links li .facebook {
    background: url("/assets/images/icons/facebook.svg") center center no-repeat;
    content: "";
    width: 50px;
    height: 50px; }
    @media (min-width: 992px) {
      .social-links li .facebook {
        width: 30px;
        height: 30px; } }
    .social-links li .facebook:hover {
      -webkit-filter: opacity(50%);
              filter: opacity(50%); }
  .social-links li .facebook--alternative {
    background: url("/assets/images/icons/facebook-alt.svg") center center no-repeat;
    content: "";
    width: 50px;
    height: 50px; }
    @media (min-width: 992px) {
      .social-links li .facebook--alternative {
        width: 30px;
        height: 30px; } }
    .social-links li .facebook--alternative:hover {
      -webkit-filter: opacity(50%);
              filter: opacity(50%); }
  .social-links li .instagram {
    background: url("/assets/images/icons/instagram.svg") center center no-repeat;
    content: "";
    width: 50px;
    height: 50px; }
    @media (min-width: 992px) {
      .social-links li .instagram {
        width: 30px;
        height: 30px; } }
    .social-links li .instagram:hover {
      -webkit-filter: opacity(50%);
              filter: opacity(50%); }
  .social-links li .instagram--alternative {
    background: url("/assets/images/icons/instagram-alt.svg") center center no-repeat;
    content: "";
    width: 50px;
    height: 50px; }
    @media (min-width: 992px) {
      .social-links li .instagram--alternative {
        width: 30px;
        height: 30px; } }
    .social-links li .instagram--alternative:hover {
      -webkit-filter: opacity(50%);
              filter: opacity(50%); }
  .social-links li .twitter {
    background: url("/assets/images/icons/twitter.svg") center center no-repeat;
    content: "";
    width: 50px;
    height: 50px; }
    @media (min-width: 992px) {
      .social-links li .twitter {
        width: 30px;
        height: 30px; } }
    .social-links li .twitter:hover {
      -webkit-filter: opacity(50%);
              filter: opacity(50%); }
  .social-links li .twitter--alternative {
    background: url("/assets/images/icons/twitter-alt.svg") center center no-repeat;
    content: "";
    width: 50px;
    height: 50px; }
    @media (min-width: 992px) {
      .social-links li .twitter--alternative {
        width: 30px;
        height: 30px; } }
    .social-links li .twitter--alternative:hover {
      -webkit-filter: opacity(50%);
              filter: opacity(50%); }
  .social-links li .youtube {
    background: url("/assets/images/icons/youtube.svg") center center no-repeat;
    content: "";
    width: 50px;
    height: 50px; }
    @media (min-width: 992px) {
      .social-links li .youtube {
        width: 30px;
        height: 30px; } }
    .social-links li .youtube:hover {
      -webkit-filter: opacity(50%);
              filter: opacity(50%); }
  .social-links li .youtube--alternative {
    background: url("/assets/images/icons/youtube-alt.svg") center center no-repeat;
    content: "";
    width: 50px;
    height: 50px; }
    @media (min-width: 992px) {
      .social-links li .youtube--alternative {
        width: 30px;
        height: 30px; } }
    .social-links li .youtube--alternative:hover {
      -webkit-filter: opacity(50%);
              filter: opacity(50%); }

.fs--sm, .hl--sm {
  font-size: 0.875rem; }

.fs--md, .hl--md {
  font-size: 1rem; }

.fs--lg, .hl--lg {
  font-size: 1.25rem; }

.fs--xl, .hl--xl {
  font-size: 1.5rem; }

.fs--xxl, .hl--xxl {
  font-size: 2rem; }

.fs--xxxl {
  font-size: 3rem; }

.fw--r {
  font-weight: 400; }

.fw--b, .hl {
  font-weight: 700; }

.lh--1 {
  line-height: 1; }

@media (max-width: 575.98px) {
  .fs--xxl, .hl--xxl, .fs--xl, .hl--xl {
    font-size: 1.25rem; }
  .fs--xxxl {
    font-size: 1.5rem; } }

.m--0 {
  margin: 0; }

.m--1 {
  margin: 8px; }

.m--2 {
  margin: 16px; }

.m--4 {
  margin: 32px; }

.mt--0 {
  margin-top: 0; }

.mt--1 {
  margin-top: 8px; }

.mt--2 {
  margin-top: 16px; }

.mt--4 {
  margin-top: 32px; }

.mr--0 {
  margin-right: 0; }

.mr--1 {
  margin-right: 8px; }

.mr--2 {
  margin-right: 16px; }

.mr--4 {
  margin-right: 32px; }

.mb--0 {
  margin-bottom: 0; }

.mb--1 {
  margin-bottom: 8px; }

.mb--2 {
  margin-bottom: 16px; }

.mb--4 {
  margin-bottom: 32px; }

.ml--0 {
  margin-left: 0; }

.ml--1 {
  margin-left: 8px; }

.ml--2 {
  margin-left: 16px; }

.ml--4 {
  margin-left: 32px; }

@media (min-width: 768px) {
  .mb--md0 {
    margin-bottom: 0; }
  .mr--md2 {
    margin-right: 16px; } }

.p--0 {
  padding: 0; }

.p--1 {
  padding: 8px; }

.p--2 {
  padding: 16px; }

.p--3 {
  padding: 24px; }

.p--4 {
  padding: 32px; }

.pt--0 {
  padding-top: 0; }

.pt--1 {
  padding-top: 8px; }

.pt--2 {
  padding-top: 16px; }

.pt--3 {
  padding-top: 24px; }

.pt--4 {
  padding-top: 32px; }

.pr--0 {
  padding-right: 0; }

.pr--1 {
  padding-right: 8px; }

.pr--2 {
  padding-right: 16px; }

.pr--3 {
  padding-right: 24px; }

.pr--4 {
  padding-right: 32px; }

.pb--0 {
  padding-bottom: 0; }

.pb--1 {
  padding-bottom: 8px; }

.pb--2 {
  padding-bottom: 16px; }

.pb--4 {
  padding-bottom: 32px; }

.pl--0 {
  padding-left: 0; }

.pl--1 {
  padding-left: 8px; }

.pl--2 {
  padding-left: 16px; }

.pl--4 {
  padding-left: 32px; }

.flex {
  -js-display: flex;
  display: flex; }

.flex--center {
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: center; }

.hidden {
  display: none !important; }

.p--r {
  position: relative; }

.fd--c {
  flex-direction: column; }

.jc--sb {
  justify-content: space-between; }

.jc--fe {
  justify-content: flex-end; }

.jc--c {
  justify-content: center; }

.ai--bl {
  align-items: baseline; }

.ai--fs {
  align-items: flex-start; }

.ai--c {
  align-items: center; }

.push {
  transition: transform 0.5s; }

@media (max-width: 991.98px) {
  .push--nav {
    transform: translateX(-275px); } }

.stretch--w {
  width: 100%; }

.stretch--h {
  height: 100%; }

.stretch--hMargin {
  height: calc(100% - 32px); }

.cover {
  background-size: cover;
  background-position: center; }

.clearIt {
  clear: both; }

.ta--c {
  text-align: center; }

.section__divide {
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #CFCFCF;
  display: block;
  width: 100%; }

.teaser {
  border: 1px solid #666;
  width: 300px;
  height: 200px;
  position: relative;
  padding: 15px;
  -js-display: flex;
  display: flex;
  align-items: flex-end;
  justify-content: space-between; }
  .teaser p {
    width: 60%;
    color: #fff;
    position: relative;
    z-index: 2; }
  .teaser button {
    position: relative;
    z-index: 2; }
  .teaser .teaser-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, #666666 90%); }
    .teaser .teaser-bg-img img {
      width: 100%;
      height: auto;
      position: relative;
      z-index: -1; }

/*
------------------ header container  ----------------
 */
.header-large {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-color: rgba(255, 255, 255, 0.91);
  z-index: 33; }
  .header-large .logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .header-large.active {
    height: 100vh; }
    @media (min-width: 768px) {
      .header-large.active {
        height: auto; } }
  .header-large.three-items .nav-main {
    max-width: 990px; }

.header-large--container {
  -js-display: flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  height: 75px;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.91); }

.header-large--content {
  opacity: 0;
  padding: 0;
  max-height: 0;
  margin: 0 auto;
  overflow-x: hidden;
  width: 100%;
  position: fixed;
  top: 75px;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.91);
  transition: opacity .3s; }
  .header-large--content.active {
    opacity: 1;
    height: 100vh;
    overflow-x: auto;
    padding-bottom: 50px;
    max-height: 2000px;
    transition: opacity .3s;
    -webkit-overflow-scrolling: touch; }
    @media (min-width: 768px) {
      .header-large--content.active {
        height: auto;
        padding: 60px 0; } }

.header-large--content .nav-main {
  -js-display: flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 98%;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .header-large--content .nav-main {
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-start; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .header-large--content .nav-main {
      overflow: hidden; } }

/*
------------------ header logo ----------------
 */
.header-large .logo .logo-primary {
  display: block; }

.header-large .logo .logo-secondary {
  max-width: 312px;
  max-height: 85px;
  margin-top: 49px;
  margin-left: 2px;
  z-index: 9999; }

@media (max-width: 768px) {
  .logo .logo-primary.hidden {
    display: block !important;
    opacity: 1;
    visibility: visible; }
  .logo .logo-secondary {
    display: none; } }

/*
------------------ main menu navigation links ----------------
 */
@media (min-width: 992px) {
  .header-large .nav-main--item {
    padding: 0 5px; }
    .header-large .nav-main--item:first-child {
      padding: 0 5px 0 0; }
    .header-large .nav-main--item:last-child {
      padding: 0 0 0 5px; } }

.header-large .nav-main--item .nav-link {
  display: none; }

/*
------------------ sub menu navigation links ----------------
 */
.header-large .nav-sub {
  margin-left: 25px;
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    .header-large .nav-sub {
      margin-left: 5px; } }

.header-large .nav-sub--item:first-child {
  margin-top: 24px; }

.header-large .nav-sub--item:not(:first-child) {
  margin-top: 10px; }

.header-large .nav-sub--item p {
  font-family: "Rotis Sans Serif";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  color: #4A4A4A;
  letter-spacing: 1px;
  line-height: 40px; }
  @media (min-width: 768px) {
    .header-large .nav-sub--item p {
      font-size: 15px;
      letter-spacing: 1px;
      line-height: 19px; } }
  .header-large .nav-sub--item p:hover {
    color: #9e1d3b; }

.header-large .nav-sub--item.active a p {
  color: #9e1d3b !important; }

/*
------------------ main menu navigation category image ----------------
 */
.header-large .nav-main--item .img-link {
  position: relative; }

.header-large .nav-main--item .img-link img {
  max-width: 100%;
  z-index: -1; }
  @media (min-width: 768px) and (max-width: 991px) {
    .header-large .nav-main--item .img-link img {
      max-width: 98%; } }

.header-large .nav-main--item .img-link span {
  font-family: "Rotis Sans Serif";
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  color: rgba(255, 255, 255, 0.91);
  letter-spacing: 4.52px;
  text-align: center;
  line-height: 35px;
  text-transform: uppercase;
  display: inline-table;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  @media (min-width: 768px) {
    .header-large .nav-main--item .img-link span {
      font-family: "Rotis Sans Serif";
      font-style: normal;
      font-weight: 300;
      font-size: 19px;
      letter-spacing: 3.3px; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .header-large .nav-main--item .img-link span {
      line-height: 20px;
      font-size: 15px; } }

/*
------------------ language switch elements ---------------------------
 */
.language-select {
  -js-display: inline-flex;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  align-self: center;
  height: 73px;
  min-width: 73px;
  font-size: 11px;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .language-select {
      flex-direction: row-reverse;
      min-width: 101px; } }
  .language-select__trigger {
    padding: 1rem;
    -js-display: flex;
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: row;
    color: #CFCFCF;
    background: transparent;
    transition: .5s; }
  .language-select:hover {
    cursor: pointer; }
  .language-select:hover .language-select__trigger {
    color: #4A4A4A;
    background: rgba(255, 255, 255, 0); }
  .language-select:hover .language-select__options {
    opacity: 1;
    pointer-events: all; }
  .language-select__current {
    font-weight: bold; }
  .language-select__icon {
    width: 24px;
    height: 24px;
    background-image: url(/assets/images/icons/icon-lang-grey_rg_svg.svg);
    background-size: contain;
    margin: 0 0.75rem; }
  .language-select__options {
    -js-display: flex;
    display: flex;
    opacity: 0;
    pointer-events: none;
    flex-direction: column;
    min-width: calc(100% + 1px);
    position: absolute;
    top: 100%;
    transition: .5s;
    right: 0; }
    .language-select__options-item {
      border-top: 1px solid #CFCFCF;
      padding: 1rem;
      white-space: nowrap;
      color: #CFCFCF;
      background: rgba(255, 255, 255, 0.91);
      flex-direction: row;
      transition: .5s; }
      .language-select__options-item:hover {
        color: #4A4A4A;
        background: white; }
      .language-select__options-item[data-current] {
        display: none; }

.lang-switch {
  -js-display: flex;
  display: flex;
  flex-direction: column;
  min-width: 73px; }
  @media (min-width: 768px) {
    .lang-switch {
      flex-direction: row-reverse;
      min-width: 101px; } }

.lang-switch__container {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  position: absolute;
  top: 75px;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.91);
  height: 100px;
  padding: 11.5px 19px 0 29px;
  text-align: end;
  transition: opacity .5s;
  -js-display: flex;
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .lang-switch__container {
      max-width: 50px;
      height: auto;
      left: inherit;
      top: 25px;
      right: 70px;
      padding: 0; } }

.lang-switch--icon {
  content: " ";
  background: url("/assets/images/icons/icon-lang-grey_rg_svg.svg") no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  transform-origin: center center;
  width: 24px;
  height: 24px;
  margin-left: 11px;
  margin-right: 35px; }

.lang-switch--icon-label {
  display: none;
  width: 42px; }
  .lang-switch--icon-label:hover {
    color: #CFCFCF; }
  @media (min-width: 768px) {
    .lang-switch--icon-label {
      display: inline-block;
      vertical-align: super; } }

.lang-switch__label, .lang-switch--icon-label, .nav-btn {
  font-family: "Rotis Sans Serif";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.68px;
  line-height: 17px;
  text-transform: uppercase;
  margin: 7.5px 0;
  color: #CFCFCF; }
  .lang-switch__label:hover, .lang-switch--icon-label:hover, .nav-btn:hover {
    color: #4A4A4A; }
  .lang-switch__label.active, .active.lang-switch--icon-label, .active.nav-btn {
    color: #4A4A4A;
    order: -1; }
  @media (min-width: 768px) {
    .lang-switch__label, .lang-switch--icon-label, .nav-btn {
      font-family: "Rotis Sans Serif";
      font-style: normal;
      font-weight: 900;
      font-size: 11px;
      letter-spacing: 0.5px;
      line-height: 17px;
      margin: 0;
      transition: color 1s; } }

.lang-switch__label a, .lang-switch--icon-label a, .nav-btn a {
  vertical-align: sub; }

.show-language-switch {
  opacity: 1;
  visibility: visible; }

.lang-switch--icon-is-active {
  content: " ";
  background: url("/assets/images/icons/icon-lang-darkgrey_rg_svg.svg") no-repeat;
  background-size: 100% 100%;
  display: inline-block; }

/*
------------------ menu open-close burger button ----------------
 */
.nav-btn {
  cursor: pointer;
  font-family: "Rotis Sans Serif";
  font-style: normal;
  font-weight: 900; }
  .nav-btn:hover {
    color: #CFCFCF; }
  @media (max-width: 575px) {
    .nav-btn--icon {
      font-size: 0; } }
  .nav-btn--icon:before {
    background: url("/assets/images/icons/icon-burger-grey_rg_svg.svg") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    content: " ";
    transform-origin: center center;
    width: 25px;
    height: 25px;
    margin-left: 35px;
    margin-right: 10px;
    vertical-align: middle; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .nav-btn--icon:before {
        width: 30px;
        height: 20px; } }

.nav-btn.on {
  color: #4A4A4A; }

.nav-btn--icon.is-open:before {
  background: url("/assets/images/icons/icon-close_rg_svg.svg") no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  content: " ";
  transform-origin: center center;
  width: 25px;
  height: 25px;
  margin-left: 35px;
  margin-right: 10px;
  vertical-align: middle; }

/*
------------------ Interactive Classes ---------------------------
 */
.header-large .header-desktop .active .header-large--container {
  height: 100px; }

/*
------------------ hidden elements ---------------------------
 */
.header-large .social-links,
.header-large .searchbar,
.header-large .banner,
.header-large .logo span,
.header-large .header-link,
.header-large .nav-image {
  display: none; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .header-large .nav-main--item.three-items {
    max-width: 32%;
    margin-left: 1%; }
  .header-large .nav-main--item.four-items {
    max-width: 24.85%; }
  .header-large .nav-main--item.five-items {
    max-width: 19.85%; }
  .header-large .nav-main--item.six-items {
    width: 29%;
    margin-left: 0; } }

/*
------------------ Only for Radeberger Gruppe Qualität ---------------------------
 */
.header-standard {
  padding: 10px; }
  .header-standard__logo {
    -js-display: flex;
    display: flex;
    justify-content: center;
    align-items: center; }
  .header-standard .nav-btn {
    display: none; }

.footer-large {
  margin-top: 0; }
  .footer-large__top {
    padding-top: 0;
    background-color: #F5F5F5;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    -js-display: flex;
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 576px) {
      .footer-large__top {
        padding-top: 10px; } }
    .footer-large__top .footer__link--1 {
      display: none; }
    .footer-large__top .social-links {
      display: none;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      margin-top: 40px;
      flex-basis: 100%; }
      @media (min-width: 992px) {
        .footer-large__top .social-links {
          margin-top: 0;
          flex-basis: 100; } }
      .footer-large__top .social-links li {
        width: 50px;
        height: 50px;
        overflow: hidden; }
        .footer-large__top .social-links li a {
          position: relative;
          display: block;
          line-height: 0;
          font-size: 0;
          color: transparent;
          width: 100%;
          height: 100%; }
      .footer-large__top .social-links li:nth-child(n + 2) {
        margin-left: 20px; }
    .footer-large__top .footer__images {
      -js-display: flex;
      display: flex;
      flex-direction: row;
      flex-basis: 40%;
      margin: 45px auto 0 auto;
      flex-basis: 60%;
      align-items: center;
      justify-content: space-evenly;
      width: 100%;
      max-width: 400px; }
      @media (min-width: 768px) {
        .footer-large__top .footer__images {
          flex-basis: 40%;
          margin: 45px auto 0 auto; } }
      @media (min-width: 992px) {
        .footer-large__top .footer__images {
          flex-basis: 20%;
          margin: 0 auto 0 0; } }
      .footer-large__top .footer__images img {
        width: 60px;
        height: auto; }
    .footer-large__top .navigation {
      margin: 0 0 0 auto;
      text-transform: uppercase;
      display: inline-block;
      max-width: 1000px;
      width: 100%;
      flex-basis: 100%;
      font-size: 16px;
      line-height: 22px;
      order: -1; }
      @media (min-width: 768px) {
        .footer-large__top .navigation {
          flex-basis: 100%; } }
      @media (min-width: 992px) {
        .footer-large__top .navigation {
          flex-basis: 80%;
          max-width: 700px; } }
      .footer-large__top .navigation .nav-main {
        -js-display: flex;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin: 0 20px; }
        .footer-large__top .navigation .nav-main--item {
          -js-display: flex;
          display: flex;
          justify-content: flex-start;
          flex-direction: column;
          align-items: flex-start;
          margin: 0 10px;
          min-width: calc(100% - 20px);
          font-family: "Rotis Sans Serif";
          font-style: normal;
          font-weight: 700;
          color: #4A4A4A;
          font-size: 18px;
          letter-spacing: 2.77px; }
          @media (min-width: 576px) {
            .footer-large__top .navigation .nav-main--item {
              margin: 0 10px;
              min-width: calc(50% - 20px); } }
          @media (min-width: 768px) {
            .footer-large__top .navigation .nav-main--item {
              margin: 0 10px;
              min-width: calc(20% - 20px); } }
          @media (min-width: 576px) {
            .footer-large__top .navigation .nav-main--item {
              font-size: 13px;
              letter-spacing: 2px;
              height: auto;
              width: auto; } }
        .footer-large__top .navigation .nav-main--item > *, .footer-large__top .navigation .nav-main--item {
          margin-top: 50px; }
          @media (min-width: 576px) {
            .footer-large__top .navigation .nav-main--item > *, .footer-large__top .navigation .nav-main--item {
              margin-top: 20px; } }
        .footer-large__top .navigation .nav-main a:hover {
          color: #4A4A4A; }
        .footer-large__top .navigation .nav-main .nav-sub {
          margin-top: 30px;
          -js-display: flex;
          display: flex;
          flex-direction: column;
          font-family: "Rotis Sans Serif";
          font-style: normal;
          font-weight: 700;
          color: #818181;
          text-transform: none;
          font-size: 20px;
          letter-spacing: 1.33px;
          line-height: 21px; }
          @media (min-width: 576px) {
            .footer-large__top .navigation .nav-main .nav-sub {
              margin-top: 20px;
              max-width: 160px; } }
          @media (min-width: 576px) {
            .footer-large__top .navigation .nav-main .nav-sub {
              font-size: 14.5px;
              letter-spacing: 0.97px;
              line-height: 16px; } }
          .footer-large__top .navigation .nav-main .nav-sub--item {
            display: inline-block; }
          .footer-large__top .navigation .nav-main .nav-sub--item:nth-child(n+2) {
            margin-top: 10px; }
      .footer-large__top .navigation li {
        display: inline-block; }
    .footer-large__top .footer__navi {
      -js-display: flex;
      display: flex;
      flex-wrap: wrap;
      margin: 20px auto 40px;
      justify-content: center;
      flex-basis: 100%; }
      .footer-large__top .footer__navi li {
        display: inline-block;
        padding: 0 15px;
        margin-top: 20px;
        font-family: "Rotis Sans Serif";
        font-style: normal;
        font-weight: 700;
        font-size: 13px;
        color: #2D2D2D;
        text-align: center;
        line-height: 17px; }
        .footer-large__top .footer__navi li a:hover {
          text-decoration: underline; }
  .footer-large__bottom {
    width: 100%;
    height: 100px;
    background-color: #9c9174;
    display: none;
    justify-content: center;
    align-items: center; }
    .footer-large__bottom .text, .footer-large__bottom .news-detail-text, .footer-large__bottom .splitteaser__content .splitteaser__content--text, .splitteaser__content .footer-large__bottom .splitteaser__content--text, .footer-large__bottom .dropdown-slider__pagination li, .dropdown-slider__pagination .footer-large__bottom li {
      display: none; }
    .footer-large__bottom .footer__link {
      width: 220px;
      height: 60px; }
      .footer-large__bottom .footer__link a {
        width: 100%;
        height: 100%; }
        .footer-large__bottom .footer__link a img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             font-family: "object-fit:cover";
             object-fit: cover; }

.footer-standard {
  background-color: rgba(255, 255, 255, 0.91);
  width: 100%;
  height: 106px;
  -js-display: flex;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (min-width: 992px) {
    .footer-standard {
      height: 142px; } }
  .footer-standard .container {
    width: auto;
    margin: 0;
    padding: 0; }
    .footer-standard .container .footer__navi {
      font-family: "Rotis Sans Serif";
      font-style: normal;
      font-weight: 400;
      color: #8E8E8E;
      font-size: 16px;
      line-height: 26px; }
      @media (min-width: 576px) {
        .footer-standard .container .footer__navi {
          margin-bottom: 0; } }
      .footer-standard .container .footer__navi li {
        display: inline;
        margin: 0 17.5px; }
        .footer-standard .container .footer__navi li:first-child {
          margin-left: 0; }
        .footer-standard .container .footer__navi li:last-child {
          margin-right: 0; }
  .footer-standard .footer__link,
  .footer-standard .footer__bild,
  .footer-standard .social-links,
  .footer-standard .text,
  .footer-standard .news-detail-text,
  .footer-standard .splitteaser__content .splitteaser__content--text,
  .splitteaser__content .footer-standard .splitteaser__content--text,
  .footer-standard .dropdown-slider__pagination li,
  .dropdown-slider__pagination .footer-standard li {
    display: none; }

.cookie-blur {
  -webkit-filter: blur(10px) brightness(70%);
          filter: blur(10px) brightness(70%);
  pointer-events: none; }

.age-cookie-req {
  color: #999999;
  position: absolute;
  width: 100%;
  display: none;
  z-index: 99999;
  top: 0; }
  .age-cookie-req a:not(.btn):not(.link), .age-cookie-req p, .age-cookie-req h2, .age-cookie-req h3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #999999; }
  .age-cookie-req__bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 200%;
    z-index: -1; }
    .age-cookie-req__bg picture {
      position: relative;
      width: 100%;
      height: 100%; }
      .age-cookie-req__bg picture img {
        -o-object-fit: cover;
           font-family: "object-fit:cover";
           object-fit: cover;
        height: 100%;
        width: 100%; }
  .age-cookie-req--wrapper {
    position: relative;
    max-width: 1020px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.91);
    overflow: visible;
    margin: 50px 20px 100px;
    padding-bottom: 0;
    border: solid 2px #9c9174; }
    @media (min-width: 992px) {
      .age-cookie-req--wrapper {
        width: calc(100% - 40px);
        margin: 200px auto 0 auto; } }
    .age-cookie-req--wrapper .h2 {
      position: relative;
      width: 100%;
      margin-bottom: 0;
      margin-top: 0;
      background-color: #9c9174;
      letter-spacing: normal;
      color: rgba(255, 255, 255, 0.91);
      font-size: 24px;
      line-height: 70px;
      font-family: "Rotis Sans Serif";
      font-style: normal;
      font-weight: 700; }
      @media (min-width: 992px) {
        .age-cookie-req--wrapper .h2 {
          font-size: 30px;
          line-height: 60px; } }
  .age-cookie-req__privacy {
    display: none;
    position: relative;
    max-width: 800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    padding: 0 30px;
    text-align: center; }
    .age-cookie-req__privacy .image {
      display: none; }
    .age-cookie-req__privacy .h3 {
      max-width: 740px;
      width: 100%;
      margin-bottom: 20px;
      font-size: 22px;
      line-height: 26px;
      font-family: "Rotis Sans Serif";
      font-style: normal;
      font-weight: 700; }
      @media (min-width: 992px) {
        .age-cookie-req__privacy .h3 {
          font-size: 26px;
          line-height: 32px; } }
    .age-cookie-req__privacy p, .age-cookie-req__privacy a {
      display: inline;
      line-height: normal; }
    .age-cookie-req__privacy p {
      font-family: "Rotis Sans Serif";
      font-style: normal;
      font-weight: 700;
      font-size: 14px;
      line-height: 22px; }
      @media (min-width: 992px) {
        .age-cookie-req__privacy p {
          font-size: 16px;
          line-height: 24px; } }
    .age-cookie-req__privacy .link {
      text-decoration: underline;
      font-size: 14px;
      line-height: 22px;
      font-family: "Rotis Sans Serif";
      font-style: normal;
      font-weight: 700;
      color: #9c9174; }
      @media (min-width: 992px) {
        .age-cookie-req__privacy .link {
          font-size: 16px;
          line-height: 24px; } }
    .age-cookie-req__privacy__btn-group {
      -js-display: flex;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      margin: 20px auto; }
      .age-cookie-req__privacy__btn-group a {
        width: 240px;
        height: 50px;
        font-family: "Rotis Sans Serif";
        font-style: normal;
        font-weight: 700;
        line-height: 50px;
        margin: 0 auto;
        padding: 0; }
      .age-cookie-req__privacy__btn-group a:first-child {
        background-color: #9c9174;
        color: rgba(255, 255, 255, 0.91); }
      .age-cookie-req__privacy__btn-group a:last-child {
        background: none;
        color: #000;
        margin-top: 10px;
        text-decoration: underline; }
  .age-cookie-req__toggle {
    display: none;
    opacity: 0;
    width: 65px;
    height: 35px;
    background-color: rgba(255, 255, 255, 0.91);
    cursor: pointer;
    border: 1px solid #9c9174;
    border-radius: 17px; }
    .age-cookie-req__toggle-btn {
      display: inline-block;
      background: #9c9174;
      height: 30px;
      width: 30px;
      border-radius: 15px;
      margin-top: 1px;
      margin-left: 2px;
      opacity: 0; }
      .age-cookie-req__toggle-btn:last-child {
        margin-left: 0px;
        margin-right: 2px; }
      .age-cookie-req__toggle-btn--on {
        opacity: 1; }
  .age-cookie-req__age {
    display: none;
    margin-top: 30px; }
    .age-cookie-req__age-text {
      display: none; }
    .age-cookie-req__age .h3 {
      max-width: 650px;
      width: calc(100% - 40px);
      font-family: "Rotis Sans Serif";
      font-style: normal;
      font-weight: 700;
      margin-bottom: 0;
      font-size: 22px;
      line-height: 26px; }
      @media (min-width: 992px) {
        .age-cookie-req__age .h3 {
          font-size: 26px;
          line-height: 32px;
          width: 100%;
          margin-left: auto;
          margin-right: auto; } }
    .age-cookie-req__age-caution {
      -js-display: flex;
      display: flex;
      flex-direction: row;
      align-items: center;
      margin-bottom: 20px;
      margin-left: 15px;
      margin-right: 15px; }
      @media (min-width: 992px) {
        .age-cookie-req__age-caution {
          margin-bottom: 30px;
          margin-top: 10px;
          margin-left: auto;
          margin-right: auto;
          max-width: 820px;
          width: 100%; } }
      .age-cookie-req__age-caution p {
        max-width: 750px;
        width: 100%;
        margin-left: 10px;
        font-size: 10px;
        line-height: 16px;
        text-align: left;
        font-family: "Rotis Sans Serif";
        font-style: normal;
        font-weight: 700; }
        @media (min-width: 992px) {
          .age-cookie-req__age-caution p {
            font-size: 14px;
            line-height: 22px;
            margin-left: 30px; } }
    .age-cookie-req__age .image {
      display: none;
      position: relative;
      width: 60px;
      height: 60px; }
  .age-cookie-req__btn-group {
    -js-display: flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 20px auto;
    max-width: 500px; }
    @media (min-width: 992px) {
      .age-cookie-req__btn-group {
        flex-direction: column;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        margin-bottom: 0px; } }
    .age-cookie-req__btn-group .btn--primary {
      height: inherit; }
    .age-cookie-req__btn-group a {
      font-family: "Rotis Sans Serif";
      font-style: normal;
      font-weight: 900;
      font-size: 17px;
      color: rgba(255, 255, 255, 0.91);
      text-align: center;
      height: 60px;
      padding: 0;
      line-height: 59px;
      margin: 0 auto;
      min-width: 240px; }
      @media (min-width: 992px) {
        .age-cookie-req__btn-group a {
          height: 60px;
          margin: 0; } }
    .age-cookie-req__btn-group a:first-child {
      background-color: #9c9174; }
    .age-cookie-req__btn-group a:last-child {
      background: none;
      color: #000;
      text-decoration: underline;
      margin-top: 10px; }
      @media (min-width: 992px) {
        .age-cookie-req__btn-group a:last-child {
          margin-top: 0; } }
  .age-cookie-req--impressum {
    font-family: "Rotis Sans Serif";
    font-style: normal;
    font-weight: 900;
    display: block;
    text-align: center;
    text-decoration: underline;
    font-weight: 700;
    font-size: 0.14px;
    line-height: 1.375rem;
    color: #000; }
    @media (min-width: 992px) {
      .age-cookie-req--impressum {
        font-size: 16px;
        letter-spacing: 0.19px;
        line-height: 1.5rem; } }
  .age-cookie-req--show {
    opacity: 1;
    -js-display: flex;
    display: flex; }
  .age-cookie-req--show-block {
    opacity: 1;
    display: block; }

.main-overlay--filter {
  -webkit-filter: blur(10px) brightness(70%);
          filter: blur(10px) brightness(70%);
  pointer-events: none; }

.scroll-nav {
  opacity: 0.5;
  display: none;
  position: fixed;
  left: 50%;
  bottom: 10px;
  margin-left: -5px;
  transform: translateY(-50%);
  transition: opacity 1s ease-out;
  z-index: 100; }
  .scroll-nav--show {
    opacity: 1;
    display: block; }
  .scroll-nav a {
    background-color: #fff;
    opacity: 0.5;
    border: 0;
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    margin-bottom: 12px;
    border-radius: 100%;
    transition: all .66667s ease; }
  .scroll-nav a.active {
    opacity: 1;
    background: #fff;
    border-color: grey; }

/*

.scroll-section:first-child{
  transform: translateY(-10vh);
}

.scroll-section:first-child {
  transform: translateY(-10vh);
}

.scroll-section.down-scroll+.scroll-section:not(.down-scroll) .scroll-content {
  transform: translateY(10vh);
}


.scroll-section.up-scroll+.scroll-section {
  transform: translate3d(0,80vh,0);
}

.scroll-section.down-scroll+.scroll-section:not(.down-scroll) {
  transform: translate3d(0, -10vh, 0);
}
*/
.breadcrumb {
  max-width: 960px;
  margin: 20px auto 0 auto;
  padding: 0 25px; }
  @media (min-width: 576px) {
    .breadcrumb {
      margin: 100px auto 0 auto; } }
  @media (min-width: 992px) {
    .breadcrumb {
      padding: 0; } }

.breadcrumb__items {
  font-family: "Rotis Sans Serif";
  font-style: normal;
  font-weight: 900;
  font-size: 12px;
  color: #999999;
  letter-spacing: 1.8px;
  line-height: 15px;
  text-transform: uppercase; }

.breadcrumb__items a:not(:last-child):after {
  content: "";
  background: url("/assets/images/icons/icon-breadcrumb_rg_svg.svg") no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-left: 7px;
  margin-right: 3px; }

.stage-slider-multiple {
  max-width: 100%;
  position: relative;
  z-index: 1;
  max-height: 100vh; }
  @media (min-width: 576px) {
    .stage-slider-multiple {
      height: 500px; } }
  @media (min-width: 992px) {
    .stage-slider-multiple {
      height: 708px; } }

.stage-slider-multiple__item__container {
  position: relative; }

.stage-slider-multiple_item__background {
  position: relative;
  z-index: 0; }
  .stage-slider-multiple_item__background img, .stage-slider-multiple_item__background picture {
    -o-object-fit: cover;
       font-family: "object-fit:cover";
       object-fit: cover;
    height: 290px;
    max-height: 100vh; }
    @media (min-width: 576px) {
      .stage-slider-multiple_item__background img, .stage-slider-multiple_item__background picture {
        height: 500px; } }
    @media (min-width: 992px) {
      .stage-slider-multiple_item__background img, .stage-slider-multiple_item__background picture {
        height: 708px; } }

.stage-slider-multiple__item__content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 0 10px 16.5px 10px; }
  @media (min-width: 992px) {
    .stage-slider-multiple__item__content {
      padding: 0 34px 62px 34px; } }
  .stage-slider-multiple__item__content .text, .stage-slider-multiple__item__content .news-detail-text, .stage-slider-multiple__item__content .splitteaser__content .splitteaser__content--text, .splitteaser__content .stage-slider-multiple__item__content .splitteaser__content--text, .stage-slider-multiple__item__content .dropdown-slider__pagination li, .dropdown-slider__pagination .stage-slider-multiple__item__content li {
    color: rgba(255, 255, 255, 0.91); }
  .stage-slider-multiple__item__content .h2 {
    display: block;
    font-family: "Rotis Sans Serif";
    font-style: normal;
    font-weight: 900;
    line-height: 14px;
    letter-spacing: 0.6px;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.91);
    text-align: left; }
    @media (min-width: 576px) {
      .stage-slider-multiple__item__content .h2 {
        font-size: 20px;
        letter-spacing: 1.5px;
        line-height: 30px; } }
    @media (min-width: 992px) {
      .stage-slider-multiple__item__content .h2 {
        font-size: 25px;
        letter-spacing: 2.2px;
        line-height: 30px; } }
    @media (min-width: 1200px) {
      .stage-slider-multiple__item__content .h2 {
        font-size: 30px;
        letter-spacing: 2.2px;
        line-height: 36px; } }
  .stage-slider-multiple__item__content .h3 {
    display: block;
    font-family: "Rotis Sans Serif";
    font-style: normal;
    font-weight: 300;
    line-height: 11px;
    letter-spacing: 1px;
    font-size: 9px;
    color: rgba(255, 255, 255, 0.91);
    text-transform: uppercase; }
    @media (min-width: 576px) {
      .stage-slider-multiple__item__content .h3 {
        font-size: 15px;
        line-height: 35px;
        letter-spacing: 2.1px; } }
  .stage-slider-multiple__item__content a {
    display: none; }

.stage-accordion {
  -js-display: flex;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  max-width: 1440px;
  visibility: hidden; }
  @media (min-width: 1025px) {
    .stage-accordion {
      flex-direction: row;
      height: 710px; } }

.stage-accordion__item__overlay {
  background: rgba(45, 45, 45, 0.7);
  z-index: 1;
  -js-display: flex;
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0; }
  .stage-accordion__item__overlay .h3 {
    color: rgba(255, 255, 255, 0.91);
    margin-bottom: 15px;
    font-size: 20px; }
  .stage-accordion__item__overlay .text, .stage-accordion__item__overlay .news-detail-text, .stage-accordion__item__overlay .splitteaser__content .splitteaser__content--text, .splitteaser__content .stage-accordion__item__overlay .splitteaser__content--text, .stage-accordion__item__overlay .dropdown-slider__pagination li, .dropdown-slider__pagination .stage-accordion__item__overlay li {
    color: rgba(255, 255, 255, 0.91);
    font-size: 16px;
    margin-bottom: 0;
    line-height: 23px; }

/* ***************************** DESKTOP  ***************************************** */
@media (min-width: 1025px) {
  .stage-accordion {
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: linear;
    transition-delay: 0.4s; }
  .stage-accordion.on {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 1s; }
    .stage-accordion.on img {
      position: absolute;
      top: 35%;
      left: 0;
      height: 100%;
      width: 100%;
      min-width: 1150px;
      min-height: 970px;
      transform: translate(0, -50%);
      z-index: 1; }
    .stage-accordion.on .stage-accordion__item.on-hover {
      flex-shrink: 0;
      width: 70%; }
      .stage-accordion.on .stage-accordion__item.on-hover .stage-accordion__item__content {
        transition-property: all;
        transition-duration: 0.2s;
        transition-timing-function: linear;
        transition-delay: 0.5s;
        transform: scale(1);
        opacity: 1;
        visibility: visible; }
      .stage-accordion.on .stage-accordion__item.on-hover:after {
        transition-property: all;
        transition-duration: 0.2s;
        transition-timing-function: linear;
        transition-delay: 0.5s;
        opacity: 1;
        visibility: visible; }
    .stage-accordion.on .stage-accordion__item__overlay {
      display: none; }
  .stage-accordion__item {
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: linear;
    transition-delay: 0s;
    width: 25%;
    height: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    visibility: visible; }
    .stage-accordion__item:after {
      position: absolute;
      top: 0;
      left: 0;
      content: "";
      display: block;
      width: 75%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.9);
      z-index: 2;
      opacity: 0; } }
    @media (min-width: 1025px) and (min-width: 1025px) and (max-width: 1050px) {
      .stage-accordion__item:after {
        width: 78%; } }

@media (min-width: 1025px) {
  .stage-accordion__item img {
    position: absolute;
    top: 35%;
    left: -29%;
    height: auto;
    width: 100%;
    min-width: 1150px;
    min-height: 970px;
    transform: translate(-50%, -50%);
    z-index: 1; }
  .stage-accordion__item.image-shrink img {
    top: 35%;
    right: -100%;
    left: inherit;
    height: auto;
    width: 100%;
    min-width: 1150px;
    min-height: 970px;
    opacity: 0.45;
    transform: translate(0, -50%); }
  .stage-accordion__item.image-shrink .stage-accordion__item__background {
    background-color: rgba(0, 0, 0, 0.75);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10; }
  .stage-accordion__item__content {
    -js-display: flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: transparent;
    color: rgba(255, 255, 255, 0.91);
    z-index: 4;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.85); }
    .stage-accordion__item__content .content-text {
      color: #1C1C1C;
      margin-bottom: 0;
      padding: 0 40px; }
      .stage-accordion__item__content .content-text .text, .stage-accordion__item__content .content-text .news-detail-text, .stage-accordion__item__content .content-text .splitteaser__content .splitteaser__content--text, .splitteaser__content .stage-accordion__item__content .content-text .splitteaser__content--text, .stage-accordion__item__content .content-text .dropdown-slider__pagination li, .dropdown-slider__pagination .stage-accordion__item__content .content-text li {
        color: #1C1C1C;
        max-width: 73%;
        margin-bottom: 0;
        font-size: 16px; }
      .stage-accordion__item__content .content-text .headline {
        color: #9c9174;
        font-size: 30px;
        text-transform: uppercase; }
  .stage-accordion__item__overlay {
    height: 220px;
    width: 100%;
    padding: 30px;
    bottom: 0; } }

/* ***************************** TABLET  ***************************************** */
@media (min-width: 579px) and (max-width: 1024px) {
  .stage-accordion__item {
    height: 100%;
    width: 100%;
    display: inline;
    cursor: pointer;
    visibility: visible;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: linear;
    transition-delay: 0s; }
  .stage-accordion__item__background {
    position: relative;
    overflow: hidden;
    height: 230px;
    margin-bottom: -10px; }
  .stage-accordion__item__background img {
    max-width: 1024px;
    width: 100%;
    z-index: 1;
    margin: -16% 0; }
  .stage-accordion__item__overlay {
    padding: 0 40px;
    width: 50%;
    top: 0;
    bottom: 0;
    justify-content: center; }
  .stage-accordion__item__content .content-text {
    margin-bottom: 0; }
  .stage-accordion__item__content .text, .stage-accordion__item__content .news-detail-text, .stage-accordion__item__content .splitteaser__content .splitteaser__content--text, .splitteaser__content .stage-accordion__item__content .splitteaser__content--text, .stage-accordion__item__content .dropdown-slider__pagination li, .dropdown-slider__pagination .stage-accordion__item__content li {
    font-size: 16px; } }

/* ***************************** MOBILE  ***************************************** */
@media (max-width: 578px) {
  .stage-accordion__item {
    height: 100%;
    width: 100%;
    display: inline;
    cursor: pointer;
    visibility: visible;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: linear;
    transition-delay: 0s; }
  .stage-accordion__item__background {
    position: relative;
    height: 100%;
    width: 100%;
    margin-bottom: -15px; }
  .stage-accordion__item__background img {
    margin: 0;
    z-index: 1; }
  .stage-accordion__item__overlay {
    width: 100%;
    height: 70%;
    padding: 35px 30px 0 30px;
    bottom: 6px; } }
  @media (max-width: 578px) and (max-width: 360px) {
    .stage-accordion__item__overlay {
      padding: 20px 20px 10px 20px;
      height: auto; }
      .stage-accordion__item__overlay .text, .stage-accordion__item__overlay .news-detail-text, .stage-accordion__item__overlay .splitteaser__content .splitteaser__content--text, .splitteaser__content .stage-accordion__item__overlay .splitteaser__content--text, .stage-accordion__item__overlay .dropdown-slider__pagination li, .dropdown-slider__pagination .stage-accordion__item__overlay li {
        line-height: 25px; } }

@media (max-width: 578px) {
    .stage-accordion__item__overlay .text, .stage-accordion__item__overlay .news-detail-text, .stage-accordion__item__overlay .splitteaser__content .splitteaser__content--text, .splitteaser__content .stage-accordion__item__overlay .splitteaser__content--text, .stage-accordion__item__overlay .dropdown-slider__pagination li, .dropdown-slider__pagination .stage-accordion__item__overlay li {
      line-height: 28px; } }

/* ***************************** TABLET + MOBILE  ***************************************** */
@media (max-width: 1024px) {
  .stage-accordion {
    margin-top: -80px; }
  .stage-accordion__item {
    margin-bottom: -27px; }
  .stage-accordion__item__overlay {
    position: absolute; }
    .stage-accordion__item__overlay .text, .stage-accordion__item__overlay .news-detail-text, .stage-accordion__item__overlay .splitteaser__content .splitteaser__content--text, .splitteaser__content .stage-accordion__item__overlay .splitteaser__content--text, .stage-accordion__item__overlay .dropdown-slider__pagination li, .dropdown-slider__pagination .stage-accordion__item__overlay li {
      font-size: 18px; }
  .stage-accordion__item__content {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    transition: all 0.5s ease-out;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px; }
  .stage-accordion__item.active {
    margin-bottom: 0; }
    .stage-accordion__item.active .stage-accordion__item__content {
      opacity: 1;
      visibility: visible;
      max-height: 2000px;
      margin-top: 54px; }
      .stage-accordion__item.active .stage-accordion__item__content .text, .stage-accordion__item.active .stage-accordion__item__content .news-detail-text, .stage-accordion__item.active .stage-accordion__item__content .splitteaser__content .splitteaser__content--text, .splitteaser__content .stage-accordion__item.active .stage-accordion__item__content .splitteaser__content--text, .stage-accordion__item.active .stage-accordion__item__content .dropdown-slider__pagination li, .dropdown-slider__pagination .stage-accordion__item.active .stage-accordion__item__content li {
        line-height: 28px; } }

.stage-accordion .js-content-text {
  margin-bottom: 15px; }

/* ***************************  TEXT MEDIA CLASSIC ************************** */
/*

To see all variants check following documentation:

1. See Confluence documentation: https://doc.biere.de/display/CMS/2.+C_0200_Text-Media-Classic
2. Check patternlab in components/organisms/preview
3. Notice that no all variants have been used in this project.
4. If you are going to develop new variant of this module, add it please to the documentations above.
Enjoy!
*/
/* ***************************  TEXT MEDIA GENERAL DEFINITION ************************** */
.text-media {
  overflow: hidden;
  max-width: 1440px;
  width: 100%;
  padding: 0 25px;
  margin: 0 auto; }

.text-media__bg-container {
  display: none; }

.text-media__media picture, .text-media__media img {
  height: 100%;
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover;
  width: 100%; }

.text-media .btn {
  margin-top: 30px; }

.text-media__headline-above {
  margin-bottom: 50px; }

/* ***************************  TEXT MEDIA IMAGE BIG GENERAL ************************** */
.text-media.text-media--image-big {
  max-width: 1440px;
  width: 100%;
  padding: 0 25px;
  margin: 50px auto 0 auto; }
  .text-media.text-media--image-big .text-media__headline-above {
    margin-bottom: 65px; }
    @media (min-width: 576px) {
      .text-media.text-media--image-big .text-media__headline-above {
        margin-bottom: 55px;
        margin: 100px auto 0 auto; } }
    @media (min-width: 992px) {
      .text-media.text-media--image-big .text-media__headline-above {
        margin-bottom: 105px; } }
  .text-media.text-media--image-big .text-media__media img {
    max-width: 700px; }
  .text-media.text-media--image-big .text-media__container {
    -js-display: flex;
    display: flex; }
  .text-media.text-media--image-big .text-media__content {
    margin: 0 auto 50px auto; }
    @media (min-width: 992px) {
      .text-media.text-media--image-big .text-media__content {
        margin-left: 50px;
        margin-bottom: 0;
        max-width: 530px; } }
    .text-media.text-media--image-big .text-media__content .text, .text-media.text-media--image-big .text-media__content .news-detail-text, .text-media.text-media--image-big .text-media__content .splitteaser__content .splitteaser__content--text, .splitteaser__content .text-media.text-media--image-big .text-media__content .splitteaser__content--text, .text-media.text-media--image-big .text-media__content .dropdown-slider__pagination li, .dropdown-slider__pagination .text-media.text-media--image-big .text-media__content li {
      font-size: 18px; }

/* ***************************  TEXT MEDIA BIG IMAGE ON THE LEFT ************************** */
.text-media--image-big.image-left .text-media__container {
  flex-direction: column; }
  @media (min-width: 992px) {
    .text-media--image-big.image-left .text-media__container {
      flex-direction: row-reverse; } }

/* ***************************  TEXT MEDIA BIG IMAGE ON THE RIGHT ************************** */
.text-media--image-big.image-right .text-media__container {
  flex-direction: column; }
  @media (min-width: 992px) {
    .text-media--image-big.image-right .text-media__container {
      flex-direction: row; } }

/* ***************************  TEXT MEDIA IMAGE SMALL (DEFAULT + IMAGE ABOVE) ************************** */
.text-media--image-small .text-media__container {
  -js-display: flex;
  display: flex;
  flex-direction: column; }

.text-media--image-small.image-above .text-media__container {
  -js-display: flex;
  display: flex;
  flex-direction: column-reverse; }

@media (min-width: 992px) {
  .text-media--image-small.image-left .text-media__media, .text-media--image-small.image-right .text-media__media {
    width: calc(100% / 3 * 1 - 1%); }
  .text-media--image-small.image-left .text-media__content, .text-media--image-small.image-right .text-media__content {
    width: calc(100% / 3 * 2 - 1%); } }

@media (min-width: 992px) {
  .text-media--image-small.image-left .text-media__container {
    flex-direction: row-reverse; } }

.text-media--image-small.image-left .text-media__media {
  margin-right: 50px; }

/* ***************************  TEXT MEDIA NO IMAGE (FOR 404 PAGE) ************************** */
.text-media.text-media--no-media .text-media__media img {
  display: none; }

.text-media.text-media--no-media .text-media__content {
  -js-display: flex;
  display: flex;
  flex-flow: column; }

/* ***************************  TEXT MEDIA ALS CONTENT ************************** */
.accordion .text-media,
.text-media-marginal-column .text-media {
  padding: 0; }

/* ***************************  IE ONLY (WORKAROUND) ************************** */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .text-media.text-media--image-big .text-media--image {
    margin-bottom: 0 !important; } }

.text-media.text-media--video.video-below .text-media__container {
  -js-display: flex;
  display: flex;
  flex-direction: column; }
  .text-media.text-media--video.video-below .text-media__container .text-media__media .text-media--video {
    margin-top: 40px;
    -js-display: flex;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center; }

.text-media.text-media--video.video-above .text-media__container {
  -js-display: flex;
  display: flex;
  flex-direction: column-reverse; }
  .text-media.text-media--video.video-above .text-media__container .text-media__content {
    margin-top: 20px;
    text-align: center; }

.text-media.text-media--video .text-media__media {
  display: block !important; }
  .text-media.text-media--video .text-media__media .text-media--video {
    margin-top: 40px;
    -js-display: flex;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center; }

.headline-module {
  max-width: 960px;
  margin: 50px auto 0 auto;
  position: relative; }
  @media (min-width: 576px) {
    .headline-module {
      margin: 100px auto 0 auto; } }

@media (min-width: 576px) {
  .headline-module .content {
    margin-left: 40px; } }

@media (min-width: 992px) {
  .headline-module .content {
    margin-left: 60px; } }

.headline-module .icon {
  padding-top: 100px; }
  @media (min-width: 576px) {
    .headline-module .icon {
      padding-top: 0; } }

.headline-module .icon img {
  position: absolute;
  top: 20px;
  left: 40%;
  width: 57.2px;
  height: 57.2px; }
  @media (min-width: 576px) {
    .headline-module .icon img {
      left: 25px;
      top: 8px; } }

.text-media-marginal-column {
  width: 100%;
  max-width: 960px;
  -js-display: flex;
  display: flex;
  flex-direction: column;
  margin: 50px auto 50px auto;
  padding: 0 25px; }
  @media (min-width: 768px) {
    .text-media-marginal-column {
      flex-direction: row;
      margin-top: 80px;
      margin-bottom: 100px; } }
  .text-media-marginal-column.no-icon .text-media-marginal-column__marginal-col:before {
    display: none; }

@media (min-width: 768px) {
  .text-media-marginal-column__marginal-col {
    margin-top: 0;
    margin-right: 30px;
    width: 300px; }
    .text-media-marginal-column__marginal-col:before {
      display: inline-block;
      content: " ";
      background: url("/assets/images/icons/underline_rg_svg.svg") no-repeat;
      background-size: 100% 100%;
      transform-origin: center center;
      width: 60px;
      height: 2px;
      margin-bottom: 44px; } }

@media (min-width: 992px) {
  .text-media-marginal-column__marginal-col {
    margin-right: 30px; } }

.text-media-marginal-column__marginal-col .text, .text-media-marginal-column__marginal-col .news-detail-text, .text-media-marginal-column__marginal-col .splitteaser__content .splitteaser__content--text, .splitteaser__content .text-media-marginal-column__marginal-col .splitteaser__content--text, .text-media-marginal-column__marginal-col .dropdown-slider__pagination li, .dropdown-slider__pagination .text-media-marginal-column__marginal-col li {
  font-size: 16px;
  color: #4A4A4A; }
  .text-media-marginal-column__marginal-col .text .extern, .text-media-marginal-column__marginal-col .news-detail-text .extern, .text-media-marginal-column__marginal-col .splitteaser__content .splitteaser__content--text .extern, .splitteaser__content .text-media-marginal-column__marginal-col .splitteaser__content--text .extern, .text-media-marginal-column__marginal-col .dropdown-slider__pagination li .extern, .dropdown-slider__pagination .text-media-marginal-column__marginal-col li .extern, .text-media-marginal-column__marginal-col .text .intern, .text-media-marginal-column__marginal-col .news-detail-text .intern, .text-media-marginal-column__marginal-col .splitteaser__content .splitteaser__content--text .intern, .splitteaser__content .text-media-marginal-column__marginal-col .splitteaser__content--text .intern, .text-media-marginal-column__marginal-col .dropdown-slider__pagination li .intern, .dropdown-slider__pagination .text-media-marginal-column__marginal-col li .intern {
    font-size: 16px;
    letter-spacing: 0.29px;
    line-height: 23px; }

.text-media-marginal-column__marginal-col .h3 {
  font-family: "Rotis Sans Serif";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  color: #4A4A4A;
  letter-spacing: 0.33px;
  line-height: 23px;
  margin-bottom: 0; }

@media (min-width: 768px) {
  .text-media-marginal-column__main-col {
    margin-bottom: 0;
    max-width: 630px;
    width: 100%; } }

.content-box {
  width: 100%;
  -js-display: flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 70px auto 0 auto;
  padding-bottom: 55px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .content-box {
      flex-direction: row;
      background-color: #EFEFEF; } }
  @media (min-width: 992px) {
    .content-box {
      flex-direction: row; } }

@media (min-width: 768px) {
  .content-box__container {
    width: 50%; } }

.content-box__container:first-child {
  background-color: #EFEFEF;
  padding: 46px 25px 46px 25px; }
  @media (min-width: 768px) {
    .content-box__container:first-child {
      width: 60%;
      background: none;
      padding: 74px 44px 85px 54px; } }
  @media (min-width: 992px) {
    .content-box__container:first-child {
      width: 60%;
      padding: 120px 50px 100px 144px; } }
  .content-box__container:first-child .content-text {
    margin: 0 auto; }
    @media (min-width: 768px) {
      .content-box__container:first-child .content-text {
        max-width: 580px; } }
  .content-box__container:first-child .h4, .content-box__container:first-child .content-box .h3, .content-box .content-box__container:first-child .h3, .content-box__container:first-child .news-detail-headline, .content-box__container:first-child .text-media-list .h3, .text-media-list .content-box__container:first-child .h3, .content-box__container:first-child .accordion .h2, .accordion .content-box__container:first-child .h2, .content-box__container:first-child .vertical-tabs-accordion .h2, .vertical-tabs-accordion .content-box__container:first-child .h2, .content-box__container:first-child .content-slider__source .headline, .content-slider__source .content-box__container:first-child .headline,
  .content-box__container:first-child .content-slider__gallery-content-info .headline, .content-slider__gallery-content-info .content-box__container:first-child .headline {
    margin-bottom: 25px; }

.content-box__container:nth-child(2) {
  background-color: rgba(255, 255, 255, 0.91);
  padding: 80px 25px 35px 25px; }
  @media (min-width: 768px) {
    .content-box__container:nth-child(2) {
      transform: matrix(1, -0.09, 0.09, 1, 20, 0);
      padding: 54px;
      margin-top: 80px; } }
  @media (min-width: 992px) {
    .content-box__container:nth-child(2) {
      width: 40%;
      margin-top: 40px; } }
  .content-box__container:nth-child(2) .content-text {
    margin-bottom: 0; }
  .content-box__container:nth-child(2) .h3 {
    margin-bottom: 25px; }
    @media (min-width: 768px) {
      .content-box__container:nth-child(2) .h3 {
        margin-bottom: 35px; } }

.linklist {
  margin-top: 50px;
  width: 100%; }
  @media (min-width: 576px) {
    .linklist {
      margin-top: 74px; } }

.linklist__element {
  position: relative;
  padding-left: 76px;
  margin-bottom: 15px;
  cursor: pointer;
  align-items: center; }

.linklist__element > div {
  -js-display: flex;
  display: flex;
  flex-direction: column; }

.linklist__element--link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0; }

.linklist .h3 {
  font-family: "Rotis Sans Serif";
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  color: #4A4A4A;
  letter-spacing: 0;
  line-height: 26px;
  text-transform: none;
  text-align: left;
  margin-bottom: 16px; }
  @media (min-width: 576px) {
    .linklist .h3 {
      font-size: 20px; } }

.linklist .h2 {
  font-family: "Rotis Sans Serif";
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  color: #9C9174;
  letter-spacing: 1.3px;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 31px;
  text-align: left; }
  @media (min-width: 576px) {
    .linklist .h2 {
      font-size: 22px;
      margin-bottom: 44px; } }

.linklist__element--text {
  font-family: "Rotis Sans Serif";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  color: #4A4A4A;
  letter-spacing: 0;
  line-height: 28px; }
  @media (min-width: 576px) {
    .linklist__element--text {
      font-size: 20px; } }

.linklist__element .subheadline {
  -js-display: flex;
  display: flex; }
  .linklist__element .subheadline .size {
    order: 2;
    margin-right: 5px; }
  .linklist__element .subheadline .type {
    order: 1; }
    .linklist__element .subheadline .type:after {
      display: inline-block;
      content: "|";
      margin-left: 5px;
      margin-right: 5px; }
  .linklist__element .subheadline .text, .linklist__element .subheadline .news-detail-text, .linklist__element .subheadline .splitteaser__content .splitteaser__content--text, .splitteaser__content .linklist__element .subheadline .splitteaser__content--text, .linklist__element .subheadline .dropdown-slider__pagination li, .dropdown-slider__pagination .linklist__element .subheadline li {
    order: 3; }

.linklist__element .subheadline, .linklist__element .subheadline .text, .linklist__element .subheadline .news-detail-text, .linklist__element .subheadline .splitteaser__content .splitteaser__content--text, .splitteaser__content .linklist__element .subheadline .splitteaser__content--text, .linklist__element .subheadline .dropdown-slider__pagination li, .dropdown-slider__pagination .linklist__element .subheadline li {
  font-family: "Rotis Sans Serif";
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  color: #4A4A4A;
  letter-spacing: 0;
  line-height: 28px; }

.linklist__element .subheadline .text, .linklist__element .subheadline .news-detail-text, .linklist__element .subheadline .splitteaser__content .splitteaser__content--text, .splitteaser__content .linklist__element .subheadline .splitteaser__content--text, .linklist__element .subheadline .dropdown-slider__pagination li, .dropdown-slider__pagination .linklist__element .subheadline li {
  margin-bottom: 0; }

.icon-download:before {
  display: inline-block;
  content: " ";
  position: absolute;
  left: 0;
  width: 54px;
  height: 54px;
  background: url("/assets/images/icons/icon-download_rg_svg.svg") no-repeat;
  background-size: 100% 100%;
  transform-origin: center center; }

.icon-info:before {
  display: inline-block;
  content: " ";
  position: absolute;
  left: 0;
  width: 54px;
  height: 54px;
  background: url("/assets/images/icons/icon-link_rg_svg.svg") no-repeat;
  background-size: 100% 100%;
  transform-origin: center center; }

.linklist .container {
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0; }

.content-table {
  margin-top: 33px; }
  @media (min-width: 576px) {
    .content-table {
      margin-top: 71px; } }

.content-table__table {
  width: 100%; }

.content-table__table tbody tr {
  height: 46px;
  font-family: "Rotis Sans Serif";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #4A4A4A;
  letter-spacing: 0;
  line-height: 26px; }

.content-table__table tbody tr td:nth-child(1) {
  padding-left: 5px; }
  @media (min-width: 576px) {
    .content-table__table tbody tr td:nth-child(1) {
      padding-left: 14px; } }

.content-table__table tbody tr td:nth-child(2) {
  text-align: right;
  padding-right: 5px; }
  @media (min-width: 576px) {
    .content-table__table tbody tr td:nth-child(2) {
      padding-right: 14px; } }

.content-table__table tr:nth-child(odd) {
  background: #F9F9F9; }

.content-table__table tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.91); }

.news-detail {
  width: 100%;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 960px;
  padding: 80px 25px 50px 25px;
  margin: 0 auto;
  position: relative; }
  @media (min-width: 576px) {
    .news-detail {
      justify-content: flex-end;
      padding-top: 100px; } }
  @media (min-width: 992px) {
    .news-detail {
      padding: 100px 0; } }

.news-detail__news {
  width: 100%;
  -js-display: flex;
  display: flex;
  flex-direction: column;
  max-width: 630px;
  flex-wrap: wrap;
  align-content: flex-end; }
  @media (min-width: 992px) {
    .news-detail__news:before {
      display: inline-block;
      content: ' ';
      background: url("/assets/images/icons/underline_rg_svg.svg") no-repeat;
      background-size: 100% 100%;
      transform-origin: center center;
      width: 60px;
      height: 2px;
      position: absolute;
      top: 100px;
      left: 25px; } }
  @media (min-width: 992px) and (min-width: 992px) {
    .news-detail__news:before {
      left: 0; } }

.news-detail .back-link {
  order: -1;
  position: relative;
  text-indent: -1000px;
  line-height: 0; }
  .news-detail .back-link:before {
    content: ' ';
    background: url("/assets/images/icons/icon-left_rg_svg.svg") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    height: 40px;
    width: 40px;
    position: absolute;
    left: 0;
    top: -50px; }
    @media (min-width: 768px) {
      .news-detail .back-link:before {
        left: -60px;
        top: 0; } }

.news-detail__info {
  font-family: "Rotis Sans Serif";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  color: #9c9174;
  letter-spacing: 1.2px;
  line-height: 15px;
  margin-bottom: 10px;
  width: 100%; }

.news-detail-headline {
  color: #4A4A4A;
  margin-bottom: 26px; }

.news-detail-subHeadline {
  font-family: "Rotis Sans Serif";
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px;
  margin-bottom: 26px; }
  @media (min-width: 576px) {
    .news-detail-subHeadline {
      font-size: 20px; } }

.news-detail-text {
  width: 100%; }
  .news-detail-text .italic {
    font-size: unset; }

.text-media-list {
  width: 100%;
  position: relative;
  margin-top: 50px; }
  @media (min-width: 768px) {
    .text-media-list {
      margin-top: 100px; } }

.text-media-list .content-area {
  width: 100%;
  max-width: 1080px;
  -js-display: flex;
  display: flex;
  justify-content: space-around;
  margin-top: 40px;
  margin-bottom: -50px; }
  @media (min-width: 576px) {
    .text-media-list .content-area {
      margin-top: 50px;
      margin-bottom: 0; } }
  @media (min-width: 992px) {
    .text-media-list .content-area {
      margin: 100px auto 0 auto; } }

.text-media-list .content-element .headline {
  margin-bottom: 30px; }
  @media (min-width: 576px) {
    .text-media-list .content-element .headline {
      margin-bottom: 40px; } }
  @media (min-width: 992px) {
    .text-media-list .content-element .headline {
      margin-bottom: 80px; } }

.text-media-list .content-element {
  width: 100%;
  display: block !important;
  padding: 0 25px;
  margin: 0 auto; }
  @media (min-width: 576px) {
    .text-media-list .content-element {
      padding: 0;
      max-width: 310px; } }
  @media (min-width: 992px) {
    .text-media-list .content-element {
      max-width: 320px; } }
  .text-media-list .content-element .content-text {
    margin-bottom: 0; }

.text-media-list .content-element img {
  width: 165px;
  height: 167px;
  margin: 0 auto 20px auto;
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover; }

.text-media-list .content-element .text, .text-media-list .content-element .news-detail-text, .text-media-list .content-element .splitteaser__content .splitteaser__content--text, .splitteaser__content .text-media-list .content-element .splitteaser__content--text, .text-media-list .content-element .dropdown-slider__pagination li, .dropdown-slider__pagination .text-media-list .content-element li {
  font-size: 18px; }

.text-media-list .content-element .headline {
  text-align: center; }

.text-media-list__content-box {
  padding: 0 25px;
  -js-display: flex;
  display: flex;
  justify-content: center; }
  @media (min-width: 992px) {
    .text-media-list__content-box {
      padding: 0; } }

.text-media-list .btn {
  margin-top: 50px; }
  @media (min-width: 576px) {
    .text-media-list .btn {
      min-width: 400px; } }

.text-media-list .slick-prev,
.text-media-list .slick-next {
  top: 12%; }
  @media (min-width: 992px) {
    .text-media-list .slick-prev,
    .text-media-list .slick-next {
      top: 22%; } }

.text-media-list .slick-prev {
  left: 25px; }
  @media (min-width: 992px) {
    .text-media-list .slick-prev {
      left: 0; } }
  @media (min-width: 1200px) {
    .text-media-list .slick-prev {
      left: -80px; } }

.text-media-list .slick-next {
  right: 25px; }
  @media (min-width: 992px) {
    .text-media-list .slick-next {
      right: 0; } }
  @media (min-width: 1200px) {
    .text-media-list .slick-next {
      right: -80px; } }

@media (min-width: 992px) {
  .text-media-list .slick-slide > div {
    padding: 0 30px; } }

.text-media-list .headline-module .content {
  margin-left: 0; }

@media (min-width: 576px) {
  .text-media-list .h3 {
    font-size: 18px; } }

.text-media-marginal-column__main-col .media-list {
  padding-right: 0; }
  @media (min-width: 576px) {
    .text-media-marginal-column__main-col .media-list {
      margin: 58px auto 100px auto;
      padding-right: 0;
      padding-left: 0; } }
  .text-media-marginal-column__main-col .media-list .media-list__items__item {
    margin-top: 35px;
    max-width: inherit;
    width: inherit; }
  @media (min-width: 576px) {
    .text-media-marginal-column__main-col .media-list .media-list__items {
      justify-content: flex-start; } }

.media-list {
  width: 100%;
  max-width: 960px;
  margin: 30px auto 0 auto;
  padding-right: 25px;
  padding-left: 25px; }
  @media (min-width: 992px) {
    .media-list {
      margin: 58px auto 100px auto;
      padding-right: 0;
      padding-left: 0; } }

.media-list .h2 {
  font-family: "Rotis Sans Serif";
  font-style: normal;
  font-weight: 700;
  color: #4A4A4A;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 23px;
  text-align: left;
  text-transform: none; }

.media-list__items__item img {
  width: 100%;
  max-width: 227px;
  display: block; }

.media-list picture {
  display: none; }

.media-list__items {
  -js-display: flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center; }
  @media (min-width: 992px) {
    .media-list__items {
      justify-content: flex-start; } }

.media-list__items__item {
  margin-top: 35px;
  max-width: 225px;
  width: 100%; }

.media-list__items__item:not(:last-child) {
  margin-right: 15px; }

.media-list__content h2 {
  margin-bottom: 5px; }

.media-list__items__item-headline {
  font-family: "Rotis Sans Serif";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  color: #4A4A4A;
  letter-spacing: 0;
  text-align: center;
  line-height: 26px;
  margin-top: 11px; }

.text-media-marginal-column__marginal-col .media-list {
  margin: 0 auto;
  padding-left: 0; }

.text-media-marginal-column__marginal-col .media-list__items {
  flex-wrap: wrap; }
  .text-media-marginal-column__marginal-col .media-list__items__item {
    margin-right: 14px; }
    @media (max-width: 575px) {
      .text-media-marginal-column__marginal-col .media-list__items__item {
        margin-top: 14px; } }
  @media (min-width: 992px) {
    .text-media-marginal-column__marginal-col .media-list__items__item:first-child {
      margin-top: 0 !important; } }

.text-media-marginal-column__marginal-col .media-list__items__item img {
  max-width: 135px;
  max-height: 153px; }
  @media (min-width: 992px) {
    .text-media-marginal-column__marginal-col .media-list__items__item img {
      max-width: 170px;
      max-height: 175px; } }

.text-media-marginal-column__main-col .media-list {
  margin: 30px auto 0 auto; }

.text-media-marginal-column__marginal-col .media-list__items,
.text-media-marginal-column__main-col .media-list__items {
  justify-content: flex-start; }

.text-media-marginal-column__main-col .media-list__items__item {
  margin-right: 26px; }

.text-media-marginal-column__main-col .media-list__items__item img {
  max-width: 100px;
  max-height: 74px; }
  @media (min-width: 992px) {
    .text-media-marginal-column__main-col .media-list__items__item img {
      max-width: 117px;
      max-height: 118px; } }

.contact-info {
  width: 100%;
  margin-top: 40px; }
  @media (min-width: 576px) {
    .contact-info {
      margin-top: 80px; } }

.contact-info__headlines .h4, .contact-info__headlines .content-box .h3, .content-box .contact-info__headlines .h3, .contact-info__headlines .news-detail-headline, .contact-info__headlines .text-media-list .h3, .text-media-list .contact-info__headlines .h3, .contact-info__headlines .accordion .h2, .accordion .contact-info__headlines .h2, .contact-info__headlines .vertical-tabs-accordion .h2, .vertical-tabs-accordion .contact-info__headlines .h2, .contact-info__headlines .content-slider__source .headline, .content-slider__source .contact-info__headlines .headline,
.contact-info__headlines .content-slider__gallery-content-info .headline, .content-slider__gallery-content-info .contact-info__headlines .headline {
  text-transform: uppercase; }

.contact-info__headlines .text, .contact-info__headlines .news-detail-text, .contact-info__headlines .splitteaser__content .splitteaser__content--text, .splitteaser__content .contact-info__headlines .splitteaser__content--text, .contact-info__headlines .dropdown-slider__pagination li, .dropdown-slider__pagination .contact-info__headlines li {
  margin-bottom: 52px; }

.contact-info__container {
  -js-display: flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }

.contact-info__item {
  width: 100%;
  margin-bottom: 30px; }
  @media (min-width: 576px) {
    .contact-info__item {
      width: 47.65%;
      margin-bottom: 79px; } }

.contact-info__content {
  background-color: #FBFBFB;
  color: #4A4A4A;
  padding: 24px 20px 29px 20px;
  margin-top: -8px; }
  .contact-info__content .text, .contact-info__content .news-detail-text, .contact-info__content .splitteaser__content .splitteaser__content--text, .splitteaser__content .contact-info__content .splitteaser__content--text, .contact-info__content .dropdown-slider__pagination li, .dropdown-slider__pagination .contact-info__content li {
    margin-bottom: 0; }
  .contact-info__content .info-text {
    margin-top: 13px;
    margin-bottom: 15px;
    font-size: 16px; }
  .contact-info__content .detail-text {
    font-size: 16px; }

.contact-info__content--headline {
  display: block;
  font-family: "Rotis Sans Serif";
  font-style: normal;
  font-weight: 900;
  line-height: 22px;
  letter-spacing: 0;
  font-size: 24px; }

.contact-info__no-image .contact-info__image {
  display: none; }

.contact-info__no-image .contact-info__item {
  margin-bottom: 30px; }
  @media (min-width: 576px) {
    .contact-info__no-image .contact-info__item {
      margin-bottom: 45px; } }

.contact-info__no-image .contact-info__content {
  background: none;
  padding: 0;
  margin-top: 0; }
  .contact-info__no-image .contact-info__content--headline {
    font-size: 18px; }
  .contact-info__no-image .contact-info__content .info-text {
    margin-top: 0;
    font-size: 18px;
    height: auto; }

.teaser-flex {
  max-width: 1440px;
  width: 100%;
  margin: 70px auto 0 auto;
  padding: 0 25px;
  -js-display: flex;
  display: flex;
  flex-direction: column; }
  .teaser-flex .teaser-flex__part-one,
  .teaser-flex .teaser-flex__part-two {
    margin-top: 58px;
    margin-bottom: 50px; }
  .teaser-flex.one-four .teaser-flex__part-one,
  .teaser-flex.one-four .teaser-flex__part-two {
    margin-top: 0; }
  .teaser-flex .btn--primary {
    -js-display: inline-flex;
    display: inline-flex; }
  .teaser-flex .text-media__headline-above {
    margin-bottom: 25px; }
    .teaser-flex .text-media__headline-above .headline {
      text-align: left; }
      @media (min-width: 576px) {
        .teaser-flex .text-media__headline-above .headline {
          font-size: 24px;
          letter-spacing: 3.9px;
          line-height: 33px; } }
  @media (min-width: 768px) {
    .teaser-flex {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between; } }
  @media (min-width: 1200px) {
    .teaser-flex {
      margin: 100px auto 100px auto; } }
  .teaser-flex.half-half .teaser-flex__part-one,
  .teaser-flex.half-half .teaser-flex__part-two {
    width: 100%; }
    @media (min-width: 768px) {
      .teaser-flex.half-half .teaser-flex__part-one,
      .teaser-flex.half-half .teaser-flex__part-two {
        width: 50%; } }

.teaser-flex__part-one,
.teaser-flex__part-two,
.teaser-flex__part-three,
.teaser-flex__part-four {
  width: 100%; }
  @media (min-width: 576px) {
    .teaser-flex__part-one,
    .teaser-flex__part-two,
    .teaser-flex__part-three,
    .teaser-flex__part-four {
      width: 47%; } }
  @media (min-width: 1200px) {
    .teaser-flex__part-one,
    .teaser-flex__part-two,
    .teaser-flex__part-three,
    .teaser-flex__part-four {
      width: 24%;
      margin-bottom: 0; } }

.teaser-flex .contact-info__item {
  width: auto; }

.teaser-flex .contact-info__content {
  background: none;
  padding: 20px 0 70px 0; }
  @media (min-width: 576px) {
    .teaser-flex .contact-info__content {
      padding: 30px 0 0 0; } }

.teaser-flex .detail-text {
  font-size: 18px;
  margin-top: 20px; }

.teaser-flex .info-text {
  margin-top: 10px; }

.teaser-flex video {
  max-width: 400px; }
  @media (max-width: 800px) and (min-width: 766px) {
    .teaser-flex video {
      max-width: 350px; } }

.teaser-flex .teaser-flex__part-one,
.teaser-flex .teaser-flex__part-two,
.teaser-flex .teaser-flex__part-three,
.teaser-flex .teaser-flex__part-four {
  width: 100%; }

@media (min-width: 768px) {
  .teaser-flex.half-half .teaser-flex__part-one,
  .teaser-flex.half-half .teaser-flex__part-two {
    width: calc(100% / 2); }
  .teaser-flex.half-half .teaser-flex__part-three,
  .teaser-flex.half-half .teaser-flex__part-four {
    display: none; } }

@media (min-width: 768px) and (min-width: 768px) {
  .teaser-flex.half-half.width-fullwidth .teaser-flex__part-two .text-media__content {
    margin-right: 20px; } }

@media (min-width: 768px) and (min-width: 768px) {
  .teaser-flex.half-half.width-fullwidth .teaser-flex__part-one .text-media__content {
    margin-left: 20px; } }

@media (min-width: 768px) {
  .teaser-flex.two-three .teaser-flex__part-one {
    width: calc(100% / 3); }
  .teaser-flex.two-three .teaser-flex__part-two {
    width: calc((100% / 3) * 2); }
  .teaser-flex.two-three .teaser-flex__part-three,
  .teaser-flex.two-three .teaser-flex__part-four {
    display: none; }
  .teaser-flex.three-two .teaser-flex__part-one {
    width: calc((100% / 3) * 2); }
  .teaser-flex.three-two .teaser-flex__part-two {
    width: calc(100% / 3); }
  .teaser-flex.three-two .teaser-flex__part-three,
  .teaser-flex.three-two .teaser-flex__part-four {
    display: none; }
  .teaser-flex.half-half.width-fullwidth .teaser-flex__part-one .text-media__content, .teaser-flex.two-three.width-fullwidth .teaser-flex__part-one .text-media__content, .teaser-flex.three-two.width-fullwidth .teaser-flex__part-one .text-media__content {
    margin-left: 20px; }
  .teaser-flex.half-half.width-fullwidth .teaser-flex__part-two .text-media__content, .teaser-flex.two-three.width-fullwidth .teaser-flex__part-two .text-media__content, .teaser-flex.three-two.width-fullwidth .teaser-flex__part-two .text-media__content {
    margin-right: 20px; }
  .teaser-flex.one-three .teaser-flex__part-one,
  .teaser-flex.one-three .teaser-flex__part-two,
  .teaser-flex.one-three .teaser-flex__part-three {
    width: calc(100% / 3); }
  .teaser-flex.one-three .teaser-flex__part-four {
    display: none; }
  .teaser-flex.one-three.width-fullwidth .teaser-flex__part-one .text-media__content {
    margin-left: 20px; }
  .teaser-flex.one-three.width-fullwidth .teaser-flex__part-three .text-media__content {
    margin-right: 20px; }
  .teaser-flex.one-four .teaser-flex__part-one,
  .teaser-flex.one-four .teaser-flex__part-two,
  .teaser-flex.one-four .teaser-flex__part-three,
  .teaser-flex.one-four .teaser-flex__part-four {
    width: calc(100% / 2 - 2 * 25px); }
  .teaser-flex.one-four.width-fullwidth .teaser-flex__part-one .text-media__content {
    margin-left: 20px; }
  .teaser-flex.one-four.width-fullwidth .teaser-flex__part-four .text-media__content {
    margin-right: 20px; } }

@media (min-width: 768px) {
  .teaser-flex.one-four .teaser-flex__part-one,
  .teaser-flex.one-four .teaser-flex__part-two,
  .teaser-flex.one-four .teaser-flex__part-three,
  .teaser-flex.one-four .teaser-flex__part-four {
    width: calc(100% / 4 - 2 * 25px); } }

@media (min-width: 768px) {
  .teaser-flex.left-prior .teaser-flex__part-one {
    order: 0; }
  .teaser-flex.left-prior .teaser-flex__part-two {
    order: 1; } }

@media (min-width: 768px) {
  .teaser-flex.right-prior .teaser-flex__part-one {
    order: 1; }
  .teaser-flex.right-prior .teaser-flex__part-two {
    order: 0; } }

.splitteaser {
  max-width: calc(1440px - 40px);
  -js-display: flex;
  display: flex;
  flex-direction: column-reverse;
  z-index: -1; }
  @media (min-width: 992px) {
    .splitteaser {
      flex-direction: row;
      margin-right: auto;
      margin-left: auto;
      min-height: 486px; } }

.splitteaser__partOne,
.splitteaser__partTwo {
  -js-display: flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 253px; }
  @media (min-width: 992px) {
    .splitteaser__partOne,
    .splitteaser__partTwo {
      min-height: 486px; } }
  .splitteaser__partOne .splitteaser__content,
  .splitteaser__partTwo .splitteaser__content {
    z-index: 1;
    padding: 20px 20px 40px 20px; }
  .splitteaser__partOne .splitteaser__bg,
  .splitteaser__partTwo .splitteaser__bg {
    /* position: absolute;
    top: 0;
    left: 0;
    z-index: 0;

    width: 100%;
    height: 100%;
    overflow: hidden;*/ }
    .splitteaser__partOne .splitteaser__bg img,
    .splitteaser__partTwo .splitteaser__bg img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         font-family: "object-fit:cover";
         object-fit: cover; }

.splitteaser__content {
  -js-display: flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
  height: 100%; }
  .splitteaser__content--img {
    display: none; }
  .splitteaser__content .headline {
    width: 100%;
    margin: 10px 0 0 0;
    color: #4A4A4A; }
  .splitteaser__content .splitteaser__content--text {
    width: 100%;
    margin-top: 10px;
    color: #4A4A4A; }
  .splitteaser__content a {
    display: inline-block;
    margin-top: 20px;
    color: #4A4A4A; }

.splitteaser__partOne .splitteaser__content {
  display: none; }

.splitteaser.left-prior .splitteaser__partOne {
  order: 1; }

.splitteaser.left-prior .splitteaser__partTwo {
  order: 2; }

@media (min-width: 992px) {
  .splitteaser.left-prior .splitteaser__partOne {
    order: 1;
    width: calc(100% - 40%); }
  .splitteaser.left-prior .splitteaser__partTwo {
    order: 2;
    width: 40%; } }

.splitteaser.right-prior .splitteaser__partOne {
  order: 3; }

@media (min-width: 992px) {
  .splitteaser.right-prior .splitteaser__partOne {
    order: 1;
    width: 40%; }
  .splitteaser.right-prior .splitteaser__partTwo {
    order: 2;
    width: calc(100% - 40%); } }

.teaserFullContent {
  width: 100%;
  height: 200px; }
  @media (min-width: 768px) {
    .teaserFullContent {
      height: 300px; } }
  .teaserFullContent .icon-group {
    display: none; }
  .teaserFullContent__background {
    overflow: hidden;
    position: relative;
    min-height: 200px;
    height: 100%; }
    @media (min-width: 768px) {
      .teaserFullContent__background {
        height: 300px; } }
    .teaserFullContent__background .overlay {
      display: none; }
    .teaserFullContent__background--img {
      /*
      position: absolute;
      width: 100%;
      height: 100%;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      @include breakpoint(sm) {
          height: 100%;
      }*/ }
      .teaserFullContent__background--img img {
        width: 100%;
        -o-object-fit: cover;
           font-family: "object-fit:cover";
           object-fit: cover;
        height: 200px; }
        @media (min-width: 576px) {
          .teaserFullContent__background--img img {
            height: 300px; } }
  .teaserFullContent__container {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    -js-display: flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 3;
    min-height: 200px;
    color: rgba(255, 255, 255, 0.91); }
    @media (min-width: 768px) {
      .teaserFullContent__container {
        height: 300px; } }
    .teaserFullContent__container .h3 {
      font-size: 25px;
      color: rgba(255, 255, 255, 0.91);
      letter-spacing: 5.52px;
      text-align: center;
      line-height: 35px;
      text-transform: uppercase;
      margin-bottom: 0;
      order: 1; }
      @media (min-width: 992px) {
        .teaserFullContent__container .h3 {
          font-size: 58px;
          letter-spacing: 12.8px;
          margin-top: 25px;
          line-height: 47px; } }
    .teaserFullContent__container .btn--primary {
      display: inline-block; }
    .teaserFullContent__container--subheadline {
      font-family: "Rotis Sans Serif";
      font-style: normal;
      font-weight: 400;
      font-size: 12px;
      color: rgba(255, 255, 255, 0.91);
      letter-spacing: 0.38px;
      text-align: center;
      line-height: 35px;
      text-transform: uppercase;
      order: 0; }
      @media (min-width: 768px) {
        .teaserFullContent__container--subheadline {
          font-size: 19px;
          letter-spacing: 0.6px; } }

.teaserFullContent.background-color-primary {
  background: #8A7A50 0% 0% no-repeat padding-box;
  height: auto;
  padding: 80px 20px; }
  @media (min-width: 992px) {
    .teaserFullContent.background-color-primary {
      height: auto;
      padding: 100px 80px; } }
  .teaserFullContent.background-color-primary .teaserFullContent__container {
    width: 100%;
    height: auto;
    min-height: auto;
    max-width: 100%;
    position: static; }
  .teaserFullContent.background-color-primary .teaserFullContent__background, .teaserFullContent.background-color-primary .teaserFullContent__container--subheadline {
    display: none; }
  .teaserFullContent.background-color-primary .h3.headline {
    text-align: center;
    font-size: 28px;
    line-height: 42px;
    width: 100%;
    letter-spacing: 2.24px;
    color: #FFFFFF;
    margin-bottom: 45px; }
    @media (min-width: 992px) {
      .teaserFullContent.background-color-primary .h3.headline {
        font-size: 56px;
        letter-spacing: 3.2px;
        margin-bottom: 50px;
        line-height: 62px; } }

.teaser-quote {
  width: 100%;
  position: relative; }
  @media (min-width: 768px) {
    .teaser-quote {
      height: 708px;
      -js-display: flex;
      display: flex;
      justify-content: center;
      align-items: center; } }
  .teaser-quote.left .teaser-quote__content {
    align-items: center; }
    @media (min-width: 768px) {
      .teaser-quote.left .teaser-quote__content {
        align-items: flex-start; } }
  .teaser-quote__background {
    max-height: 302px;
    overflow: hidden; }
    @media (min-width: 768px) {
      .teaser-quote__background {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        z-index: -1;
        max-height: none; } }
    .teaser-quote__background img {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         font-family: "object-fit:cover";
         object-fit: cover; }
  .teaser-quote__content {
    -js-display: flex;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #F9F9F9; }
    @media (min-width: 768px) {
      .teaser-quote__content {
        background: none;
        width: 960px;
        justify-content: flex-start;
        align-items: flex-end; } }
    .teaser-quote__content--container {
      max-width: 410px;
      width: 100%;
      -js-display: flex;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-direction: column;
      padding: 55px 26px 53px 32px; }
      @media (min-width: 768px) {
        .teaser-quote__content--container {
          padding: 55px; } }
      @media (min-width: 992px) {
        .teaser-quote__content--container {
          padding: 0; } }
    .teaser-quote__content--text {
      font-family: "Rotis Sans Serif";
      font-weight: 300;
      font-style: italic;
      font-size: 20px;
      color: #2D2D2D;
      letter-spacing: 0;
      line-height: 34px;
      font-style: italic;
      position: relative;
      z-index: 1;
      width: 100%; }
      @media (min-width: 768px) {
        .teaser-quote__content--text {
          color: #FFFFFF;
          font-size: 23px; } }
      .teaser-quote__content--text:before {
        content: "\201E";
        opacity: 0.5;
        font-family: "Rotis Serif";
        font-weight: 300;
        font-style: italic;
        font-size: 397px;
        color: #C5B7A9;
        letter-spacing: 0;
        position: absolute;
        z-index: -1;
        top: -135px;
        left: -25px; }
        @media (min-width: 768px) {
          .teaser-quote__content--text:before {
            left: -60px; } }
    .teaser-quote__content--caption1 {
      font-family: "Rotis Sans Serif";
      font-weight: 900;
      font-size: 18px;
      color: #2D2D2D;
      letter-spacing: 1.85px;
      line-height: 28px; }
      @media (min-width: 768px) {
        .teaser-quote__content--caption1 {
          color: #FFFFFF; } }
      .teaser-quote__content--caption1:before {
        width: 182px;
        height: 2px;
        content: "";
        background: #2D2D2D;
        display: block;
        margin: 42px 0 20px 0; }
        @media (min-width: 768px) {
          .teaser-quote__content--caption1:before {
            background: #fff; } }
    .teaser-quote__content--caption2 {
      font-family: "Rotis Sans Serif";
      font-weight: 300;
      font-size: 16px;
      color: #2D2D2D;
      letter-spacing: 0;
      line-height: 20px; }
      @media (min-width: 768px) {
        .teaser-quote__content--caption2 {
          color: #FFFFFF; } }

.teaser-news-standard {
  width: 100%;
  margin: 0 auto 50px auto;
  padding: 0 15px; }
  @media (min-width: 768px) {
    .teaser-news-standard {
      max-width: 960px;
      margin-bottom: 100px; } }
  .teaser-news-standard-load-more {
    margin-left: 0;
    margin-top: 0; }
    @media (min-width: 576px) {
      .teaser-news-standard-load-more {
        margin-top: 80px;
        margin-left: 33.33333%; } }
  .teaser-news-standard__news {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    grid-template-areas: "date" "headline" "main"; }
    @media (min-width: 576px) {
      .teaser-news-standard__news {
        -ms-grid-rows: auto;
        grid-template-rows: auto auto;
        -ms-grid-columns: 31.33333% 68.66666%;
        grid-template-columns: 31.33333% 68.66666%;
        grid-template-areas: "date headline " "date main"; } }
  .teaser-news-standard__news-summary {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    grid-area: main;
    font-family: "Rotis Sans Serif";
    font-weight: 300;
    color: #4A4A4A;
    cursor: pointer; }
    .teaser-news-standard__news-summary::after {
      display: block;
      content: " ";
      border-bottom: 1px solid #D8D8D8;
      margin: 20px 0; }
      @media (min-width: 576px) {
        .teaser-news-standard__news-summary::after {
          margin: 100px 0 20px 0; } }
  .teaser-news-standard__info {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    width: 100%;
    margin-right: 10px;
    font-family: "Rotis Sans Serif";
    font-weight: 700;
    font-size: 14px;
    color: #9C9174;
    letter-spacing: 1.2px;
    line-height: 15px;
    grid-area: date;
    margin-bottom: 20px; }
  .teaser-news-standard-headline {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    font-family: "Rotis Sans Serif";
    font-weight: 900;
    font-size: 20px;
    color: #4A4A4A;
    letter-spacing: 1px;
    line-height: 26px;
    margin-bottom: 15px;
    grid-area: headline; }
  .teaser-news-standard__info-place, .teaser-news-standard__info-misc {
    display: none; }
  .teaser-news-standard__news-media {
    display: none; }
  .teaser-news-standard-link {
    cursor: pointer;
    font-family: "Rotis Sans Serif";
    font-weight: 700;
    font-size: 14px;
    color: #9C9174;
    letter-spacing: 1.2px;
    line-height: 15px; }

.tab-nav-standard {
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  -js-display: flex;
  display: flex;
  justify-content: center; }
  @media (min-width: 768px) {
    .tab-nav-standard {
      padding-left: 0;
      padding-right: 0; } }
  .tab-nav-standard .h4, .tab-nav-standard .content-box .h3, .content-box .tab-nav-standard .h3, .tab-nav-standard .news-detail-headline, .tab-nav-standard .text-media-list .h3, .text-media-list .tab-nav-standard .h3, .tab-nav-standard .accordion .h2, .accordion .tab-nav-standard .h2, .tab-nav-standard .vertical-tabs-accordion .h2, .vertical-tabs-accordion .tab-nav-standard .h2, .tab-nav-standard .content-slider__source .headline, .content-slider__source .tab-nav-standard .headline,
  .tab-nav-standard .content-slider__gallery-content-info .headline, .content-slider__gallery-content-info .tab-nav-standard .headline {
    opacity: 0;
    display: none;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .tab-nav-standard .h4, .tab-nav-standard .content-box .h3, .content-box .tab-nav-standard .h3, .tab-nav-standard .news-detail-headline, .tab-nav-standard .text-media-list .h3, .text-media-list .tab-nav-standard .h3, .tab-nav-standard .accordion .h2, .accordion .tab-nav-standard .h2, .tab-nav-standard .vertical-tabs-accordion .h2, .vertical-tabs-accordion .tab-nav-standard .h2, .tab-nav-standard .content-slider__source .headline, .content-slider__source .tab-nav-standard .headline,
      .tab-nav-standard .content-slider__gallery-content-info .headline, .content-slider__gallery-content-info .tab-nav-standard .headline {
        margin-bottom: 40px; } }
  .tab-nav-standard__nav {
    -js-display: flex;
    display: flex;
    flex-flow: column wrap;
    margin-left: auto;
    margin-right: auto;
    width: 100%; }
    @media (min-width: 768px) {
      .tab-nav-standard__nav {
        padding-left: 0;
        padding-right: 0;
        flex-direction: row; } }
    .tab-nav-standard__nav-display {
      -js-display: flex;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid #1C1C1C;
      padding-bottom: 18px;
      cursor: pointer; }
      @media (min-width: 768px) {
        .tab-nav-standard__nav-display {
          opacity: 0;
          display: none; } }
      .tab-nav-standard__nav-display-first {
        text-align: center;
        color: #9c9174; }
      .tab-nav-standard__nav-display .arrow {
        background-size: 100% 100%;
        background-repeat: no-repeat;
        width: 20px;
        height: 20px;
        margin-right: 20px;
        transform-origin: center center; }
        .tab-nav-standard__nav-display .arrow--up {
          background-image: url("/assets/images/icons/link-arrow-small-up_rg_svg.svg"); }
        .tab-nav-standard__nav-display .arrow--down {
          background-image: url("/assets/images/icons/link-arrow-small-down_rg_svg.svg"); }
    .tab-nav-standard__nav .btn {
      text-align: left;
      color: #1C1C1C;
      background-color: transparent;
      margin-bottom: 0px;
      padding: 0px;
      padding-bottom: 15px;
      padding-top: 15px;
      width: auto;
      opacity: 0;
      display: none;
      border-bottom: 4px solid #EFEFEF; }
      @media (min-width: 768px) {
        .tab-nav-standard__nav .btn {
          opacity: 1;
          display: block;
          line-height: 25px;
          margin-left: 40px;
          padding-left: 0;
          text-align: center; } }
    .tab-nav-standard__nav .active {
      border-bottom: 4px solid #9c9174;
      color: #9c9174; }
    .tab-nav-standard__nav .btn--bt {
      color: #9c9174; }
      @media (min-width: 992px) {
        .tab-nav-standard__nav .btn--bt {
          border-top: none;
          padding-left: 0; } }
    .tab-nav-standard__nav .btn--nr {
      text-transform: none; }
    .tab-nav-standard__nav .btn--bb {
      border-bottom: 1px solid #4A4A4A; }
      @media (min-width: 768px) {
        .tab-nav-standard__nav .btn--bb {
          border-top: none; } }
    .tab-nav-standard__nav .btn--show {
      opacity: 1;
      display: block; }
  .tab-nav-standard__content > div {
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .tab-nav-standard__content {
    opacity: 0;
    display: none;
    flex-direction: column;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    align-items: center; }
    @media (min-width: 768px) {
      .tab-nav-standard__content {
        padding-left: 40px; } }
    .tab-nav-standard__content--show {
      opacity: 1;
      -js-display: flex;
      display: flex; }
    .tab-nav-standard__content .h2 {
      text-align: center;
      margin-bottom: 40px; }
      @media (min-width: 768px) {
        .tab-nav-standard__content .h2 {
          margin-bottom: 30px; } }
    .tab-nav-standard__content__info-media {
      display: none; }
    .tab-nav-standard__content__info-description a {
      display: none; }

.accordion {
  width: 100%;
  max-width: 630px; }
  @media (min-width: 992px) {
    .accordion {
      padding-bottom: 50px; } }

.accordion .h2 {
  text-align: left;
  margin-top: 88px;
  margin-bottom: 0; }

.accordion__container {
  width: auto;
  margin-top: 30px; }
  @media (min-width: 576px) {
    .accordion__container {
      margin-top: 44px; } }

.accordion__container-item-item {
  margin-top: 10px; }

.accordion__container-item-head {
  -js-display: flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  border-top: 1px solid #9c9174;
  cursor: pointer;
  width: 100%;
  padding: 13px 40px 13px 0; }
  @media (min-width: 576px) {
    .accordion__container-item-head {
      padding: 20px 40px 20px 0; } }
  .accordion__container-item-head .text, .accordion__container-item-head .news-detail-text, .accordion__container-item-head .splitteaser__content .splitteaser__content--text, .splitteaser__content .accordion__container-item-head .splitteaser__content--text, .accordion__container-item-head .dropdown-slider__pagination li, .dropdown-slider__pagination .accordion__container-item-head li {
    font-family: "Rotis Sans Serif";
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    color: #4A4A4A;
    line-height: 17.94px;
    letter-spacing: 0;
    margin-bottom: 0;
    width: calc(100% - 16px); }
    @media (min-width: 576px) {
      .accordion__container-item-head .text, .accordion__container-item-head .news-detail-text, .accordion__container-item-head .splitteaser__content .splitteaser__content--text, .splitteaser__content .accordion__container-item-head .splitteaser__content--text, .accordion__container-item-head .dropdown-slider__pagination li, .dropdown-slider__pagination .accordion__container-item-head li {
        font-size: 28px;
        line-height: 32px; } }

.accordion__container-item-content {
  padding: 55px 0 35px 0;
  opacity: 0;
  display: none;
  transition: opacity 1s; }
  @media (max-width: 575px) {
    .accordion__container-item-content .text, .accordion__container-item-content .news-detail-text, .accordion__container-item-content .splitteaser__content .splitteaser__content--text, .splitteaser__content .accordion__container-item-content .splitteaser__content--text, .accordion__container-item-content .dropdown-slider__pagination li, .dropdown-slider__pagination .accordion__container-item-content li {
      font-size: 16px; } }
  .accordion__container-item-content--show {
    opacity: 1;
    display: block; }

/*
 ----------- accordion icons open/close -------------
 */
.accordion__container-item-head .arrow {
  display: inline-block;
  content: " ";
  background-size: 100% 100%;
  transform-origin: center center;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 15px;
  top: 35%; }
  .accordion__container-item-head .arrow--down {
    background: url("/assets/images/icons/icon-down-2_rg_svg.svg") no-repeat;
    background-size: 100% 100%; }
  .accordion__container-item-head .arrow--up {
    background: url("/assets/images/icons/icon-close_rg_svg.svg") no-repeat;
    background-size: 100% 100%; }

.stage {
  position: relative;
  width: 100%;
  max-height: 100vh; }
  .stage--wrapper-v1 {
    -js-display: flex;
    display: flex;
    flex-direction: column; }
    .stage--wrapper-v1 img {
      display: none; }
  .stage__background {
    position: relative;
    z-index: -1;
    overflow: hidden; }
    .stage__background img, .stage__background picture {
      -o-object-fit: cover;
         font-family: "object-fit:cover";
         object-fit: cover;
      width: 100%;
      height: 290px;
      max-height: 100vh; }
      @media (min-width: 576px) {
        .stage__background img, .stage__background picture {
          height: 500px; } }
      @media (min-width: 992px) {
        .stage__background img, .stage__background picture {
          height: 708px; } }
    .stage__background-overlay {
      opacity: 0;
      display: none; }
  .stage__container-v1, .stage__container-v2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: rgba(255, 255, 255, 0.91);
    -js-display: flex;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%;
    text-align: center;
    align-items: center; }
    .stage__container-v1 .text, .stage__container-v1 .news-detail-text, .stage__container-v1 .splitteaser__content .splitteaser__content--text, .splitteaser__content .stage__container-v1 .splitteaser__content--text, .stage__container-v1 .dropdown-slider__pagination li, .dropdown-slider__pagination .stage__container-v1 li, .stage__container-v2 .text, .stage__container-v2 .news-detail-text, .stage__container-v2 .splitteaser__content .splitteaser__content--text, .splitteaser__content .stage__container-v2 .splitteaser__content--text, .stage__container-v2 .dropdown-slider__pagination li, .dropdown-slider__pagination .stage__container-v2 li {
      display: none; }
    .stage__container-v1 .h1, .stage__container-v2 .h1 {
      order: 1;
      font-family: "Rotis Sans Serif";
      font-style: normal;
      font-weight: 900;
      text-transform: uppercase;
      text-align: center;
      color: rgba(255, 255, 255, 0.91);
      font-size: 26px;
      letter-spacing: 4.52px;
      line-height: 26px; }
      @media (min-width: 992px) {
        .stage__container-v1 .h1, .stage__container-v2 .h1 {
          font-size: 58px;
          letter-spacing: 12.8px;
          line-height: 58px; } }
  .stage__container-content-v1, .stage__container-content-v2 {
    min-height: 0;
    order: 0;
    font-family: "Rotis Sans Serif";
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.91);
    letter-spacing: 0.76px;
    text-align: center;
    line-height: 16px;
    text-transform: uppercase;
    margin: 0; }
    .stage__container-content-v1 h3, .stage__container-content-v2 h3 {
      display: block;
      font-family: "Rotis Sans Serif";
      font-style: normal;
      font-weight: 900;
      color: rgba(255, 255, 255, 0.91);
      font-size: 12px; }
      @media (min-width: 992px) {
        .stage__container-content-v1 h3, .stage__container-content-v2 h3 {
          font-size: 16px; } }
    .stage__container-content-v1 .btn, .stage__container-content-v2 .btn {
      display: none; }

.stage-v1 {
  height: 290px; }
  @media (min-width: 576px) {
    .stage-v1 {
      height: 500px; } }
  @media (min-width: 992px) {
    .stage-v1 {
      height: 708px; } }

.stage-v1 .stage__background img, .stage-v1 .stage__background picture {
  height: 290px; }
  @media (min-width: 576px) {
    .stage-v1 .stage__background img, .stage-v1 .stage__background picture {
      height: 500px; } }
  @media (min-width: 992px) {
    .stage-v1 .stage__background img, .stage-v1 .stage__background picture {
      height: 708px; } }

.stage-v1 .stage__container-v1 {
  justify-content: center;
  height: 100%; }

.stage-v1 .stage__disturber,
.stage-v2 .stage__disturber {
  display: none; }

.stage-v2 {
  height: 680px; }

.stage-v2 .stage__background img, .stage-v2 .stage__background picture {
  height: 680px; }

.stage-v2 .h1 {
  font-size: 40px;
  line-height: 40px; }
  @media (min-width: 576px) {
    .stage-v2 .h1 {
      font-size: 60px;
      line-height: 55px; } }

.stage-v2 .stage__container-v2 {
  justify-content: flex-end;
  bottom: 61px; }

.stage-v2 .stage__container-content-v1,
.stage-v2 .stage__container-content-v2 {
  order: 1; }
  .stage-v2 .stage__container-content-v1 .h3,
  .stage-v2 .stage__container-content-v2 .h3 {
    font-size: 18px;
    margin-top: 30px; }
    @media (min-width: 576px) {
      .stage-v2 .stage__container-content-v1 .h3,
      .stage-v2 .stage__container-content-v2 .h3 {
        font-size: 25px;
        margin-top: 50px; } }

.disturber-left .stage__disturber {
  -js-display: flex;
  display: flex;
  left: -6px; }

.disturber-right .stage__disturber {
  -js-display: flex;
  display: flex;
  right: -6px; }

.stage__disturber, .stage__disturber__content {
  width: 100%;
  height: 100%;
  max-width: 330px;
  max-height: 114px;
  position: absolute;
  -js-display: flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  @media (min-width: 576px) {
    .stage__disturber, .stage__disturber__content {
      max-width: 380px;
      max-height: 133px; } }
  @media (min-width: 992px) {
    .stage__disturber, .stage__disturber__content {
      max-width: 550px;
      max-height: 175px; } }

.stage__disturber {
  background: #9c9174;
  top: 80px;
  transform: matrix(1, -0.07, 0.07, 1, 0, 0);
  box-shadow: 0px 6px 10px #00000029; }
  @media (min-width: 576px) {
    .stage__disturber {
      top: 70px; } }
  @media (min-width: 992px) {
    .stage__disturber {
      top: 200px; } }

.stage__disturber__content {
  top: 0;
  left: 0;
  box-shadow: none;
  transform: none; }

.stage__disturber__content .text, .stage__disturber__content .news-detail-text, .stage__disturber__content .splitteaser__content .splitteaser__content--text, .splitteaser__content .stage__disturber__content .splitteaser__content--text, .stage__disturber__content .dropdown-slider__pagination li, .dropdown-slider__pagination .stage__disturber__content li {
  color: rgba(255, 255, 255, 0.91);
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 0;
  font-family: "Rotis Sans Serif";
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.1px; }
  @media (min-width: 576px) {
    .stage__disturber__content .text, .stage__disturber__content .news-detail-text, .stage__disturber__content .splitteaser__content .splitteaser__content--text, .splitteaser__content .stage__disturber__content .splitteaser__content--text, .stage__disturber__content .dropdown-slider__pagination li, .dropdown-slider__pagination .stage__disturber__content li {
      font-size: 18px; } }
  @media (min-width: 992px) {
    .stage__disturber__content .text, .stage__disturber__content .news-detail-text, .stage__disturber__content .splitteaser__content .splitteaser__content--text, .splitteaser__content .stage__disturber__content .splitteaser__content--text, .stage__disturber__content .dropdown-slider__pagination li, .dropdown-slider__pagination .stage__disturber__content li {
      font-size: 34px; } }
  .stage__disturber__content .text .alternative, .stage__disturber__content .news-detail-text .alternative, .stage__disturber__content .splitteaser__content .splitteaser__content--text .alternative, .splitteaser__content .stage__disturber__content .splitteaser__content--text .alternative, .stage__disturber__content .dropdown-slider__pagination li .alternative, .dropdown-slider__pagination .stage__disturber__content li .alternative {
    font-family: "Rotis Sans Serif";
    font-style: normal;
    font-weight: 900;
    display: block;
    margin-top: 10px; }
    @media (min-width: 992px) {
      .stage__disturber__content .text .alternative, .stage__disturber__content .news-detail-text .alternative, .stage__disturber__content .splitteaser__content .splitteaser__content--text .alternative, .splitteaser__content .stage__disturber__content .splitteaser__content--text .alternative, .stage__disturber__content .dropdown-slider__pagination li .alternative, .dropdown-slider__pagination .stage__disturber__content li .alternative {
        font-size: 34px; } }

@-webkit-keyframes going {
  from {
    transform: scale(1);
    opacity: 1; }
  to {
    transform: scale(0.5);
    opacity: 0; } }

@keyframes going {
  from {
    transform: scale(1);
    opacity: 1; }
  to {
    transform: scale(0.5);
    opacity: 0; } }

@-webkit-keyframes coming {
  from {
    transform: scale(0);
    opacity: 0; }
  to {
    transform: scale(1);
    opacity: 1; } }

@keyframes coming {
  from {
    transform: scale(0);
    opacity: 0; }
  to {
    transform: scale(1);
    opacity: 1; } }

.accordion-image {
  position: relative;
  height: 200px;
  width: 100%;
  overflow: hidden; }
  @media (min-width: 992px) {
    .accordion-image {
      height: 100vh; } }
  .accordion-image__top {
    width: 100%;
    height: 100%;
    color: rgba(255, 255, 255, 0.91);
    overflow: hidden;
    -js-display: flex;
    display: flex;
    justify-content: center; }
    .accordion-image__top .overlay {
      display: none; }
    .accordion-image__top--bg {
      position: absolute;
      top: 0;
      left: 0;
      width: inherit;
      height: 100%;
      z-index: -1;
      overflow: hidden;
      opacity: 1; }
      .accordion-image__top--bg .bg-image {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           font-family: "object-fit:cover";
           object-fit: cover; }
        .accordion-image__top--bg .bg-image img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             font-family: "object-fit:cover";
             object-fit: cover; }
    .accordion-image__top--container {
      position: relative;
      -js-display: flex;
      display: flex;
      width: 100%;
      justify-content: center;
      text-align: center;
      flex-direction: column;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
      .accordion-image__top--container .text-content {
        width: 100%;
        text-align: center;
        padding-left: 25px;
        padding-right: 25px;
        z-index: 0;
        color: rgba(255, 255, 255, 0.91);
        overflow: hidden; }
        .accordion-image__top--container .text-content .headline {
          display: block; }
        .accordion-image__top--container .text-content .h2 {
          display: block;
          max-width: 1200px;
          margin: 0 auto;
          color: rgba(255, 255, 255, 0.91);
          text-transform: uppercase;
          text-align: center;
          margin-bottom: 7px;
          font-size: 26px;
          letter-spacing: 4.52px;
          line-height: 26px; }
          @media (min-width: 992px) {
            .accordion-image__top--container .text-content .h2 {
              margin-bottom: 50px;
              font-size: 58px;
              letter-spacing: 12.8px;
              line-height: 58px; } }
        .accordion-image__top--container .text-content .h3 {
          display: none;
          text-transform: none;
          margin-top: 10px; }
        .accordion-image__top--container .text-content .copy-text {
          display: none; }
        .accordion-image__top--container .text-content .link--primary {
          background: none;
          color: rgba(255, 255, 255, 0.91);
          display: inline-block;
          text-transform: uppercase;
          margin: 0 auto;
          font-size: 12px;
          font-family: "Rotis Sans Serif";
          font-style: normal;
          font-weight: 400;
          height: 70px;
          padding: 20px;
          font-size: 20px;
          box-shadow: unset;
          letter-spacing: 2.44px;
          line-height: 29px; }
          @media (min-width: 992px) {
            .accordion-image__top--container .text-content .link--primary {
              font-size: 25px; } }
          .accordion-image__top--container .text-content .link--primary::after {
            transition: margin 0.3s, width 0.3s;
            content: '';
            position: absolute;
            border-bottom: 1px solid #fff;
            width: 19px;
            text-align: center;
            left: 50%;
            margin: 0;
            margin-left: -9.5px;
            margin-top: 14px;
            height: 16px;
            background-color: unset;
            display: inline; }
            @media (min-width: 992px) {
              .accordion-image__top--container .text-content .link--primary::after {
                border-bottom: 2px solid #fff;
                width: 34px;
                margin-left: -17px;
                margin-top: 14px;
                height: 20px; } }
          .accordion-image__top--container .text-content .link--primary:hover::after {
            margin-left: -19px;
            width: 38px; }
            @media (min-width: 992px) {
              .accordion-image__top--container .text-content .link--primary:hover::after {
                margin-left: -34px;
                width: 68px; } }

.accordion-image__tab {
  display: none; }

.accordion-large {
  background-color: #918669;
  -js-display: flex;
  display: flex;
  flex-direction: column;
  position: relative; }
  .accordion-large * {
    color: rgba(255, 255, 255, 0.91); }
  .accordion-large .accordion-btn {
    font-family: "Rotis Sans Serif";
    font-style: normal;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.91);
    letter-spacing: 1.84px;
    line-height: 29px;
    cursor: pointer; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .accordion-large .accordion-btn {
        margin-top: 20px; } }
    .accordion-large .accordion-btn .accordion-btn--icon:before {
      content: " ";
      background: url("/assets/images/icons/icon-burger-grey_rg_svg.svg") no-repeat;
      background-size: 100% 100%;
      display: inline-block;
      transform-origin: center center;
      width: 34px;
      height: 34px;
      margin-left: 35px;
      margin-right: 10px;
      vertical-align: middle; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .accordion-large .accordion-btn .accordion-btn--icon:before {
          width: 30px;
          height: 20px; } }
    .accordion-large .accordion-btn .accordion-btn--icon.is-open:before {
      content: " ";
      background: url("/assets/images/icons/icon-close-white_rg_svg.svg") no-repeat;
      background-size: 100% 100%;
      display: inline-block;
      transform-origin: center center;
      width: 34px;
      height: 34px;
      margin-left: 35px;
      margin-right: 10px;
      vertical-align: middle; }
  .accordion-large__top {
    background-color: #918669;
    order: 0;
    margin-top: -7px;
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    min-height: 76px;
    text-transform: uppercase;
    max-width: calc(1440px + 40px);
    width: 100%;
    padding: 0;
    margin-left: auto;
    margin-right: auto; }
    .accordion-large__top > div {
      margin: 0 auto; }
    @media (min-width: 576px) {
      .accordion-large__top {
        margin-top: 0; } }
    @media (min-width: 992px) {
      .accordion-large__top {
        order: 1; } }
  .accordion-large__bottom {
    background-color: #9c9174;
    order: 1;
    width: 100%;
    transition: all 0.5s ease-out;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -js-display: flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    @media (min-width: 992px) {
      .accordion-large__bottom {
        position: absolute;
        bottom: 76px;
        z-index: 10;
        order: -1; } }
    .accordion-large__bottom .navigation {
      padding: 0 20px;
      margin: 0 auto;
      text-transform: uppercase;
      display: block;
      max-width: 1000px;
      width: 100%;
      font-size: 16px;
      line-height: 22px; }
      .accordion-large__bottom .navigation__title {
        font-size: 22px;
        padding-bottom: 10px;
        border-bottom: 1px solid #7e7251;
        text-transform: none;
        display: block;
        width: 100%; }
      .accordion-large__bottom .navigation .nav-main {
        -js-display: flex;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin: 0 0 40px 0; }
        .accordion-large__bottom .navigation .nav-main--item {
          -js-display: flex;
          display: flex;
          justify-content: flex-start;
          flex-direction: column;
          align-items: flex-start;
          margin: 0;
          min-width: calc(100% - 20px);
          font-family: "Rotis Sans Serif";
          font-style: normal;
          font-weight: 700;
          font-size: 18px;
          letter-spacing: 2.77px; }
          @media (min-width: 576px) {
            .accordion-large__bottom .navigation .nav-main--item {
              min-width: calc(50% - 20px); } }
          @media (min-width: 768px) {
            .accordion-large__bottom .navigation .nav-main--item {
              min-width: calc(33% - 20px); } }
          @media (min-width: 992px) {
            .accordion-large__bottom .navigation .nav-main--item {
              min-width: calc(25% - 20px); } }
          @media (min-width: 1200px) {
            .accordion-large__bottom .navigation .nav-main--item {
              min-width: calc(20% - 20px); } }
          @media (min-width: 576px) {
            .accordion-large__bottom .navigation .nav-main--item {
              font-size: 13px;
              letter-spacing: 2px;
              height: auto;
              width: 50%; } }
          @media (min-width: 992px) {
            .accordion-large__bottom .navigation .nav-main--item {
              font-size: 13px;
              letter-spacing: 2px;
              height: auto;
              width: 25%; } }
        .accordion-large__bottom .navigation .nav-main--item > *, .accordion-large__bottom .navigation .nav-main--item {
          margin-top: 10px; }
          .accordion-large__bottom .navigation .nav-main--item > * > a, .accordion-large__bottom .navigation .nav-main--item > a {
            display: none; }
        .accordion-large__bottom .navigation .nav-main .nav-sub {
          margin-top: 30px;
          -js-display: flex;
          display: flex;
          flex-direction: column;
          font-family: "Rotis Sans Serif";
          font-style: normal;
          font-weight: 700;
          text-transform: none;
          font-size: 20px;
          letter-spacing: 1.33px;
          line-height: 21px; }
          @media (min-width: 576px) {
            .accordion-large__bottom .navigation .nav-main .nav-sub {
              margin-top: 20px; } }
          @media (min-width: 576px) {
            .accordion-large__bottom .navigation .nav-main .nav-sub {
              font-size: 14.5px;
              letter-spacing: 0.97px;
              line-height: 16px; } }
          .accordion-large__bottom .navigation .nav-main .nav-sub--item {
            display: inline-block; }
          .accordion-large__bottom .navigation .nav-main .nav-sub--item:nth-child(n+2) {
            margin-top: 10px; }
      .accordion-large__bottom .navigation li {
        display: inline-block; }
  .accordion-large.active .accordion-large__bottom {
    padding: 50px 0 30px 0;
    max-height: 2000px;
    opacity: 1;
    visibility: visible;
    overflow: hidden; }
    @media (min-width: 992px) {
      .accordion-large.active .accordion-large__bottom {
        height: 708px;
        max-height: 708px;
        padding: 71px 0 30px 0; } }

.teaser-download {
  width: 100%;
  height: 100%; }
  .teaser-download h2 {
    display: none; }
  .teaser-download .text, .teaser-download .news-detail-text, .teaser-download .splitteaser__content .splitteaser__content--text, .splitteaser__content .teaser-download .splitteaser__content--text, .teaser-download .dropdown-slider__pagination li, .dropdown-slider__pagination .teaser-download li {
    display: none; }
  .teaser-download__container {
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    max-width: 960px;
    padding: 0 15px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .teaser-download__container {
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        -js-display: flex;
        display: flex;
        flex-wrap: wrap;
        padding: 0; } }
    .teaser-download__container .item {
      -js-display: flex;
      display: flex;
      flex-direction: column;
      width: 225px;
      font-size: 14px;
      position: relative;
      margin: 10px; }
      @media (min-width: 576px) {
        .teaser-download__container .item {
          margin-right: 5px; } }
      .teaser-download__container .item:hover > .overlay {
        opacity: 1;
        -webkit-filter: blur(0);
                filter: blur(0); }
      .teaser-download__container .item:last-of-type {
        margin-right: 0; }
      .teaser-download__container .item .overlay {
        opacity: 0;
        -webkit-filter: blur(1.5rem);
                filter: blur(1.5rem);
        transition: opacity .5s ease, -webkit-filter .6s ease;
        transition: opacity .5s ease, filter .6s ease;
        transition: opacity .5s ease, filter .6s ease, -webkit-filter .6s ease;
        position: absolute;
        width: 100%;
        height: 100%;
        max-height: 225px;
        background: rgba(25, 25, 25, 0.7);
        -js-display: flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        cursor: pointer; }
        .teaser-download__container .item .overlay .icon {
          width: 53px;
          height: auto;
          border: none;
          margin-bottom: 13px;
          order: 1; }
        .teaser-download__container .item .overlay h4 {
          font-family: "Rotis Sans Serif";
          font-weight: 700;
          font-size: 20px;
          color: rgba(255, 255, 255, 0.91);
          letter-spacing: 0;
          text-align: center;
          line-height: 28px;
          order: 2;
          max-width: 225px; }
        .teaser-download__container .item .overlay .text, .teaser-download__container .item .overlay .news-detail-text, .teaser-download__container .item .overlay .splitteaser__content .splitteaser__content--text, .splitteaser__content .teaser-download__container .item .overlay .splitteaser__content--text, .teaser-download__container .item .overlay .dropdown-slider__pagination li, .dropdown-slider__pagination .teaser-download__container .item .overlay li, .teaser-download__container .item .overlay p {
          display: block;
          font-size: 15px;
          font-family: "Rotis Sans Serif";
          font-weight: 300;
          color: rgba(255, 255, 255, 0.91);
          letter-spacing: 0;
          text-align: center;
          line-height: 18px;
          order: 3; }
      .teaser-download__container .item .title {
        font-family: "Rotis Sans Serif";
        font-weight: 300;
        font-size: 20px;
        color: #4A4A4A;
        letter-spacing: 0;
        text-align: center;
        line-height: 28px;
        order: 2; }
      .teaser-download__container .item img {
        margin-bottom: 13px;
        order: 1;
        width: 225px;
        height: 225px; }
      .teaser-download__container .item .link {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%; }

.accordion .teaser-download__container {
  margin: 0 auto;
  max-width: 550px;
  width: 100%;
  justify-content: center; }
  @media (min-width: 576px) {
    .accordion .teaser-download__container {
      justify-content: space-between; } }
  .accordion .teaser-download__container .item {
    margin: 10px; }

.teaser-accordion-item__content--tile, .teaser-accordion-item__image--tile {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: block; }

.teaser-accordion {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .teaser-accordion__header {
    width: 100%;
    -js-display: flex;
    display: flex;
    flex-direction: column;
    max-width: 915px;
    flex-wrap: wrap;
    align-content: flex-end; }
  .teaser-accordion__text {
    width: 100%;
    padding: 0 25px; }
    @media (min-width: 992px) {
      .teaser-accordion__text {
        padding: 0; } }
    .teaser-accordion__text .headline {
      margin-bottom: 1em; }
    .teaser-accordion__text .btn--primary {
      width: auto;
      -js-display: inline-flex;
      display: inline-flex; }
    @media (min-width: 960px) {
      .teaser-accordion__text {
        max-width: 630px; } }
  .teaser-accordion__container {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    max-width: 100vw;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.91);
    overflow: hidden;
    width: 100%;
    padding: 0rem; }
    @media (max-width: 960px) {
      .teaser-accordion__container {
        padding: 0.75rem; } }
  .teaser-accordion * {
    box-sizing: border-box; }

.teaser-accordion-item {
  position: relative;
  width: 25%;
  padding: 0rem;
  background: rgba(255, 255, 255, 0.91);
  z-index: 4; }
  .teaser-accordion-item:before {
    content: "";
    position: absolute;
    top: 0rem;
    left: 0rem;
    width: calc(100% + 0 * 2rem);
    height: 0;
    padding-top: calc(100% + 0 * 2rem);
    background: rgba(255, 255, 255, 0.91);
    display: block; }
  @media (min-width: 961px) {
    .teaser-accordion-item:nth-of-type(4n + 1) .teaser-accordion-item__expand {
      left: calc(-0 * 100%);
      width: calc(100vw - (0 * 1rem));
      transform: translateX(calc(-1 * 0 * 2rem + 0 * 1rem)); }
    .teaser-accordion-item:nth-of-type(4n + 2) .teaser-accordion-item__expand {
      left: calc(-1 * 100%);
      width: calc(100vw - (0 * 1rem));
      transform: translateX(calc(-2 * 0 * 2rem + 0 * 1rem)); }
    .teaser-accordion-item:nth-of-type(4n + 3) .teaser-accordion-item__expand {
      left: calc(-2 * 100%);
      width: calc(100vw - (0 * 1rem));
      transform: translateX(calc(-3 * 0 * 2rem + 0 * 1rem)); }
    .teaser-accordion-item:nth-of-type(4n + 4) .teaser-accordion-item__expand {
      left: calc(-3 * 100%);
      width: calc(100vw - (0 * 1rem));
      transform: translateX(calc(-4 * 0 * 2rem + 0 * 1rem)); } }
  .teaser-accordion-item[data-expanded], .teaser-accordion-item[data-animation="closing"] {
    z-index: 1; }
    .teaser-accordion-item[data-expanded] ~ .teaser-accordion-item:nth-of-type(4n + 1), .teaser-accordion-item[data-animation="closing"] ~ .teaser-accordion-item:nth-of-type(4n + 1) {
      transform: translateY(-100%);
      -webkit-animation: teaser-accordion-item-push 0.8s forwards;
              animation: teaser-accordion-item-push 0.8s forwards;
      -webkit-animation-delay: 0s;
              animation-delay: 0s; }
    .teaser-accordion-item[data-expanded] ~ .teaser-accordion-item:nth-of-type(4n + 2), .teaser-accordion-item[data-animation="closing"] ~ .teaser-accordion-item:nth-of-type(4n + 2) {
      transform: translateY(-100%);
      -webkit-animation: teaser-accordion-item-push 0.8s forwards;
              animation: teaser-accordion-item-push 0.8s forwards;
      -webkit-animation-delay: 0.1s;
              animation-delay: 0.1s; }
    .teaser-accordion-item[data-expanded] ~ .teaser-accordion-item:nth-of-type(4n + 3), .teaser-accordion-item[data-animation="closing"] ~ .teaser-accordion-item:nth-of-type(4n + 3) {
      transform: translateY(-100%);
      -webkit-animation: teaser-accordion-item-push 0.8s forwards;
              animation: teaser-accordion-item-push 0.8s forwards;
      -webkit-animation-delay: 0.2s;
              animation-delay: 0.2s; }
    .teaser-accordion-item[data-expanded] ~ .teaser-accordion-item:nth-of-type(4n + 4), .teaser-accordion-item[data-animation="closing"] ~ .teaser-accordion-item:nth-of-type(4n + 4) {
      transform: translateY(-100%);
      -webkit-animation: teaser-accordion-item-push 0.8s forwards;
              animation: teaser-accordion-item-push 0.8s forwards;
      -webkit-animation-delay: 0.3s;
              animation-delay: 0.3s; }
    .teaser-accordion-item[data-expanded]:nth-of-type(4n + 1) + .teaser-accordion-item,
    .teaser-accordion-item[data-expanded]:nth-of-type(4n + 1) + .teaser-accordion-item + .teaser-accordion-item,
    .teaser-accordion-item[data-expanded]:nth-of-type(4n + 1) + .teaser-accordion-item + .teaser-accordion-item + .teaser-accordion-item, .teaser-accordion-item[data-animation="closing"]:nth-of-type(4n + 1) + .teaser-accordion-item,
    .teaser-accordion-item[data-animation="closing"]:nth-of-type(4n + 1) + .teaser-accordion-item + .teaser-accordion-item,
    .teaser-accordion-item[data-animation="closing"]:nth-of-type(4n + 1) + .teaser-accordion-item + .teaser-accordion-item + .teaser-accordion-item {
      -webkit-animation: none !important;
              animation: none !important;
      transform: none !important; }
    .teaser-accordion-item[data-expanded]:nth-of-type(4n + 2) + .teaser-accordion-item,
    .teaser-accordion-item[data-expanded]:nth-of-type(4n + 2) + .teaser-accordion-item + .teaser-accordion-item, .teaser-accordion-item[data-animation="closing"]:nth-of-type(4n + 2) + .teaser-accordion-item,
    .teaser-accordion-item[data-animation="closing"]:nth-of-type(4n + 2) + .teaser-accordion-item + .teaser-accordion-item {
      -webkit-animation: none !important;
              animation: none !important;
      transform: none !important; }
    .teaser-accordion-item[data-expanded]:nth-of-type(4n + 3) + .teaser-accordion-item, .teaser-accordion-item[data-animation="closing"]:nth-of-type(4n + 3) + .teaser-accordion-item {
      -webkit-animation: none !important;
              animation: none !important;
      transform: none !important; }
  .teaser-accordion-item__tile {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
    z-index: 1; }
    .teaser-accordion-item__tile:after {
      content: "";
      position: absolute;
      left: 33%;
      transform: translateX(-50%) translateY(0%);
      top: 100%;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 1rem 1rem 1rem;
      border-color: transparent transparent rgba(255, 255, 255, 0.91) transparent;
      transition: 0.2s; }
    [data-expanded] .teaser-accordion-item__tile:after {
      transform: translateX(-50%) translateY(-100%); }
  .teaser-accordion-item__actions {
    margin-left: -0.5em;
    margin-top: 3rem; }
  .teaser-accordion-item__close {
    position: absolute;
    right: calc(33% / 2);
    top: 4rem;
    height: 2.25rem;
    width: 2.25rem;
    display: block;
    line-height: 2.25rem;
    font-size: 2.25rem;
    color: #2d2d2d;
    border: 2px solid currentColor;
    border-radius: 50%;
    transform: translateX(-100%);
    z-index: 2; }
    .teaser-accordion-item__close:hover {
      cursor: pointer; }
    .teaser-accordion-item__close:before, .teaser-accordion-item__close:after {
      position: absolute;
      right: calc(50% - 1px);
      top: calc(25% - 2px);
      content: " ";
      height: 66%;
      width: 2px;
      background-color: currentColor;
      transition: 0.2s; }
    .teaser-accordion-item__close:before {
      transform: rotate(45deg); }
    .teaser-accordion-item__close:after {
      transform: rotate(-45deg); }
    .teaser-accordion-item__close:hover {
      color: #9c9174; }
      .teaser-accordion-item__close:hover:before {
        transform: rotate(36deg); }
      .teaser-accordion-item__close:hover:after {
        transform: rotate(-36deg); }
  .teaser-accordion-item__expand {
    position: relative;
    bottom: 0rem;
    left: 0;
    -js-display: flex;
    display: flex;
    justify-content: center;
    padding: 0 0rem;
    max-width: 100vw;
    cursor: default;
    opacity: 0;
    pointer-events: none;
    z-index: -1;
    height: 0;
    overflow: hidden;
    transition: 0.6s; }
    [data-expanded] .teaser-accordion-item__expand,
    [data-animation="closing"] .teaser-accordion-item__expand {
      -js-display: flex;
      display: flex;
      opacity: 1;
      pointer-events: all;
      height: auto;
      overflow: visible; }
      [data-expanded] .teaser-accordion-item__expand .teaser-accordion-item__info,
      [data-animation="closing"] .teaser-accordion-item__expand .teaser-accordion-item__info {
        -webkit-animation: teaser-accordion-details-reveal 0.8s;
                animation: teaser-accordion-details-reveal 0.8s; }
    .teaser-accordion-item__expand .button {
      display: inline-block;
      line-height: 1.5; }
  .teaser-accordion-item__info {
    padding: 4rem 2rem 5rem 2rem;
    background: rgba(255, 255, 255, 0.91);
    color: currentColor;
    text-align: left;
    width: 66%;
    transition: 0.4s;
    margin-top: 0; }
    [data-animation="closing"] .teaser-accordion-item__info {
      margin-top: -100%; }
  .teaser-accordion-item__content {
    -js-display: flex;
    display: flex;
    width: 100%;
    height: 100%; }
    .teaser-accordion-item__content--tile {
      flex-direction: column;
      justify-content: flex-start;
      align-content: center;
      text-align: left;
      padding: 0.75rem 1.5rem;
      background: rgba(0, 0, 0, 0.5);
      position: absolute;
      top: auto;
      bottom: 0;
      height: 33%;
      transition: 0.2s; }
      [data-expanded] .teaser-accordion-item__content--tile {
        transform: translateY(calc(100% + 1px)); }
  .teaser-accordion-item__title {
    font-size: 2rem;
    line-height: 1;
    color: #2d2d2d;
    font-weight: bold;
    margin-bottom: 0.5em; }
    .teaser-accordion-item__title--tile {
      color: rgba(255, 255, 255, 0.91);
      font-size: 1rem;
      letter-spacing: .1em;
      font-weight: 900; }
  .teaser-accordion-item__subtitle {
    color: #2d2d2d;
    margin-bottom: 1em;
    font-weight: 500;
    line-height: 1; }
    .teaser-accordion-item__subtitle--tile {
      font-size: 0.9rem;
      color: rgba(255, 255, 255, 0.91);
      margin-bottom: 0;
      font-weight: 500; }
  .teaser-accordion-item__image {
    position: relative;
    width: calc(75% - 4rem);
    height: auto;
    overflow: hidden; }
    .teaser-accordion-item__image img {
      -o-object-fit: cover;
         font-family: "object-fit:cover";
         object-fit: cover;
      width: 100%;
      height: 100%;
      margin: 0;
      display: block; }
    .teaser-accordion-item__image--tile {
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: -1;
      background: #2d2d2d; }
    .teaser-accordion-item__image--expand {
      margin-bottom: 1rem;
      display: none; }
  .teaser-accordion-item__image--tile .teaser-accordion-item__picture img {
    z-index: 2;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    transition: 0.2s; }
  .teaser-accordion-item__image--tile .teaser-accordion-item__picture--alternative img {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0; }
  .teaser-accordion-item__image--tile[data-has-alternative] .teaser-accordion-item__picture img {
    -webkit-filter: none;
            filter: none; }
  .teaser-accordion-item:hover .teaser-accordion-item__image--tile .teaser-accordion-item__picture img,
  .teaser-accordion-item[data-expanded] .teaser-accordion-item__image--tile .teaser-accordion-item__picture img {
    -webkit-filter: none;
            filter: none; }
  .teaser-accordion-item:hover .teaser-accordion-item__image--tile .teaser-accordion-item__picture--alternative img,
  .teaser-accordion-item[data-expanded] .teaser-accordion-item__image--tile .teaser-accordion-item__picture--alternative img {
    opacity: 0; }
  .teaser-accordion-item:hover, .teaser-accordion-item[data-expanded] {
    cursor: pointer; }
  @media (max-width: 960px) {
    .teaser-accordion-item {
      width: 50%;
      padding: 0.75rem; }
      .teaser-accordion-item:before {
        content: "";
        position: absolute;
        top: -0.75rem;
        left: -0.75rem;
        width: calc(100% + 0.75 * 2rem);
        height: 0;
        padding-top: calc(100% + 0.75 * 2rem);
        background: rgba(255, 255, 255, 0.91);
        display: block; }
      .teaser-accordion-item:nth-of-type(1n) {
        z-index: 2; }
      .teaser-accordion-item:nth-of-type(2n + 1) .teaser-accordion-item__expand {
        left: calc(-0 * 100%);
        transform: translateX(calc( -1 * 0.75 * 2rem + 0.75 * 1rem)); }
      .teaser-accordion-item:nth-of-type(2n) {
        z-index: 2; }
      .teaser-accordion-item:nth-of-type(2n + 2) .teaser-accordion-item__expand {
        left: calc(-1 * 100%);
        transform: translateX(calc( -2 * 0.75 * 2rem + 0.75 * 1rem)); }
      .teaser-accordion-item__expand {
        left: 0;
        width: calc( 100% * 2 + 2 * 0.75 * 2rem);
        flex-direction: column-reverse;
        bottom: -1.5rem; }
      .teaser-accordion-item__close {
        top: 1.5rem;
        right: 2rem;
        height: 1.75rem;
        width: 1.75rem;
        line-height: 1.75rem;
        font-size: 1.75rem;
        transform: none; }
      .teaser-accordion-item__title--tile {
        font-size: .75rem;
        margin-bottom: .1em;
        line-height: 1; }
      .teaser-accordion-item__title--expand {
        width: calc(100% - 3rem); }
      .teaser-accordion-item__subtitle--tile {
        font-size: .75rem;
        line-height: 1.25; }
      .teaser-accordion-item__info {
        width: 100%;
        padding: 1.5rem .8rem; }
        [data-animation="closing"] .teaser-accordion-item__info {
          margin-top: -300%; }
      .teaser-accordion-item__image {
        width: 100%; }
        .teaser-accordion-item__image--tile {
          transition: 0.2s;
          transition-delay: 0.1s; }
          [data-expanded] .teaser-accordion-item__image--tile {
            transform: translateY(calc(100% + 1px)); }
        .teaser-accordion-item__image--expand {
          display: block; }
      .teaser-accordion-item__tile:after {
        display: none; }
      .teaser-accordion-item__content--tile {
        height: 3rem;
        padding: .35rem; }
      .teaser-accordion-item[data-expanded], .teaser-accordion-item[data-animation="closing"] {
        z-index: 1; } }

@-webkit-keyframes teaser-accordion-item-push {
  to {
    transform: translateY(0%); } }

@keyframes teaser-accordion-item-push {
  to {
    transform: translateY(0%); } }

@-webkit-keyframes teaser-accordion-indicator-reveal {
  from {
    transform: translateX(-50%) translateY(0%); } }

@keyframes teaser-accordion-indicator-reveal {
  from {
    transform: translateX(-50%) translateY(0%); } }

@-webkit-keyframes teaser-accordion-details-reveal {
  from {
    opacity: 0;
    transform: translateY(-100%); }
  to {
    opacity: 1;
    transform: translateY(0%); } }

@keyframes teaser-accordion-details-reveal {
  from {
    opacity: 0;
    transform: translateY(-100%); }
  to {
    opacity: 1;
    transform: translateY(0%); } }

.vertical-tabs-accordion {
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 50px;
  width: 100%;
  max-width: 960px; }
  @media (min-width: 992px) {
    .vertical-tabs-accordion {
      padding-left: 0;
      padding-right: 0; } }

.vertical-tabs-accordion .h2 {
  text-align: center;
  margin-top: 88px;
  margin-bottom: 0; }

@media (min-width: 992px) {
  .vertical-tabs-accordion__wrapper {
    -js-display: flex;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch; } }

.vertical-tabs-accordion__tabs {
  display: none; }
  @media (min-width: 992px) {
    .vertical-tabs-accordion__tabs {
      display: inline-block;
      vertical-align: top;
      margin: 25px 10px 0;
      padding: 0;
      width: 45%;
      list-style: none; }
      .vertical-tabs-accordion__tabs li {
        margin: 0;
        margin-bottom: 5px;
        cursor: pointer;
        padding: 0px 15px;
        line-height: 31px;
        text-align: left;
        font-weight: normal;
        color: #1C1C1C;
        background-color: #EFEFEF; }
        .vertical-tabs-accordion__tabs li:hover {
          color: #EFEFEF;
          background-color: #8E8E8E; }
        .vertical-tabs-accordion__tabs li.active {
          font-weight: bold;
          color: #EFEFEF;
          background-color: #9c9174; }
      .vertical-tabs-accordion__tabs li:last-child {
        margin-bottom: 0px; } }

.vertical-tabs-accordion__container {
  width: auto;
  margin-top: 30px; }
  @media (min-width: 992px) {
    .vertical-tabs-accordion__container {
      display: inline-block;
      vertical-align: top;
      margin-top: 25px;
      width: 55%;
      text-align: left;
      color: #EFEFEF;
      background-color: #9c9174; } }

.vertical-tabs-accordion__container-item {
  margin-bottom: 10px; }
  @media (min-width: 992px) {
    .vertical-tabs-accordion__container-item {
      margin-bottom: 0; } }
  .vertical-tabs-accordion__container-item:last-child {
    margin-bottom: 0; }

.vertical-tabs-accordion__container-item-head {
  position: relative;
  cursor: pointer;
  width: 100%;
  padding: 13px 40px 13px 13px;
  color: #1C1C1C;
  background-color: #EFEFEF; }
  @media (min-width: 576px) {
    .vertical-tabs-accordion__container-item-head {
      padding: 20px 40px 20px 20px; } }
  @media (min-width: 992px) {
    .vertical-tabs-accordion__container-item-head {
      display: none; } }
  .vertical-tabs-accordion__container-item-head:hover {
    background-color: #8E8E8E; }
  .vertical-tabs-accordion__container-item-head:hover .text, .vertical-tabs-accordion__container-item-head:hover .news-detail-text, .vertical-tabs-accordion__container-item-head:hover .splitteaser__content .splitteaser__content--text, .splitteaser__content .vertical-tabs-accordion__container-item-head:hover .splitteaser__content--text, .vertical-tabs-accordion__container-item-head:hover .dropdown-slider__pagination li, .dropdown-slider__pagination .vertical-tabs-accordion__container-item-head:hover li {
    color: #EFEFEF; }
  .vertical-tabs-accordion__container-item-head .text, .vertical-tabs-accordion__container-item-head .news-detail-text, .vertical-tabs-accordion__container-item-head .splitteaser__content .splitteaser__content--text, .splitteaser__content .vertical-tabs-accordion__container-item-head .splitteaser__content--text, .vertical-tabs-accordion__container-item-head .dropdown-slider__pagination li, .dropdown-slider__pagination .vertical-tabs-accordion__container-item-head li {
    font-family: "Rotis Sans Serif";
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    color: #4A4A4A;
    line-height: 17.94px;
    letter-spacing: 0;
    margin-bottom: 0;
    width: calc(100% - 16px); }
    @media (min-width: 576px) {
      .vertical-tabs-accordion__container-item-head .text, .vertical-tabs-accordion__container-item-head .news-detail-text, .vertical-tabs-accordion__container-item-head .splitteaser__content .splitteaser__content--text, .splitteaser__content .vertical-tabs-accordion__container-item-head .splitteaser__content--text, .vertical-tabs-accordion__container-item-head .dropdown-slider__pagination li, .dropdown-slider__pagination .vertical-tabs-accordion__container-item-head li {
        font-size: 28px;
        line-height: 32px; } }

.vertical-tabs-accordion__container-item.active .vertical-tabs-accordion__container-item-head {
  background-color: #9c9174; }

.vertical-tabs-accordion__container-item.active .vertical-tabs-accordion__container-item-head .text, .vertical-tabs-accordion__container-item.active .vertical-tabs-accordion__container-item-head .news-detail-text, .vertical-tabs-accordion__container-item.active .vertical-tabs-accordion__container-item-head .splitteaser__content .splitteaser__content--text, .splitteaser__content .vertical-tabs-accordion__container-item.active .vertical-tabs-accordion__container-item-head .splitteaser__content--text, .vertical-tabs-accordion__container-item.active .vertical-tabs-accordion__container-item-head .dropdown-slider__pagination li, .dropdown-slider__pagination .vertical-tabs-accordion__container-item.active .vertical-tabs-accordion__container-item-head li {
  color: #EFEFEF; }

.vertical-tabs-accordion__container-item-content {
  padding: 55px 0 35px 0;
  opacity: 0;
  display: none;
  transition: opacity 1s;
  background-color: #9c9174;
  padding: 13px; }
  @media (min-width: 576px) {
    .vertical-tabs-accordion__container-item-content {
      padding: 20px; } }
  @media (min-width: 992px) {
    .vertical-tabs-accordion__container-item-content {
      padding: 25px; } }
  .vertical-tabs-accordion__container-item-content .h3 {
    display: none; }
    @media (min-width: 992px) {
      .vertical-tabs-accordion__container-item-content .h3 {
        display: block;
        text-align: center;
        color: #EFEFEF; } }
  .vertical-tabs-accordion__container-item-content .text, .vertical-tabs-accordion__container-item-content .news-detail-text, .vertical-tabs-accordion__container-item-content .splitteaser__content .splitteaser__content--text, .splitteaser__content .vertical-tabs-accordion__container-item-content .splitteaser__content--text, .vertical-tabs-accordion__container-item-content .dropdown-slider__pagination li, .dropdown-slider__pagination .vertical-tabs-accordion__container-item-content li {
    color: #EFEFEF; }
    @media (max-width: 575px) {
      .vertical-tabs-accordion__container-item-content .text, .vertical-tabs-accordion__container-item-content .news-detail-text, .vertical-tabs-accordion__container-item-content .splitteaser__content .splitteaser__content--text, .splitteaser__content .vertical-tabs-accordion__container-item-content .splitteaser__content--text, .vertical-tabs-accordion__container-item-content .dropdown-slider__pagination li, .dropdown-slider__pagination .vertical-tabs-accordion__container-item-content li {
        font-size: 16px; } }
    @media (min-width: 992px) {
      .vertical-tabs-accordion__container-item-content .text, .vertical-tabs-accordion__container-item-content .news-detail-text, .vertical-tabs-accordion__container-item-content .splitteaser__content .splitteaser__content--text, .splitteaser__content .vertical-tabs-accordion__container-item-content .splitteaser__content--text, .vertical-tabs-accordion__container-item-content .dropdown-slider__pagination li, .dropdown-slider__pagination .vertical-tabs-accordion__container-item-content li {
        font-size: 16px; } }

.vertical-tabs-accordion__container-item.active .vertical-tabs-accordion__container-item-content {
  opacity: 1;
  display: block; }

/*
 ----------- vertical-tabs-accordion icons open/close -------------
 */
.vertical-tabs-accordion__container-item-head .arrow {
  display: inline-block;
  content: " ";
  background: url("/assets/images/icons/icon-down-2_rg_svg.svg") no-repeat;
  background-size: 100% 100%;
  transform-origin: center center;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 15px;
  top: 35%; }

.vertical-tabs-accordion__container-item.active .vertical-tabs-accordion__container-item-head .arrow {
  background: url("/assets/images/icons/icon-close_rg_svg.svg") no-repeat;
  background-size: 100% 100%; }

.content-slider {
  width: 100%;
  position: relative;
  max-width: 1080px;
  margin: 0 auto; }

.content-slider img {
  margin: 0 auto; }
  @media (min-width: 576px) {
    .content-slider img {
      max-width: 100%; } }
  @media (min-width: 992px) {
    .content-slider img {
      max-width: 1030px; } }

.content-slider--wrapper__arrow--left {
  left: 30px; }
  @media (min-width: 992px) {
    .content-slider--wrapper__arrow--left {
      left: 0; } }
  @media (min-width: 1200px) {
    .content-slider--wrapper__arrow--left {
      left: -80px; } }

.content-slider--wrapper__arrow--right {
  right: 30px; }
  @media (min-width: 992px) {
    .content-slider--wrapper__arrow--right {
      right: 0; } }
  @media (min-width: 1200px) {
    .content-slider--wrapper__arrow--right {
      right: -80px; } }

.content-slider__source .headline,
.content-slider__gallery-content-info .headline {
  text-align: center; }

.dropdown-slider {
  max-width: 1440px;
  margin: 100px auto 0 auto;
  -js-display: flex;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.dropdown-slider__header {
  margin: 0 25px 0 25px;
  -js-display: flex;
  display: flex;
  justify-content: center;
  flex-direction: column; }
  @media (min-width: 768px) {
    .dropdown-slider__header {
      margin: 80px auto 0 auto;
      width: 100%; } }
  .dropdown-slider__header .h2 {
    margin-bottom: 50px; }
    @media (min-width: 768px) {
      .dropdown-slider__header .h2 {
        margin-bottom: 70px; } }

.dropdown-slider__header-text {
  max-width: 570px;
  margin: 0 auto; }
  @media (min-width: 800px) and (max-width: 992px) {
    .dropdown-slider__header-text {
      margin: 0 80px 0 auto; } }
  @media (min-width: 800px) {
    .dropdown-slider__header-text {
      width: 100%;
      position: relative; }
      .dropdown-slider__header-text:before {
        display: inline-block;
        content: " ";
        background: url("/assets/images/icons/underline_rg_svg.svg") no-repeat;
        background-size: 100% 100%;
        transform-origin: center center;
        width: 60px;
        height: 4px;
        position: absolute;
        top: 10px;
        left: -25px; } }
    @media (min-width: 800px) and (min-width: 800px) and (max-width: 992px) {
      .dropdown-slider__header-text:before {
        left: -150px; } }
    @media (min-width: 800px) and (min-width: 992px) {
      .dropdown-slider__header-text:before {
        left: -160px; } }
  @media (min-width: 1200px) {
    .dropdown-slider__header-text {
      margin: 0 auto; } }

.dropdown-slider__container {
  position: relative;
  padding-top: 100px; }
  @media (max-width: 768px) {
    .dropdown-slider__container .slick-arrow {
      display: none !important; } }

.dropdown-slider__item__container {
  position: relative;
  max-height: 565px; }
  @media (min-width: 768px) {
    .dropdown-slider__item__container {
      max-height: 590px; } }
  @media (min-width: 992px) {
    .dropdown-slider__item__container {
      max-height: 700px; } }

/*************** DROPDOWN-SLIDER OVERLAY ****************/
.dropdown-slider__item__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 50px 30px 35px 30px;
  background-color: rgba(45, 45, 45, 0.7); }
  @media (min-width: 768px) {
    .dropdown-slider__item__overlay {
      padding: 50px 0 40px 55px; } }
  @media (min-width: 992px) {
    .dropdown-slider__item__overlay {
      padding: 50px 0 40px 150px; } }
  .dropdown-slider__item__overlay.show-content {
    top: 0; }
    @media (max-width: 575px) {
      .dropdown-slider__item__overlay.show-content {
        background-color: #4E5054; } }
    @media (min-width: 768px) {
      .dropdown-slider__item__overlay.show-content {
        top: 0; } }
    @media (min-width: 992px) {
      .dropdown-slider__item__overlay.show-content {
        top: inherit; } }
    .dropdown-slider__item__overlay.show-content .dropdown-slider__item__preview-content {
      opacity: 0;
      visibility: hidden;
      height: 0; }
    .dropdown-slider__item__overlay.show-content .dropdown-slider__item__main-content {
      display: block; }
  .dropdown-slider__item__overlay .text, .dropdown-slider__item__overlay .news-detail-text, .dropdown-slider__item__overlay .splitteaser__content .splitteaser__content--text, .splitteaser__content .dropdown-slider__item__overlay .splitteaser__content--text, .dropdown-slider__item__overlay .dropdown-slider__pagination li, .dropdown-slider__pagination .dropdown-slider__item__overlay li, .dropdown-slider__item__overlay .h3 {
    color: rgba(255, 255, 255, 0.91);
    max-width: 600px; }
  .dropdown-slider__item__overlay .h3 {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 20px; }
  .dropdown-slider__item__overlay .text, .dropdown-slider__item__overlay .news-detail-text, .dropdown-slider__item__overlay .splitteaser__content .splitteaser__content--text, .splitteaser__content .dropdown-slider__item__overlay .splitteaser__content--text, .dropdown-slider__item__overlay .dropdown-slider__pagination li, .dropdown-slider__pagination .dropdown-slider__item__overlay li, .dropdown-slider__item__overlay .link {
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .dropdown-slider__item__overlay .text, .dropdown-slider__item__overlay .news-detail-text, .dropdown-slider__item__overlay .splitteaser__content .splitteaser__content--text, .splitteaser__content .dropdown-slider__item__overlay .splitteaser__content--text, .dropdown-slider__item__overlay .dropdown-slider__pagination li, .dropdown-slider__pagination .dropdown-slider__item__overlay li, .dropdown-slider__item__overlay .link {
        font-size: 16px;
        line-height: 23px; } }

/***************       DROPDOWN-SLIDER MAIN-CONTENT   ****************/
.dropdown-slider__item__main-content {
  display: none; }
  @media (min-width: 768px) {
    .dropdown-slider__item__main-content {
      position: absolute;
      bottom: 40px; } }
  @media (min-width: 992px) {
    .dropdown-slider__item__main-content {
      position: relative;
      padding-top: 50px; } }

/***************       DROPDOWN-SLIDER BACKGROUND     ****************/
.dropdown-slider__item__background img {
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover;
  height: 100%;
  max-height: 565px; }
  @media (min-width: 768px) {
    .dropdown-slider__item__background img {
      max-height: 590px; } }
  @media (min-width: 992px) {
    .dropdown-slider__item__background img {
      max-height: 700px; } }

.dropdown-slider__item__overlay.show-content .icon-close-overlay {
  content: " ";
  background: url("/assets/images/icons/icon-close-white-noborder_rg_svg.svg") no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  width: 16px;
  height: 15px;
  position: absolute;
  right: 5%;
  top: 15px;
  cursor: pointer; }
  @media (min-width: 992px) {
    .dropdown-slider__item__overlay.show-content .icon-close-overlay {
      display: none; } }

/*************** CUSTOMIZED DROPDOWN SLICK PAGINATION ****************/
.dropdown-slider__pagination {
  height: 44px;
  width: 96%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  border: 1px solid #8E8E8E;
  -js-display: flex;
  display: flex;
  flex-direction: column;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.91); }
  @media (min-width: 768px) {
    .dropdown-slider__pagination {
      width: 570px; } }
  .dropdown-slider__pagination:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 18px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #8E8E8E transparent transparent transparent; }
  .dropdown-slider__pagination.open {
    height: auto; }

.dropdown-slider__pagination li {
  display: none;
  height: 44px;
  width: 100%;
  cursor: pointer;
  font-size: 16px;
  margin-bottom: 0;
  padding: 8px 15px 0 15px;
  color: #1C1C1C; }
  .dropdown-slider__pagination li:hover {
    background: #8E8E8E; }
  .dropdown-slider__pagination li.slick-active {
    display: inline-block;
    order: -1; }
    .dropdown-slider__pagination li.slick-active:hover {
      background: none; }
  .dropdown-slider__pagination li.show {
    display: block; }

.dropdown-slider.on-focus-mobile .dropdown-slider__item__background img {
  max-height: 100%; }

.opacity-filter {
  opacity: 0.15;
  pointer-events: none; }

.dropdown-slider .slick-arrow {
  bottom: inherit;
  top: 50%; }

@media (max-width: 768px) {
  .dropdown-slider.overlay-active .slick-track {
    height: 1500px; }
  .dropdown-slider.overlay-active .dropdown-slider__item__overlay.show-content {
    bottom: inherit; } }

.main-content {
  margin-top: 75px; }

.job-advertisement-container {
  max-width: 960px;
  margin: 50px 25px; }
  @media (min-width: 992px) {
    .job-advertisement-container {
      margin: 50px auto; } }

.process-column {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 9rem;
  padding-left: 2rem;
  background: #EFEFEF;
  position: relative;
  overflow: hidden;
  margin-bottom: 2rem;
  margin-top: -9rem;
  z-index: -1; }
  @media (min-width: 576px) {
    .process-column {
      margin-top: -4.5rem; } }
  @media (min-width: 992px) {
    .process-column {
      padding-left: 0;
      margin-bottom: 0;
      margin-top: 0; } }
  .process-column:before, .process-column:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 9rem;
    background: #fff;
    top: 0;
    left: 0; }
  .process-column:after {
    top: auto;
    bottom: 0; }
    @media (min-width: 992px) {
      .process-column:after {
        display: none; } }
  .process-column__column {
    display: block;
    width: 9.5rem;
    height: 100%;
    position: absolute;
    left: 2rem;
    top: 0;
    margin-top: 9.5rem;
    z-index: 1; }
    @media (min-width: 992px) {
      .process-column__column {
        left: 50%;
        transform: translateX(-50%); } }
    @media (max-width: 576px) {
      .process-column__column {
        left: -4.75rem; } }
    .process-column__column .process-column__column-head {
      position: absolute;
      -js-display: flex;
      display: flex;
      justify-content: center;
      width: 100%;
      height: auto;
      padding: 0 0.5rem;
      top: 1px;
      transform: translateY(-100%);
      background: #9c9174; }
      .process-column__column .process-column__column-head img {
        width: 100%;
        height: 4.75rem; }
      .process-column__column .process-column__column-head:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 100%;
        height: 0;
        padding-top: 100%;
        transform: translateY(-50%);
        background: inherit;
        border-radius: 50%;
        z-index: -1; }
      @media (max-width: 576px) {
        .process-column__column .process-column__column-head img {
          display: none; } }
    .process-column__column .process-column__column-body {
      position: relative;
      display: block;
      width: 100%;
      height: 100%;
      background: #9c9174; }
  .process-column__mask {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 1;
    transform: translateY(-100%); }
    .process-column__mask:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: -100%;
      background: #fff;
      height: 100%;
      width: 100%; }
    .process-column__mask #column-mask {
      display: block; }
      .process-column__mask #column-mask path {
        fill: #fff; }
    @media (min-width: 992px) {
      .process-column__mask {
        display: none; }
        .process-column__mask #column-mask path {
          fill: #EFEFEF; } }
  .process-column__beer {
    width: 100%;
    height: 100%;
    transition: 1s;
    transition-delay: 0;
    transition-timing-function: ease-out; }
    .process-column__beer-bubbles {
      display: block;
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 100%;
      height: 100%;
      transform: translateX(-50%);
      background: url("/assets/images/general/bubbles.svg");
      background-size: 100% 9.5rem;
      mix-blend-mode: soft-light;
      -webkit-animation-name: none;
              animation-name: none;
      -webkit-animation-duration: 6s;
              animation-duration: 6s;
      -webkit-animation-timing-function: linear;
              animation-timing-function: linear;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      transform-origin: 50% 50%;
      will-change: transform; }
      .process-column__beer-bubbles:nth-of-type(1) {
        opacity: 0.7;
        background-position: 1rem 1rem; }
      .process-column__beer-bubbles:nth-of-type(2) {
        opacity: 0.3;
        -webkit-animation-duration: 5s;
                animation-duration: 5s;
        -webkit-animation-delay: 1s;
                animation-delay: 1s; }
      .process-column__beer-bubbles--running {
        -webkit-animation-name: bubbles;
                animation-name: bubbles; }
    .process-column__beer-background {
      position: relative;
      overflow: hidden;
      height: 100%;
      z-index: 1;
      backface-visibility: hidden;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden; }
    .process-column__beer #beer-crown {
      width: 120%;
      position: absolute;
      top: 0;
      left: 0;
      transform: translate(-10%, -50%);
      overflow: visible;
      z-index: 2; }
      .process-column__beer #beer-crown .crown-bubble {
        -webkit-animation-name: foam-whobble;
                animation-name: foam-whobble;
        -webkit-animation-duration: 5s;
                animation-duration: 5s;
        -webkit-animation-timing-function: ease-in-out;
                animation-timing-function: ease-in-out;
        -webkit-animation-direction: alternate;
                animation-direction: alternate;
        -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
        fill: #fff; }
        .process-column__beer #beer-crown .crown-bubble:nth-last-of-type(n) {
          -webkit-animation-delay: 2s;
                  animation-delay: 2s; }
        .process-column__beer #beer-crown .crown-bubble:nth-last-of-type(2n) {
          -webkit-animation-delay: 1s;
                  animation-delay: 1s; }
        .process-column__beer #beer-crown .crown-bubble:nth-last-of-type(2n) {
          -webkit-animation-delay: 0;
                  animation-delay: 0; }
    .process-column__beer #beer-background {
      width: 100%;
      height: 100%; }
      .process-column__beer #beer-background .beer-liquid {
        width: 100%; }
  .process-column__block {
    width: 100%;
    max-width: 1200px;
    -js-display: flex;
    display: flex;
    justify-content: flex-start;
    position: relative;
    margin: 1rem auto;
    padding: 0 1rem;
    z-index: 2;
    transition: 0.2s;
    justify-content: flex-end; }
    .process-column__block:first-of-type {
      margin-top: 13.5rem; }
    .process-column__block:last-of-type {
      margin-bottom: 13.5rem; }
    .process-column__block-id {
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      text-align: center;
      width: 9.5rem;
      max-width: 9.5rem;
      color: #fff;
      font-size: 2.5rem;
      font-weight: bolder; }
      .process-column__block-id:before {
        content: "";
        width: 6rem;
        height: 2px;
        background: #9c9174;
        display: block;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        margin-left: -33%;
        z-index: -1; }
      @media (min-width: 992px) {
        .process-column__block-id {
          left: 50%;
          transform: translateX(-50%); }
          .process-column__block-id:before {
            margin-left: 0; } }
      @media (max-width: 576px) {
        .process-column__block-id {
          left: -4.75rem; }
          .process-column__block-id:before {
            display: none; } }
    .process-column__block-content {
      padding: 0 1rem;
      width: 100%; }
      @media (min-width: 992px) {
        .process-column__block-content {
          width: 50%; } }
      .process-column__block-content .headline {
        margin-bottom: 1.5rem;
        text-transform: uppercase; }
    .process-column__block .process-column__block-id:before {
      right: auto;
      left: calc(100% - 1rem); }
    .process-column__block .process-column__block-content {
      padding-left: 10.75rem; }
      @media (max-width: 576px) {
        .process-column__block .process-column__block-content {
          padding-left: 3.16667rem; } }
    @media (min-width: 992px) {
      .process-column__block:first-of-type {
        margin-top: 18rem; }
      .process-column__block:nth-of-type(2n - 1) {
        justify-content: flex-start; }
        .process-column__block:nth-of-type(2n - 1) .process-column__block-id:before {
          left: auto;
          right: calc(100% - 1rem); }
        .process-column__block:nth-of-type(2n - 1) .process-column__block-content {
          padding-left: 0;
          padding-right: 10.75rem; } }
  .process-column__block-id {
    opacity: 0; }
    .process-column__block-id:before {
      opacity: 0; }
  .process-column__block-content > * {
    opacity: 0; }
  [data-inview] .process-column__block-id {
    -webkit-animation: reveal 0.3s forwards;
            animation: reveal 0.3s forwards;
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s; }
    [data-inview] .process-column__block-id:before {
      -webkit-animation-name: reveal-from-right;
              animation-name: reveal-from-right;
      -webkit-animation-duration: 0.2s;
              animation-duration: 0.2s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      -webkit-animation-delay: 0.5s;
              animation-delay: 0.5s; }
  [data-inview] .process-column__block-content .headline {
    -webkit-animation-name: reveal-from-left;
            animation-name: reveal-from-left;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
  [data-inview] .process-column__block-content p {
    -webkit-animation-name: reveal-from-left;
            animation-name: reveal-from-left;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-delay: 0.05s;
            animation-delay: 0.05s; }
  @media (min-width: 992px) {
    .process-column__block:nth-of-type(2n - 1)[data-inview] .process-column__block-id:before {
      -webkit-animation-name: reveal-from-left;
              animation-name: reveal-from-left; }
    .process-column__block:nth-of-type(2n - 1)[data-inview] .process-column__block-content .headline {
      -webkit-animation-name: reveal-from-right;
              animation-name: reveal-from-right; }
    .process-column__block:nth-of-type(2n - 1)[data-inview] .process-column__block-content p {
      -webkit-animation-name: reveal-from-right;
              animation-name: reveal-from-right; } }

@-webkit-keyframes fill {
  from {
    transform: translateY(100%); } }

@keyframes fill {
  from {
    transform: translateY(100%); } }

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

@keyframes reveal {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes reveal-from-left {
  from {
    transform: translateX(100%);
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes reveal-from-left {
  from {
    transform: translateX(100%);
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes reveal-from-right {
  from {
    transform: translateX(-100%);
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes reveal-from-right {
  from {
    transform: translateX(-100%);
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes foam-whobble {
  0% {
    transform: translate(0, 0); }
  33% {
    transform: translate(1%, -2%); }
  66% {
    transform: translate(0, 0); }
  100% {
    transform: translate(-1%, 2%); } }

@keyframes foam-whobble {
  0% {
    transform: translate(0, 0); }
  33% {
    transform: translate(1%, -2%); }
  66% {
    transform: translate(0, 0); }
  100% {
    transform: translate(-1%, 2%); } }

@-webkit-keyframes bubbles {
  0% {
    transform: translate(-50%, 0); }
  33% {
    transform: translate(-51.5%, -6.33333rem); }
  66% {
    transform: translate(-48.5%, -12.66667rem); }
  100% {
    transform: translate(-50%, -19rem); } }

@keyframes bubbles {
  0% {
    transform: translate(-50%, 0); }
  33% {
    transform: translate(-51.5%, -6.33333rem); }
  66% {
    transform: translate(-48.5%, -12.66667rem); }
  100% {
    transform: translate(-50%, -19rem); } }

/*
*******************   Classes to share for slick-slider  **************************

Modules, they have slick-slider in use:
1. Stage-Slider-Multiple
2. Text-Media-List
3. Content-Slider

*/
/* customized slider arrow icons */
.slick-arrow,
.content-slider--wrapper__arrow {
  width: 59px;
  height: 59px;
  border: none;
  position: absolute;
  bottom: 40%;
  cursor: pointer;
  z-index: 3;
  text-indent: -9000px;
  text-transform: capitalize; }
  @media (min-width: 576px) {
    .slick-arrow,
    .content-slider--wrapper__arrow {
      bottom: 50%; } }

.slick-prev,
.content-slider--wrapper__arrow--left {
  content: " ";
  background: url("/assets/images/icons/icon-left_rg_svg.svg") no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  transform-origin: center center; }

.slick-prev {
  left: 5px; }
  @media (min-width: 992px) {
    .slick-prev {
      left: 35px; } }

.slick-next,
.content-slider--wrapper__arrow--right {
  content: " ";
  background: url("/assets/images/icons/icon-right_rg_svg.svg") no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  transform-origin: center center; }

.slick-next {
  right: 5px; }
  @media (min-width: 992px) {
    .slick-next {
      right: 35px; } }

/* original SCSS STYLE form slick.carousel lib */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block;
    width: 100%; }
  .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; }

.teaser-flip {
  width: 100%;
  max-width: 960px;
  margin: 80px auto 80px auto; }
  .teaser-flip .h2 {
    font-size: 26px;
    letter-spacing: 3.9px;
    text-align: center;
    line-height: 33px;
    color: #9c9174;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-family: "Rotis Sans Serif";
    font-style: normal;
    font-weight: 900; }
    @media (min-width: 576px) {
      .teaser-flip .h2 {
        font-size: 58px;
        letter-spacing: 8.7px;
        line-height: 73px;
        margin-bottom: 60px; } }
    @media (min-width: 992px) {
      .teaser-flip .h2 {
        margin-bottom: 100px; } }
  .teaser-flip .text, .teaser-flip .news-detail-text, .teaser-flip .splitteaser__content .splitteaser__content--text, .splitteaser__content .teaser-flip .splitteaser__content--text, .teaser-flip .dropdown-slider__pagination li, .dropdown-slider__pagination .teaser-flip li {
    font-family: "Rotis Sans Serif";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #4A4A4A;
    letter-spacing: 0;
    line-height: 26px;
    margin-bottom: 26px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 576px) {
      .teaser-flip .text, .teaser-flip .news-detail-text, .teaser-flip .splitteaser__content .splitteaser__content--text, .splitteaser__content .teaser-flip .splitteaser__content--text, .teaser-flip .dropdown-slider__pagination li, .dropdown-slider__pagination .teaser-flip li {
        margin-bottom: 60px; } }
    @media (min-width: 768px) {
      .teaser-flip .text, .teaser-flip .news-detail-text, .teaser-flip .splitteaser__content .splitteaser__content--text, .splitteaser__content .teaser-flip .splitteaser__content--text, .teaser-flip .dropdown-slider__pagination li, .dropdown-slider__pagination .teaser-flip li {
        max-width: 700px;
        padding: 0; } }
    @media (min-width: 992px) {
      .teaser-flip .text, .teaser-flip .news-detail-text, .teaser-flip .splitteaser__content .splitteaser__content--text, .splitteaser__content .teaser-flip .splitteaser__content--text, .teaser-flip .dropdown-slider__pagination li, .dropdown-slider__pagination .teaser-flip li {
        margin-bottom: 80px;
        max-width: 990px; } }
  .teaser-flip--wrapper {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
  .teaser-flip-item {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: transparent;
    perspective: 1000px;
    /* Remove this if you don't want the 3D effect */
    transition: transform 0.8s;
    transform-style: preserve-3d;
    z-index: 3; }
    @media (min-width: 768px) {
      .teaser-flip-item {
        width: 350px;
        height: 350px;
        padding-top: 0; } }
    @media (min-width: 992px) {
      .teaser-flip-item {
        width: 480px;
        height: 480px; } }
    .teaser-flip-item-inner {
      position: relative;
      width: 100%;
      height: 100%;
      text-align: center;
      padding-top: 100%; }
    .teaser-flip-item:hover .teaser-flip-item-front, .teaser-flip-item:active .teaser-flip-item-front {
      transform: rotateY(180deg);
      transition: transform 0.8s;
      z-index: 3;
      -webkit-user-select: none;
      -webkit-touch-callout: none; }
    .teaser-flip-item:hover .teaser-flip-item-back, .teaser-flip-item:active .teaser-flip-item-back {
      transform: rotateY(0deg);
      transition: transform 0.8s;
      z-index: 3;
      -webkit-user-select: none;
      -webkit-touch-callout: none; }
    .teaser-flip-item-front {
      width: 100%;
      height: 100%;
      position: absolute;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      top: 0;
      transition: transform 0.8s; }
      .teaser-flip-item-front-background {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
           font-family: "object-fit:cover";
           object-fit: cover;
        position: absolute;
        top: 0;
        left: 0; }
      .teaser-flip-item-front div {
        -js-display: flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 50%); }
        .teaser-flip-item-front div .h3 {
          font-size: 26px;
          color: #FFFFFF;
          letter-spacing: 6.5px;
          text-align: center;
          line-height: 26px;
          text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
          text-transform: uppercase;
          position: absolute;
          width: 100%;
          left: 0;
          bottom: 40px; }
          @media (min-width: 768px) {
            .teaser-flip-item-front div .h3 {
              font-size: 24px;
              bottom: 40px; } }
          @media (min-width: 992px) {
            .teaser-flip-item-front div .h3 {
              font-size: 32px;
              bottom: 70px;
              line-height: 35px; } }
        .teaser-flip-item-front div img {
          width: 94px;
          height: 94px;
          overflow: hidden; }
          @media (min-width: 768px) {
            .teaser-flip-item-front div img {
              width: 103px;
              height: 103px; } }
          @media (min-width: 992px) {
            .teaser-flip-item-front div img {
              width: 140px;
              height: 140px; } }
    .teaser-flip-item-back {
      width: 100%;
      height: 100%;
      position: absolute;
      transform: rotateY(180deg);
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      background: #8A7A50;
      top: 0;
      transition: transform 0.8s; }
      .teaser-flip-item-back-background {
        display: none; }
      .teaser-flip-item-back div {
        -js-display: flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 60px; }
      .teaser-flip-item-back .h3 {
        font-size: 26px;
        color: #FFFFFF;
        letter-spacing: 2px;
        text-align: center;
        line-height: 28px;
        font-family: "Rotis Sans Serif";
        font-style: normal;
        font-weight: 900;
        margin-bottom: 30px;
        text-transform: uppercase; }
      .teaser-flip-item-back .text, .teaser-flip-item-back .news-detail-text, .teaser-flip-item-back .splitteaser__content .splitteaser__content--text, .splitteaser__content .teaser-flip-item-back .splitteaser__content--text, .teaser-flip-item-back .dropdown-slider__pagination li, .dropdown-slider__pagination .teaser-flip-item-back li {
        font-size: 20px;
        color: #FFFFFF;
        letter-spacing: 0;
        text-align: center;
        line-height: 26px;
        font-family: "Rotis Sans Serif";
        font-style: normal;
        font-weight: 300;
        width: 100%;
        margin-bottom: 0 !important; }
      .teaser-flip-item-back-link {
        cursor: pointer;
        font-size: 20px;
        color: rgba(255, 255, 255, 0.91);
        text-decoration: underline;
        margin-top: 1rem;
        font-family: "Rotis Sans Serif";
        font-style: normal;
        font-weight: 300; }

.darksite {
  display: none;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  margin: 0 auto;
  top: 0;
  z-index: 7;
  width: 100%;
  padding-top: 150px;
  background-color: rgba(238, 238, 238, 0.84); }
  .darksite--open {
    background-color: white;
    z-index: 101; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .darksite {
      justify-content: inherit; } }
  .darksite a {
    color: #1C1C1C; }
  .darksite .text, .darksite .news-detail-text, .darksite .splitteaser__content .splitteaser__content--text, .splitteaser__content .darksite .splitteaser__content--text, .darksite .dropdown-slider__pagination li, .dropdown-slider__pagination .darksite li {
    margin-bottom: .75rem;
    color: #1C1C1C; }
  .darksite .date {
    font-size: inherit;
    margin-bottom: .5rem;
    color: #1C1C1C; }
  .darksite__close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    font-weight: bold; }
  .darksite__teaser {
    max-width: 1200px;
    padding: 20px;
    position: relative;
    cursor: pointer;
    width: 100%;
    margin: 0 auto;
    flex-direction: column; }
    .darksite__teaser h2 {
      font-size: 1.25rem;
      text-align: left;
      margin-bottom: 1.25rem;
      color: #1C1C1C;
      width: 80%; }
      @media (min-width: 992px) {
        .darksite__teaser h2 {
          width: 100%; } }
  .darksite__overlay {
    height: 0;
    width: 100%;
    display: none;
    visibility: hidden;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    transition: all .5s ease-in-out; }
    .darksite__overlay--open {
      height: 100%;
      visibility: visible;
      -js-display: flex;
      display: flex; }
    .darksite__overlay--content {
      width: 100%; }
    .darksite__overlay h2 {
      font-size: 1.25rem;
      text-align: left;
      margin-bottom: 1.25rem;
      color: #1C1C1C;
      width: 80%; }
      @media (min-width: 992px) {
        .darksite__overlay h2 {
          width: 100%; } }
    .darksite__overlay .links {
      -js-display: flex;
      display: flex;
      flex-direction: column;
      color: #1C1C1C; }
    .darksite__overlay--text-img {
      -js-display: flex;
      display: flex;
      flex-direction: column; }
      @media (min-width: 1200px) {
        .darksite__overlay--text-img {
          flex-direction: row; } }
    .darksite__overlay--gallery {
      width: 100%;
      max-height: 325px;
      margin: 0 auto 30px auto;
      order: 1; }
      @media (min-width: 992px) {
        .darksite__overlay--gallery {
          max-width: 580px;
          margin-left: 20px;
          order: 2; } }
      .darksite__overlay--gallery-arrow {
        display: none !important;
        cursor: pointer;
        position: absolute;
        top: 50%;
        background-position: center;
        background-color: transparent;
        border-radius: 50%;
        background-size: 60%;
        width: 35px;
        height: 35px; }
        @media (min-width: 992px) {
          .darksite__overlay--gallery-arrow {
            display: block !important; } }
        .darksite__overlay--gallery-arrow--left {
          background-image: url("/assets/images/icons/arrow.svg");
          z-index: 1;
          background-repeat: no-repeat;
          left: 0;
          transform: rotate(180deg); }
        .darksite__overlay--gallery-arrow--right {
          background-image: url("/assets/images/icons/arrow.svg");
          z-index: 1;
          background-repeat: no-repeat;
          right: 0; }
      .darksite__overlay--gallery-content {
        max-height: 325px;
        margin-left: 20px;
        margin-right: 20px; }
        @media (min-width: 992px) {
          .darksite__overlay--gallery-content {
            max-width: 580px; } }
        .darksite__overlay--gallery-content img {
          max-height: 325px; }
          @media (min-width: 992px) {
            .darksite__overlay--gallery-content img {
              max-width: 580px; } }
  .darksite__close {
    background-color: transparent;
    border-radius: 50%;
    width: 35px;
    height: 35px; }
    .darksite__close:after {
      content: "";
      display: block;
      position: relative;
      background: url("/assets/images/icons/icon-close_rg_svg.svg") center center no-repeat;
      width: 35px;
      height: 35px;
      margin-left: auto;
      margin-right: auto;
      z-index: 6; }

.darksite-hidden {
  display: none !important; }

.postcode-search {
  margin-bottom: 40px; }
  .postcode-search__input {
    width: 100%;
    position: relative; }
    .postcode-search__input .input label {
      -js-display: flex;
      display: flex;
      flex-direction: column;
      width: 100%; }
      @media (min-width: 768px) {
        .postcode-search__input .input label {
          max-width: 50%; } }
    .postcode-search__input label {
      font-family: 'Rotis Sans Serif';
      font-style: normal;
      font-weight: 400;
      font-size: 17px;
      color: #999999;
      letter-spacing: 0;
      line-height: 29px; }
    .postcode-search__input input[type="text"] {
      height: 40px;
      width: 100%;
      background-color: #F9F9F9;
      border: 1px solid #9c9174;
      border-radius: 0;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      padding: 7px 19px;
      margin-bottom: 8px;
      font-family: "Rotis Sans Serif";
      font-style: normal;
      font-weight: 400;
      font-size: 17px;
      color: #2d2d2d;
      letter-spacing: 0;
      line-height: 29px; }
    .postcode-search__input .btn {
      width: 100%;
      max-width: 40%;
      height: 40px;
      background: #9c9174;
      border: none; }
      .postcode-search__input .btn:hover {
        background: #9c9174; }
    .postcode-search__input .error-msg {
      color: #9e1d3b;
      margin-bottom: 1rem; }
  .postcode-search__result {
    margin-top: 10px; }
  .postcode-search__content-wrapper .title {
    margin-bottom: 0; }
  .postcode-search__content-wrapper .text, .postcode-search__content-wrapper .news-detail-text, .postcode-search__content-wrapper .splitteaser__content .splitteaser__content--text, .splitteaser__content .postcode-search__content-wrapper .splitteaser__content--text, .postcode-search__content-wrapper .dropdown-slider__pagination li, .dropdown-slider__pagination .postcode-search__content-wrapper li {
    margin-bottom: 4px; }
  .postcode-search__content-item {
    margin: 30px 0; }
    .postcode-search__content-item .item-email,
    .postcode-search__content-item .item-phone {
      font-size: 17px;
      margin-top: 10px;
      width: auto; }
      .postcode-search__content-item .item-email:hover,
      .postcode-search__content-item .item-phone:hover {
        color: #9c9174; }
      @media (min-width: 768px) {
        .postcode-search__content-item .item-email,
        .postcode-search__content-item .item-phone {
          font-size: 20px; } }
  .postcode-search .icon-email:before,
  .postcode-search .icon-phone:before,
  .postcode-search .icon-person:before {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    vertical-align: middle; }
  .postcode-search .icon-email:before {
    content: "";
    background: url("/assets/images/icons/icon-email.svg") no-repeat; }
  .postcode-search .icon-phone:before {
    content: "";
    background: url("/assets/images/icons/icon-phone.svg") no-repeat; }
  .postcode-search .icon-person:before {
    content: "";
    background: url("/assets/images/icons/icon-person.svg") no-repeat; }
  .postcode-search .hidden {
    display: none; }

form .group-confirm--label {
  font-family: "Rotis Sans Serif";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
  line-height: 29px; }

form .group-confirm--text {
  font-family: "Rotis Sans Serif";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  color: #999999;
  letter-spacing: 0;
  line-height: 22px;
  margin-left: 40px;
  margin-top: -55px; }
  form .group-confirm--text a {
    text-decoration: underline;
    cursor: pointer; }

.wrapper form .group-gender {
  margin-left: 15px;
  margin-bottom: 10px;
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */ }
  @media (min-width: 992px) {
    .wrapper form .group-gender {
      margin-left: 0; } }
  .wrapper form .group-gender .label {
    font-family: "Rotis Sans Serif";
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    color: #999999;
    letter-spacing: 0;
    line-height: 29px;
    font-style: normal;
    font-stretch: normal;
    margin: 0 20px 0 0;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-left: -15px; }
    @media (min-width: 992px) {
      .wrapper form .group-gender .label {
        margin-left: 0; } }
  .wrapper form .group-gender .container {
    display: inline-block;
    position: relative;
    cursor: pointer;
    line-height: 26px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 60px;
    margin-left: 10px;
    margin-top: 10px; }
    @media (min-width: 992px) {
      .wrapper form .group-gender .container {
        margin-left: 24px; } }
  .wrapper form .group-gender .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  .wrapper form .group-gender .checkmark {
    position: absolute;
    top: 0;
    left: -24px;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
    border: solid 1px #9c9174; }
    @media (min-width: 576px) {
      .wrapper form .group-gender .checkmark {
        left: -24px; } }
  .wrapper form .group-gender .container:hover input ~ .checkmark {
    background-color: rgba(255, 255, 255, 0.91); }
  .wrapper form .group-gender .container input:checked ~ .checkmark {
    background-color: rgba(255, 255, 255, 0.91); }
  .wrapper form .group-gender .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  .wrapper form .group-gender .container input:checked ~ .checkmark:after {
    display: block; }
  .wrapper form .group-gender .container .checkmark:after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #4A4A4A; }

form {
  max-width: 480px;
  width: 100%; }
  @media (min-width: 576px) {
    form {
      padding: 0; } }

.form {
  margin-top: 100px; }

.form .hltxt .headline {
  margin-bottom: 40px; }

.form input[type="text"],
.form input[type="email"]:not(.email-repeat),
.form input[type="number"],
.form input[type="tel"],
.form select,
.form textarea {
  width: 100%;
  background-color: #F9F9F9;
  border: 1px solid #9c9174;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 7px 19px;
  margin-bottom: 8px;
  font-family: "Rotis Sans Serif";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  color: #2d2d2d;
  letter-spacing: 0;
  line-height: 29px; }

.form input {
  height: 45px; }

.form textarea {
  height: 170px; }

.form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("/assets/images/icons/icon-dropdown_rg_svg.svg") 100%/9% no-repeat #F9F9F9; }
  @media (max-width: 575px) {
    .form select {
      background: url("/assets/images/icons/icon-dropdown_rg_svg.svg") 100%/13% no-repeat #F9F9F9; } }
  .form select::-ms-expand {
    display: none;
    /* remove default arrow on ie10 and ie11 */ }

.form label {
  font-family: "Rotis Sans Serif";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  color: #999999;
  letter-spacing: 0;
  line-height: 29px; }

.form .group-names .col {
  padding: 0; }

.form .container {
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0; }

.form-btn {
  background-color: #9c9174;
  height: 70px !important;
  width: 100%;
  margin-top: 45px;
  font-family: "Rotis Sans Serif";
  font-style: normal;
  font-weight: 900;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.91);
  letter-spacing: 2.44px;
  text-align: center;
  line-height: 29px;
  text-transform: uppercase; }

.form .error-msg {
  font-size: 17px;
  max-width: 490px;
  width: 100%;
  margin-bottom: 10px;
  color: #9e1d3b;
  font-family: "Rotis Sans Serif";
  font-style: normal;
  font-weight: 400; }

.error {
  border: solid 1px #9e1d3b !important; }

.email-sweet {
  transform: scale(0);
  height: 0 !important;
  width: 0 !important;
  overflow: hidden;
  padding: 0 !important;
  display: block;
  background: none;
  border: none;
  border-radius: 0 !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0 -10px; }

label[for=email-repeat], .form-error, .form-success {
  display: none; }

.wrapper form .checkbox-custom {
  display: inline-block;
  width: 25px;
  position: relative;
  padding-top: 4px; }
  .wrapper form .checkbox-custom .accept-label {
    cursor: pointer;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.91);
    border: 1px solid #9c9174; }
    .wrapper form .checkbox-custom .accept-label::after {
      opacity: 0;
      content: '';
      position: absolute;
      width: 15px;
      height: 8px;
      background: transparent;
      top: 5px;
      left: 4px;
      border: 3px solid #333;
      border-top: none;
      border-right: none;
      transform: rotate(-45deg); }
    .wrapper form .checkbox-custom .accept-label:hover::after {
      opacity: 0.5; }

.wrapper form .checkbox-custom input[type=checkbox]:checked + label:after {
  opacity: 1; }

.wrapper form .checkbox-custom input[type=checkbox] {
  opacity: 0; }

.wrapper form .checkbox-custom .checkbox-custom--primary input[type=checkbox]:checked + label:after {
  opacity: 1; }

.wrapper form .checkbox-custom .checkbox-custom--primary input[type=checkbox] {
  opacity: 0; }

