:root {
  --grey-03: #d5d5d5;
  --text-02: white;
  --text-01: #303030;
  --80bc00: #80bc00;
  --primary-01: #99bb3c;
  --primary-02: #df5823;
  --grey-02: #7e7d7d;
}

.legal {
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.legal.text-grey-03 {
  color: var(--grey-03);
}

.legal.text-text-02 {
  color: var(--text-02);
}

.col {
  flex: 1;
  margin-bottom: 15px;
  padding-left: 1.6%;
  padding-right: 1.6%;
}

.col.col-4.col-m-8.col-sm-12.push-m-2.push-sm-0.col-offset-half-col-left-right {
  padding-left: 5.76667%;
  padding-right: 5.76667%;
}

.col.col-12.push-1.push-m-0.mt-40 {
  margin-top: 40px;
}

.copy {
  color: var(--text-01);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.copy.copy--bold {
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.headline-s {
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

.headline-s.text-primary-01 {
  color: #99bb3c;
}

.headline-s.text-text-02 {
  color: var(--text-02);
}

.headline-xl {
  font-family: Open Sans, sans-serif;
  font-size: 76px;
  font-weight: 700;
  line-height: 82px;
}

.div-block-3 {
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #99bb3c;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button {
  background-color: #846ffb;
  background-image: none;
  border: 2.75px solid #99bb3c;
  border-radius: 14px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 10px;
  padding: 13px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  transition: all .15s ease-in;
}

.button.button--highlight {
  color: #fff;
  background-color: #df5823;
  background-image: none;
  border: 0 #df5823;
}

.button.button--highlight:hover {
  color: #df5823;
  background-color: #fff;
  border-color: #fff;
}

.button.button--primary {
  color: #fff;
  background-color: #99bb3c;
  display: inline-block;
}

.button.button--primary:hover {
  background-color: #b7cf76;
  border-color: #b7cf76;
}

.button.button--secondary {
  color: #99bb3c;
  background-color: #fff;
}

.button.button--secondary:hover {
  color: #fff;
  background-color: #99bb3c;
}

.topline {
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.subline {
  color: var(--text-01);
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.subline.subline--bold {
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.headline-m {
  font-family: Open Sans, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 52px;
}

.headline-m.text-primary-01 {
  color: var(--80bc00);
}

.headline-m.text-text-02 {
  color: var(--text-02);
}

.row {
  flex-wrap: wrap;
  align-content: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.link.text-text-02 {
  color: #fff;
}

.headline-l {
  font-family: Open Sans, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 76px;
}

.headline-l.text-text-02 {
  color: var(--text-02);
}

.header__logo {
  z-index: 1;
  text-align: center;
  justify-content: center;
  padding-top: 34px;
  position: relative;
}

.header {
  width: 100%;
  height: 90vh;
  max-height: 836px;
  min-height: 700px;
  background-color: var(--80bc00);
  position: relative;
  overflow: hidden;
}

.header__content {
  z-index: 1;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0%;
  right: 0%;
  transform: translate(0, -50%);
}

.header__gradient {
  z-index: 0;
  width: 100%;
  height: 100%;
  max-height: 762px;
  max-width: 762px;
  opacity: .22;
  filter: blur(68px);
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 65%;
  transform: translate(-50%, -50%);
}

.header__button-wrapper {
  padding-top: 45px;
}

.product-teaser__headline {
  text-align: center;
  margin-bottom: 120px;
}

.faq-accordion {
  padding-top: 120px;
  padding-bottom: 120px;
}

.testimonial__gradient {
  z-index: 0;
  width: 100%;
  height: 100%;
  max-height: 768px;
  max-width: 768px;
  opacity: .22;
  filter: blur(68px);
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
}

.overlay {
  z-index: 9999;
  width: 100%;
  height: 70%;
  max-height: 485px;
  text-align: center;
  background-color: #fff;
  display: none;
  position: fixed;
  top: 50%;
  bottom: 50%;
  left: 0%;
  right: 0%;
  transform: translate(0, -50%);
  box-shadow: 0 2px 16px 2px rgba(0, 0, 0, .08);
}

.overlay.overlay--tonic, .overlay.overlay--3er-csh, .overlay.overlay--3er-fbh {
  display: none;
}

.overlay.overlay--all-products {
  display: block;
}

.overlay.overlay--video {
  height: 101%;
  max-height: 101%;
  box-shadow: none;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: rgba(48, 48, 48, .84);
  display: none;
}

.overlay__content {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.text-image__img {
  margin-bottom: 0;
}

.text-image__content-wrapper {
  height: 100%;
  align-items: center;
  display: flex;
}

.faq-accordion__item-wrapper {
  width: 100%;
  border-top: 1px solid #e3e3e3;
}

.faq-accordion__item-toggle {
  width: 100%;
  color: var(--text-01);
  white-space: normal;
  padding: 24px 40px 24px 0;
  transition: all .1s ease-in;
}

.faq-accordion__item-toggle.w--open {
  color: #99bb3c;
}

.product-teaser {
  margin-top: 120px;
  margin-bottom: 120px;
}

.faq-accordion__item {
  z-index: 1;
  width: 100%;
}

.overlay__logos {
  grid-column-gap: 20px;
  justify-content: space-between;
  margin-top: 100px;
  display: flex;
}

.faq-accordion__head {
  text-align: center;
  margin-bottom: 64px;
}

.overlay__icon-close {
  width: 24px;
  height: 24px;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/close.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
  line-height: 0;
  display: block;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 2%;
}

.text-image__button-wrapper {
  width: 100%;
  padding-top: 40px;
}

.text-image__content {
  flex-direction: column;
  display: flex;
}

.testimonials {
  background-color: var(--80bc00);
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.faq-accordion__item-content {
  background-color: rgba(0, 0, 0, 0);
  padding-right: 8.33333%;
  position: relative;
}

.faq-accordion__item-content.w--open {
  color: #303030;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 24px;
  position: relative;
}

.text-image {
  margin-top: 120px;
  margin-bottom: 120px;
}

.overlay__container {
  max-width: 1440px;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.overlay__container.overlay__content--center {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-image__content-text {
  padding-top: 20px;
}

.footer__link-list {
  flex-direction: column;
  display: flex;
}

.footer {
  background-color: var(--80bc00);
  padding-top: 80px;
  padding-bottom: 80px;
}

.icon-instagram {
  width: 32px;
  height: 32px;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/instagram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.footer__social-icons {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.icon-facebook {
  width: 32px;
  height: 32px;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/facebook.svg');
  background-position: 0 0;
  background-size: cover;
  text-decoration: none;
  display: block;
}

.icon {
  color: var(--primary-01);
  margin-right: 6px;
}

.hr {
  height: 2px;
  border-top: 1px solid #e3e3e3;
}

.ul {
  padding-left: 20px;
}

.li {
  padding-bottom: 8px;
}

.overlay__item {
  grid-column-gap: 25px;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.overlay__item-button {
  height: 100%;
  align-items: flex-end;
  display: flex;
}

.overlay__item-content {
  height: 100%;
  text-align: left;
  flex-direction: column;
  align-content: space-between;
  display: flex;
}

.overlay__item-logo--amazon {
  width: 176px;
}

.copy-li {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.header__linear-gradient--bottom {
  z-index: 0;
  width: 100%;
  height: 35%;
  opacity: .06;
  filter: blur(5px);
  background-image: linear-gradient(#000, rgba(255, 255, 255, 0));
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.testimonial__headline {
  z-index: 1;
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.testimonial__review {
  z-index: 1;
  min-height: 290px;
  background-color: var(--text-02);
  border-radius: 20px 20px 20px 0;
  padding: 20px 30px 30px;
  position: relative;
  box-shadow: 0 2px 25px rgba(0, 0, 0, .15);
}

.testimonial__review.testimonial__review--right {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 20px;
}

.testimonial__review--stars {
  margin-top: 20px;
  margin-bottom: 10px;
}

.testimonial__review--legal {
  margin-top: 10px;
}

.mobil-sticky-button {
  text-align: center;
  display: none;
}

.header__product-image--content {
  max-height: 703px;
  position: absolute;
  top: 50%;
  left: 65%;
  transform: translate(-50%, -50%);
}

.product-teaser__item {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.product-teaser__content {
  height: 100%;
  color: #303030;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 0;
  display: flex;
}

.product-teaser__img {
  width: 215px;
  max-width: 260px;
  min-height: 220px;
  justify-content: center;
  display: flex;
}

.product-teaser__badge {
  width: 75px;
  height: 75px;
  color: #fff;
  text-align: center;
  background-color: #df5823;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: rotate(5deg);
}

.product-teaser__badge.copy.copy--bold {
  line-height: 18px;
}

.product-teaser__badge.copy.copy--bold.hidden {
  display: none;
}

.product-teaser__button {
  margin-top: 30px;
}

.overlay__container-2 {
  max-width: 1440px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
  position: relative;
}

.overlay__icon-close-2 {
  width: 24px;
  height: 24px;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/close.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.container-2 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
}

.single-product {
  width: 175px;
}

.video__teaser {
  position: relative;
}

.video__thumbnail {
  width: 100%;
  max-height: 450px;
  filter: brightness(120%);
  object-fit: cover;
}

.play-button {
  z-index: 1;
  width: 63px;
  height: 63px;
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all .1s ease-in-out;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.play-button__icon {
  width: 32px;
  height: 32px;
  margin-top: -5px;
  margin-right: -5px;
}

@media screen and (min-width: 1440px) {
  .header {
    height: 85vh;
    max-height: 100%;
  }

  .overlay__container, .overlay__container-2 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  .col.col-4.col-m-8.col-sm-12.push-m-2.push-sm-0.col-offset-half-col-left-right {
    padding-left: 1.6%;
    padding-right: 1.6%;
  }

  .headline-xl {
    font-size: 60px;
    line-height: 70px;
  }

  .subline {
    font-size: 20px;
    line-height: 26px;
  }

  .headline-m {
    font-size: 35px;
    line-height: 43px;
  }

  .headline-l {
    font-size: 48px;
    line-height: 52px;
  }

  .header__logo {
    text-align: left;
    justify-content: flex-start;
    padding-top: 25px;
  }

  .header__content {
    top: auto;
    bottom: 15px;
    transform: translate(0);
  }

  .header__gradient {
    opacity: .25;
    left: 50%;
  }

  .product-teaser__headline {
    margin-bottom: 85px;
  }

  .testimonial__gradient {
    opacity: .25;
  }

  .overlay {
    height: 100%;
    max-height: 100%;
  }

  .text-image__img {
    margin-bottom: 30px;
  }

  .product-teaser {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .overlay__logos {
    grid-column-gap: 0px;
    grid-row-gap: 35px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
  }

  .overlay__container {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .footer__social-icons {
    margin-top: 40px;
  }

  .overlay__item {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .overlay__item-button {
    justify-content: center;
  }

  .overlay__item-content {
    margin-top: 15px;
  }

  .header__linear-gradient--bottom {
    height: 50%;
  }

  .header__product-image--content {
    max-width: 350px;
    top: 41.5%;
    left: 50%;
  }

  .logo--plantur {
    width: 87px;
  }

  .product-teaser__img {
    width: auto;
    max-width: 312px;
    min-height: auto;
  }

  .product-bundle {
    max-width: 85%;
  }

  .single-product {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .header__product-image--content {
    max-width: 300px;
    top: 38.5%;
  }
}

@media screen and (max-width: 479px) {
  .col {
    max-width: 100%;
    flex-basis: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .col.col-4.col-m-8.col-sm-12.push-m-2.push-sm-0.col-offset-half-col-left-right {
    padding-left: 2%;
    padding-right: 2%;
  }

  .headline-s {
    font-size: 21px;
    line-height: 25px;
  }

  .headline-xl {
    font-size: 48px;
    line-height: 54px;
  }

  .button {
    background-position: 87%;
    background-size: 21px;
    font-size: 16px;
    line-height: 21px;
  }

  .button.button--primary {
    background-position: 87%;
    background-size: 21px;
  }

  .subline {
    font-size: 20px;
    line-height: 26px;
  }

  .headline-m {
    font-size: 30px;
    line-height: 36px;
  }

  .row {
    flex-wrap: wrap;
  }

  .headline-l {
    font-size: 36px;
    line-height: 46px;
  }

  .header {
    height: 100vh;
    max-height: 700px;
    min-height: auto;
  }

  .header__content {
    bottom: 35px;
  }

  .header__gradient {
    max-height: 566px;
    max-width: 566px;
    filter: blur(35px);
  }

  .header__button-wrapper {
    display: none;
  }

  .product-teaser__headline {
    margin-bottom: 60px;
  }

  .faq-accordion {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .testimonial__gradient {
    max-height: 566px;
    max-width: 566px;
    filter: blur(22px);
  }

  .overlay.overlay--all-products {
    display: none;
  }

  .product-teaser {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .overlay__logos {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
  }

  .text-image__button-wrapper {
    text-align: center;
    padding-top: 20px;
    display: none;
  }

  .faq-accordion__item-content {
    padding-right: 0%;
  }

  .text-image {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .text-image__content-text {
    padding-top: 15px;
  }

  .footer__link-list {
    grid-row-gap: 40px;
    margin-bottom: 20px;
  }

  .footer {
    text-align: center;
  }

  .footer__social-icons {
    justify-content: center;
  }

  .mobil-sticky-button {
    z-index: 2;
    display: block;
    position: fixed;
    top: auto;
    bottom: 5px;
    left: 0%;
    right: 0%;
    transform: translate(0, 100px);
  }

  .header__product-image--content {
    max-width: 250px;
    top: 41.5%;
  }

  .product-teaser__content {
    margin-bottom: 25px;
  }

  .container-2 {
    display: block;
  }
}


