.warp-content-slider .warp-content-acf-slide {
  background-color: #b1003a;
}
.warp-content-slider .warp-content-acf-slide a {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.warp-slide-image img {
  max-width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1 / 1;
  object-fit: cover
}

.warp-content-acf-slide-meta {
  margin: 3rem;
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: white;
}
.slide-category {
  font-size: 33px;
  color: white;
  font-weight: normal;
}
.warp-slide-title {
  font-size: 22px;
  margin-bottom: 1rem;
  font-weight: bold;
  color: white;
}
.warp-slide-info {
  color: white;
}

/* swiper nochmal */
.swiper-content {
  padding-bottom: 4rem;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  height: 20px;
  width: 20px;
}
.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #b1003a;
}