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

/* Header nur oben - nicht sticky, verschwindet beim Scrollen nach unten */
header.reveal_header {
    position: absolute !important;
    background-color: rgba(255, 255, 255, 0) !important;
    border-bottom: none !important;
}

header.reveal_header .logo_normal {
    display: block !important;
}

header.reveal_header nav ul li a {
    color: #fff !important;
}

header.reveal_header nav ul li a.animated_link:before {
    background-color: #fff !important;
}

/* Logo Größenanpassung - 250px Breite auf allen Seiten */
header .logo_normal img {
    width: 250px;
    height: auto;
}

/* Testimonial ohne Foto - volle Breite */
.box_overlay.no-pic {
    padding: 45px;
    padding-left: 45px;
}

.box_overlay.no-pic .name_top {
    margin-bottom: 20px;
    text-align: center;
}

.box_overlay.no-pic .name_top h4 {
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
    margin: 0;
}

.box_overlay.no-pic .name_top h4 small {
    display: block;
    color: #fff;
    margin-top: 3px;
    letter-spacing: normal !important;
}

.box_overlay.no-pic .comment {
    border-left: 0;
    padding-left: 0;
    text-align: center;
}

@media (max-width: 767px) {
    .box_overlay.no-pic {
        padding: 30px;
    }
    
    .box_overlay.no-pic .name_top {
        text-align: center;
    }
    
    .box_overlay.no-pic .comment {
        text-align: center;
    }
}

/* Parallax Section Full-Width - Hintergrundbild Full-Width */
.parallax_section_1 {
    width: 100vw !important;
    max-width: 100vw !important;
    position: relative !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.parallax_section_1 .wrapper {
    width: 100% !important;
    max-width: 100% !important;
}

/* Jarallax Container Full-Width */
.parallax_section_1 [id^="jarallax-container"] {
    width: 100vw !important;
    max-width: 100vw !important;
    left: 0 !important;
    right: 0 !important;
}

.parallax_section_1 .jarallax-img {
    width: 100vw !important;
    min-width: 100vw !important;
    max-width: 100vw !important;
    left: 0 !important;
    right: 0 !important;
}

/* Hero Video Background - Ersatz für Jarallax */
.hero {
    position: relative;
}

.hero .hero-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

/* Hero auf Startseite: 75% statt 100% Browser-Höhe */
.hero.home-search.full-height {
    height: 75vh;
}

@media (max-width: 991px) {
    .hero.home-search.full-height {
        min-height: 500px;
    }
}

@media (max-width: 767px) {
    .hero.home-search.full-height {
        height: 100vh;
    }
}
