:root {
  --hl-black: black;
  --hl-white: white;
  --hl-orange: #f60;
  --hl-dark-grey: #414048;
  --hl-grey: #77777d;
  --hl-light-grey: #dadadf;
  --hl-mid-grey: #929195;
  --hl-grey-medium: #657688;
}

body {
  color: #333;
  font-family: Helveticaneueltpro md, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  font-weight: bold;
}

.c-navigation {
  z-index: 3;
  color: var(--hl-black);
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  height: 5.78em;
  font-weight: 400;
  position: fixed;
}

.c-menu-button {
  margin-top: -.25em;
  padding: 0;
  font-size: 1em;
}

.c-menu-button.w--open {
  background-color: var(--hl-white);
}

.c-nav_right {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: .8em;
  display: flex;
}

.c-img_open {
  width: 1.8em;
}

.c-img_open.cc-desktop {
  width: 100%;
  display: none;
}

.c-img_open.cc-mobile {
  display: none;
}

.c-nav_dropdown-link {
  float: right;
  clear: right;
  color: var(--hl-black);
  margin-bottom: 1.04em;
  padding: 0;
  font-family: Helveticaneueltpro bd, sans-serif;
  font-size: 1.04em;
  transition: color .3s;
}

.c-nav_dropdown-link:hover, .c-nav_dropdown-link.w--current {
  color: var(--hl-orange);
}

.c-nav-menu {
  z-index: 1;
  background-color: var(--hl-white);
  width: 12.55em;
  height: auto;
  margin-top: 0%;
  padding-top: .78em;
  padding-right: 1em;
  display: none;
  inset: 0% 8.5% auto auto;
  box-shadow: 0 2px 5px #0003;
}

.c-nav-menu_inner {
  margin-left: auto;
  margin-right: auto;
}

.c-nav_link {
  color: var(--hl-black);
  font-family: Helveticaneueltpro bd, sans-serif;
  font-size: 1.04em;
  line-height: 1;
  text-decoration: none;
}

.c-nav_link.w--current {
  font-size: 1.04em;
  line-height: 1;
}

.c-nav_link.cc-lang {
  text-decoration: underline;
}

.c-brand, .c-brand.w--current {
  width: 11.2em;
}

.mehr-button-2 {
  letter-spacing: .7px;
  text-transform: uppercase;
  background-color: #0000;
  border: 2px solid #fff;
  margin-top: 20px;
  padding: 5px 7px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
}

.mehr-button-2.orange {
  color: #fff;
  border-color: #f8f8f8;
}

.mehr-button-2.orange:hover {
  color: #f60;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #fff;
  background-clip: border-box;
}

.mehr-button-2.orange.popup {
  white-space: nowrap;
}

.image-35 {
  z-index: 999;
  cursor: pointer;
  width: 80%;
  max-width: none;
  margin: auto;
  padding-top: 80px;
  display: none;
  position: absolute;
  inset: 0%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  text-align: center;
  flex-direction: column;
  width: 20em;
  display: flex;
}

.utility-page-form {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-direction: column;
  align-items: stretch;
  width: 20em;
  display: flex;
}

.c-stg_item-name-light {
  color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: .5em;
  padding: .5em 1em;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1;
}

.cc-mr_0-75em {
  margin-right: .75em;
}

.cc-light {
  font-family: Helveticaneueltpro lt, sans-serif;
  font-weight: 300;
}

.cc-txt-hl-white {
  color: var(--hl-white);
}

.c-stg_color-item {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border: 1px solid #dfdfdf;
  border-radius: 1em;
  flex-direction: column;
  align-items: flex-start;
  padding: 2em;
  display: flex;
}

.cc-mt_0-25 {
  margin-top: .25em;
}

.c-list_ordered {
  margin-bottom: 0;
  padding-left: 2em;
  font-size: .94em;
  line-height: 1.4;
  list-style-type: decimal;
}

.cc-txt-hl-orange {
  color: var(--hl-orange);
}

.cc-medium {
  font-family: Helveticaneueltpro md, sans-serif;
  font-weight: 400;
}

.c-link-default {
  color: #5162ff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: underline;
}

.cc-hl-black {
  background-color: var(--hl-black);
}

.c-stg-item {
  justify-content: flex-start;
  margin-bottom: 2rem;
  font-size: 12px;
  font-weight: 400;
  display: flex;
}

.cc-bold {
  font-family: Helveticaneueltpro bd, sans-serif;
  font-weight: 400;
}

.cc-italic {
  font-style: italic;
}

.c-list-item_ordered {
  margin-bottom: .5em;
}

.c-button_black {
  border: 2px solid var(--hl-black);
  color: var(--hl-black);
  text-transform: uppercase;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 13.5em;
  height: 1.77em;
  padding-top: .4em;
  font-family: Helveticaneueltpro bd, sans-serif;
  font-size: .94em;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.c-button_black:hover {
  background-color: var(--hl-black);
  color: var(--hl-white);
}

.c-button_black.cc-show_mobile-only {
  display: none;
}

.c-button_black.cc-mt_5-21 {
  margin-top: 5.21em;
}

.c-button_black.cc-mt_5-21.cc-hide_tablet.cc-show-mobile-lands {
  display: none;
}

.c-button_black.cc-submit {
  background-color: #0000;
  width: auto;
  height: 3em;
  padding: .4em 0 0;
  font-size: 1em;
}

.c-button_black.cc-submit:hover {
  background-color: var(--hl-black);
}

.cc-ml_0-5 {
  margin-left: .5em;
}

.c-stg_elements {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.c-list-item_unordered {
  margin-bottom: .5em;
}

.c-sec-intro {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.cc-stg-txt-primary {
  color: var(--hl-orange);
}

.cc-none {
  text-decoration: none;
}

.c-stg_item-name-dark {
  border: 1px solid #dfdfdf;
  border-radius: .5em;
  padding: .5em 1em;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1;
}

.c-stg-content {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-direction: column;
  display: flex;
}

.c-sec-container.cc-def-container.cc-intro {
  height: 100%;
}

.c-sec-container.cc-full-width.cc-pl_9-5 {
  padding-left: 9.5%;
}

.c-sec-container.cc-footer-width {
  z-index: 2;
}

.c-img_cover-right {
  object-fit: cover;
  object-position: 100% 50%;
  width: 100%;
  height: 100%;
}

.cc-normal {
  text-align: left;
  font-family: Helveticaneueltpro roman, sans-serif;
  font-weight: 400;
}

.cc-def-container {
  width: 81%;
  margin-left: auto;
  margin-right: auto;
}

.cc-lower-case {
  text-transform: lowercase;
}

.c-stg-container-helper {
  border: 1px dashed #d1d1d1;
  border-radius: .5em;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.5em;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1;
  display: flex;
}

.cc-cap-word {
  text-transform: capitalize;
}

.c-stg_column {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.c-img_none {
  object-fit: none;
  object-position: 100% 50%;
  width: 100%;
  height: 100%;
}

.c-stg-color {
  border-radius: .8em;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 8em;
  margin-right: 1.85em;
  display: flex;
}

.cc-full-width {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.cc-mt_1 {
  margin-top: 1em;
}

.cc-mt_0-5 {
  margin-top: .5em;
}

.cc-ml_1 {
  margin-left: 1em;
}

.c-stg_font-class {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.c-section-title {
  letter-spacing: 1.1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helveticaneueltpro bd, sans-serif;
  font-size: 3.91em;
  font-weight: 400;
  line-height: 1;
}

.c-section-title.cc-txt-hl-orange.cc-small {
  text-transform: none;
  font-size: 1.93em;
}

.c-section-title.cc-txt-hl-orange.cc-small.cc-padding {
  padding-left: 9.5%;
}

.c-stg-container {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.cc-txt-white {
  color: #fff;
}

.cc-mt_0-75 {
  margin-top: .75em;
}

.c-img_cover-center {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.c-stg_grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.c-stg_grid.cc-4-col {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.cc-mr_0-25 {
  margin-right: .25em;
}

.cc-footer-width {
  width: 81%;
  margin-left: auto;
  margin-right: auto;
}

.c-stg_block {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 3em;
  display: flex;
}

.c-stg-title {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 7em;
  font-weight: 400;
  line-height: 105%;
}

.cc-mb_1 {
  margin-bottom: 1em;
}

.c-list_unordered {
  margin-bottom: 0;
  padding-left: 2em;
  font-size: .94em;
  line-height: 1.4;
}

.cc-all-caps {
  text-transform: uppercase;
}

.cc-center {
  text-align: center;
}

.c-p-medium {
  margin-bottom: 0;
  font-size: 1.09em;
  line-height: 1.2;
  text-decoration: none;
}

.c-p-medium.cc-txt-hl-black.cc-bold.cc-width {
  width: 25.62em;
}

.c-p-medium.cc-txt-hl-black.cc-bold.cc-width.cc-mobile-padding {
  width: 23em;
}

.c-stg-section {
  padding-top: 12em;
  padding-bottom: 12em;
}

.c-stg-section.cc-dark {
  background-color: #353233;
}

.c-img_fill {
  object-fit: fill;
  width: 100%;
  height: 100%;
}

.c-stg_title-light {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.5em;
  font-weight: 400;
  line-height: 1;
}

.c-stg_title-dark {
  letter-spacing: -3.84px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.5em;
  font-weight: 400;
  line-height: 1;
}

.c-p-default {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helveticaneueltpro roman, sans-serif;
  font-size: .94em;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
}

.c-p-default.cc-txt-hl-black.cc-bold {
  font-family: Helveticaneueltpro bd, sans-serif;
}

.c-p-default.cc-txt-hl-black.cc-grow {
  flex: 1;
}

.c-p-default.cc-txt-hl-black strong {
  font-family: Helveticaneueltpro bd, sans-serif;
  font-weight: 400;
}

.c-p-default.cc-bold {
  font-family: Helveticaneueltpro bd, sans-serif;
}

.c-p-default.cc-bold.cc-txt-hl-grey-dark {
  color: var(--hl-dark-grey);
}

.c-p-default.cc-acc {
  padding-top: .83em;
  padding-bottom: .83em;
  font-size: .83em;
}

.c-stg_sub-title-dark {
  font-size: 2.5em;
  font-weight: 400;
}

.cc-mr_1 {
  margin-right: 1em;
}

.cc-ml_0-75 {
  margin-left: .75em;
}

.c-img_contain {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.cc-underline {
  text-decoration: underline;
}

.cc-right {
  text-align: right;
  margin-bottom: 0;
}

.c-stg-head {
  margin-bottom: 4.5em;
  display: flex;
}

.cc-nav-width {
  width: 81%;
  margin-left: auto;
  margin-right: auto;
}

.c-def-rt {
  color: #000;
  font-size: .94em;
  line-height: 1.4;
}

.c-img_cover-left {
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.cc-mb_0-25 {
  margin-bottom: .25em;
}

.c-stg_image-wrap {
  border: 1px solid #dfdfdf;
  border-radius: .5em;
  width: 100%;
  height: 20em;
}

.c-stg_font-item {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border-bottom: 1px solid #dfdfdf;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 2em;
  display: grid;
}

.cc-left {
  text-align: left;
}

.c-stg_font {
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1;
}

.cc-hide {
  display: none;
}

.cc-mb_0-5 {
  margin-bottom: .5em;
}

.cc-ml_0-25 {
  margin-left: .25em;
}

.cc-mr_0-5 {
  margin-right: .5em;
}

.c-stg-description-text {
  font-size: 1.25em;
  font-weight: 300;
}

.cc-txt-hl-black {
  color: var(--hl-black);
}

.cc-justify {
  text-align: justify;
  margin-bottom: 0;
}

.cc-hl-dark-grey {
  background-color: var(--hl-dark-grey);
}

.c-stg_spacing-item {
  background-color: #dfdfdf;
  width: 100%;
  height: auto;
}

.cc-mb_0-75 {
  margin-bottom: .75em;
}

.cc-hl-orange {
  background-color: var(--hl-orange);
}

.c-sec-content.cc-intro {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.c-sec-content.cc-hero_home {
  grid-column-gap: .83em;
  grid-row-gap: .83em;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 34.48em;
  display: flex;
}

.c-sec-content.cc-interview {
  grid-column-gap: 2.6em;
  grid-row-gap: 2.6em;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.c-sec-content.cc-footer {
  grid-column-gap: 3.49em;
  grid-row-gap: 3.49em;
  flex-direction: column;
  display: flex;
}

.c-sec-content.cc-downloads {
  grid-column-gap: 2.6em;
  grid-row-gap: 2.6em;
  flex-flow: column;
  display: flex;
}

.c-sec-content.cc-strategy {
  grid-column-gap: 5.21em;
  grid-row-gap: 5.21em;
  flex-direction: column;
  display: flex;
}

.c-sec-content.cc-finanzen {
  grid-column-gap: 4.69em;
  grid-row-gap: 4.69em;
  flex-flow: column;
  display: flex;
}

.c-sec-content.cc-team {
  grid-column-gap: 5.21em;
  grid-row-gap: 5.21em;
  flex-flow: column;
  display: flex;
}

.c-sec-content.cc-overview {
  grid-column-gap: 2.6em;
  grid-row-gap: 2.6em;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.c-sec-content.cc-interview_text {
  grid-column-gap: 9.38em;
  grid-row-gap: 9.38em;
  display: flex;
}

.c-sec-content.cc-interview_text.cc-mobile {
  display: none;
}

.c-sec-content.cc-vorstand {
  grid-column-gap: 2.6em;
  grid-row-gap: 2.6em;
  flex-flow: column;
  display: flex;
}

.body {
  font-family: Helveticaneueltpro lt, sans-serif;
  font-weight: 400;
}

.cc-hl-grey {
  background-color: var(--hl-grey);
}

.cc-hl-light-grey {
  background-color: var(--hl-light-grey);
}

.cc-hl-white {
  background-color: var(--hl-white);
}

.c-section-number {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helveticaneueltpro bd, sans-serif;
  font-size: 4.17em;
  font-weight: 400;
  line-height: 1;
}

.c-quote-l {
  margin-bottom: 0;
  font-family: Helveticaneueltpro bd, sans-serif;
  font-size: 5.21em;
  line-height: 1;
  text-decoration: none;
}

.c-quote-l.cc-txt-hl-orange.cc-all-caps.cc-mobile, .c-quote-l.cc-txt-hl-grey-medium.cc-mobile-only {
  display: none;
}

.c-quote-m {
  margin-bottom: 0;
  font-family: Helveticaneueltpro bd, sans-serif;
  font-size: 3.91em;
  line-height: 1;
  text-decoration: none;
}

.c-quote-s {
  margin-bottom: 0;
  font-size: 1.93em;
  line-height: 1.13;
  text-decoration: none;
}

.c-p-small {
  margin-bottom: 0;
  font-family: Helveticaneueltpro roman, sans-serif;
  font-size: .83em;
  line-height: 1.25;
  text-decoration: none;
}

.c-p-small.cc-txt-hl-black.cc-bold {
  font-family: Helveticaneueltpro bd, sans-serif;
}

.c-p-small.cc-txt-hl-black.cc-right.cc-mobile_mid-grey.cc-mobile_left {
  display: none;
}

.c-p-small.cc-txt-hl-black.cc-terminal {
  margin-top: .35em;
}

.c-p-small.cc-bold {
  font-family: Helveticaneueltpro bd, sans-serif;
}

.c-p-xlarge {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helveticaneueltpro bd, sans-serif;
  font-size: 1.82em;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.c-nav-container.cc-nav-width {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.c-img_brand {
  width: 100%;
}

.c-img_brand.cc-mobile {
  display: none;
}

.c-section {
  position: relative;
}

.c-section.cc-hero_home {
  height: auto;
  padding-top: 12.24em;
  padding-bottom: 44.22em;
  position: relative;
}

.c-section.cc-interview {
  padding-top: 6.77em;
  padding-bottom: 6.77em;
}

.c-section.cc-interview.cc-subpage {
  padding-top: 12.81em;
}

.c-section.cc-footer {
  background-color: var(--hl-dark-grey);
  padding-top: 2.6em;
  padding-bottom: 2.6em;
}

.c-section.cc-downloads {
  padding-top: 7.81em;
  padding-bottom: 7.81em;
  position: relative;
}

.c-section.cc-strategy {
  padding-top: 7.81em;
  padding-bottom: 14.32em;
  overflow: hidden;
}

.c-section.cc-kennzahlen {
  padding-top: 7.81em;
  padding-bottom: 17.19em;
  position: relative;
}

.c-section.cc-team {
  padding-top: 7.81em;
  padding-bottom: 7.81em;
  position: relative;
}

.c-section.cc-overview {
  padding-top: 7.81em;
  padding-bottom: 7.81em;
  position: relative;
  overflow: hidden;
}

.c-section.cc-interview_text {
  padding-bottom: 5.73em;
}

.c-section.cc-vorstand {
  padding-bottom: 5.21em;
  position: relative;
}

.c-section.cc-vorstand.test {
  padding-top: 10em;
}

.c-hero_card-item {
  border: 1px solid var(--hl-orange);
  color: var(--hl-orange);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 2.86em;
  padding: 1.13em 1.67em .83em;
  font-family: Helveticaneueltpro bd, sans-serif;
  font-size: .99em;
  font-weight: 400;
  line-height: 1;
  transition: background-color .2s, color .2s;
  display: flex;
}

.c-hero_card-item:hover {
  background-color: var(--hl-orange);
  color: var(--hl-white);
}

.c-back-to-top {
  z-index: 2;
  justify-content: flex-end;
  width: 3.59em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: auto 9.5% 5% auto;
}

.c-btt_link {
  background-color: #dadadf80;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.59em;
  height: 3.59em;
  display: flex;
}

.c-img_btt {
  width: .9em;
}

.c-img_btt.cc-desktop {
  width: 1.15em;
}

.c-img_btt.cc-mobile {
  display: none;
}

.c-sec-title_wrap {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.c-footer_legal {
  justify-content: space-between;
  display: flex;
}

.c-footer_social {
  grid-column-gap: .78em;
  grid-row-gap: .78em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.c-footer_copyright {
  grid-column-gap: 2.6em;
  grid-row-gap: 2.6em;
  display: flex;
}

.c-footer_links {
  grid-column-gap: 2.6em;
  grid-row-gap: 2.6em;
  justify-content: space-between;
  display: flex;
}

.c-link_social {
  height: 1.58em;
}

.c-img_social {
  height: 100%;
}

.c-p-xsmall {
  letter-spacing: .3px;
  margin-bottom: 0;
  font-family: Helveticaneueltpro bd, sans-serif;
  font-size: .73em;
  line-height: 1.3;
  text-decoration: none;
}

.c-p-large {
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helveticaneueltpro bd, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.12;
  text-decoration: none;
}

.c-link_download {
  border: 1px solid var(--hl-orange);
  color: var(--hl-orange);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 1.13em 1.67em .83em;
  font-family: Helveticaneueltpro bd, sans-serif;
  font-size: .99em;
  line-height: 1;
  transition: color .2s, background-color .2s;
  display: flex;
}

.c-link_download:hover {
  background-color: var(--hl-orange);
  color: var(--hl-white);
}

.c-strategy_intro {
  grid-column-gap: 2.6em;
  grid-row-gap: 2.6em;
  flex-flow: column;
  display: flex;
}

.c-strategy_intro-text {
  width: 52em;
}

.c-button_orange {
  background-color: var(--hl-orange);
  color: var(--hl-white);
  text-transform: uppercase;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  height: 3.5em;
  padding: 1.03em 1.67em .83em;
  font-family: Helveticaneueltpro bd, sans-serif;
  font-size: .99em;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.c-button_orange:hover {
  background-color: var(--hl-black);
  color: var(--hl-white);
}

.c-button_orange.cc-outline {
  border: 1px solid var(--hl-orange);
  color: var(--hl-orange);
  text-transform: none;
  background-color: #0000;
}

.c-button_orange.cc-outline:hover {
  border-color: var(--hl-grey-medium);
  color: var(--hl-grey-medium);
}

.c-button_orange.cc-outline.cc-mobile-only {
  display: none;
}

.c-button_orange.cc-outline.cc-align-center {
  justify-content: center;
  align-items: center;
}

.c-button_orange.cc-outline.cc-align-center.cc-all-caps {
  text-transform: uppercase;
}

.c-img_button {
  width: 1.41em;
  margin-right: 1.56em;
}

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

.c-img_bg-finanzen {
  z-index: -1;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.c-img_bg-finanzen.cc-mobile {
  display: none;
}

.c-team_body {
  grid-column-gap: 7.81em;
  grid-row-gap: 7.81em;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.c-img_bg-map {
  z-index: -1;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.c-img_bg-map.cc-desktop {
  object-fit: fill;
  inset: 0% 0% auto auto;
}

.c-overview_body {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.c-overview_left {
  grid-column-gap: 5.21em;
  grid-row-gap: 5.21em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.c-overview_card-content {
  grid-column-gap: 4.69em;
  grid-row-gap: 4.69em;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.c-overview_card-content-item {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.cc-txt-hl-grey {
  color: var(--hl-grey);
}

.c-overview_grid {
  grid-column-gap: 2.5em;
  grid-row-gap: 1.25em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.c-overview_grid-item {
  grid-column-gap: .16em;
  grid-row-gap: .16em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.c-overview_grid-item.cc-absolute {
  position: absolute;
  inset: auto 0% 0% auto;
}

.c-p-number_overview {
  font-family: Helveticaneueltpro bd, sans-serif;
  font-size: 1.88em;
  line-height: 1;
}

.c-span_wrap {
  grid-column-gap: .3em;
  grid-row-gap: .3em;
  align-items: flex-end;
  display: flex;
}

.c-overview_right {
  grid-column-gap: 1.04em;
  grid-row-gap: 1.04em;
  flex-direction: column;
  align-items: flex-start;
  width: 17.4em;
  margin-right: 8.2em;
  display: flex;
}

.c-terminals {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.c-locations_left {
  grid-column-gap: .78em;
  grid-row-gap: .78em;
  flex-direction: column;
  width: 7.81em;
  display: flex;
}

.c-map_item {
  align-items: center;
  display: flex;
}

.c-map_item.cc-align_top {
  align-items: flex-start;
}

.c-icon_location {
  width: .73em;
  margin-right: .57em;
}

.c-icon_location.black {
  filter: grayscale();
}

.c-locations_right {
  grid-column-gap: .78em;
  grid-row-gap: .78em;
  flex-direction: column;
  width: 7.45em;
  display: flex;
}

.c-interview_bottom {
  grid-column-gap: 2.92em;
  grid-row-gap: 2.92em;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 2.6em;
  display: flex;
}

.c-interview_video {
  width: 48.23em;
  height: 33.07em;
  position: relative;
}

.c-video_play {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.c-icon_video-play {
  width: 3.39em;
}

.c-interview_body {
  flex-direction: column;
  justify-content: space-between;
  width: 41.5em;
  display: flex;
  position: relative;
}

.c-quote-sign {
  width: 2.5em;
  position: absolute;
  inset: 0% auto auto -6.3%;
}

.c-interview_info {
  justify-content: space-between;
  display: flex;
}

.c-interview_info.cc-align_bottom {
  align-items: flex-end;
}

.cc-txt-hl-mid-grey {
  color: var(--hl-mid-grey);
}

.c-img_bg-hero {
  z-index: -1;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.c-img_bg-hero.cc-desktop {
  top: -.3%;
}

.c-img_bg-hero.cc-mobile {
  display: none;
}

.c-popup_interview {
  z-index: 2;
  background-color: #ffffffd9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.c-video_wrap {
  width: 33.85em;
  height: 33.85em;
  position: relative;
  overflow: hidden;
}

.c-video_wrap.cc-interview {
  width: 53.07em;
  height: 36.41em;
  margin-top: 5.78em;
}

.c-embed_video {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}

.c-embed_video.cc-iframe {
  display: flex;
}

.c-close {
  z-index: 1;
  cursor: pointer;
  margin-top: .5em;
  margin-right: .5em;
  font-size: 2em;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.c-close.cc-dadadf {
  color: #dadadf;
  font-style: normal;
}

.c-finanzen_text {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 1.3em;
  display: flex;
}

.c-text_item {
  grid-column-gap: .68em;
  grid-row-gap: 0em;
  align-items: flex-start;
  display: flex;
}

.c-dot {
  background-color: var(--hl-orange);
  border-radius: 100%;
  width: .52em;
  height: .52em;
  margin-top: .3em;
}

.c-finanzen_scroll {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-right: .95em;
  display: flex;
  overflow: scroll;
}

.c-nav_shadow {
  z-index: 2;
  width: 100%;
  height: 1.5em;
  position: absolute;
  inset: auto 0% 0%;
}

.c-img_vorstand {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.c-popup_karte-mobile {
  z-index: 2;
  background-color: var(--hl-white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.c-interview_body-text {
  width: 28.13em;
}

.c-interview_images {
  width: 36.72em;
}

.c-interview_image-wrap {
  width: 100%;
  margin-top: 2.6em;
  margin-bottom: 2.6em;
}

.c-interview_image-wrap.cc-mt_0 {
  margin-top: 0;
}

.c-img_interview {
  object-fit: cover;
  width: 100%;
  height: 19.79em;
  margin-bottom: .73em;
}

.c-img_interview.cc-2 {
  height: 22.5em;
}

.c-quote_wrap {
  margin-top: 31.49em;
}

.c-quote_wrap.cc-2 {
  margin-top: 78.3em;
}

.c-quote_wrap.cc-1 {
  margin-top: 9.9em;
}

.c-form-field {
  border: 2px solid var(--hl-black);
  height: 3em;
  margin-bottom: 0;
  padding: .4em 0 0 1em;
  font-family: Helveticaneueltpro lt, sans-serif;
  font-size: 1em;
  line-height: 1;
}

.c-form-field:hover, .c-form-field:active, .c-form-field:focus, .c-form-field:focus-visible, .c-form-field[data-wf-focus-visible] {
  border-color: var(--hl-black);
}

.c-form-field::placeholder {
  color: var(--hl-dark-grey);
}

.c-img_404 {
  margin-bottom: 1em;
}

.c-info {
  cursor: pointer;
  width: 2.08em;
  position: absolute;
  inset: 54% auto auto 27%;
}

.c-info.cc-vorstand {
  inset: auto auto 14% 9.5%;
}

.c-info.cc-mobile-static {
  left: 39.5%;
}

.c-popup_hero {
  z-index: 2;
  background-color: #ffffffd9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.c-popup_inner {
  background-color: var(--hl-white);
  justify-content: center;
  align-items: center;
  width: 45.1em;
  padding: 2.19em 4em;
  font-style: normal;
  display: flex;
  position: relative;
  box-shadow: 0 4px 8px #00000029;
}

.c-popup_inner.cc-kennzahlen {
  height: 34.9em;
}

.c-image_closing {
  cursor: pointer;
  width: .89em;
  margin-top: .73em;
  margin-right: .73em;
  position: absolute;
  inset: 0% 0% auto auto;
}

.cc-txt-hl-grey-medium {
  color: var(--hl-grey-medium);
}

.c-interview {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: .95fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.c-interview-item {
  position: relative;
}

.c-interview-item.cc-video {
  grid-column-gap: 1.04em;
  grid-row-gap: 1.04em;
  flex-flow: column;
  display: flex;
}

.c-interview-item.cc-quote, .c-interview-video {
  height: 33.07em;
}

.c-interview-button-wrap {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.c-name-wrap.cc-subpage {
  position: absolute;
  inset: auto auto 0% -6%;
}

.c-vorstand {
  flex-flow: column;
  justify-content: flex-end;
  height: 54.69em;
  padding-bottom: 11.72em;
  display: flex;
  position: relative;
}

.c-vorstand.cc-mobile-slider {
  display: none;
}

.c-vorstand-boxes {
  grid-column-gap: 2.86em;
  grid-row-gap: 2.86em;
  justify-content: center;
  align-items: flex-end;
  width: 81%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
  position: relative;
}

.c-vorstand-boxes.vertical {
  flex-flow: column;
}

.c-dropdown_vorstand {
  z-index: 0;
  border: 1px solid var(--hl-orange);
  background-color: var(--hl-white);
  width: 11.72em;
  margin-left: 0;
  margin-right: 0;
}

.c-dropdown-toggle_vorstand {
  cursor: pointer;
  width: 100%;
  height: 5.47em;
  padding: .83em;
  position: relative;
}

.c-dropdown-toggle_vorstand:hover {
  background-color: var(--hl-orange);
}

.c-dropdown-toggle_vorstand-text {
  color: var(--hl-orange);
  font-family: Helveticaneueltpro bd, sans-serif;
  font-size: .99em;
  line-height: 1.3;
}

.c-img_plus {
  color: var(--hl-orange);
  cursor: pointer;
  width: 1.22em;
  height: 1.22em;
  margin-top: .83em;
  margin-right: .83em;
  position: absolute;
  inset: 0% 0% auto auto;
}

.c-img_plus.no-margin {
  margin-top: 0;
  margin-right: 0;
}

.c-dropdown-list_vorstand {
  background-color: #0000;
  padding: .83em;
  font-family: Helveticaneueltpro roman, sans-serif;
  font-size: .83em;
  font-weight: 400;
  line-height: 1.3;
  display: none;
  position: static;
}

.c-dropdown-list_vorstand.w--open {
  color: var(--hl-black);
  padding: .83em;
  font-size: .83em;
  line-height: 1.3;
}

.c-popup_vorstand {
  z-index: 2;
  background-color: #ffffffd9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.c-img_terminals {
  width: 12.08em;
}

.c-headquarter {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.c-rectangle {
  background-color: var(--hl-orange);
  width: .78em;
  height: .78em;
  margin-top: .15em;
}

.c-terminal-head {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  display: flex;
}

.c-img_width-100 {
  width: 100%;
}

.c-img_width-100.cc-mobile-only, .c-mobile-map, .c-img_mobile-plus {
  display: none;
}

.c-strategy_dropdowns {
  border-style: solid;
  border-width: 1px 1px .75px;
  border-color: var(--hl-orange);
  background-color: var(--hl-white);
  border-radius: 0;
  width: 100%;
  overflow: hidden;
}

.c-dropdown_strategy {
  z-index: 0;
  border-bottom: .75px solid var(--hl-orange);
  vertical-align: baseline;
  border-radius: 0;
  width: 100%;
}

.c-dropdown-toggle_strategy {
  color: var(--hl-black);
  width: 100%;
  padding: 1.09em 1.46em;
  font-family: Helveticaneueltpro bd, sans-serif;
  font-size: .94em;
  line-height: 1;
  transition: color .25s;
}

.c-dropdown-toggle_strategy:hover {
  color: var(--hl-orange);
}

.c-dropdown-toggle_strategy.w--open {
  opacity: 0;
}

.c-dropdown-list_strategy {
  position: static;
}

.c-dropdown-list_strategy.w--open {
  background-color: #0000;
  padding: 0 3.39em 2.34em;
}

.c-dropdown-toggle_strategy-inner {
  grid-column-gap: 1.98em;
  grid-row-gap: 1.98em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.c-img_cross-strategy {
  width: 1.22em;
}

.c-dropdown-list_strategy-inner {
  grid-column-gap: 1.82em;
  grid-row-gap: 1.82em;
  flex-flow: column;
  display: flex;
}

.c-dropdown-title {
  color: var(--hl-orange);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helveticaneueltpro bd, sans-serif;
  font-size: 1.93em;
  font-weight: 400;
  line-height: 1;
}

.c-dropdown-list_strategy-inner-bottom {
  grid-column-gap: 4.69em;
  grid-row-gap: 4.69em;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.c-strategy-text-wrap.cc-description {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.c-strategy-image-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.c-strategy-image-wrap.cc-gap_42 {
  grid-column-gap: 2.19em;
  grid-row-gap: 2.19em;
}

.c-strategy-image-wrap.cc-gap-25 {
  grid-column-gap: 1.3em;
  grid-row-gap: 1.3em;
}

.c-text-description {
  font-family: Helveticaneueltpro roman, sans-serif;
  font-size: .83em;
  line-height: 1.3;
}

.c-text-description.cc-2023 {
  margin-left: 10.3em;
}

.c-text-description.cc-right.cc-mobile-lands-port, .c-text-description.cc-mobile-only {
  display: none;
}

.c-txt-strategy {
  margin-top: .3em;
}

.c-img_strategy {
  width: 100%;
}

.c-img_strategy.cc-1 {
  margin-left: .9em;
}

.c-img_strategy.cc-2, .c-img_strategy.cc-4 {
  width: 80%;
}

.c-img-description {
  text-align: left;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.c-img-description.cc-padding-5 {
  margin-right: -3.5em;
  padding-left: 5.6em;
}

.c-img-description.cc-padding-6 {
  margin-right: -3.5em;
  padding-left: 6.7em;
}

.c-text-wrap {
  flex-flow: column;
  display: flex;
}

.c-text-wrap.cc-gap-50 {
  grid-column-gap: 2.6em;
  grid-row-gap: 2.6em;
}

.c-text-wrap.cc-gap-20 {
  grid-column-gap: 1.04em;
  grid-row-gap: 1.04em;
}

.c-team_intro-text {
  width: 32.55em;
}

.c-team_body-grid {
  grid-column-gap: 2.08em;
  grid-row-gap: 2.08em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.c-team_body-grid.cc-bottom {
  grid-template-columns: 1.5fr 1fr;
}

.c-team_body-grid-item {
  grid-column-gap: 3.13em;
  grid-row-gap: 3.13em;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.c-team_body-grid-item.cc-gap-16 {
  grid-column-gap: .83em;
  grid-row-gap: .83em;
}

.c-team-content {
  grid-column-gap: .83em;
  grid-row-gap: .83em;
  flex-flow: column;
  display: flex;
}

.c-team-content_top {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.c-img_team-logo {
  width: 15.21em;
}

.c-download_grid {
  grid-column-gap: 1.09em;
  grid-row-gap: 1.09em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.c-popup_kennzahlen {
  z-index: 2;
  background-color: #ffffffd9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.c-kennzahlen-info-box {
  grid-column-gap: .94em;
  grid-row-gap: .94em;
  background-color: #ffffff80;
  flex-flow: column;
  width: 39.58em;
  margin-top: 4.17em;
  padding: 1.46em;
  display: flex;
}

.c-kennzahlen-info-box.hide {
  display: none;
}

.c-kennzahlen-info-box.c-mt-0 {
  margin-top: 0;
}

.c-button-group {
  grid-column-gap: 1.67em;
  grid-row-gap: 1.67em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.c-tabs_kennzahlen {
  width: 39.58em;
}

.c-tabs-menu_kennzahlen {
  grid-column-gap: .83em;
  grid-row-gap: .83em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.c-tabs-content_kennzahlen {
  margin-top: 3.13em;
}

.c-tab-link_kennzahlen {
  border: 1px solid var(--hl-white);
  color: var(--hl-white);
  background-color: #0000;
  padding: 1.03em 1.67em .83em;
  font-family: Helveticaneueltpro bd, sans-serif;
  font-size: .99em;
  line-height: 1.3;
  transition: background-color .2s, color .2s;
}

.c-tab-link_kennzahlen:hover {
  background-color: var(--hl-white);
  color: var(--hl-orange);
}

.c-tab-link_kennzahlen.w--current {
  background-color: var(--hl-white);
  color: var(--hl-orange);
  cursor: default;
}

.c-tab-link_kennzahlen.w--current:hover {
  background-color: var(--hl-white);
  color: var(--hl-orange);
}

.c-tab-pane_kennzahlen {
  height: auto;
}

.c-slider_kennzahlen {
  background-color: #0000;
  height: 100%;
  margin-left: 1.46em;
}

.c-slider-mask_kennzahlen {
  width: 50%;
  height: 100%;
  overflow: visible;
}

.c-slide_kennzahlen {
  width: 100%;
  height: 100%;
  margin-right: 7em;
}

.c-slide_kennzahlen-inner {
  grid-column-gap: .52em;
  grid-row-gap: .52em;
  flex-flow: column;
  padding-top: .5em;
  display: flex;
}

.c-slide-number {
  color: var(--hl-white);
  font-family: Helveticaneueltpro bd, sans-serif;
  font-size: 3.91em;
  font-weight: 400;
  line-height: 1;
}

.c-slider-arrow {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  width: 3.59vw;
  padding-top: .2em;
  display: flex;
  inset: 0% 48% 0% auto;
}

.c-img_slider-arrow {
  flex: none;
  width: 100%;
}

.c-img_slider-arrow-mobile {
  width: 1em;
  display: none;
}

.c-anchor {
  width: 100%;
  margin-top: -3em;
  position: absolute;
  inset: 0% 0% auto;
}

.c-anchor.cc-vorstand {
  margin-top: -10em;
}

.c-slider-nav {
  display: none;
}

.c-slider-nav.show {
  display: block;
}

.c-button-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.c-button-wrap.cc-mt-100 {
  margin-top: 5.21em;
}

.c-nav_menu {
  grid-column-gap: 2.19em;
  grid-row-gap: 2.19em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 2.19em;
  display: flex;
}

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

.accordion_list-wrapper {
  grid-column-gap: 2.86em;
  grid-row-gap: 2.86em;
  justify-content: center;
  align-items: flex-end;
  width: 81%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  position: relative;
}

.accordion_list-wrapper.vertical {
  flex-flow: column;
}

.accordion_item-wrap {
  width: 11.72em;
}

.accordion_item {
  border: 1px solid var(--hl-orange);
  background-color: var(--hl-white);
  position: relative;
}

.accordion_title-wrapper {
  z-index: 2;
  color: var(--hl-orange);
  cursor: pointer;
  justify-content: space-between;
  height: 5.47em;
  padding: .83em;
  font-family: Helveticaneueltpro bd, sans-serif;
  font-size: .99em;
  line-height: 1.3;
  display: flex;
  position: relative;
}

.accordion_title-wrapper:hover {
  background-color: var(--hl-orange);
  color: var(--hl-white);
}

.accordion_description-wrapper {
  z-index: 2;
  color: var(--hl-black);
  padding: 0 .83em;
  position: relative;
  overflow: hidden;
}

.c-img_plus-close {
  cursor: pointer;
  width: 1.22em;
  height: 1.22em;
  margin-top: .83em;
  margin-right: .83em;
  position: absolute;
  inset: 0% 0% auto auto;
}

.c-img_plus-close.no-margin {
  margin-top: 0;
  margin-right: 0;
}

.c-silvester-link {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  display: flex;
}

.c-img_strategy-bg {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100em;
  position: absolute;
  inset: 0% 0% auto;
}

.c-slider_kennzahlen-info {
  background-color: #0000;
  height: 100%;
  margin-top: 8.47em;
}

.c-slider_kennzahlen-info-mask {
  height: 100%;
}

.c-slide_kennzahlen-info {
  height: 100%;
  margin-right: 1rem;
}

.additional-info-wrapper {
  margin-top: 8.47em;
  margin-left: -1.46em;
  position: relative;
}

@media screen and (max-width: 991px) {
  .c-nav_right {
    margin-top: .5em;
  }

  .c-img_open {
    width: 1.5em;
  }

  .c-img_open.cc-desktop {
    object-fit: contain;
    width: 1.5em;
  }

  .c-nav_dropdown-link, .c-nav_link, .c-nav_link.w--current {
    font-size: 1.2em;
  }

  .c-brand {
    width: 13em;
  }

  .mehr-button-2 {
    margin-top: 15px;
    padding: 4px 5px;
  }

  .mehr-button-2.orange {
    margin-top: 20px;
  }

  .image-35 {
    z-index: 9999;
    width: 95%;
    position: absolute;
  }

  .c-link-default {
    font-size: 3em;
  }

  .cc-hide_tablet-down {
    display: none;
  }

  .c-button_black {
    font-size: 1.2em;
  }

  .c-button_black:hover {
    color: var(--hl-black);
    background-color: #0000;
  }

  .c-button_black.cc-mt_5-21.cc-hide_tablet {
    display: none;
  }

  .c-button_black.cc-submit {
    height: 4em;
    font-size: 1.2em;
  }

  .c-p-medium, .c-p-default {
    font-size: 1.2em;
  }

  .c-p-default.cc-txt-hl-black {
    font-size: 1em;
  }

  .c-p-small {
    font-size: 1.2em;
  }

  .c-p-xlarge {
    font-size: 3em;
  }

  .c-hero_card-item:hover {
    color: var(--hl-orange);
    background-color: #0000;
  }

  .c-link_download:hover {
    background-color: var(--hl-white);
    color: var(--hl-orange);
  }

  .c-strategy_intro-text {
    width: 100%;
  }

  .c-button_orange {
    font-size: 1.2em;
  }

  .c-button_orange:hover {
    background-color: var(--hl-orange);
  }

  .c-button_orange.cc-outline:hover {
    background-color: #0000;
  }

  .c-img_bg-map.cc-desktop {
    width: 95%;
    height: auto;
  }

  .c-overview_grid-item {
    height: 5.5em;
  }

  .c-overview_grid-item.cc-absolute {
    margin-bottom: 1em;
  }

  .c-overview_right {
    width: 25em;
    margin-right: 0;
  }

  .c-locations_left, .c-locations_right {
    width: 12em;
  }

  .c-dot {
    margin-top: .4em;
  }

  .c-quote_wrap.cc-2 {
    margin-top: 93.19em;
  }

  .c-quote_wrap.cc-1 {
    margin-top: 19.6em;
  }

  .c-form-field {
    height: 4em;
    font-size: 1.2em;
  }

  .c-popup_hero {
    display: none;
  }

  .c-dropdown-toggle_vorstand:hover {
    background-color: var(--hl-white);
  }

  .c-popup_vorstand {
    display: none;
  }

  .c-dropdown-toggle_strategy:hover {
    color: var(--hl-black);
  }

  .c-team_intro-text {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .c-nav_right {
    margin-top: .5em;
  }

  .c-nav-menu {
    width: 100vw;
    padding-right: 9.5%;
    right: 0%;
  }

  .c-nav_link, .c-nav_link.w--current {
    font-size: 13px;
  }

  .c-brand {
    width: 3em;
    padding-left: 0;
  }

  .c-brand.w--current {
    width: 3em;
  }

  .mehr-button-2 {
    font-size: 11px;
  }

  .mehr-button-2.orange {
    margin-top: 10px;
  }

  .mehr-button-2.orange.popup {
    display: block;
  }

  .image-35 {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-link-default {
    font-size: 16px;
  }

  .c-stg-item {
    flex-direction: column;
  }

  .c-button_black.cc-show_mobile-only.cc-overview.cc-maps_landscape {
    text-align: center;
    width: 20em;
    height: 3.5em;
    margin-top: 2em;
    margin-right: auto;
    font-size: 1.2em;
    line-height: 1.1;
    display: flex;
  }

  .c-button_black.cc-mt_5-21.cc-hide_tablet.cc-show-mobile-lands {
    display: flex;
  }

  .c-button_black.cc-mt_5-21.cc-hide_mobile-lands {
    display: none;
  }

  .c-button_black.cc-submit {
    height: 3em;
  }

  .c-sec-intro, .c-sec-container.cc-def-container.cc-mobile-100 {
    width: 100%;
  }

  .c-sec-container.cc-full-width.cc-pl_9-5 {
    width: 81%;
    padding-left: 0%;
  }

  .c-section-title.cc-txt-hl-orange.cc-padding-mobile {
    padding-left: 9.5%;
    padding-right: 9.5%;
  }

  .c-stg_grid.cc-4-col {
    grid-template-columns: 1fr 1fr;
  }

  .c-stg-title {
    letter-spacing: -.8px;
    font-size: 3em;
  }

  .c-p-medium.cc-txt-hl-black.cc-bold.cc-width.cc-mobile-padding {
    width: auto;
  }

  .c-stg_title-light, .c-stg_title-dark {
    letter-spacing: -.8px;
    font-size: 3em;
  }

  .cc-hide_landscape-down {
    display: none;
  }

  .c-sec-content.cc-hero_home {
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }

  .c-sec-content.cc-footer {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .c-sec-content.cc-interview_text {
    flex-direction: column;
  }

  .c-sec-content.cc-interview_text.cc-desktop {
    display: none;
  }

  .c-sec-content.cc-interview_text.cc-mobile {
    display: block;
  }

  .c-section-number {
    letter-spacing: -.8px;
    font-size: 3em;
  }

  .c-quote-l.cc-txt-hl-orange.cc-all-caps {
    display: none;
  }

  .c-quote-l.cc-txt-hl-orange.cc-all-caps.cc-mobile {
    font-size: 4em;
    display: block;
  }

  .c-quote-l.cc-txt-hl-orange.cc-all-caps.cc-desktop {
    font-size: 4em;
    display: none;
  }

  .c-quote-l.cc-txt-hl-grey-medium.cc-all-caps.cc-desktop {
    display: none;
  }

  .c-quote-l.cc-txt-hl-grey-medium.cc-mobile-only {
    padding-left: 9.5%;
    padding-right: 9.5%;
    display: block;
  }

  .c-quote-m.cc-txt-hl-orange.cc-all-caps.cc-1, .c-quote-m.cc-txt-hl-grey-medium.cc-mobile-padding {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .c-quote-s {
    font-size: 16px;
  }

  .c-p-small {
    font-size: .9em;
  }

  .c-p-small.cc-txt-hl-black.cc-right.cc-desktop {
    text-align: left;
    margin-top: 2em;
    display: none;
  }

  .c-p-small.cc-txt-hl-black.cc-right.cc-mobile_mid-grey.cc-mobile_left {
    text-align: left;
    margin-top: 2em;
    display: block;
  }

  .c-p-small.cc-txt-hl-black.cc-footer {
    font-size: 1.2em;
  }

  .c-p-xlarge {
    font-size: 16px;
  }

  .c-img_brand.cc-desktop {
    display: none;
  }

  .c-img_brand.cc-mobile {
    display: block;
  }

  .c-section.cc-vorstand {
    padding-bottom: 0;
  }

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

  .c-footer_copyright {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
  }

  .c-footer_links {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 1em;
  }

  .c-p-xsmall {
    font-size: .9em;
  }

  .c-strategy_intro-text {
    flex: 1;
    width: 100%;
  }

  .c-team_body {
    grid-column-gap: 2em;
  }

  .c-img_bg-map.cc-desktop {
    display: none;
  }

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

  .c-overview_left {
    width: 100%;
  }

  .c-overview_right {
    width: 100%;
    margin-top: 1em;
    display: none;
  }

  .c-overview_right.cc-mobile {
    display: flex;
    position: absolute;
    bottom: 302.172px;
    right: -33%;
    transform: rotate(-90deg);
  }

  .c-terminals {
    justify-content: flex-start;
  }

  .c-locations_right {
    width: auto;
  }

  .c-interview_bottom {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column;
  }

  .c-interview_video, .c-interview_body {
    width: 100%;
  }

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

  .c-interview_info.cc-align_bottom {
    flex-direction: row;
  }

  .c-popup_interview {
    display: none;
  }

  .c-video_wrap {
    width: 28em;
    height: 28em;
  }

  .c-close.cc-vorstand-mobile {
    margin-top: 4.6em;
  }

  .c-popup_karte-mobile {
    display: none;
  }

  .c-interview_body-text {
    width: 100%;
    padding-left: 9.5%;
    padding-right: 9.5%;
  }

  .c-interview_images {
    width: 100%;
  }

  .c-img_interview {
    height: 30em;
  }

  .c-img_interview.cc-2 {
    height: 35em;
  }

  .c-quote_wrap, .c-quote_wrap.cc-2 {
    margin-top: 2em;
  }

  .c-form-field {
    height: 3em;
  }

  .c-info {
    top: 52%;
    left: 13%;
  }

  .c-popup_hero {
    display: none;
  }

  .c-interview {
    grid-template-columns: 100%;
  }

  .c-interview.cc-gap-16 {
    grid-column-gap: .83em;
    grid-row-gap: .83em;
  }

  .c-interview-item.cc-video {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .c-interview-item.cc-quote {
    height: auto;
  }

  .c-interview-video {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 50em;
    display: flex;
  }

  .c-interview-button-wrap {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 9.5%;
    position: static;
  }

  .c-name-wrap {
    padding-left: 9.5%;
  }

  .c-name-wrap.cc-subpage {
    position: static;
  }

  .c-vorstand-boxes {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .c-popup_vorstand {
    display: none;
  }

  .c-mobile-map {
    display: block;
    position: relative;
  }

  .c-img_mobile-plus {
    display: block;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .c-img_map-mobile {
    width: 70%;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .c-dropdown-list_strategy-inner {
    height: auto;
  }

  .c-dropdown-list_strategy-inner-bottom {
    grid-column-gap: 1.82em;
    grid-row-gap: 1.82em;
    grid-template-columns: 100%;
  }

  .c-strategy-image-wrap.cc-gap_42 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .c-text-description.cc-right.cc-desktop-tablet {
    display: none;
  }

  .c-text-description.cc-right.cc-mobile-lands-port {
    display: block;
  }

  .c-img-description.cc-padding-5, .c-img-description.cc-padding-6 {
    margin-right: 0;
    padding-left: 0;
  }

  .c-team_intro-text {
    flex: 1;
    width: 100%;
  }

  .c-team_body-grid {
    grid-template-columns: 1fr;
  }

  .c-team_body-grid.cc-bottom {
    grid-template-columns: 1.5fr;
  }

  .c-team-content_top {
    flex-flow: column;
  }

  .c-download_grid {
    grid-column-gap: 1.09em;
    grid-row-gap: 1.09em;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: start;
    display: grid;
  }

  .c-slider-arrow {
    width: 6vw;
  }

  .accordion_list-wrapper {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .map-close {
    width: 20px;
    position: absolute;
    inset: 12% 9.5% auto auto;
  }

  .c-img_strategy-bg {
    height: 120em;
  }
}

@media screen and (max-width: 479px) {
  .c-navigation {
    z-index: 5;
    height: 77px;
  }

  .c-menu-button {
    margin-top: -2px;
  }

  .c-nav_right {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex: 1;
    margin-top: 2px;
    margin-left: 22px;
  }

  .c-img_open {
    width: 25px;
    height: auto;
  }

  .c-img_open.cc-desktop {
    display: none;
  }

  .c-img_open.cc-mobile {
    display: block;
  }

  .c-nav_dropdown-link {
    font-size: 20px;
  }

  .c-nav-menu {
    padding-top: 30px;
    padding-right: 9%;
  }

  .c-nav_link.cc-all-caps {
    font-size: 13px;
  }

  .c-nav_link.cc-all-caps.w--current {
    font-family: Helveticaneueltpro bd, sans-serif;
  }

  .c-brand {
    width: 32px;
    margin-bottom: 7px;
  }

  .c-brand.w--current {
    width: 32px;
  }

  .mehr-button-2 {
    border-width: 2px;
    margin-top: 10px;
    padding: 3px 4px;
    display: inline-block;
  }

  .mehr-button-2.orange {
    border-width: 2px;
  }

  .image-35 {
    margin-top: 70px;
    padding-top: 0;
    display: none;
  }

  .utility-page-content {
    width: 82%;
  }

  .utility-page-form {
    width: 100%;
  }

  .c-button_black {
    width: 100%;
    height: 32px;
    font-size: 16px;
    line-height: 1;
  }

  .c-button_black.cc-show_mobile-only {
    display: flex;
  }

  .c-button_black.cc-show_mobile-only.cc-overview {
    text-align: center;
    height: 53px;
    margin-top: 20px;
  }

  .c-button_black.cc-show_mobile-only.cc-overview.cc-maps_landscape {
    display: block;
  }

  .c-button_black.cc-mt_5-21 {
    margin-top: 50px;
  }

  .c-button_black.cc-mt_5-21.cc-hide_tablet.cc-show-mobile-lands {
    width: 82%;
    margin-left: auto;
    margin-right: auto;
  }

  .c-button_black.cc-submit {
    height: 40px;
    font-size: 16px;
  }

  .cc-hide_mobile {
    display: none;
  }

  .c-sec-container.cc-def-container.cc-mobile-full {
    width: 100%;
  }

  .c-sec-container.cc-def-container.cc-mobile-90 {
    width: 90%;
  }

  .c-sec-container.cc-full-width.cc-pl_9-5 {
    width: 100%;
    padding-left: 0%;
  }

  .c-sec-container.cc-full-width.cc-mobile-default, .cc-def-container {
    width: 82%;
  }

  .c-stg-color {
    width: 100%;
    margin-bottom: 1rem;
  }

  .c-section-title {
    font-size: 37px;
  }

  .c-section-title.cc-txt-hl-white.cc-all-caps.cc-mobile-orange {
    color: var(--hl-orange);
  }

  .c-section-title.cc-txt-hl-orange.cc-all-caps.cc-mobile-padding, .c-section-title.cc-txt-hl-orange.cc-padding-mobile {
    padding-left: 9%;
    padding-right: 9%;
  }

  .c-section-title.cc-txt-hl-orange.cc-small {
    font-size: 21px;
  }

  .c-section-title.cc-txt-hl-orange.cc-small.cc-padding {
    padding-left: 0%;
    font-size: 21px;
  }

  .c-stg_grid, .c-stg_grid.cc-4-col {
    grid-template-columns: 1fr;
  }

  .cc-footer-width {
    width: 82%;
  }

  .c-stg-title {
    font-size: 7em;
  }

  .c-p-medium {
    font-size: 16px;
  }

  .c-p-medium.cc-txt-hl-black.cc-bold.cc-width {
    width: auto;
  }

  .c-p-medium.cc-txt-hl-black.cc-bold.cc-width.cc-mobile-padding {
    padding-left: 9%;
    padding-right: 9%;
  }

  .c-p-medium.cc-txt-hl-orange.cc-bold.cc-all-caps.cc-mobile_21 {
    font-size: 21px;
  }

  .c-p-medium.cc-txt-hl-orange.cc-bold.cc-all-caps.cc-mobile_21.cc-mobile-no-caps {
    text-transform: none;
    margin-top: 0;
  }

  .c-p-medium.cc-txt-hl-orange.cc-bold.cc-all-caps.cc-mobile-none-caps, .c-p-medium.cc-txt-hl-grey-medium.cc-bold.cc-all-caps.cc-mobile-none-caps {
    text-transform: none;
  }

  .c-p-medium.cc-txt-hl-grey-medium.cc-bold.cc-mobile-default {
    color: var(--hl-black);
    font-family: Helveticaneueltpro roman, sans-serif;
  }

  .c-stg_title-light {
    font-size: 6.5em;
  }

  .c-stg_title-dark {
    font-size: 6em;
  }

  .c-p-default, .c-p-default.cc-txt-hl-black {
    font-size: 16px;
  }

  .c-p-default.cc-txt-hl-black.cc-mobile-padding {
    padding-left: 9.5%;
    padding-right: 9.5%;
  }

  .c-p-default.cc-bold.cc-txt-hl-orange.cc-mobile-21 {
    font-size: 21px;
    line-height: 1;
  }

  .c-p-default.cc-center.cc-mobile-18px {
    font-size: 18px;
  }

  .cc-nav-width {
    width: 82%;
  }

  .c-stg_font-item {
    grid-template-columns: 1fr;
  }

  .c-sec-content.cc-hero_home {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-columns: 100%;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .c-sec-content.cc-interview {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .c-sec-content.cc-footer {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-bottom: 20px;
  }

  .c-sec-content.cc-strategy {
    margin-top: 70px;
  }

  .c-sec-content.cc-finanzen {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-top: 50px;
  }

  .c-sec-content.cc-team {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .c-sec-content.cc-overview {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .c-sec-content.cc-interview_text.cc-desktop {
    display: none;
  }

  .cc-w100_mobile {
    width: 100%;
  }

  .c-section-number {
    font-size: 62px;
  }

  .c-quote-l {
    font-size: 37px;
  }

  .c-quote-l.cc-txt-hl-orange.cc-all-caps.cc-mobile {
    font-size: 38px;
    display: block;
  }

  .c-quote-l.cc-txt-hl-orange.cc-all-caps.cc-mobile.mobil-kleiner-zitat {
    text-transform: none;
    font-size: 24px;
  }

  .c-quote-l.cc-txt-hl-orange.cc-all-caps.cc-desktop {
    display: none;
  }

  .c-quote-l.cc-txt-hl-grey-medium.cc-mobile-only {
    font-family: Helveticaneueltpro bd, sans-serif;
  }

  .c-quote-m {
    font-size: 37px;
  }

  .c-quote-m.cc-txt-hl-orange.cc-all-caps.cc-1 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .c-quote-m.cc-txt-hl-orange.cc-all-caps.cc-1.mobil-kleiner-zitat {
    text-transform: none;
    font-size: 24px;
  }

  .c-quote-m.cc-txt-hl-grey-medium.cc-mobile-padding {
    margin-top: 32px;
    margin-bottom: 50px;
    padding-left: 9.5%;
    padding-right: 9.5%;
  }

  .c-quote-s {
    font-size: 24px;
  }

  .c-p-small {
    font-size: 14px;
  }

  .c-p-small.cc-txt-hl-black.cc-mobile_left {
    text-align: left;
  }

  .c-p-small.cc-txt-hl-black.cc-right.cc-desktop {
    display: none;
  }

  .c-p-small.cc-txt-hl-black.cc-right.cc-mobile_mid-grey {
    color: var(--hl-mid-grey);
  }

  .c-p-small.cc-txt-hl-black.cc-right.cc-mobile_mid-grey.cc-mobile_left {
    margin-top: 30px;
    display: block;
  }

  .c-p-small.cc-txt-hl-black.cc-mobile-padding {
    padding-left: 9.5%;
    padding-right: 9.5%;
  }

  .c-nav-container.cc-nav-width {
    justify-content: flex-start;
  }

  .c-img_brand.cc-desktop {
    display: none;
  }

  .c-img_brand.cc-mobile {
    margin-top: 2px;
    display: block;
  }

  .c-section.cc-hero_home {
    padding-top: 111px;
    padding-bottom: 170px;
  }

  .c-section.cc-interview {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .c-section.cc-interview.cc-subpage {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .c-section.cc-interview.cc-mobile-margin {
    margin-top: 65px;
  }

  .c-section.cc-footer {
    padding-top: 40px;
    padding-bottom: 90px;
  }

  .c-section.cc-downloads {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .c-section.cc-strategy {
    background-image: none;
    background-size: auto;
    padding-top: 0;
    padding-bottom: 50px;
  }

  .c-section.cc-kennzahlen {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .c-section.cc-team, .c-section.cc-overview {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .c-section.cc-interview_text {
    padding-bottom: 100px;
  }

  .c-section.cc-vorstand {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .c-hero_card-item {
    align-items: center;
    height: 50px;
    padding: 16px 32px 12px;
    font-size: 16px;
  }

  .c-back-to-top {
    width: 54px;
    margin-top: 462px;
    inset: 0% 9.5% auto auto;
  }

  .c-btt_link {
    width: 54px;
    height: 54px;
  }

  .c-img_btt {
    width: 14px;
  }

  .c-img_btt.cc-desktop {
    display: none;
  }

  .c-img_btt.cc-mobile {
    display: block;
  }

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

  .c-footer_social {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
    margin-top: 17px;
  }

  .c-footer_copyright {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-direction: column;
  }

  .c-footer_links {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: wrap;
    justify-content: flex-start;
    margin-top: 14px;
    padding-right: 70px;
  }

  .c-link_social {
    width: 30px;
    height: auto;
  }

  .c-img_social {
    width: auto;
    height: 100%;
    min-height: 0;
  }

  .c-p-xsmall {
    font-size: 14px;
  }

  .c-p-large {
    font-size: 24px;
  }

  .c-p-large.cc-txt-hl-black.cc-utility {
    font-size: 16px;
  }

  .c-link_download {
    text-align: center;
    padding: 16px 32px 12px;
    font-size: 16px;
  }

  .c-link_download.cc-mobile-orange {
    background-color: var(--hl-orange);
    color: var(--hl-white);
  }

  .c-strategy_intro {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    flex-direction: column;
    padding-left: 4%;
    padding-right: 4%;
  }

  .c-strategy_intro-text {
    width: 100%;
  }

  .c-button_orange {
    justify-content: center;
    padding: 17px 32px 16px;
    font-size: 19px;
    line-height: 1;
  }

  .c-button_orange.cc-outline {
    border: 1px solid var(--hl-orange);
    background-color: var(--hl-white);
    color: var(--hl-orange);
    height: auto;
  }

  .c-button_orange.cc-outline.cc-mobile-only {
    margin-top: 50px;
    display: flex;
  }

  .c-img_bg-finanzen.cc-desktop {
    display: none;
  }

  .c-img_bg-finanzen.cc-mobile {
    object-position: 50% 0%;
    display: block;
    position: static;
  }

  .c-team_body {
    grid-row-gap: 48px;
    flex-direction: column;
    align-items: flex-start;
  }

  .c-img_bg-map.cc-desktop {
    display: none;
  }

  .c-overview_body {
    flex-direction: column;
    align-items: flex-start;
  }

  .c-overview_left {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    width: 100%;
  }

  .c-overview_card-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-left: 9%;
    padding-right: 9%;
  }

  .c-overview_card-content-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .c-overview_grid {
    grid-column-gap: 14px;
    grid-row-gap: 16px;
    grid-template-columns: 1.25fr 1fr;
  }

  .c-overview_grid-item {
    grid-column-gap: 13px;
    grid-row-gap: 0px;
    height: auto;
  }

  .c-overview_grid-item.cc-absolute {
    position: static;
  }

  .c-p-number_overview {
    font-size: 21px;
  }

  .c-span_wrap {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .c-overview_right {
    width: 100%;
    margin-top: 0;
    display: none;
  }

  .c-overview_right.cc-mobile {
    z-index: 2;
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    margin-right: 0;
    display: flex;
    position: absolute;
    inset: auto auto 32% 17%;
    transform: rotate(-90deg);
  }

  .c-terminals {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .c-locations_left {
    width: auto;
  }

  .c-icon_location {
    width: 14px;
  }

  .c-locations_right {
    flex: 1;
  }

  .c-interview_bottom {
    flex-direction: column;
    margin-top: 50px;
  }

  .c-interview_video {
    width: 100%;
    height: 269px;
    margin-top: 20px;
  }

  .c-icon_video-play {
    width: 65px;
  }

  .c-interview_body {
    width: 82%;
    margin-left: auto;
    margin-right: auto;
  }

  .c-quote-sign {
    display: none;
  }

  .c-interview_info.cc-align_bottom {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .cc-pl_9 {
    padding-left: 9%;
  }

  .c-img_bg-hero.cc-desktop {
    display: none;
  }

  .c-img_bg-hero.cc-mobile {
    object-position: 100% 0%;
    height: 100%;
    display: block;
    top: 9%;
  }

  .c-popup_interview {
    background-color: #dadadf;
    justify-content: flex-start;
    padding-top: 150px;
    display: none;
  }

  .c-video_wrap {
    width: 100%;
    height: 34em;
  }

  .c-video_wrap.cc-interview {
    width: 100%;
    margin-top: 0;
  }

  .c-close {
    color: #3c3c42;
    font-family: Helveticaneueltpro lt, sans-serif;
    font-size: 28px;
    line-height: 1;
    display: block;
  }

  .c-close.cc-vorstand-mobile {
    z-index: 3;
    margin-top: 95px;
    margin-right: 9.5%;
  }

  .c-finanzen_text {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 24px;
  }

  .c-text_item {
    grid-column-gap: 16px;
  }

  .c-dot {
    width: 8px;
    height: 8px;
    margin-top: 5.5px;
  }

  .c-img_vorstand {
    object-fit: cover;
    width: 100%;
    height: 322px;
  }

  .c-vorstand-info {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border: 1px solid var(--hl-orange);
    flex-flow: column;
    width: 100%;
    padding: 16px;
    display: flex;
  }

  .c-popup_karte-mobile {
    background-color: var(--hl-white);
    justify-content: flex-start;
    display: none;
  }

  .c-interview_body-text {
    padding-left: 0%;
    padding-right: 0%;
  }

  .c-interview_image-wrap {
    margin-top: 0;
    margin-bottom: 50px;
  }

  .c-interview_image-wrap.cc-mobile-mt_60 {
    margin-top: 60px;
  }

  .c-interview_image-wrap.cc-mobile-margin-0 {
    margin-top: 32px;
    margin-bottom: 0;
  }

  .c-img_interview {
    height: 341px;
    margin-bottom: 16px;
  }

  .c-img_interview.cc-2 {
    height: 200px;
    margin-bottom: 16px;
  }

  .c-form-field {
    height: 40px;
    padding-top: .2em;
    font-size: 16px;
  }

  .c-img_404, .c-img_pw {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  .c-info {
    width: 40px;
    top: 76%;
    left: 9%;
  }

  .c-info.cc-vorstand {
    display: none;
  }

  .c-info.cc-mobile-static {
    margin-top: 50px;
    margin-left: 9.5%;
    position: static;
  }

  .c-popup_hero {
    justify-content: flex-start;
    padding-top: 190px;
    display: none;
  }

  .c-popup_inner {
    width: 82%;
    padding: 60px 16px 30px;
  }

  .c-popup_inner.cc-kennzahlen {
    box-shadow: none;
    width: 100%;
    height: 100vh;
    padding-bottom: 160px;
  }

  .c-image_closing {
    width: 17px;
    margin-top: 14px;
    margin-right: 14px;
  }

  .c-image_closing.cc-map-mobile {
    z-index: 5;
    margin-top: 0;
    margin-right: 0;
    top: 14%;
    right: 9.5%;
  }

  .c-image_closing.cc-kennzahlen {
    margin-top: 0;
    margin-right: 0;
    top: 3%;
    right: 9.5%;
  }

  .c-interview {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .c-interview.cc-gap-16, .c-interview-item.cc-video {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .c-interview-video {
    height: 362px;
  }

  .c-interview-button-wrap, .c-name-wrap {
    padding-left: 9%;
  }

  .c-vorstand {
    padding-bottom: 50px;
    display: none;
  }

  .c-vorstand.cc-mobile-slider {
    height: auto;
    padding-bottom: 0;
    display: block;
  }

  .c-dropdown-toggle_vorstand-text {
    font-size: 19px;
  }

  .c-popup_vorstand {
    justify-content: flex-start;
    padding-top: 150px;
  }

  .c-img_width-100 {
    width: 100%;
  }

  .c-img_width-100.cc-mobile-only {
    display: block;
  }

  .c-img_width-100.cc-mobile-hidden {
    display: none;
  }

  .c-img_width-100.cc-mobile-474 {
    object-fit: cover;
    height: 474px;
  }

  .c-mobile-map {
    display: block;
    position: relative;
  }

  .c-img_mobile-plus {
    width: 40px;
    display: block;
    position: absolute;
    inset: 0% 11% auto auto;
  }

  .c-img_map-mobile {
    z-index: 1;
    width: 87%;
    position: absolute;
    inset: -4% auto auto 0%;
  }

  .c-strategy_dropdowns {
    border-top-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
  }

  .c-dropdown_strategy {
    border-bottom-width: 1px;
  }

  .c-dropdown-toggle_strategy {
    border-width: 0;
    padding: 18px;
  }

  .c-dropdown-toggle_strategy.w--open {
    padding-top: 0;
    padding-bottom: 0;
  }

  .c-dropdown-list_strategy.w--open {
    padding: 15px 16px 30px;
  }

  .c-dropdown-toggle_strategy-inner {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .c-img_cross-strategy {
    width: 23.5px;
  }

  .c-dropdown-list_strategy-inner {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .c-dropdown-title {
    font-size: 21px;
  }

  .c-dropdown-list_strategy-inner-bottom {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 100%;
  }

  .c-strategy-image-wrap.cc-gap_42, .c-strategy-image-wrap.cc-gap-25 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .c-text-description {
    font-size: 16px;
  }

  .c-text-description.cc-2023 {
    margin-left: 0;
  }

  .c-text-description.cc-right {
    text-align: left;
  }

  .c-text-description.cc-mobile-hidden {
    display: none;
  }

  .c-text-description.cc-mobile-only {
    padding-left: 9.5%;
    padding-right: 9.5%;
    font-size: 16px;
    display: block;
  }

  .c-text-description.cc-mobile-padding {
    padding-left: 9.5%;
    padding-right: 9.5%;
  }

  .c-txt-strategy {
    font-size: 16px;
  }

  .c-img_strategy.cc-1 {
    margin-left: 0;
  }

  .c-img_strategy.cc-2, .c-img_strategy.cc-4 {
    width: 100%;
  }

  .c-img-description.cc-padding-5, .c-img-description.cc-padding-6 {
    margin-right: 0;
    padding-left: 0;
  }

  .c-text-wrap.cc-gap-50 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-left: 9.5%;
    padding-right: 9.5%;
  }

  .c-text-wrap.cc-gap-20 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-left: 9.5%;
    padding-right: 9.5%;
  }

  .c-team_intro-text {
    width: 100%;
  }

  .c-team_body-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .c-team_body-grid-item, .c-team_body-grid-item.cc-gap-16 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .c-team-content_top {
    align-items: flex-start;
    padding-left: 9.5%;
    padding-right: 9.5%;
  }

  .c-img_team-logo {
    width: 166px;
  }

  .c-download_grid {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .c-popup_kennzahlen {
    background-color: var(--hl-white);
    justify-content: flex-start;
    padding-top: 80px;
    padding-bottom: 80px;
    display: none;
  }

  .c-kennzahlen-info-box {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    width: auto;
    margin-top: 38px;
    padding: 0;
  }

  .c-button-group {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .c-tabs_kennzahlen {
    width: auto;
  }

  .c-tabs-menu_kennzahlen {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
  }

  .c-tabs-content_kennzahlen {
    margin-top: 70px;
  }

  .c-tab-link_kennzahlen {
    border-color: var(--hl-orange);
    color: var(--hl-orange);
    padding: 18px 32px 16px;
    font-size: 19px;
  }

  .c-tab-link_kennzahlen.w--current {
    background-color: var(--hl-orange);
    color: var(--hl-white);
  }

  .c-tab-pane_kennzahlen {
    height: auto;
  }

  .c-tab-pane_kennzahlen-inner {
    padding-left: 0;
  }

  .c-slider_kennzahlen {
    margin-left: 0;
  }

  .c-slider-mask_kennzahlen {
    width: 100%;
  }

  .c-slide_kennzahlen-inner {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .c-slide-number {
    color: var(--hl-orange);
  }

  .c-slider-arrow {
    justify-content: flex-end;
    align-items: center;
    width: 54px;
    padding-top: 0;
    right: 0%;
  }

  .c-img_slider-arrow {
    display: none;
  }

  .c-img_slider-arrow-mobile {
    width: 54px;
    display: block;
  }

  .c-anchor, .c-anchor.cc-auf-einen-blick {
    margin-top: -6em;
  }

  .c-slider-nav {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    padding: 0;
    display: flex;
    position: static;
  }

  .c-slider-nav.cc-vorstand {
    margin-top: 16px;
  }

  .c-slider_vorstand {
    background-color: #0000;
    height: 100%;
  }

  .c-slider-mask_vorstand {
    height: 100%;
  }

  .c-slide_vorstand {
    height: 100%;
    margin-right: 32px;
    padding: 0;
  }

  .c-button-wrap.cc-mt-100 {
    margin-top: 100px;
  }

  .c-button-wrap.cc-mobile-padding {
    padding-left: 9.5%;
    padding-right: 9.5%;
  }

  .c-width-custom {
    width: 70%;
  }

  .c-nav_menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .c-close-mobile {
    margin-top: 93px;
    position: absolute;
    inset: 0% 9.5% auto auto;
  }

  .code-embed, .accordion_list-wrapper, .c-img_strategy-bg {
    display: none;
  }

  .additional-info-wrapper {
    margin-top: 32px;
    margin-left: 0;
  }

  .text-block, .text-block-2, .bold-text, .text-block-3, .text-block-4 {
    text-align: left;
  }
}

#w-node-d1231079-1d8d-6aad-dd00-d8570f39c5d2-f59acde5, #w-node-d1231079-1d8d-6aad-dd00-d8570f39c5d7-f59acde5, #w-node-d1231079-1d8d-6aad-dd00-d8570f39c5dc-f59acde5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d1231079-1d8d-6aad-dd00-d8570f39c5e4-f59acde5 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-d1231079-1d8d-6aad-dd00-d8570f39c5e9-f59acde5 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-f82cd6fc-5a42-6a59-47f0-7a5df9b06711-f59acde5, #w-node-d1573a35-a3ae-bcdb-3173-5bc2d696ef97-f59acde5, #w-node-_639be822-2fb0-d7af-c2a8-d1a5aa6d5596-f59acde5, #w-node-_83c68772-fd6c-2a4d-e8bf-e99c3a3173e0-f59acde5, #w-node-a127ab6d-59f9-8e30-31fc-f2d0c31a769b-f59acdf8, #w-node-a127ab6d-59f9-8e30-31fc-f2d0c31a7695-f59acdf8, #w-node-_6f14f1a3-f9c0-cf98-e88e-023909e8e3ff-f59acdf8, #w-node-_56bed29d-8e44-8ae6-f1ce-0d562d1167e2-f59acdf8, #w-node-_14920e95-00e6-aaa6-fafd-859be9815a32-f59acdf8, #w-node-a127ab6d-59f9-8e30-31fc-f2d0c31a76a1-f59acdf8, #w-node-a127ab6d-59f9-8e30-31fc-f2d0c31a76d1-f59acdf8, #w-node-a127ab6d-59f9-8e30-31fc-f2d0c31a76c3-f59acdf8, #w-node-_7620e42b-5cf9-f05b-6f4b-09ad0ec8fb83-f59acdf8, #w-node-_9504290f-99fd-96dc-9a47-ee8e5eb924d7-f59acdf8, #w-node-a127ab6d-59f9-8e30-31fc-f2d0c31a76ca-f59acdf8, #w-node-a127ab6d-59f9-8e30-31fc-f2d0c31a76f7-f59acdf8, #w-node-_089b8a4f-fb93-c5ba-9acb-b547f94af6f9-f59acdf8, #w-node-a127ab6d-59f9-8e30-31fc-f2d0c31a771f-f59acdf8, #w-node-_8531667e-f788-650a-a50a-bd95ee7e922d-f59acdf8, #w-node-efd695b8-6e4c-5567-37be-d5e451f2022c-f59acdf8, #w-node-a127ab6d-59f9-8e30-31fc-f2d0c31a7726-f59acdf8, #w-node-_20ca4944-fb83-677e-0b6f-189e635e7fd8-f59acdf8, #w-node-_6cf70a7a-3203-ac51-b0b8-f82e87f4608f-f59acdf8, #w-node-a97f09c4-6809-047d-61c4-71202c94b317-f59acdf8, #w-node-a97f09c4-6809-047d-61c4-71202c94b31e-f59acdf8, #w-node-a97f09c4-6809-047d-61c4-71202c94b325-f59acdf8, #w-node-a127ab6d-59f9-8e30-31fc-f2d0c31a7732-f59acdf8, #w-node-a127ab6d-59f9-8e30-31fc-f2d0c31a773e-f59acdf8, #w-node-a127ab6d-59f9-8e30-31fc-f2d0c31a774d-f59acdf8, #w-node-a127ab6d-59f9-8e30-31fc-f2d0c31a7751-f59acdf8, #w-node-a127ab6d-59f9-8e30-31fc-f2d0c31a775f-f59acdf8, #w-node-a127ab6d-59f9-8e30-31fc-f2d0c31a7763-f59acdf8, #w-node-a127ab6d-59f9-8e30-31fc-f2d0c31a7775-f59acdf8, #w-node-a127ab6d-59f9-8e30-31fc-f2d0c31a777d-f59acdf8, #w-node-a127ab6d-59f9-8e30-31fc-f2d0c31a7784-f59acdf8, #w-node-a127ab6d-59f9-8e30-31fc-f2d0c31a778b-f59acdf8, #w-node-a127ab6d-59f9-8e30-31fc-f2d0c31a7792-f59acdf8, #w-node-a127ab6d-59f9-8e30-31fc-f2d0c31a7799-f59acdf8, #w-node-a127ab6d-59f9-8e30-31fc-f2d0c31a77a5-f59acdf8, #w-node-a127ab6d-59f9-8e30-31fc-f2d0c31a77ac-f59acdf8, #w-node-a127ab6d-59f9-8e30-31fc-f2d0c31a77b3-f59acdf8, #w-node-a127ab6d-59f9-8e30-31fc-f2d0c31a77ba-f59acdf8, #w-node-a127ab6d-59f9-8e30-31fc-f2d0c31a77cd-f59acdf8, #w-node-a127ab6d-59f9-8e30-31fc-f2d0c31a77d4-f59acdf8, #w-node-a127ab6d-59f9-8e30-31fc-f2d0c31a77db-f59acdf8, #w-node-a127ab6d-59f9-8e30-31fc-f2d0c31a77e2-f59acdf8, #w-node-a127ab6d-59f9-8e30-31fc-f2d0c31a7827-f59acdf8, #w-node-ad38126a-1536-126f-5756-65ef07340dc5-f59acdf8, #w-node-a127ab6d-59f9-8e30-31fc-f2d0c31a783e-f59acdf8, #w-node-a127ab6d-59f9-8e30-31fc-f2d0c31a7844-f59acdf8, #w-node-a127ab6d-59f9-8e30-31fc-f2d0c31a784a-f59acdf8, #w-node-a127ab6d-59f9-8e30-31fc-f2d0c31a7850-f59acdf8, #w-node-a127ab6d-59f9-8e30-31fc-f2d0c31a7856-f59acdf8, #w-node-a127ab6d-59f9-8e30-31fc-f2d0c31a785c-f59acdf8, #w-node-a127ab6d-59f9-8e30-31fc-f2d0c31a786d-f59acdf8, #w-node-a127ab6d-59f9-8e30-31fc-f2d0c31a7873-f59acdf8, #w-node-a127ab6d-59f9-8e30-31fc-f2d0c31a7879-f59acdf8, #w-node-a127ab6d-59f9-8e30-31fc-f2d0c31a787f-f59acdf8, #w-node-a127ab6d-59f9-8e30-31fc-f2d0c31a788a-f59acdf8, #w-node-a127ab6d-59f9-8e30-31fc-f2d0c31a7890-f59acdf8, #w-node-a127ab6d-59f9-8e30-31fc-f2d0c31a7896-f59acdf8, #w-node-a127ab6d-59f9-8e30-31fc-f2d0c31a789c-f59acdf8, #w-node-a127ab6d-59f9-8e30-31fc-f2d0c31a78a7-f59acdf8, #w-node-a127ab6d-59f9-8e30-31fc-f2d0c31a78ad-f59acdf8, #w-node-a127ab6d-59f9-8e30-31fc-f2d0c31a78b3-f59acdf8, #w-node-a127ab6d-59f9-8e30-31fc-f2d0c31a78b9-f59acdf8, #w-node-a127ab6d-59f9-8e30-31fc-f2d0c31a78c4-f59acdf8, #w-node-a127ab6d-59f9-8e30-31fc-f2d0c31a78ca-f59acdf8, #w-node-a127ab6d-59f9-8e30-31fc-f2d0c31a78d0-f59acdf8, #w-node-a127ab6d-59f9-8e30-31fc-f2d0c31a78d6-f59acdf8, #w-node-a127ab6d-59f9-8e30-31fc-f2d0c31a795f-f59acdf8, #w-node-a127ab6d-59f9-8e30-31fc-f2d0c31a7967-f59acdf8, #w-node-a127ab6d-59f9-8e30-31fc-f2d0c31a796f-f59acdf8, #w-node-a127ab6d-59f9-8e30-31fc-f2d0c31a7977-f59acdf8, #w-node-a127ab6d-59f9-8e30-31fc-f2d0c31a7984-f59acdf8, #w-node-_630d515f-401a-a490-6296-d2c45dbd1693-f59acdfc, #w-node-_630d515f-401a-a490-6296-d2c45dbd1698-f59acdfc, #w-node-_630d515f-401a-a490-6296-d2c45dbd169d-f59acdfc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_630d515f-401a-a490-6296-d2c45dbd16a5-f59acdfc {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_630d515f-401a-a490-6296-d2c45dbd16aa-f59acdfc {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_630d515f-401a-a490-6296-d2c45dbd16b3-f59acdfc, #w-node-_630d515f-401a-a490-6296-d2c45dbd16b8-f59acdfc, #w-node-_630d515f-401a-a490-6296-d2c45dbd16bd-f59acdfc, #w-node-_630d515f-401a-a490-6296-d2c45dbd16c2-f59acdfc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-c98ee476-edfb-2284-1b52-5d58bda42823-f59acde5, #w-node-b95695b1-f0fc-c9d9-c462-d29cb537fa52-f59acdf9, #w-node-_630d515f-401a-a490-6296-d2c45dbd15e8-f59acdfc, #w-node-_62c497f3-c0d3-991d-95bf-b44878a118bd-f59acdfd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d1231079-1d8d-6aad-dd00-d8570f39c5d2-f59acde5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d1231079-1d8d-6aad-dd00-d8570f39c5dc-f59acde5 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d1231079-1d8d-6aad-dd00-d8570f39c5e4-f59acde5 {
    grid-column: 2 / 3;
  }

  #w-node-d1231079-1d8d-6aad-dd00-d8570f39c5e9-f59acde5 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_639be822-2fb0-d7af-c2a8-d1a5aa6d5596-f59acde5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_83c68772-fd6c-2a4d-e8bf-e99c3a3173e0-f59acde5 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_0c333561-1260-ec54-d8ad-fab451bace2f-f59acde5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9534f01e-79b1-4983-4d5e-f0ba3a518c38-f59acde5 {
    order: -9999;
  }

  #w-node-_630d515f-401a-a490-6296-d2c45dbd1693-f59acdfc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_630d515f-401a-a490-6296-d2c45dbd169d-f59acdfc {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_630d515f-401a-a490-6296-d2c45dbd16a5-f59acdfc {
    grid-column: 2 / 3;
  }

  #w-node-_630d515f-401a-a490-6296-d2c45dbd16aa-f59acdfc {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_630d515f-401a-a490-6296-d2c45dbd16bd-f59acdfc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_630d515f-401a-a490-6296-d2c45dbd16c2-f59acdfc {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_791a0a9b-8b6d-477e-a91e-05a5279333f1-f59acdfc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_630d515f-401a-a490-6296-d2c45dbd17d4-f59acdfc {
    order: -9999;
  }
}


@font-face {
  font-family: 'Helveticaneueltpro md';
  src: url('../fonts/HelveticaNeueLTPro-Md.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneueltpro bd';
  src: url('../fonts/HelveticaNeueLTPro-Bd.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneueltpro lt';
  src: url('../fonts/HelveticaNeueLTPro-Lt.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneueltpro roman';
  src: url('../fonts/HelveticaNeueLTPro-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneueltpro bdou';
  src: url('../fonts/HelveticaNeueLTPro-BdOu.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}