: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 {
  width: 100%;
  height: 100%;
  background-color: #144196;
  justify-content: center;
  align-items: center;
  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;
}

.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;
}

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

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

.copy.mb-10 {
  margin-bottom: 10px;
}

.link {
  color: var(--primary-01);
  background-color: rgba(0, 0, 0, 0);
  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: rgba(0, 0, 0, 0);
  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 {
  width: 100%;
  max-width: 1440px;
  background-color: rgba(0, 0, 0, 0);
  border: 5px #fd00e4;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: block;
  position: relative;
}

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

.col {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #ec0101;
  flex: 1;
  margin-bottom: 15px;
  padding-left: 1.6%;
  padding-right: 1.6%;
}

.col.col-4.col-m-12.order-m-first.hidden {
  display: none;
}

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

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

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

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

.text-image__button {
  margin-top: 40px;
}

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

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

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

.overlay__icon-close {
  z-index: 1;
  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: 2%;
}

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

.header__overlay {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .05);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.header__gradient {
  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: 30%;
  transform: translate(-50%);
}

.header__image {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-image: url('../images/linola-kopfhautprobleme-lp-shampoo-header-desktop.webp');
  background-position: 80%;
  background-size: cover;
  position: relative;
}

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

.header {
  height: 90vh;
  max-height: 836px;
  min-height: 700px;
  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 {
  width: 100%;
  height: 2px;
  color: #e3e3e3;
  border-top: 1px solid #ededed;
}

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

.accordion__content.w--open {
  grid-row-gap: 10px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  display: flex;
}

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

.accordion__header {
  z-index: 0;
  width: 100%;
  white-space: normal;
  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 {
  width: 100%;
  height: 100%;
  border: 2px #144196;
  justify-content: center;
  align-items: center;
}

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

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

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

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

.usp-points {
  margin-top: 120px;
  margin-bottom: 120px;
  padding-top: 32px;
  padding-bottom: 32px;
}

.related-prodcuts__link {
  color: #363636;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.related-products {
  margin-top: 120px;
  margin-bottom: 120px;
}

.usage-hints__content {
  text-align: center;
  margin-top: 24px;
}

.product__teaser-img {
  width: 300px;
}

.usage-hints__head {
  text-align: center;
  margin-bottom: 65px;
}

.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 {
  width: 48px;
  height: 48px;
  color: rgba(0, 0, 0, 0);
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/icon-youtube.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  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 {
  width: 2px;
  height: 14px;
  background-color: #c4cfe5;
}

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

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

.usage-hints__btn {
  justify-content: center;
  margin-top: 10px;
  display: flex;
}

.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: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
}

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

@media screen and (min-width: 1440px) {
  .row, .overlay__wrapper {
    margin-left: auto;
    margin-right: auto;
  }

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

  .header {
    height: 85vh;
    max-height: 100%;
  }
}

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

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

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

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

  .link {
    font-size: 16px;
  }

  .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 rgba(0, 0, 0, 0);
    margin-top: 0;
  }

  .header__overlay {
    background-color: rgba(0, 0, 0, .1);
  }

  .header__product-image {
    max-height: 300px;
    margin-left: 50%;
    transform: translate(-50%);
  }

  .header__image {
    background-image: url('../images/linola-kopfhautprobleme-lp-shampoo-header-mobile.webp');
  }

  .header__content {
    top: 85%;
  }

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

  .faq__head {
    margin-bottom: 44px;
  }

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

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

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

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

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

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

  .related-products {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .usage-hints__content {
    margin-bottom: 40px;
  }

  .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%;
  }
}

@media screen and (max-width: 767px) {
  .header__content {
    top: 83%;
  }

  .accordion__content {
    padding-right: 0;
  }

  .footer {
    padding-bottom: 35px;
  }

  .overlay__logos {
    box-shadow: 0 0 rgba(0, 0, 0, 0);
  }

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

@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;
  }

  .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(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    padding: 12px 24px;
  }

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

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

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

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

  .text-image__button {
    display: none;
  }

  .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 {
    max-height: 566px;
    max-width: 566px;
    opacity: .18;
    filter: blur(35px);
    top: -50%;
    left: 30%;
  }

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

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

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

  .accordion {
    z-index: 1;
  }

  .usp-points, .related-products {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .product__teaser-img, .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;
    display: flex;
    position: fixed;
    top: auto;
    bottom: 5px;
    left: 0%;
    right: 0%;
    transform: translate(0, 100px);
  }

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

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

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


