/* 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 */
.quote-brand-slider_navigation {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 100px;
}
@media (max-width: 991px) {
  .quote-brand-slider_navigation {
    display: block;
    max-width: calc(100% - 100px);
    height: 100px;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .quote-brand-slider_navigation {
    height: 75px;
  }
}

.quote-brand-slider_brand-single {
  position: relative;
  cursor: pointer;
  max-height: 100px;
}
@media (max-width: 991px) {
  .quote-brand-slider_brand-single {
    position: absolute;
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
}
@media (max-width: 576px) {
  .quote-brand-slider_brand-single {
    max-height: 75px;
  }
}
.quote-brand-slider_brand-single.active .quote-brand-slider_nav-mask {
  opacity: 0;
}
@media (max-width: 991px) {
  .quote-brand-slider_brand-single.active {
    opacity: 1;
  }
}
.quote-brand-slider_brand-single .quote-brand-slider_nav-mask {
  background-color: #ffffff;
  height: 100%;
  display: flex;
  z-index: 2;
  position: absolute;
  width: 100%;
  opacity: 1;
  mask-size: contain;
  -webkit-mask-size: contain;
  transition: all 0.3s ease-in-out;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
.quote-brand-slider_brand-single .quote-brand-slider_brand-image {
  display: flex;
  height: 100%;
  justify-content: flex-start;
}
.quote-brand-slider_brand-single img {
  position: static;
  z-index: 1;
  max-height: 100px;
  min-height: 50px;
  object-position: top;
  object-fit: contain;
}
@media (max-width: 576px) {
  .quote-brand-slider_brand-single img {
    max-height: 75px;
  }
}

.quote-brand-slider_nav-container {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .quote-brand-slider_nav-container {
    display: flex;
  }
}

.quote-brand-slider_icon {
  height: 100px;
  width: 100px;
  background-image: url(/wp-content/uploads/2024/04/Quote-Icon.png);
  background-size: 100%;
  margin-bottom: 35px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (max-width: 991px) {
  .quote-brand-slider_mobile-nav {
    display: flex;
    align-self: flex-end;
    gap: 10px;
  }
  .quote-brand-slider_mobile-nav .slick-arrow {
    height: 50px;
    width: 50px;
    background-color: #fff;
    mask-image: url(/wp-content/uploads/2024/02/arrow-black.svg);
    mask-size: 25px;
    mask-repeat: no-repeat;
    mask-position: center;
    cursor: pointer;
  }
  .quote-brand-slider_mobile-nav .quote-brand-slider_next {
    transform: rotate(180deg);
    position: relative;
  }
}
.quote-brand-slider_partners-content {
  max-width: 767px;
  margin-left: auto;
  margin-right: auto;
}

.quote-brand-simple .quote-brand-slider_icon {
  background-image: none;
}
.quote-brand-simple .quote-brand-slider_brand-single_simple {
  padding-left: 35px;
  padding-right: 35px;
}
.quote-brand-simple .quote-brand-slider_brand-single_simple img {
  height: 50px;
  object-fit: contain;
}
.quote-brand-simple .quote-brand-slider_nav-container_simple {
  margin-top: 50px;
}

@media (max-width: 500px) {
  .quote-brand-simple .quote-brand-slider_brand-single_simple img {
    margin: auto;
  }
}
/*# sourceMappingURL=marken_slider_zitat.css.map */
