.met_schaduw .container{
	position: relative;
	padding-top: 80px;
}

.met_schaduw .container:before {
    content: "";
    position: absolute;
    left: -30px;
    top: 0;
    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px);
    height: 160px;
    -webkit-box-shadow: 60px -60px 60px rgba(29, 29, 27, 0.05);
    box-shadow: 60px -60px 60px rgba(29, 29, 27, 0.05);
    background-color: #f8f8f8;
}

.met_lijn {
	border-left: 4px solid var(--kleur_geel);
	left: -30px;
    position: relative;
	max-height: 165px;
    height: 100%;
	top:10px;
}

.page-id-1325 .tinymce-row:first-child .col-xl-7 {
	background-color: #111111;
	padding: 40px 40px 0px 40px
}  

.introtekst p {
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
}
 
@media (max-width:767px)
{
	.met_schaduw .container{
		padding-top: 0;
	}
	
	.met_schaduw .container:before{
		display: none;
	}
	
	.met_lijn {
		display: none;
	}
}

@media (min-width: 576px) and (max-width:767px)
{	
	
}

@media (min-width:768px) and (max-width:991px)
{    
    .met_schaduw .container:before{
		width: -webkit-calc(100% + 15px);
		width: calc(100% + 15px);
	}
	
	.content_1_koloms .tinymce-row{
		padding-right: 0;
	}
}

@media (min-width:992px) and (max-width:1199px)
{
	.met_schaduw .container:before{
		width: -webkit-calc(100% + 15px);
		width: calc(100% + 15px);
	}
	
	.content_1_koloms .tinymce-row{
		padding-right: 60px;
	}
}