:root {
  --container: 1280px;
  --px: 20px;
  --purple: 46.311% 0.29171 274.585;
  --green: 90.393% 0.16504 130.295;
  --light: 95.991% 0.00261 230.402;
  --gray: 86.841% 0.00475 252.962;
  --nav-height: 100px;
  --font-fixel-display: "Fixel Display", sans-serif;
  --font-fixel: "Fixel", serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: var(--font-fixel-display);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

body {
  height: 100%;
  background-color: oklch(var(--light));
}

header {
  height: 1080px;
}

header .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

header .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: stretch;
  justify-content: end;
  overflow: hidden;
  right: 0;
}

header .container > *:not(.bg) {
  position: relative;
  z-index: 2;
}

header .bg img {
  height: 100%;
  transform: rotate(-15deg);
  width: 75%;
  object-fit: contain;
  object-position: bottom right;
}

header nav {
  height: 100px;
}

nav .logo {
  width: 150px;
  height: auto;
}

header .content {
  padding-top: 100px;
  color: oklch(var(--purple));
}

header .score-mobile {
  max-width: 62%;
  width: 100%;
  display: none;
}

header .content h1 {
  font-size: 52px;
  font-weight: 900;
  line-height: 110%;
  text-transform: uppercase;
  max-width: 735px;
  width: 100%;
}
.cta-wrp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cta-wrp span {
  font-size: 12px;
  margin-top: 10px;
  color: #454545ab;
}

header .content p {
  font-family: var(--font-fixel);
  font-size: 35px;
  font-weight: 400;
  line-height: 150%;
  max-width: 650px;
  width: 100%;
}

header .content p b {
  font-size: inherit;
  font-weight: 700;
}

header .content p b.text-badge {
  background-color: oklch(var(--green));
  padding: 4px 8px;
  border-radius: 999px;
  white-space: nowrap;
}

header .content .cta-score-wrapper {
  display: flex;
  margin-right: auto;
  align-items: flex-start;
  margin-top: 44px;
  gap: 25px;
}

header .sponsors {
  display: flex;
  flex-direction: column;
  margin-block: auto;
  overflow: hidden;
  gap: 25px;
}

header .sponsors p {
  color: oklch(var(--purple));
  font-size: 23.816px;
  font-weight: 900;
  line-height: 21.434px;
  text-transform: uppercase;
}

/* header .sponsors .sponsor-logos {
  height: 42px;
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-template-rows: 1fr;
  align-items: center;
  justify-content: start;
  gap: 40px;
}

header .sponsors .sponsor-logos img {
  width: 100%;
  height: 100%;
  max-width: 330px;
  object-fit: contain;
} */

header .cards {
  display: flex;
  background-color: oklch(var(--purple));
  color: oklch(var(--light));
  border-radius: 30px 30px 0 0;
  width: 100%;
  padding: 40px;
}

header .cards .card {
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}

header .cards .card b {
  font-size: 60px;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
}

header .cards .card span {
  font-size: 30px;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
  margin-inline: auto;
  max-width: 280px;
}

.slider {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.slider .swiper {
  width: 100%;
}

.slider .buttons {
  display: flex;
  gap: 20px;
}

.slider .prev,
.slider .next {
  background-color: transparent;
  border: none;
  width: 40px;
  aspect-ratio: 1;
  background-color: oklch(var(--gray) / 0.62);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.slider .prev img,
.slider .next img {
  height: 80%;
}

.slider .prev:hover,
.slider .next:hover {
  background-color: oklch(var(--gray) / 0.8);
}

.slider .prev.swiper-button-lock,
.slider .next.swiper-button-lock {
  display: none;
}

.slider .prev.swiper-button-disabled,
.slider .next.swiper-button-disabled {
  opacity: 0.5;
}

.slider .vimeo-video {
  width: 100%;
  border-radius: 28px;
  overflow: hidden;
}

.section-1 {
  padding-inline: var(--px);
  padding-block: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: oklch(var(--purple));
  gap: 70px;
}

.section-1 h1 {
  font-size: 60px;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
}

.section-1 .cta {
  line-height: 100%;
}

.section-1 .cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  gap: 25px;
  width: 100%;
  margin-inline: auto;
  max-width: 1100px;
}

.section-1 .cards .card {
  width: 100%;
  border: 3px solid oklch(var(--purple));
  border-radius: 30px;
  padding: 16px;
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 900;
  cursor: pointer;
}

.section-1 .cards .card b {
  font-size: 40px;
  text-align: center;
}

.section-1 .cards .card span {
  font-size: 100px;
}

.section-1 .cards .card img {
  margin-left: auto;
  width: 50px;
  aspect-ratio: 1;
}

.section-1 .cards .card:first-of-type {
  background-color: oklch(var(--purple));
  color: oklch(var(--green));
}

.section-1 .cards .card:last-of-type {
  background-color: oklch(var(--light));
}
section.section-2 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-2 {
  padding-inline: var(--px);
  padding-block: 80px;
  background-color: oklch(var(--purple));
}

.section-2 .accordions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 5%;
}

.section-2 .accordions .accordion {
  width: 100%;
  border: 1px solid oklch(var(--light));
  overflow: hidden;
  border-radius: 50px;
  margin-bottom: auto;
}

.section-2 .accordions .accordion button {
  width: 100%;
  background-color: oklch(var(--light));
  border: none;
  cursor: pointer;
  display: flex;
  padding-inline: 66px;
  height: 155px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-radius: inherit;
  transform: scale(1.01);
}

.section-2 .accordions .accordion button .image {
  max-width: 172px;
  width: 100%;
  object-fit: contain;
}

.section-2 .accordions .accordion:last-of-type button .image {
  height: 125px;
}

.section-2 .accordions .accordion button b {
  font-size: 36px;
  line-height: 100%;
  font-weight: 900;
  text-align: start;
  color: oklch(var(--purple));
  margin-right: auto;
  display: inline;
  max-width: 240px;
}

.section-2 .accordions .accordion button .arrow {
  width: 30px;
}

.section-2 .accordions .accordion .content {
  color: white;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease;
}

.section-2 .accordions .accordion .content p {
  font-size: 20px;
  text-align: center;
  padding: 15px;
  padding-bottom: 25px;
}

.section-2 .cta {
  background-color: oklch(0.9 0.17 130.26);
  color: oklch(var(--purple));
  margin-top: 40px;
}

.section-3 {
  padding-inline: var(--px);
  padding-block: 100px;
}

.section-3 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

.section-3 h1 {
  color: oklch(var(--purple));
  font-size: 60px;
  font-weight: 900;
  text-align: center;
  max-width: 900px;
  line-height: 90%;
  text-transform: uppercase;
}

.section-3 h1 b {
  font-size: 35px;
  font-weight: inherit;
}

.section-3 .cta {
  line-height: 100%;
}

.section-3 .slider-2 {
  margin-block: 30px;
}

.section-3 .slider-2 img {
  width: 100%;
  border-radius: 28px;
}

.section-4 {
  background-color: oklch(var(--purple));
  padding-inline: var(--px);
  padding-block: 50px;
}

.section-4 .accordions {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.section-4 .accordions .accordion {
  width: 100%;
}

.section-4 .accordions .accordion > button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
  color: oklch(var(--green));
  font-size: 50px;
  line-height: 105%;
  font-weight: 900;
  text-transform: uppercase;
  gap: 30px;
  cursor: pointer;
}

.section-4 .accordions .accordion .arrow {
  width: 40px;
  transition: transform 0.2s ease;
  cursor: pointer;
}

.section-4 .accordions .accordion.active .arrow {
  transform: rotate(180deg);
}

.section-4 .accordions .accordion > .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  text-align: center;
  padding-top: 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease;
}

.section-4 .accordions .accordion > .content p {
  font-size: 32px;
  max-width: 900px;
}

.section-4 .accordions .accordion > .content span {
  font-size: 60px;
  font-weight: 700;
}

.section-4 .accordions .accordion .content .arrow {
  margin-top: 50px;
}

.section-4 .accordions .accordion > .content .cta {
  background-color: oklch(var(--light));
  color: oklch(var(--purple));
  margin-top: 40px;
}

.section-4 .accordions .accordion > .content .cta:hover {
  background-color: oklch(var(--light) / 0.9);
}

.section-5 {
  padding-inline: var(--px);
  padding-block: 100px;
}

.section-5 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-5 .container > div {
  max-width: 800px;
  width: 100%;
  background-color: oklch(var(--green));
  color: oklch(var(--purple));
  padding: 30px;
  border-radius: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 20px;
}

.section-5 .container .content > .text,
.section-5 .container .content > .video {
  width: 100%;
}

.section-5 .container .text {
  display: flex;
  justify-content: end;
  align-items: center;
}

.section-5 .container .video {
  border-radius: 20px;
  overflow: hidden;
  display: grid;
  justify-content: center;
  aspect-ratio: 9/16;
}

.section-5 .container .video iframe {
  height: 100%;
}

.section-5 .container .text h1 {
  max-width: 320px;
  text-align: end;
  font-size: 40px;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
}

.section-6 {
  padding-inline: var(--px);
  padding-block: 80px;
  background-color: oklch(var(--purple));
}

.section-6 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 80px;
}

.section-6 h1 {
  color: oklch(var(--light));
  font-size: 60px;
  font-weight: 900;
  text-align: center;
  line-height: 90%;
}

.section-6 .vimeo-video {
  aspect-ratio: 12 / 15;
}

.section-7 {
  padding-inline: var(--px);
  padding-block: 80px;
}

.section-7 .container ul {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-block: 20px;
}

.section-7 .container ul li {
  display: flex;
  flex-direction: column;
  cursor: unset;
}

.section-7 .container ul li > button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  margin-bottom: 16px;
  cursor: pointer;
}

.section-7 .container ul li > button b {
  font-style: normal;
  font-weight: 700;
  line-height: 119%;
  text-align: start;
  font-size: 40px;
}

.section-7 .container ul li > button img {
  width: 35px;
  height: 35px;
}

.section-7 .container ul li .content {
  flex-direction: column;
  align-items: start;
  gap: 20px;
}

.section-7 .container ul li .content .cta {
  margin-top: 20px;
}

.section-7 .container ul li .content p {
  font-size: 30px;
}

.section-7 .container ul li .content b {
  font-weight: 900;
}

.section-7 .container ul li .content span {
  font-weight: 700;
}

.modal {
  position: fixed;
  inset: 0;
  height: 100%;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  padding: 20px;
  overflow: auto;
  transition: opacity 0.2s ease;
  display: flex;
}

.modal.active {
  opacity: 1;
  pointer-events: auto;
}

.modal .bg {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.modal .content {
  margin: auto;
  max-width: 502px;
  width: 100%;
  position: relative;
  z-index: 101;
  padding: 18px;
  padding-bottom: 50px;
  padding-top: 34px;
  border-radius: 30px;
  background-color: oklch(var(--green));
  display: flex;
  flex-direction: column;
  text-align: center;
  color: oklch(var(--purple));
  transform: scale(0.9);
  transition: transform 0.15s ease;
}

.modal.active .content {
  transform: scale(1);
}

.modal .content button {
  background-color: transparent;
  border: none;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  width: 12px;
}

.modal .content button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.modal .content > b {
  font-size: 32px;
  font-weight: 900;
}

.modal .content > span {
  font-size: 60px;
  font-weight: 900;
}

.modal .content ul {
  margin-block: 40px;
  font-size: 16px;
  font-weight: 700;
}

.modal .content ul li {
  border-top: 1px solid oklch(var(--purple));
  padding-block: 14px;
  padding-left: 0;
}

.modal .content ul li:last-of-type {
  border-bottom: 1px solid oklch(var(--purple));
}

.modal .content .cta {
  margin-inline: 10px;
  padding-inline: 0;
}

.modal .content .cta {
  color: oklch(var(--green));
  font-size: 16px;
}

.modal.modal-chefarzt .content .cta {
  color: oklch(var(--light));
}

.modal.modal-chefarzt .content {
  background-color: oklch(var(--light));
}

header .content .cta-score-wrapper .cta {
  background: #231f20;
  line-height: 1.3;
}

.accordion-item {
  cursor: pointer;
}
.accordion-item .min {
  display: none;
}

.accordion-item .content {
  display: none;
}
.accordion-item.active .content {
  display: flex;
}

.accordion-item.active .plus {
  display: none;
}
.accordion-item.active .min {
  display: inline-block;
}

.bh-footer {
  background-color: #4001f6;
  padding: 20px 0;
}
@media (min-width: 48rem) {
  .bh-footer {
    padding: 40px 0;
  }
}
.bh-footer__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}
@media (min-width: 48rem) {
  .bh-footer__content {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    gap: 40px;
  }
}
.bh-footer__logo {
  order: 2;
}
@media (min-width: 48rem) {
  .bh-footer__logo {
    order: 1;
  }
}
.bh-footer__logo-img {
  width: 129px;
  height: auto;
  max-width: 100%;
}
@media (min-width: 48rem) {
  .bh-footer__logo-img {
    width: 317px;
  }
}
.bh-footer__info {
  order: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 48rem) {
  .bh-footer__info {
    order: 2;
    gap: 30px;
    text-align: right;
  }
}
.bh-footer__contact {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (min-width: 48rem) {
  .bh-footer__contact {
    gap: 10px;
  }
}
@media (max-width: 1330px) {
  .bh-footer__info {
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .bh-footer__info {
    padding-right: 0;
  }
}
.bh-footer__phone,
.bh-footer__email {
  font-family: "Fixel Display", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.1875em;
  color: #baf57a;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.3s ease;
}
@media (min-width: 48rem) {
  .bh-footer__phone,
  .bh-footer__email {
    font-size: 32px;
    line-height: 1.25em;
  }
}
.bh-footer__phone:hover,
.bh-footer__email:hover {
  opacity: 0.8;
}
.bh-footer__address {
  margin-top: 10px;
}
@media (min-width: 48rem) {
  .bh-footer__address {
    margin-top: 20px;
  }
}
.bh-footer__address-text {
  font-family: "Fixel Display", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.1875em;
  color: #baf57a;
  margin: 0;
  text-transform: uppercase;
}
@media (min-width: 48rem) {
  .bh-footer__address-text {
    font-size: 32px;
    line-height: 1.25em;
  }
}

li::marker {
  content: "" !important;
}

.bh-footer__address p a {
  color: #fff;
  margin-top: 20px;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
}

.sponsor-wrapper {
  overflow: hidden;
  max-width: 800px;
  width: 100%;
}

.sponsor-track {
  display: flex;
  width: max-content;
  animation: scroll 18s linear infinite; /* slower, smoother scroll */
  gap: 40px;
}

.sponsor-logos {
  display: flex;
  gap: 40px; /* space between logos */
}

.sponsor-logos img {
  height: 60px;
  width: auto;
  flex-shrink: 0;
}

/* Keyframes for infinite scroll */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.ys-custom-vimeo {
  background-color: #000;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  font-size: 0;
  cursor: pointer;
}
.ys-custom-vimeo .ys-custom-vimeo__iframe-wrp {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ys-custom-vimeo img.ys-custom-vimeo__vimeo-poster {
  aspect-ratio: 413/734;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ys-custom-vimeo.layout-01 img.ys-custom-vimeo__vimeo-poster {
  aspect-ratio: 480/600;
  object-fit: contain;
}

.ys-custom-vimeo__overely {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.02);
  background-image: var(--bgImage);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.6s;
}
.ys-custom-vimeo.active .ys-custom-vimeo__overely {
  display: none;
}
.ys-custom-vimeo.active img {
  opacity: 0;
}
.ys-custom-vimeo.active .ys-custom-vimeo__iframe-wrp {
  opacity: 1;
}
.ys-custom-vimeo.active .ys-custom-vimeo__iframe-wrp iframe {
  scale: 1.08;
  transform-origin: bottom;
}
.ys-custom-vimeo__overely img.ys-custom-vimeo__play-icon {
  width: 82px;
  height: 82px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
