/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

/* Video Hero Banner - Firefox kompatibel */
.video-hero {
    position: relative;
    overflow: hidden;
    background: #1a1a2e url('../img/bg_testimonials.jpg') center center / cover no-repeat;
}

.video-hero .video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.video-hero .video-background video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

/* Firefox-spezifische Fixes */
@-moz-document url-prefix() {
    .video-hero .video-background video {
        width: 100vw;
        height: 100vh;
    }
}

.video-hero .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.video-hero .wrapper {
    position: relative;
    z-index: 2;
}

/* Fix Testimonials Section - vertikale Zentrierung */
.parallax_section_1 .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 70vh;
    padding: 60px 0;
}

.parallax_section_1 .wrapper .container {
    width: 100%;
}
