/* Color variables */
:root {
  --text-accent-color: #002c6d;
  --accent-color: #54b500;
  --neutral-color-800: #3b3b3b;
  --neutral-color-400: #707070;
  --neutral-color-100: #ffffff;
}

/* Reset styles */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Set default font size and family */
html {
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.3;
}

/* Set default text color */
body {
  color: var(--neutral-color-800);
  background-color: white;
}

/* Set max width and center content */
.app-container {
  min-width: 360px;
  max-width: 514px;
  margin: 0 auto;
  overflow: hidden;
}

/* Set default styles for headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin: 1rem 0;
}

/* Set default styles for links */
a {
  color: var(--primary-color);
  text-decoration: none;
}

/* Set default styles for buttons */
button {
  background-color: var(--primary-color);
  color: #fff;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  cursor: pointer;
}

/* Set default styles for form elements */
input,
select,
textarea {
  display: block;
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
}

/* Set default styles for images */
img {
  max-width: 100%;
  height: auto;
  width: cover;
  margin-bottom: -5px;
  padding: 0;
}

.exponent {
  font-size: 0.7em;
}

.sale {
  background-color: var(--accent-color);
  width: 100%;
  padding: 22px 15px;
  justify-content: space-between;
}
.sale > .text {
  color: var(--neutral-color-100);
  max-width: calc(100% - 140px);
  float: left;
}
.sale > .percentage {
  color: var(--accent-color);
  background-color: var(--neutral-color-100);
  font-size: 51px;
  font-weight: bold;
  border-radius: 17px;
  max-width: 141px;
  float: right;
  text-align: center;
  line-height: 51px;
  padding: 8px 12px;
}
.sale > .text > span:first-of-type {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: -0.32px;
}
.sale > .text > span:last-of-type {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: normal;
}
.group-1264 {
  position: relative;
}

.group-1264 > .slogan {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  color: var(--text-accent-color);
  background-color: var(--neutral-color-100);
  width: 310px;
  height: 116px;
  border-radius: 17px 0 0 17px;
  top: 28%;
  right: 0px;
  font-size: 25px;
  padding: 20px;
  overflow: hidden;
  text-align: left;
}

.group-1264 > .slogan > span {
  font-weight: bold;
  font-size: 32px;
  letter-spacing: -0.51px;
}

.group-1270 {
  position: absolute;
  bottom: -45px;
  right: 0;
}

.rechteck-280 {
  background-color: var(--accent-color);
  color: var(--neutral-color-100);
  position: absolute;
  width: 210px;
  height: 92px;
  border-radius: 0 17px 17px 0;
  bottom: -42px;
  left: 0;
  font-size: 61px;
  font-weight: bold;
  text-align: center;
  line-height: 92px;
  padding: 0 18px 0 6px;
}

.divider-1 {
  width: 100%;
  height: 80px;
  background-color: var(--neutral-color-100);
}

.divider-4 {
  width: 100%;
  height: 50px;
  background-color: var(--neutral-color-100);
}

.product {
  background-color: var(--neutral-color-100);
}

.product > .product-slogan {
  color: var(--text-accent-color);
  text-align: center;
  font-size: 35px;
  font-weight: bold;
}

.product > .product-slogan > span {
  font-size: 44px;
  text-transform: uppercase;
}

.rating {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 20px;
}

.rating > span {
  color: var(--neutral-color-400);
  font-size: 20px;
  margin-top: 10px;
  padding: 10px;
}

.ingredients {
  color: var(--text-accent-color);
  background-color: var(--neutral-color-100);
  justify-self: center;
  margin: 0 auto;
  width: 90%;
}

.ingredients > .button-wrapper > .buy-now {
  width: 100%;
}

.ingredients > span {
  font-size: 22px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: -0.35px;
  text-align: center;
  display: block;
}

.divider-2 {
  width: 100%;
  height: 10px;
  background-color: var(--neutral-color-100);
}

.ingredients > .wrapper {
  list-style: none;
  font-size: 22px;
}

.ingredients > .wrapper > div {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
}

.ingredients > .wrapper > div > span:first-of-type {
  width: 20px;
}

.ingredients > .wrapper > div > span:last-of-type {
  width: 100%;
}

.button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
}
.button-wrapper > .buy-now, .button-wrapper #product-component-1697644103352 {
  position: absolute;
  background-color: var(--accent-color);
  color: var(--neutral-color-100);
  text-transform: uppercase;
  font-size: 25px;
  font-weight: bold;
  padding: 23px;
  width: 90%;
  top: 10px;
  border-radius: 22px;
}


.button-wrapper.bb iframe {
  width: 100%;
}

.section-6 .button-wrapper > .buy-now {
  top: 32px;
}

.enzyms > .slogan-wrapper {
  background-image: linear-gradient(#ffce00, #e6ab09);
  position: relative;
  height: 390px;
  z-index: -10;
}

.enzyms > .slogan-wrapper > img {
  position: absolute;
  top: 50px;
  left: -120px;
  z-index: 10;
}

.enzyms > .slogan-wrapper > .divider {
  width: 100%;
  height: 90px;
}

.enzyms > .slogan-wrapper > .slogan {
  color: var(--neutral-color-100);
  width: 90%;
  font-size: 35px;
  text-align: center;
  padding: 20px;
  text-transform: uppercase;
  position: absolute;
  right: -15px;
}

.enzyms > .slogan-wrapper > .slogan > span:last-of-type {
  font-weight: bold;
  font-size: 45px;
}

.enzyms > .slogan-wrapper > .banner {
  position: absolute;
  z-index: -12;
  bottom: 30px;
  right: 65px;
  width: 80%;
  height: 110px;
  background-color: var(--neutral-color-100);
  color: var(--text-accent-color);
  border-radius: 0 17px 17px 0;
  padding-top: 14px;
  text-align: right;
}

.enzyms > .slogan-wrapper > .banner > svg {
  position: absolute;
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
}

.enzyms > .listing-wrapper {
  z-index: -12;
  background-color: var(--neutral-color-100);
  height: 100%;
  padding: 10px;
  width: 100%;
  position: relative;
}

.enzyms > .listing-wrapper > .listings {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

.enzyms > .listing-wrapper > .listings > div {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px;
}

.enzyms > .listing-wrapper > .listings > div > img {
  transform: translateY(-12px);

}

.enzyms > .listing-wrapper > .listings > div > div {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  color: var(--text-accent-color);
}

.enzyms > .listing-wrapper > .listings > div > div > span:first-of-type {
  font-size: 44px;
  line-height: 44px;
  text-transform: uppercase;
  font-weight: bold;
}

.enzyms > .listing-wrapper > .listings > div > div > span:last-of-type {
  font-size: 24px;
}
.enzyms > .extract-wrapper {
  background-color: var(--neutral-color-100);
  width: 100%;
  position: relative;
}

.enzyms > .extract-wrapper > .extract {
  color: var(--text-accent-color);
  background-color: var(--neutral-color-100);
  padding: 0 20px;
  width: 60%;
  font-size: 27px;
  letter-spacing: -0.43px;
}

.enzyms > .extract-wrapper > img {
  position: absolute;
  z-index: 10;
  top: -40px;
  right: -140px;
}

.enzyms > .divider-1 {
  width: 100%;
  height: 50px;
}

.enzyms > .button-wrapper {
  background-color: var(--neutral-color-100);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
  height: 140px;
}

.section-4 {
  margin: 12px 0 0 0;
  position: relative;
}

.section-4 > img {
  margin: 0;
  background-color: var(--neutral-color-100);
  position: relative;
}

.section-4 > div {
  position: absolute;
  top: -44px;
  color: var(--text-accent-color);
  background-color: rgba(255, 255, 255, 0.6);
  padding: 20px;
  width: 60%;
  font-size: 27px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.section-4 > div > span {
  font-size: 44px;
  font-weight: bold;
}

.section-4 > .banner {
  position: absolute;
  z-index: 10;
  bottom: -32px;
  top: auto;
  left: 0;
  width: 280px;
  height: 80px;
  background-color: var(--text-accent-color);
  color: var(--neutral-color-100);
  border-radius: 0 17px 17px 0;
}

.section-4 > .banner > svg {
  width: 100%;
}

.divider-3 {
  width: 100%;
  height: 25px;
  background-color: var(--neutral-color-100);
}

.section-5 {
  position: relative;
  font-size: 25px;
  color: var(--text-accent-color);
  background-color: var(--neutral-color-100);
  padding: 24px;
}

.section-5 > .listings {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px 0 24px 0;
}

.section-5 > .listings > div {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 0;
  gap: 12px;
}

.section-5 > .listings > div > span {
  font-weight: bold;
  padding-top: 2px;
  font-size: 32px;
}

.section-6 {
  position: relative;
  background-image: url('./assets/Bildlaufgruppe 1.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: auto;
  text-align: center;
  width: 100%;
  padding-bottom: 40px;
}

.section-6 > .title {
  color: var(--neutral-color-100);
  font-size: 35px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  padding: 40px 20px;
  line-height: 41px;
}

.section-6 > .title > b {
  font-size: 44px;
  font-weight: bold;
}

.section-6 > .divider {
  width: 100%;
  height: 50px;
}

.section-6 > .listings-wrapper {
  text-align: left;
  font-size: 25px;
  padding: 20px;
  color: var(--neutral-color-100);
}

ul.science-listing {
  list-style-type: none;
}

ul.science-listing li {
  padding-top: 12px;
  font-size: 25px;
  margin-top: 32px;
  background-image: url(assets/science-listing.png);
  background-position: left top;
  background-repeat: no-repeat;
  padding-left: 60px;
}

ul.science-listing li span {
  font-size: 28px;
  font-weight: bold;
}

.section-7 {
  z-index: -10;
  position: relative;
  background-color: var(--neutral-color-100);
  padding: 20px;
}

.section-7 > .citation {
  color: var(--text-accent-color);
  font-size: 34px;
  line-height: 36px;
  text-align: center;
  padding: 20px;
  right: -15px;
}

.section-8 {
  position: relative;
  background-color: var(--neutral-color-100);
  overflow: hidden;
}

.section-8 > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-8 .banner {
  background-image: linear-gradient(0.25turn, #a3661f, #d4ae5b);
  position: absolute;
  z-index: 10;
  width: 304px;
  height: 87px;
  color: var(--neutral-color-100);
  border-radius: 10px 0 0 10px;
  right: 0;
  bottom: -40px;
  font-size: 27px;
  padding: 5px;
  line-height: 1;
}

.section-8 .banner > span {
  position: absolute;
  width: 100%;
  font-size: 27px;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
}

.section-8 .banner > span > b {
  font-size: 35px;
  font-weight: bold;
}

.section-8 > .pic-2 {
  position: relative;
}

.section-8 > .pic-2 > img:first-of-type {
  height: 666px;
  width: 100%;
  object-fit: none;
  position: relative;
  z-index: 0;
}

.section-8 > .pic-2 > span {
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--text-accent-color);
  font-size: 36px;
  width: 100%;
  text-align: center;
  padding: 20px;
  right: -15px;
  z-index: 10;
  text-transform: uppercase;
}

.section-8 > .pic-2 > span > b {
  font-size: 44px;
  font-weight: bold;
}

.section-8 > .pic-2 > img:last-of-type {
  position: absolute;
  bottom: -40px;
  left: 50px;
  z-index: 10;
}

.section-8 > .text {
  font-size: 25px;
  padding: 20px 20px 32px 20px;
  color: var(--text-accent-color);
}

.section-9 {
  position: relative;
  /*background-image: radial-gradient(#dfebfa, #c9d9ed);*/
}

.section-9 > .title {
  color: var(--text-accent-color);
  font-size: 35px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  padding: 40px 20px;
}

.section-9 > .title > b {
  font-size: 44px;
  font-weight: bold;
}

.section-9 > .divider-2 {
  background: rgba(255, 255, 255, 0);
}

.section-9 > .listings {
  display: grid;
  grid-template-columns: 110px auto;
  flex-direction: column;
  padding: 20px;
  gap: 8px;
}

.section-9 > .listings > div {
  display: flex;
  text-align: left;
  width: 100%;
  color: var(--text-accent-color);
  flex-direction: column;
  font-size: 25px;
}

.section-9 > .listings > div:nth-of-type(1) {
  display: flex;
  flex-direction: column;
  font-size: 25px;
}

.section-9 > .listings > div:nth-of-type(1) > span:nth-of-type(1) {
  font-weight: bold;
  letter-spacing: -0.48px;
}

.section-9 > .listings > div:nth-of-type(1) > span:nth-of-type(2) {
  background: #54b500;
  padding: 0;
  border-radius: 10px;
  color: var(--neutral-color-100);
  text-align: left;
  padding-left: 38px;
}

.section-9 > .listings > div:nth-of-type(1) > span:nth-of-type(3) {
  font-size: 20px;
  text-align: center;
  margin-top: 2px;
}

.section-9 > .listings > div:nth-of-type(2) {
  transform: translateY(12px);
}

.section-9 > .listings > img {
  max-width: 98px;
  height: auto;
  margin-bottom: 20px;
}

#button-wrapper-outer {
  position: relative;
  width: 100%;
  height: 50px;
}

#btn-top {
  z-index: 1000;
  width: 100%;
}

#btn-top.fixed {
  width: 90%;
}

#btn-bottom {
  padding-top: 0;
  margin-top: -20px;
}

.section-9 .button-wrapper > .buy-now {
  position: relative;
  top: auto;
}

.neukunden-plus {
  position: relative;
}

.neukunden-plus img {
  position: absolute;
  top: -5px;
  left: -5px;
}


.clear {
  clear: both;
}

sup {
  font-weight: 100;
  font-size: 14px;
}

.video-wrapper {
  position: relative;
}

.video-wrapper > a > img:first-child {
  max-width: 150%;
  width: 100%;
}

.footer-sup {
  margin-top: 40px;
  padding: 20px 20px 8px 20px;
  line-height: 1.1;
}

.footer-sup > div {
  position: relative;
  padding-left: 10px;
  padding-bottom: 12px;
  font-size: 12px;
}

.footer-sup sup {
  font-size: 10px;
  top: -4px;
}

.footer-sup > div > div {
  padding-left: 20px;
}

.footer-sup sup {
  position: absolute;
  left: 0;
  top: -2px;
}

.footer {
  background: radial-gradient(#2c547e 0,#183c61 100%)0 0 no-repeat padding-box;
  padding-top: 32px;
  padding-bottom: 12px;
  font-size: 20px;
  line-height: 25px;
}

.footer, .footer h4, .footer p {
  letter-spacing: 0;
  color: #fff;
}

.footer p {
  font-size: 18px;
  line-height: 24px !important;
}

.footer ul {
  margin: 0;
  padding: 0;
}

.footer li {
  margin: 7px 0;
}

.footer .page-width {
  padding: 20px;
}

.footer img#logo-footer {
  width: 200px;
}

.margin-btn {
  margin-bottom: 20px;
}

.footer hr {
  margin: 14px 0 !important;
  border-top: 1px solid #fff;
  height: 1px !important;
}

p.center {
  text-align: center;
}

.hint {
  font-size: 16px;
}

.footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer img {
  margin: 0;
}

strong.countdown {
  font-weight: normal;
}

@media screen and (max-width: 440px) {
  .sale > .text > span:first-of-type {
    font-size: 26px;
  }

  .sale > .text > span:last-of-type {
    font-size: 18px;
  }

  .sale > .percentage {
    font-size: 40px;
  }

  .group-1264 > .slogan {
    padding-top: 12px;
    padding-bottom: 12px;
    height: auto;
  }

  .product > .product-slogan {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 32px;
  }

  .product > .product-slogan > span {
    font-size: 38px;
  }

  .enzyms > .slogan-wrapper > .slogan {
    font-size: 32px;
  }

  .enzyms > .slogan-wrapper > .slogan > span:last-of-type {
    font-size: 40px;
    line-height: 1;
  }

  .enzyms > .slogan-wrapper > .banner {
    width: 348px;
    right: 5%;
  }

  .enzyms > .listing-wrapper > .listings > div > div > span:last-of-type {
    font-size: 21px;
  }

  .enzyms > .extract-wrapper > img {
    right: -160px;
  }

  .enzyms > .extract-wrapper > .extract {
    font-size: 25px;
  }

  .section-6 > .title {
    font-size: 32px;
  }

  .section-4 > div > span, .section-6 > .title > b {
    font-size: 40px;
  }

  .section-6 > .divider {
    height: 12px;
  }

  .section-9 > .listings{
    grid-template-columns: 90px auto;
  }

  .section-9 > .listings > div:nth-of-type(1) {
    font-size: 22px;
  }

  .section-9 > .listings > div:nth-of-type(1) > span:nth-of-type(2) {
    line-height: 33px;
  }

  .section-9 > .listings > img {
    max-width: 88px;
  }

  .section-9 > .title {
    font-size: 32px;
  }

  .section-9 > .title > b {
    font-size: 40px;
  }

  .section-5 > .listings > div > span {
    font-size: 26px;
    letter-spacing: -0.2px;
  }
}

@media screen and (max-width: 396px) {
  .sale > .text > span:first-of-type {
    font-size: 25px;
    white-space: nowrap;
  }

  .sale > .text > span:last-of-type {
    font-size: 17px;
  }

  .sale > .percentage {
    font-size: 32px;
    line-height: 46px;
  }

  .product > .product-slogan {
    font-size: 30px;
  }

  .product > .product-slogan > span {
    font-size: 35px;
  }

  .enzyms > .slogan-wrapper > .banner {
    width: 280px;
    height: 90px;
  }

  .enzyms > .slogan-wrapper > .slogan {
    font-size: 30px;
  }

  .enzyms > .slogan-wrapper > .slogan > span:last-of-type {
    font-size: 38px;
  }

  .enzyms > .slogan-wrapper > img {
    top: 96px;
    width: 280px;
  }

  .enzyms > .listing-wrapper > .listings > div > div > span:first-of-type {
    font-size: 40px;
    line-height: 1;
  }

  .enzyms > .listing-wrapper > .listings > div > div > span:last-of-type {
    font-size: 18px;
  }

  .enzyms > .extract-wrapper > img {
    right: -168px;
  }

  .enzyms > .extract-wrapper > .extract {
    font-size: 23px;
  }

  .section-4 > div > span, .section-6 > .title > b {
    font-size: 38px;
  }

  .section-5 {
    font-size: 23px;
  }

  .section-5 > .listings {
    font-size: 20px;
  }

  .section-6 > .divider {
    height: 0;
  }

  ul.science-listing li {
    font-size: 23px;
  }

  .section-9 > .listings{
    grid-template-columns: 82px auto;
  }

  .section-9 > .listings > div:nth-of-type(1) {
    font-size: 20px;
  }


  .section-9 > .listings > img {
    max-width: 76px;
  }

  .section-9 > .title {
    font-size: 30px;
  }

  .section-9 > .title > b {
    font-size: 36px;
  }

  .enzyms > .slogan-wrapper > .banner {
    right: 10%;
  }

  .section-5 > .listings > div > span {
    font-size: 25px;
  }
}
