/* Basis-Styles für alle Slider Typen */

.swiper {
}

.swiper .swiper-slide {
}

.swiper .field--type-image img {
  margin: 0;
}

.swiper .swiper-navigation-button {
  padding: 1.5rem;
  background-image: none;
}
.swiper .swiper-button-prev {
  left: 3%;
}
.swiper .swiper-button-next {
  right: 3%;
}
.swiper .swiper-navigation-button::after {
  /*text-shadow: 5px 0 0 white;*/
  color: var(--primary);
  font-weight: bold;
  font-size: 2.5em;
}
.swiper .swiper-navigation-button:hover::after {
  /*color: white;*/
  color: var(--primary-d);
  /*transform: translateX(-5%);*/
  /*text-shadow: 5px 0 0 var(--primary-d);*/
}
.swiper .swiper-button-prev::after {
  /*color: white;*/
  /*text-shadow: 5px 0 0 var(--primary);*/
}
.swiper .swiper-button-prev:hover::after {
  /*color: var(--rot-d);*/
  /*text-shadow: 5px 0 0 white;*/
}

.swiper .swiper-button-disabled {
  display: none;
}

.swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: white;
  opacity: 0.9;
  border: 1px solid var(--dunkelgrau);
}
.swiper .swiper-pagination-bullet-active {
  background-color: var(--primary-d);
  box-shadow: 0 0 2px white;
  border-color: white;
}
