.content_1_inner_row{
    row-gap: var(--default-margin-bottom);
}

.content_1_koloms:not(.stijl_achtergrondkleur).geen_extra_marge_onderkant + .content_1_koloms{
	margin-top: var(--default-margin-bottom);
}

.content_1_koloms:not(.stijl_achtergrondkleur):last-child{
    margin-bottom: 0;
    padding-bottom: 0;
}

.row_met_beeldmerk{
	position: relative;
	padding-block: 7.5rem;
}

.row_met_beeldmerk:before{
	content: "";
	position: absolute;
	width: 35.3rem;
	aspect-ratio: 353 / 461;
	background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='352.741' height='461.45' viewBox='0 0 352.741 461.45'%3E%3Cpath id='Path_14855' data-name='Path 14855' d='M461.426,532.287l-.5,0-217.738-.963H185.123a76.235,76.235,0,0,1-76.438-76.215V70.838h276.3A76.235,76.235,0,0,1,461.426,147Zm-218.238-1.965,217.238.961V147c-.039-41.4-33.881-75.122-75.439-75.161h-275.3v383.27c.01,41.434,33.851,75.176,75.438,75.215Zm190.855-25.5-.5,0-190.248-.838h-58.17a48.933,48.933,0,0,1-49.055-48.878V98.121h248.92A48.933,48.933,0,0,1,434.043,147ZM137.067,99.121V455.108a48.1,48.1,0,0,0,48.056,47.878H243.3l189.748.836V147a48.1,48.1,0,0,0-48.056-47.878Z' transform='translate(-108.685 -70.838)' fill='rgba(30,56,85,0.1)'/%3E%3C/svg%3E%0A");
	background-size: contain;
	background-repeat: no-repeat;
	left: -11rem;
	top: 0;
}

@media (max-width:767px)
{		
	.row_met_beeldmerk {
		padding-block: 3rem 0;
	}
}

@media (min-width:768px) and (max-width:991px)
{
	
}

@media (min-width:992px) and (max-width:1199px)
{
	
}

@media (min-width:1200px) and (max-width:1399px)
{
    
}

@media (min-width:1400px)
{
    
}