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

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

.legal.text-left {
  text-align: left;
}

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

.row {
  flex-wrap: wrap;
  place-content: stretch flex-start;
  margin: -3px 56px 0 auto;
  display: flex;
}

.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;
  font-size: 42px;
  line-height: 54px;
}

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

.headline-m.text-text-02.headline-m--highlight {
  font-size: 42px;
  line-height: 54px;
}

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

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

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

.copy.text-text-02.copy--highlight {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

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

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

.link.link--footer:hover {
  color: var(--primary-02);
}

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

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

.button.button--highlight {
  color: #144196;
  background-color: #ffd263;
  border: 0 #df5823;
  padding: 12px 24px;
}

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

.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;
  font-family: Fira Sans, sans-serif;
}

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

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

.button.button--primary {
  color: #fff;
  background-color: #dd1315;
  border-style: none;
  border-width: 0;
  border-radius: 16px;
  padding: 24px 32px;
  font-family: Fira Sans, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
}

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

.headline-l {
  color: var(--text-02);
  mix-blend-mode: normal;
  font-family: Fira Sans, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 54px;
}

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

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

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

.col.col-6.col-m-10.col-sm-12.push-1.push-sm-0 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.header {
  background-image: url('../images/Linola-sport-1920x840.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 90dvh;
  max-height: 836px;
  transition: height .4s ease-in-out;
  position: relative;
}

.footer {
  background-color: var(--grey-05);
  padding-bottom: 10px;
}

.header__logo {
  z-index: 1;
  background-color: var(--text-02);
  justify-content: center;
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
  position: relative;
}

.header__content {
  color: var(--text-02);
  width: 100%;
  position: absolute;
  top: 55%;
  left: 0%;
  right: 0%;
  transform: translate(0, -50%);
}

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

.header__button {
  margin-top: 32px;
  margin-left: 60px;
  padding-bottom: 32px;
}

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

.text-image.text-image--highlight {
  background-color: var(--primary-01);
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.text-image__img {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

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

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

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

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

.faq__item {
  border-top: 1px solid var(--grey-04);
  border-radius: 2px;
}

.faq__accordion {
  width: 100%;
}

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

.faq__accordion-header.w--open {
  color: var(--primary-01);
  font-weight: 700;
}

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

.hr {
  border-top: 1px solid var(--grey-04);
  color: var(--divider);
  width: 100%;
  height: 2px;
  margin-bottom: 20px;
}

.faq__accordion-content {
  margin-bottom: 24px;
  padding-right: 8.33333%;
  position: relative;
}

.faq__accordion-content.w--open {
  background-color: #0000;
}

.footer__content {
  color: var(--primary-01);
  text-align: center;
  font-size: 12px;
}

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

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

.divider {
  background-color: var(--primary-01-20);
  width: 2px;
  height: 14px;
}

.legal-infos {
  margin-top: 120px;
  margin-bottom: 120px;
  display: none;
}

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

.overlay__logos {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border-radius: 6px;
  flex-flow: wrap;
  justify-content: space-around;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 20px;
  display: flex;
  box-shadow: 0 0 5px 1px #0003;
}

.overlay__icon-close {
  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 20px auto auto;
}

.overlay__logo-item {
  background-color: #0000;
}

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

.overlay__wrapper {
  z-index: 9999;
  text-align: center;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 50% 0%;
  transform: translate(0, -50%);
  box-shadow: 0 2px 16px 2px #00000014;
}

.overlay__logo-headline {
  width: 100%;
}

.header__headline {
  z-index: 2;
  margin-left: 60px;
  position: relative;
}

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

.text-image__gradient--radial-blur {
  z-index: 1;
  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: 35%;
  transform: translate(-50%);
}

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

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

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

.title {
  font-family: Fira Sans, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
}

.title.text-primary-01 {
  color: var(--primary-01);
  font-size: 28px;
  line-height: 38px;
}

.usp-point__hr {
  border-top: 1px solid var(--divider);
  color: var(--grey-04);
  width: 60px;
  height: 2px;
  margin-bottom: 20px;
}

.ul {
  padding-left: 20px;
}

.li {
  padding-bottom: 8px;
}

.image.packshot-image {
  max-width: 376px;
  max-height: 515px;
}

.teaser-image {
  max-height: 536px;
}

.overlay__logos-2 {
  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;
}

.copy-2 {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.copy-2.copy--bold {
  font-weight: 600;
}

.overlay__container-2 {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

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

.overlay__logo-item-2 {
  background-color: #0000;
}

.button-2 {
  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-2.button--highlight {
  color: #144196;
  background-color: #ffd263;
  border: 0 #df5823;
  padding: 24px 32px;
  font-size: 24px;
  line-height: 29px;
}

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

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

.button-3 {
  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-3.button--highlight {
  color: #144196;
  background-color: #ffd263;
  border: 0 #df5823;
  padding: 24px 32px;
  font-size: 24px;
  line-height: 29px;
}

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

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

.button-3.button--highlight.button--red.button {
  text-align: left;
  padding: 14px 24px;
}

.bold-text {
  font-size: 42px;
  line-height: 54px;
}

.button-4 {
  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-4.button--primary {
  color: #fff;
  background-color: #144196;
  font-family: Fira Sans, sans-serif;
}

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

.review__block {
  margin-top: 40px;
}

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

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

.icon-6 {
  color: #cacacab3;
}

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

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

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

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

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

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

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

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

.icon-8 {
  color: #144196;
}

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

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

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

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

.headline-m-3.headline-m--bold.text-primary-01 {
  color: #144196;
  font-size: 42px;
  font-weight: 700;
  line-height: 54px;
}

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

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

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

.faq__accordion-header-2.w--open {
  color: #144196;
  font-weight: 700;
}

.faq__item-2 {
  border-top: 1px solid #ededed;
  border-radius: 2px;
}

.image-2 {
  margin-left: -56px;
}

.image-3 {
  display: none;
}

@media screen and (min-width: 1440px) {
  .row {
    justify-content: flex-start;
    margin: -3px 56px 0 auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .button.button--primary {
    text-align: center;
    background-color: #dd1315;
    border-width: 0;
    border-color: #df5823;
    width: auto;
    padding: 24px 32px;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    transition: all .15s ease-in;
  }

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

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

  .container {
    justify-content: flex-start;
    display: block;
  }

  .col.col-6.col-m-10.col-sm-12.push-1.push-sm-0 {
    margin-bottom: 106px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .header {
    background-image: url('../images/Linola-sport-1920x840.jpg');
    height: 85dvh;
    max-height: 100%;
  }

  .faq__accordion-header.w--open {
    color: var(--primary-01);
  }

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

  .overlay__wrapper {
    display: none;
  }

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

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

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

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

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

  .slider {
    height: 350px;
  }

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

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

  .faq__accordion-header-2.w--open {
    color: #144196;
  }
}

@media screen and (min-width: 1920px) {
  .header__button, .header__headline {
    margin-left: 220px;
  }

  .image-2 {
    margin-left: -100px;
  }
}

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

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

  .row {
    margin-top: 0;
  }

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

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

  .headline-m.text-text-02.headline-m--highlight {
    font-size: 34px;
    line-height: 38px;
  }

  .copy.text-text-02.copy--highlight {
    font-size: 18px;
    line-height: 26px;
  }

  .link {
    font-size: 16px;
  }

  .headline-l {
    color: var(--text-02);
    margin-top: -20px;
    margin-right: 140px;
    padding-left: 0;
    font-size: 42px;
    line-height: 50px;
  }

  .col.col-6.col-m-10.col-sm-12.push-1.push-sm-0 {
    margin-top: 185px;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
  }

  .header {
    background-image: url('../images/Linola-sport-1920x840.jpg');
  }

  .header__button {
    margin-top: 10px;
    margin-left: 0;
  }

  .text-image.text-image--highlight {
    padding-top: 40px;
    padding-bottom: 70px;
  }

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

  .faq__head {
    margin-bottom: 44px;
  }

  .legal-infos {
    margin-top: 90px;
    margin-bottom: 90px;
  }

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

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

  .usp-points {
    margin-bottom: 60px;
  }

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

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

  .button-3.button--highlight.button--red.button {
    padding-bottom: 14px;
    padding-left: 24px;
    padding-right: 24px;
  }

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

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

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

  .image-2 {
    margin-top: -363px;
    margin-left: 312px;
  }

  .image-3 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    margin-right: auto;
  }

  .button.button--highlight {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #fff;
    text-align: left;
    vertical-align: middle;
    background-color: #dd1315;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: inline-block;
    position: static;
  }

  .headline-l {
    color: var(--text-02);
    margin: 226px 170px 0 0;
    padding-left: 0;
    font-size: 38px;
    line-height: 44px;
  }

  .col.col-6.col-m-10.col-sm-12.push-1.push-sm-0 {
    margin-top: -93px;
    margin-bottom: 424px;
    margin-left: 0;
  }

  .header {
    background-image: url('../images/Linola-sport-1920x840.jpg');
  }

  .header__button {
    margin-top: 20px;
    display: none;
  }

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

  .mobil-sticky-button {
    display: none;
  }

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

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

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

  .image-2 {
    max-width: none;
    max-height: 11%;
    margin-left: 16px;
    display: none;
  }

  .image-3 {
    margin-top: -404px;
    margin-left: 82px;
    display: block;
  }
}

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

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

  .row {
    flex-wrap: wrap;
  }

  .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, .headline-m.text-text-02.headline-m--highlight {
    font-size: 28px;
    line-height: 38px;
  }

  .copy {
    font-size: 16px;
  }

  .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 {
    text-align: center;
    background-image: linear-gradient(#0000, #0000);
    width: 190px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 24px 12px 0;
    display: block;
    position: static;
    inset: auto 0% 0%;
  }

  .button.button--highlight:visited {
    vertical-align: baseline;
    margin-left: 0;
    margin-right: 0;
    padding-left: 24px;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    display: inline-block;
  }

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

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

  .headline-l {
    color: var(--text-02);
    margin-top: 40px;
    margin-bottom: -10px;
    margin-right: 70px;
    padding-bottom: 20px;
    font-size: 28px;
    line-height: 33px;
  }

  .container {
    width: 100%;
  }

  .col {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col.col-6.col-m-10.col-sm-12.push-1.push-sm-0 {
    margin-top: 0;
    margin-bottom: 250px;
    margin-left: 0;
    padding-left: 0;
  }

  .header {
    object-fit: fill;
    background-image: url('../images/Linola-sport-1920x840.jpg');
    background-position: 53%;
    height: 100dvh;
    max-height: 580px;
  }

  .header__logo {
    display: flex;
  }

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

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

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

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

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

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

  .faq__accordion {
    z-index: 1;
  }

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

  .divider {
    flex: none;
  }

  .legal-infos {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .text-image__button {
    display: none;
  }

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

  .overlay__logo-item {
    width: 96px;
  }

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

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

  .header__headline {
    margin-top: 0;
    margin-bottom: 64px;
  }

  .mobil-sticky-button {
    z-index: 2;
    opacity: 0;
    text-align: center;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: fixed;
    inset: auto 0 0%;
    transform: translate(0, 105%);
  }

  .text-image__gradient--radial-blur {
    opacity: .18;
    filter: blur(35px);
    max-width: 566px;
    max-height: 566px;
    top: -50%;
    left: 30%;
  }

  .image.packshot-image {
    margin-top: -50px;
    margin-bottom: -50px;
  }

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

  .overlay__container-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

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

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

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

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

  .button-3.button--highlight.button--red.button {
    text-align: center;
    vertical-align: baseline;
    width: auto;
    height: auto;
    padding: 24px 32px;
    display: inline-block;
  }

  .bold-text {
    font-size: 28px;
    line-height: 36px;
  }

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

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

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

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

  .slider__block_rating {
    margin-bottom: 0;
  }

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

  .slider__block_review_author {
    margin-bottom: 10px;
  }

  .slider__block {
    width: 80%;
  }

  .bold-text-16 {
    font-size: .9em;
    line-height: 1.5em;
  }

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

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

  .slider__block_title {
    margin-bottom: 0;
  }

  .row-5 {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

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

  .headline-m-3.headline-m--bold.text-primary-01 {
    font-size: 28px;
    line-height: 38px;
  }

  .copy-3 {
    color: #363636;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
  }

  .faq__accordion-header-2 {
    color: #144196;
  }

  .faq__accordion-header-2.w--open {
    color: #144196;
    font-weight: 700;
  }

  .image-3 {
    margin-top: -315px;
    display: block;
  }
}


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