/* Left in for compability reasons */
/* Background transitions */
/* Bild Filter */
:root {
  --header-height: 112px;
  --header-padding-bottom: 16px;
  --sticky-top: calc(
    var(--header-height) + var(--sticky-promobar-height)
    );
  --container-padding: 16px;
  --sticky-promobar-height: 0.01px;
  --header-breakpoint: 1532px;
  --media-center-sidebar-width: 380px;
  --spacer-sx: 20px;
  --spacer-s: 30px;
  --spacer-m: 50px;
  --spacer-l: 75px;
}
:root:has(.sticky_promobar:not(.hide)) {
  --sticky-promobar-height: 48px;
}
@media (min-width: 768px) {
  :root {
    --container-padding: 32px;
  }
}
@media (min-width: 1200px) {
  :root {
    --container-padding: 32px;
  }
}
@media (min-width: 1532px) {
  :root {
    --header-padding-bottom: 32px;
    --header-height: 112px;
  }
}
@media (min-width: 1500px) {
  :root {
    --media-center-sidebar-width: 450px;
  }
}
@media (min-width: 768px) {
  :root {
    --spacer-sx: 32px;
    --spacer-s: 65px;
    --spacer-m: 80px;
    --spacer-l: 180px;
  }
}

/* MIXINS */
.main-header-navigation {
  display: flex;
  gap: 50px;
}
.main-header-navigation_single {
  width: 20%;
}
.main-header-navigation_single .main-header-navigation_timer-container {
  position: relative;
  display: flex;
}
.main-header-navigation_single .main-header-navigation_timer-container .main-header-navigation_timer-bg {
  position: absolute;
  height: 2px;
  width: 100%;
  bottom: 0;
  z-index: 0;
  background: linear-gradient(90deg, #DEDC00 0%, #FCFCA8 100%);
}
.main-header-navigation_single .main-header-navigation_timer-container .main-header-navigation_timer {
  position: relative;
  z-index: 1;
  flex-grow: 1;
  width: 0;
  height: 2px;
  background-color: transparent;
}
.main-header-navigation_single .main-header-navigation_timer-container .main-header-navigation_timer-negative {
  background-color: #ffffff;
  height: 2px;
  width: 100%;
  flex-shrink: 1000;
  z-index: 2;
}
.main-header-navigation_single .main-header-navigation_content {
  font-size: 16px;
  letter-spacing: 1px;
}
.main-header-navigation_single .main-header-navigation_content > span {
  font-size: 25px;
  font-weight: 600;
  margin-right: 7px;
}

.main-header-wrapper .slick-track {
  display: flex;
}
.main-header-wrapper .slick-track .main-header-slider_single {
  position: relative;
  height: auto;
  height: 90vh;
  min-height: 800px;
}
.main-header-wrapper .slick-track .main-header-slider_single .main-header-slider_single-background {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.main-header-wrapper .slick-track .main-header-slider_single .main-header-slider_single-background:before {
  content: "";
  height: 100%;
  width: 100%;
  z-index: 0;
  position: absolute;
}
.main-header-wrapper .slick-track .main-header-slider_single .main-header-slider_single-background img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: top left;
}
.main-header-wrapper .slick-track .main-header-slider_single .main-header-slider_single-contents {
  margin-top: 300px !important;
  margin-bottom: 250px !important;
}
@media (max-width: 767px) {
  .main-header-wrapper .slick-track .main-header-slider_single .main-header-slider_single-contents {
    margin-top: 150px !important;
    magrin-bottom: 150px !important;
  }
}
.main-header-wrapper .slick-track .main-header-slider_single .main-header-slider_certificates {
  display: flex;
  height: 120px;
}
.main-header-wrapper .slick-track .main-header-slider_single .main-header-slider_certificates .main-header-slider_certificate img {
  height: 100%;
  position: contain;
}
.main-header-wrapper .main-header-container {
  position: relative;
}
.main-header-wrapper .main-header-container .main-header-navigation {
  position: absolute;
  z-index: 3;
  top: unset;
  left: 50%;
  bottom: 200px;
  transform: translatex(-50%);
}
.main-header-wrapper .main-header-container .main-header-slider_arrows {
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translatex(-50%);
  display: flex;
  top: 200px;
  gap: 36px;
}
.main-header-wrapper .main-header-container .main-header-slider_arrows .main-header-slider_prev, .main-header-wrapper .main-header-container .main-header-slider_arrows .main-header-slider_next {
  height: 50px;
  width: 50px;
  cursor: pointer;
  position: relative;
}
.main-header-wrapper .main-header-container .main-header-slider_arrows .main-header-slider_prev:before, .main-header-wrapper .main-header-container .main-header-slider_arrows .main-header-slider_next:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  mask-image: url(/wp-content/uploads/2024/02/arrow-black.svg);
  -webkit-mask-image: url(/wp-content/uploads/2024/02/arrow-black.svg);
  background-color: #ffffff;
  mask-size: 20px;
  mask-repeat: no-repeat;
  mask-position: center;
}
.main-header-wrapper .main-header-container .main-header-slider_arrows .main-header-slider_next:before {
  transform: rotate(180deg);
}
.main-header-wrapper .main-header-container .main-header-slider_arrows .main-header-slider_prev {
  margin-left: -15px;
}

.main-header-wrapper .slick-track .main-header-slider_single .main-header-slider_certificates {
  margin-top: 10px;
  margin-bottom: 10px;
  height: 75px;
  gap: 20px;
}

@media (max-width: 1499px) {
  .main-header-container {
    margin: 15px;
    margin-top: 0;
    height: 100vh;
  }
  .main-header-container .main-header-slider {
    margin-left: -15px;
    margin-right: -15px;
  }
  .main-header-container .main-header-slider_single-contents {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .main-header-navigation_single {
    width: 33.333%;
  }
}
@media (max-width: 767px) {
  .main-header-navigation_single {
    position: absolute;
    width: 50%;
  }
  .main-header-navigation_single:not(.active) {
    opacity: 0;
  }
  .main-header-wrapper .main-header-container .main-header-slider_arrows {
    left: unset;
    right: 0;
    transform: unset;
    justify-content: flex-end;
    bottom: 150px;
    align-items: flex-end;
    max-width: 50%;
  }
  .main-header-wrapper .slick-track .main-header-slider_single .main-header-slider_certificates {
    height: 50px;
  }
  .main-header-wrapper .slick-track .main-header-slider_single .main-header-slider_single-contents {
    margin-bottom: 50px !important;
  }
}
.main-header-container .main-header-slider {
  height: 100%;
}
.main-header-container .main-header-slider .slick-list {
  height: 100%;
}
.main-header-container .main-header-slider .slick-track {
  height: 100%;
}

.main-header-wrapper .slick-track .main-header-slider_single {
  height: auto;
}

@media (max-height: 730px) and (max-width: 1499px) {
  .main-header-wrapper .slick-track .main-header-slider_single .main-header-slider_single-contents {
    margin-top: 170px !important;
  }
  .main-header-wrapper .main-header-container .main-header-slider_arrows {
    top: 100px;
  }
}
@media (max-width: 767px) {
  .main-header-wrapper .main-header-container .main-header-slider_arrows {
    top: unset;
  }
}
.main-header-wrapper .main-header-container .main-header-slider_arrows .main-header-slider_next:before,
.main-header-wrapper .main-header-container .main-header-slider_arrows .main-header-slider_prev:before {
  -webkit-mask-size: 20px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
/*# sourceMappingURL=main-header.css.map */
