.vragen_blok{
	background: var(--grijs);
	padding: 2.5rem;
}

.call_to_action_content{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	isolation: isolate;
	color: #fff;
    flex-direction: column;
    height: 100%;
	background-size: cover;
	background-position: center;
}

.call_to_action_content *{
	color: #fff !important;
}

.call_to_action_content:after{
	content: "";
	position: absolute;
	inset: 0;
	background: #1e385580;
	z-index: -1;
}

.call_to_action_content h2{
	text-align: center;
}

#content .vragen :is(h2) + :is(p, ul, ol, h2, h3, h4, .gekaderd_blok, .button-group, address, table, section, form, section, .introtekst){
	margin-top: 3rem;
}