.content_met_achtergrond{
	padding: 120px 0;
	min-height: 650px;
	background-color: #fff;
	background-size: 65% auto;
	background-position: right center;
	background-repeat: no-repeat;
	position: relative;
}

.achtergrond_links.content_met_achtergrond{
	background-position: left center;
}

.content_met_achtergrond:before{
	content: "";
	position: absolute;
	left: 35%;
	top: 0;
	height: 100%;
	width: 300px;
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(#ffffff));
	background-image: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
	background-image: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}

.achtergrond_links.content_met_achtergrond:before{
	content: "";
	position: absolute;
    right: 35%;
    left: auto;
	top: 0;
	height: 100%;
	width: 300px;
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#ffffff));
	background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}

.content_met_achtergrond:after{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 300px;
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#ffffff));
	background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}

.achtergrond_links.content_met_achtergrond:after{
	opacity: 0;
}

.content_met_achtergrond h2{
	font-size: 45px;
	font-weight: 400;
	line-height: 55px;
	position: relative;
	z-index: 150;
}

.content_met_achtergrond .video{
	font-family: Brevia;
	color: #000;
	text-decoration: none !important;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
}

.content_met_achtergrond .video i{
	width: 50px;
    text-indent: 4px;
	margin-right: 10px;
	height: 50px;
	-webkit-box-shadow: 0 10px 10px rgba(168, 167, 157, 0.15);
	        box-shadow: 0 10px 10px rgba(168, 167, 157, 0.15);
	border-radius: 25px;
	background-color: #d8292f;
	color: #fff;
	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;
    line-height: 50px;
}

@media (max-width:767px)
{		
	.content_met_achtergrond {
		padding: 60px 0;
		min-height: 300px;
    	background-size: cover;
	}
	
	.content_met_achtergrond h2{
		font-size: 30px;
		line-height: 40px;
	}
	
	.content_met_achtergrond:before {
		width: 275px;
		left: 0;
		background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(60%, #ffffff));
		background-image: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, #ffffff 60%);
		background-image: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #ffffff 60%);
	}
	
	.content_met_achtergrond:after{
		width: 115px;
	}
	 
	.content_met_achtergrond.achtergrond_links {
		background: #fff; 
		min-height: 0;
		background-size: cover;
		background-position: center center;
		color: #fff;
	}

	.content_met_achtergrond h2 {
		color: #fff;
	}

	
	.content_met_achtergrond.achtergrond_links:before,
	.content_met_achtergrond.achtergrond_links:after{
		 	
	}

	.overlay_mobiel_rechts.achtergrond_links.content_met_achtergrond:before {
		content: "";
		position: absolute;
		right: 0;
		left: auto;
		top: 0;
		height: 100%;
		width: 100%;
		background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(#000000));
		background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, #000000 100%);
		background-image: linear-gradient(to right, rgba(0, 0, 0, 0) -40%, #000000 110%);
	}


	.overlay_mobiel_links.achtergrond_links.content_met_achtergrond:before, .achtergrond_links.content_met_achtergrond:before  {
		content: "";
		position: absolute;
		right: 0;
		left: auto;
		top: 0;
		height: 100%;
		width: 100%;
		background-image: -webkit-gradient(linear, right top, right top, from(rgba(0, 0, 0, 0)), to(#000000));
		background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0) 0%, #000000 100%);
		background-image: linear-gradient(to left, rgba(0, 0, 0, 0) -40%, #000000 110%);
	}


	.overlay_mobiel_rechts.content_met_achtergrond:before, .content_met_achtergrond:before {
		content: "";
		position: absolute;
		right: 0;
		left: auto;
		top: 0;
		height: 100%;
		width: 100%;
		background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(#000000));
		background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, #000000 100%);
		background-image: linear-gradient(to right, rgba(0, 0, 0, 0) -40%, #000000 110%);
	}
	.overlay_mobiel_links.content_met_achtergrond:before {
		content: "";
		position: absolute;
		right: 0;
		left: auto;
		top: 0;
		height: 100%;
		width: 100%;
		background-image: -webkit-gradient(linear, right top, right top, from(rgba(0, 0, 0, 0)), to(#000000));
		background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0) 0%, #000000 100%);
		background-image: linear-gradient(to left, rgba(0, 0, 0, 0) -40%, #000000 110%);
	}

	.content_met_achtergrond:after {
		display: none;
	}


	.achtergrond_links.overlay_mobiel_volledig.content_met_achtergrond:before, .overlay_mobiel_volledig.content_met_achtergrond:before {
		content: "";
		position: absolute;
		right: 0;
		left: auto;
		top: 0;
		height: 100%;
		width: 100%;
		background: rgb(0,0,0);
		background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.6) 100%);
	}

	.achtergrond_links.overlay_mobiel_geen.content_met_achtergrond:before, .overlay_mobiel_geen.content_met_achtergrond:before  {
		background: rgb(0,0,0);
		background: linear-gradient(0deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.0) 100%);
	}

}

@media (min-width:768px) and (max-width:991px)
{
	.content_met_achtergrond {
		padding: 60px 0;
		min-height: 475px;
    	background-size: cover;
	}
	
	/* .content_met_achtergrond:before {
		width: 505px;
		left: 0;
		background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(55%, #ffffff));
		background-image: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, #ffffff 55%);
		background-image: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #ffffff 55%);
	} */
	
	.content_met_achtergrond.achtergrond_links{
		background: #fff;
		background-image: none !important;
		min-height: 0;
	}
	
	.content_met_achtergrond.achtergrond_links:before,
	.content_met_achtergrond.achtergrond_links:after{
		display: none;		
	}
}

@media (min-width:992px) and (max-width:1199px)
{
	.content_met_achtergrond {
		padding: 60px 0;
		min-height: 475px;
	}
}