/* ParallaxHero Portlet Styles */
.parallax-hero-section .jarallax {
    background-size: cover;
    background-position: center;
}

.parallax-hero-section h1 {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.parallax-hero-section p {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.parallax-hero-section .btn-outline-light:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: #fff;
}

.h-210 {
  height: 210px !important;
  min-height: 210px;
}

.h-400 {
  height: 400px !important;
  min-height: 400px;
}

.h-624 {
  height: 624px !important;
  min-height: 624px;
}

/* Swiper Slide Höhen - müssen feste Höhe haben! */
.swiper-slide.h-210 {
  height: 210px !important;
  min-height: 210px !important;
}

.swiper-slide.h-400 {
  height: 400px !important;
  min-height: 400px !important;
}

.swiper-slide.h-624 {
  height: 624px !important;
  min-height: 624px !important;
}

.swiper-slide.min-vh-50 {
  min-height: 50vh !important;
  height: 50vh !important;
}

.swiper-slide.min-vh-75 {
  min-height: 75vh !important;
  height: 75vh !important;
}

.swiper-slide.min-vh-100 {
  min-height: 100vh !important;
  height: 100vh !important;
}

/* Jarallax in Swiper Slides */
.swiper-slide .jarallax {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.swiper-slide .jarallax::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.swiper-slide .jarallax-img {
  position: absolute;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* Text Shadow für bessere Lesbarkeit */
.swiper-slide h1 {
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

.swiper-slide .btn-outline-light:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: #fff;
}
