.header{
	overflow: hidden;
	padding-top: 0;
}

.header_afbeelding{
	overflow: hidden;
    margin-right: calc(-4 * var(--column-width));
}

.content_gekaderd .header_afbeelding{
	aspect-ratio: 1;
}

.header_afbeelding picture{
	display: flex;
	width: 100%;
	height: 100%;
	max-height: 95rem;
    min-height: 95rem;
}

.header_afbeelding img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-height: 95rem;
    min-height: 95rem;
}

.stijl_achtergrondkleur_f7f9f9 .header_content_grid{
	background-color: #f7f9f9;
}

.content_gekaderd .header_afbeelding img{
	min-height: 0;
}

.header h1{
    line-height: 6.5rem;
    font-size: 6.5rem;
}

.header_content_inner{
    background-color: #ffffff;
    padding: 10rem;
    margin-left: -10rem;
    position: relative;
    isolation: isolate;
}

.header_content_grid{
    grid-template-columns: repeat(12, 1fr);
	column-gap: 3rem;
    display: grid;
}

.header_content_grid > div{
	grid-row: 1 / 2;
}

.header_content_grid > div:nth-child(1){
	grid-column: 1 / 8;
    position: relative;
}

.header_content_grid > div:nth-child(2){	
	grid-column: 6 / -1;
}

.content_gekaderd .header_content_grid > div:nth-child(2) {
    grid-column: 9 / -1;
}

.terug_link_bottom{
    color: var(--donkerblauw) !important;
    opacity: 0.5;
    text-decoration: none;
    display: inline-block;
    font-size: 1.6rem;
    line-height: 2.6rem;
}

.single-verhaal .header_content_inner:before{
    z-index: -1;
    width: 100%;
    background-repeat: no-repeat;
    aspect-ratio: 400 / 374;
    height: auto;
    position: absolute;
    content: "";
    right: 0;
    top: 10rem;
    background-position: right 12.5rem top;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='SVGDoc' width='400' height='374' xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:avocode='https://avocode.com/' viewBox='0 0 400 374'%3E%3Cdefs%3E%3C/defs%3E%3Cdesc%3EGenerated with Avocode.%3C/desc%3E%3Cg%3E%3Cg%3E%3Ctitle%3EPath 2868%3C/title%3E%3Cpath d='M240.59598,373.1089v-11.14401c32.90131,-22.28796 56.64862,-50.14803 71.242,-83.58002c14.59329,-33.43198 21.88995,-63.67993 21.88998,-90.74396c-0.00003,-31.30927 -5.57199,-46.9639 -16.716,-46.96399c-7.96002,0 -16.18533,0.13263 -24.67599,0.39798c-8.49069,0.26535 -13.79736,0.13272 -15.92001,-0.39798c-16.45068,-3.18402 -29.85001,-11.40935 -40.19798,-24.67601c-10.34799,-13.26666 -15.522,-29.18665 -15.522,-47.75995c0,-21.75732 7.42934,-38.34064 22.28801,-49.75006c14.85867,-11.40924 31.57465,-17.11389 50.14801,-17.11395c30.24796,0 55.45462,13.26666 75.62,39.79999c20.16534,26.53333 30.24802,60.23065 30.24802,101.092c0,48.82129 -14.328,94.85666 -42.98401,138.10594c-28.65604,43.24934 -67.12936,74.16072 -115.42001,92.73402zM18.512,373.1089v-11.14401c33.96266,-22.28796 58.24066,-49.74995 72.834,-82.38599c14.59332,-32.63602 21.89001,-63.28195 21.89001,-91.93799c0,-31.30927 -5.30666,-46.9639 -15.92001,-46.96399c-27.06401,0 -40.596,0 -40.59599,0c-16.98133,-3.18402 -30.51334,-11.40935 -40.596,-24.67601c-10.08267,-13.26666 -15.124,-29.18665 -15.124,-47.75995c0,-22.28809 7.164,-39.00403 21.492,-50.14807c14.328,-11.14404 31.04399,-16.71594 50.148,-16.71594c19.104,0 36.616,5.96997 52.536,17.90997c15.92,11.94 28.52333,28.65594 37.80998,50.14795c9.28668,21.492 13.93001,45.77008 13.93001,72.83406c0,48.82129 -14.32802,94.85666 -42.98399,138.10594c-28.65601,43.24934 -67.12933,74.16072 -115.42,92.73402z' fill-opacity='0' fill='%23ffffff' stroke-dashoffset='0' stroke-linejoin='miter' stroke-linecap='butt' stroke-opacity='1' stroke='%23d9d9d9' stroke-miterlimit='20' stroke-width='1'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.persoon_info{
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-bottom: 3.5rem;
}

.persoon_info img{
    border-radius: 50%;
}

.content_gekaderd_inner_header{
	padding-right: 0 !important;
}

.header.content_gekaderd:not(:first-child) .content_gekaderd_inner{
    padding-block: 0;
    padding-left: 0;
}

.header.content_gekaderd:not(:first-child) .header_content_grid > div:nth-child(1) .content_gekaderd_inner{
    padding-top: 10rem;
}

@media (max-width:767px)
{	
	.header_afbeelding {
		margin-right: calc(((-1 * (100vw - var(--container-width))) / 2) - 3rem);
		margin-left: calc(((-1 * (100vw - var(--container-width))) / 2) - 3rem);
	}
    
    .header:not(.row_1) .header_content_grid > div:nth-child(1){
        grid-row: 1 / 2;
    }
    
    .header:not(.row_1) .header_content_grid > div:nth-child(2){
        grid-row: 2 / 3;
        margin-top: var(--jumbotron-standard-margin);
    }
	
	.header_content_inner {
		padding: 3rem;
		margin-left: 0;
	}
	
	.header_afbeelding img{
		min-height: 0;
		max-width: none;
	}
	
	.header.links_uitbreiden .content_gekaderd_inner_header{
		padding: 3rem !important;
	}
	
	.header.links_uitbreiden .content_gekaderd_inner:not(.content_gekaderd_inner_header){
		padding: 0;
		margin: 0;
	}
	
	.content_gekaderd .header_content_grid > div:nth-child(2){
		grid-column: 1 / -1;
	}
	
	.header_content_grid{
		grid-template-rows: auto auto;
		grid-template-columns: repeat(6, 1fr);
	}
	
	.header_content_grid > div:nth-child(1) {
    	grid-column: 1 / -1;
    	grid-row: 2 / 3;
    	margin-top: -7rem;
	}
	
	.header_content_grid > div:nth-child(2) {
		grid-column: 1 / -1;
    	grid-row: 1 / 2;
	}
	
	.header h1{
		font-size: 3.8rem;
		line-height: 4rem;
	}
}

@media (min-width:768px) and (max-width:991px)
{
	
	.header:not(.stijl_achtergrondkleur) .content_gekaderd_inner_header{
		background: #fff;
		padding: 6rem 6rem 0 !important;
	}
	
	.header:not(.stijl_achtergrondkleur) .content_gekaderd_inner:not(.content_gekaderd_inner_header){
		padding: 0;
	}
	
	.header_content_inner {
		padding: 6rem;
		margin-left: 0;
	}
	
	.header_afbeelding img{
		min-height: 0;
		max-width: none;
	}
	
	.header h1 {
		line-height: 6rem;
		font-size: 6rem;
	}
	
	.header_afbeelding {
		margin-right: calc(((-1 * (100vw - var(--container-width))) / 2) - 3rem);
		margin-left: calc(((-1 * (100vw - var(--container-width))) / 2) - 3rem);
	}
	
	.header.links_uitbreiden .content_gekaderd_inner_header{
		padding: 6rem !important;
	}
	
	.header.links_uitbreiden .content_gekaderd_inner:not(.content_gekaderd_inner_header){
		padding: 0;
		margin: 0;
	}
	
	.content_gekaderd .header_content_grid > div:nth-child(2){
		grid-column: 1 / -1;
	}
	
	.header_content_grid{
		grid-template-rows: auto auto;
	}
	
	.header_content_grid > div:nth-child(1) {
    	grid-column: 1 / -1;
    	grid-row: 2 / 3;
    	margin-top: -25rem;
	}
	
	.header_content_grid > div:nth-child(2) {
		grid-column: 1 / -1;
    	grid-row: 1 / 2;
	}
}

@media (min-width:992px) and (max-width:1199px)
{
	.header_afbeelding picture,
	.header_afbeelding img{
		min-height: 0;
		max-height: none;
    	aspect-ratio: 1 / 1;
	}
	
	.content_gekaderd .header_content_grid > div:nth-child(2) {
		grid-column: 8 / -1;
	}
}

@media (min-width:1200px) and (max-width:1399px)
{
    
}

@media (min-width:1400px)
{
    
}