body.landing {
  height: 100vh;
}
body.landing #wrapper:before {
  content: "";
  position: absolute;
  width: 507px;
  height: 1400px;
  top: 0;
  left: 0;
  right: auto;
  max-height: 100vh;
  background-image: url("../landingpage/bg-start-left.webp");
  z-index: -1;
  background-repeat: no-repeat;
}
body.landing #wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  width: 552px;
  height: 1400px;
  max-height: 100vh;
  background-image: url("../landingpage/bg-start-right.webp");
  background-repeat: no-repeat;
}
body.landing #wrapper h2 {
  font-size: 2.7rem;
  font-weight: 600;
  text-transform: uppercase;
  transform: translateX(-38%);
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  margin-bottom: -3rem;
}
body.landing .teaser {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
body.landing .teaser .rte {
  z-index: 10;
}

#ls section {
  text-align: center;
}
#ls section img {
  margin: 0 auto;
  max-width: 30vw;
  height: auto;
}
#ls section h1 {
  font-size: min(9vw, 6.25rem);
}
#ls section:nth-child(2) {
  transform: translateX(5%);
}
#ls section:nth-child(2) > h1 {
  position: relative;
  margin-bottom: -3rem;
}
#ls section:nth-child(1) {
  transform: translateX(-15%);
}
#ls section:nth-child(1) > h1 {
  position: relative;
  margin-bottom: 0;
}

@keyframes animatedBackgroundLeft {
  from {
    background-position: 150px 0;
  }
  to {
    background-position: -330px 0;
  }
}
@keyframes animatedBackgroundRight {
  from {
    background-position: 120vw 0;
  }
  to {
    background-position: 80vw 0;
  }
}
@media only screen and (max-width: 1200px) {
  body.landing #wrapper h2 {
    font-size: 2.2rem;
    transform: translateX(0);
  }
}
@media only screen and (max-width: 1100px) {
  body.landing #wrapper:before {
    content: "";
    position: absolute;
    width: min(25rem, 507px);
    height: min(100vh, 1400px);
    top: 0;
    left: 0px;
    right: auto;
    background-position: right;
  }
  body.landing #wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0px;
    background-position: left top;
    height: min(100vh, 1400px);
    left: auto;
    width: min(25rem, 507px);
  }
}
@media only screen and (max-width: 600px) {
  body.landing #wrapper:before {
    content: "";
    top: 0;
    left: -20px;
    right: auto;
  }
  body.landing #wrapper h2 {
    font-size: 2.7rem;
    font-weight: 600;
    text-transform: uppercase;
    transform: translateX(0);
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
    margin-bottom: -1rem;
  }
  body.landing #wrapper #ls {
    background: rgba(255, 255, 255, 0.7);
  }
  body.landing #wrapper #ls section:nth-child(2) {
    transform: translateX(5%);
  }
  body.landing #wrapper #ls section:nth-child(2) > h1 {
    margin-bottom: -1rem;
  }
  body.landing #ls section img {
    margin: 0 auto;
    max-width: 50vw;
    height: auto;
  }
}/*# sourceMappingURL=landingpage.css.map */