.filmkalender-header {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  font-size: var(--text-3xl);
  color: var(--text-color);
  margin-bottom: 26px;
}

.filmkalender-date {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--text-sm);
  font-weight: 500;
  background-color: var(--ticket-color);
  text-align: center;
}

/* .hide {
  display: none;
} */

.stroke {
  margin-left: 12px;
  height: 2px;
  flex: 1;
  background-color: var(--dark-card-backgroundcolor);
}

.swiper-filmkalender-slide {
  width: 254px;
  height: 490px;
  border-radius: var(--border-md);
}

.filmkalender-image {
  width: 254px;
  height: 379px;
  border-radius: var(--border-md);
  aspect-ratio: 27 / 40 !important;
}

.filmkalender-wrapper * {
  user-select: none;
}

.filmkalender-swiper {
  position: relative;
}

.filmkalender-shadow-effect-left {
  pointer-events: none;
  z-index: 9;
  top: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  width: 490px;
  height: 100%;
  background: transparent
    linear-gradient(
      90deg,
      var(--background-color) 0%,
      var(--background-color-transparent) 100%
    )
    0% 0% no-repeat padding-box;
}

.filmkalender-shadow-effect-right {
  pointer-events: none;
  z-index: 9;
  top: 0;
  bottom: 0;
  position: absolute;
  right: 0;
  width: 490px;
  height: 100%;
  background: transparent
    linear-gradient(
      270deg,
      var(--background-color) 0%,
      var(--background-color-transparent) 100%
    )
    0% 0% no-repeat padding-box;
}

.filmkalender-wrapper {
  background-color: var(--background-color);
  padding-top: 30px;
  padding-bottom: 50px;
  position: relative;
}

.filmkalender-swiper-button-next {
  position: absolute;
  top: 42%;
  right: 10px;
  z-index: 10;
}

.filmkalender-swiper-button-prev {
  position: absolute;
  top: 42%;
  left: 10px;
  z-index: 10;
}

.filmkalender-navicon {
  font-size: var(--text-3xl);
  color: var(--text-color);
  opacity: 0.8;
}

/* Small devices (sm) - 640px */
@media (max-width: 640px) {
  .filmkalender-header {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: var(--text-xl);
    margin-bottom: 12px;
  }

  .filmkalender-header__second {
    font-size: var(--text-sm);
  }
}

/* Medium devices (md) - 768px */
@media (min-width: 641px) and (max-width: 768px) {
  .filmkalender-header {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
    font-size: var(--text-xl);
  }
  .filmkalender-header__second {
    font-size: var(--text-sm);
  }

  .calendar_headline_seperator {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .swiper-filmkalender-slide {
    width: 167px;
    height: 354px;
  }

  .filmkalender-image {
    width: 167px;
    height: 250px;
  }

  .filmkalender-shadow-effect-right {
    width: 100px;
    height: 100%;
  }

  .filmkalender-shadow-effect-left {
    width: 100px;
    height: 100%;
  }
}
