.header_met_tekst{
	height: 100vh;
    min-height: 830px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	background-size: cover;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: 0 !important;
}

.header_cutout{
	z-index: 0 !important;
	clip-path: circle(45% at 67.5% 50%);
}

.header_met_tekst:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(230, 50, 35, 0.74);
}

.header_met_tekst h1{
	color: #ffffff;
	font-family: aglet-slab;
	font-size: 80px;
	font-weight: 300;
	line-height: 90px;
    margin-right: -105px; 
}

.header_met_tekst p{
	color: #ffffff;
	font-family: aglet-slab;
	font-size: 20px;
	font-weight: 400;
	line-height: 34px;
}

.header_met_tekst .container{
	position: relative;
	z-index: 150;
}

.home .header_met_tekst{
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

.header_afb{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.header_afb picture {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; 
}

.header_afb picture img {
	-o-object-fit: cover;
	   object-fit: cover; 
	height: auto;
	width:100%;
}

.header_afb > img{
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover; 
	width:100%;
}

@media (max-width:767px)
{		
	.header_met_tekst h1{
		font-size: 46px;
		line-height: 56px;
		hyphens: auto;
	}
	
	.header_met_tekst {
		min-height: 0;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
		padding-bottom: 20px;
	}
	
	.header_met_tekst h1{
		margin-right: 0;
	}
	
	.header_met_tekst p {
		font-size: 17px;
		line-height: 28px;
	}
}

@media (min-width:768px) and (max-width:991px)
{
	.header_met_tekst{
		min-height: 950px;
	}
	
	.header_met_tekst h1 {
		font-size: 60px;
		line-height: 70px;
		margin-right: 0;
	}
	
	.header_met_tekst{
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
    	padding-bottom: 60px;
	}
	
	.home_linkjes{
		margin-bottom: 0 !important;
	}
}

@media (min-width:992px) and (max-width:1199px)
{
	.header_met_tekst h1 {
		font-size: 70px;
		line-height: 80px;
	}
}