:root {
  --primary-01: #144196;
  --text-02: white;
  --text-01: #363636;
  --primary-02: #56b1f2;
  --divider: #e3e3e3;
  --grey-05: whitesmoke;
  --primary-01-20: #c4cfe5;
  --grey-04: #ededed;
}

h2 {
  margin-top: 10px;
  margin-bottom: 20px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

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

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

.headline-xl {
  font-family: Fira Sans, sans-serif;
  font-size: 74px;
  font-weight: 400;
  line-height: 86px;
}

.headline-xl.headline-xl--bold {
  font-weight: 700;
}

.headline-s {
  font-family: Fira Sans, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 38px;
}

.headline-s.headline-s--bold {
  font-family: Fira Sans, sans-serif;
  font-weight: 700;
}

.headline-s.headline-s--bold.text-primary-01 {
  color: #144196;
}

.headline-s.headline-s--bold.text-primary-01.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.topline {
  font-family: Fira Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.subline {
  font-family: Fira Sans, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.headline-m {
  font-family: Fira Sans, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 54px;
}

.headline-m.headline-m--bold {
  font-weight: 700;
}

.headline-m.headline-m--bold.text-primary-01 {
  color: #144196;
  max-width: 300px;
  margin-right: 0;
}

.copy {
  font-family: Fira Sans, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.copy.copy--bold {
  font-weight: 700;
}

.link {
  color: var(--primary-01);
  background-color: #0000;
  font-family: Fira Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.button {
  border: 2.75px solid #144196;
  border-radius: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 0;
  padding: 12px 24px;
  font-family: Fira Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  transition: all .15s ease-in;
}

.button.button--primary {
  color: #fff;
  background-color: #144196;
  font-family: Fira Sans, sans-serif;
}

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

.button.button--highlight {
  color: #144196;
  background-color: #ffd263;
  border: 0 #df5823;
  padding: 24px 32px;
  font-size: 24px;
  line-height: 29px;
}

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

.button.button--highlight.button--red {
  color: #fff;
  background-color: #dd1315;
}

.button.button--secondary {
  color: #144196;
  background-color: #fff;
  font-family: Fira Sans, sans-serif;
}

.button.button--secondary:hover {
  color: #56b1f2;
  background-color: #fff;
  border-color: #56b1f2;
}

.button.button-light--secondary {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.button.button-light--primary {
  color: #144196;
  background-color: #fff;
  border-color: #fff;
}

.button.button-light--primary:hover {
  color: #fff;
  background-color: #56b1f2;
  border-color: #56b1f2;
}

.headline-l {
  font-family: Fira Sans, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 60px;
}

.headline-l.headline-l--bold {
  font-weight: 700;
}

.container {
  background-color: #0000;
  border: 5px #fd00e4;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: block;
  position: relative;
}

.row {
  border: 1px #000;
  flex-wrap: wrap;
  align-content: stretch;
  max-width: 86.67%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.col {
  background-color: #0000;
  border: 1px #ec0101;
  flex: 1;
  margin-bottom: 15px;
  padding-left: 1.6%;
  padding-right: 1.6%;
}

.text-image__content {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.text-image__content.text-image__content--center {
  z-index: 1;
  grid-row-gap: 10px;
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  display: flex;
  position: relative;
}

.text-image__img {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

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

.overlay {
  z-index: 9999;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.overlay__wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.overlay__icon-close {
  z-index: 1;
  color: #0000;
  background-color: #0000;
  background-image: url('../images/close.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  font-size: 0;
  line-height: 0;
  position: absolute;
  inset: 20px 2% auto auto;
}

.header__headline {
  z-index: 2;
  margin-top: 20%;
  position: relative;
}

.header__overlay {
  z-index: 0;
  background-color: #0000000d;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.header__button {
  text-align: left;
  margin-top: 32px;
}

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

.header__image {
  z-index: 0;
  object-fit: cover;
  background-image: url('../images/linola_kopfhaut_header_desktop_produkte_1920x748_1.avif');
  background-position: 100% -50px;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

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

.header {
  height: 90vh;
  min-height: 550px;
  max-height: 550px;
  position: relative;
  overflow: hidden;
}

.header__logo {
  z-index: 1;
  background-color: #fff;
  justify-content: center;
  padding-top: 19px;
  padding-bottom: 19px;
  display: flex;
  position: relative;
}

.icon {
  color: #3f3f3e;
  margin-right: 0;
}

.hr {
  color: #e3e3e3;
  border-top: 1px solid #ededed;
  width: 100%;
  height: 2px;
}

.accordion__content {
  margin-top: 20px;
  margin-bottom: 24px;
  padding-right: 50px;
  position: relative;
}

.accordion__content.w--open {
  grid-row-gap: 10px;
  background-color: #0000;
  flex-direction: column;
  display: flex;
}

.faq {
  margin-top: 120px;
  margin-bottom: 120px;
}

.accordion__header {
  z-index: 0;
  white-space: normal;
  width: 100%;
  padding-left: 0;
  padding-right: 50px;
  transition: all .125s ease-in-out;
}

.accordion__header.w--open {
  color: #bb0664;
  font-weight: 700;
}

.accordion__item {
  border-top: 1px solid #ededed;
}

.accordion {
  width: 100%;
}

.faq__head {
  text-align: center;
  margin-bottom: 40px;
}

.usp-point__img {
  border: 2px #144196;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  height: 100%;
}

.usp-point__content {
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.swiper-wrapper {
  margin-bottom: 50px;
}

.swiper-wrapper.product-range__slider-wrapper {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.usp-point__item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.usp-icons {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.swiper-slide.product-range__slide {
  text-align: center;
  width: 49%;
}

.usp-points {
  margin-top: 120px;
  margin-bottom: 120px;
  display: block;
}

.product-info__teaser-img {
  width: 350px;
}

.ul {
  grid-row-gap: 10px;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
}

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

.product-info.overflow-hidden {
  overflow: hidden;
}

.footer__social-icons {
  grid-column-gap: 20px;
  justify-content: flex-end;
  display: flex;
}

.icon-instagram {
  color: #0000;
  cursor: pointer;
  background-color: #0000;
  background-image: url('../images/icon-youtube.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 48px;
  height: 48px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.footer__links {
  grid-column-gap: 13px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.divider {
  background-color: #c4cfe5;
  width: 2px;
  height: 14px;
}

.footer {
  color: #144196;
  text-align: center;
  background-color: #f5f5f5;
  padding-top: 50px;
  padding-bottom: 20px;
}

.icon-facebook {
  color: #0000;
  cursor: pointer;
  background-color: #0000;
  background-image: url('../images/icon-facebook.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 48px;
  height: 48px;
  text-decoration: none;
  display: block;
}

.mobile-sticky-btn {
  justify-content: center;
  align-items: center;
  display: none;
}

.overlay__logos {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: wrap;
  justify-content: space-around;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.overlay__content {
  text-align: center;
}

.overlay__logo-headline {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.overlay__logo-item {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.usp-points__headline {
  text-align: center;
}

.usp-icons-small {
  object-fit: contain;
}

.usp-points-small {
  background-color: #f2f6ff;
  margin-bottom: 120px;
  padding-top: 40px;
  display: block;
}

.usp-point__img-small {
  border: 2px #144196;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.product-info__headline {
  text-align: center;
  margin-bottom: 60px;
}

.product-info__head {
  grid-row-gap: 20px;
  flex-direction: column;
  margin-bottom: 20px;
  display: flex;
}

.review__block {
  margin-top: 40px;
}

.slider__block_title {
  color: #144196;
  text-align: center;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Fira Sans, sans-serif;
}

.slider__block_review {
  color: #363636;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Fira Sans, sans-serif;
  font-style: normal;
  line-height: 150%;
}

.row-4 {
  text-align: center;
  border: 1px #000;
  flex-wrap: wrap;
  align-content: stretch;
  max-width: 86.67%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.slider__block_review_author {
  color: #144196;
  text-align: center;
  font-family: Fira Sans, sans-serif;
  font-weight: 700;
}

.icon-7 {
  color: #cacacab3;
  background-color: #0000;
}

.slide-nav-2 {
  color: #eaeaea;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 0;
}

.slider__block_rating {
  color: #144196;
  text-align: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Fa Solid 900", sans-serif;
}

.slider {
  background-color: #0000;
  width: 80%;
  height: 270px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.slider__block {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.headline-m-2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 54px;
  display: inline-block;
}

.headline-m-2.italic.product-range__headline {
  color: #144196;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Fira Sans, sans-serif;
}

.slide-2 {
  width: 100%;
  height: auto;
  margin: 0 auto 30px;
  padding-bottom: 0;
  position: relative;
  top: auto;
}

.icon-6 {
  color: #cacacab3;
}

.headline-s-2 {
  color: #6b1a45;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

.headline-s-2.text-primary-01 {
  color: #144196;
  font-family: Fira Sans, sans-serif;
}

.product-range {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.product-range__slide-content {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 370px;
  display: flex;
}

.product-range__slide-copy {
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.product-range__img {
  height: 350px;
}

.product-range__head {
  text-align: center;
  margin-bottom: 64px;
}

.list {
  text-align: left;
  padding-left: 25px;
  font-family: Fira Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  list-style-type: disc;
}

.button-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0000;
  border-radius: 24px;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.list__item {
  margin-bottom: 10px;
  list-style: none;
  display: block;
  position: relative;
}

.product-range__btn {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 24px 32px;
  display: flex;
}

.container-2 {
  z-index: 1;
  background-color: #0000;
  border: 5px #fd00e4;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  position: relative;
}

.button__text {
  z-index: 1;
  color: #fff;
  text-align: center;
  text-transform: none;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  position: relative;
}

.button__bg {
  z-index: 1;
  background-color: #6b1a45;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 24px 32px;
  position: absolute;
}

.subline-2 {
  font-size: 24px;
  line-height: 30px;
}

.subline-2.text-primary-02 {
  color: #333;
  font-family: Fira Sans, sans-serif;
}

.overlay-tonikum, .overlay-shampoo, .overlay-shampoo-2, .overlay-spuelung {
  z-index: 9999;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

@media screen and (min-width: 1440px) {
  .headline-m.headline-m--bold.text-primary-01 {
    max-width: none;
  }

  .headline-m.headline-m--bold.text-primary-01.text-m-center {
    text-align: center;
  }

  .row, .overlay__wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .header__gradient {
    top: -400px;
    left: 40vw;
  }

  .header__image {
    background-position: 75%;
    background-size: cover;
    padding-left: 0;
    display: block;
  }

  .header {
    height: 85vh;
    min-height: auto;
    max-height: none;
  }

  .slider__block_title {
    font-size: 26px;
    line-height: 32px;
  }

  .slider__block_review {
    color: #363636;
    font-size: 18px;
    line-height: 26px;
  }

  .row-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .slider__block_review_author {
    font-size: 18px;
    line-height: 22px;
  }

  .slide-nav-2 {
    margin-top: 0;
    padding-top: 70px;
  }

  .slider__block_rating {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 32px;
  }

  .slider {
    height: 350px;
  }

  .slide-2 {
    margin-bottom: auto;
    padding-bottom: 0;
  }

  .headline-s-2.text-primary-01 {
    color: #144196;
    font-family: Fira Sans, sans-serif;
  }

  .product-range {
    background-color: #fff;
  }

  .list {
    font-family: Fira Sans, sans-serif;
    font-size: 18px;
    line-height: 26px;
  }

  .list__item {
    font-size: 18px;
    line-height: 26px;
  }

  .product-range__btn {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 0;
    display: block;
  }

  .button__bg {
    border-radius: 16px;
    flex: 0 auto;
    width: auto;
    height: auto;
    display: block;
    position: absolute;
  }

  .subline-2.text-primary-02 {
    color: #333;
    font-family: Fira Sans, sans-serif;
  }

  .bold-text {
    color: #144196;
  }
}

@media screen and (max-width: 991px) {
  .headline-xl {
    font-size: 58px;
    line-height: 70px;
  }

  .headline-s {
    line-height: 40px;
  }

  .topline.text-primary-01 {
    color: var(--primary-01);
  }

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

  .headline-m {
    font-size: 32px;
    line-height: 44px;
  }

  .headline-m.headline-m--bold.text-primary-01 {
    max-width: none;
  }

  .headline-m.headline-m--bold.text-primary-01.text-m-center {
    text-align: center;
  }

  .link {
    font-size: 16px;
  }

  .button.button--highlight.button--red {
    padding: 12px 24px;
  }

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

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

  .overlay__wrapper {
    display: block;
  }

  .header__headline {
    text-shadow: 0 0 #0000;
    margin-top: 0;
  }

  .header__overlay {
    background-color: #0000001a;
  }

  .header__image {
    background-image: url('../images/linola_kopfhaut_header_mobile_produkte_1200x1200_1.avif');
    background-position: 50%;
    background-size: cover;
  }

  .header__content {
    top: 31%;
  }

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

  .faq {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .faq__head {
    margin-bottom: 44px;
  }

  .usp-point__content {
    margin-top: 15px;
  }

  .swiper-wrapper {
    margin-bottom: 0;
  }

  .swiper-wrapper.product-range__slider-wrapper {
    grid-column-gap: 69px;
    grid-row-gap: 69px;
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .usp-point__item {
    margin-bottom: 50px;
  }

  .usp-points__wrapper {
    margin-top: 40px;
  }

  .swiper-slide.product-range__slide {
    width: 100%;
    min-width: 100%;
  }

  .usp-points {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .product-info {
    margin-top: 100px;
    margin-bottom: 100px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer__social-icons {
    justify-content: center;
    margin-bottom: 40px;
  }

  .overlay__logos {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .overlay__logo-item {
    min-width: 40%;
  }

  .usp-points-small {
    margin-bottom: 100px;
    padding-bottom: 40px;
  }

  .usp-point__img-small {
    max-width: 320px;
  }

  .slider {
    width: 100%;
    height: 300px;
  }

  .headline-m-2 {
    font-size: 32px;
    line-height: 44px;
  }

  .headline-s-2.text-primary-01 {
    color: #144196;
    font-family: Fira Sans, sans-serif;
  }

  .product-range {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .product-range__slide-content {
    min-height: auto;
  }

  .product-range__head {
    margin-bottom: 32px;
  }

  .list {
    font-family: Fira Sans, sans-serif;
    list-style-type: disc;
  }

  .button-2 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .list__item {
    list-style-type: disc;
  }

  .product-range__btn {
    justify-content: center;
  }

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

  .subline-2.text-primary-02 {
    color: #333;
    font-family: Fira Sans, sans-serif;
  }
}

@media screen and (max-width: 767px) {
  .button.button--highlight.button--red {
    padding: 12px 24px;
  }

  .header__image {
    background-image: url('../images/linola_kopfhaut_header_mobile_produkte_1200x1200_1.avif');
    background-position: 50%;
    background-size: cover;
  }

  .header__content {
    top: 29%;
  }

  .header {
    max-height: 700px;
  }

  .accordion__content {
    padding-right: 0;
  }

  .swiper-wrapper.product-range__slider-wrapper {
    grid-column-gap: 2%;
    grid-row-gap: 2%;
    flex-flow: row;
  }

  .footer {
    padding-bottom: 35px;
  }

  .overlay__logos {
    box-shadow: 0 0 #0000;
  }

  .overlay__logo-item {
    flex: 0 auto;
    min-width: 40%;
  }

  .headline-m-2 {
    font-size: 28px;
    line-height: 38px;
  }

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

  .list {
    text-align: left;
    list-style-type: disc;
  }

  .list__item {
    list-style-type: disc;
  }
}

@media screen and (max-width: 479px) {
  .headline-xl {
    font-size: 44px;
    line-height: 54px;
  }

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

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

  .headline-m {
    flex-direction: column;
    font-size: 28px;
    line-height: 38px;
  }

  .headline-m.headline-m--bold.text-primary-01 {
    text-align: center;
    margin-right: 18px;
  }

  .headline-m.headline-m--bold.text-primary-01.text-m-center {
    text-align: center;
  }

  .link {
    font-size: 14px;
    line-height: 24px;
  }

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

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

  .button.button--highlight {
    background-image: linear-gradient(#0000, #0000);
    padding: 12px 24px;
  }

  .button.button--highlight.button--red {
    text-align: center;
    width: 100%;
    height: auto;
    min-height: 46px;
    margin: 0 64px 16px;
  }

  .button.button--highlight.button--red._w-button {
    margin-left: 44px;
    margin-right: 44px;
  }

  .headline-l {
    font-size: 34px;
    line-height: 38px;
  }

  .row {
    flex-wrap: wrap;
    max-width: 92.5%;
  }

  .col {
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .text-image__img {
    z-index: 1;
    position: relative;
  }

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

  .overlay {
    height: 100dvh;
    top: 0%;
    bottom: 0%;
    transform: translate(0);
  }

  .overlay__wrapper {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .header__headline {
    text-align: left;
    margin-bottom: 64px;
  }

  .header__button {
    text-align: center;
    display: none;
  }

  .header__gradient {
    opacity: .18;
    filter: blur(35px);
    max-width: 566px;
    max-height: 566px;
    display: block;
    top: -50%;
    left: 30%;
  }

  .header__image {
    background-image: url('../images/linola_kopfhaut_header_mobile_produkte_1200x1200_1.avif');
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: cover;
    background-attachment: scroll;
  }

  .header__content {
    top: 23%;
    transform: translate(0);
  }

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

  .faq {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .accordion {
    z-index: 1;
  }

  .swiper-wrapper.product-range__slider-wrapper {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
    flex-flow: row;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .swiper-pagination {
    margin-top: 75px;
    padding-top: 75px;
  }

  .usp-points {
    margin-top: 80px;
    margin-bottom: 80px;
    display: block;
  }

  .product-info__teaser-img {
    width: 225px;
  }

  .product-info {
    margin-top: 80px;
    margin-bottom: 80px;
  }

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

  .footer__links {
    grid-column-gap: 11px;
  }

  .divider {
    flex: none;
  }

  .mobile-sticky-btn {
    z-index: 2;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: fixed;
    inset: auto 0% 0;
    transform: none;
  }

  .overlay__logos {
    margin-top: -20px;
    margin-bottom: 5px;
  }

  .overlay__logo-item {
    width: 40%;
    min-width: auto;
  }

  .overlay__logo-item._w-xs-80 {
    width: 80%;
  }

  .usp-points-small {
    margin-bottom: 80px;
    display: block;
  }

  .product-info__btn {
    display: none;
  }

  .slider__block_title {
    margin-bottom: 0;
  }

  .slider__block_review {
    margin-left: auto;
    margin-right: auto;
    font-size: .9em;
    line-height: 1.3em;
  }

  .row-4 {
    text-align: center;
    justify-content: flex-start;
    max-width: 92.5%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .slider__block_review_author {
    margin-bottom: 10px;
  }

  .slide-nav-2 {
    margin-top: 10px;
    padding-top: 0;
    display: block;
  }

  .slider__block_rating {
    margin-bottom: 0;
  }

  .slider {
    width: 100%;
    height: 350px;
  }

  .slider__block {
    width: 80%;
  }

  .headline-m-2.italic.product-range__headline {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .product-range {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .product-range__slide-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-right: auto;
    list-style-type: disc;
    display: block;
  }

  .button-2 {
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .list__item {
    font-family: Fira Sans, sans-serif;
  }

  .product-range__btn {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .button__text {
    font-family: Fira Sans, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
  }

  .button__bg {
    background-color: #dd1315;
    border-radius: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 12px 24px;
    font-family: Fira Sans, sans-serif;
    font-weight: 500;
  }

  .overlay-tonikum, .overlay-shampoo, .overlay-shampoo-2, .overlay-spuelung {
    height: 100dvh;
    top: 0%;
    bottom: 0%;
    transform: translate(0);
  }
}


@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}