@font-face {
  font-family: Klarheit Grotesk;
  src: url('../fonts/ESKlarheitGrotesk-Rg.woff2') format("woff2"), url('../fonts/ESKlarheitGrotesk-Rg.ttf') format("truetype"), url('../fonts/ESKlarheitGrotesk-Rg.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nitti;
  src: url('../fonts/Nitti-Bold.woff2') format("woff2"), url('../fonts/Nitti-Bold.ttf') format("truetype"), url('../fonts/Nitti-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nitti;
  src: url('../fonts/Nitti-Normal.woff2') format("woff2"), url('../fonts/Nitti-Normal.ttf') format("truetype"), url('../fonts/Nitti-Normal.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Klarheit Grotesk;
  src: url('../fonts/ESKlarheitGrotesk-Bd.ttf') format("truetype"), url('../fonts/ESKlarheitGrotesk-Bd.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --rose: #f29998;
  --grape: #421c44;
  --white: #fff;
  --interaction: #62ffab;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--rose);
  color: var(--grape);
  font-family: Nitti, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  color: var(--grape);
  letter-spacing: -3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Nitti, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 80px;
}

h2 {
  color: var(--grape);
  letter-spacing: -3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Nitti, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 56px;
}

h3 {
  color: var(--grape);
  text-align: left;
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Nitti, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

h4 {
  color: var(--grape);
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Nitti, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 35.2px;
}

h5, h6 {
  color: var(--grape);
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Nitti, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

p {
  color: var(--grape);
  margin-bottom: 32px;
  font-family: Nitti, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

a {
  color: var(--grape);
  font-weight: 400;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 16px;
  font-size: 18px;
  line-height: 24px;
}

li {
  line-height: 1.6;
}

strong {
  font-weight: bold;
}

.traumschorle-logo-link {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  flex: 0 auto;
  width: 272px;
  height: 24px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  overflow: hidden;
}

.traumschorle-logo-link.w--current {
  width: 272px;
  height: 24px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.traumschorle-logo {
  z-index: 10;
  object-fit: fill;
  background-image: url('../images/traumschorle-logo.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 272px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: static;
  top: 0;
  left: 0;
  overflow: visible;
}

.nav_link_button {
  color: var(--grape);
  -webkit-text-fill-color: inherit;
  background-color: #d88a8e00;
  background-clip: border-box;
  padding: 5px 8px;
  font-family: Nitti, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .4s cubic-bezier(.215, .61, .355, 1);
  display: block;
  position: relative;
  inset: auto;
}

.nav_link_button:hover {
  text-decoration: underline;
}

.nav_link_button.w--current {
  background-color: var(--white);
  text-transform: none;
  font-weight: 400;
  text-decoration: none;
}

.section_hero-keyvisual {
  z-index: 20;
  flex-wrap: nowrap;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  margin-top: -32px;
  position: relative;
}

.nav-menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.container_peach {
  max-width: 1440px;
}

.c2a_primary {
  background-color: var(--interaction);
  color: var(--grape);
  text-align: center;
  text-transform: uppercase;
  border-radius: 24px;
  align-self: auto;
  padding: 13px 32px;
  font-family: Nitti, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s cubic-bezier(.111, 2.077, .643, .492);
}

.c2a_primary:hover {
  background-color: var(--interaction);
  color: var(--grape);
  border-top-left-radius: 0;
  padding-left: 40px;
  padding-right: 40px;
  text-decoration: underline;
  box-shadow: 0 4px 16px #62ffab52;
}

.section--traumschorle {
  margin-top: 0;
  padding-top: 200px;
}

.container_hero {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: block;
  overflow: visible;
}

.menu-button {
  transform-style: preserve-3d;
}

.utility-page-wrap {
  justify-content: space-around;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  transition: background-color .2s, transform .2s cubic-bezier(.673, 2.72, .906, .007);
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.navbar_container {
  z-index: 2;
  color: #0a1620;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
  position: relative;
}

.section--facts {
  background-color: var(--grape);
  color: var(--white);
  margin-top: 0;
  padding-top: 200px;
  padding-bottom: 200px;
}

.col2_wrapper.is-image {
  border-top-style: none;
  padding-top: 0;
}

.wrapper_main_div {
  z-index: 2;
}

.footer {
  background-color: var(--grape);
  color: var(--white);
}

.col1_wrapper.is-image {
  border-top-style: none;
  padding-top: 0;
}

.no_margin {
  margin-bottom: 0;
}

.no_margin.max-width-paragraph {
  max-width: 430px;
}

.section_styleguide {
  margin-top: 120px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.hr_primary {
  background-color: var(--grape);
  width: 100%;
  height: 1px;
  margin-top: 96px;
  margin-bottom: 16px;
  overflow: hidden;
}

.hr_coral {
  background-color: var(--rose);
  width: 100%;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 16px;
  overflow: hidden;
}

.section_legal-text {
  padding-top: 264px;
  padding-bottom: 168px;
}

.rte_legal-text {
  margin-top: 0;
}

.navbar {
  z-index: 1000;
  background-color: var(--rose);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
  position: fixed;
  top: 0;
}

.wrapper--nav-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.legal_grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template: "."
  / 1fr 1fr;
  grid-auto-flow: row;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.wrapper_main_404 {
  z-index: 2;
  position: relative;
}

.section_404 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
  padding-top: 200px;
  padding-bottom: 200px;
}

.nav-stroke {
  background-color: var(--grape);
  flex: 0 auto;
  height: 1px;
  position: absolute;
  inset: auto 0 0%;
}

.wrapper_hero {
  align-items: center;
  min-height: 101vh;
  display: flex;
  overflow: hidden;
}

.container_facts {
  max-width: 1440px;
}

.container_contact {
  max-width: 1440px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.container_legal {
  background-color: var(--rose);
  max-width: 1440px;
  padding-top: 40px;
  padding-bottom: 80px;
}

.heading-8 {
  text-align: left;
}

.text-field {
  color: var(--grape);
  border-radius: 8px;
  height: 56px;
  margin-bottom: 8px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  font-size: 16px;
}

.text-field:hover {
  color: var(--grape);
  border: 1px solid #9cd7f4;
}

.text-field:focus {
  border: 1px solid var(--grape);
  color: var(--grape);
}

.field-label {
  text-align: left;
}

.ts--grid_txt-img {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template: "."
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.grid-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: auto;
}

.grid-image.is-illustration {
  aspect-ratio: auto;
  object-fit: contain;
}

.ts--grid_img-txt {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template: "."
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.headline-wrapper {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.is-white {
  color: var(--white);
}

.is-white.h2--display-h1 {
  font-size: 80px;
  line-height: 80px;
}

.section--unser-traum {
  border-top: 1px #000;
  padding-top: 200px;
}

.facts-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.facts-wrapper {
  border-left: 1px none var(--white);
}

.facts-illu-wrapper {
  overflow: hidden;
}

.facts-content-wrapper {
  margin-top: 1.25rem;
}

.body {
  background-color: var(--rose);
}

.section-tag--type {
  color: var(--grape);
  padding: 5px 8px;
  font-size: 18px;
  display: inline-block;
}

.section-tag--type.is-white {
  color: var(--white);
}

.section-tag {
  background-color: var(--white);
  margin-bottom: 8px;
  display: inline-block;
}

.section-tag.is-grape {
  background-color: var(--grape);
  color: var(--white);
}

.ts_product-visual {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  display: block;
}

.container-wrapper {
  max-width: 1440px;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
  overflow: visible;
}

.section--bottle {
  width: 100%;
  max-width: 100%;
  padding-top: 168px;
  padding-bottom: 168px;
  overflow: hidden;
}

.section--marquee {
  color: var(--white);
}

.h1--display-h2 {
  margin-bottom: 32px;
  font-size: 56px;
  line-height: 56px;
}

.section--team {
  background-color: var(--white);
  margin-top: 0;
  padding-top: 200px;
  padding-bottom: 200px;
}

.container_team {
  max-width: 1440px;
}

.h2--display-h1 {
  font-size: 80px;
  line-height: 80px;
}

.h2--display-h1.margin-is-64 {
  margin-bottom: 64px;
}

.team-wrapper {
  border-left: 1px none var(--white);
  min-height: 100px;
  margin-right: 4rem;
}

.team-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.team-foto-wrapper {
  overflow: hidden;
}

.team-content-wrapper {
  margin-top: 1.25rem;
}

.paragraph.no-margin {
  margin-bottom: 0;
}

.paragrahp-emphasis {
  text-transform: uppercase;
  margin-bottom: -2px;
}

.h3--display-h2 {
  font-size: 56px;
  line-height: 56px;
}

.ts--grid_footer {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template: "."
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.footer-nested-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .375fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.logo-making-more-health {
  width: 100%;
  display: block;
}

.legal-links-copyright {
  margin-bottom: 0;
  margin-right: 32px;
  display: inline-block;
}

.legal {
  background-color: var(--rose);
  width: 100%;
  min-width: 100%;
}

.section--project {
  background-color: var(--grape);
  color: var(--white);
  margin-top: 0;
  padding-top: 200px;
  padding-bottom: 200px;
}

.project_content {
  max-width: 1440px;
}

.section--image-slider {
  background-color: var(--grape);
  color: var(--white);
}

.image-slider_container {
  max-width: 1440px;
}

.slider {
  aspect-ratio: 16 / 9;
  object-fit: fill;
  background-color: #ddd0;
  width: auto;
  height: auto;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.is-hidden {
  display: none;
}

.slide-nav {
  height: 20px;
  margin-top: 16px;
  padding-top: 0;
  position: relative;
}

.slider-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.marquee {
  grid-column-gap: 1rem;
  background-color: var(--white);
  width: 100%;
  display: flex;
  overflow: hidden;
}

.marquee-content {
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.marquee-element {
  background-image: url('../images/marquee-visual.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  width: 240px;
  height: 110px;
}

.bottle_wrapper {
  max-width: 1360px;
  overflow: visible;
}

.key-wordmark {
  margin: auto;
  display: block;
}

.section_hero-wordmark {
  z-index: 10;
  flex-wrap: nowrap;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  margin-top: 7.5rem;
  position: relative;
  overflow: visible;
}

.key-visual {
  margin: auto;
  display: block;
}

.container_wrapper {
  max-width: 1440px;
}

.legal-h1-margin {
  margin-bottom: 72px;
}

.h2-legal {
  margin-bottom: 24px;
}

.is-allcaps {
  text-transform: uppercase;
}

.nav_link-align--wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.mobile-ts_product-visual {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.container-legal-wrapper {
  max-width: 1440px;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
  overflow: visible;
}

.scroll-inspector {
  background-color: #4000ff;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
}

.scroll-down-c2a {
  z-index: 100;
  background-color: var(--interaction);
  border-radius: 28px;
  width: 56px;
  height: 56px;
  transition: all .4s cubic-bezier(.111, 2.077, .643, .492);
  position: fixed;
  bottom: 40px;
  left: 40px;
}

.scroll-down-c2a:hover {
  border-top-left-radius: 0;
  height: 64px;
  padding-top: 4px;
  box-shadow: 0 4px 6px #62ffab52;
}

.scrolldown {
  color: var(--grape);
  text-align: center;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
  text-decoration: none;
}

.scroll-to-link-block {
  width: 56px;
  height: 56px;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .nav_link_button {
    align-self: auto;
    padding: 8px;
    font-size: 24px;
    line-height: 28.8px;
  }

  .nav_link_button.w--current {
    background-color: var(--white);
    color: var(--grape);
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .section_hero-keyvisual {
    padding-left: 4rem;
    padding-right: 4rem;
    display: block;
  }

  .nav-menu {
    z-index: 99;
    background-color: var(--grape);
    width: 100vw;
    height: 100vh;
    margin-top: 4rem;
    display: block;
  }

  .c2a_primary {
    color: var(--grape);
    flex-wrap: nowrap;
    justify-content: center;
    display: flex;
    transform: none;
  }

  .section--traumschorle {
    flex-direction: column;
    padding-top: 120px;
    display: flex;
  }

  .container_hero {
    overflow: hidden;
  }

  .menu-button {
    background-image: url('../images/TS-burger.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    width: 40px;
    height: 40px;
    padding: 0;
    transition: transform .8s cubic-bezier(.175, .885, .32, 1.275);
    position: absolute;
    right: 2.5rem;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .menu-button.w--open {
    background-color: #0000;
    background-image: url('../images/TS-close.svg');
    padding: 0;
    transform: rotate(360deg);
  }

  .utility-page-wrap {
    flex-direction: row;
    justify-content: space-around;
    display: flex;
  }

  .section--facts {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .col2_wrapper {
    margin-top: 48px;
  }

  .col2_wrapper.is-image, .col2_wrapper.is-text, .col2_wrapper.is-legal, .col1_wrapper.is-text {
    margin-top: 0;
  }

  .section_legal-text {
    padding-top: 210px;
    padding-bottom: 160px;
  }

  .navbar {
    width: 100%;
  }

  .wrapper--nav-menu {
    background-color: var(--rose);
    border-radius: 1.5rem;
    flex-direction: column;
    flex: 0 auto;
    align-items: center;
    margin-top: 2.5rem;
    margin-left: 2.5rem;
    margin-right: 2.5rem;
    padding-top: 8rem;
    padding-bottom: 8rem;
    display: flex;
  }

  .legal_grid {
    flex-direction: column;
    display: block;
  }

  .section_404 {
    padding-top: 120px;
  }

  .wrapper_hero {
    display: block;
  }

  .container_contact {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .mob--wrapper_c2a {
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .ts--grid_txt-img {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .grid-image.is-illustration {
    width: 100%;
  }

  .ts--grid_img-txt {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .section--unser-traum {
    flex-direction: column;
    padding-top: 120px;
    display: flex;
  }

  .facts-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .facts-wrapper {
    margin-right: 1.5rem;
  }

  .facts-illustration-image {
    width: 75%;
    max-width: 100%;
  }

  .ts_product-visual {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .section--bottle {
    flex-direction: column;
    padding-top: 120px;
    padding-bottom: 120px;
    display: flex;
  }

  .section--marquee {
    flex-direction: column;
    display: flex;
  }

  .h1--display-h2 {
    margin-bottom: 24px;
  }

  .section--team {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .h2--display-h1.margin-is-64 {
    margin-bottom: 32px;
  }

  .team-wrapper {
    margin-right: 1.5rem;
  }

  .team-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .team-illustration-image {
    width: 75%;
  }

  .h3--display-h2.is-white {
    margin-bottom: 24px;
  }

  .ts--grid_footer {
    grid-column-gap: 7.5rem;
    grid-row-gap: 7.5rem;
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .footer-nested-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: .7fr .3fr;
  }

  .logo-making-more-health {
    width: 200px;
  }

  .section--project {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .is-empty {
    display: none;
  }

  .slider {
    aspect-ratio: 3 / 2;
  }

  .key-wordmark {
    height: 264px;
  }

  .section_hero-wordmark {
    margin-left: 4rem;
    margin-right: 4rem;
    display: block;
  }

  .h2-legal {
    margin-bottom: 24px;
  }

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

  .nav_link-align--wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .mobile-ts_product-visual {
    display: none;
  }

  .is-last-paragraph {
    margin-bottom: 0;
  }

  .scroll-down-c2a {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 56px;
    line-height: 56px;
  }

  h3 {
    font-size: 32px;
    line-height: 32px;
  }

  h5, h6 {
    font-size: 16px;
    line-height: 20px;
  }

  p {
    font-size: 18px;
    line-height: 20px;
  }

  li {
    font-size: 16px;
  }

  .nav_link_button:hover {
    background-color: #0000;
  }

  .nav_link_button.w--current:hover {
    background-color: #fff;
  }

  .section_hero-keyvisual {
    min-height: auto;
    margin-top: -24px;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .nav-menu {
    z-index: 99;
  }

  .section--traumschorle {
    padding-top: 160px;
  }

  .container_hero {
    overflow: visible;
  }

  .menu-button {
    padding: .5rem 0 0 1rem;
    display: block;
    right: 1rem;
  }

  .menu-button.w--open {
    right: 1rem;
  }

  .utility-page-wrap {
    flex-direction: row;
    display: flex;
  }

  .utility-page-content {
    width: 100%;
    margin-left: 2rem;
    margin-right: 2rem;
    display: flex;
  }

  .utility-page-form {
    display: flex;
  }

  .navbar_container {
    padding-left: 1rem;
    padding-right: 0;
  }

  .section--facts {
    margin-top: 0;
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .no_margin {
    font-size: 16px;
    line-height: 20px;
  }

  .no_margin.max-width-paragraph {
    max-width: 360px;
  }

  .wrapper--nav-menu {
    margin-top: 3.5rem;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .legal_grid {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .section_404 {
    margin-left: 1rem;
    margin-right: 1rem;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .wrapper_hero {
    align-items: center;
    display: flex;
  }

  .container_facts {
    display: block;
  }

  .container_contact {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .ts--grid_txt-img {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .grid-image.is-illustration {
    aspect-ratio: auto;
  }

  .ts--grid_img-txt {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .headline-wrapper {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .is-white.h2--display-h1 {
    margin-bottom: 32px;
    font-size: 48px;
    line-height: 48px;
  }

  .is-white.no_margin {
    font-size: 18px;
  }

  .section--unser-traum {
    padding-top: 0;
  }

  .facts-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 48px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 1rem;
    margin-right: 1rem;
    display: grid;
  }

  .facts-wrapper {
    margin-right: 0;
  }

  .facts-illu-wrapper {
    width: auto;
    height: auto;
  }

  .facts-illustration-image {
    width: 80%;
  }

  .ts_product-visual {
    padding-left: .5rem;
    padding-right: .5rem;
    display: block;
    transform: rotate(0);
  }

  .container-wrapper {
    flex-direction: column;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .h1--display-h2 {
    margin-bottom: 32px;
    font-size: 48px;
    line-height: 48px;
  }

  .section--team {
    margin-top: 0;
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .container_team {
    display: block;
  }

  .h2--display-h1.margin-is-64 {
    margin-bottom: 32px;
    font-size: 48px;
    line-height: 48px;
  }

  .h2--display-h1.is-white {
    margin-bottom: 48px;
  }

  .h2--display-h1.is-white.margin-is-64 {
    margin-bottom: 32px;
  }

  .team-wrapper {
    margin-right: 0;
  }

  .team-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 1rem;
    margin-right: 1rem;
    display: grid;
  }

  .team-foto-wrapper {
    width: auto;
    height: auto;
  }

  .team-illustration-image {
    width: 80%;
  }

  .h3--display-h2.is-white {
    font-size: 48px;
    line-height: 48px;
  }

  .ts--grid_footer {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .footer-nested-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
    grid-template-columns: .65fr .35fr;
    display: flex;
  }

  .logo-making-more-health {
    width: 230px;
  }

  .legal-links-copyright {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .section--project {
    margin-top: 0;
    padding-top: 160px;
    padding-bottom: 0;
  }

  .project_content {
    display: block;
  }

  .section--image-slider {
    margin-top: 0;
    padding-top: 160px;
  }

  .image-slider_container {
    display: block;
  }

  .slider {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .marquee-element {
    width: 140px;
    height: 64px;
  }

  .key-wordmark {
    height: 200px;
  }

  .section_hero-wordmark {
    margin-top: 0;
    margin-left: 1rem;
    margin-right: 1rem;
    overflow: visible;
  }

  .mobile-ts_product-visual {
    padding-left: .5rem;
    padding-right: .5rem;
    display: none;
    transform: rotate(0);
  }

  .container-legal-wrapper {
    flex-direction: column;
    margin-left: 1rem;
    margin-right: 1rem;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 48px;
    line-height: 52.8px;
  }

  a.w--current {
    font-weight: 400;
  }

  .traumschorle-logo-link {
    width: 228px;
    height: 20px;
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .traumschorle-logo-link.w--current {
    flex: none;
    width: 228px;
    height: 20px;
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .traumschorle-logo {
    width: 228px;
    height: 20px;
  }

  .section_hero-keyvisual {
    margin-top: -16px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container_hero {
    margin-top: -4vh;
  }

  .utility-page-content {
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .navbar_container {
    padding-left: 1rem;
    padding-right: 0;
  }

  .footer {
    padding-bottom: 0;
  }

  .no_margin {
    line-height: 22px;
  }

  .section_legal-text {
    padding-top: 160px;
  }

  .wrapper--nav-menu {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .section_404 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .is-white.h2--display-h1 {
    font-size: 40px;
    line-height: 40px;
  }

  .facts-grid {
    display: block;
  }

  .facts-wrapper {
    margin-bottom: 48px;
  }

  .facts-wrapper.is-last-with-c2a {
    margin-bottom: 32px;
  }

  .facts-illustration-image {
    width: 200px;
  }

  .facts-content-wrapper {
    margin-top: 1rem;
  }

  .ts_product-visual {
    display: none;
  }

  .h1--display-h2, .h2--display-h1.margin-is-64 {
    font-size: 40px;
    line-height: 40px;
  }

  .team-wrapper, .team-wrapper.is-last {
    margin-bottom: 0;
  }

  .team-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .team-content-wrapper {
    margin-top: 1rem;
  }

  .paragraph.no-margin.small-mobile-grid, .paragrahp-emphasis.small-mobile-grid {
    font-size: 14px;
    line-height: 18px;
  }

  .team-illustration-image {
    width: 100%;
  }

  .h3--display-h2.is-white {
    font-size: 40px;
    line-height: 40px;
  }

  .logo-making-more-health {
    width: 190px;
  }

  .slide-nav {
    height: 16px;
  }

  .key-wordmark {
    height: auto;
  }

  .section_hero-wordmark {
    margin-top: 0;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .legal-h1-margin {
    margin-bottom: 80px;
    font-size: 56px;
    line-height: 56px;
  }

  .h2-legal {
    font-size: 40px;
    line-height: 40px;
  }

  .mobile-ts_product-visual {
    width: 240px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .mini-text {
    font-size: 12px;
  }

  .legal-link.w--current {
    color: var(--grape);
    text-transform: none;
    font-weight: 700;
  }

  ._404_heading {
    font-size: 56px;
    line-height: 56px;
  }

  .scroll-down-c2a {
    display: none;
    bottom: 16px;
    left: 16px;
    right: auto;
  }
}

#w-node-fe5b494c-f6d2-8ed7-6288-93ecdafa37fc-983b6da3, #w-node-_8e121a28-05c2-db83-6965-cb5a58a1e292-983b6da3, #w-node-f2620fbd-8075-a90e-d8a0-ac0ba2d11314-983b6da3, #w-node-f2620fbd-8075-a90e-d8a0-ac0ba2d1131a-983b6da3, #w-node-f2620fbd-8075-a90e-d8a0-ac0ba2d11322-983b6da3, #w-node-f2620fbd-8075-a90e-d8a0-ac0ba2d11328-983b6da3, #w-node-f2620fbd-8075-a90e-d8a0-ac0ba2d1132e-983b6da3, #w-node-a9aade51-acbb-0f2f-18ca-f4559761c21f-983b6da3, #w-node-a9aade51-acbb-0f2f-18ca-f4559761c225-983b6da3, #w-node-_3e2ab03e-fc2d-bcde-e05c-90c95fb74d01-983b6da3, #w-node-_121219b3-9a01-04b1-6bfe-192a0e1a91c6-983b6da3, #w-node-c7d86f30-b414-1eb9-03e4-d380cf1c8898-983b6da3, #w-node-_0edddc7f-d0df-86ee-f521-65a8676c8e8d-983b6da3, #w-node-ec6544ef-ffd0-b3a1-e54a-260db0c554ad-00a01c11 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Klarheit Grotesk';
  src: url('../fonts/ESKlarheitGrotesk-Rg.woff2') format('woff2'), url('../fonts/ESKlarheitGrotesk-Rg.ttf') format('truetype'), url('../fonts/ESKlarheitGrotesk-Rg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nitti';
  src: url('../fonts/Nitti-Bold.woff2') format('woff2'), url('../fonts/Nitti-Bold.ttf') format('truetype'), url('../fonts/Nitti-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nitti';
  src: url('../fonts/Nitti-Normal.woff2') format('woff2'), url('../fonts/Nitti-Normal.ttf') format('truetype'), url('../fonts/Nitti-Normal.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Klarheit Grotesk';
  src: url('../fonts/ESKlarheitGrotesk-Bd.ttf') format('truetype'), url('../fonts/ESKlarheitGrotesk-Bd.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}