body {
    background: url('/themes/buitenhoven/assets/images/gradient-home1.webp') repeat-x top left;
    background-size: auto 750px;
}
.site-header {
    background: url('/themes/buitenhoven/assets/images/gradient-home1.webp') repeat-x top left;
    background-size: auto 750px;
}
.gradientAchterDommel {
    background: url('/themes/buitenhoven/assets/images/gradient-home2.webp') repeat-x;
    background-size: auto 750px;
    background-position: left bottom;
}

/* Header image met tekst overlay */
.tekstOverHeader {
    position: absolute;
    bottom: 45px;
    right: 45px;
    color: white;
    font-size: 3rem;
    line-height: 1.2;
    text-align: right;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    max-width: 60%;
}

.homeLogo {
    margin-bottom: -140px;
    position: relative;
    z-index: 99;;
}

/* Zweefknoppen rechts vast */
.zweefknop {
    position: absolute;
    right: 0;
    padding: 1px 15px 3px 15px;
    text-decoration: none;
    font-size: 1.5rem;
    z-index: 1000;
    transition: all 0.3s ease;
    min-width: 300px;
}

.zweefknop.de-wijk {
    top: -40px;
    background-color: #fff;
    border: 1px solid white;
    color: #A1AD24;
}

.zweefknop.koop {
    top: 130px;
    background-color: white;
    border: 1px solid white;
    color: #A1AD24;
}

.zweefknop.download {
    top: 190px;
    background-color: transparent;
    border: 1px solid white;
    color: white;
}

.zweefknop:hover {
    padding-right: 40px;
}

.gradientBinnen {
    position: absolute;
    top: 0;
    left: 160px;
    width: 50%;
    height: 160px;
    background: linear-gradient(to bottom, #C67424, #B9A963);
    z-index: -1;
}

.intro2 {
    color: #857370;
}

.kaartHome {
    transform: translateY(10%);
    position: relative;
    z-index: 0;
}
.locatie .display-1 {
    color: #3D96C3 !important;
    position: relative;
}

/* Blok 1 - Woningtypes sectie */
.blok-1 .woningtypes-knop {
    position: absolute;
    top: 110px;
    right: 0;
    background: linear-gradient(135deg, #E91E63, #FF6F00);
    color: white;
    padding: 2px 75px 4px 25px;
    text-decoration: none;
    font-size: 1.5rem;
    z-index: 10;
    transition: all 0.3s ease;
}

.blok-1 .woningtypes-knop:hover {
    color: white;
}



.gradientAchterDommel h2 {
    margin-top: -285px;
}

@media (max-width: 767.98px) {
    .tekstOverHeader {
        font-size: 1.75rem;
        bottom: 25px;
        right: 25px;
        max-width: 70%;
    }
    
    
    .zweefknop.de-wijk {
        top: 250px;
    }
    
    .zweefknop.koop {
        top: calc(250px + 70px);
    }
    
    .zweefknop.download {
        top: calc(250px + 140px);
    }
    
    .blok-1 .woningtypes-knop {
        position: relative;
        top: auto;
        right: auto;
        display: inline-block;
        margin-bottom: 20px;
        font-size: 1.2rem;
    }
    .blok-1 .blok1-titel {
        color: #E53935;
        margin-top: 0px;
    }
    .blok-1 .carousel-thumbnails {
        grid-template-columns: repeat(3, 1fr);
    }
}