.content_rechts_afbeelding_links .row{
	margin: 0 -25px;
}

.content_rechts_afbeelding_links .row > div{
	padding: 0 25px;
}

.content_rechts_afbeelding_links.achtergrondkleur_wit{
	background: #fff;
	padding-bottom: 120px;
}

.content_rechts_afbeelding_links.achtergrondkleur_wit + .content_1_koloms:not(.achtergrondkleur_wit){
	margin-top: 240px;
}

.iframe-lazy{
    display: block;
    width: 100%;
    float: left;
}

.videoblok_overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.11);
	height: 100%;
	font-size: 24px;
	color: #fff;
}

.videoblok_overlay i{
	margin-top: 20px;
	color: #ffffff;
	font-size: 31px;
	font-weight: 400;
	border-radius: 50%;
	line-height: 53px;
	width: 66px;
	height: 66px;
	background-color: #e63223;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

@media (max-width:767px)
{		
	.content_rechts_afbeelding_links_afb{
		margin-bottom: 34px;
	}
	
	.content_rechts_afbeelding_links .col-sm-12:nth-child(n+2){
		margin-top: 0;
	}
	
	.content_rechts_afbeelding_links.achtergrondkleur_wit {
		padding-top: 60px !important;
		margin-bottom: -60px !important;
		padding-bottom: 60px !important;
	}

	.content_rechts_afbeelding_links.achtergrondkleur_wit + .content_1_koloms:not(.achtergrondkleur_wit){
		margin-top: 120px;
	}
}

@media (min-width:768px) and (max-width:991px)
{
	.content_rechts_afbeelding_links_afb{
		margin-bottom: 34px;
	}
}

@media (min-width:992px) and (max-width:1199px)
{
	
}