.contentblok.header_home {
    position: relative;
	margin-top: 0!important;
	padding-top: 0!important;
}

/* HERO */
.contentblok.header_home .header_content{
    padding: 0 0 120px 0;
}
.contentblok.header_home .header_content h1{
    text-transform: uppercase;
}

/* VISUAL WRAPPER */
.contentblok.header_home .header_visual{
    position:relative;
}

/* FOTO */
.contentblok.header_home .header_afbeelding {
    padding-top: 0;
}
.contentblok.header_home .header_afbeelding img{
    width:100%;
    display:block;
    transform: scale(1);
    transform-origin: center center;
}

.contentblok.header_home .header_visual.aos-animate .header_afbeelding img {
    animation: headerHomeZoom 3s ease-out 0.6s forwards;
}

@keyframes headerHomeZoom {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.05);
    }
}

#contentblok_2 .afbeelding_container img {
    position: relative;
    top: -8rem;
    left: 0;
    z-index: -1;
}


/***********************************************
TABLET
***********************************************/
@media (min-width: 768px) {
}

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

/***********************************************
DESKTOP
***********************************************/
@media (min-width: 1200px) {
    .contentblok.header_home .header_afbeelding {
        height: 80vh;
        overflow: hidden;
    }
    .contentblok.header_home .header_content{
        padding: 60px 0 120px 0;
    }
    #contentblok_2 .afbeelding_container {
        position: relative;
    }
    #contentblok_2 .afbeelding_container:before {
        content: "";
        position: absolute;
        width: 600px; 
        height: 600px;
        margin: auto;
        top: -653px;
        left: 0px;
        z-index: 9999;
        background-image: url('../../assets/img/lijn-lus.png');
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: contain; 
    }
    /* .contentblok.header_home:after {
        content: "";
        position: absolute;
        width: 600px; 
        height: 600px;
        margin: auto;
        top: 22rem;
        right: auto;
        z-index: 9999;
        background-image: url('../../assets/img/lijn-lus.png');
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: contain; 
    } */
    #contentblok_2 .afbeelding_container img {
        position: relative;
        top: -14rem;
        left: 0;
        z-index: -1;
    }
 
}

@media (min-width: 1400px) {
	.contentblok.header_home .header_afbeelding {
        height: 85vh;
        overflow: hidden; 
    }
}

@media (min-width: 1920px) {
    .contentblok.header_home:after {
        width: 900px;
        height: 900px;
        top: 22rem;
        right: auto;
    }
	
}

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