.videoblok.toon_achtergrond_vorm { 
    padding-bottom: 0;
}

.videoblok.toon_achtergrond_vorm:after {
	content: '';
    display: block;
    width: 100%;
    position: relative;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1920' height='380' viewBox='0 0 1920 380' fill='none'%3E%3Cpath d='M0 379.37C425.86 251.93 861.24 95.87 1244.73 95.8701C1509.31 95.8701 1749.19 170.15 1944.2 379.37L1944.2 0.00012207L0.0100429 -4.78962e-05L0.0100098 379.37L0 379.37Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    aspect-ratio: 1920 / 380;
} 

.stijl_achtergrondkleur_ffffff + .videoblok:after {
    
}

.videoblok.stijl_achtergrondkleur_ffffff.toon_achtergrond_vorm:after { 
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1920' height='380' viewBox='0 0 1920 380' fill='none'%3E%3Cpath d='M0 379.37C425.86 251.93 861.24 95.87 1244.73 95.8701C1509.31 95.8701 1749.19 170.15 1944.2 379.37L1944.2 0.00012207L0.0100429 -4.78962e-05L0.0100098 379.37L0 379.37Z' fill='%23ffffff'/%3E%3C/svg%3E");
}

.videoblok.stijl_achtergrondkleur_f2f2f2.toon_achtergrond_vorm:after { 
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1920' height='380' viewBox='0 0 1920 380' fill='none'%3E%3Cpath d='M0 379.37C425.86 251.93 861.24 95.87 1244.73 95.8701C1509.31 95.8701 1749.19 170.15 1944.2 379.37L1944.2 0.00012207L0.0100429 -4.78962e-05L0.0100098 379.37L0 379.37Z' fill='%23f2f2f2'/%3E%3C/svg%3E");
}

.videoblok.stijl_achtergrondkleur_e8f5f3.toon_achtergrond_vorm:after { 
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1920' height='380' viewBox='0 0 1920 380' fill='none'%3E%3Cpath d='M0 379.37C425.86 251.93 861.24 95.87 1244.73 95.8701C1509.31 95.8701 1749.19 170.15 1944.2 379.37L1944.2 0.00012207L0.0100429 -4.78962e-05L0.0100098 379.37L0 379.37Z' fill='%23e8f5f3'/%3E%3C/svg%3E");
}

.videoblok.stijl_achtergrondkleur_16a085.toon_achtergrond_vorm:after { 
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1920' height='380' viewBox='0 0 1920 380' fill='none'%3E%3Cpath d='M0 379.37C425.86 251.93 861.24 95.87 1244.73 95.8701C1509.31 95.8701 1749.19 170.15 1944.2 379.37L1944.2 0.00012207L0.0100429 -4.78962e-05L0.0100098 379.37L0 379.37Z' fill='%2316a085'/%3E%3C/svg%3E");
}

 
.videoblok:has(+ .jumbotron.stijl_achtergrondkleur_ffffff)::after { 
	background-color: #ffffff;
}
.videoblok:has(+ .jumbotron.stijl_achtergrondkleur_f2f2f2)::after { 
	background-color: #f2f2f2;
}
.videoblok:has(+ .jumbotron.stijl_achtergrondkleur_e8f5f3)::after { 
	background-color: #e8f5f3;
}
.videoblok:has(+ .jumbotron.stijl_achtergrondkleur_16a085)::after { 
	background-color: #16a085;
}

.videoblok + .jumbotron {
    margin-top: -36rem !important;
}
 
.video_container {
	border-radius: 0.8rem;
	overflow: auto;
	width: 100%;
	max-width: 80rem;
	margin-bottom: 8rem; 
	box-shadow: 0px 10px 61px -15px rgba(0,0,0,0.48);
} 

.iframe-lazy{
    display: block;
    width: 100%;
    float: left;
}

.videoblok_overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	font-size: 1.4rem;
	color: #fff;
}

.videoblok_overlay i{
	margin-top: 2rem;
	color: #fff;
	font-size: 6.6rem;
}

.cookieconsent-optout-marketing_overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff !important;
	background-color: rgba(000, 000, 000, 0.8);
	text-align: center;
}

.inner-wrapper-cookie-overley-video i{
	font-size: 8rem;
	margin-bottom: 3rem;
}

.inner-wrapper-cookie-overley-video{
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);	
}

.inner-wrapper-cookie-overley-video p{
	font-size: 1.5rem;
}

.inner-wrapper-cookie-overley-video .button.small{
	font-size: 1.1rem;
}


@media (max-width:1399px) {
	.video_container {
		/* border-radius:0rem; 
		box-shadow: none; */
	} 

	.videoblok + .jumbotron {
		margin-top: -24rem !important;
	}
}


@media (max-width:769px) {
	
	.inner-wrapper-cookie-overley-video i{
		font-size: 5.5rem;
		margin-bottom: 3rem;
	}

	.inner-wrapper-cookie-overley-video p{
		font-size: 1.5rem;
	}

	.videoblok + .jumbotron {
		margin-top: 0rem !important;
	}
}