.call_to_action.content_gekaderd + .content_1_koloms  {
    margin-top: var(--jumbotron-standard-margin) !important; 
} 

.content_1_koloms header h1 {
	position: relative;
}
 
.content_1_koloms header h1:before {
    content: '';
    display: block;
    width: 5.6rem;
    height: 6.1rem;
    top: -3rem;
    left: -3rem;
    background: no-repeat;
    background-size: cover;
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Laag_2' data-name='Laag 2' viewBox='0 0 84.6 91.14'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23000; stroke-linecap: round; stroke-width: 8px; %7D %3C/style%3E%3C/defs%3E%3Cg id='Laag_1-2' data-name='Laag 1'%3E%3Cg id='Vorm_zwart_voor_titels' data-name='Vorm zwart voor titels'%3E%3Cpath id='Path_4500' data-name='Path 4500' class='cls-1' d='M38.25,4s41.29,.51,42.35,39.72'/%3E%3Cpath id='Path_4501' data-name='Path 4501' class='cls-1' d='M39.9,23.34S5.43,20.64,4.06,51.57c-1.37,30.92,21.92,35.57,21.92,35.57'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.page-id-3145 .content_1_koloms header {
	display: none;
}

.content_1_koloms  ul li {
	line-height: 3.8rem;
}

.content_1_koloms  ul li::marker {
    color: var(--kleur_oranje);
}


 
@media (max-width:767px)
{
	.content_1_koloms header h1 {
		font-size: 3.6rem;
		line-height: 4.6rem; 
	}

	.content_1_koloms header h1:before { 
		width: 3.6rem;
		height: 4.1rem;
		top: -2rem;
		left: -2rem;
		background-size: 100%;
	} 

}