/*!
 * 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: opacity 0s, -webkit-transform 0s;
    transition: transform 0s, opacity 0s;
    transition: transform 0s, opacity 0s, -webkit-transform 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.loaded {
    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-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; }

body {
  background-color: #032910; }

@font-face {
  font-family: 'Berling Bold';
  font-style: normal;
  font-weight: 700;
  src: local("Berling Bold"), local("Berling-Bold"), url(../../assets/fonts/BerlingBold.woff2) format("woff2"), url(../../assets/fonts/BerlingBold.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

@font-face {
  font-family: 'Berling Roman';
  font-style: italic;
  font-weight: 400;
  src: local("Berling Roman"), local("Berling-Roman"), url(../../assets/fonts/BerlingRoman.woff2) format("woff2"), url(../../assets/fonts/BerlingRoman.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

@font-face {
  font-family: 'Frutiger Bold';
  font-style: normal;
  font-weight: 700;
  src: local("Frutiger Bold"), local("Frutiger-Bold"), url(../../assets/fonts/FrutigerBold.woff2) format("woff2"), url(../../assets/fonts/FrutigerBold.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

@font-face {
  font-family: 'Frutiger Bold Condensed';
  font-style: normal;
  font-weight: 700;
  src: local("Frutiger Bold Condensed"), local("Frutiger-Bold-Condensed"), url(../../assets/fonts/FrutigerBoldCondensed.woff2) format("woff2"), url(../../assets/fonts/FrutigerBoldCondensed.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

@font-face {
  font-family: 'Frutiger Condensed';
  font-style: normal;
  font-weight: 400;
  src: local("Frutiger Condensed"), local("Frutiger-Condensed"), url(../../assets/fonts/FrutigerCondensed.woff2) format("woff2"), url(../../assets/fonts/FrutigerCondensed.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

@font-face {
  font-family: 'Frutiger Light';
  font-style: normal;
  font-weight: 300;
  src: local("Frutiger Light"), local("Frutiger-Light"), url(../../assets/fonts/FrutigerLight.woff2) format("woff2"), url(../../assets/fonts/FrutigerLight.woff) format("woff");
  /* Chrome 26+, Opera 23+, Firefox 39+ */ }

@font-face {
  font-family: 'Frutiger Roma';
  font-style: normal;
  font-weight: 400;
  src: local("Frutiger Roma"), local("Frutiger-Roma"), url(../../assets/fonts/FrutigerRoma.woff2) format("woff2"), url(../../assets/fonts/FrutigerRoma.woff) format("woff");
  /* Chrome 26+, Opera 23+, Firefox 39+ */ }

/*
include your font

@include font('Berling Bold', 700, normal);
@include font('Berling Roman', 700, italic);
@include font('Frutiger Bold', 700, normal);
@include font('Frutiger Bold Condensed', 700, normal);
@include font('Frutiger Roma', 400, normal);
@include font('Frutiger Bold Condensed', 400, normal);



*/
.headline {
  font-style: normal; }

.h2 {
  font-size: 34px;
  line-height: 1.5;
  letter-spacing: normal;
  margin-bottom: 20px; }
  @media (min-width: 576px) {
    .h2 {
      font-size: 44px;
      line-height: 1.5;
      letter-spacing: normal;
      margin-bottom: 40px; } }

.h3 {
  font-family: 'Frutiger Bold Condensed';
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: normal;
  margin-bottom: 20px;
  color: #BEB489; }
  @media (min-width: 576px) {
    .h3 {
      font-size: 20px;
      line-height: 1.5;
      letter-spacing: normal;
      margin-bottom: 25px; } }

.h4 {
  font-family: 'Frutiger Bold Condensed';
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: normal;
  margin-bottom: 20px;
  margin-top: 20px;
  color: #011F0C;
  display: block; }
  @media (min-width: 576px) {
    .h4 {
      font-size: 17px;
      line-height: 1.5;
      letter-spacing: normal;
      margin-bottom: 20px; } }

.text, .user-promp .message p {
  line-height: 25px;
  font-size: 15px;
  font-family: "Frutiger Roma";
  font-weight: 400;
  font-style: normal;
  color: #FAF9F6; }
  @media (min-width: 576px) {
    .text, .user-promp .message p {
      font-size: 17px; } }

.text a, .user-promp .message p a {
  text-decoration: underline; }
  .text a:hover, .user-promp .message p a:hover {
    color: #004417; }

.main-content .text, .main-content .user-promp .message p, .user-promp .message .main-content p {
  color: #011F0C; }
  @media (max-width: 575px) {
    .main-content .text, .main-content .user-promp .message p, .user-promp .message .main-content p {
      word-break: break-word; } }

.link {
  font-weight: 700;
  text-decoration: underline; }

.underlined {
  text-decoration: underline;
  cursor: pointer; }

.centered {
  text-align: center; }

.bold {
  font-family: 'Frutiger Bold Condensed';
  font-style: normal;
  font-weight: 700; }

.email {
  color: #9E9265;
  cursor: pointer; }
  .email:hover {
    color: #BEB489; }

.num {
  font-family: 'Berling Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  color: #9E9265;
  width: 20%;
  vertical-align: top;
  margin-right: 30px; }

ol {
  counter-reset: my-awesome-counter;
  list-style: none;
  padding-left: 40px;
  margin-bottom: 30px; }
  @media (min-width: 576px) {
    ol {
      margin-left: 30px; } }
  ol li {
    margin: 0 0 30px 0;
    counter-increment: my-awesome-counter;
    position: relative;
    line-height: 25px;
    font-size: 15px;
    font-family: "Frutiger Roma";
    font-weight: 400;
    font-style: normal;
    color: #011F0C; }
    @media (min-width: 576px) {
      ol li {
        font-size: 17px; } }
    ol li:before {
      content: counter(my-awesome-counter);
      font-size: 20px;
      position: absolute;
      left: calc(-1 * 32px - 10px);
      line-height: 32px;
      top: -2px;
      text-align: center;
      color: #9E9265;
      padding-right: 30px;
      font-family: "Frutiger Roma";
      font-weight: 400;
      font-style: normal; }

.btn {
  font-family: "Frutiger Bold Condensed";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  display: block;
  cursor: pointer;
  width: 100%;
  padding: 16px 50px 16px 50px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #FAF9F6;
  background-color: #032910; }
  .btn--primary {
    max-width: 380px; }
  .btn--secondary {
    max-width: 800px; }
  .btn--tertiary {
    max-width: 380px;
    background-color: #005F20;
    border-radius: 4px; }

html {
  box-sizing: border-box; }

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

main {
  padding-top: 48px; }

*,
*::before,
*::after {
  margin: 0;
  padding: 0; }

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

@font-face {
  font-family: 'Berling Bold';
  font-style: normal;
  font-weight: 700;
  src: local("Berling Bold"), local("Berling-Bold"), url(../../assets/fonts/BerlingBold.woff2) format("woff2"), url(../../assets/fonts/BerlingBold.woff) format("woff"); }

@font-face {
  font-family: 'Berling Roman';
  font-style: italic;
  font-weight: 400;
  src: local("Berling Roman"), local("Berling-Roman"), url(../../assets/fonts/BerlingRoman.woff2) format("woff2"), url(../../assets/fonts/BerlingRoman.woff) format("woff"); }

@font-face {
  font-family: 'Frutiger Bold';
  font-style: normal;
  font-weight: 700;
  src: local("Frutiger Bold"), local("Frutiger-Bold"), url(../../assets/fonts/FrutigerBold.woff2) format("woff2"), url(../../assets/fonts/FrutigerBold.woff) format("woff"); }

@font-face {
  font-family: 'Frutiger Bold Condensed';
  font-style: normal;
  font-weight: 700;
  src: local("Frutiger Bold Condensed"), local("Frutiger-Bold-Condensed"), url(../../assets/fonts/FrutigerBoldCondensed.woff2) format("woff2"), url(../../assets/fonts/FrutigerBoldCondensed.woff) format("woff"); }

@font-face {
  font-family: 'Frutiger Condensed';
  font-style: normal;
  font-weight: 400;
  src: local("Frutiger Condensed"), local("Frutiger-Condensed"), url(../../assets/fonts/FrutigerCondensed.woff2) format("woff2"), url(../../assets/fonts/FrutigerCondensed.woff) format("woff"); }

@font-face {
  font-family: 'Frutiger Light';
  font-style: normal;
  font-weight: 300;
  src: local("Frutiger Light"), local("Frutiger-Light"), url(../../assets/fonts/FrutigerLight.woff2) format("woff2"), url(../../assets/fonts/FrutigerLight.woff) format("woff"); }

@font-face {
  font-family: 'Frutiger Roma';
  font-style: normal;
  font-weight: 400;
  src: local("Frutiger Roma"), local("Frutiger-Roma"), url(../../assets/fonts/FrutigerRoma.woff2) format("woff2"), url(../../assets/fonts/FrutigerRoma.woff) format("woff"); }

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

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: visible !important; }

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 {
  -webkit-transform: translate3d(0, 0, 0);
  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.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 #9E9265;
        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 #9E9265; } }
    .darksite .slick-dots li.slick-active button:before {
      opacity: 1;
      background-color: #9E9265; }

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

.bc--primary {
  background-color: #032910; }

.bc--secondary {
  background-color: #00220C; }

.bc--lightgrey {
  background-color: #ACABAA; }

.fc--primary {
  color: #032910; }

.fc--secondary {
  color: #00220C; }

.fc--lightgrey {
  color: #ACABAA; }

.fc--gunmetal {
  color: #707070; }

.fc--grey {
  color: #ddd; }

.fc--white {
  color: #FAF9F6; }

.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: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s; }

@media (max-width: 991.98px) {
  .push--nav {
    -webkit-transform: translateX(-275px);
            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 #eee;
  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 {
  width: 100%;
  background: #032910 radial-gradient(at top center, #005f20 -25%, #032910 70%) no-repeat;
  position: relative; }

.header-standard {
  min-height: 125px;
  position: relative;
  margin: 0;
  padding: 40px;
  border-bottom: 3px solid #BEB489;
  transition: visibility .3s, opacity .3s ease-in-out;
  -js-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  z-index: auto; }
  @media (min-width: 992px) {
    .header-standard {
      flex-wrap: nowrap;
      position: relative;
      z-index: 1000;
      padding: 0 100px 0 300px;
      width: 100%;
      margin: 0;
      border-bottom: solid 3px #BEB489;
      min-height: 80px;
      height: 80px; } }
  @media (min-width: 576px) {
    .header-standard {
      max-width: 1180px;
      padding: 0;
      margin: 0;
      margin-left: auto;
      margin-right: auto; } }

@media (min-width: 992px) {
  .header-standard__logo {
    top: 0;
    z-index: 1112;
    max-width: 1172px;
    margin: 0 auto;
    overflow: visible; }
    .header-standard__logo--img img {
      width: 100%;
      height: auto;
      line-height: 0; } }

.header-standard__logo div {
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 100;
  text-decoration: none;
  width: 70px;
  height: 70px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; }
  @media (min-width: 992px) {
    .header-standard__logo div {
      position: absolute;
      top: 0;
      left: 100px;
      -webkit-transform: none;
              transform: none;
      padding: 22px;
      width: 140px;
      height: 140px;
      opacity: 1;
      visibility: visible;
      transition: padding 500ms, width 500ms, height 375ms;
      background-color: #032910;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4); } }

.navigation__list {
  font-family: "Frutiger Bold Condensed";
  font-style: normal;
  font-weight: 700;
  color: #BEB489;
  font-size: 30px;
  text-transform: uppercase; }
  @media (min-width: 992px) {
    .navigation__list {
      font-size: 17px; } }

.nav-main {
  -js-display: flex;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  white-space: nowrap; }
  @media (min-width: 992px) {
    .nav-main {
      flex-direction: row;
      margin-left: 290px; } }
  @media (min-width: 1200px) {
    .nav-main {
      margin-left: 330px; } }

.nav-main--item {
  border-top: 1px solid #005F20;
  margin-right: 0;
  position: relative; }

@media (min-width: 992px) {
  .nav-main--item {
    margin-right: 62px;
    border-top: none; } }
  @media (min-width: 992px) and (min-width: 992px) and (max-width: 1098px) {
    .nav-main--item {
      margin-right: calc(5% + 10px); } }

@media (min-width: 992px) {
  .nav-main--item.open {
    color: #FAF9F6;
    border-top: none; }
  .nav-main--item.open .nav-sub {
    color: #FAF9F6;
    border-top: none;
    max-height: 1000px;
    height: auto;
    padding: 10px 0 28px 0; } }

.nav-main--item.active {
  color: #FAF9F6;
  border-top: 1px solid #BEB489; }
  @media (min-width: 992px) {
    .nav-main--item.active {
      border-top: none; } }
  .nav-main--item.active .nav-sub {
    max-height: 1000px; }

.nav-sub {
  height: 100%;
  overflow: hidden;
  max-height: 0;
  transition: max-height .2s ease-in-out; }
  @media (min-width: 992px) {
    .nav-sub {
      overflow: hidden;
      height: 0;
      transition: height .6s;
      position: absolute;
      z-index: 200;
      top: 30px;
      left: -5px;
      background: #FAF9F6;
      min-width: 200px;
      padding: 0;
      border-radius: 3px;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4); } }

.nav-sub--item {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 20px 0;
  text-transform: none; }
  @media (min-width: 992px) {
    .nav-sub--item {
      padding: 17px;
      margin: 0 0 -20px 0;
      color: #032910;
      font-size: 16px;
      font-family: "Frutiger Condensed";
      font-style: normal;
      font-weight: 400;
      border-top: none; }
      .nav-sub--item:hover {
        color: #9E9265; } }

.action-body {
  display: none; }
  @media (min-width: 992px) {
    .action-body {
      margin-top: 20px;
      -js-display: flex;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap;
      flex-direction: row;
      width: 100%;
      padding-right: 50px; } }

.action-body.is-active {
  background: #032910 radial-gradient(at top center, #005f20 -25%, #032910 70%) no-repeat;
  max-height: 2000px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  -js-display: flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .action-body.is-active .header-standard__nav {
    order: 2;
    margin-bottom: 50px;
    width: 100%; }
  .action-body.is-active .nav-main {
    text-align: center; }
  .action-body.is-active .nav-main--item {
    font-size: 34px;
    padding: 30px 0; }
  .action-body.is-active .nav-sub--item {
    /*> a:visited {
      //color: #004417;
      color: #056726;
    }*/ }
    .action-body.is-active .nav-sub--item a {
      font-family: "Frutiger Bold Condensed";
      font-style: normal;
      font-weight: 700;
      color: #FAF9F6;
      font-size: 34px; }
  .action-body.is-active .header-standard__social-links {
    order: 3;
    margin-left: auto;
    margin-right: auto; }

.header-standard--image {
  order: 1;
  margin: 15px 0;
  width: 110px;
  height: 110px; }
  @media (min-width: 992px) {
    .header-standard--image {
      display: none; } }

.sticky-header {
  visibility: hidden !important;
  opacity: 0 !important; }
  @media (min-width: 992px) {
    .sticky-header {
      visibility: visible !important;
      opacity: 1 !important;
      flex-direction: row;
      justify-content: stretch; }
      .sticky-header .header-standard__logo {
        position: fixed; } }

.sticky-logo {
  padding: 15px !important;
  width: 78px !important;
  height: 78px !important; }

@media (min-width: 992px) {
  .hidden-nav {
    visibility: hidden !important;
    opacity: 0 !important; } }

.header-mobile {
  background: none; }
  .header-mobile .header-standard__logo--img {
    display: none; }
  .header-mobile .nav-sub--item a {
    color: #FAF9F6; }

.header-standard .header-standard__searchbar {
  display: none; }

.social-links li a {
  width: 20px;
  height: 20px;
  display: block; }

.social-links li .facebook {
  background: url("/assets/images/icons/icon_fb_jv_png.png") center center no-repeat;
  content: "";
  width: 50px;
  height: 50px;
  background-size: cover; }
  @media (min-width: 992px) {
    .social-links li .facebook {
      width: 20px;
      height: 20px;
      background-size: cover; } }
  .social-links li .facebook:hover {
    -webkit-filter: brightness(2);
            filter: brightness(2); }

.header-standard .nav-btn {
  justify-content: flex-end;
  align-items: flex-end;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: 5px;
  cursor: pointer;
  z-index: 9999; }
  @media (min-width: 992px) {
    .header-standard .nav-btn {
      display: none; } }
  .header-standard .nav-btn--icon {
    float: right; }
    .header-standard .nav-btn--icon::before {
      content: "";
      position: absolute;
      top: 35px;
      right: 0;
      margin-right: 20px;
      background: url("/assets/images/icons/icon-burger_jv_png.png") center center no-repeat;
      height: 40px;
      width: 52px;
      background-size: 52px 40px; }
  .header-standard .nav-btn--icon.is-open {
    float: right; }
    .header-standard .nav-btn--icon.is-open::before {
      content: "";
      position: absolute;
      top: 35px;
      right: 0;
      margin-right: 20px;
      background: url("/assets/images/icons/icon_close_jv_svg.svg") center center no-repeat;
      height: 80px;
      width: 80px; }

.breadcrumb {
  margin-top: 40px;
  max-width: calc(970px + 40px);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase; }
  .breadcrumb-v1 .breadcrumb__items {
    border-bottom: 1px solid #ACABAA; }
  .breadcrumb__items {
    padding-bottom: 8px; }
    @media (min-width: 992px) {
      .breadcrumb__items {
        padding-bottom: 12px; } }
    .breadcrumb__items a {
      font-family: 'Frutiger Condensed';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 30px;
      color: #ACABAA;
      text-transform: uppercase; }
      @media (min-width: 992px) {
        .breadcrumb__items a {
          font-size: 12px;
          line-height: 15px; } }
    .breadcrumb__items a:not(:last-child)::after {
      display: inline-block;
      content: " ";
      width: 16px;
      height: 11px;
      margin-left: 10px;
      margin-right: 10px;
      color: #707070;
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQwIDc5LjE2MDQ1MSwgMjAxNy8wNS8wNi0wMTowODoyMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDVERTcyMTIzRkUxMTFFODhBQzdDM0Q5RDE0QkUwMkUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEFERDA2RTIzRkVDMTFFODhBQzdDM0Q5RDE0QkUwMkUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowNURFNzIxMDNGRTExMUU4OEFDN0MzRDlEMTRCRTAyRSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowNURFNzIxMTNGRTExMUU4OEFDN0MzRDlEMTRCRTAyRSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuEDJp8AAADESURBVHjaYvj//z8DIXzy5MmEjx8/ShCjlomBCPDu3TuFY8eOZVy+fDng9+/fHPjUsjCQAJ4+fWrw8uVLDQUFhRMqKioHsKlhYiAR/Pnzh+POnTsOBw8eLAAZji7PePv2bQdChoAMwCUnJCT0QFdXdwMnJ+cHsIHbt29vYKACkJeXBwcDEwOVAQuuwCXXy2QbCDJAQ0Njh7i4+A2ykw1YAwvLD3zJhiQDpaWlL4BcxcrK+oOihA0KJ5BBfHx8LwipBQgwAKDZgR4HVLlJAAAAAElFTkSuQmCC);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
      @media (min-width: 992px) {
        .breadcrumb__items a:not(:last-child)::after {
          width: 8px;
          height: 6px;
          margin-left: 5px;
          margin-right: 5px; } }
    .breadcrumb__items a:last-of-type {
      color: #011F0C; }

.breadcrumb.tabs-included .breadcrumb__items {
  border-bottom: none;
  margin-bottom: -25px; }

footer {
  min-height: 340px;
  text-align: center;
  background-color: #032910; }
  footer .footer__link--1, footer .text, footer .user-promp .message p, .user-promp .message footer p {
    display: none; }
  footer .footer__link--2 {
    margin-bottom: 60px; }
    footer .footer__link--2 img {
      width: 68px;
      height: auto; }
  footer .footer__navi {
    -js-display: flex;
    display: flex;
    min-width: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 48px; }
    @media (min-width: 768px) {
      footer .footer__navi {
        max-width: 514px;
        min-width: inherit;
        min-height: 88px;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
        margin: 0 auto; } }
    footer .footer__navi .footer__navi--link {
      margin: 20px 0; }
      footer .footer__navi .footer__navi--link a {
        font-family: 'Frutiger Condensed';
        font-style: normal;
        font-weight: 400;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 15px;
        color: #ACABAA; }
        footer .footer__navi .footer__navi--link a:hover {
          color: #9E9265;
          cursor: pointer; }
  footer .social-links {
    text-align: center;
    width: 100%;
    margin: 50px 0;
    position: inherit; }
    footer .social-links li {
      display: none; }
      footer .social-links li:first-of-type {
        -js-display: flex;
        display: flex;
        justify-content: center;
        align-items: center; }
      footer .social-links li a.facebook {
        background-size: contain;
        width: auto;
        height: 20px;
        background-position: left;
        text-align: left;
        padding-left: 28px;
        line-height: 20px;
        font-family: 'Frutiger Condensed';
        font-style: normal;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 17px;
        color: #BEB489;
        display: inline; }
        @media (min-width: 768px) {
          footer .social-links li a.facebook {
            text-transform: lowercase; } }

.accordion {
  width: 100%;
  max-width: calc(775px + 20px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 10px;
  margin-bottom: 80px; }
  .accordion__container-item:last-child {
    border-bottom: 1px solid #BEB489; }
  .accordion__container-item {
    border-top: 1px solid #BEB489; }
    .accordion__container-item-head {
      cursor: pointer;
      height: auto;
      width: 100%;
      padding: 20px 0px;
      -js-display: flex;
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
      .accordion__container-item-head .text, .accordion__container-item-head .user-promp .message p, .user-promp .message .accordion__container-item-head p {
        font-family: 'Frutiger Bold';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 32px;
        color: #032910; }
        @media (min-width: 992px) {
          .accordion__container-item-head .text, .accordion__container-item-head .user-promp .message p, .user-promp .message .accordion__container-item-head p {
            font-size: 15px;
            line-height: 25px; } }
      .accordion__container-item-head .arrow {
        background: url("/assets/images/icons/icon-arrow-up_jv_svg.svg");
        background-size: 100% 100%;
        width: 20px;
        height: 20px;
        margin-right: 20px; }
        .accordion__container-item-head .arrow--up {
          -webkit-transform-origin: center center;
                  transform-origin: center center;
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg);
          color: #032910; }
        .accordion__container-item-head .arrow--down {
          background: url("/assets/images/icons/icon-arrow-down_jv_svg.svg");
          color: #707070; }
    .accordion__container-item-content {
      opacity: 0;
      display: none;
      margin-bottom: 30px; }
      @media (min-width: 992px) {
        .accordion__container-item-content {
          margin-bottom: 50px; } }
      .accordion__container-item-content--show {
        opacity: 1;
        display: block; }
    .accordion__container-item-content > * {
      padding: 0 !important;
      margin: 0 !important; }
    .accordion__container-item-content .text-media__container {
      width: 100% !important;
      padding: 0 !important;
      margin: 0 !important; }

.age-cookie-req {
  position: absolute;
  width: 100%;
  display: none;
  z-index: 99999;
  top: 0; }
  .age-cookie-req__privacy-image {
    display: none; }
  .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: #032910; }
  .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%;
    overflow: hidden;
    overflow-x: auto;
    margin: 0 20px;
    margin-top: 90px;
    padding-bottom: 0; }
    @media (min-width: 992px) {
      .age-cookie-req--wrapper {
        padding-bottom: 4rem;
        width: calc(100% - 40px);
        margin: 150px auto; } }
    .age-cookie-req--wrapper:after {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      width: 100%;
      height: calc(100% - 4rem);
      background-color: #FAF9F6;
      border: solid 2px #032910; }
      @media (min-width: 992px) {
        .age-cookie-req--wrapper:after {
          height: calc(100% - 4rem - 2rem); } }
    @media (min-width: 992px) {
      .age-cookie-req--wrapper {
        width: calc(100% - 40px);
        margin: 150px auto 0 auto; } }
    .age-cookie-req--wrapper .h2 {
      position: relative;
      width: 100%;
      margin-bottom: 0;
      margin-top: 0;
      background-color: #032910;
      letter-spacing: normal;
      color: #FAF9F6;
      font-size: 24px;
      line-height: 70px;
      font-family: 'Frutiger Condensed';
      font-style: normal;
      font-weight: 400; }
      @media (min-width: 992px) {
        .age-cookie-req--wrapper .h2 {
          font-size: 34px;
          line-height: 80px; } }
  .age-cookie-req__privacy {
    position: relative;
    max-width: 800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    padding: 0 10px;
    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: 24px;
      line-height: 30px;
      font-family: 'Frutiger Condensed';
      font-style: normal;
      font-weight: 400; }
      @media (min-width: 992px) {
        .age-cookie-req__privacy .h3 {
          font-size: 28px;
          line-height: 36px; } }
    .age-cookie-req__privacy p, .age-cookie-req__privacy a {
      display: inline;
      line-height: normal; }
    .age-cookie-req__privacy p {
      font-family: 'Frutiger Light';
      font-style: normal;
      font-weight: 300;
      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: 'Frutiger Light';
      font-style: normal;
      font-weight: 300;
      color: #032910; }
      @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; }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .age-cookie-req__privacy__btn-group {
          padding-left: 100px; } }
      @media (min-width: 992px) {
        .age-cookie-req__privacy__btn-group {
          flex-direction: row;
          justify-content: center;
          margin: 50px 0 0 0; } }
      .age-cookie-req__privacy__btn-group a {
        width: 240px;
        height: 50px;
        font-family: 'Frutiger Condensed';
        font-style: normal;
        line-height: 50px;
        margin: 0 auto;
        padding: 0; }
        @media (min-width: 992px) {
          .age-cookie-req__privacy__btn-group a {
            pointer-events: none;
            cursor: default;
            width: 100%;
            height: auto;
            font-size: 18px;
            line-height: 26px;
            border: none;
            background-color: transparent;
            padding: 4px 0; } }
      @media (min-width: 992px) {
        .age-cookie-req__privacy__btn-group a {
          text-align: right;
          margin-right: 15px;
          color: #032910; } }
      .age-cookie-req__privacy__btn-group a:last-child {
        margin-top: 10px; }
        @media (min-width: 992px) {
          .age-cookie-req__privacy__btn-group a:last-child {
            text-align: left;
            margin-left: 15px;
            margin-top: 0; } }
  .age-cookie-req__toggle {
    display: none;
    opacity: 0;
    width: 65px;
    height: 35px;
    background-color: #FAF9F6;
    cursor: pointer;
    border: 1px solid #032910;
    border-radius: 17px; }
    @media (min-width: 992px) {
      .age-cookie-req__toggle {
        -js-display: flex;
        display: flex;
        opacity: 1;
        flex-direction: row;
        justify-content: space-between; } }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .age-cookie-req__toggle {
        width: 130px;
        height: 30px; } }
    .age-cookie-req__toggle-btn {
      display: inline-block;
      background: #032910;
      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; }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .age-cookie-req__toggle-btn {
          height: 25px;
          width: 25px; } }
      .age-cookie-req__toggle-btn--on {
        opacity: 1; }
  .age-cookie-req__age {
    display: none;
    margin-top: 60px; }
    .age-cookie-req__age-text {
      display: none; }
    .age-cookie-req__age .h3 {
      max-width: 650px;
      width: calc(100% - 40px);
      font-size: 24px;
      line-height: 30px;
      font-family: 'Frutiger Condensed';
      font-style: normal;
      font-weight: 400;
      margin-left: 20px;
      margin-right: 20px;
      margin-bottom: 0; }
      @media (min-width: 992px) {
        .age-cookie-req__age .h3 {
          font-size: 28px;
          line-height: 36px;
          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: 40px;
          margin-top: 90px;
          margin-left: auto;
          margin-right: auto;
          max-width: 820px;
          width: 100%; } }
      .age-cookie-req__age-caution p {
        max-width: 750px;
        width: 100%;
        font-style: normal;
        margin-left: 10px;
        font-size: 10px;
        line-height: 16px;
        text-align: left;
        font-family: 'Frutiger Light';
        font-style: normal;
        font-weight: 300; }
        @media (min-width: 992px) {
          .age-cookie-req__age-caution p {
            font-size: 14px;
            line-height: 22px;
            margin-left: 30px; } }
    .age-cookie-req__age .image {
      position: relative;
      display: inline-block;
      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: row;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        margin-bottom: 0px; } }
    .age-cookie-req__btn-group a {
      width: 240px;
      height: 60px;
      font-family: 'Frutiger Bold Condensed';
      font-style: normal;
      font-weight: 700;
      padding: 0;
      line-height: 59px;
      margin: 0 auto; }
      @media (min-width: 992px) {
        .age-cookie-req__btn-group a {
          width: 240px;
          height: 60px;
          margin: 0; } }
    .age-cookie-req__btn-group a:first-child {
      border: 1px solid #FAF9F6; }
    .age-cookie-req__btn-group a:last-child {
      margin-top: 10px; }
      @media (min-width: 992px) {
        .age-cookie-req__btn-group a:last-child {
          margin-top: 0; } }
  .age-cookie-req--impressum {
    text-align: center;
    margin: 5rem auto 0;
    display: block;
    color: #FAF9F6; }
    @media (min-width: 992px) {
      .age-cookie-req--impressum {
        order: 6; } }
  .age-cookie-req--show {
    opacity: 1;
    -js-display: flex;
    display: flex; }
  .age-cookie-req--show-block {
    opacity: 1;
    display: block; }

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

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cookie-blur:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: inherit;
    text-align: center;
    background: rgba(75, 75, 75, 0.98);
    opacity: .9;
    -webkit-filter: blur(10px) brightness(70%);
    z-index: 999; }
  .cookie-blur * .text, .cookie-blur * .user-promp .message p, .user-promp .message .cookie-blur * p, .cookie-blur * .headline, .cookie-blur * .btn, .cookie-blur .play-icon {
    display: none; } }

header.cookie-blur .header-standard {
  z-index: 0; }

header.cookie-blur .header-standard__logo div {
  width: 100px; }

.stage {
  position: relative;
  width: 100%;
  -js-display: flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2px; }
  .stage-v1 {
    height: 500px; }
    .stage-v1 .stage__background-overlay {
      display: none; }
  .stage-v2 {
    height: 442px; }
    .stage-v2 .stage__background-overlay {
      position: absolute;
      display: block;
      background-color: #00220C;
      opacity: 0.78;
      width: 100%;
      height: 100%;
      right: 0;
      top: 0;
      left: auto; }
      @media (min-width: 768px) {
        .stage-v2 .stage__background-overlay {
          width: 375px; } }
  .stage-v3 {
    position: absolute;
    top: 125px;
    height: 340px;
    margin-bottom: 200px;
    z-index: -1; }
    @media (min-width: 768px) {
      .stage-v3 {
        height: 700px;
        margin-bottom: 368px; } }
    @media (min-width: 992px) {
      .stage-v3 {
        top: 80px; } }
    .stage-v3 .stage {
      display: none !important; }
    .stage-v3 .stage__background {
      height: 340px; }
      @media (min-width: 768px) {
        .stage-v3 .stage__background {
          height: 700px;
          margin-bottom: 368px; } }
  .stage__background {
    position: absolute;
    overflow: hidden;
    max-width: 1180px;
    height: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0; }
    .stage__background picture {
      position: relative;
      width: 100%;
      height: 100%; }
      .stage__background picture img {
        -o-object-fit: cover;
           font-family: "object-fit:cover";
           object-fit: cover;
        width: 100%;
        height: 100%; }
    .stage__background-overlay {
      height: 400px;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      z-index: 15;
      background: linear-gradient(to bottom, rgba(1, 31, 12, 0) 0%, #032910 100%); }
  .stage__container-v1, .stage__container-v2 {
    position: relative;
    max-width: 1180px;
    width: 100%;
    min-height: 442px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    z-index: 15; }
    .stage__container-v1 img, .stage__container-v1 a, .stage__container-v2 img, .stage__container-v2 a {
      display: none; }
  .stage--wrapper-v1, .stage--wrapper-v2 {
    position: relative;
    width: 100%;
    height: 100%; }
  .stage--wrapper-v1 .stage__container-content-v1, .stage--wrapper-v1 .stage__container-content-v2 {
    display: none; }
  .stage--wrapper-v2 h1 {
    display: none; }
  .stage--wrapper-v1 {
    max-width: 260px;
    width: 100%;
    height: 100%;
    align-self: flex-start;
    -js-display: flex;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .stage--wrapper-v1 h1 {
      width: 100%;
      margin-left: 15px;
      -webkit-transform: translateY(50%);
              transform: translateY(50%); }
      @media (min-width: 992px) {
        .stage--wrapper-v1 h1 {
          margin-left: 100px;
          margin-left: 75px; } }
      .stage--wrapper-v1 h1 span {
        font-family: 'Frutiger Bold Condensed';
        font-style: normal;
        font-weight: 700;
        font-size: 48px;
        line-height: 42px;
        color: #FAF9F6; }
  .stage__container-content-v2 {
    position: relative;
    -js-display: flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-left: auto; }
    @media (min-width: 768px) {
      .stage__container-content-v2 {
        width: 375px; } }
    .stage__container-content-v2 h3 {
      font-family: 'Frutiger Bold Condensed';
      font-style: normal;
      font-weight: 700;
      max-width: 300px;
      width: 100%;
      font-size: 39px;
      line-height: 40px;
      color: #FAF9F6;
      text-align: center; }
      @media (min-width: 992px) {
        .stage__container-content-v2 h3 {
          max-width: 220px;
          font-size: 30px;
          line-height: 34px; } }
    .stage__container-content-v2 p {
      display: none; }

.headline-module {
  -js-display: flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  padding-left: 23.5px;
  padding-right: 23.5px; }
  @media (min-width: 992px) {
    .headline-module {
      margin-top: 70px;
      padding-left: 0;
      padding-right: 0; } }
  .headline-module .container {
    max-width: calc(770px + 40px);
    width: 100%;
    padding-right: unset;
    padding-left: unset; }
    .headline-module .container .content {
      -js-display: flex;
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
      .headline-module .container .content .icon {
        display: none; }
      .headline-module .container .content .h2 {
        font-family: 'Berling Bold';
        font-style: normal;
        font-weight: 700;
        width: 100%;
        line-height: 47px;
        color: #9E9265;
        margin-bottom: 30px; }
      .headline-module .container .content .h3 {
        display: none; }
      .headline-module .container .content p {
        font-family: 'Berling Bold';
        font-style: normal;
        font-weight: 700;
        font-size: 19px;
        line-height: 32px;
        color: #707070;
        letter-spacing: 1px;
        max-width: 100%; }
        @media (min-width: 992px) {
          .headline-module .container .content p {
            font-size: 20px;
            line-height: 27px; } }

.teaser-news-standard {
  width: 100%;
  max-width: calc(780px + 40px);
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
  margin-bottom: 30px; }
  .teaser-news-standard-container {
    width: 100%; }
  .teaser-news-standard__news {
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 1px solid #BEB489; }
    .teaser-news-standard__news-media {
      display: inline-block;
      height: 220px;
      width: 270px;
      margin-right: 25px;
      margin-bottom: 50px; }
      .teaser-news-standard__news-media picture {
        width: 100%;
        height: 100%; }
        .teaser-news-standard__news-media picture img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             font-family: "object-fit:cover";
             object-fit: cover; }
    .teaser-news-standard__news-summary {
      display: inline-block;
      vertical-align: top;
      max-width: 450px;
      margin-bottom: 30px; }
  .teaser-news-standard__info {
    display: block; }
    .teaser-news-standard__info-date {
      font-family: 'Berling Bold';
      font-style: normal;
      font-weight: 700;
      color: #707070;
      font-size: 22px;
      line-height: 29px; }
      @media (min-width: 992px) {
        .teaser-news-standard__info-date {
          font-size: 15px;
          line-height: 25px; } }
    .teaser-news-standard__info-place {
      display: none; }
    .teaser-news-standard__info-misc {
      display: none; }
  .teaser-news-standard-headline {
    font-family: 'Frutiger Bold Condensed';
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    color: #032910;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 20px;
    margin-top: 19px; }
    @media (min-width: 992px) {
      .teaser-news-standard-headline {
        margin-bottom: 25px;
        font-size: 23px;
        line-height: 35px; } }
  .teaser-news-standard-text {
    font-family: 'Frutiger Roma';
    font-style: normal;
    font-weight: 400;
    display: inline;
    color: #032910;
    font-size: 17px;
    line-height: 29px;
    margin-right: 5px; }
    @media (min-width: 992px) {
      .teaser-news-standard-text {
        font-size: 15px;
        line-height: 25px; } }
  .teaser-news-standard-link {
    display: inline-block; }
    .teaser-news-standard-link span {
      display: none; }
  .teaser-news-standard-link::after {
    display: inline-block;
    content: " ";
    background: url("/assets/images/icons/icon-arrow-down_jv_svg.svg") no-repeat;
    background-size: 100% 100%;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    width: 15px;
    height: 15px; }
    @media (min-width: 992px) {
      .teaser-news-standard-link::after {
        width: 12px;
        height: 12px; } }
  .teaser-news-standard-load-more {
    font-family: 'Frutiger Bold Condensed';
    font-style: normal;
    font-weight: 700;
    -js-display: flex;
    display: flex;
    opacity: 1;
    max-width: 375px;
    width: 100%;
    height: 45px;
    border: 1px solid #9E9265;
    color: #9E9265;
    font-size: 23px;
    line-height: 31px;
    margin-top: 30px;
    justify-content: center;
    align-items: center;
    text-align: center; }
    @media (min-width: 992px) {
      .teaser-news-standard-load-more {
        font-size: 15px;
        line-height: 14px; } }
  .teaser-news-standard--two-items {
    display: none; }
  .teaser-news-standard--three-items {
    display: none; }
  .teaser-news-standard .teaser-news-standard--mw {
    max-width: 660px; }
  .teaser-news-standard .hide {
    display: none; }

.tab-nav-standard {
  margin-top: 40px;
  padding-left: 23.5px;
  padding-right: 23.5px;
  /* @include breakpoint(lg) {
    padding-left: 0;
    padding-right: 0;
  }*/ }
  .tab-nav-standard .h4 {
    opacity: 0;
    display: none;
    margin-bottom: 10px; }
    @media (min-width: 992px) {
      .tab-nav-standard .h4 {
        margin-bottom: 40px; } }
  .tab-nav-standard__nav {
    -js-display: flex;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    max-width: 970px;
    width: 100%;
    border-bottom: 1px solid #ACABAA; }
    @media (min-width: 992px) {
      .tab-nav-standard__nav {
        padding-left: 0;
        padding-right: 0;
        flex-direction: row;
        margin-bottom: 50px; } }
    .tab-nav-standard__nav-display {
      -js-display: flex;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-bottom: 18px;
      cursor: pointer; }
      @media (min-width: 992px) {
        .tab-nav-standard__nav-display {
          opacity: 0;
          display: none; } }
      .tab-nav-standard__nav-display-first {
        font-family: 'Frutiger Roma';
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 26px;
        text-align: center;
        color: #032910; }
      .tab-nav-standard__nav-display .arrow {
        background: url("/assets/images/icons/icon-arrow-up_jv_svg.svg");
        background-size: 100% 100%;
        width: 20px;
        height: 20px;
        margin-right: 20px; }
        .tab-nav-standard__nav-display .arrow--up {
          -webkit-transform-origin: center center;
                  transform-origin: center center;
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg);
          color: #032910; }
        .tab-nav-standard__nav-display .arrow--down {
          background: url("/assets/images/icons/icon-arrow-down_jv_svg.svg");
          color: #707070; }
    .tab-nav-standard__nav .btn {
      font-family: 'Frutiger Bold Condensed';
      font-style: normal;
      font-weight: 700;
      font-size: 24px;
      line-height: 26px;
      letter-spacing: 1px;
      text-align: left;
      color: #9E9265;
      background-color: transparent;
      margin-bottom: 0px;
      text-transform: none;
      padding: 0px;
      padding-bottom: 15px;
      padding-top: 15px;
      width: auto;
      opacity: 0;
      display: none; }
      @media (min-width: 992px) {
        .tab-nav-standard__nav .btn {
          opacity: 1;
          display: block;
          font-size: 16px;
          line-height: 25px;
          margin-left: 40px;
          padding-top: 0;
          padding-left: 0;
          text-align: center; } }
      .tab-nav-standard__nav .btn:first-of-type {
        margin-left: 0; }
    .tab-nav-standard__nav .active {
      border-bottom: 3px solid #011F0C;
      color: #032910; }
    .tab-nav-standard__nav .btn--bt {
      border-top: 1px solid #ACABAA; }
      @media (min-width: 992px) {
        .tab-nav-standard__nav .btn--bt {
          border-top: none; } }
    .tab-nav-standard__nav .btn--bb {
      border-bottom: 1px solid #ACABAA; }
      @media (min-width: 992px) {
        .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: 0 !important; }
  .tab-nav-standard__content {
    opacity: 0;
    display: none;
    flex-direction: column;
    width: 100%;
    max-width: 775px;
    margin-left: auto;
    margin-right: auto; }
    .tab-nav-standard__content--show {
      opacity: 1;
      -js-display: flex;
      display: flex; }

.key-facts {
  width: 100%;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
  margin-top: 30px; }
  @media (min-width: 576px) {
    .key-facts {
      max-width: 100%; } }
  @media (min-width: 768px) {
    .key-facts {
      max-width: 700px; } }
  @media (min-width: 992px) {
    .key-facts {
      max-width: 920px; } }
  .key-facts__text-elem, .key-facts__button {
    display: none; }
  .key-facts__container {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    -js-display: flex;
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 576px) {
      .key-facts__container.content-box {
        margin-left: 23.5px;
        margin-right: 23.5px; } }
    .key-facts__container .key-facts__item {
      position: relative;
      border: 2px solid rgba(158, 146, 101, 0.5);
      border-radius: 100px;
      margin-left: 20px;
      margin-right: 20px;
      margin-top: 40px;
      -js-display: flex;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      width: 125px;
      height: 175px; }
      @media (min-width: 576px) {
        .key-facts__container .key-facts__item {
          width: 89px;
          height: 125px; } }
      @media (min-width: 992px) {
        .key-facts__container .key-facts__item {
          width: 125px;
          height: 175px; } }
      .key-facts__container .key-facts__item img {
        max-height: 50px;
        position: absolute;
        top: 20%; }
        @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
          .key-facts__container .key-facts__item img {
            position: relative;
            top: auto; } }
        @media (min-width: 576px) {
          .key-facts__container .key-facts__item img {
            max-height: 40px; } }
        @media (min-width: 992px) {
          .key-facts__container .key-facts__item img {
            max-height: 50px; } }
  .key-facts--title {
    font-family: 'Frutiger Condensed';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    color: #FAF9F6;
    margin-top: 20px;
    position: absolute;
    bottom: 28%; }
    @media (min-width: 992px) {
      .key-facts--title {
        bottom: 25%; } }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .key-facts--title {
        position: relative;
        bottom: auto; } }
    @media (min-width: 576px) {
      .key-facts--title {
        font-size: 18px; } }
    @media (min-width: 992px) {
      .key-facts--title {
        font-size: 24px; } }
  .key-facts--sub-title {
    position: absolute;
    font-family: 'Frutiger Condensed';
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 10px;
    bottom: 13%;
    color: #FAF9F6; }
    @media (min-width: 992px) {
      .key-facts--sub-title {
        bottom: 10%;
        font-size: 11px;
        line-height: 11px; } }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .key-facts--sub-title {
        position: relative;
        bottom: auto; } }

.news-detail {
  width: 100%;
  max-width: 800px;
  margin: 80px auto 20px auto;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 992px) {
    .news-detail {
      padding-left: 0;
      padding-right: 0; } }
  .news-detail__news {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    -js-display: flex;
    display: flex;
    flex-direction: column; }
  .news-detail__info {
    display: none; }
  .news-detail-text {
    display: block; }
  .news-detail-media {
    display: none; }
    .news-detail-media picture {
      width: 100%;
      height: 100%; }
      .news-detail-media picture img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           font-family: "object-fit:cover";
           object-fit: cover; }
    .news-detail-media video {
      display: none; }
  .news-detail-headline {
    font-family: 'Frutiger Bold Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    color: #032910;
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .news-detail-headline {
        font-size: 35px;
        line-height: 35px; } }
  .news-detail-subHeadline {
    display: none; }
  .news-detail-text {
    font-family: 'Frutiger Roma';
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    line-height: 19px;
    color: #707070; }
    @media (min-width: 992px) {
      .news-detail-text {
        font-size: 15px;
        line-height: 27px; } }
  .news-detail .back-link {
    position: relative;
    order: -1;
    font-family: 'Frutiger Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #BEB489;
    margin-bottom: 30px; }
    .news-detail .back-link:before {
      display: inline-block;
      content: " ";
      background: url("/assets/images/icons/icon-arrow-down_jv_svg.svg") no-repeat;
      background-size: 100% 100%;
      -webkit-transform-origin: center center;
              transform-origin: center center;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      width: 15px;
      height: 15px;
      margin-right: 13px; }
      @media (min-width: 992px) {
        .news-detail .back-link:before {
          width: 10px;
          height: 10px; } }
    @media (min-width: 992px) {
      .news-detail .back-link {
        font-size: 14px;
        line-height: 18px; } }

.teaser-download {
  width: 100%;
  height: 100%; }
  .teaser-download h2 {
    display: none; }
  .teaser-download .text, .teaser-download .user-promp .message p, .user-promp .message .teaser-download p {
    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: 770px;
    padding: 0 15px;
    margin: 0 auto; }
    @media (min-width: 992px) {
      .teaser-download__container {
        flex-direction: row;
        justify-content: space-between;
        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: 175px;
      text-transform: uppercase;
      font-family: 'Frutiger Condensed';
      font-size: 14px;
      margin-top: 25px; }
      @media (min-width: 992px) {
        .teaser-download__container .item {
          margin-right: 5px; } }
      .teaser-download__container .item:last-of-type {
        margin-right: 0; }
      .teaser-download__container .item .overlay {
        display: none; }
      .teaser-download__container .item .title {
        text-transform: none;
        color: #032910;
        font-size: 16px;
        margin-bottom: 5px; }
      .teaser-download__container .item a {
        color: #BEB489;
        text-decoration: none; }
      .teaser-download__container .item img {
        border: 1px solid #beb489;
        margin-bottom: 13px;
        height: 177px; }

.event-detail {
  width: 100%;
  max-width: 773px;
  padding: 70px 20px 0 20px;
  margin: 0 auto; }
  @media (min-width: 992px) {
    .event-detail {
      padding: 70px 0 0 0; } }
  .event-detail__container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    z-index: 100; }
  .event-detail__stage {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    max-width: 1180px;
    height: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 700px; }
    .event-detail__stage picture {
      position: relative;
      width: 100%;
      height: 100%; }
    .event-detail__stage img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         font-family: "object-fit:cover";
         object-fit: cover; }
  .event-detail__info {
    font-family: 'Frutiger Condensed';
    font-style: normal;
    font-weight: 400;
    color: #011F0C;
    font-size: 24px;
    line-height: 32px;
    -js-display: flex;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .event-detail__info {
        margin-bottom: 40px;
        font-size: 17px;
        line-height: 22px;
        flex-direction: row; } }
    .event-detail__info span {
      font-weight: 700; }
    .event-detail__info-place {
      margin-top: 10px; }
      @media (min-width: 992px) {
        .event-detail__info-place {
          margin-left: 20px;
          margin-top: 0px; } }
  .event-detail-media {
    float: right;
    margin-top: 25px;
    display: none;
    width: 25%; }
    @media (min-width: 768px) {
      .event-detail-media {
        display: inline-block;
        position: absolute;
        top: -20px;
        right: 0; } }
    @media (min-width: 993px) {
      .event-detail-media {
        position: relative; } }
    .event-detail-media picture {
      width: 100%;
      height: 100%; }
      .event-detail-media picture img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           font-family: "object-fit:cover";
           object-fit: cover; }
    .event-detail-media video {
      display: none; }

/*
 ---------------------------     ** event-detail text content ** ----------------------------
 */
.event-detail__event {
  max-width: 570px;
  width: auto;
  display: inline-block; }
  .event-detail__event .text, .event-detail__event .user-promp .message p, .user-promp .message .event-detail__event p {
    margin-bottom: 25px; }
  .event-detail__event .h1 {
    font-family: 'Frutiger Bold Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 42px;
    color: #032910;
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .event-detail__event .h1 {
        margin-bottom: 50px; } }
  .event-detail__event .h3 {
    color: #032910; }
  .event-detail__event .link {
    display: none; }

/*
 ---------------------------     ** teaser-flex inside event-detail ** ----------------------------
 */
.event-detail .teaser-flex {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 70px; }

.event-detail .teaser-flex__part-one,
.event-detail .teaser-flex__part-two {
  padding-left: 0;
  padding-right: 0; }

@media (min-width: 768px) {
  .event-detail .teaser-flex__part-one {
    margin-right: 27px; } }

.event-detail .btn {
  background-color: #005F20;
  border-radius: 4px; }

.text-media,
.text-media--no-media {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  width: 100%;
  padding: 50px 23.5px 0 23.5px; }
  @media (min-width: 768px) {
    .text-media,
    .text-media--no-media {
      padding: 30px 60px 0 60px; } }
  @media (min-width: 992px) {
    .text-media,
    .text-media--no-media {
      padding: 40px 0 0 0; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .text-media,
    .text-media--no-media {
      height: 100%; } }
  .text-media .text-media__bg-container,
  .text-media--no-media .text-media__bg-container {
    display: none; }
  .text-media .text-media__headline-above,
  .text-media--no-media .text-media__headline-above {
    padding: 0 10px;
    max-width: 750px; }
    @media (min-width: 992px) {
      .text-media .text-media__headline-above,
      .text-media--no-media .text-media__headline-above {
        padding: 0; } }
    .text-media .text-media__headline-above .h2,
    .text-media--no-media .text-media__headline-above .h2 {
      color: #9E9265; }
  .text-media .text-media__container,
  .text-media--no-media .text-media__container {
    width: 100%;
    padding: 0 10px; }
    @media (min-width: 576px) {
      .text-media .text-media__container,
      .text-media--no-media .text-media__container {
        max-width: 780px;
        padding: 0; } }
    .text-media .text-media__container .text-media__content .h2,
    .text-media--no-media .text-media__container .text-media__content .h2 {
      color: #9E9265; }
    .text-media .text-media__container .text-media__content .h3,
    .text-media--no-media .text-media__container .text-media__content .h3 {
      text-transform: uppercase;
      margin: 0; }
    .text-media .text-media__container .text-media__content .h4,
    .text-media--no-media .text-media__container .text-media__content .h4 {
      margin: 0; }
    .text-media .text-media__container .text-media__content .text, .text-media .text-media__container .text-media__content .user-promp .message p, .user-promp .message .text-media .text-media__container .text-media__content p,
    .text-media--no-media .text-media__container .text-media__content .text,
    .text-media--no-media .text-media__container .text-media__content .user-promp .message p,
    .user-promp .message .text-media--no-media .text-media__container .text-media__content p {
      width: 100%;
      margin-top: 30px; }
      @media (min-width: 768px) {
        .text-media .text-media__container .text-media__content .text, .text-media .text-media__container .text-media__content .user-promp .message p, .user-promp .message .text-media .text-media__container .text-media__content p,
        .text-media--no-media .text-media__container .text-media__content .text,
        .text-media--no-media .text-media__container .text-media__content .user-promp .message p,
        .user-promp .message .text-media--no-media .text-media__container .text-media__content p {
          margin-top: 20px; } }
      @media (min-width: 992px) {
        .text-media .text-media__container .text-media__content .text, .text-media .text-media__container .text-media__content .user-promp .message p, .user-promp .message .text-media .text-media__container .text-media__content p,
        .text-media--no-media .text-media__container .text-media__content .text,
        .text-media--no-media .text-media__container .text-media__content .user-promp .message p,
        .user-promp .message .text-media--no-media .text-media__container .text-media__content p {
          padding-right: 180px; } }
    @media (min-width: 992px) {
      .text-media .text-media__container .text-media__content ol,
      .text-media--no-media .text-media__container .text-media__content ol {
        padding-right: 180px; } }
    .text-media .text-media__container .text-media__content .btn,
    .text-media--no-media .text-media__container .text-media__content .btn {
      margin-top: 30px; }
    .text-media .text-media__container .text-media__content .image-title,
    .text-media--no-media .text-media__container .text-media__content .image-title {
      display: none; }
    .text-media .text-media__container .text-media__media,
    .text-media--no-media .text-media__container .text-media__media {
      display: none; }

.text-media--image-small .text-media__container, .text-media--image-small.image-below .text-media__container {
  -js-display: flex;
  display: flex;
  flex-direction: column; }
  .text-media--image-small .text-media__container .text-media__media, .text-media--image-small.image-below .text-media__container .text-media__media {
    display: block;
    text-align: center; }
    .text-media--image-small .text-media__container .text-media__media .text-media--image, .text-media--image-small.image-below .text-media__container .text-media__media .text-media--image {
      margin-top: 40px; }
      .text-media--image-small .text-media__container .text-media__media .text-media--image .image, .text-media--image-small.image-below .text-media__container .text-media__media .text-media--image .image {
        cursor: default;
        width: 100%;
        max-height: 200px;
        overflow: hidden;
        -o-object-fit: cover;
           font-family: "object-fit:cover";
           object-fit: cover; }
        .text-media--image-small .text-media__container .text-media__media .text-media--image .image img, .text-media--image-small.image-below .text-media__container .text-media__media .text-media--image .image img {
          cursor: default;
          width: 100%;
          overflow: hidden;
          -o-object-fit: cover;
             font-family: "object-fit:cover";
             object-fit: cover; }
    .text-media--image-small .text-media__container .text-media__media .text-media--video, .text-media--image-small.image-below .text-media__container .text-media__media .text-media--video {
      display: none; }
    .text-media--image-small .text-media__container .text-media__media .media-subtitle, .text-media--image-small.image-below .text-media__container .text-media__media .media-subtitle {
      display: none; }

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

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .text-media.text-media--video {
    height: 100%; } }

@media (min-width: 992px) {
  .text-media.text-media--video .text-media__container .text-media__content {
    align-self: flex-start; } }

.text-media.text-media--video .text-media__container .text-media__media {
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .text-media.text-media--video .text-media__container .text-media__media .text-media--image {
    display: none; }
  .text-media.text-media--video .text-media__container .text-media__media .text-media--video {
    position: relative; }
    .text-media.text-media--video .text-media__container .text-media__media .text-media--video video {
      margin-top: 20px;
      margin-right: 20px;
      width: 100%;
      align-self: center; }
      @media (min-width: 992px) {
        .text-media.text-media--video .text-media__container .text-media__media .text-media--video video {
          margin: 0 auto; } }
  .text-media.text-media--video .text-media__container .text-media__media .text-media--video.active:after {
    display: none; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .text-media--image-small .text-media__container .text-media__media, .text-media--image-small.image-below .text-media__container .text-media__media {
    height: 100%; } }

.teaser-event-standard {
  margin: 20px -10px 40px -10px;
  background-color: #032910; }
  @media (min-width: 768px) {
    .teaser-event-standard {
      margin-bottom: 70px; } }
  .teaser-event-standard-container {
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
    justify-content: space-evenly; }
  .teaser-event-standard__event {
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer; }
    @media (min-width: 768px) and (max-width: 992px) {
      .teaser-event-standard__event {
        margin-left: 7px;
        margin-right: 7px; } }
  .teaser-event-standard__event {
    width: 100%;
    -js-display: inline-flex;
    display: inline-flex;
    flex-direction: column;
    margin-bottom: 45px; }
    @media (min-width: 768px) {
      .teaser-event-standard__event {
        width: calc(50% - 14px);
        margin-bottom: 45px; } }
    @media (min-width: 992px) {
      .teaser-event-standard__event {
        width: calc(33.333% - 20px); } }
    .teaser-event-standard__event-info {
      position: relative;
      -js-display: flex;
      display: flex;
      flex-direction: column;
      height: auto;
      width: 100%;
      margin-bottom: 0;
      margin-top: 0;
      z-index: 3;
      background-color: transparent;
      justify-content: flex-start;
      padding-left: 10px; }
      @media (min-width: 768px) {
        .teaser-event-standard__event-info {
          position: relative;
          height: auto;
          background-color: transparent;
          justify-content: flex-start;
          padding-left: 0;
          margin-bottom: 0;
          margin-top: 0; } }
    .teaser-event-standard__event-media {
      position: relative;
      display: block;
      order: -1;
      height: 370px; }
      .teaser-event-standard__event-media .teaser-event-standard-first-img {
        position: relative;
        display: block;
        width: 100%;
        height: 100%; }
        .teaser-event-standard__event-media .teaser-event-standard-first-img img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             font-family: "object-fit:cover";
             object-fit: cover; }
      .teaser-event-standard__event-media .teaser-event-standard-second-img {
        max-height: 58px;
        position: absolute;
        left: 50%;
        bottom: 10px;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        z-index: 5; }
      .teaser-event-standard__event-media-label {
        position: absolute;
        width: 100%;
        height: 85px;
        left: 0;
        bottom: 0;
        background: #032910;
        opacity: .5; }
        .teaser-event-standard__event-media-label p {
          display: none; }
  .teaser-event-standard__info-date, .teaser-event-standard-location {
    font-family: "Frutiger Condensed";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #FAF9F6; }
    @media (min-width: 768px) {
      .teaser-event-standard__info-date, .teaser-event-standard-location {
        font-size: 16px;
        line-height: 16px; } }
  .teaser-event-standard-headline {
    font-family: "Frutiger Bold Condensed";
    font-style: normal;
    font-weight: 700;
    color: #BEB489;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 15px;
    margin-top: 30px;
    order: -1; }
    @media (min-width: 768px) {
      .teaser-event-standard-headline {
        font-size: 16px;
        line-height: 16px; } }
  .teaser-event-standard-text {
    display: none; }
  .teaser-event-standard-link-one {
    display: none; }
  .teaser-event-standard-link-two {
    display: none; }
  .teaser-event-standard-load-more {
    font-family: "Frutiger Bold Condensed";
    font-style: normal;
    font-weight: 700;
    color: #FAF9F6;
    -js-display: flex;
    display: flex;
    opacity: 1;
    max-width: 370px;
    width: 100%;
    height: 45px;
    font-size: 15px;
    line-height: 14px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px solid #FAF9F6;
    border-radius: 4px; }
    @media (max-width: 575px) {
      .teaser-event-standard-load-more {
        margin-left: 15px; } }
  .teaser-event-standard--one-item .teaser-event-standard-container .teaser-event-standard-headline {
    line-height: 1.24;
    margin-top: 10px; }
    @media (min-width: 768px) {
      .teaser-event-standard--one-item .teaser-event-standard-container .teaser-event-standard-headline {
        line-height: 1.18; } }
  .teaser-event-standard--three-items .teaser-event-standard-container {
    -js-display: flex;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start; }
    @media (min-width: 768px) {
      .teaser-event-standard--three-items .teaser-event-standard-container {
        flex-direction: row;
        flex-wrap: wrap;
        padding: 0 10px; } }
    @media (min-width: 1200px) {
      .teaser-event-standard--three-items .teaser-event-standard-container {
        padding: 0; } }
  .teaser-event-standard .hide {
    display: none; }

.back-to-top {
  z-index: 1001;
  position: fixed;
  -js-display: flex;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 20px;
  transition: visibility .5s, opacity .5s ease-in-out;
  visibility: hidden;
  opacity: 0;
  height: 44px;
  pointer-events: none; }
  @media (min-width: 992px) {
    .back-to-top {
      padding-top: 40px;
      padding-bottom: 40px;
      top: 20px;
      bottom: auto; } }
  .back-to-top .arrow-up {
    display: none; }
  .back-to-top--text {
    display: none;
    cursor: pointer;
    font-family: 'Frutiger Bold Condensed';
    font-style: normal;
    font-weight: 700;
    margin-right: 20px;
    font-size: 32px;
    line-height: 1;
    color: #BEB489;
    background-color: #032910;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
    pointer-events: auto;
    padding: 12px 10px 0 10px; }
  .back-to-top::before {
    content: "^";
    -js-display: flex;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Frutiger Bold Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
    color: #BEB489;
    background-color: #032910;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
    pointer-events: auto;
    cursor: pointer;
    padding: 12px 10px 0 10px;
    position: fixed;
    top: 20px;
    right: 20px; }

.back-to-top--visible {
  opacity: 1;
  visibility: visible; }

.teaser-flex {
  -js-display: flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: calc(1180px + 20px);
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto; }
  .teaser-flex > div {
    margin-top: 18px;
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 768px) {
      .teaser-flex > div {
        padding-left: 10px;
        padding-right: 10px; } }
  .teaser-flex .link {
    color: #FAF9F6; }
  @media (min-width: 768px) {
    .teaser-flex {
      flex-direction: row; } }
  .teaser-flex.one-four {
    display: none; }
  .teaser-flex.one-three .teaser-flex__part-one, .teaser-flex.one-three .teaser-flex__part-two, .teaser-flex.one-three .teaser-flex__part-three, .teaser-flex.one-three .teaser-flex__part-four {
    width: 100%; }
  .teaser-flex.one-three .teaser-flex__part-four {
    display: none; }
  .teaser-flex.three-two {
    margin: 0 auto;
    overflow: hidden;
    -js-display: flex;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; }
    @media (min-width: 768px) {
      .teaser-flex.three-two {
        flex-direction: row; } }
    .teaser-flex.three-two .teaser-flex__part-one {
      width: 100%;
      min-height: 100%;
      flex-basis: auto;
      flex-direction: column; }
      @media (min-width: 768px) {
        .teaser-flex.three-two .teaser-flex__part-one {
          flex-basis: auto;
          width: 50%; } }
      @media (min-width: 992px) {
        .teaser-flex.three-two .teaser-flex__part-one {
          flex-basis: auto;
          width: 66.66666%; } }
    .teaser-flex.three-two .teaser-flex__part-two {
      width: 100%;
      -js-display: flex;
      display: flex;
      justify-content: center;
      max-width: 100%;
      flex-basis: auto;
      flex-direction: column; }
      @media (min-width: 768px) {
        .teaser-flex.three-two .teaser-flex__part-two {
          width: 50%; } }
      @media (min-width: 992px) {
        .teaser-flex.three-two .teaser-flex__part-two {
          width: 33.33333%; } }
    .teaser-flex.three-two .teaser-flex__part-three, .teaser-flex.three-two .teaser-flex__part-four {
      display: none; }
  .teaser-flex.two-three {
    overflow: hidden;
    -js-display: flex;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; }
    @media (min-width: 768px) {
      .teaser-flex.two-three {
        flex-direction: row; } }
    .teaser-flex.two-three .teaser-flex__part-one {
      width: 100%;
      -js-display: flex;
      display: flex;
      justify-content: center;
      align-items: flex-start;
      max-width: 100%;
      flex-direction: column;
      flex-basis: auto; }
      @media (min-width: 768px) {
        .teaser-flex.two-three .teaser-flex__part-one {
          width: 50%; } }
      @media (min-width: 992px) {
        .teaser-flex.two-three .teaser-flex__part-one {
          width: 33.33333%; } }
      .teaser-flex.two-three .teaser-flex__part-one > div {
        width: 100%; }
    .teaser-flex.two-three .teaser-flex__part-two {
      width: 100%;
      flex-basis: auto;
      flex-direction: column; }
      @media (min-width: 768px) {
        .teaser-flex.two-three .teaser-flex__part-two {
          width: 50%; } }
      @media (min-width: 992px) {
        .teaser-flex.two-three .teaser-flex__part-two {
          width: 66.66666%; } }
    .teaser-flex.two-three .teaser-flex__part-three, .teaser-flex.two-three .teaser-flex__part-four {
      display: none; }
  .teaser-flex.half-half {
    overflow: hidden;
    width: 100%;
    -js-display: flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column; }
    @media (min-width: 768px) {
      .teaser-flex.half-half {
        flex-direction: row; } }
    .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.half-half .teaser-flex__part-three, .teaser-flex.half-half .teaser-flex__part-four {
      display: none; }
  .teaser-flex .background {
    width: 100%;
    height: 100%;
    display: block; }
    .teaser-flex .background img {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         font-family: "object-fit:cover";
         object-fit: cover;
      display: block; }
  .teaser-flex .teaser-classic, .teaser-flex .teaser-classic__img {
    height: 100%; }
  .teaser-flex .teaser-classic__content {
    display: none; }
  .teaser-flex .text-media--video {
    display: none; }
  .teaser-flex .text-media__content, .teaser-flex .content {
    -js-display: flex;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    order: 1;
    width: 100%;
    max-width: 100%;
    flex-shrink: 1; }
    @media (min-width: 992px) {
      .teaser-flex .text-media__content, .teaser-flex .content {
        max-width: 430px; } }
    .teaser-flex .text-media__content .icon, .teaser-flex .content .icon {
      text-align: left;
      margin-bottom: 30px; }
    .teaser-flex .text-media__content h2, .teaser-flex .content h2 {
      display: block;
      font-weight: 700;
      font-size: 40px;
      color: #FAF9F6;
      letter-spacing: 0.53px;
      line-height: 44px;
      text-transform: none;
      order: 1;
      margin-bottom: 40px;
      margin-top: 0;
      text-align: left; }
    .teaser-flex .text-media__content h3, .teaser-flex .content h3 {
      display: block;
      font-weight: 400;
      font-size: 19px;
      color: #FAF9F6;
      letter-spacing: 0.55px;
      line-height: 25px;
      text-transform: uppercase;
      order: 0;
      text-align: left;
      margin-bottom: 0; }
    .teaser-flex .text-media__content .text, .teaser-flex .text-media__content .user-promp .message p, .user-promp .message .teaser-flex .text-media__content p, .teaser-flex .content .text, .teaser-flex .content .user-promp .message p, .user-promp .message .teaser-flex .content p {
      order: 2;
      font-size: 19px;
      color: #FAF9F6;
      letter-spacing: 0.23px;
      line-height: 28px;
      margin-bottom: 40px;
      max-width: 100%;
      flex-shrink: 1; }
    .teaser-flex .text-media__content .btn, .teaser-flex .content .btn {
      order: 3;
      display: none; }
  .teaser-flex .text-media .text-media__headline-above, .teaser-flex .headline-module .text-media__headline-above {
    display: none; }
  .teaser-flex .text-media .text-media__container, .teaser-flex .text-media .container, .teaser-flex .headline-module .text-media__container, .teaser-flex .headline-module .container {
    -js-display: flex;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0; }
    .teaser-flex .text-media .text-media__container .text-media__media, .teaser-flex .text-media .container .text-media__media, .teaser-flex .headline-module .text-media__container .text-media__media, .teaser-flex .headline-module .container .text-media__media {
      order: 0;
      margin-left: 30px;
      display: block; }
      .teaser-flex .text-media .text-media__container .text-media__media .text-media--video, .teaser-flex .text-media .container .text-media__media .text-media--video, .teaser-flex .headline-module .text-media__container .text-media__media .text-media--video, .teaser-flex .headline-module .container .text-media__media .text-media--video {
        display: none; }
      .teaser-flex .text-media .text-media__container .text-media__media .text-media--image, .teaser-flex .text-media .container .text-media__media .text-media--image, .teaser-flex .headline-module .text-media__container .text-media__media .text-media--image, .teaser-flex .headline-module .container .text-media__media .text-media--image {
        text-align: left; }
  .teaser-flex .linklist h2 {
    display: none; }
  .teaser-flex .linklist .container {
    -js-display: flex;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center; }
  .teaser-flex .linklist .linklist__element {
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: 0.25px;
    text-align: center;
    line-height: 46px;
    border: none;
    display: none;
    margin-bottom: 10px;
    background-color: red;
    height: 60px;
    width: 250px;
    font-size: 17px;
    cursor: pointer;
    flex-direction: row;
    padding: 0 15px;
    justify-content: space-around;
    align-items: center; }
    .teaser-flex .linklist .linklist__element:first-of-type {
      -js-display: flex;
      display: flex; }
    .teaser-flex .linklist .linklist__element div {
      -js-display: flex;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin-left: 10px; }
    .teaser-flex .linklist .linklist__element.icon-info::before, .teaser-flex .linklist .linklist__element.icon-play::before, .teaser-flex .linklist .linklist__element.icon-download::before {
      background-image: url("/assets/images/svg/icon-info_ct_svg.svg");
      background-size: contain;
      background-repeat: no-repeat;
      width: 35px;
      height: 35px;
      content: "";
      display: inline-block; }
    .teaser-flex .linklist .linklist__element .size, .teaser-flex .linklist .linklist__element .type, .teaser-flex .linklist .linklist__element--link, .teaser-flex .linklist .linklist__element .subheadline {
      display: none; }
  .teaser-flex .key-facts {
    padding: 0 15px;
    margin-bottom: 50px;
    width: 100%; }
  .teaser-flex .teaser-img-addon {
    margin-top: 70px;
    max-width: 200px;
    margin-left: 15px; }
  .teaser-flex.one-four {
    display: none; }

.main-content--primary .teaser-flex {
  padding-left: 8px;
  padding-right: 8px; }
  .main-content--primary .teaser-flex > div {
    margin-top: 4px;
    padding-left: 2px;
    padding-right: 2px; }

.main-content .teaser-flex.half-half {
  max-width: 820px !important;
  margin-top: 30px; }
  @media (min-width: 768px) {
    .main-content .teaser-flex.half-half {
      padding-left: 23.5px;
      padding-right: 23.5px; } }
  @media (min-width: 992px) {
    .main-content .teaser-flex.half-half {
      max-width: 840px !important;
      margin-top: 40px; } }
  .main-content .teaser-flex.half-half .teaser-flex__part-one {
    padding-left: 0; }
  .main-content .teaser-flex.half-half .teaser-flex__part-two {
    padding-right: 0; }

#c_0302_teaser_history_standard {
  margin-top: 20px; }

.teaser-history-standard {
  margin-top: 30px;
  width: 100%;
  max-width: 773px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  border-top: solid 1px #BEB489; }
  .teaser-history-standard__background {
    display: none; }
  .teaser-history-standard__container {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 350px; }
    @media (min-width: 768px) {
      .teaser-history-standard__container {
        display: block;
        max-width: 730px; } }
  .teaser-history-standard__info {
    margin-bottom: 35px; }
    .teaser-history-standard__info .year {
      font-family: "Berling Bold";
      font-style: normal;
      font-weight: 700;
      font-size: 20px;
      color: #707070;
      margin-right: 15px; }
      @media (min-width: 768px) {
        .teaser-history-standard__info .year {
          margin-right: 43px; } }
    .teaser-history-standard__info .title {
      font-family: "Frutiger Bold Condensed";
      font-style: normal;
      font-weight: 700;
      font-size: 15px;
      color: #011F0C;
      text-transform: uppercase; }
  .teaser-history-standard__image {
    margin-left: 0; }
    @media (min-width: 768px) {
      .teaser-history-standard__image {
        display: inline-block;
        margin-left: 90px;
        max-width: 275px; } }
    @media (min-width: 768px) and (max-width: 992px) {
      .teaser-history-standard__image {
        max-width: 250px; } }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .teaser-history-standard__image img {
        width: 270px;
        height: 270px; } }
  .teaser-history-standard__content {
    max-width: 350px;
    vertical-align: top;
    margin-top: 40px; }
    @media (min-width: 768px) {
      .teaser-history-standard__content {
        max-width: 300px;
        display: inline-block;
        margin-left: 30px;
        margin-top: 0; } }
    @media (min-width: 768px) and (max-width: 992px) {
      .teaser-history-standard__content {
        max-width: 250px;
        margin-left: 20px; } }
    .teaser-history-standard__content .link {
      display: none; }

.linklist {
  margin: 50px auto;
  max-width: calc(775px + 20px);
  width: 100%;
  padding: 0 10px; }
  .linklist h2 {
    display: none; }
  .linklist .container {
    width: 100%;
    padding-right: unset;
    padding-left: unset;
    margin-right: unset;
    margin-left: unset;
    max-width: unset; }
    .linklist .container .linklist__element:not(:first-child) {
      display: none; }
    .linklist .container .linklist__element div span {
      display: none; }
    .linklist .container .linklist__element div a {
      display: inline-block;
      font-family: 'Frutiger Bold Condensed';
      font-style: normal;
      font-weight: 700;
      font-size: 22px;
      line-height: 48px;
      height: 45px;
      border-radius: 4px;
      color: #FAF9F6;
      background-color: #004417;
      text-align: center;
      padding: 0px 110px; }
      @media (min-width: 992px) {
        .linklist .container .linklist__element div a {
          font-size: 15px;
          line-height: 45px; } }
    .linklist .container .linklist__element div a:hover {
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
      color: #9E9265; }

.teaser-image {
  width: 100%;
  height: 388px;
  max-height: 500px;
  position: relative; }
  @media (min-width: 768px) and (max-width: 992px) {
    .teaser-image {
      height: 300px; } }
  @media (min-width: 768px) {
    .teaser-image {
      max-height: 388px; } }
  .teaser-image__img {
    width: 100%;
    height: 388px;
    transition: -webkit-filter 0.4s;
    transition: filter 0.4s;
    transition: filter 0.4s, -webkit-filter 0.4s;
    z-index: -1;
    position: relative; }
    @media (min-width: 768px) and (max-width: 992px) {
      .teaser-image__img {
        height: 300px; } }
    .teaser-image__img picture {
      width: 100%;
      height: 388px; }
      .teaser-image__img picture img {
        width: 100%;
        height: 388px;
        -o-object-fit: cover;
           font-family: "object-fit:cover";
           object-fit: cover; }
        @media (min-width: 768px) and (max-width: 992px) {
          .teaser-image__img picture img {
            height: 300px; } }
  .teaser-image__content {
    -js-display: flex;
    display: flex;
    flex-direction: column;
    background-color: rgba(0, 34, 12, 0.7); }
    .teaser-image__content .h3, .teaser-image__content .h4 {
      font-family: 'Frutiger Bold Condensed';
      font-style: normal;
      font-weight: 700;
      margin: unset;
      padding: unset;
      max-width: unset;
      margin-left: 25px; }
    .teaser-image__content .h3 {
      font-size: 23px;
      line-height: 23px;
      color: #FAF9F6;
      margin-top: 50px;
      margin-bottom: 5px; }
      @media (min-width: 768px) {
        .teaser-image__content .h3 {
          font-size: 15px;
          line-height: 14px;
          margin-top: 0;
          margin-bottom: 0; } }
    .teaser-image__content .h4 {
      line-height: 17px;
      font-size: 17px;
      color: #BEB489;
      transition: color 0.4s; }
      @media (min-width: 768px) {
        .teaser-image__content .h4 {
          font-size: 23px;
          line-height: 24px; } }
    .teaser-image__content a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0; }
  .teaser-image .teaser-image__content {
    height: 85px;
    margin-top: -85px;
    justify-content: center;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto; }
    .teaser-image .teaser-image__content .h4 {
      margin-bottom: 50px; }
    @media (min-width: 768px) {
      .teaser-image .teaser-image__content .h4 {
        margin-bottom: 0; } }
    .teaser-image .teaser-image__content a {
      max-width: 780px; }

.three-two .teaser-flex__part-one .teaser-image .teaser-image__content,
.two-three .teaser-flex__part-two .teaser-image .teaser-image__content {
  width: 100%;
  height: 85px;
  margin-top: -85px; }
  @media (min-width: 1200px) {
    .three-two .teaser-flex__part-one .teaser-image .teaser-image__content,
    .two-three .teaser-flex__part-two .teaser-image .teaser-image__content {
      height: 388px;
      max-width: 192px;
      margin-top: -388px;
      justify-content: flex-end; }
      .three-two .teaser-flex__part-one .teaser-image .teaser-image__content .h4,
      .two-three .teaser-flex__part-two .teaser-image .teaser-image__content .h4 {
        margin-bottom: 50px; } }

.teaser-image:hover .teaser-image__img {
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7); }

.teaser-image:hover .h4 {
  color: #FAF9F6; }

.teaser-image__video {
  display: none; }

.stage-products {
  width: 100%;
  height: 100%;
  max-width: 1180px;
  min-height: 710px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  border-bottom: 1px solid #9E9265;
  -js-display: flex;
  display: flex;
  flex-direction: column;
  align-content: center;
  background-color: #032910; }
  .stage-products picture {
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 1180px;
    max-height: 710px; }
    .stage-products picture img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         font-family: "object-fit:cover";
         object-fit: cover; }
  .stage-products__content {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 3; }
    .stage-products__content__head {
      display: none; }
    .stage-products__content__items {
      width: 100%;
      height: 100%;
      -js-display: flex;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      padding-top: 100px;
      margin: 0 auto;
      max-width: 700px; }
      @media (min-width: 576px) {
        .stage-products__content__items {
          max-width: 560px; } }
      @media (min-width: 768px) {
        .stage-products__content__items {
          max-width: 770px;
          justify-content: center; } }
      @media (min-width: 992px) {
        .stage-products__content__items {
          max-width: 900px;
          justify-content: center; } }
      @media (min-width: 1200px) {
        .stage-products__content__items {
          max-width: 100%; } }
      .stage-products__content__items__item {
        width: 280px;
        text-align: center;
        font-size: 28px;
        line-height: 31px;
        font-family: 'Frutiger Condensed';
        font-style: normal;
        font-weight: 400;
        text-align: center;
        align-items: center;
        overflow: visible;
        margin: 0 50px 100px 50px; }
        @media (min-width: 576px) {
          .stage-products__content__items__item {
            margin: 0 0 100px 0; } }
        @media (min-width: 768px) {
          .stage-products__content__items__item {
            width: 256px; } }
        @media (min-width: 992px) {
          .stage-products__content__items__item {
            width: 175px;
            font-size: 16px;
            line-height: 21px;
            margin: 0 25px 100px 25px; } }
        .stage-products__content__items__item-headline {
          color: #9E9265; }
        .stage-products__content__items__item-subHeadline {
          color: #FAF9F6;
          margin-bottom: 20px; }
          @media (min-width: 992px) {
            .stage-products__content__items__item-subHeadline {
              margin-bottom: 50px; } }
        .stage-products__content__items__item-image {
          height: 420px;
          max-width: none; }
          .stage-products__content__items__item-image img {
            height: 420px;
            max-width: none; }
        .stage-products__content__items__item a:last-of-type {
          display: none; }

/*.stage-products__content__items__item:not(last-child){
  margin-right: 100px;

  @include breakpoint(lg) {
    margin-right: 50px;
  }
}
*/
#c_0203_content_box {
  margin-top: 20px; }

.content-box {
  margin: 40px auto 0 auto; }
  @media (min-width: 992px) {
    .content-box {
      padding: 0; } }

.content-box__container {
  padding-left: 23.5px;
  padding-right: 23.5px; }
  @media (min-width: 768px) {
    .content-box__container {
      display: inline-block; } }

.content-box__container .content-table .btn,
.content-box__container .content-text .btn {
  margin-top: 20px;
  margin-bottom: 0; }

.content-box__link {
  padding-left: 23.5px;
  padding-right: 23.5px; }

@media (min-width: 992px) {
  .content-box__container:first-child {
    margin-right: 27px; } }

.content-box__container:nth-child(2) {
  float: right; }

.content-box .btn {
  text-align: center;
  clear: both; }

/*
---------------------------- ** hidden elements ** ----------------------------
 */
/*
---------------------------- ** content-text in content-box ** ----------------------------
 */
.content-box .content-text .text, .content-box .content-text .user-promp .message p, .user-promp .message .content-box .content-text p {
  font-family: 'Frutiger Condensed';
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 35px; }
  @media (min-width: 768px) {
    .content-box .content-text .text, .content-box .content-text .user-promp .message p, .user-promp .message .content-box .content-text p {
      font-size: 17px;
      line-height: 25px; } }

/*
---------------------------- ** content-box column layout ** ----------------------------
 */
.content-box.one-column {
  max-width: 840px;
  width: 100%; }

.content-box.one-column .content-box__container {
  display: block; }
  @media (min-width: 768px) {
    .content-box.one-column .content-box__container {
      display: block;
      width: 100%;
      text-align: center; } }
  .content-box.one-column .content-box__container * {
    text-align: left; }
  .content-box.one-column .content-box__container .btn {
    text-align: center; }

.content-box.two-columns {
  width: 100%;
  max-width: 840px;
  padding-left: 37.5px;
  padding-right: 37.5px; }
  @media (min-width: 768px) {
    .content-box.two-columns {
      max-width: 1180px;
      padding-left: 100px;
      padding-right: 100px; } }
  .content-box.two-columns .content-box__container {
    padding-left: 0;
    padding-right: 0; }
  .content-box.two-columns .content-box__link {
    padding-left: 0;
    padding-right: 0; }

@media (min-width: 768px) {
  .main-content .content-box.two-columns {
    max-width: 840px; } }

.content-box.two-columns .content-box__container {
  width: 100%;
  display: block; }
  @media (min-width: 768px) {
    .content-box.two-columns .content-box__container {
      display: inline-block;
      width: 48%; } }

@media (max-width: 575px) {
  .main-content .content-box:not(.two-columns) {
    padding-left: 13.5px;
    padding-right: 13.5px; } }

@media (min-width: 576px) {
  .main-content .content-box {
    padding-left: 0;
    padding-right: 0; }
    .main-content .content-box.two-columns {
      padding-left: 23.5px;
      padding-right: 23.5px; } }

.splitteaser {
  max-width: 1180px;
  margin: 20px auto;
  padding-left: 37.5px;
  padding-right: 37.5px;
  -js-display: flex;
  display: flex;
  flex-direction: column; }
  @media (min-width: 576px) {
    .splitteaser {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 768px) {
    .splitteaser {
      padding-left: 0;
      padding-right: 0; }
      .splitteaser .splitteaser__partOne .splitteaser__content {
        padding: 0;
        padding-right: 13.5px;
        margin-left: 100px; }
      .splitteaser .splitteaser__partTwo .splitteaser__content {
        padding: 0;
        padding-left: 13.5px;
        margin-right: 100px; } }
  @media (min-width: 576px) {
    .splitteaser {
      width: 100%;
      flex-direction: row;
      min-height: 390px; } }
  .splitteaser--v1 {
    flex-direction: column-reverse; }
    @media (min-width: 576px) {
      .splitteaser--v1 {
        flex-direction: row; } }
    .splitteaser--v1 .splitteaser__partOne .splitteaser__content--img {
      display: none; }
    .splitteaser--v1 .splitteaser__partTwo {
      border-top: 1px solid #ACABAA; }
      .splitteaser--v1 .splitteaser__partTwo .splitteaser__bg, .splitteaser--v1 .splitteaser__partTwo h2, .splitteaser--v1 .splitteaser__partTwo h3, .splitteaser--v1 .splitteaser__partTwo p {
        display: none; }
  .splitteaser--v2 .splitteaser__partOne {
    border-top: 1px solid #ACABAA; }
    .splitteaser--v2 .splitteaser__partOne .splitteaser__bg, .splitteaser--v2 .splitteaser__partOne h2, .splitteaser--v2 .splitteaser__partOne h3, .splitteaser--v2 .splitteaser__partOne p {
      display: none; }
  .splitteaser--v2 .splitteaser__partTwo .splitteaser__content--img {
    display: none; }
  .splitteaser__partOne, .splitteaser__partTwo {
    padding-top: 20px;
    -js-display: flex;
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    position: relative; }
    @media (min-width: 576px) {
      .splitteaser__partOne, .splitteaser__partTwo {
        width: 50%;
        border-top: 1px solid #004417; } }
    @media (min-width: 992px) {
      .splitteaser__partOne, .splitteaser__partTwo {
        min-height: 390px; } }
  .splitteaser .splitteaser__bg {
    position: relative;
    display: none;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    @media (min-width: 576px) {
      .splitteaser .splitteaser__bg {
        display: block; } }
    .splitteaser .splitteaser__bg img {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         font-family: "object-fit:cover";
         object-fit: cover;
      max-height: 390px; }
      @media (min-width: 576px) {
        .splitteaser .splitteaser__bg img {
          height: 100%;
          width: 100%;
          -o-object-fit: cover;
             font-family: "object-fit:cover";
             object-fit: cover; } }
  .splitteaser .splitteaser__content {
    -js-display: flex;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    z-index: 3; }
    @media (min-width: 576px) {
      .splitteaser .splitteaser__content {
        padding-left: 37.5px;
        padding-right: 37.5px; } }
    .splitteaser .splitteaser__content h2 {
      font-family: 'Frutiger Bold Condensed';
      font-style: normal;
      font-weight: 700;
      font-size: 23px;
      line-height: 33px;
      color: #BEB489;
      margin-bottom: 25px;
      text-align: left;
      width: 100%; }
      @media (min-width: 576px) {
        .splitteaser .splitteaser__content h2 {
          font-size: 20px;
          line-height: 25px;
          max-width: 400px; } }
    .splitteaser .splitteaser__content p {
      font-family: 'Frutiger Condensed';
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      line-height: 25px;
      text-align: left;
      color: #FAF9F6;
      margin-bottom: 30px;
      width: 100%;
      max-width: 400px; }
      @media (min-width: 576px) {
        .splitteaser .splitteaser__content p {
          font-size: 16px;
          line-height: 25px;
          margin-bottom: 0; } }
    .splitteaser .splitteaser__content--img {
      width: 100%;
      height: auto;
      max-height: 370px; }
    .splitteaser .splitteaser__content a, .splitteaser .splitteaser__content h3 {
      display: none; }

.media-list {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 1180px;
  margin: 40px auto;
  border-bottom: 1px solid #9E9265;
  border-top: 1px solid #9E9265;
  -js-display: flex;
  display: flex;
  flex-direction: column;
  align-content: center;
  background-color: #032910; }
  .media-list picture {
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 1180px;
    max-height: 470px; }
    .media-list picture img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         font-family: "object-fit:cover";
         object-fit: cover; }
  .media-list__background {
    position: absolute;
    overflow: hidden;
    max-width: 1180px;
    height: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0; }
    .media-list__background picture {
      position: relative;
      width: 100%;
      height: 100%;
      max-height: none; }
      .media-list__background picture img {
        -o-object-fit: cover;
           font-family: "object-fit:cover";
           object-fit: cover;
        width: 100%;
        height: 100%; }
  .media-list-text {
    display: none; }
  .media-list .h3 {
    position: relative;
    z-index: 3;
    margin-top: 80px;
    text-align: center;
    font-size: 34px;
    line-height: 32px; }
    @media (min-width: 992px) {
      .media-list .h3 {
        font-size: 30px;
        line-height: 28px; } }
  .media-list__items {
    position: relative;
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    -js-display: flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 50px;
    z-index: 3; }
    .media-list__items__item {
      width: 150px;
      height: 220px;
      text-align: center;
      font-size: 22px;
      line-height: 24px;
      font-family: 'Frutiger Condensed';
      font-style: normal;
      font-weight: 400;
      text-align: center;
      align-items: center;
      overflow: visible;
      margin: 0 10px;
      margin-bottom: 60px;
      -js-display: flex;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      color: #FAF9F6; }
      @media (min-width: 992px) {
        .media-list__items__item {
          font-size: 16px;
          line-height: 21px; } }
      .media-list__items__item img {
        max-height: 150px;
        max-width: 150px; }
      .media-list__items__item a:first-of-type {
        pointer-events: none;
        cursor: default; }
      .media-list__items__item-headline {
        margin-top: 40px; }
      .media-list__items__item-link {
        display: none; }

.stage-product-intro {
  background-color: #032910;
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  -js-display: flex;
  display: flex;
  flex-direction: column;
  position: relative; }
  @media (min-width: 992px) {
    .stage-product-intro {
      min-height: 900px; } }
  .stage-product-intro__first {
    width: 100%;
    height: 500px;
    max-width: inherit;
    order: 2; }
    .stage-product-intro__first picture {
      position: absolute;
      width: 100%;
      height: inherit;
      max-width: inherit; }
      .stage-product-intro__first picture img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           font-family: "object-fit:cover";
           object-fit: cover; }
    .stage-product-intro__first__content {
      position: relative;
      z-index: 5;
      height: 100%;
      max-width: 375px;
      margin-left: 20px;
      padding-bottom: 30px;
      -js-display: flex;
      display: flex;
      flex-direction: column;
      justify-content: flex-end; }
      @media (max-width: 575px) {
        .stage-product-intro__first__content {
          margin-left: 37.5px; } }
      @media (min-width: 576px) {
        .stage-product-intro__first__content {
          margin-left: 37.5px; } }
      @media (min-width: 768px) {
        .stage-product-intro__first__content {
          margin-left: 100px;
          padding-bottom: 90px; } }
      .stage-product-intro__first__content .h2, .stage-product-intro__first__content .h3 {
        font-family: 'Frutiger Bold Condensed';
        font-style: normal;
        font-weight: 700;
        color: #FAF9F6; }
      .stage-product-intro__first__content .h2 {
        font-size: 54px;
        line-height: 46px;
        margin-bottom: 20px; }
        @media (min-width: 768px) {
          .stage-product-intro__first__content .h2 {
            font-size: 48px;
            line-height: 42px; } }
      .stage-product-intro__first__content .h3 {
        font-size: 23px;
        line-height: 34px;
        max-width: 50%; }
        @media (min-width: 768px) {
          .stage-product-intro__first__content .h3 {
            font-size: 23px;
            line-height: 24px;
            max-width: 100%; } }
  .stage-product-intro__second {
    position: relative;
    z-index: 2;
    max-width: inherit;
    width: 100%;
    order: 3; }
    .stage-product-intro__second picture {
      position: absolute;
      width: 100%;
      height: 350px;
      max-width: inherit;
      z-index: 2; }
      .stage-product-intro__second picture img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           font-family: "object-fit:cover";
           object-fit: cover;
        z-index: 2; }
    .stage-product-intro__second__content {
      position: relative;
      z-index: 2;
      margin-left: 37.5px;
      margin-right: 37.5px;
      margin-top: 30px;
      -js-display: flex;
      display: flex;
      flex-direction: column; }
      @media (min-width: 576px) {
        .stage-product-intro__second__content {
          margin-top: 40px; } }
      @media (min-width: 768px) {
        .stage-product-intro__second__content {
          width: 100%;
          max-width: 38%;
          margin-left: 100px;
          margin-top: 80px;
          margin-right: 0px; } }
      .stage-product-intro__second__content .h3 {
        font-family: 'Frutiger Bold Condensed';
        font-style: normal;
        font-weight: 700;
        color: #BEB489;
        font-size: 26px;
        line-height: 32px; }
        @media (min-width: 768px) {
          .stage-product-intro__second__content .h3 {
            font-size: 20px;
            line-height: 25px; } }
      .stage-product-intro__second__content p {
        font-family: 'Frutiger Condensed';
        font-style: normal;
        font-weight: 400;
        color: #FAF9F6;
        font-size: 17px;
        line-height: 29px; }
        @media (min-width: 768px) {
          .stage-product-intro__second__content p {
            font-size: 16px;
            line-height: 25px; } }
      .stage-product-intro__second__content a {
        display: none; }
  .stage-product-intro__third {
    position: absolute;
    order: 1;
    right: 0;
    display: none; }
    @media (min-width: 576px) {
      .stage-product-intro__third {
        right: 0%; } }
    @media (min-width: 768px) {
      .stage-product-intro__third {
        display: block;
        z-index: 5;
        top: 0;
        margin-top: 130px; } }
    @media (min-width: 1296px) {
      .stage-product-intro__third {
        right: 0%; } }
    .stage-product-intro__third picture {
      width: 100%;
      height: 100%;
      z-index: 30;
      position: relative; }
      .stage-product-intro__third picture img {
        position: relative;
        z-index: 30;
        height: 100%;
        width: 100%; }

.main-content:not(.main-content--secondary):not(.main-content--primary) {
  -js-display: flex;
  display: flex;
  background-color: #FAF9F6;
  max-width: 1180px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  flex-direction: column;
  z-index: 100;
  padding: 10px 0 50px 0; }
  @media (min-width: 992px) {
    .main-content:not(.main-content--secondary):not(.main-content--primary) {
      padding: 30px 0 90px 0; } }
  .main-content:not(.main-content--secondary):not(.main-content--primary).stage-included {
    width: calc(100% - 30px); }

.main-content.stage-included {
  margin-top: 250px; }
  @media (min-width: 576px) {
    .main-content.stage-included {
      max-width: 693px !important;
      padding-left: 40px;
      padding-right: 40px; } }
  @media (min-width: 992px) {
    .main-content.stage-included {
      max-width: 913px !important;
      margin-top: 350px; } }
  @media (min-width: 1200px) {
    .main-content.stage-included {
      max-width: 1094px !important; } }

.content-table, .content-text {
  border: 2px solid #9E9265;
  border-radius: 4px;
  padding: 28px;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .content-table, .content-text {
      border: 2px solid #9E9265;
      display: inline-block;
      width: 100%;
      max-width: 473px; } }
  @media (min-width: 992px) {
    .content-table, .content-text {
      margin-bottom: 20px; } }

.content-text .text, .content-text .user-promp .message p, .user-promp .message .content-text p {
  font-size: 23px; }

/*
------------------------------------- table 100% width -------------------------------------
 */
.content-table.width-100, .content-text.width-100 {
  width: 100%;
  max-width: 100%; }

.content-table.width-100 tbody tr td:nth-child(2) {
  text-align: right;
  width: 50%; }

.content-table-headline, .h3 {
  font-size: 23px;
  font-family: 'Frutiger Bold Condensed';
  font-style: normal;
  font-weight: 700;
  color: #BEB489;
  text-transform: uppercase;
  margin-bottom: 25px; }
  @media (min-width: 768px) {
    .content-table-headline, .h3 {
      font-size: 17px; } }

.content-table__table,
.content-table-text,
.content-table__caption {
  color: #BEB489;
  font-size: 23px;
  font-family: 'Frutiger Condensed';
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  width: 100%; }
  @media (min-width: 768px) {
    .content-table__table,
    .content-table-text,
    .content-table__caption {
      font-size: 17px;
      color: #FAF9F6; } }
  .content-table__table .bold,
  .content-table-text .bold,
  .content-table__caption .bold {
    font-family: 'Frutiger Condensed';
    font-style: normal;
    font-weight: 400; }
    @media (min-width: 768px) {
      .content-table__table .bold,
      .content-table-text .bold,
      .content-table__caption .bold {
        font-family: 'Frutiger Bold Condensed';
        font-style: normal;
        font-weight: 700; } }
  .content-table__table tbody tr,
  .content-table-text tbody tr,
  .content-table__caption tbody tr {
    -js-display: flex;
    display: flex;
    padding: 20px 0; }
    @media (min-width: 768px) {
      .content-table__table tbody tr,
      .content-table-text tbody tr,
      .content-table__caption tbody tr {
        padding: 5px 0; } }
  .content-table__table tbody tr:not(last-child),
  .content-table-text tbody tr:not(last-child),
  .content-table__caption tbody tr:not(last-child) {
    border-bottom: 2px solid rgba(17, 50, 29, 0.76); }
    @media (min-width: 768px) {
      .content-table__table tbody tr:not(last-child),
      .content-table-text tbody tr:not(last-child),
      .content-table__caption tbody tr:not(last-child) {
        border: none; } }
  .content-table__table tbody tr,
  .content-table-text tbody tr,
  .content-table__caption tbody tr {
    flex: 1 0 auto; }
  .content-table__table tbody tr td,
  .content-table-text tbody tr td,
  .content-table__caption tbody tr td {
    flex-basis: auto;
    display: inline-block; }
  .content-table__table tbody tr td:first-child,
  .content-table-text tbody tr td:first-child,
  .content-table__caption tbody tr td:first-child {
    width: 50%;
    order: 1;
    margin-right: 10px; }
  .content-table__table tbody tr td:nth-child(2),
  .content-table-text tbody tr td:nth-child(2),
  .content-table__caption tbody tr td:nth-child(2) {
    text-align: center;
    order: 3;
    width: 20%;
    margin-right: 10px; }
    @media (min-width: 768px) {
      .content-table__table tbody tr td:nth-child(2),
      .content-table-text tbody tr td:nth-child(2),
      .content-table__caption tbody tr td:nth-child(2) {
        order: 2; } }
  .content-table__table tbody tr td:nth-child(3),
  .content-table-text tbody tr td:nth-child(3),
  .content-table__caption tbody tr td:nth-child(3) {
    text-align: center;
    order: 2;
    width: 20%; }
    @media (min-width: 768px) {
      .content-table__table tbody tr td:nth-child(3),
      .content-table-text tbody tr td:nth-child(3),
      .content-table__caption tbody tr td:nth-child(3) {
        order: 3; } }

.content-table-text {
  line-height: 1.25; }

.content-table__caption {
  margin-top: 2rem; }

/*
---------------------------- ** content-box in main-content ** ----------------------------
 */
.main-content .content-table__table,
.main-content .content-table__caption,
.main-content .content-table-text {
  color: #032910; }

.main-content--secondary .content-table__table,
.main-content--secondary .content-table__caption,
.main-content--secondary .content-table-text {
  color: #FAF9F6; }

.main-content tbody tr:not(last-child) {
  border-bottom: 2px solid rgba(192, 180, 138, 0.24); }
  @media (min-width: 768px) {
    .main-content tbody tr:not(last-child) {
      border-bottom: 2px solid rgba(192, 180, 138, 0.24); } }

.main-content tbody tr td:first-child {
  width: 70%; }

.main-content tbody tr td:nth-child(2) {
  width: 30%;
  text-align: right; }

.nutrition-info {
  margin: 0 auto;
  width: 100%;
  max-width: 1180px;
  font-family: 'Frutiger Condensed';
  font-size: 16px;
  line-height: 24px;
  color: #FAF9F6; }
  .nutrition-info__intro {
    margin-bottom: 2rem; }
    .nutrition-info__intro h2 {
      margin-bottom: 3rem;
      font-family: 'Frutiger Bold Condensed';
      font-style: normal;
      font-weight: 700;
      color: #BEB489; }
  .nutrition-info__container {
    -js-display: flex;
    display: flex;
    width: 100%;
    flex-wrap: wrap; }
  .nutrition-info__media {
    display: none;
    flex: 1;
    justify-content: center;
    align-items: center;
    position: relative; }
    @media (min-width: 768px) {
      .nutrition-info__media {
        -js-display: flex;
        display: flex; } }
  .nutrition-info__image img {
    display: block;
    height: 100%;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
       font-family: "object-fit:contain";
       object-fit: contain;
    position: absolute;
    left: 0;
    top: 0; }
  .nutrition-info__content {
    flex: 1 1 auto;
    flex-direction: row;
    width: 100%; }
  .nutrition-info__table {
    -js-display: inline-flex;
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    max-width: 500px;
    padding-right: 2rem; }
    @media (min-width: 576px) {
      .nutrition-info__table {
        padding-right: 0; } }
    @media (min-width: 768px) {
      .nutrition-info__table {
        margin-right: 2rem; } }
    .nutrition-info__table-heading {
      margin-bottom: 2rem; }
      .nutrition-info__table-heading h3 {
        margin-bottom: 0.5rem;
        color: #BEB489; }
      .nutrition-info__table-heading h5 {
        color: #BEB489; }
    .nutrition-info__table-data {
      border-collapse: collapse;
      width: 100%;
      max-width: 500px; }
      .nutrition-info__table-data tr {
        border: 1px solid #BEB489;
        border-left: none;
        border-right: none; }
        .nutrition-info__table-data tr:first-of-type {
          border-top-width: 3px; }
        .nutrition-info__table-data tr td {
          padding: 7px;
          text-align: center;
          color: #FAF9F6; }
          .nutrition-info__table-data tr td:first-of-type {
            text-align: left;
            padding-left: 0; }
          .nutrition-info__table-data tr td:last-of-type {
            text-align: right;
            padding-right: 0; }
  .nutrition-info__caption {
    -js-display: inline-flex;
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    margin-top: 2rem; }
    @media (min-width: 768px) {
      .nutrition-info__caption {
        width: auto;
        margin-top: 0; } }
  .nutrition-info__media + .nutrition-info__content {
    flex-direction: column; }
    @media (min-width: 768px) {
      .nutrition-info__media + .nutrition-info__content {
        padding-left: 2rem;
        max-width: 500px; } }
    .nutrition-info__media + .nutrition-info__content .nutrition-info__table,
    .nutrition-info__media + .nutrition-info__content .nutrition-info__caption {
      width: 100%; }
    .nutrition-info__media + .nutrition-info__content .nutrition-info__table + .nutrition-info__caption {
      margin-top: 2rem;
      padding-left: 0; }
  .nutrition-info--reversed .nutrition-info__container {
    flex-direction: row-reverse; }
  @media (min-width: 768px) {
    .nutrition-info--reversed .nutrition-info__media + .nutrition-info__content {
      padding-left: 0;
      padding-right: 2rem; } }
  .nutrition-info--reversed .nutrition-info__table + .nutrition-info__caption {
    margin-top: 2rem; }

.darksite {
  display: none;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  margin: 0 auto;
  width: 100%;
  background-color: #FAF9F6; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .darksite {
      justify-content: inherit; } }
  .darksite a {
    color: #032910; }
  .darksite .text, .darksite .user-promp .message p, .user-promp .message .darksite p {
    margin-bottom: .75rem;
    color: #032910; }
  .darksite .date {
    font-family: "Frutiger Roma";
    font-size: inherit;
    margin-bottom: .5rem;
    color: #032910; }
  .darksite__close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    font-weight: bold; }
  .darksite__teaser {
    max-width: 1180px;
    padding: 20px;
    position: relative;
    cursor: pointer;
    width: 100%;
    margin: 0 auto;
    flex-direction: column; }
    .darksite__teaser h2 {
      font-family: "Berling Bold";
      font-size: 1.25rem;
      text-align: left;
      margin-bottom: 1.25rem; }
  .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-family: "Berling Bold";
      font-size: 1.25rem;
      text-align: left;
      margin-bottom: 1.25rem;
      color: #032910;
      width: 80%; }
      @media (min-width: 992px) {
        .darksite__overlay h2 {
          width: 100%; } }
    .darksite__overlay .links {
      -js-display: flex;
      display: flex;
      flex-direction: column;
      color: #032910; }
    .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;
        position: absolute;
        top: 50%;
        background-color: #FAF9F6;
        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/icon-arrow-down_jv_svg.svg");
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg);
          z-index: 1;
          background-repeat: no-repeat;
          left: 0; }
        .darksite__overlay--gallery-arrow--right {
          background-image: url("/assets/images/icons/icon-arrow-down_jv_svg.svg");
          -webkit-transform: rotate(270deg);
                  transform: rotate(270deg);
          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: 250px; }
          @media (min-width: 992px) {
            .darksite__overlay--gallery-content img {
              max-width: 580px;
              max-height: 350px; } }
  .darksite__close {
    background-color: #FAF9F6;
    border-radius: 50%;
    width: 35px;
    height: 35px; }
    .darksite__close:after {
      content: "";
      display: block;
      position: relative;
      background: url("/assets/images/icons/icon_close_jv_svg.svg") center center no-repeat;
      width: 35px;
      height: 35px;
      margin-left: auto;
      margin-right: auto;
      z-index: 6; }

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

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

.slick-list {
  overflow-x: hidden; }

.gallery-background {
  background-color: #FAF9F6;
  margin: 30px 10px; }

.gallery-section {
  padding-top: 32px; }

.gallery-head-text {
  margin-top: 30px; }
  .gallery-head-text .h3 {
    font-family: 'Frutiger Bold Condensed';
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 14px;
    padding-left: 9px;
    color: #ACABAA; }
  .gallery-head-text .text, .gallery-head-text .user-promp .message p, .user-promp .message .gallery-head-text p {
    color: #707070;
    font-family: 'Berling Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    padding-left: 9px;
    margin-bottom: 32px; }
  .gallery-head-text__link {
    display: none; }

.gallery-section__container {
  width: 100%;
  max-width: 775px;
  margin: 0 auto; }

.btn-hide {
  display: none;
  opacity: 0; }

.modal__container--gallery {
  overflow-y: visible;
  padding: 0;
  background: transparent; }

.modal__content--gallery {
  margin: 0; }

.modal__overlay--gallery {
  overflow-y: scroll;
  z-index: 9999; }

.modal__overlay {
  flex-direction: column; }

.clearfix {
  overflow: hidden; }

.load-more-container {
  -js-display: flex;
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 40px; }

.load-more__text {
  border-bottom: 2px solid #011F0C;
  padding-bottom: 3px;
  cursor: pointer; }

.gallery-lightbox {
  max-width: 940px; }

.gallery-lightbox__arrow {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 0;
  z-index: 1;
  color: white;
  text-align: center;
  padding-top: 19px; }

.gallery-lightbox .gallery-lightbox__close {
  font-family: 'Frutiger Bold Condensed';
  font-style: normal;
  font-weight: 700;
  width: auto;
  color: #FAF9F6;
  -js-display: flex;
  display: flex;
  position: absolute;
  flex-direction: row;
  top: 70px;
  right: 40px;
  font-size: 12px;
  line-height: 12px;
  cursor: pointer; }

.gallery-lightbox__close::after {
  display: block;
  content: "";
  width: 35px;
  height: 35px;
  -webkit-transform: translateY(-11px);
          transform: translateY(-11px);
  background: url("/assets/images/icons/icon_close_jv_svg.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center; }

.gallery-lightbox__arrow--left {
  left: 0;
  right: auto;
  background: url("/assets/images/icons/icon-arrow-white_jv_svg.svg");
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center; }

.gallery-lightbox__arrow--right {
  left: auto;
  right: 0;
  background: url("/assets/images/icons/icon-arrow-white_jv_svg.svg");
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center; }

.gallery-slider {
  width: 100%;
  max-width: 580px;
  min-height: 590px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  border-radius: 4px;
  background-color: #FAF9F6; }

.gallery-slider-container {
  -js-display: flex;
  display: flex;
  flex-direction: column-reverse; }

.gallery-slider-picture {
  width: 100%;
  height: 100%;
  max-width: 500px;
  max-height: 380px;
  -o-object-fit: contain;
     font-family: "object-fit:contain";
     object-fit: contain; }

.gallery-slider-text {
  width: 100%;
  margin-top: 30px; }

.gallery-slider-text-container .gallery-slider-title,
.gallery-slider-text-container .gallery-slider-description {
  font-family: 'Frutiger Light';
  font-style: normal;
  color: #032910;
  font-size: 17px;
  line-height: 18px; }

.gallery-slider-text-container .gallery-slider-title,
.gallery-slider-text-container .h3 {
  font-weight: 600;
  margin-bottom: 10px; }

.gallery-slider-text-container .gallery-slider-description {
  font-weight: 300;
  margin-bottom: 25px; }

.gallery-slider-text-container .gallery-slider-subtitle,
.gallery-slider-text-container .gallery-label,
.gallery-slider-text-container .text,
.gallery-slider-text-container .user-promp .message p,
.user-promp .message .gallery-slider-text-container p {
  font-family: 'Frutiger Roma';
  font-style: normal;
  font-weight: 400;
  color: #707070;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 0; }

.gallery-slider-text-container--link, .gallery-slider-text-container .gallery-slider-text-container--quelle {
  display: none; }

.gallery-slider-text-container .gallery-slider-label,
.gallery-slider-text-container .gallery-label {
  font-weight: 800;
  margin-right: 5px; }

.json-gallery .gallery-item-container,
.gallery-standard .gallery {
  margin-bottom: 50px; }

.gallery-standard .gallery-link,
.json-gallery .gallery-item-container > li {
  width: 25%;
  height: 100%;
  float: left;
  cursor: zoom-in;
  position: relative; }
  @media (max-width: 575px) {
    .gallery-standard .gallery-link,
    .json-gallery .gallery-item-container > li {
      width: 50%; } }

.gallery-container {
  margin: 7px 9px; }

.gallery-text {
  font-family: 'Frutiger Condensed', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #707070;
  margin-top: 15px; }

.gallery-text--hidden {
  display: none; }

.gallery-block {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 135px;
  border: 5px solid white;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1); }
  @media (min-width: 768px) {
    .gallery-block {
      min-height: 175px; } }

.gallery-image {
  position: absolute;
  width: 100%;
  height: 100%; }
  .gallery-image:hover {
    opacity: 0.7; }

.gallery-image__element {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover; }

.gallery-filter {
  display: block;
  width: 100%; }

.gallery-filter-item {
  display: none; }

.gallery-filter-tag {
  font-family: 'Frutiger Bold Condensed';
  font-style: normal;
  font-weight: 700;
  text-transform: none;
  font-size: 22px;
  line-height: 26px;
  padding-left: 9px;
  color: #ACABAA; }
  @media (min-width: 992px) {
    .gallery-filter-tag {
      font-size: 15px;
      line-height: 14px; } }

.js-load-more {
  border-radius: 4px;
  padding: 16px 40px;
  min-width: 375px;
  height: 45px;
  border: 1px solid #032910;
  color: #032910;
  font-size: 15px;
  line-height: 14px;
  text-align: center;
  background-color: transparent; }

#wilo-light-box-demo {
  display: none; }

#wilo-light-box-demo.is-open {
  display: block; }

.modal {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif; }

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  -js-display: flex;
  display: flex;
  justify-content: initial;
  align-items: center; }

.modal__container {
  position: relative;
  padding: 30px;
  max-width: 650px;
  width: 100%;
  box-sizing: border-box; }

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

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #032910;
  box-sizing: border-box; }

.modal__close {
  background: transparent;
  border: 0; }

.modal__header .modal__close:before {
  content: "\2715"; }

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8); }

.modal__btn {
  font-size: .875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: .25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out, -webkit-transform .25s ease-out; }

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05); }

.modal__btn-primary {
  background-color: #00449e;
  color: #fff; }

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

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

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

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

@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%); } }

@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%); } }

.micromodal-slide {
  display: none; }

.micromodal-slide.is-open {
  display: block; }

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="false"] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="true"] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform; }

/* just in case for edge case */
.form {
  -js-display: flex;
  display: flex;
  padding: 0 20px;
  margin-top: 40px; }
  @media (min-width: 768px) {
    .form {
      padding: 0 20px; } }
  .form .wrapper {
    width: 100%;
    max-width: calc(770px + 40px);
    margin: 0 auto; }
  .form .hltxt {
    width: 100%;
    max-width: 100%; }
    .form .hltxt .h2 {
      font-family: "Berling Bold";
      font-style: normal;
      font-weight: 700;
      color: #9E9265;
      font-size: 36px;
      margin-bottom: 0; }
      @media (min-width: 768px) {
        .form .hltxt .h2 {
          font-size: 44px;
          margin-bottom: 20px; } }
  .form .form-error,
  .form .form-success {
    display: none; }

.form-centered .wrapper {
  -js-display: flex;
  display: flex;
  align-items: center;
  flex-direction: column; }

.form-centered .hltxt {
  max-width: 573px; }

.form-left .wrapper {
  -js-display: flex;
  display: flex;
  align-items: flex-start;
  flex-direction: column; }

.form-right .wrapper {
  -js-display: flex;
  display: flex;
  align-items: flex-end;
  flex-direction: column; }

.form-right .hltxt {
  max-width: 573px; }

.input-placeholder {
  width: 100%;
  font-family: "Frutiger Condensed"; }

form .form-input, form input, form select {
  flex: 0 0 auto;
  display: inline-block;
  width: 100%;
  margin: 10px 20px 10px 0;
  padding: 0 16px;
  border: solid 1px #EAE9E7;
  background-color: #fff;
  color: #707070;
  font-family: "Frutiger Condensed";
  font-size: 14px; }
  form .form-input:focus, form .form-input:hover, form .form-input:active, form input:focus, form input:hover, form input:active, form select:focus, form select:hover, form select:active {
    border: solid 1px #9E9265; }

form .form-input:not(textarea), form select {
  height: 45px; }

form .h3, form .text, form .user-promp .message p, .user-promp .message form p {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0; }
  form .h3 breakpoint(lg), form .text breakpoint(lg), form .user-promp .message p breakpoint(lg), .user-promp .message form p breakpoint(lg) {
    margin-top: 40px;
    margin-bottom: 20px; }

form label, form .label, form .file-info {
  flex: 0 0 auto;
  display: inline-block;
  margin: 0 20px 0px 0;
  color: #707070;
  width: 100%;
  font-family: "Frutiger Condensed"; }
  @media (min-width: 768px) {
    form label, form .label, form .file-info {
      white-space: wrap;
      line-height: unset;
      margin: 10px 0 0 0; } }

form label .no-label {
  display: none; }

form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("/assets/images/icons/icon-arrow-down_jv_svg.svg") 97%/3% no-repeat;
  cursor: pointer;
  z-index: 999;
  border-radius: 0;
  color: #707070;
  padding: 12px 14px !important;
  font-size: 14px !important; }

form select::-ms-expand {
  display: none; }

form textarea {
  flex: 0 0 auto;
  width: 100%;
  padding: 10px 20px !important;
  overflow: auto;
  height: 180px; }

form .form-btn {
  flex: 0 0 auto;
  margin-top: 40px;
  margin-bottom: 50px;
  align-self: center;
  max-width: 100%; }
  form .form-btn breakpoint(lg) {
    align-self: flex-start;
    margin-right: 50px; }

form .error, form input.error, form .form-input.error {
  border-color: #bb2224; }

form textarea.error, form select[name="subject"].error, form .checkbox-custom.error label {
  border: solid 1px #bb2224; }

form .error-msg {
  font-family: "Frutiger Roma";
  font-size: 14px;
  width: 100%;
  color: #bb2224;
  margin-bottom: 10px; }

form textarea::-webkit-input-placeholder,
form input::-webkit-input-placeholder,
form select::-webkit-input-placeholder,
form select:required:invalid,
form option[value=""][disabled],
form option {
  opacity: 1;
  color: #707070;
  font-family: "Frutiger Condensed";
  font-size: 14px; }

form textarea:-ms-input-placeholder,
form input:-ms-input-placeholder,
form select:-ms-input-placeholder,
form select:required:invalid,
form option[value=""][disabled],
form option {
  opacity: 1;
  color: #707070;
  font-family: "Frutiger Condensed";
  font-size: 14px; }

form textarea::-ms-input-placeholder,
form input::-ms-input-placeholder,
form select::-ms-input-placeholder,
form select:required:invalid,
form option[value=""][disabled],
form option {
  opacity: 1;
  color: #707070;
  font-family: "Frutiger Condensed";
  font-size: 14px; }

form textarea::placeholder,
form input::placeholder,
form select::placeholder,
form select:required:invalid,
form option[value=""][disabled],
form option {
  opacity: 1;
  color: #707070;
  font-family: "Frutiger Condensed";
  font-size: 14px; }

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    form ::-webkit-input-placeholder {
      opacity: 1;
      font-family: "Frutiger Condensed";
      font-size: 14px; } } }

form input:-ms-input-placeholder {
  color: #707070;
  font-size: 14px; }

form .group-confirm {
  position: relative;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 10px;
  padding-bottom: 20px;
  font-family: "Frutiger Roma";
  font-size: 15px; }
  @media (min-width: 576px) {
    form .group-confirm {
      margin-top: 20px; } }
  form .group-confirm--label {
    color: #707070;
    margin-bottom: 20px;
    margin-top: 10px;
    width: 100%; }
    @media (min-width: 768px) {
      form .group-confirm--label {
        margin-bottom: 10px; } }
  form .group-confirm--text {
    color: #707070;
    margin-left: 40px;
    margin-top: -25px; }
    @media (min-width: 768px) {
      form .group-confirm--text {
        margin-top: -15px; } }
  form .group-confirm .error-msg {
    position: absolute;
    bottom: -25px;
    margin-left: 40px; }

/* ------------ NEW!!!!v----------*/
form {
  width: 100%;
  max-width: 573px;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

/*
---------------------------------------- Honey Pot E-Mail ----------------------------------
 */
label[for="email-repeat"] {
  display: none; }

.email-sweet {
  -webkit-transform: scale(0);
          transform: scale(0);
  height: 0;
  width: 0;
  overflow: hidden;
  margin: 0 -10px;
  padding: 0;
  display: block; }

.form-row {
  flex-basis: 100%;
  margin-bottom: 1rem; }

.input-placeholder {
  flex-basis: 100%; }

.input--20 {
  flex-basis: 100%; }
  @media (min-width: 768px) {
    .input--20 {
      flex-basis: 19%; } }

.input--30 {
  flex-basis: 100%; }
  @media (min-width: 768px) {
    .input--30 {
      flex-basis: 29%; } }

.input--50 {
  flex-basis: 100%; }
  @media (min-width: 768px) {
    .input--50 {
      flex-basis: 49%; } }

.input--70 {
  flex-basis: 100%; }
  @media (min-width: 768px) {
    .input--70 {
      flex-basis: 69%; } }

.input--80 {
  flex-basis: 100%; }
  @media (min-width: 768px) {
    .input--80 {
      flex-basis: 79%; } }

.input--100 {
  flex-basis: 100%; }

.no-label {
  display: none; }

.checkbox-custom {
  display: inline-block;
  width: 25px;
  position: relative;
  padding-top: 4px; }
  .checkbox-custom .accept-label {
    cursor: pointer;
    position: absolute;
    width: 32px;
    height: 32px;
    top: 0;
    left: 0;
    background: #FAF9F6;
    border: 1px solid #ddd; }
    .checkbox-custom .accept-label::after {
      opacity: 0;
      content: '';
      position: absolute;
      width: 20px;
      height: 10px;
      background: transparent;
      top: 8px;
      left: 7px;
      border: 3px solid #333;
      border-top: none;
      border-right: none;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .checkbox-custom .accept-label:hover::after {
      opacity: 0.5; }

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

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

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

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

.upload {
  -js-display: flex;
  display: flex;
  flex-direction: column; }
  .upload.reversed {
    flex-direction: column-reverse; }

.upload-input {
  -js-display: flex;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0 0 10px 0;
  width: 100%;
  order: 1; }
  .upload-input .error-msg:not(#firstError) {
    display: none; }
  .upload-input .error-msg {
    order: 1;
    margin-top: 10px; }
  .upload-input .upload-name {
    display: block;
    color: #707070;
    font-family: "Frutiger Roma";
    font-style: normal;
    font-weight: 400;
    background: #e3e3e3;
    padding: 10px;
    font-size: 14px; }
  .upload-input .error-upload {
    color: #bb2224; }
  .upload-input .upload-err {
    border: 2px solid #bb2224; }
  .upload-input label {
    -js-display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #9E9265;
    color: #FAF9F6;
    text-transform: uppercase;
    width: 100%;
    height: 45px;
    max-width: 273px;
    cursor: pointer;
    position: relative;
    z-index: 0;
    text-align: center;
    font-family: "Frutiger Bold Condensed";
    font-style: normal;
    font-weight: 700; }
  .upload-input input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0; }
  .upload-input .file-info {
    color: #707070;
    font-family: "Frutiger Bold Condensed";
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    order: 2; }
  .upload-input .upload-btn {
    width: 100%;
    font-size: 20px;
    margin: 0 auto;
    font-family: "Frutiger Bold Condensed";
    font-style: normal;
    font-weight: 700; }
  .upload-input .hidden {
    display: none; }

.error-upload {
  color: #bb2224; }

.upload-err {
  border: 2px solid #bb2224; }

.form .group-names.input {
  width: 100%;
  -js-display: flex;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  justify-content: space-between; }
  .form .group-names.input .col {
    -js-display: flex;
    display: flex;
    flex-direction: column;
    padding-right: 0;
    padding-left: 0;
    flex-grow: inherit; }

.form .group-names.input--100 .col {
  flex-basis: 100%; }

.form .group-names.input--50 .col {
  flex-basis: 100%; }
  @media (min-width: 768px) {
    .form .group-names.input--50 .col {
      flex-basis: 49%; } }

.form .group-names.input--30 .col {
  flex-basis: 100%; }

@media (min-width: 768px) {
  .form .group-names.input--30 .col:first-child {
    flex-basis: 29%; } }

@media (min-width: 768px) {
  .form .group-names.input--30 .col:last-child {
    flex-basis: 69%; } }

.form .group-names.input--70 .col {
  flex-basis: 100%; }

@media (min-width: 768px) {
  .form .group-names.input--70 .col:first-child {
    flex-basis: 69%; } }

@media (min-width: 768px) {
  .form .group-names.input--70 .col:last-child {
    flex-basis: 29%; } }

.wrapper form .group-gender {
  /* 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) */ }
  .wrapper form .group-gender .label {
    width: 100%;
    font-family: "Frutiger Condensed";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #707070;
    display: block; }
    @media (min-width: 992px) {
      .wrapper form .group-gender .label {
        width: 140px; } }
  .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: 15px;
    margin-top: 10px;
    font-family: "Frutiger Condensed";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #707070; }
    @media (min-width: 992px) {
      .wrapper form .group-gender .container {
        margin-left: 11px; } }
  .wrapper form .group-gender .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  .wrapper form .group-gender .checkmark {
    position: absolute;
    top: 0;
    left: -10px;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
    border: solid 1px #EAE9E7; }
  .wrapper form .group-gender .container:hover input ~ .checkmark {
    background-color: #FAF9F6; }
  .wrapper form .group-gender .container input:checked ~ .checkmark {
    background-color: #FAF9F6; }
  .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%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #707070; }

.gallery-double-image {
  width: 100%; }
  .gallery-double-image__section {
    padding: 0 15px;
    width: 100%; }
    @media (min-width: 992px) {
      .gallery-double-image__section {
        max-width: 770px;
        margin: 0 auto;
        padding: unset; } }
  .gallery-double-image__headline .h2 {
    font-family: "Berling Bold";
    font-style: normal;
    font-weight: 700;
    color: #9E9265;
    margin-bottom: 46px; }
  .gallery-double-image__headline .h3 {
    font-size: 15px;
    color: #032910;
    margin-bottom: 20px; }
  .gallery-double-image__headline .text, .gallery-double-image__headline .user-promp .message p, .user-promp .message .gallery-double-image__headline p {
    font-size: 15px;
    color: #032910; }
  .gallery-double-image__gallery-grid {
    margin-top: 40px; }
  .gallery-double-image__gallery-link {
    width: 25%;
    float: left;
    cursor: zoom-in;
    position: relative; }
    @media (max-width: 575px) {
      .gallery-double-image__gallery-link {
        width: 50%; } }
  .gallery-double-image__item-container {
    margin: 25px 12px; }
    @media (max-width: 575px) {
      .gallery-double-image__item-container {
        margin: 25px 6px; } }
  .gallery-double-image__item {
    position: relative;
    padding-bottom: 100%; }
  .gallery-double-image__image-box {
    position: absolute;
    width: 100%;
    height: 100%; }
    .gallery-double-image__image-box .image-subtitle {
      display: block;
      padding: 10px 0;
      font-size: 14px;
      font-family: "Frutiger Bold Condensed";
      font-style: normal;
      font-weight: 700;
      color: #9E9265;
      text-transform: uppercase; }
    .gallery-double-image__image-box .image-title {
      display: none; }
  .gallery-double-image__item-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       font-family: "object-fit:cover";
       object-fit: cover; }
    .gallery-double-image__item-image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         font-family: "object-fit:cover";
         object-fit: cover; }

.gallery-modal__item {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif; }

.gallery-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(61, 89, 71, 0.76);
  -js-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999; }

.gallery-modal__container {
  background: transparent;
  padding-top: 20px;
  width: 100%;
  max-width: 580px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: scroll;
  box-sizing: border-box;
  overflow: hidden; }

.gallery-modal__content-box {
  background-color: #FAF9F6;
  padding: 40px;
  width: 100%; }

.gallery-modal__close {
  background: transparent;
  border: 0;
  font-family: "Frutiger Bold Condensed";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  color: #FAF9F6;
  float: right;
  margin-top: -22px; }

.gallery-modal__close:after {
  content: "\2715";
  font-size: 15px;
  margin-left: 5px; }

.gallery-modal__content {
  color: rgba(0, 0, 0, 0.8); }

.gallery-modal__image-title {
  font-family: "Frutiger Bold Condensed";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  color: #032910;
  margin-bottom: 40px;
  text-transform: uppercase;
  display: block; }

.gallery-modal__image-subtitle {
  display: none; }

.gallery-modal__image {
  width: 100%;
  height: 100%;
  max-width: 500px;
  max-height: 500px;
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover; }
  .gallery-modal__image img {
    max-width: 500px;
    max-height: 500px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       font-family: "object-fit:cover";
       object-fit: cover; }

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

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

@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%); } }

.micromodal-slide {
  display: none; }

.micromodal-slide.is-open {
  display: block; }

.micromodal-slide[aria-hidden="false"] .gallery-modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="false"] .gallery-modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="true"] .gallery-modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="true"] .gallery-modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide .gallery-modal__container,
.micromodal-slide .gallery-modal__overlay {
  will-change: transform; }

.image-map {
  position: relative;
  width: 100%;
  max-width: 962px;
  margin: 0 auto; }
  .image-map__canvas {
    height: 650px;
    width: 100%;
    margin: 50px auto 25px auto; }
  .image-map__info-window {
    overflow: hidden; }
    @media (min-width: 576px) {
      .image-map__info-window {
        width: 250px; } }
    .image-map__info-window__content {
      -js-display: flex;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin-top: 20px;
      font-family: "Frutiger Roma";
      font-style: normal;
      font-weight: 400;
      font-size: 13px;
      line-height: 15px; }
    .image-map__info-window__description, .gallery-slider-text-container--link, .gallery-slider-text-container .gallery-slider-text-container--quelle {
      color: #011F0C;
      margin: 20px 0;
      text-align: left; }
    .image-map__info-window__info {
      color: #707070;
      text-align: left; }
    .image-map__info-window__author {
      font-family: "Frutiger Bold";
      font-style: normal;
      font-weight: 700; }
  .image-map .gm-style-iw-c {
    border-radius: 0; }
    .image-map .gm-style-iw-c button {
      top: 0;
      right: 0;
      width: 40px;
      height: 40px; }

.user-promp {
  position: absolute;
  -js-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }
  .user-promp:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.2;
    background: url("/assets/images/general/bg-map.png") center center no-repeat; }
  .user-promp .box {
    background: #FAF9F6;
    border: 2px solid #00220C;
    max-width: 30rem;
    padding: 2rem; }
  .user-promp .message a {
    font-size: inherit; }
  .user-promp .message p {
    color: #032910; }
  .user-promp .validation-container {
    -js-display: flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 1rem; }
    @media (min-width: 768px) {
      .user-promp .validation-container {
        flex-direction: row; } }
    .user-promp .validation-container .btn {
      margin: 1rem;
      margin-bottom: 0;
      width: 100%;
      flex: 1; }
      .user-promp .validation-container .btn--secondary {
        background: #00220C; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .user-promp .validation-container .btn {
    margin: auto; } }

