.is-style-quote-slider .wp-block-quote {
  position: relative;
  margin: 0;
  padding: 3.75rem;
}
@media (max-width: 991.98px) {
  .is-style-quote-slider .wp-block-quote {
    margin-right: 3.125rem;
  }
}
@media (max-width: 575.98px) {
  .is-style-quote-slider .wp-block-quote {
    margin-right: 1.875rem;
    padding: 1.875rem 2.5rem 3.75rem;
  }
}
.is-style-quote-slider .wp-block-quote:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../assets/img/product-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: 0.35;
  z-index: -1;
}
.is-style-quote-slider .wp-block-quote cite {
  font-style: normal;
  font-weight: bold;
  margin-top: 0.9375rem;
}

.quotes__slider__nav {
  position: relative;
  --swiper-theme-color: var(--color-primary);
  margin-top: 1.875rem;
}
.quotes__slider__nav .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  border: 1px solid var(--color-primary);
  background-color: var(--color-white);
  opacity: 1;
}
.quotes__slider__nav .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}
.quotes__slider__nav:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -100%;
  left: 80%;
  width: 8.125rem;
  height: 11.25rem;
  background-image: url("../../assets/img/radfahrerin_thumbs-up.png");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  transform: translateX(-50%);
  z-index: 1;
}
@media (min-width: 576px) {
  .quotes__slider__nav:before {
    left: 88%;
  }
}
@media (min-width: 992px) {
  .quotes__slider__nav:before {
    left: 50%;
    width: 10.625rem;
    height: 15.625rem;
  }
}

.quote__rating {
  display: flex;
  gap: 0.1875rem;
}
.quote__rating + p {
  margin-top: 0.9375rem;
}
.quote__rating__star {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
}
.quote__rating__star svg {
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=quotes.css.map */
