.content_rechts_afbeelding_links + .content_links_afbeelding_rechts{
	margin-top: 60px;
}

.blok_gekaderd .content_rechts_afbeelding_links_bg{
	background-color: #f8f6f2;
	padding: 60px 0;
}

.blok_gekaderd .content_rechts_afbeelding_links_afb{
	margin-left: -100px;
    text-align: left;
	max-width: 500px;
	max-height: 500px;
	overflow: hidden;
	float: left;
}

@media (max-width:767px)
{		
	.content_rechts_afbeelding_links img{
		margin-bottom: 30px;
	}
	
	.content_rechts_afbeelding_links .col-sm-12:nth-child(n+2){
		margin-top: 0
	}
	
	.blok_gekaderd .content_rechts_afbeelding_links_bg{
		padding: 35px 0px 45px;
	}
	
	.content_rechts_afbeelding_links_afb {
		margin-left: 0 !important;
		max-width: none !important;
		height: 250px;
	}
	
	.content_rechts_afbeelding_links_afb picture {
		width: 100%;
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	.content_rechts_afbeelding_links_afb  img {
		-o-object-fit: cover;
		   object-fit: cover; 
		height: auto;
		width:100%;
		margin-top: 30px;
	}
	
	.content_rechts_afbeelding_links_bg .row{
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
}

@media (min-width:768px) and (max-width:991px)
{
	.blok_gekaderd .content_rechts_afbeelding_links_bg{
		padding: 60px 40px;
	}
	
	.content_rechts_afbeelding_links_afb {
		margin-left: 0 !important;
		max-width: none !important;
		height: 300px;
	}
	
	.content_rechts_afbeelding_links_afb picture {
		width: 100%;
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	.content_rechts_afbeelding_links_afb  img {
		-o-object-fit: cover;
		   object-fit: cover; 
		height: auto;
		width:100%;
		margin-top: 30px;
	}
	
	.content_rechts_afbeelding_links_bg .row{
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
}

@media (min-width:992px) and (max-width:1199px)
{
	.blok_gekaderd .content_rechts_afbeelding_links_afb {
    	margin-left: -30px;
		margin-right: 30px;
	}
}