.header_container{
	position: relative;
}

.header_afbeelding{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.header_afbeelding picture{
	display: flex;
	height: 100%;
	width: 100%;
}

.header_afbeelding img{
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}

.header_content{
	position: relative;
	z-index: 1;
}

.header.jumbotron:first-child{
	--jumbotron-standard-margin: 13rem;
	padding-top: 28rem;
}

.header.achtergrondpatroon{
	background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='2102.737' height='1080.955' viewBox='0 0 2102.737 1080.955'%3E%3Cg id='Group_7304' data-name='Group 7304' transform='translate(-170.563 -360.031)' opacity='0.05'%3E%3Cpath id='Path_9506' data-name='Path 9506' d='M408.111,0H354.635c-5.984,0-8.165,2.72-10.89,6.538L213,166.168a30.8,30.8,0,0,1-48.05-.482l-36.2-46.065c-2.72-3.818-5.445-6.538-10.89-6.538H62.207c-7.077,0-8.714,5.445-4.357,10.895l80.825,94.444a30.808,30.808,0,0,0,23.445,10.823h48.823a30.794,30.794,0,0,0,23.393-10.766L412.468,10.895C416.825,5.445,415.193,0,408.111,0' transform='translate(115.116 828.445)' fill='%2319567d'/%3E%3Cpath id='Path_9509' data-name='Path 9509' d='M408.111,0H354.635c-5.984,0-8.165,2.72-10.89,6.538L213,166.168a30.8,30.8,0,0,1-48.05-.482l-36.2-46.065c-2.72-3.818-5.445-6.538-10.89-6.538H62.207c-7.077,0-8.714,5.445-4.357,10.895l80.825,94.444a30.808,30.808,0,0,0,23.445,10.823h48.823a30.794,30.794,0,0,0,23.393-10.766L412.468,10.895C416.825,5.445,415.193,0,408.111,0' transform='translate(415.723 1131.364)' fill='%2319567d'/%3E%3Cpath id='Path_9511' data-name='Path 9511' d='M408.111,0H354.635c-5.984,0-8.165,2.72-10.89,6.538L213,166.168a30.8,30.8,0,0,1-48.05-.482l-36.2-46.065c-2.72-3.818-5.445-6.538-10.89-6.538H62.207c-7.077,0-8.714,5.445-4.357,10.895l80.825,94.444a30.808,30.808,0,0,0,23.445,10.823h48.823a30.794,30.794,0,0,0,23.393-10.766L412.468,10.895C416.825,5.445,415.193,0,408.111,0' transform='translate(1858.428 360.031)' fill='%2319567d'/%3E%3Cpath id='Path_9507' data-name='Path 9507' d='M1047.921,0H897.427c-16.841,0-22.978,7.655-30.646,18.4L498.835,467.633c-35.145,42.908-100.964,42.236-135.223-1.356L261.748,336.641c-7.655-10.744-15.323-18.4-30.646-18.4H74.47c-19.916,0-24.523,15.323-12.261,30.66L289.669,614.69a86.7,86.7,0,0,0,65.98,30.458h137.4a86.662,86.662,0,0,0,65.832-30.3l501.3-584.191C1072.443,15.323,1067.85,0,1047.921,0' transform='translate(535.97 383.083)' fill='%2319567d'/%3E%3Cpath id='Path_9508' data-name='Path 9508' d='M1047.921,0H897.427c-16.841,0-22.978,7.655-30.646,18.4L498.835,467.633c-35.145,42.908-100.964,42.236-135.223-1.356L261.748,336.641c-7.655-10.744-15.323-18.4-30.646-18.4H74.47c-19.916,0-24.523,15.323-12.261,30.66L289.669,614.69a86.7,86.7,0,0,0,65.98,30.458h137.4a86.662,86.662,0,0,0,65.832-30.3l501.3-584.191C1072.443,15.323,1067.85,0,1047.921,0' transform='translate(1194.342 795.839)' fill='%2319567d'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.header.jumbotron h1 {
	font-size: clamp(5.4rem, calc(3.4rem + ((1vw - .56rem) * 2.9641)), 11rem);
    line-height: clamp(6rem, calc(4rem + ((1vw - .56rem) * 2.9641)), 11rem);
}

@media (max-width:767px)
{		
	.header.jumbotron:first-child {
		--jumbotron-standard-margin: 6rem;
		padding-top: 14rem;
	}
}

@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)
{
    
}