/* ------------------------------ */
/* ----- Typography / Colors ---- */
/* ------------------------------ */

@font-face {
  font-family: 'Messina Sans';
  font-weight: normal;
  font-style: normal;
  src: url('/wp-content/themes/augenweide_child/fonts/messina-sans-regular.woff2') format('woff2'),
       url('/wp-content/themes/augenweide_child/fonts/messina-sans-regular.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Messina Sans';
  font-weight: 300;
  font-style: normal;
  src: url('/wp-content/themes/augenweide_child/fonts/messina-sans-light.woff2') format('woff2'),
       url('/wp-content/themes/augenweide_child/fonts/messina-sans-light.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Messina Sans';
  font-weight: bold;
  font-style: normal;
  src: url('/wp-content/themes/augenweide_child/fonts/messina-sans-bold.woff2') format('woff2'),
       url('/wp-content/themes/augenweide_child/fonts/messina-sans-bold.woff') format('woff');
  font-display: swap;
}



/* ------------------------------ */
/* ---------- Variables --------- */
/* ------------------------------ */

:root {
  /* Brand Fonts */
  --brand-font: 'Messina Sans';

  /* Brand Colors*/
  --brand-black: #000000;
  --brand-rosa: #F2928E;
  --brand-blue: #2D4E76;
  --brand-green: #1A5235;
  --brand-grey: #7A8494;
  --brand-orange: #E5AC81;
  --brand-peach: #FAC8AA;
  --brand-skin: #FEE9D6;
  --brand-white: #FDFCFB;
  
  /* Additional Colors */
  --gradient-rosa: linear-gradient(34deg, var(--brand-peach) 29.16%, var(--brand-rosa) 94.11%);
  
  /* Font Styling */
  --line-height-3: 1;
  --line-height-2: 1.25;
  --line-height-1: 1.4;

  /* Hover & Transition */
  --opacity-2: .7;
  --opacity-1: .55;
  --transition-delay: .25s;
  --transition-4: 1s;
  --transition-3: .75s;
  --transition-2: .5s;
  --transition-1: .25s;

  /* Spacing */
  --spacing-1: 10px;

  /* Layout */
  --width-content: 1280px;
}


/* ------------------------------ */
/* ----------- General ---------- */
/* ------------------------------ */

::-moz-selection {
  background: var(--brand-black);
  color: var(--brand-white);
}

::selection {
  background: var(--brand-black);
  color: var(--brand-white);
}

::-moz-selection {
  background: var(--brand-black);
  color: var(--brand-white);
}

body.color--grey ::-moz-selection {
  background: var(--brand-grey);
  color: var(--brand-white);
}

body.color--grey ::selection {
  background: var(--brand-grey);
  color: var(--brand-white);
}

body.color--grey ::-moz-selection {
  background: var(--brand-grey);
  color: var(--brand-white);
}

body.color--rosa ::-moz-selection {
  background: var(--brand-rosa);
  color: var(--brand-white);
}

body.color--rosa ::selection {
  background: var(--brand-rosa);
  color: var(--brand-white);
}

body.color--rosa ::-moz-selection {
  background: var(--brand-rosa);
  color: var(--brand-white);
}

body.color--green ::-moz-selection {
  background: var(--brand-green);
  color: var(--brand-white);
}

body.color--green ::selection {
  background: var(--brand-green);
  color: var(--brand-white);
}

body.color--green ::-moz-selection {
  background: var(--brand-green);
  color: var(--brand-white);
}

body.color--peach ::-moz-selection {
  background: var(--brand-peach);
  color: var(--brand-white);
}

body.color--peach ::selection {
  background: var(--brand-peach);
  color: var(--brand-white);
}

body.color--peach ::-moz-selection {
  background: var(--brand-peach);
  color: var(--brand-white);
}

img::-moz-selection, video::-moz-selection, iframe::-moz-selection {
  background-color: transparent;
}

img::selection, video::selection, iframe::selection {
  background-color: transparent;
}

img::-moz-selection, video::-moz-selection, iframe::-moz-selection {
  background-color: transparent;
}

html {
  font-size: 20px;
}

body {
  font-family: var(--brand-font);
  font-size: var(--font-size-standard);
  line-height: var(--line-height-1);
  color: var(--brand-black);
  -webkit-tap-highlight-color: transparent;
}

.site_wrapper {
  background-color: var(--brand-white);
}

h1, h2, h3 {
  line-height: var(--line-height-3);
}

h1, h2 {
  margin-bottom: var(--spacing-5);
}

h2:first-child, h3:first-child, h4:first-child, .section > .section__title:first-child h2, .section > .section__title:first-child h3, .section > .section__title:first-child h4 {
  margin-top: 0;
}

h1, .typography--h1 {
  font-size: var(--font-size-8);
  font-weight: 300;
  text-transform: uppercase;
}

.typography--special {
  font-size: var(--font-size-7);
  font-weight: 300;
  line-height: var(--line-height-3);
}

h1 {
  margin-top: 0;
}

.typography--big {
  font-size: var(--font-size-7);
  font-weight: 300;
  text-transform: uppercase;
}

h2, .typography--h2 {
  font-size: var(--font-size-6);
  font-weight: normal;
}

h2 {
  margin-top: var(--spacing-7);
}

h1 + h2 {
  margin-top: 0;
}

h1.typography--title + h2 {
  margin-top: calc(-1 * var(--spacing-2));
}

h3, .typography--h3, .header--no-cover + main h2 {
  font-size: var(--font-size-5);
  font-weight: normal;
}

h3, .header--no-cover + main h2 {
  margin-top: var(--spacing-7);
  margin-bottom: var(--spacing-3);
}

.header--no-cover + main h2:first-child {
  margin-top: 0;
}

.typography--title {
  font-weight: bold;
  text-transform: uppercase;
}

h4, .typography--h4, .header--no-cover + main h3 {
  font-size: var(--font-size-4);
  line-height: var(--line-height-1);
  font-weight: normal;
}

h4, .header--no-cover +  main h3 {
  margin-top: var(--spacing-6);
  margin-bottom: var(--spacing-2);
}

h4, .section__title h4, .section__text + .section__text h4:first-child {
  margin-top: var(--spacing-6);
}

.typography--copy {
  font-size: var(--font-size-standard);
}

.typography--lead p, .typography--lead a {
  font-size: var(--font-size-lead);
}

.typography--title-small {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: var(--spacing-2);
}

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 {
  position: relative;
  border-bottom: 1px solid;
  -webkit-transition: opacity var(--transition-2);
  -o-transition: opacity var(--transition-2);
  transition: opacity var(--transition-2);
}

.no-touchevents section p a:not(.full):hover, .no-touchevents section li a:not(.full):hover, .no-touchevents label a:hover {
  opacity: var(--opacity-1);
}

p {
  margin: 0 0 var(--spacing-2);
}

p:last-child, main ul:last-child {
  margin-bottom: 0;
}

b, strong {
  font-weight: bold;
}

main ul {
  margin: 0 0 var(--spacing-3);
}

main ul li {
  position: relative;
}

main ul li + li {
  margin-top: 12px;
}

main ul li::before {
  content: "";
  position: absolute;
  left: 0;
  background-color: var(--brand-black);
  border-radius: 50%;
}

address {
  margin-bottom: var(--spacing-2);
}

.opening_hours .day {
  padding-right: var(--spacing-2);
}

.opening_hours__note {
  margin-top: var(--spacing-3);
}

span[class$="--hide-text"], span.hide-text {
  position: absolute;
  height: 1px;
  width: 1px;
  clip: rect(1px,1px,1px,1px);
  border: 0;
  overflow: hidden;
}


/* Visually hidden */
a.visually-hidden:not(.skip-link):focus-visible, a.visually-hidden:not(.skip-link):focus {
  position: static !important;
  display: block;
  overflow: visible;
  clip: auto;
  height: auto;
  width: auto;
  margin: var(--spacing-0) 0;
  text-decoration: underline;
}

/* Focus visible */
a:focus-visible, button:focus-visible {
  outline: 2px solid !important;
  -webkit-transition: unset !important;
  -o-transition: unset !important;
  transition: unset !important;
}


/* Focus visible form */
input:focus-visible, textarea:focus-visible, select:focus-visible, .select2-container--focus span.select2-selection__rendered {
  outline: unset !important;
  -webkit-transition: unset !important;
  -o-transition: unset !important;
  transition: unset !important;
}



/* ------------------------------ */
/* ----------- Layout ----------- */
/* ------------------------------ */

.section {
  position: relative;
}

.section:first-child:not(.section--intro) {
  padding-top: calc(var(--spacing-8) + var(--height-header));
}

.section:first-child .section__banner:first-child {
  margin-top: calc(-1 * var(--spacing-8));
}

.width--medium, .width--large, .width--full, .inside {
  margin-right: auto;
  margin-left: auto;
}

.width--full {
  max-width: 100%;
}


/* Center */
.section > div[class*="--center"] {
  text-align: center;
}

.section > div[class*="--center"] h1, .section > div[class*="--center"] h2, .section > div[class*="--center"] h3, .section > div[class*="--center"] h4, .section > div[class*="--center"] p, .section > div[class*="--center"] ul {
  margin-right: auto;
  margin-left: auto;
}

.section > div[class*="--center"] ul {
  white-space: pre-line;
  line-height: 0;
}

.section > div[class*="--center"] ul li {
  display: inline-block; 
  line-height: var(--line-height-1);
}



/* ------------------------------ */
/* ------------ Media ----------- */
/* ------------------------------ */

/* Images */
.picture_container {
  position: relative;
  display: block;
  overflow: hidden;
  line-height: 0;
}

.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%;
}

@media (max-width: 413.98px) {

  .picture_container:not(.picture_container--cover) img {
    width: 100%;
  }

}


/* LazyLoad */
img[data-lazy-src] {
  opacity: 0;
}

img.lazyloaded {
  -webkit-transition: opacity .5s linear 0.25s;
  -o-transition: opacity .5s linear 0.25s;
  transition: opacity .5s linear 0.25s;
  opacity: 1;
}


/* Videos */
.video_container {
  position: relative;
  display: block;
  overflow: hidden;
  line-height: 0;
}

.video_container--embed {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

.video_container--embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video_container--cover iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.video_container--cover video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* Video thumbs */
.video_container--cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* Lazy Load */
.video_container.is-ready + .picture_container--thumb {
  opacity: 0;
}


/* Media Position */
.picture_container--center-center img, .video_container--center-center video {
  -o-object-position: center center;
     object-position: center center;
}

.picture_container--left-center img, .video_container--left-center video {
  -o-object-position: left center;
    object-position: left center;
}

.picture_container--right-center img, .video_container--right-center video {
  -o-object-position: right center;
    object-position: right center;
}

.picture_container--center-top img, .video_container--center-top video {
  -o-object-position: center top;
     object-position: center top;
}

.picture_container--left-top img, .video_container--left-top video {
  -o-object-position: left top;
    object-position: left top;
}

.picture_container--right-top img, .video_container--right-top video {
  -o-object-position: right top;
    object-position: right top;
}

.picture_container--center-bottom img, .video_container--center-bottom video {
  -o-object-position: center bottom;
     object-position: center bottom;
}

.picture_container--left-bottom img, .video_container--left-bottom video {
  -o-object-position: left bottom;
    object-position: left bottom;
}

.picture_container--right-bottom img, .video_container--right-bottom video {
  -o-object-position: right bottom;
    object-position: right bottom;
}


/* iFrames */
.iframe_container {
  position: relative;
  overflow: hidden;
}

.iframe_container iframe {
  max-width: 100%;
}


/* Keyframes */
@-webkit-keyframes rotateShape {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
}
@keyframes rotateShape {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
}

@-webkit-keyframes rotateShapeReserve {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }
}

@keyframes rotateShapeReserve {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }
}


@-webkit-keyframes rotateShapeTeaser {
  0%,
  100% {
    -webkit-transform: rotate(-100deg);
            transform: rotate(-100deg);
  }
  50% {
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }
}


@keyframes rotateShapeTeaser {
  0%,
  100% {
    -webkit-transform: rotate(-100deg);
            transform: rotate(-100deg);
  }
  50% {
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }
}



/* ------------------------------ */
/* ---------- Animations -------- */
/* ------------------------------ */

.intro-animation, .intro-animation-mobile {
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
} 


.intro-animation.intro-animation--visible, 
.intro-animation-mobile.intro-animation--visible,
.intro-animation-container.intro-animation--visible .intro-animation {
  opacity: 1;
  -webkit-transition: transform 1s cubic-bezier(0,.55,.45,1), opacity 1s;
  -o-transition: transform 1s cubic-bezier(0,.55,.45,1), opacity 1s;
  -webkit-transition: opacity 1s, -webkit-transform 1s cubic-bezier(0,.55,.45,1);
  transition: opacity 1s, -webkit-transform 1s cubic-bezier(0,.55,.45,1);
  transition: transform 1s cubic-bezier(0,.55,.45,1), opacity 1s;
  transition: transform 1s cubic-bezier(0,.55,.45,1), opacity 1s, -webkit-transform 1s cubic-bezier(0,.55,.45,1);
  -webkit-transform: translateZ(0) !important;
  transform: translateZ(0) !important;
}




/* ------------------------------ */
/* -------- Media Queries ------- */
/* ------------------------------ */

@media all and (min-width: 768px) {

  .intro-animation--bottom {
    -webkit-transform: translate3d(0, var(--spacing-3), 0);
    transform: translate3d(0, var(--spacing-3), 0);
  }
  
  .intro-animation--top {
    -webkit-transform: translate3d(0, calc(-1 * var(--spacing-3)), 0);
    transform: translate3d(0, calc(-1 * var(--spacing-3)), 0);
  }
    
  .intro-animation--left {
    -webkit-transform: translate3d(calc(-1 * var(--spacing-3)), 0, 0);
    transform: translate3d(calc(-1 * var(--spacing-3)), 0, 0);
  }
    
  .intro-animation--right {
    -webkit-transform: translate3d(var(--spacing-3), 0, 0);
    transform: translate3d(var(--spacing-3), 0, 0);
  }

  /* Delays */
  .intro-animation.intro-animation--delay-2 {-webkit-transition-delay: calc(var(--transition-delay) * 1) !important;-o-transition-delay: calc(var(--transition-delay) * 1) !important;transition-delay: calc(var(--transition-delay) * 1) !important;}
  .intro-animation.intro-animation--delay-3 {-webkit-transition-delay: calc(var(--transition-delay) * 2) !important;-o-transition-delay: calc(var(--transition-delay) * 2) !important;transition-delay: calc(var(--transition-delay) * 2) !important;}
  .intro-animation.intro-animation--delay-4 {-webkit-transition-delay: calc(var(--transition-delay) * 3) !important;-o-transition-delay: calc(var(--transition-delay) * 3) !important;transition-delay: calc(var(--transition-delay) * 3) !important;}
  .intro-animation.intro-animation--delay-5 {-webkit-transition-delay: calc(var(--transition-delay) * 4) !important;-o-transition-delay: calc(var(--transition-delay) * 4) !important;transition-delay: calc(var(--transition-delay) * 4) !important;}
  .intro-animation.intro-animation--delay-6 {-webkit-transition-delay: calc(var(--transition-delay) * 5) !important;-o-transition-delay: calc(var(--transition-delay) * 5) !important;transition-delay: calc(var(--transition-delay) * 5) !important;}
  .intro-animation.intro-animation--delay-7 {-webkit-transition-delay: calc(var(--transition-delay) * 6) !important;-o-transition-delay: calc(var(--transition-delay) * 6) !important;transition-delay: calc(var(--transition-delay) * 6) !important;}
  .intro-animation.intro-animation--delay-8 {-webkit-transition-delay: calc(var(--transition-delay) * 7) !important;-o-transition-delay: calc(var(--transition-delay) * 7) !important;transition-delay: calc(var(--transition-delay) * 7) !important;}
  .intro-animation.intro-animation--delay-9 {-webkit-transition-delay: calc(var(--transition-delay) * 8) !important;-o-transition-delay: calc(var(--transition-delay) * 8) !important;transition-delay: calc(var(--transition-delay) * 8) !important;}
  .intro-animation.intro-animation--delay-10 {-webkit-transition-delay: calc(var(--transition-delay) * 9) !important;-o-transition-delay: calc(var(--transition-delay) * 9) !important;transition-delay: calc(var(--transition-delay) * 9) !important;}

}


@media all and (max-width: 767.98px) {

  .intro-animation-mobile {
    opacity: 0;
  }

  .intro-animation-mobile, .intro-animation--bottom, .intro-animation--top, .intro-animation--left, .intro-animation--right {
    -webkit-transform: translate3d(0, var(--spacing-5), 0);
    transform: translate3d(0, var(--spacing-5), 0);
  }

}



/* ------------------------------ */
/* ------------ Text ------------ */
/* ------------------------------ */

.section--intro + .section > .section__text:first-child, .section__banner + .section__text, .section__slogan + .section__text {
  padding-top: var(--spacing-9);
}

.section__text {
  padding-bottom: var(--spacing-8);
}

.section__text--cookie {
  margin-top: calc(-1 * var(--spacing-8));
  padding-bottom: 0 !important;
}

.section > .section__text + .section__button {
  margin-top: calc(-1 * var(--spacing-8));
}

.section__button + .section__text {
  padding-top: var(--spacing-8);
} 

.section__banner + .section__text {
  padding-bottom: var(--spacing-9);
}

.section:last-child .section__text:last-child {
  padding-bottom: 0;
}



/* ------------------------------ */
/* --------- Teaser-Text -------- */
/* ------------------------------ */

.section__teaser {
  overflow: hidden;
}

.section__teaser .teaser {
  position: relative;
  text-align: center;
}

.section__teaser .teaser:not(.teaser--shape) {
  padding-top: var(--spacing-9);
  padding-bottom: var(--spacing-9);
}

.section:first-child .section__teaser:first-child .teaser:not(.teaser--shape),
.section__teaser + .section__teaser .teaser:not(.teaser--shape),
.section__media + .section__teaser .teaser:not(.teaser--shape) {
  padding-top: 0;
}

.header--cover-text + main .section--intro + .section > .section__teaser:first-child .teaser:not(.teaser--shape) {
  padding-top: calc(var(--spacing-10) - var(--spacing-9));
}

.section__text + .section__teaser .teaser:not(.teaser--shape) {
  padding-top: calc(var(--spacing-9) - var(--spacing-8));
}

.section:last-child .section__teaser:last-child .teaser:not(.teaser--shape) {
  padding-bottom: var(--spacing-3);
}

.section__teaser .teaser--shape {
  margin-top: var(--spacing-7);
  padding-bottom: var(--spacing-10);
}

.section__slogan + .section__teaser .teaser--shape {
  margin-top: var(--spacing-10);
}

.section:last-child .section__teaser:last-child .teaser--shape {
  padding-bottom: var(--spacing-3);
}

.section:first-child .section__teaser:first-child .teaser--shape,
.header--cover-text + main .section--intro + .section > .section__teaser:first-child .teaser--shape,
.section__teaser + .section__teaser .teaser--shape {
  margin-top: 0;
}

.section__teaser .teaser__text {
  position: relative;
  z-index: 3;
  margin-right: auto;
  margin-left: auto;
}

.section__teaser .teaser p {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.section__teaser .teaser__slogan {
  position: relative;
  z-index: 3;
}

.section__banner + .section__slogan {
  padding-top: var(--spacing-9);
}

.section__slogan + .section__banner {
  margin-top: var(--spacing-9);
}

.section__slogan .slogan {
  text-align: center;
}

.section__teaser .teaser__shape {
  position: absolute;
  z-index: 1;
  top: 0;
}

.section__teaser .teaser__shape svg path {
  fill: transparent;
  stroke: var(--brand-rosa);
}

body.color--grey .section__teaser .teaser__shape svg path {
  stroke: var(--brand-grey);
}

body.color--rosa .section__teaser .teaser__shape svg path {
  stroke: var(--brand-rosa);
}

body.color--green .section__teaser .teaser__shape svg path {
  stroke: var(--brand-green);
}

body.color--peach .section__teaser .teaser__shape svg path {
  stroke: var(--brand-peach);
}

.section__teaser .teaser__animation {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}

.section__teaser .animation__container {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.section__teaser .teaser__animation svg {
  position: absolute;
  fill: none;
}

.section__teaser .teaser--shape .animation__container svg {
  width: 1000px;
  height: 1000px;

  -webkit-animation: rotateShape 25s linear infinite;

          animation: rotateShape 25s linear infinite;
  will-change: transform;
}

.section__teaser .teaser:not(.teaser--shape) .animation__container svg {
  width: 1340px;
  height: 1340px;

  -webkit-animation: rotateShapeTeaser 25s linear infinite;

          animation: rotateShapeTeaser 25s linear infinite;
  will-change: transform;
}

.section__teaser .teaser__animation > svg {
  z-index: 1;
}



/* ------------------------------ */
/* --------- Banner-Text -------- */
/* ------------------------------ */

.section__banner > .banner {
  position: relative;
  color: var(--brand-white);
}

.section__banner.section__banner--image > .banner {
  height: 100vh;
  height: 100svh;
}

.section__banner:not(.section__banner--image) > .banner {
  padding-top: var(--spacing-8);
}

.section__banner .banner__content {
  position: relative;
  z-index: 2;
}

.banner__content .button {
  margin-top: var(--spacing-6);
}

.banner__content .button a {
  background-color: var(--brand-white);
  border-color: var(--brand-white);
}

.banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.banner__bg svg {
  position: absolute;
}

/* Colors */
.section__banner .banner--grey {
  background-color: var(--brand-grey);
}

.section__banner .banner--grey .button a {
  color: var(--brand-grey);
}

.no-touchevents .section__banner .banner--grey .button a:hover {
  color: var(--brand-white);
  background-color: var(--brand-grey);
}

.section__banner .banner--grey svg.line {
  bottom: 0;
  left: 0;
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
}

.section__banner .banner--grey svg.blur {
  top: 0;
  left: 0;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
}

.section__banner .banner--rosa {
  background-color: var(--brand-rosa);
}

.section__banner .banner--rosa .button a {
  color: var(--brand-rosa);
}

.no-touchevents .section__banner .banner--rosa .button a:hover {
  color: var(--brand-white);
  background-color: var(--brand-rosa);
}

.section__banner .banner--rosa svg.line-1 {
  bottom: 0;
  left: 0;
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
}

.section__banner .banner--rosa svg.line-2 {
  top: 0;
  right: 0;
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
}

.section__banner .banner--green {
  background-color: var(--brand-green);
}

.section__banner .banner--green .button a {
  color: var(--brand-green);
}

.no-touchevents .section__banner .banner--green .button a:hover {
  color: var(--brand-white);
  background-color: var(--brand-green);
}

.section__banner .banner--green svg.line, .section__banner .banner--green svg.blur {
  bottom: 0;
  right: 0;
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
}

.section__banner .banner--green svg.line {
  z-index: 1;
}

.section__banner .banner--peach {
  background-color: var(--brand-peach);
}

.section__banner .banner--peach .button a {
  color: var(--brand-peach);
}

.no-touchevents .section__banner .banner--peach .button a:hover {
  color: var(--brand-white);
  background-color: var(--brand-peach);
}

.section__banner .banner--peach svg.blur {
  top: 0;
  left: 0;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
}

.section__banner .banner--blue {
  background-color: var(--brand-blue);
}

.section__banner .banner--blue .button a {
  color: var(--brand-blue);
}

.no-touchevents .section__banner .banner--blue .button a:hover {
  color: var(--brand-white);
  background-color: var(--brand-blue);
}



/* ------------------------------ */
/* -------- Bild / Video -------- */
/* ------------------------------ */

.section__media {
  padding-top: var(--spacing-9); 
  padding-bottom: var(--spacing-9);
}

.section__media + .section__media,
.section__teaser + .section__media,
.section:first-child .section__media:first-child {
  padding-top: 0;
}

.header--cover-text + main .section--intro + .section > .section__media:first-child {
  padding-top: calc(var(--spacing-10) - var(--spacing-9));
}

.section__text + .section__media {
  padding-top: calc(var(--spacing-9) - var(--spacing-8));
}

.section:last-child .section__media:last-child {
  padding-bottom: var(--spacing-3);
}

.section__media > .media {
  position: relative;
  text-align: center;
}

.section__media .media__container {
  position: relative;
  overflow: hidden;
}

.section__media--vimeo .media__container, .section__media--video .media__container {
  aspect-ratio: 1280 / 840;
  max-width: var(--width-content);
  margin-right: auto;
  margin-left: auto;
}

.section__media .media__slogan {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: var(--spacing-5);
}



/* ------------------------------ */
/* --------- Offers -------- */
/* ------------------------------ */

body.color--black .section__offers, body.color--black .offer::after {
  background-color: var(--brand-blue);
}

body.color--blue .section__offers ::-moz-selection {
  color: var(--brand-blue);
  background-color: var(--brand-blue);
}

body.color--blue .section__offers ::selection {
  color: var(--brand-blue);
  background-color: var(--brand-blue);
}

body.color--grey .section__offers ::-moz-selection {
  color: var(--brand-grey);
  background-color: var(--brand-white);
}

body.color--grey .section__offers, body.color--grey .offer::after {
  background-color: var(--brand-grey);
}

body.color--grey .section__offers ::-moz-selection {
  color: var(--brand-grey);
  background-color: var(--brand-white);
}

body.color--grey .section__offers ::selection {
  color: var(--brand-grey);
  background-color: var(--brand-white);
}

body.color--grey .section__offers ::-moz-selection {
  color: var(--brand-grey);
  background-color: var(--brand-white);
}

body.color--rosa .section__offers, body.color--rosa .offer::after {
  background-color: var(--brand-rosa);
}

body.color--rosa .section__offers ::-moz-selection {
  color: var(--brand-rosa);
  background-color: var(--brand-white);
}

body.color--rosa .section__offers ::selection {
  color: var(--brand-rosa);
  background-color: var(--brand-white);
}

body.color--rosa .section__offers ::-moz-selection {
  color: var(--brand-rosa);
  background-color: var(--brand-white);
}

body.color--green .section__offers, body.color--green .offer::after {
  background-color: var(--brand-green);
}

body.color--green .section__offers ::-moz-selection {
  color: var(--brand-green);
  background-color: var(--brand-white);
}

body.color--green .section__offers ::selection {
  color: var(--brand-green);
  background-color: var(--brand-white);
}

body.color--green .section__offers ::-moz-selection {
  color: var(--brand-green);
  background-color: var(--brand-white);
}

body.color--peach .section__offers, body.color--peach .offer::after {
  background-color: var(--brand-peach);
}

body.color--peach .section__offers ::-moz-selection {
  color: var(--brand-peach);
  background-color: var(--brand-white);
}

body.color--peach .section__offers ::selection {
  color: var(--brand-peach);
  background-color: var(--brand-white);
}

body.color--peach .section__offers ::-moz-selection {
  color: var(--brand-peach);
  background-color: var(--brand-white);
}


.offers {
  position: relative;
}

.offer {
  position: relative;
}

.offer + .offer {
  border-top: 1px solid var(--brand-white);
}

.offer, .offer a {
  color: var(--brand-white);
}

.offer__title {
  position: relative;
}

.offer__title h2 {
  margin: 0;
}

.offer__title > span {
  position: absolute;
  left: 0;
  font-weight: normal;
}

.offer__content {
  max-width: 624px;
  padding-bottom: var(--spacing-7);
  overflow: hidden;
}

.offer__content.offer__content--empty {
  padding-bottom: 0 !important;
}

.offer::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.offer:nth-last-child(2)::after {
  opacity: .9;
}

.offer:nth-last-child(3)::after {
  opacity: .8;
}

.offer:nth-last-child(4)::after {
  opacity: .75;
}

.offer:nth-last-child(5)::after {
  opacity: .7;
}

.offer:nth-last-child(6)::after {
  opacity: .65;
}

.offer:nth-last-child(7)::after {
  opacity: .6;
}

.offer:nth-last-child(8)::after {
  opacity: .55;
}

.offer__container {
  position: relative;
  z-index: 2;
}

main .offer__content p + ul {
  margin-top: calc(-1 * (var(--spacing-2) - 5px));
}

main .offer__content ul li::before {
  background-color: var(--brand-white);
}

.offer__content .button a {
  color: var(--brand-white);
  border-color: var(--brand-white);
}

.no-touchevents .offer__content .button a:hover {
  color: var(--brand-black);
  background-color: var(--brand-white);
  border-color: var(--brand-white);
}

.no-touchevents body.color--grey .offer__content .button a:hover {
  color: var(--brand-grey);
  background-color: var(--brand-white);
  border-color: var(--brand-white);
}

.no-touchevents body.color--rosa .offer__content .button a:hover {
  color: var(--brand-rosa);
  background-color: var(--brand-white);
  border-color: var(--brand-white);
}

.no-touchevents body.color--green .offer__content .button a:hover {
  color: var(--brand-green);
  background-color: var(--brand-white);
  border-color: var(--brand-white);
}

.no-touchevents body.color--peach .offer__content .button a:hover {
  color: var(--brand-peach);
  background-color: var(--brand-white);
  border-color: var(--brand-white);
}


/* Accordion */
.section__offers--accordion .offer__title {
  position: relative;
  cursor: pointer;
}

.section__offers--accordion .offer__title::before, .section__offers--accordion .offer__title::after {
  content: "";
  position: absolute;
  right: 0;
  background-color: var(--brand-white);
}

.section__offers--accordion .offer__title::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform var(--transition-2);
  transition: -webkit-transform var(--transition-2);
  -o-transition: transform var(--transition-2);
  transition: transform var(--transition-2);
  transition: transform var(--transition-2), -webkit-transform var(--transition-2);
}

.section__offers--accordion .offer--active .offer__title::after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.section__offers--accordion .offer__content {
  display: none;
  overflow: hidden;
}



/* ------------------------------ */
/* ------------ Team ------------ */
/* ------------------------------ */

.section__team {
  padding-bottom: var(--spacing-10);
}

.section:last-child .section__team:last-child {
  padding-bottom: 0;
}

.team {
  margin-right: -10px;
  margin-left: -10px;
}

.team .person {
  padding-right: 10px;
  padding-left: 10px;
}

.team .person .person__container {
  position: relative;
}

.team .person .person__info h3 {
  font-weight: 300;
  text-transform: uppercase;
}

.team .person .person__info h4 {
  font-size: var(--font-size-lead);
  font-weight: bold;
  letter-spacing: unset;
  margin-top: 0;
  margin-bottom: 0;
}



/* ------------------------------ */
/* ----------- Kontakt ---------- */
/* ------------------------------ */

.section__contact .contact {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.section__contact .contact__media {
  position: relative;
}

.section__contact .contact__logo {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.contact__detail__container {
  width: 100%;
  max-width: 864px;
}

.section__contact .contact__form {
  margin-top: var(--spacing-7);
}



/* ------------------------------ */
/* ----------- OneDoc ----------- */
/* ------------------------------ */

.section__onedoc .onedoc {
  margin-bottom: var(--spacing-8);
}



/* ------------------------------ */
/* ------------ Footer ---------- */
/* ------------------------------ */

/* General */
footer {
  font-size: var(--font-size-2);
  line-height: var(--line-height-1);
}

footer a {
  text-decoration: none;
  -webkit-transition: var(--transition-2);
  -o-transition: var(--transition-2);
  transition: var(--transition-2);
}

.no-touchevents footer a:hover {
  opacity: var(--opacity-1);
}

.no-touchevents footer .button a:hover {
  opacity: 1 !important;
}

.footer__inside {
  z-index: 2;
}

.footer_left .social_media ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer_left .social_media ul li {
  margin-right: 12px;
}

.footer_left .social_media ul li:last-child {
  margin-right: 0;
}

.footer_left .social_media ul li a {
  display: inline-block;
  line-height: 0;
}

.no-touchevents body:not(.color--black) .footer_left .social_media ul li a:hover {
  opacity: 1;
}

body:not(.color--black) .footer_left .social_media ul li a svg circle {
  -webkit-transition: fill var(--transition-2);
  -o-transition: fill var(--transition-2);
  transition: fill var(--transition-2);
}

.footer_left .social_media svg circle {
  fill: var(--brand-black);
}

.no-touchevents .color--grey .footer_left .social_media ul li a:hover svg circle {
  fill: var(--brand-grey);
}

.no-touchevents .color--rosa .footer_left .social_media ul li a:hover svg circle {
  fill: var(--brand-rosa);
}

.no-touchevents .color--green .footer_left .social_media ul li a:hover svg circle {
  fill: var(--brand-green);
}

.no-touchevents .color--peach .footer_left .social_media ul li a:hover svg circle {
  fill: var(--brand-peach);
}

.footer_left .social_media svg path {
  fill: var(--brand-white);
}

.footer_right .button {
  margin-top: 0;
}

.footer_right .logos > div:last-child {
  margin-right: 0;
}

.footer__logo img {
  width: 100%;
}


/* Morph */
.footer__animation {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  overflow: hidden;
}

.footer__animation .animation__container {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.footer__animation svg {
  position: absolute;
  fill: none;
}

.footer__animation .animation__container svg {
  width: 1980px;
  height: 1980px;
  -webkit-animation: rotateShape 25s linear infinite;
          animation: rotateShape 25s linear infinite;
  will-change: transform;
}




/* ------------------------------ */
/* ----- Cookie Notification ---- */
/* ------------------------------ */

.cookie_box {
  position: fixed;
  z-index: 15;
  background: var(--brand-white);

  -webkit-transition: bottom 1s cubic-bezier(0,.55,.45,1);
  -o-transition: bottom 1s cubic-bezier(0,.55,.45,1);
  transition: bottom 1s cubic-bezier(0,.55,.45,1);
}

.cookie_box a {
  color: var(--brand-black);
  border-bottom: 1px solid;

  -webkit-transition: opacity var(--transition-2);

  -o-transition: opacity var(--transition-2);

  transition: opacity var(--transition-2);
}

.no-touchevents .cookie_box a:hover {
  opacity: var(--opacity-1);
}

.cookie_box button:not(.js-toggle) {
  font-size: var(--font-size-2);
}



/* ------------------------------ */
/* -------- Media Queries ------- */
/* ------------------------------ */

@media all and (min-width: 576px) {

  .typography--title {
    font-size: var(--font-size-lead);
  }

  .typography--lead p, .typography--lead a {
    font-weight: 300;
  }

  main .offer__content ul li + li {
    margin-top: 5px;
  }

  .section__banner:not(.section__banner--image) > .banner {
    padding-bottom: var(--spacing-9);
  }

  .section__teaser .teaser h2 {
    margin-bottom: var(--spacing-4);
  }

  footer {
    padding: var(--spacing-10) 0 var(--spacing-4);
  }

}


@media all and (min-width: 768px) {

  main ul li {
    padding-left: 18px;
  }

  main ul li::before {
    width: 5px;
    height: 5px;
  }

  .cookie_box button:not(.js-toggle) {
    margin-top: 0;
  }

  .footer__logo {
    margin-top: var(--spacing-6);
  }

}


@media all and (min-width: 992px) {

  .width--medium, .width--large, .inside {
    padding-right: 40px;
    padding-left: 40px;
  }

  .width--medium {
    max-width: calc(var(--width-content) + 80px);
  }

  .width--large, .inside {
    max-width: calc(1780px + 80px);
  }

  .offer__title > span {
    font-size: var(--font-size-lead);
  }

  .opening_hours .day {
    width: 110px;
  }

  .contact__infos .opening_hours .day {
    width: 130px;
  }

  .opening_hours .time {
    width: calc(100% - 110px);
  }

  .contact__infos .opening_hours .time {
    width: calc(100% - 130px);
  }

  .footer_right .button, footer .creator {
    text-align: right;
  }

  footer .creator {
    width: 100%;
    margin-top: 25px;
  }

  .cookie_box {
    right: 40px;
    width: 490px;
    padding: var(--spacing-3);
    border: 1px solid var(--brand-black);
  }

  .cookie_box.is-active {
    bottom: 40px;
  }
      
  .cookie_box, .cookie_box.hide {
    bottom: -280px;
  }

  .cookie_box button:not(.js-toggle), .macos .cookie_box button:not(.js-toggle), .ios .cookie_box button:not(.js-toggle) {
    padding: 13px 22px 12px;
  }

}


@media all and (min-width: 1240px) {

  .section__contact .contact > div {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .section__onedoc iframe {
    max-width: 1074px;
    height: 1000px;
    margin-left: -20px;
  }

  .footer_left > div {
    margin-right: var(--spacing-6);
  }

  .footer_right .logos {
    margin-top: var(--spacing-4);
  }

}


@media all and (min-width: 1400px) {

  :root {
    --font-size-3: 22px;
    --font-size-2: 18px;
    --font-size-1: 16px;
    --font-size-standard: 20px;

    --spacing-6: 60px;
    --spacing-5: 50px;
    --spacing-4: 40px;
    --spacing-3: 30px;
    --spacing-2: 20px;
  }

  main ul li::before {
    top: 12px;
  }

  .offer--number .offer__title, .offer--number .offer__content {
    padding-left: 56px;
  }

  .offer--number .offer__content {
    max-width: calc(624px + 56px);
  }

  .footer_right .logos > div {
    margin-right: 20px;
  }

}


@media all and (min-width: 1600px) {

  :root {
    --height-header: 124px;
  }

  .person .person__info .person__info__container, .person .person__info .person__info__container h4 {
    font-size: var(--font-size-lead);
  }

  .section__contact .contact__detail {
    padding: var(--spacing-9) var(--spacing-7);
  }

  .person__desc {
    max-width: 690px;
  }

}


@media all and (min-width: 1720px) {

  :root {
    --font-size-8: 100px;
    --font-size-7: 90px;
    --font-size-6: 80px;
    --font-size-5: 70px;
    --font-size-4: 35px;
    --font-size-lead: 25px;

    --spacing-10: 300px;
    --spacing-9: 200px;
    --spacing-8: 140px;
    --spacing-7: 100px;
  }

  h1:not(.typography--h2):not(.typography--h3):not(.typography--title), .typography--h1, .site_nav__main > li > a, .site_nav__main > li > span {
    letter-spacing: -5px; /* 5% */
  }

  .typography--special {
    letter-spacing: -4.5px; /* 5% */
  }

  h2:not(.typography--h1):not(.typography--h3):not(.typography--title), .typography--h2 {
    letter-spacing: -4px; /* 5% */
  }

  h3:not(.typography--h1):not(.typography--h2):not(.typography--title), .typography--h3, .header--no-cover + main h2:not(.typography--h1):not(.typography--h3):not(.typography--title) {
    letter-spacing: -3.5px; /* 5% */
  }

  h4, .typography--h4, .header--no-cover + main h3:not(.typography--h1):not(.typography--h2):not(.typography--title), .site_nav__main .nav__item__sub a {
    letter-spacing: -1.75px; /* 5% */
  }

  .typography--title {
    letter-spacing: -0.25px; /* 2% */
  }

  h1:not(.typography--h2):not(.typography--h3):not(.typography--title), .typography--h1,
  .site_nav__main > li > a, .site_nav__main > li > span {
    margin-left: -6px;
  }

  h2:not(.typography--h1):not(.typography--h3):not(.typography--title), .typography--h2 {
    margin-left: -2px;
  }

  .typography--special, h3:not(.typography--h1):not(.typography--h2):not(.typography--title), .typography--h3 {
    margin-left: -4px;
  }

  .section__intro--image, .section__banner > .banner {
    min-height: 900px;
  }

  .section__banner:not(.section__banner--image) > .banner {
    min-height: 1100px;
  }

  .section__banner.section__banner--image > .banner {
    max-height: 1440px;
  }

  .section__teaser .teaser__text {
    max-width: 900px;
  }

  .section__teaser .teaser--shape {
    min-height: 1300px;
    padding-top: calc(var(--spacing-10) * 1.2);
  }

  .section__teaser .teaser--shape.teaser--animation {
    min-height: 1400px;
  }

  .section__teaser .teaser:not(.teaser--shape).teaser--animation {
    min-height: 940px;
  }

  .section__banner + .section__teaser .teaser--shape {
    margin-top: -110px;
  }

  .section__teaser .teaser__shape {
    left: 50%;
  }

  .section__teaser .teaser__shape {
    -webkit-transform: translateX(-50%) rotate(32.62deg);
        -ms-transform: translateX(-50%) rotate(32.62deg);
            transform: translateX(-50%) rotate(32.62deg);
  }

  .section__teaser .teaser__slogan {
    margin-top: var(--spacing-7);
  }

  .section__teaser .teaser__slogan img, .section__slogan .slogan img {
    max-width: 1480px;
  }

  .offer__title h2 {
    padding-top: var(--spacing-5);
    padding-bottom: var(--spacing-5);
  }

  .offer__title > span {
    top: calc(var(--spacing-5) + 3px);
  }

  .section__offers--accordion .offer__title {
    padding-right: 90px;
  }

  .section__offers--accordion .offer__title::before, .section__offers--accordion .offer__title::after {
    top: calc(50% - 2px);
    width: 49px;
    height: 5px;
  }

  .team .person:nth-child(n+3) {
    margin-top: var(--spacing-7);
  }

  .team .person .person__info {
    padding-top: var(--spacing-5);
  }

  .team .person .person__info h3 {
    margin-bottom: var(--spacing-3);
  }

  .person__desc {
    padding-top: 12px;
  }

  /* Morphing */
  .section__teaser .animation__container, .section__teaser .teaser--shape .animation__container svg
  .footer__animation .animation__container, .footer__animation svg.animation__bg {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  footer.footer--animation {
    padding-top: 700px;
  }

  .footer__animation {
    height: 1540px;
  }

  .footer__animation .animation__container svg {
    bottom: -460px;
    right: -520px;
  }

  .footer__animation svg.animation__bg {
    right: 480px;
    bottom: -140px;
  }

}


@media all and (min-width: 2100px) {

  .section__teaser .teaser--shape .animation__container svg {
    top: 370px;
    left: 100px;
  }

  .section__teaser .teaser:not(.teaser--shape) .animation__container svg {
    top: -450px;
    right: 140px;
  }

  .section__teaser .teaser__animation > svg {
    top: 0;
    right: 390px;
  }

}


@media all and (max-width: 2099.98px) and (min-width: 1720px) {

  .section__teaser .teaser--shape .animation__container svg {
    top: 370px;
  }

  .section__teaser .teaser:not(.teaser--shape) .animation__container svg {
    top: -420px;
    right: -200px;
  }

}


@media all and (max-width: 2099.98px) and (min-width: 1900px) {

  .section__teaser .teaser__animation > svg {
    top: 0;
    right: 78px;
  }

  .section__teaser .teaser--shape .animation__container svg {
    left: -60px;
  }

}


@media all and (max-width: 1899.98px) and (min-width: 1720px) {

  .section__teaser .teaser__animation > svg {
    top: -5px;
    right: 35px;
  }

  .section__teaser .teaser--shape .animation__container svg {
    left: -140px;
  }

}


@media all and (max-width: 1719.98px) {

  .section__teaser .teaser--shape .animation__container {
    -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
            transform-origin: left bottom;
  }

  .section__teaser .teaser:not(.teaser--shape) .animation__container, .section__teaser .teaser__animation > svg {
    -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
            transform-origin: right top;
  }

  .footer__animation .animation__container, .footer__animation svg.animation__bg {
    -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
            transform-origin: right bottom;
  }



}


@media all and (max-width: 1719.98px) and (min-width: 1400px) {

  :root {
    --font-size-8: 94px;
    --font-size-7: 84px;
    --font-size-6: 74px;
    --font-size-5: 64px;
    --font-size-4: 34px;
    --font-size-lead: 24px;

    --spacing-7: 80px;
  }

  h1:not(.typography--h2):not(.typography--h3):not(.typography--title), .typography--h1, .site_nav__main > li > a, .site_nav__main > li > span {
    letter-spacing: -4.7px; /* 5% */
  }

  .typography--special {
    letter-spacing: -4.2px; /* 5% */
  }

  h2:not(.typography--h1):not(.typography--h3):not(.typography--title), .typography--h2 {
    letter-spacing: -3.7px; /* 5% */
  }

  h3:not(.typography--h1):not(.typography--h2):not(.typography--title), .typography--h3, .header--no-cover + main h2:not(.typography--h1):not(.typography--h3):not(.typography--title) {
    letter-spacing: -3.2px; /* 5% */
  }

  h4, .typography--h4, .header--no-cover + main h3:not(.typography--h1):not(.typography--h2):not(.typography--title), .site_nav__main .nav__item__sub a {
    letter-spacing: -1.75px; /* 5% */
  }

  .typography--title {
    letter-spacing: -0.24px; /* 2% */
  }

  h1:not(.typography--h2):not(.typography--h3):not(.typography--title), .typography--h1,
  .site_nav__main > li > a, .site_nav__main > li > span {
    margin-left: -5px;
  }

  h2:not(.typography--h1):not(.typography--h3):not(.typography--title), .typography--h2 {
    margin-left: -2px;
  }

  .typography--special, h3:not(.typography--h1):not(.typography--h2):not(.typography--title), .typography--h3 {
    margin-left: -4px;
  }

  .section__intro--image, .section__banner > .banner {
    min-height: 800px;
  }

  .banner__bg svg {
    -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
            transform: scale(.8);
  }

  .section__banner:not(.section__banner--image) > .banner {
    min-height: 880px;
  }

  .section__banner.section__banner--image > .banner {
    max-height: 1080px;
  }

  .section__teaser .teaser__text {
    max-width: 860px;
  }

  .section__teaser .teaser--shape {
    min-height: 1220px;
    padding-top: 300px;
  }

  .section__teaser .teaser:not(.teaser--shape).teaser--animation {
    min-height: 860px;
  }

  .section__banner + .section__teaser .teaser--shape {
    margin-top: -134px;
  }

  .section__teaser .teaser__shape {
    left: 51%;
    margin-top: -36px;
    -webkit-transform: translateX(-50%) rotate(32.62deg) scale(.94);
        -ms-transform: translateX(-50%) rotate(32.62deg) scale(.94);
            transform: translateX(-50%) rotate(32.62deg) scale(.94);
  }

  .section__teaser .teaser__slogan {
    margin-top: 150px;
  }

  .offer__title h2 {
    padding-top: var(--spacing-4);
    padding-bottom: var(--spacing-4);
  }

  .offer__title > span {
    top: var(--spacing-4);
  }

  .section__offers--accordion .offer__title {
    padding-right: 86px;
  }

  .section__offers--accordion .offer__title::before, .section__offers--accordion .offer__title::after {
    top: calc(50% - 2px);
    width: 46px;
    height: 4px;
  }

  .team .person:nth-child(n+3) {
    margin-top: var(--spacing-7);
  }

  .team .person .person__info {
    padding-top: 46px;
  }

  .team .person .person__info h3 {
    margin-bottom: var(--spacing-3);
  }

  .person__desc {
    padding-top: 12px;
  }

  
  /* Morphing */
  .section__teaser .animation__container, .section__teaser .teaser__animation > svg, .footer__animation svg.animation__bg {
    -webkit-transform: translate3d(0, 0, 0) scale(.9);
            transform: translate3d(0, 0, 0) scale(.9);
  }

  .section__teaser .teaser--shape .animation__container svg {
    top: 140px;
    left: -200px;
  }

  .section__teaser .teaser:not(.teaser--shape) .animation__container svg {
    top: -420px;
    right: -250px;
  }

  .section__teaser .teaser__animation > svg {
    top: -20px;
    right: -55px;
  }

  footer.footer--animation {
    padding-top: 560px;
  }

  .footer__animation {
    height: 1240px;
  }

  .footer__animation .animation__container {
    -webkit-transform: translate3d(0, 0, 0) scale(.8);
            transform: translate3d(0, 0, 0) scale(.8);
  }

  .footer__animation .animation__container svg {
    bottom: -460px;
    right: -500px;
  }

  .footer__animation svg.animation__bg {
    right: 235px;
    bottom: -150px;
  }

}


@media all and (max-width: 1719.98px) and (min-width: 1600px) {

  :root {
    --spacing-10: 260px;
    --spacing-9: 180px;
    --spacing-8: 120px;
  }

}


@media all and (max-width: 1599.98px) {

  .person .person__info .person__info__container h4 {
    font-size: var(--font-size-standard);
    margin-top: -5px;
    margin-bottom: var(--spacing-3);
  }

}


@media all and (max-width: 1599.98px) and (min-width: 992px) {

  .teaser__slogan {
    padding-right: 40px;
    padding-left: 40px;
  }

  .person__desc {
    padding-right: var(--spacing-4);
  }

}


@media all and (max-width: 1599.98px) and (min-width: 1400px) {

  :root {
    --spacing-10: 240px;
    --spacing-9: 160px;
    --spacing-8: 110px;

    --height-header: 118px;
  }

  .section__contact .contact__detail {
    padding: var(--spacing-9) var(--spacing-6);
  }

}


@media all and (max-width: 1399.98px) {

  .banner__content p br {
    display: none;
  }

}


@media all and (max-width: 1399.98px) and (min-width: 992px) {

  .section__media > .media, .section__slogan .slogan {
    padding-right: 40px;
    padding-left: 40px;
  }

  .footer_right .logos > div {
    -webkit-transform-origin: right;
        -ms-transform-origin: right;
            transform-origin: right;
  }

}


@media all and (max-width: 1399.98px) and (min-width: 768px) {

  :root {
    --font-size-2: 17px;
    --font-size-1: 15px;
    --font-size-standard: 19px;
  }

  .footer_right .logos > div {
    margin-right: 10px;
    -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
            transform: scale(.9);
  }

}


@media all and (max-width: 1399.98px) and (min-width: 1240px) {

 :root {
    --font-size-8: 90px;
    --font-size-7: 80px;
    --font-size-6: 70px;
    --font-size-5: 60px;
    --font-size-4: 32px;
    --font-size-3: 21px;
    --font-size-lead: 23px;

    --spacing-10: 220px;
    --spacing-9: 140px;
    --spacing-8: 100px;
    --spacing-7: 76px;
    --spacing-6: 56px;
    --spacing-5: 46px;
    --spacing-4: 36px;
    --spacing-3: 26px;
    --spacing-2: 18px;
    --height-header: 114px;
  }

  h1:not(.typography--h2):not(.typography--h3):not(.typography--title), .typography--h1, .site_nav__main > li > a, .site_nav__main > li > span {
    letter-spacing: -4.5px; /* 5% */
  }

  .typography--special {
    letter-spacing: -4px; /* 5% */
  }

  h2:not(.typography--h1):not(.typography--h3):not(.typography--title), .typography--h2 {
    letter-spacing: -3.4px; /* 5% */
  }

  h3:not(.typography--h1):not(.typography--h2):not(.typography--title), .typography--h3, .header--no-cover + main h2:not(.typography--h1):not(.typography--h3):not(.typography--title) {
    letter-spacing: -3px; /* 5% */
  }

  h4, .typography--h4, .header--no-cover + main h3:not(.typography--h1):not(.typography--h2):not(.typography--title), .site_nav__main .nav__item__sub a {
    letter-spacing: -1.6px; /* 5% */
  }

  .typography--title {
    letter-spacing: -0.23px; /* 2% */
  }

  h1:not(.typography--h2):not(.typography--h3):not(.typography--title), .typography--h1,
  .site_nav__main > li > a, .site_nav__main > li > span {
    margin-left: -5px;
  }

  h2:not(.typography--h1):not(.typography--h3):not(.typography--title), .typography--h2 {
    margin-left: -2px;
  }

  .typography--special, h3:not(.typography--h1):not(.typography--h2):not(.typography--title), .typography--h3 {
    margin-left: -4px;
  }

  main ul li::before {
    top: 10px;
  }

  .section__intro--image, .section__banner > .banner {
    min-height: 700px;
  }

  .banner__bg svg {
    -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
            transform: scale(.7);
  }

  .section__banner:not(.section__banner--image) > .banner {
    min-height: 770px;
  }

  .section__banner.section__banner--image > .banner {
    max-height: 900px;
  }

  .section__teaser .teaser__text {
    max-width: 820px;
  }

  .section__teaser .teaser--shape {
    min-height: 1180px;
    padding-top: 280px;
  }

  .section__teaser .teaser:not(.teaser--shape).teaser--animation {
    min-height: 760px;
  }

  .section__banner + .section__teaser .teaser--shape {
    margin-top: -150px;
  }

  .section__teaser .teaser__shape {
    left: 51.5%;
    margin-top: -50px;
    -webkit-transform: translateX(-50%) rotate(32.62deg) scale(.9);
        -ms-transform: translateX(-50%) rotate(32.62deg) scale(.9);
            transform: translateX(-50%) rotate(32.62deg) scale(.9);
  }

  .section__teaser .teaser__slogan {
    margin-top: 160px;
  }

  .offer--number .offer__title, .offer--number .offer__content {
    padding-left: 50px;
  }

  .offer--number .offer__content {
    max-width: calc(624px + 50px);
  }

  .offer__title h2 {
    padding-top: var(--spacing-4);
    padding-bottom: var(--spacing-4);
  }

  .offer__title > span {
    top: calc(var(--spacing-4) + 1px);
  }

  .section__offers--accordion .offer__title {
    padding-right: 82px;
  }

  .section__offers--accordion .offer__title::before, .section__offers--accordion .offer__title::after {
    top: calc(50% - 2px);
    width: 42px;
    height: 4px;
  }

  .section__contact .contact__detail {
    padding: var(--spacing-9) var(--spacing-6);
  }

  .team .person:nth-child(n+3) {
    margin-top: var(--spacing-7);
  }

  .team .person .person__info {
    padding-top: 38px;
  }

  .team .person .person__info h3 {
    margin-bottom: var(--spacing-3);
  }

  .person__desc {
    padding-top: 12px;
  }


  /* Morphing */
  .section__teaser .animation__container, .section__teaser .teaser__animation > svg, .footer__animation svg.animation__bg {
    -webkit-transform: translate3d(0, 0, 0) scale(.8);
            transform: translate3d(0, 0, 0) scale(.8);
  }

  .section__teaser .teaser--shape .animation__container svg {
    top: 0;
    left: -220px;
  }

  .section__teaser .teaser:not(.teaser--shape) .animation__container svg {
    top: -420px;
    right: -250px;
  }

  .section__teaser .teaser__animation > svg {
    top: -20px;
    right: -55px;
  }

  footer.footer--animation {
    padding-top: 490px;
  }

  .footer__animation {
    height: 1080px;
  }

  .footer__animation .animation__container {
    -webkit-transform: translate3d(0, 0, 0) scale(.7);
            transform: translate3d(0, 0, 0) scale(.7);
  }

  .footer__animation .animation__container svg {
    bottom: -460px;
    right: -580px;
  }

  .footer__animation svg.animation__bg {
    right: 225px;
    bottom: -150px;
  }

}


@media all and (max-width: 1239.98px) {

  .section__contact .contact > div {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .section__contact .contact__media {
    aspect-ratio: 1/1;
  }

  .section__onedoc iframe {
    height: 1140px;
  }

}


@media all and (max-width: 1239.98px) and (min-width: 992px) {

  :root {
    --font-size-8: 84px;
    --font-size-7: 74px;
    --font-size-6: 64px;
    --font-size-5: 54px;
    --font-size-4: 30px;
    --font-size-3: 20px;
    --font-size-lead: 22px;

    --spacing-10: 200px;
    --spacing-9: 130px;
    --spacing-8: 90px;
    --spacing-7: 70px;
    --spacing-6: 50px;
    --spacing-5: 40px;
    --spacing-4: 30px;
    --spacing-3: 22px;
    --spacing-2: 16px;
    --height-header: 107px;
  }

  h1:not(.typography--h2):not(.typography--h3):not(.typography--title), .typography--h1, .site_nav__main > li > a, .site_nav__main > li > span {
    letter-spacing: -4.2px; /* 5% */
  }

  .typography--special {
    letter-spacing: -3.7px; /* 5% */
  }

  h2:not(.typography--h1):not(.typography--h3):not(.typography--title), .typography--h2 {
    letter-spacing: -3.2px; /* 5% */
  }

  h3:not(.typography--h1):not(.typography--h2):not(.typography--title), .typography--h3, .header--no-cover + main h2:not(.typography--h1):not(.typography--h3):not(.typography--title) {
    letter-spacing: -2.7px; /* 5% */
  }

  h4, .typography--h4, .header--no-cover + main h3:not(.typography--h1):not(.typography--h2):not(.typography--title), .site_nav__main .nav__item__sub a {
    letter-spacing: -1.5px; /* 5% */
  }

  .typography--title {
    letter-spacing: -0.22px; /* 2% */
  }

  h1:not(.typography--h2):not(.typography--h3):not(.typography--title), .typography--h1,
  .site_nav__main > li > a, .site_nav__main > li > span {
    margin-left: -4px;
  }

  h2:not(.typography--h1):not(.typography--h3):not(.typography--title), .typography--h2 {
    margin-left: -2px;
  }

  .typography--special, h3:not(.typography--h1):not(.typography--h2):not(.typography--title), .typography--h3 {
    margin-left: -3px;
  }

  main ul li::before {
    top: 10px;
  }

  .section__intro--image, .section__banner > .banner {
    min-height: 700px;
  }

  .banner__bg svg {
    -webkit-transform: scale(.65);
        -ms-transform: scale(.65);
            transform: scale(.65);
  }

  .section__banner:not(.section__banner--image) > .banner {
    min-height: 715px;
  }

  .section__banner.section__banner--image > .banner {
    max-height: 800px;
  }

  .section__teaser .teaser__text {
    max-width: 760px;
  }

  .section__teaser .teaser--shape {
    min-height: 1040px;
    padding-top: 240px;
  }

  .section__teaser .teaser:not(.teaser--shape).teaser--animation {
    min-height: 720px;
  }

  .section__banner + .section__teaser .teaser--shape {
    margin-top: -120px;
  }

  .section__teaser .teaser__shape {
    left: 53.5%;
    margin-top: -122px;
    -webkit-transform: translateX(-50%) rotate(32.62deg) scale(.8);
        -ms-transform: translateX(-50%) rotate(32.62deg) scale(.8);
            transform: translateX(-50%) rotate(32.62deg) scale(.8);
  }

  .section__teaser .teaser__slogan {
    margin-top: 160px;
  }

  .offer--number .offer__title, .offer--number .offer__content {
    padding-left: 50px;
  }

  .offer--number .offer__content {
    max-width: calc(624px + 50px);
  }

  .offer__title h2 {
    padding-top: var(--spacing-5);
    padding-bottom: var(--spacing-5);
  }

  .offer__title > span {
    top: var(--spacing-5);
  }

  .section__offers--accordion .offer__title {
    padding-right: 68px;
  }

  .section__offers--accordion .offer__title::before, .section__offers--accordion .offer__title::after {
    top: calc(50% - 2px);
    width: 38px;
    height: 4px;
  }

  .team .person:nth-child(n+3) {
    margin-top: var(--spacing-7);
  }

  .team .person .person__info {
    padding-top: 32px;
  }

  .team .person .person__info h3 {
    margin-bottom: var(--spacing-3);
  }

  .person__desc {
    padding-top: 12px;
  }

  .team .person .person__info h3 {
    font-size: 48px;
    letter-spacing: -2.4px !important;
    margin-bottom: 18px;
  }

  .section__contact .contact__detail {
    padding: var(--spacing-9) 40px;
  }

  .footer_left {
    width: 540px;
  }

  .footer_left > div {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .footer_left > div:nth-child(3), .footer_left > div:nth-child(4) {
    margin-top: var(--spacing-5);
  }

  .footer_right .logos {
    margin-top: 26px;
  }


  /* Morphing */
  .section__teaser .animation__container, .section__teaser .teaser__animation > svg, .footer__animation svg.animation__bg {
    -webkit-transform: translate3d(0, 0, 0) scale(.75);
            transform: translate3d(0, 0, 0) scale(.75);
  }

  .section__teaser .teaser--shape .animation__container svg {
    top: -100px;
    left: -330px;
  }

  .section__teaser .teaser:not(.teaser--shape) .animation__container svg {
    top: -420px;
    right: -250px;
  }

  .section__teaser .teaser__animation > svg {
    top: -50px;
    right: -15px;
  }

  footer.footer--animation {
    padding-top: 420px;
  }

  .footer__animation {
    height: 1240px;
  }

  .footer__animation .animation__container {
    -webkit-transform: translate3d(0, 0, 0) scale(.65);
            transform: translate3d(0, 0, 0) scale(.65);
  }

  .footer__animation .animation__container svg {
    bottom: -300px;
    right: -600px;
  }

  .footer__animation svg.animation__bg {
    right: 225px;
    bottom: -110px;
  }

}


@media all and (max-width: 991.98px) {

  .team .person + .person {
    margin-top: var(--spacing-7);
  }

  .footer_left {
    width: 100%;
  }

  .footer_right {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: var(--spacing-6);
  }

  .footer_right .logos > div {
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
  }

  .cookie_box {
    width: 100%;
    left: 0;
    right: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin: 0;
    padding: 0;
    font-size: calc(var(--font-size-standard) - 1px);
    border-top: 1px solid var(--brand-black);
  }

  .cookie_box.is-active {
    bottom: 0;
  }

}


@media all and (max-width: 991.98px) and (min-width: 576px) {

  .offer__title > span {
    font-size: var(--font-size-standard);
  }

}


@media all and (max-width: 991.98px) and (min-width: 768px) {

  :root {
    --font-size-8: 74px;
    --font-size-7: 64px;
    --font-size-6: 58px;
    --font-size-5: 48px;
    --font-size-4: 29px;
    --font-size-3: 20px;
    --font-size-lead: 21px;

    --spacing-10: 180px;
    --spacing-9: 120px;
    --spacing-8: 80px;
    --spacing-7: 64px;
    --spacing-6: 46px;
    --spacing-5: 36px;
    --spacing-4: 26px;
    --spacing-3: 20px;
    --spacing-2: 14px;
    --height-header: 97px;
  }

  h1:not(.typography--h2):not(.typography--h3):not(.typography--title), .typography--h1, .site_nav__main > li > a, .site_nav__main > li > span {
    letter-spacing: -3.7px; /* 5% */
  }

  .typography--special {
    letter-spacing: -3.3px; /* 5% */
  }

  h2:not(.typography--h1):not(.typography--h3):not(.typography--title), .typography--h2 {
    letter-spacing: -2.9px; /* 5% */
  }

  h3:not(.typography--h1):not(.typography--h2):not(.typography--title), .typography--h3, .header--no-cover + main h2:not(.typography--h1):not(.typography--h3):not(.typography--title) {
    letter-spacing: -2.4px; /* 5% */
  }

  h4, .typography--h4, .header--no-cover + main h3:not(.typography--h1):not(.typography--h2):not(.typography--title), .site_nav__main .nav__item__sub a {
    letter-spacing: -1.45px; /* 5% */
  }

  .typography--title {
    letter-spacing: -0.22px; /* 2% */
  }

  h1:not(.typography--h2):not(.typography--h3):not(.typography--title), .typography--h1,
  .site_nav__main > li > a, .site_nav__main > li > span {
    margin-left: -4px;
  }

  h2:not(.typography--h1):not(.typography--h3):not(.typography--title), .typography--h2 {
    margin-left: -2px;
  }

  .typography--special, h3:not(.typography--h1):not(.typography--h2):not(.typography--title), .typography--h3 {
    margin-left: -3px;
  }

  main ul li::before {
    top: 10px;
  }

  .width--medium, .width--large, .inside, .teaser__slogan, .section__media > .media, .section__slogan .slogan {
    padding-right: 36px;
    padding-left: 36px;
  }

  .width--medium {
    max-width: calc(var(--width-content) + 72px);
  }

  .width--large, .inside {
    max-width: calc(1780px + 72px);
  }

  .section__intro--image, .section__banner > .banner {
    min-height: 600px;
  }

  .banner__bg svg {
    -webkit-transform: scale(.6);
        -ms-transform: scale(.6);
            transform: scale(.6);
  }

  .section__banner:not(.section__banner--image) > .banner {
    min-height: 660px;
  }

  .section__banner.section__banner--image > .banner {
    max-height: 650px;
  }

  .section__teaser .teaser__text {
    max-width: 680px;
  }

  .section__teaser .teaser--shape {
    min-height: 920px;
    padding-top: 240px;
  }

  .section__teaser .teaser:not(.teaser--shape).teaser--animation {
    min-height: 640px;
  }

  .section__banner + .section__teaser .teaser--shape {
    margin-top: -120px;
  }

  .section__teaser .teaser__shape {
    left: 54%;
    margin-top: -182px;
    -webkit-transform: translateX(-50%) rotate(32.62deg) scale(.7);
        -ms-transform: translateX(-50%) rotate(32.62deg) scale(.7);
            transform: translateX(-50%) rotate(32.62deg) scale(.7);
  }

  .section__teaser .teaser__slogan {
    margin-top: 120px;
  }

  .offer--number .offer__title, .offer--number .offer__content {
    padding-left: 40px;
  }

  .offer--number .offer__content {
    max-width: calc(624px + 40px);
  }

  .offer__title h2 {
    padding-top: var(--spacing-5);
    padding-bottom: var(--spacing-5);
  }

  .offer__title > span {
    top: calc(var(--spacing-5) + 2px);
  }

  .section__offers--accordion .offer__title {
    padding-right: 65px;
  }

  .section__offers--accordion .offer__title::before, .section__offers--accordion .offer__title::after {
    top: calc(50% - 1px);
    width: 35px;
    height: 3px;
  }

  .team .person .person__container {
    max-width: 690px;
    margin: 0 auto;
  }

  .team .person .person__info {
    padding-top: 32px;
  }

  .team .person .person__info h3 {
    margin-bottom: var(--spacing-3);
  }

  .person__desc {
    padding-top: 12px;
  }

  .team .person .person__info h3 {
    font-size: 48px;
    letter-spacing: -2.4px !important;
    margin-bottom: 18px;
  }

  .section__contact .contact__detail {
    padding: var(--spacing-9) 36px;
  }

  .footer_left > div, .footer_right > div {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .footer_left > div:nth-child(3), .footer_left > div:nth-child(4) {
    margin-top: var(--spacing-5);
  }

  footer .creator {
    margin-left: 50%;
    margin-top: 15px;
  }

  .opening_hours .day {
    width: 100px;
  }

  .contact__infos .opening_hours .day {
    width: 120px;
  }

  .opening_hours .time {
    width: calc(100% - 100px);
  }

  .contact__infos .opening_hours .time {
    width: calc(100% - 120px);
  }

  .cookie_box {
    padding: var(--spacing-4) 36px;
  }
      
  .cookie_box, .cookie_box.hide {
    bottom: -180px;
  }

  .cookie_box button:not(.js-toggle) {
    padding: 13px 22px 12px;
  }


  /* Morphing */
  .section__teaser .animation__container, .section__teaser .teaser__animation > svg, .footer__animation svg.animation__bg {
    -webkit-transform: translate3d(0, 0, 0) scale(.7);
            transform: translate3d(0, 0, 0) scale(.7);
  }

  .section__teaser .teaser--shape .animation__container svg {
    top: -150px;
    left: -450px;
  }

  .section__teaser .teaser:not(.teaser--shape) .animation__container svg {
    top: -450px;
    right: -320px;
  }

  .section__teaser .teaser__animation > svg {
    top: -66px;
    right: -108px;
  }

  footer.footer--animation {
    padding-top: 420px;
  }

  .footer__animation {
    height: 1240px;
  }

  .footer__animation .animation__container {
    -webkit-transform: translate3d(0, 0, 0) scale(.65);
            transform: translate3d(0, 0, 0) scale(.65);
  }

  .footer__animation .animation__container svg {
    bottom: -180px;
    right: -880px;
  }

  .footer__animation svg.animation__bg {
    right: 225px;
    bottom: -30px;
  }

}


@media all and (max-width: 767.98px) {

  :root {
    --font-size-3: 19px;
    --font-size-2: 16px;
    --font-size-1: 14px;
    --font-size-standard: 18px;
  }

  h1 br, h2 br, h3 br {
    display: none;
  }

  .intro__text h1 br, .team .person .person__info h3 br {
    display: block;
  }

  main ul li::before {
    top: 11px;
    width: 4px;
    height: 4px;
  }

  .section__banner.section__banner--image > .banner {
    aspect-ratio: 1 / 1;
    height: auto;
    min-height: unset;
  }

  .opening_hours .day {
    width: 90px;
  }

  .contact__infos .opening_hours .day {
    width: 110px;
  }

  .opening_hours .time {
    width: calc(100% - 90px);
  }

  .contact__infos .opening_hours .time {
    width: calc(100% - 110px);
  }

  .footer_right .logos > div {
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
  }

  .cookie_box button:not(.js-toggle) {
    margin-top: 5px;
    padding: 12px 19px 11px;
  }

  .macos .cookie_box button:not(.js-toggle), .ios .cookie_box button:not(.js-toggle) {
    padding-top: 11px;
  }

}


@media all and (max-width: 767.98px) and (min-width: 576px) {

  :root {
    --font-size-8: 58px;
    --font-size-7: 52px;
    --font-size-6: 46px;
    --font-size-5: 38px;
    --font-size-4: 26px;
    --font-size-lead: 20px;

    --spacing-10: 140px;
    --spacing-9: 100px;
    --spacing-8: 70px;
    --spacing-7: 56px;
    --spacing-6: 38px;
    --spacing-5: 28px;
    --spacing-4: 22px;
    --spacing-3: 16px;
    --spacing-2: 12px;
    --height-header: 89px;
  }

  h1:not(.typography--h2):not(.typography--h3):not(.typography--title), .typography--h1, .site_nav__main > li > a, .site_nav__main > li > span {
    letter-spacing: -2.9px; /* 5% */
  }

  .typography--special {
    letter-spacing: -2.6px; /* 5% */
  }

  h2:not(.typography--h1):not(.typography--h3):not(.typography--title), .typography--h2 {
    letter-spacing: -2.3px; /* 5% */
  }

  h3:not(.typography--h1):not(.typography--h2):not(.typography--title), .typography--h3, .header--no-cover + main h2:not(.typography--h1):not(.typography--h3):not(.typography--title) {
    letter-spacing: -1.9px; /* 5% */
  }

  h4, .typography--h4, .header--no-cover + main h3:not(.typography--h1):not(.typography--h2):not(.typography--title), .site_nav__main .nav__item__sub a {
    letter-spacing: -1.3px; /* 5% */
  }

  .typography--title {
    letter-spacing: -0.2px; /* 2% */
  }

  h1:not(.typography--h2):not(.typography--h3):not(.typography--title), .typography--h1,
  .site_nav__main > li > a, .site_nav__main > li > span {
    margin-left: -3px;
  }

  h2:not(.typography--h1):not(.typography--h3):not(.typography--title), .typography--h2 {
    margin-left: -1px;
  }

  .typography--special, h3:not(.typography--h1):not(.typography--h2):not(.typography--title), .typography--h3 {
    margin-left: -2px;
  }

  main ul li {
    padding-left: 15px;
  }

  .width--medium, .width--large, .inside, .section__media > .media, .section__teaser .teaser, .section__slogan .slogan {
    padding-right: 30px;
    padding-left: 30px;
  }

  .width--medium {
    max-width: calc(var(--width-content) + 60px);
  }

  .width--large, .inside {
    max-width: calc(1780px + 60px);
  }

  .section__intro--image, .section__banner > .banner {
    min-height: 550px;
  }

  .banner__bg svg {
    -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
            transform: scale(.5);
  }

  .section__banner:not(.section__banner--image) > .banner {
    min-height: 550px;
  }

  .section__teaser .teaser__text {
    max-width: 530px;
  }

  .section__teaser .teaser--shape {
    min-height: 860px;
    padding-top: 170px;
  }

  .section__teaser .teaser:not(.teaser--shape).teaser--animation {
    min-height: 550px;
  }

  .section__banner + .section__teaser .teaser--shape {
    margin-top: -70px;
  }

  .section__teaser .teaser__shape {
    left: 54%;
    margin-top: -268px;
    -webkit-transform: translateX(-50%) rotate(32.62deg) scale(.57);
        -ms-transform: translateX(-50%) rotate(32.62deg) scale(.57);
            transform: translateX(-50%) rotate(32.62deg) scale(.57);
  }

  .section__teaser .teaser__slogan {
    margin-top: 126px;
  }

  .offer--number .offer__title, .offer--number .offer__content {
    padding-left: 36px;
  }

  .offer__title h2 {
    padding-top: var(--spacing-5);
    padding-bottom: var(--spacing-5);
  }

  .offer__title > span {
    top: calc(var(--spacing-5) - 2px);
  }

  .section__offers--accordion .offer__title {
    padding-right: 57px;
  }

  .section__offers--accordion .offer__title::before, .section__offers--accordion .offer__title::after {
    top: calc(50% - 1px);
    width: 27px;
    height: 3px;
  }

  .team .person .person__info {
    padding-top: 30px;
  }

  .person__desc {
    padding-top: 12px;
  }

  .team .person .person__info h3 {
    font-size: var(--font-size-7);
    letter-spacing: -2.6px !important;
    margin-bottom: 18px;
  }

  .section__contact .contact__detail {
    padding: var(--spacing-9) 30px;
  }

  .footer_left > div, .footer_right > div {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .lang--en .footer_right .logos {
   -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-top: var(--spacing-4);
  }

  .lang--en footer .creator {
    margin-top: 10px;
    margin-left: 0;
  }

  .footer_left > div:nth-child(3), .footer_left > div:nth-child(4) {
    margin-top: var(--spacing-5);
  }

  .footer_right .logos > div {
    margin-right: -5px;
    -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
            transform: scale(.8);
  }

  footer .creator {
    margin-left: 50%;
  }

  .footer__logo {
    margin-top: var(--spacing-7);
  }

  .cookie_box {
    padding: var(--spacing-4) 30px;
  }
      
  .cookie_box, .cookie_box.hide {
    bottom: -180px;
  }


  /* Morphing */
  .section__teaser .animation__container, .section__teaser .teaser__animation > svg, .footer__animation svg.animation__bg {
    -webkit-transform: translate3d(0, 0, 0) scale(.6);
            transform: translate3d(0, 0, 0) scale(.6);
  }

  .section__teaser .teaser--shape .animation__container svg {
    top: -310px;
    left: -520px;
  }

  .section__teaser .teaser:not(.teaser--shape) .animation__container svg {
    top: -450px;
    right: -450px;
  }

  .section__teaser .teaser__animation > svg {
    top: -74px;
    right: -148px;
  }

  footer.footer--animation {
    padding-top: 420px;
  }

  .footer__animation {
    height: 1240px;
  }

  .footer__animation .animation__container {
    -webkit-transform: translate3d(0, 0, 0) scale(.65);
            transform: translate3d(0, 0, 0) scale(.65);
  }

  .footer__animation .animation__container svg {
    bottom: -250px;
    left: -300px;
  }

  .footer__animation svg.animation__bg {
    right: -105px;
    bottom: -30px;
  }

}


@media all and (max-width: 575.98px) {

  :root {
    --font-size-lead: 19px;

    --spacing-3: 14px;
    --spacing-2: 10px;
  }

  h4, .typography--h4, .header--no-cover + main h3:not(.typography--h1):not(.typography--h2):not(.typography--title), .site_nav__main .nav__item__sub a {
    letter-spacing: -1.2px; /* 5% */
  }

  .typography--title {
    font-size: var(--font-size-standard);
    letter-spacing: -0.18px; /* 2% */
  }

  h2.typography--title {
    margin-bottom: var(--spacing-4);
  }

  main ul li {
    padding-left: 13px;
  }

  main .offer__content ul li + li {
    margin-top: 4px;
  }

  .section__banner:not(.section__banner--image) > .banner {
    padding-bottom: var(--spacing-10);
  }

  .section__teaser .teaser h2 {
    margin-bottom: 24px;
  }

  .teaser__text p > br {
    display: none;
  }

  .contact__infos > div + div {
    margin-top: var(--spacing-7);
  }

  footer {
    padding: var(--spacing-10) 0 var(--spacing-6);
  }

  .footer_left > div, .footer_right > div {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .footer_left > div + div {
    margin-top: var(--spacing-6);
  }

  .footer_right .logos {
    margin-top: 22px;
  }

  footer .creator {
    margin-top: 10px;
  }

  .footer__logo {
    margin-top: var(--spacing-7);
  }

  .footer_right .logos > div {
    margin-right: -10px;
    -webkit-transform: scale(.75);
        -ms-transform: scale(.75);
            transform: scale(.75);
  }

  .cookie_box {
    padding: var(--spacing-4) 22px;
  }

}


@media all and (max-width: 575.98px) and (min-width: 375px) {

  :root {
    --spacing-6: 32px;
    --spacing-5: 26px;
    --spacing-4: 20px;
  }

}


@media all and (max-width: 575.98px) and (min-width: 414px) {

  :root {
    --font-size-8: 46px;
    --font-size-7: 40px;
    --font-size-6: 36px;
    --font-size-5: 30px;
    --font-size-4: 24px;

    --spacing-10: 120px;
    --spacing-9: 90px;
    --spacing-8: 60px;
    --spacing-7: 50px;
    --height-header: 80px;
  }

  h1:not(.typography--h2):not(.typography--h3):not(.typography--title), .typography--h1, .site_nav__main > li > a, .site_nav__main > li > span {
    letter-spacing: -2.35px; /* 5% */
  }

  .typography--special {
    letter-spacing: -2.1px; /* 5% */
  }

  h2:not(.typography--h1):not(.typography--h3):not(.typography--title), .typography--h2 {
    letter-spacing: -1.8px; /* 5% */
  }

  h3:not(.typography--h1):not(.typography--h2):not(.typography--title), .typography--h3, .header--no-cover + main h2:not(.typography--h1):not(.typography--h3):not(.typography--title) {
    letter-spacing: -1.5px; /* 5% */
  }

  h1:not(.typography--h2):not(.typography--h3):not(.typography--title), .typography--h1,
  .site_nav__main > li > a, .site_nav__main > li > span {
    margin-left: -3px;
  }

  h2:not(.typography--h1):not(.typography--h3):not(.typography--title), .typography--h2 {
    margin-left: -1px;
  }

  .typography--special, h3:not(.typography--h1):not(.typography--h2):not(.typography--title), .typography--h3 {
    margin-left: -2px;
  }

  .width--medium, .width--large, .inside, .section__media > .media, .section__teaser .teaser, .section__slogan .slogan {
    padding-right: 22px;
    padding-left: 22px;
  }

  .width--medium {
    max-width: calc(var(--width-content) + 44px);
  }

  .width--large, .inside {
    max-width: calc(1780px + 44px);
  }

  .section__intro--image, .section__banner > .banner {
    min-height: 550px;
  }

  .banner__bg svg {
    -webkit-transform: scale(.4);
        -ms-transform: scale(.4);
            transform: scale(.4);
  }

  .section__teaser .teaser__text {
    max-width: 365px;
  }

  .section__teaser .teaser--shape {
    min-height: 696px;
    padding-top: 110px;
  }

  .section__teaser .teaser:not(.teaser--shape).teaser--animation {
    min-height: 480px;
  }

  .section__banner + .section__teaser .teaser--shape {
    margin-top: -30px;
  }

  .section__teaser .teaser__shape {
    left: 50%;
    margin-top: -336px;
    -webkit-transform: translateX(-50%) rotate(32.62deg) scale(.45);
        -ms-transform: translateX(-50%) rotate(32.62deg) scale(.45);
            transform: translateX(-50%) rotate(32.62deg) scale(.45);
  }

  .section__teaser .teaser__slogan {
    margin-top: var(--spacing-8);
  }

  .offer--number .offer__title, .offer--number .offer__content {
    padding-left: 28px;
  }

  .offer__title h2 {
    padding-top: var(--spacing-5);
    padding-bottom: var(--spacing-5);
  }

  .offer__title > span {
    font-size: var(--font-size-1);
    top: 26px;
  }

  .section__offers--accordion .offer__title {
    padding-right: 41px;
  }

  .section__offers--accordion .offer__title::before, .section__offers--accordion .offer__title::after {
    top: calc(50% - 1px);
    width: 21px;
    height: 2px;
  }

  .team .person .person__info {
    padding-top: 24px;
  }

  .person__desc {
    padding-top: 12px;
  }

  .team .person .person__info h3 {
    font-size: var(--font-size-7);
    letter-spacing: -2px !important;
    margin-bottom: 14px;
  }

  .section__contact .contact__detail {
    padding: var(--spacing-9) 22px;
  }

  .opening_hours .day {
    width: 100px;
  }

  .opening_hours .time {
    width: calc(100% - 100px);
  }
      
  .cookie_box, .cookie_box.hide {
    bottom: -180px;
  }


  /* Morphing */
  .section__teaser .animation__container, .footer__animation svg.animation__bg {
    -webkit-transform: translate3d(0, 0, 0) scale(.55);
            transform: translate3d(0, 0, 0) scale(.55);
  }

  .section__teaser .teaser--shape .animation__container svg {
    top: -440px;
    left: -570px;
  }

  .section__teaser .teaser:not(.teaser--shape) .animation__container svg {
    top: -480px;
    right: -480px;
  }

  .section__teaser .teaser__animation > svg {
    -webkit-transform: translate3d(0, 0, 0) scale(.45);
            transform: translate3d(0, 0, 0) scale(.45);
    top: -34px;
    right: -102px;
  }

  footer.footer--animation {
    padding-top: 280px;
  }

  .footer__animation {
    height: 1300px;
  }

  .footer__animation .animation__container {
    -webkit-transform: translate3d(0, 0, 0) scale(.7);
            transform: translate3d(0, 0, 0) scale(.7);
  }

  .footer__animation .animation__container svg {
    bottom: -120px;
    left: -200px;
  }

  .footer__animation svg.animation__bg {
    right: -60px;
    bottom: 212px;
  }

}


@media all and (max-width: 413.98px) {

  .width--medium, .width--large, .inside, .section__media > .media, .section__teaser .teaser, .section__slogan .slogan {
    padding-right: 22px;
    padding-left: 22px;
  }

  .width--medium {
    max-width: calc(var(--width-content) + 44px);
  }

  .width--large, .inside {
    max-width: calc(1780px + 44px);
  }

  .section__intro--image, .section__banner > .banner {
    min-height: 500px;
  }

  .banner__bg svg {
    -webkit-transform: scale(.35);
        -ms-transform: scale(.35);
            transform: scale(.35);
  }

  .section__teaser .teaser__text {
    max-width: 365px;
  }

  .section__teaser .teaser--shape {
    min-height: 696px;
    padding-top: 110px;
  }

  .section__teaser .teaser:not(.teaser--shape).teaser--animation {
    min-height: 440px;
  }

  .section__banner + .section__teaser .teaser--shape {
    margin-top: -30px;
  }

  .section__teaser .teaser__shape {
    left: 50%;
    margin-top: -336px;
    -webkit-transform: translateX(-50%) rotate(32.62deg) scale(.45);
        -ms-transform: translateX(-50%) rotate(32.62deg) scale(.45);
            transform: translateX(-50%) rotate(32.62deg) scale(.45);
  }

  .section__teaser .teaser__slogan {
    margin-top: var(--spacing-8);
  }

  .offer--number .offer__title, .offer--number .offer__content {
    padding-left: 26px;
  }

  .offer__title h2 {
    padding-top: var(--spacing-5);
    padding-bottom: var(--spacing-5);
  }

  .offer__title > span {
    font-size: var(--font-size-1);
  }

  .section__offers--accordion .offer__title::before, .section__offers--accordion .offer__title::after {
    top: calc(50% - 1px);
    width: 20px;
    height: 2px;
  }

  .team .person .person__info {
    padding-top: 22px;
  }

  .person__desc {
    padding-top: 12px;
  }

  .team .person .person__info h3 {
    font-size: var(--font-size-7);
    letter-spacing: -1.85px !important;
    margin-bottom: 14px;
  }

  .section__contact .contact__detail {
    padding: var(--spacing-9) 22px;
  }

  .opening_hours .day {
    width: 100px;
  }

  .opening_hours .time {
    width: calc(100% - 100px);
  }


  /* Morphing */
  .section__teaser .animation__container {
    -webkit-transform: translate3d(0, 0, 0) scale(.5);
            transform: translate3d(0, 0, 0) scale(.5);
  }

  .section__teaser .teaser--shape .animation__container svg {
    top: -520px;
    left: -550px;
  }

  .section__teaser .teaser:not(.teaser--shape) .animation__container svg {
    top: -480px;
    right: -520px;
  }

  .section__teaser .teaser__animation > svg {
    top: -24px;
    right: -102px;
    -webkit-transform: translate3d(0, 0, 0) scale(.4);
            transform: translate3d(0, 0, 0) scale(.4);
  }

  footer.footer--animation {
    padding-top: 280px;
  }

  .footer__animation {
    height: 1300px;
  }

  .footer__animation .animation__container {
    -webkit-transform: translate3d(0, 0, 0) scale(.7);
            transform: translate3d(0, 0, 0) scale(.7);
  }

  .footer__animation svg.animation__bg {
    -webkit-transform: translate3d(0, 0, 0) scale(.6);
            transform: translate3d(0, 0, 0) scale(.6);
  }

  .footer__animation .animation__container svg {
    bottom: -120px;
    left: -200px;
  }

  .footer__animation svg.animation__bg {
    right: -60px;
    bottom: 212px;
  }

}


@media all and (max-width: 413.98px) and (min-width: 375px) {

  :root {
    --font-size-8: 42px;
    --font-size-7: 37px;
    --font-size-6: 34px;
    --font-size-5: 28px;
    --font-size-4: 23px;

    --spacing-10: 100px;
    --spacing-9: 80px;
    --spacing-8: 58px;
    --spacing-7: 48px;
    --height-header: 79px;
  }

  h1:not(.typography--h2):not(.typography--h3):not(.typography--title), .typography--h1, .site_nav__main > li > a, .site_nav__main > li > span {
    letter-spacing: -2.1px; /* 5% */
  }

  .typography--special {
    letter-spacing: -1.85px; /* 5% */
  }

  h2:not(.typography--h1):not(.typography--h3):not(.typography--title), .typography--h2 {
    letter-spacing: -1.7px; /* 5% */
  }

  h3:not(.typography--h1):not(.typography--h2):not(.typography--title), .typography--h3, .header--no-cover + main h2:not(.typography--h1):not(.typography--h3):not(.typography--title) {
    letter-spacing: -1.4px; /* 5% */
  }

  h1:not(.typography--h2):not(.typography--h3):not(.typography--title), .typography--h1,
  .site_nav__main > li > a, .site_nav__main > li > span {
    margin-left: -3px;
  }

  h2:not(.typography--h1):not(.typography--h3):not(.typography--title), .typography--h2 {
    margin-left: -1px;
  }

  .typography--special, h3:not(.typography--h1):not(.typography--h2):not(.typography--title), .typography--h3 {
    margin-left: -2px;
  }

  .offer__title > span {
    top: 28px;
  }

  .section__offers--accordion .offer__title {
    padding-right: 40px;
  }

}


@media all and (max-width: 374.98px) {

  :root {
    --font-size-8: 40px;
    --font-size-7: 35px;
    --font-size-6: 32px;
    --font-size-5: 26px;
    --font-size-4: 22px;

    --spacing-10: 90px;
    --spacing-9: 70px;
    --spacing-8: 52px;
    --spacing-7: 42px;
    --spacing-6: 30px;
    --spacing-5: 24px;
    --spacing-4: 18px;

    --height-header: 76px;
  }

  h1:not(.typography--h2):not(.typography--h3):not(.typography--title), .typography--h1, .site_nav__main > li > a, .site_nav__main > li > span {
    letter-spacing: -2px; /* 5% */
  }

  .typography--special {
    letter-spacing: -1.75px; /* 5% */
  }

  h2:not(.typography--h1):not(.typography--h3):not(.typography--title), .typography--h2 {
    letter-spacing: -1.6px; /* 5% */
  }

  h3:not(.typography--h1):not(.typography--h2):not(.typography--title), .typography--h3, .header--no-cover + main h2:not(.typography--h1):not(.typography--h3):not(.typography--title) {
    letter-spacing: -1.3px; /* 5% */
  }

  h1:not(.typography--h2):not(.typography--h3):not(.typography--title), .typography--h1,
  .site_nav__main > li > a, .site_nav__main > li > span {
    margin-left: -2px;
  }

  .typography--special, h3:not(.typography--h1):not(.typography--h2):not(.typography--title), .typography--h3 {
    margin-left: -1px;
  }

  .offer__title > span {
    top: 25px;
  }

  .section__offers--accordion .offer__title {
    padding-right: 37px;
  }

}