.content_1_koloms{
	position: relative;
}

.content_1_koloms .tinymce-row > .col-xl-6 > .introtekst{
	margin-top: -6px;
}

.content_1_koloms.achtergrond{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 275px 0;
	text-align: center !important;
	margin-top: 0 !important;
}

.content_1_koloms.achtergrond:not(:first-child):before{
	background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='1119' height='30' viewBox='0 0 1119 30'%3E%3Cg%3E%3Cg clip-path='url(%23clip-b3c8074b-18f7-4f9a-a6ac-54e860c86e93)'%3E%3Cpath fill='%238cdacd' d='M842.193 30L646.444-165.75c-47.982-47.973-126.041-47.973-174.022 0L276.672 30H.58l333.8-333.799c124.093-124.092 326.008-124.092 450.103 0L1118.287 30z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	position: absolute;
	left: 50%;
	top: 0;
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	content: "";
	width: 1119px;
	height: 30px;
}

.content_1_koloms.achtergrond:not(:first-child):after{
	background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='1119' height='30' viewBox='0 0 1119 30'%3E%3Cg%3E%3Cg clip-path='url(%23clip-d7249f45-93d0-4056-848f-d410e3fcb7a3)'%3E%3Cpath fill='%23fff' d='M842.193 0L646.444 195.75c-47.982 47.973-126.041 47.973-174.022 0L276.672 0H.58l333.8 333.799c124.093 124.092 326.008 124.092 450.103 0L1118.287 0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	position: absolute;
	left: 50%;
	bottom: 0;
	background-position: center bottom;
	background-repeat: no-repeat;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	content: "";
	width: 1119px;
	height: 30px;
}

.content_1_koloms.achtergrond h2 {
    color: #ffffff;
	font-family: azo-sans-web;
	font-size: 75px;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 24px;
}

.content_1_koloms.achtergrond h2:after{
	background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='22' viewBox='0 0 60 22'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%238cdacd' d='M16.974 16.7L0 0h15.98l8.984 8.84c2.777 2.731 7.295 2.731 10.072 0L44.02 0H60L43.025 16.7c-7.183 7.067-18.869 7.067-26.05 0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	display: block;
	margin: 0 auto;
	content: "";
	width: 60px;
	height: 22px;
	margin-top: 45px;	
}

.content_1_koloms.achtergrond h3 {
    color: #ffffff;
	font-family: azo-sans-web;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.content_1_koloms .tinymce-row{
	margin: 0 -50px;
}

.content_1_koloms .tinymce-row > div{
	padding: 0 50px;
}

.volledige_breedte h2[style="text-align: center;"]:after{
	background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='18' viewBox='0 0 50 18'%3E%3Cpath id='Path_697' data-name='Path 697' d='M-8.679-9.243-22.824-22.907H-9.508l7.487,7.232a6.091,6.091,0,0,0,8.393,0l7.487-7.232H27.176L13.03-9.243a15.754,15.754,0,0,1-21.709,0' transform='translate(22.824 22.907)' fill='%238cdacd'/%3E%3C/svg%3E%0A");
	content: "";
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	height: 18px;
    margin-top: 20px;
	margin-bottom: 80px;
}

@media (max-width:767px)
{		
	.tinymce-row p{
		text-align: left !important;
	}
	
	.volledige_breedte h2[style="text-align: center;"]:after{
		margin-bottom: 50px;
	}
	
	.content_1_koloms.achtergrond{
		padding: 160px 0;
	}
	
	.content_1_koloms.achtergrond h2{
		font-size: 40px;
		line-height: 56px;
	}
	
	.content_1_koloms.achtergrond h3{
		font-size: 18px;
	}
	
	.content_1_koloms.achtergrond:not(:first-child):before,
	.content_1_koloms.achtergrond:not(:first-child):after{
		width: 80%;
		background-size: contain;
	}
}

@media (min-width:768px) and (max-width:991px)
{
	.tinymce-row p{
		text-align: left !important;
	}
	
	.content_1_koloms.achtergrond:not(:first-child):before,
	.content_1_koloms.achtergrond:not(:first-child):after{
		background-size: auto 60%;
	}
	
	.content_1_koloms.achtergrond{
		padding: 175px 0;
	}
}

@media (min-width:992px) and (max-width:1199px)
{
	.content_1_koloms.achtergrond:not(:first-child):before,
	.content_1_koloms.achtergrond:not(:first-child):after{
		background-size: auto 75%;
	}
}