.content_1_koloms h1{
	max-width: 100rem;
}

.video_achtergrond{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-bottom-right-radius: 18rem;
    overflow: hidden;
}

.video_achtergrond video{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video_achtergrond:after{
    content: "";
    background-image: linear-gradient(87deg, #007a38 0%, #24bbe7 100%);
    opacity: 0.8;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.content_1_koloms .container{
    position: relative;
    z-index: 150;
}

.row_met_video_achtergrond h1{
    text-align: center;
    max-width: 84rem;
    margin: 0 auto;
}

.content_1_koloms.row_1{
    position: relative;
    z-index: 15;
}

.content_1_koloms.row_1:has(.gekaderd_blok) .tinymce-row:last-child{
    margin-bottom: calc(-1 * var(--jumbotron-standard-margin) - 8rem);
}

.content_1_koloms:has(.contactblok) .col-xl-8 img{
	max-width: calc(100% - var(--column-width));
}

@media (max-width:767px)
{		
    .content_1_koloms:has(.contactblok) .col-xl-8 img{
        max-width: 100%;
        margin-top: 3rem;
    }
}

@media (min-width:768px) and (max-width:991px)
{
	.content_1_koloms:has(.contactblok) .col-xl-8 img{
        max-width: 100%;
        margin-top: 0    }
}

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

@media (min-width:1200px) and (max-width:1399px)
{
    
}

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