/* swiper */
.swiper-container {
  width: 95%;
  margin: 0 auto;
  opacity: 0;
  margin-bottom: 80px;
}

.swiper-slide {
  position: relative;
}

.swiper-slide.swiper-slide-active {
  z-index: 2;
}

.swiperPrev,
.swiperNext {
  display: flex;
  align-items: center;
  justify-content: center;
  stroke: black;
  transition: stroke 0.15s linear;
  cursor: pointer;
}

.swiperPrev:focus,
.swiperNext:focus {
  outline: none;
}

/* agenda */
.agenda-image {
  height: 0;
  padding-top: 56.25%;
}

#swiper-monat {
  font-size: clamp(24px, 5vw, 60px);
}
