/* Elbetal v22 - Startseiten-Slider mit zwei neuen Headerbildern */
.ef-start-hero-slider,
.swiper-container.ef-start-hero-slider {
  width: 100% !important;
  min-height: 0 !important;
  height: auto !important;
  background: #061b49 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}

.ef-start-hero-slider .swiper-wrapper,
.ef-start-hero-slider .swiper-slide,
.ef-start-hero-slide {
  height: auto !important;
  min-height: 0 !important;
  background: #061b49 !important;
}

.ef-start-hero-picture {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
  background: #061b49 !important;
}

.ef-start-hero-img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
  margin: 0 auto !important;
  object-fit: contain !important;
  object-position: center center !important;
  transform: none !important;
  filter: none !important;
  opacity: 1 !important;
}

.ef-start-hero-slider .swiper-slide-caption,
.ef-start-hero-slider .slider_item,
.ef-start-hero-slider .parallax-content,
.ef-start-hero-slider .context-dark:before,
.ef-start-hero-slider .context-dark:after,
.ef-start-hero-slider .swiper-slide:before,
.ef-start-hero-slider .swiper-slide:after {
  display: none !important;
  content: none !important;
  opacity: 0 !important;
  background: transparent !important;
}

.ef-start-hero-slider .swiper-pagination {
  bottom: 18px !important;
  z-index: 20 !important;
}

.ef-start-hero-slider .swiper-pagination-bullet,
.ef-start-hero-slider .swiper-pagination-bullet-custom {
  background: rgba(255,255,255,.72) !important;
  border: 1px solid rgba(255,255,255,.88) !important;
  box-shadow: 0 4px 14px rgba(0,0,0,.24) !important;
}

.ef-start-hero-slider .swiper-pagination-bullet-active,
.ef-start-hero-slider .swiper-pagination-bullet-custom.swiper-pagination-bullet-active {
  background: linear-gradient(90deg,#009fe3,#7ac943,#ff8c1a,#d91b72) !important;
}

@media (min-width: 1600px) {
  .ef-start-hero-slider {
    max-height: 78vh !important;
  }
  .ef-start-hero-img {
    max-height: 78vh !important;
    object-fit: contain !important;
  }
}

@media (max-width: 767px) {
  .ef-start-hero-slider,
  .ef-start-hero-slider .swiper-slide {
    min-height: 0 !important;
  }
  .ef-start-hero-img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
  }
  .ef-start-hero-slider .swiper-pagination {
    bottom: 10px !important;
  }
}
