/* ------------------------------ */
/* ----- Typography / Colors ---- */
/* ------------------------------ */

@font-face {
  font-family: 'Plain';
  font-weight: 300;
  font-style: normal;
  src: url('/wp-content/themes/branding_child/fonts/plain-light.woff2') format('woff2'),
       url('/wp-content/themes/branding_child/fonts/plain-light.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Plain';
  font-weight: normal;
  font-style: normal;
  src: url('/wp-content/themes/branding_child/fonts/plain-regular.woff2') format('woff2'),
       url('/wp-content/themes/branding_child/fonts/plain-regular.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Plain';
  font-weight: 600;
  font-style: normal;
  src: url('/wp-content/themes/branding_child/fonts/plain-medium.woff2') format('woff2'),
       url('/wp-content/themes/branding_child/fonts/plain-medium.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Plain';
  font-weight: bold;
  font-style: normal;
  src: url('/wp-content/themes/branding_child/fonts/plain-bold.woff2') format('woff2'),
       url('/wp-content/themes/branding_child/fonts/plain-bold.woff') format('woff');
  font-display: swap;
}


/* ------------------------------ */
/* ---------- Variables --------- */
/* ------------------------------ */

:root {
  /* Brand Fonts */
  --brand-font: 'Plain';

  /* Brand Colors*/
  --brand-black: #000000;
  --brand-white: #ffffff;
  --brand-grey: #eeeeee;
  --brand-grey-reversed: rgba(255,255,255,.1);
  
  /* Font Styling */
  --font-size-3: 64px;
  --font-size-2-5: 40px;
  --font-size-2: 32px;
  --font-size-1: 24px;
  --font-size-0-5: 20px;
  --font-size-button: 17px;
  --font-size-standard: 18px;
  --line-height-3: 1.15;
  --line-height-2: 1.35;
  --line-height-1: 1.45;

  /* Hover & Transition */
  --opacity-2: .7;
  --opacity-1: .55;
  --transition-delay-fast: .15s;
  --transition-delay: .25s;
  --transition-4: 1s;
  --transition-3: .75s;
  --transition-2: .5s;
  --transition-1: .25s;

  /* Box shadow */
  --box-shadow-1: 0 -14px 20px 0px rgba(66,66,65,.05);

  /* Spacing */
  --spacing-11: 230px;
  --spacing-10: 180px;
  --spacing-9: 160px;
  --spacing-8: 120px;
  --spacing-7: 100px;
  --spacing-6: 80px;
  --spacing-5-5: 65px;
  --spacing-5: 50px;
  --spacing-4: 40px;
  --spacing-3-5: 30px;
  --spacing-3: 20px;
  --spacing-2: 15px;
  --spacing-1: 10px;

  /* Layout */
  --width-content: 1200px;
  --width-content-big: 1450px;
  --width-banner-blocker: 25%;
}


/* ------------------------------ */
/* ----------- General ---------- */
/* ------------------------------ */

::selection {
  background: var(--brand-black);
  color: var(--brand-white);
}

::-moz-selection {
  background: var(--brand-black);
  color: var(--brand-white);
}

img::selection, video::selection, iframe::selection {
  background-color: transparent;
}

img::-moz-selection, video::-moz-selection, iframe::-moz-selection {
  background-color: transparent;
}

footer ::selection, .section__text--black ::selection, .button--normal a ::selection, button::selection, .bilderwelt__center .bilderwelt__text ::selection {
  background: var(--brand-white);
  color: var(--brand-black);
}

footer ::-moz-selection, .section__text--black ::-moz-selection, .button--normal a ::-moz-selection, button::-moz-selection, .bilderwelt__center .bilderwelt__text ::-moz-selection {
  background: var(--brand-white);
  color: var(--brand-black);
}

html {
  font-size: 20px;
}

body {
  font-family: var(--brand-font);
  font-size: var(--font-size-standard);
  font-weight: 300;
  line-height: var(--line-height-1);
  color: var(--brand-black);
  -webkit-tap-highlight-color: transparent;
}

h2:first-child, h3:first-child, h4:first-child {
  margin-top: 0;
}

h1 {
  font-size: 154px;
  font-weight: 600;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: var(--spacing-8);
}

.section--header .section__title:last-child h1 {
  margin-bottom: 0;
}

h2, h3, .section__text + .section__text h2:first-child, .section__text + .section__text h3:first-child {
  margin-top: var(--spacing-7);
}

h2, .typography--h2 {
  font-size: 100px;
  font-weight: normal;
  line-height: var(--line-height-3);
  margin-bottom: var(--spacing-5);
}

.section__text--black h2, .section__text--black .typography--h2 {
  font-size: 80px;
}

h3, .typography--h3, .typography--h3-small, .section__text--lead-big {
  font-size: var(--font-size-3);
  font-weight: normal;
  line-height: var(--line-height-3);
}

h3, .typography--h3 {
  margin-bottom: var(--spacing-3-5);
}

.typography--h3-small {
  font-size: var(--font-size-2-5);
}

h4, .typography--h4 {
  font-size: var(--font-size-standard);
  font-weight: bold;
  line-height: var(--line-height-1);
  margin-bottom: 0;
}

h4, .section__text + .section__text h4:first-child {
  margin-top: var(--spacing-5);
}

.typography--lead, .section__text--lead {
  font-size: var(--font-size-2);
}

.typography--copy {
  font-size: var(--font-size-standard);
}

h4, main p, main ul {
  max-width: var(--width-content);
}

main .section__text--lead-big p {
  max-width: var(--width-content-big);
}

a {
  color: var(--brand-black);
  text-decoration: none;
}

a.full {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  max-width: 100%;
  text-indent: -30000px;
  z-index: 10;
  text-decoration: none;
  text-align: left;
}

a.full > span {
  position: absolute;
  height: 1px;
  width: 1px;
  clip: rect(1px,1px,1px,1px);
  border: 0;
  overflow: hidden;
}

a.full::before, a.full::after {
  display: none;
}

section p a:not(.full), section li a:not(.full), label a, footer a {
  position: relative;
  display: inline-block;
  text-decoration: underline;
  -webkit-transition: var(--transition-2);
  -o-transition: var(--transition-2);
  transition: var(--transition-2);
}

.no-touchevents section p a:not(.full):hover, .no-touchevents section li a:not(.full):hover, .no-touchevents label a:hover, .no-touchevents footer a:hover {
  opacity: var(--opacity-2);
}

p, main ul {
  margin: 0 0 var(--spacing-3);
}

p:last-child, ul:last-child {
  margin-bottom: 0;
}

main ul li {
  position: relative;
  padding-left: 16px;
}

main ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--brand-black);
}

main ul li + li {
  margin-top: var(--spacing-2);
}

strong, b {
  font-weight: bold;
}

span[class$="--hide-text"], span.hide-text {
  position: absolute;
  height: 1px;
  width: 1px;
  clip: rect(1px,1px,1px,1px);
  border: 0;
  overflow: hidden;
}


/* ------------------------------ */
/* ----------- Layout ----------- */
/* ------------------------------ */

.section > div, .section > .section__text--hover .text_container, .site_header__inside, .footer__inside, .accordion_trigger, .accordion__container, .logos_container, .gallery {
  max-width: 2200px;
  margin: 0 auto;
}

.section {
  position: relative;
  padding-top: var(--spacing-11);
}

.section.section--small-gap {
  padding-top: var(--spacing-9);
}

.section > div, .inside {
  margin: 0 auto;  
}

.section > div, .section--header:not(.section--intro) + .section {
  padding-top: var(--spacing-8);
}

.section--header.section--intro + .section {
  padding-top: var(--spacing-9);
}

.section--header > .section__banner + .section__text p, .section--header > .section__banner + .section__text ul {
  max-width: 880px;
}

.section__row > .row > div > div {
  padding-top: 3rem;
}

.section > div:first-child, .section__row > .row > div > div:first-child {
  padding-top: 0;
}

.section > div:last-child, .section__row > .row > div > div:last-child {
  padding-bottom: 0;
}

.section > div[class$="--full"] {
  max-width: 100% !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}



/* ------------------------------ */
/* ------------ Media ----------- */
/* ------------------------------ */

/* Images */
.picture_container {
  position: relative;
  display: block;
  overflow: hidden;
  line-height: 0;
}

.objectfit .picture_container--cover img,
.object-fit .picture_container--cover img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.picture_container--cover,
.picture_container--cover picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.no-objectfit .picture_container--cover picture,
.no-object-fit .picture_container--cover picture {
  display: none;
}

.no-objectfit .picture_container--cover,
.no-object-fit .picture_container--cover {
  background-size: cover !important;
}

@media (max-width: 413.98px) {

  .picture_container:not(.picture_container--cover) img {
    width: 100%;
  }

}


/* Hover */
.picture_container--hover img, .picture_container--hover::after,
.video_container--hover video, .video_container--hover::after {
  -webkit-transition: var(--transition-4);
  -o-transition: var(--transition-4);
  transition: var(--transition-4);
}

.no-touchevents .picture_container--hover:hover img, .no-touchevents .video_container--hover:hover video {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.picture_container--hover::after, .video_container--hover::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--brand-black);
  opacity: 0;
}

.no-touchevents .picture_container--hover:hover::after, .no-touchevents .video_container--hover:hover::after {
  opacity: .3;
}


/* Position */
.picture_container--left img {
  -o-object-position: left center;
     object-position: left center;
}

.picture_container--right img {
  -o-object-position: right center;
     object-position: right center;
}


/* Videos */
.video_container {
  position: relative;
  display: block;
  overflow: hidden;
  line-height: 0;
}

.video_container--embed {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.objectfit .video_container--cover video,
.object-fit .video_container--cover video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

video {
  max-width: 100%;
}


/* Lazy Load */
img[data-lazy-src], video.skip-lazy {
  opacity: 0;
}


img.lazyloaded, video.skip-lazy.canplay-desktop, video.skip-lazy.canplay-mobile, video.skip-lazy.canplay {
  -webkit-transition: opacity var(--transition-2), transform var(--transition-4);
  -moz-transition: opacity var(--transition-2), transform var(--transition-4);
  transition: opacity var(--transition-2), transform var(--transition-4);
  opacity: 1;
}




/* Video thumbs */
.video_container--cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}


/* Video loader */
.video_container {
  background-color: var(--brand-grey);
}

.video_container video {
  position: relative;
  z-index: 2;
}

.tile .video_container video, .video_container--fixed video {
  position: absolute;
  top: 0;
  left: 0;
}

.video_loader {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.video_loader__container {
  overflow: hidden;
  height: 3px;
  background-color: var(--brand-white);
}

.video_loader__progress {
  width: 100%;
  height: 100%;
  background-color: var(--brand-black);
  -webkit-animation: video-load 2s linear 0s infinite forwards;
          animation: video-load 2s linear 0s infinite forwards;
}

@-webkit-keyframes video-load {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }

  50% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }

  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes video-load {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }

  50% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }

  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

/* Video with controls */
.video_container--with-controls video {
  width: 100%;
  height: auto;
}

.video_container--with-controls video.is-loaded {
  opacity: 1;
}



/* ------------------------------ */
/* ------------ Icons ----------- */
/* ------------------------------ */

svg.icon--arrow {
  width: 69px;
  height: 10px;
}

svg.icon--eye {
  width: 15px;
  height: 11px;
}

svg.icon--arrow use {
  fill: var(--brand-black);
}

svg.icon--eye use {
  fill: var(--brand-white);
}


/* Label */
.section > .section__label {
  max-width: 100%;
  padding: 0 !important; 
}

.section > .section__label span {
  display: inline-block;
  padding: 10px 15px;
  font-size: var(--font-size-button);
  font-weight: 600;
  color: var(--brand-white);
  background-color: var(--brand-black);
}



/* ------------------------------ */
/* ------------ Title ----------- */
/* ------------------------------ */

.section__title + div {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.section__title + .section__title {
  padding-top: var(--spacing-5) !important;
}


/* ------------------------------ */
/* ------ 2-spaltiger Text ------ */
/* ------------------------------ */

.section__two_column_content .content__text .button--normal {
  margin-top: var(--spacing-5);
}

.section__two_column_content .content__text .button--arrow {
  margin-top: calc(var(--spacing-5) - var(--spacing-3));
}


/* ------------------------------ */
/* -------- Bild / Video -------- */
/* ------------------------------ */

.section__media img, .section__media video {
  width: 100%;
  height: auto;
}

.section__media--full + .section__media--full {
  padding-top: 0;
}


/* ------------------------------ */
/* ----------- Footer ----------- */
/* ------------------------------ */

footer {
  margin-top: var(--spacing-10);
  padding: var(--spacing-4) 0;
  font-size: var(--font-size-standard);
  color: var(--brand-white);
  background-color: var(--brand-black);
}

footer a {
  color: var(--brand-white);
  text-decoration: none;
}



/* ------------------------------ */
/* -------- Media Queries ------- */
/* ------------------------------ */

@media all and (min-width: 768px) {

  .section.section--header:first-child {
    padding-top: var(--spacing-5-5);
  }

}


@media all and (min-width: 992px) {

  .section__two_column_content .content__title {
    padding-right: calc(2 * var(--spacing-3));
  }

  .section__two_column_content .content__text {
    padding-left: 0;
  }

  .section__two_column_content h2, .section__two_column_content h3 {
    margin-bottom: 0;
  }

  .video_loader__container {
    width: 10vw;
  }

  footer span.last-modified {
    margin-left: var(--spacing-8);
  }

}


@media all and (min-width: 1240px) {

  .section:first-child {
    padding-top: var(--spacing-8);
  }

  .section > .section__tiles + .section__two_column_content, .section > .section__bilderwelt + .section__two_column_content,
  .section > .section__media + .section__two_column_content, .section > .section__banner + .section__two_column_content, .section > .section__slider + .section__two_column_content {
    padding-top: var(--spacing-7);
  }

  .section--header > .section__banner + .section__text {
    padding-top: var(--spacing-6);
  }

  .section > .section__title, .site_header__inside, .section > .section__text--hover:not(.section__text--black) .text_container, .section > .section__bilderwelt, .section > .section__media--almost-full, .teaser.teaser--full .teaser__content, .section > .section__tiles--almost-full {
    padding-right: var(--spacing-5);
    padding-left: var(--spacing-5);
  }

  .section__two_column_content .content:not(.content--small) .content__text {
    padding-top: var(--spacing-2);
  }

  .section__two_column_content .content.content--small .content__text {
    padding-top: 4px;
  }

}


@media all and (min-width: 1600px) {

  .section > div:not(.section__title):not(.section__text--hover):not(.section__accordion):not(.section__gallery):not(.section__logos):not(.section__bilderwelt):not([class$="--small"]):not(.section__media--almost-full):not(.section__tiles--almost-full), .footer__inside, .accordion__inside, 
  .gallery, .section__teaser--full .content, .section__teaser--full .button, .section__logos--custom, .section > .section__text--hover.section__text--black .text_container {
    padding-right: var(--spacing-10);
    padding-left: var(--spacing-10);
  }
  
  .section > div[class$="--small"] {
    padding-right: calc(var(--spacing-10) * 1.5);
    padding-left: calc(var(--spacing-10) * 1.5);
  }

  h1 {
    position: relative;
    left: -4px;
  }

  .section__media--almost-full + .section__media--almost-full {
    padding-top: 24px;
  }

}


@media all and (min-width: 2100px) {

  :root {
    --spacing-11: 250px;
    --spacing-10: 200px;
    --spacing-9: 180px;
    --spacing-8: 125px;
  }

  .section__logos:not(.section__logos--custom) .logos_container {
    padding-right: calc(var(--spacing-10) * 1.5);
    padding-left: calc(var(--spacing-10) * 1.5);
  }

}


@media all and (max-width: 1899.98px) and (min-width: 1600px) {

  :root {
    --font-size-3: 60px;
    --spacing-11: 200px;
    --spacing-10: 160px;
    --spacing-9: 140px;
    --spacing-8: 120px;
    --spacing-7: 95px;
    --spacing-3-5: 25px;
    --line-height-3: 1.2;
  }

  h1 {
    font-size: 132px;
  }

  h2, .typography--h2 {
    font-size: 88px;
  }

  .section__text--black h2, .section__text--black .typography--h2 {
    font-size: 68px;
  }

}


@media all and (max-width: 1599.98px) and (min-width: 992px) {

  h1 {
    position: relative;
    left: -2px;
  }

}


@media all and (max-width: 1599.98px) and (min-width: 1400px) {

  :root {
    --font-size-3: 56px;
    --font-size-2-5: 38px;
    --font-size-2: 30px;
    --font-size-1: 23px;
    --font-size-0-5: 19px;

    --spacing-11: 180px;
    --spacing-10: 140px;
    --spacing-9: 120px;
    --spacing-8: 100px;
    --spacing-7: 85px;
    --spacing-6: 75px;
    --spacing-5-5: 60px;
    --spacing-5: 45px;
    --spacing-4: 35px;
    --spacing-3-5: 25px;

    --line-height-3: 1.2;
  }

  .section > div:not(.section__title):not(.section__text--hover):not(.section__accordion):not(.section__gallery):not(.section__logos):not(.section__bilderwelt):not([class$="--small"]):not(.section__media--almost-full):not(.section__tiles--almost-full), .footer__inside, 
  .gallery, .section__teaser--full .content, .section__teaser--full .button, .section__logos--custom, .section > .section__text--hover.section__text--black .text_container {
    padding-right: var(--spacing-9);
    padding-left: var(--spacing-9);
  }
  
  .section > div[class$="--small"] {
    padding-right: calc(var(--spacing-9) * 1.75);
    padding-left: calc(var(--spacing-9) * 1.75);
  }

  h1 {
    font-size: 120px;
  }

  h2, .typography--h2 {
    font-size: 80px;
  }

  .section__text--black h2, .section__text--black .typography--h2 {
    font-size: 60px;
  }

  .section__media--almost-full + .section__media--almost-full {
    padding-top: 20px;
  }

}


@media all and (max-width: 1399.98px) and (min-width: 1240px) {

  :root {
    --font-size-3: 52px;
    --font-size-2-5: 36px;
    --font-size-2: 28px;
    --font-size-1: 22px;
    --font-size-0-5: 18px;

    --spacing-11: 160px;
    --spacing-10: 120px;
    --spacing-9: 100px;
    --spacing-8: 90px;
    --spacing-7: 80px;
    --spacing-6: 70px;
    --spacing-5-5: 55px;
    --spacing-5: 40px;
    --spacing-4: 30px;
    --spacing-3-5: 25px;

    --line-height-3: 1.2;
  }

  .section > div:not(.section__title):not(.section__text--hover):not(.section__accordion):not(.section__gallery):not(.section__logos):not(.section__bilderwelt):not([class$="--small"]):not(.section__media--almost-full):not(.section__tiles--almost-full), .footer__inside, .section__logos--small, 
  .gallery, .section__teaser--full .content, .section__teaser--full .button, .section__logos--custom, .section > .section__text--hover.section__text--black .text_container {
    padding-right: var(--spacing-9);
    padding-left: var(--spacing-9);
  }
  
  .section > div[class$="--small"]:not(.section__logos--small) {
    padding-right: calc(var(--spacing-9) * 2);
    padding-left: calc(var(--spacing-9) * 2);
  }

  h1 {
    font-size: 106px;
  }

  h2, .typography--h2 {
    font-size: 74px;
  }

  .section__text--black h2, .section__text--black .typography--h2 {
    font-size: 54px;
  }

  .section__media--almost-full + .section__media--almost-full {
    padding-top: 18px;
  }

}


@media all and (max-width: 1239.98px) and (min-width: 768px) {  

  :root {
    --line-height-3: 1.25;
  }

  .section {
    padding-top: var(--spacing-9);
  }

  .section > div, .section--header + .section {
    padding-top: var(--spacing-7);
  }
  
  .section > div[class$="--small"] {
    padding-right: calc(var(--spacing-5) * 2.5);
    padding-left: calc(var(--spacing-5) * 2.5);
  }

  h1, h2 {
    word-break: break-word;
  }

  .section__text--lead-big {
    font-size: var(--font-size-2-5);
  }
  
}


@media all and (max-width: 1239.98px) and (min-width: 992px) {

  :root {
    --font-size-3: 46px;
    --font-size-2-5: 35px;
    --font-size-2: 27px;
    --font-size-1: 23px;
    --font-size-0-5: 19px;

    --spacing-11: 125px;
    --spacing-10: 105px;
    --spacing-9: 95px;
    --spacing-8: 85px;
    --spacing-7: 75px;
    --spacing-6: 65px;
    --spacing-5-5: 40px;
    --spacing-5: 35px;
    --spacing-4: 30px;
    --spacing-3-5: 25px;
  }

  .section:first-child {
    padding-top: var(--spacing-7);
  }

  .section > .section__tiles + .section__two_column_content, .section > .section__bilderwelt + .section__two_column_content,
  .section > .section__media + .section__two_column_content, .section > .section__banner + .section__two_column_content, .section > .section__slider + .section__two_column_content {
    padding-top: calc(var(--spacing-6) - var(--spacing-1));
  }

  .section--header > .section__banner + .section__text {
    padding-top: var(--spacing-5-5);
  }

  .section > .section__title, .section > .section__text--hover .text_container, .site_header__inside, .section > div:not(.section__title):not(.section__text--hover):not(.section__accordion):not(.section__gallery):not(.section__logos):not([class$="--small"]), .footer__inside, 
  .accordion_trigger__container, .accordion__inside, .section__teaser--full .content, .section__teaser--full .button, .section__logos--custom, .teaser.teaser--full .teaser__content {
    padding-right: var(--spacing-5-5);
    padding-left: var(--spacing-5-5);
  }

  h1 {
    font-size: 100px;
    margin-bottom: var(--spacing-6);
  }

  h2, .typography--h2 {
    font-size: 62px;
  }

  .section__text--black h2, .section__text--black .typography--h2 {
    font-size: 42px;
  }

  .section__two_column_content .content__text {
    padding-top: var(--spacing-1);
  }

  .section__media--almost-full + .section__media--almost-full {
    padding-top: 16px;
  }

}


@media all and (max-width: 991.98px) {
  
  :root {
    --font-size-button: 16px;
  }

  h1 br, h2 br, h3 br {
    display: none;
  }

  .video_loader__container {
    width: 15vw;
  }

  footer {
    font-size: var(--font-size-button);
  }

}


@media all and (max-width: 991.98px) and (min-width: 768px) {

  :root {
    --font-size-3: 42px;
    --font-size-2-5: 33px;
    --font-size-2: 25px;
    --font-size-1: 22px;
    --font-size-0-5: 19px;

    --spacing-11: 110px;
    --spacing-10: 95px;
    --spacing-9: 85px;
    --spacing-8: 75px;
    --spacing-7: 65px;
    --spacing-6: 55px;
    --spacing-5-5: 40px;
    --spacing-5: 30px;
    --spacing-4: 25px;
    --spacing-3-5: 22px;
  }

  .section:first-child {
    padding-top: var(--spacing-6);
  }

  .section > .section__tiles + .section__two_column_content, .section > .section__bilderwelt + .section__two_column_content,
  .section > .section__media + .section__two_column_content, .section > .section__banner + .section__two_column_content, .section > .section__slider + .section__two_column_content {
    padding-top: var(--spacing-5-5);
  }

  .section--header > .section__banner + .section__text {
    padding-top: var(--spacing-5-5);
  }

  .section > .section__title, .section > .section__text--hover .text_container, .site_header__inside, .section > div:not(.section__title):not(.section__text--hover):not(.section__accordion):not(.section__gallery):not(.section__logos):not([class$="--small"]), .footer__inside, 
  .accordion_trigger__container, .accordion__inside, .gallery, .section__teaser--full .content, .section__teaser--full .button, .section__logos--custom, .teaser.teaser--full .teaser__content {
    padding-right: var(--spacing-5);
    padding-left: var(--spacing-5);
  }

  h1 {
    font-size: 80px;
    margin-bottom: var(--spacing-6);
    position: relative;
    left: -1px;
  }

  h2, .typography--h2 {
    font-size: 54px;
  }

  .section__text--black h2, .section__text--black .typography--h2 {
    font-size: var(--font-size-3);
  }

  .section__media--almost-full + .section__media--almost-full {
    padding-top: 14px;
  }

  footer span.last-modified {
    margin-left: var(--spacing-5);
  }

}


@media all and (max-width: 767.98px) {

  :root {
    --font-size-1: 22px;
    --font-size-0-5: 18px;
    --line-height-3: 1.25;

    --spacing-11: 120px;
    --spacing-10: 100px;
    --spacing-9: 90px;
    --spacing-8: 80px;
    --spacing-7: 70px;
    --spacing-6: 60px;
    --spacing-5-5: 45px;
    --spacing-5: 35px;
    --spacing-4: 30px;
    --spacing-3-5: 25px;
  }

  .section {
    padding-top: var(--spacing-8);
  }

  .section:first-child {
    padding-top: var(--spacing-5-5);
  }

  .section > div, .section--header + .section {
    padding-top: var(--spacing-6);
  }

  .section > .section__tiles + .section__two_column_content, .section > .section__bilderwelt + .section__two_column_content,
  .section > .section__media + .section__two_column_content, .section > .section__banner + .section__two_column_content, .section > .section__slider + .section__two_column_content {
    padding-top: var(--spacing-5);
  }

  .section--header > .section__banner + .section__text {
    padding-top: var(--spacing-5);
  }

  .section > .section__title, .section > .section__text--hover .text_container, .site_header__inside,
  .section > div:not(.section__title):not(.section__text--hover):not(.section__accordion):not(.section__gallery):not(.section__media--almost-full):not(.section__logos):not(.section__bilderwelt):not([class$="--small"]), 
  .footer__inside, .accordion_trigger__container, .accordion__inside, .section__teaser--full .content, .section__teaser--full .button, .section__logos--custom, .teaser.teaser--full .teaser__content {
    padding-right: var(--spacing-4);
    padding-left: var(--spacing-4);
  }

  h1, h2 {
    word-break: break-word;
  }

  h1 {
    font-size: 46px;
    margin-bottom: var(--spacing-5-5);
  }

  h2, .typography--h2, .section__text--black h2, .section__text--black .typography--h2 {
    font-size: var(--font-size-3);
  }

  h3, .typography--h3, .typography--h3-small {
    margin-bottom: var(--spacing-2);
  }

  .section__text--lead, .teaser__content.typography--lead {
    font-size: var(--font-size-2);
  }

  .single-news span.typography--lead {
    font-size: var(--font-size-1);
  }

  .section__media--almost-full {
    padding-right: 14px;
    padding-left: 14px;
  }

  .section__media--almost-full + .section__media--almost-full {
    padding-top: 14px;
  }

  .footer__info {
    width: 100%;
  }

  .footer__info > span {
    display: block;
  }

  footer span.last-modified {
    margin-top: 5px;
  }

  .footer__creator {
    margin-top: var(--spacing-3);
  }

}


@media all and (max-width: 767.98px) and (min-width: 576px) {

  :root {
    --font-size-3: 38px;
    --font-size-2-5: 30px;
    --font-size-2: 24px;
  }

  .section.section--header:first-child {
    padding-top: var(--spacing-5-5);
  }

  .section > div[class$="--small"] {
    padding-right: calc(var(--spacing-4) * 2.5);
    padding-left: calc(var(--spacing-4) * 2.5);
  }

}


@media all and (max-width: 575.98px) {

  :root {
    --font-size-3: 36px;
    --font-size-2-5: 30px;
    --font-size-2: 22px;
  }

  .section.section--header:first-child {
    padding-top: var(--spacing-4);
  }

  .section > div[class$="--small"] {
    padding-right: var(--spacing-4);
    padding-left: var(--spacing-4);
  }

}