/* BLOK HEADER */ 


.header_hotspot {
    position: relative;
    height: 60vh;
    overflow: hidden;
    width: 100%;
}

.header_hotspot.header_afbeelding img {
    width: 100%;
    max-width: initial;
    height: 100%;
    object-fit: initial
}


.header_video {
    position: relative;
    height: 70vh;
    overflow: hidden;
    width: 100%;
}
.headerslide {
    position: relative;
    height: 70vh;
    overflow: hidden;
    width: 100%;
}
.headerslide img {
    width: 100%;
    max-width: initial;
    height: 100%;
    object-fit: cover;
}




@media (min-width: 576px) {
}

@media (min-width: 768px) {
    .headerslide,
    .header_afbeelding {
        min-height: 700px;
    }
    .header_hotspot {
        height: initial;
    }
    .header_content_container {
        bottom: 56px;
    }

    .header_content_container {
        
    }
}

@media (min-width: 992px) {
    .contentblok.header.heeft_hotspot {
        padding: 0;
        height: 100%;
        overflow: hidden;
        display: flex;
        align-items: center;
    }

    .contentblok.header.heeft_afbeelding,
    .contentblok.header.heeft_hotspot,
    .contentblok.header.heeft_slider,
    .contentblok.header.heeft_video {
        max-height: 1100px;
    }
    .header_content {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (min-width: 1200px) {
    .header_content_container {
        bottom: 106px;
    }
    .images_wrap img {
        object-fit: initial;
    }
}

@media (min-width: 1400px) {
}

@media (min-width: 1920px) {
    
    .header_afbeelding img {
        object-fit: cover;
    }

}

@media (min-width: 2560px) {
}