/* 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 */
.process-slider_timeline {
  display: flex;
  justify-content: space-between;
  position: relative;
  border-radius: 50px;
  border-width: 20px;
}
.process-slider_timeline .process-slider_timeline-step {
  width: 100px;
  height: 100px;
  background-color: inherit;
  border-radius: 50%;
  position: relative;
  display: flex;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 100px 100px;
  background-position: center;
  border: 2px solid transparent;
}
.process-slider_timeline .process-slider_timeline-step:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #162E46;
  border-radius: 50%;
  top: 0;
  left: 0;
  z-index: -1;
}
.process-slider_timeline .process-slider_timeline-step {
  cursor: pointer;
}
.process-slider_timeline .process-slider_timeline-step.filled {
  background: unset;
  background-color: #DEDC00;
}
.process-slider_timeline .process-slider_timeline-step.trail {
  background: linear-gradient(90deg, #DEDC00 0%, #FCFCA8 100%);
  background-repeat: no-repeat;
  background-size: 100px 100px;
  background-position: center;
}
.process-slider_timeline .process-slider_timeline-step.transitioning {
  background: unset;
  background-color: #61B9E6;
}
.process-slider_timeline .process-slider_timeline-step.active {
  background: unset;
  background-color: #61B9E6;
  transition: background-color 0.3s ease-in-out 0.3s;
}

.process-slider_timeline-line {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
  width: 100%;
  height: 2px;
  display: flex;
  background-color: #fff;
}
.process-slider_timeline-line .process-slider_timeline-line_left {
  width: 0;
  background: #DEDC00;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.process-slider_timeline-line .process-slider_timeline-line_right {
  height: 100%;
  width: 0;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(90deg, #DEDC00 0%, #FCFCA8 100%);
}

.process-slider_nav-icon {
  height: 0;
  width: 0;
  background-color: #fff;
  mask-size: contain;
  mask-repeat: no-repeat;
  margin-bottom: 15px;
}

.process-slider_nav-icon {
  height: 0;
  width: 0;
  background-color: #fff;
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}

.process-slider_nav-single {
  max-width: 100px;
}
.process-slider_nav-single.active .process-slider_nav-icon {
  background-color: #005972;
}
.process-slider_nav-single.filled .process-slider_nav-icon {
  background-color: #DEDC00;
}

.process-slider_navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.process-slider_navigation .process-slider_timeline {
  width: 100%;
}
.process-slider_navigation .process-slider_nav-single {
  text-align: center;
  cursor: pointer;
}

.process-slider_navigation {
  gap: 34px;
  align-items: flex-end;
  transition: transform 0.3s ease-in-out;
}

.process-slider_navigation {
  margin-bottom: 34px;
}

@media (max-width: 991px) {
  .process-slider_navigation-wrapper {
    position: relative;
    margin-right: -15px;
    overflow: hidden;
  }
  .process-slider_arrows {
    display: flex;
    position: absolute;
    top: 0;
    gap: 10px;
    right: 15px;
  }
  .process-slider_arrows .process-slider_prev, .process-slider_arrows .process-slider_next {
    position: relative;
    height: 50px;
    width: 50px;
    cursor: pointer;
  }
  .process-slider_arrows .slick-arrow:before {
    background-color: #fff;
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    mask-image: url(/wp-content/uploads/2024/02/arrow-black.svg);
    mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(/wp-content/uploads/2024/02/arrow-black.svg);
    -webkit-mask-size: 20px;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
  }
  .process-slider_arrows .process-slider_next {
    transform: rotate(180deg);
    background: transparent;
  }
}
@media (max-width: 576px) {
  .process-slider_nav-single {
    display: none;
  }
  .process-slider_arrows {
    bottom: 0;
    top: unset;
  }
  .process-slider_navigation {
    margin-bottom: 60px;
  }
  .process-slider_timeline .process-slider_timeline-step {
    height: 64px;
    width: 64px;
  }
}
.process-slider_timeline-step > div {
  transition: all 0.3s ease-in-out;
}
.process-slider_timeline-step:before {
  content: "";
  height: 40px;
  width: 40px;
  position: absolute;
  background: linear-gradient(90deg, #DEDC00 0%, #FCFCA8 100%);
  mask-image: url(/wp-content/uploads/2024/04/check.svg);
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(/wp-content/uploads/2024/04/check.svg);
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  opacity: 0;
}
.process-slider_timeline-step.trail > div {
  opacity: 0;
}
.process-slider_timeline-step.trail:before {
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.process-slider_timeline-step.filled > div {
  opacity: 0;
}
.process-slider_timeline-step.filled:before {
  opacity: 1;
}
.process-slider_timeline-step.filled:before {
  content: "";
  height: 40px;
  width: 40px;
  background: #DEDC00;
  position: absolute;
  mask-image: url(/wp-content/uploads/2024/04/check.svg);
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(/wp-content/uploads/2024/04/check.svg);
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}

.process-slider_nav-single {
  max-width: 240px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.process-slider_header {
  margin-bottom: 30px;
}

.process-slider_nav-headline, .process-slider_nav-topheadline {
  width: 100%;
}

.process-slider_nav-single {
  width: 100%;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .process-slider_navigation-wrapper.size--4 {
    margin-left: 35px;
    margin-right: 35px;
  }
  .process-slider_navigation-wrapper.size--4 .process-slider_nav-single {
    max-width: 170px;
  }
  .process-slider_navigation-wrapper.size--4 .process-slider_timeline {
    margin-left: 35px;
    margin-right: 35px;
  }
}
@media (max-width: 1499px) and (min-width: 992px) {
  .process-slider_navigation-wrapper.size--5 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .process-slider_navigation-wrapper.size--5 .process-slider_nav-single {
    max-width: 140px;
  }
  .process-slider_navigation-wrapper.size--5 .process-slider_nav-headline {
    font-size: 16px;
  }
  .process-slider_navigation-wrapper.size--5 .process-slider_timeline {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media (max-width: 991px) {
  .process-slider_navigation-wrapper .process-slider_nav-headline {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .process-slider_nav-single {
    max-width: 190px;
  }
  .process-slider_timeline {
    margin-left: 60px;
    margin-right: 60px;
  }
  .process-slider_caret {
    margin-left: 0;
    margin-right: 0;
  }
}
.process-slider_button {
  padding-top: 35px;
}
/*# sourceMappingURL=process-slider.css.map */
