.header{
    height: calc(100vh - 12.8rem);
    min-height: 77rem;
}

.header .header_content .last-no-margin{
	padding-right: 10rem;
}

.header_afbeelding > div{
	height: 100%;
}

.header_afbeelding{
	position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    bottom: 0;
    z-index: 1002;
}

.header_afbeelding:after{
	content: "";
	position: absolute;
	inset: 0;
	background-image: linear-gradient(44deg, #0b0429 0%, rgba(15, 10, 35, 0.73) 12%, rgba(151, 91, 57, 0.29) 67%, rgba(242, 145, 71, 0) 100%);
}

.header_afbeelding picture{
	display: flex;
	height: 100%;
	width: 100%;
}

#header-video{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.header_afbeelding img{
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}

.header_content{
	position: relative;
	z-index: 1000;
}

.header .pre-title{
	color: #f9f2ec !important;
}

.single-reference .header p:nth-child(:last-child){
	margin-bottom: 2rem;
}

.single-reference .header strong{
	opacity: 0.5;
	color: #f9f2ec;
	text-transform: uppercase;
	font-weight: 400 !important;
	font-size: 1.4rem;
	line-height: normal;
}

.video_show{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 15;
    color: #ffffff !important;
    font-family: proxima-nova, sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
}

.home_video_stijl .header_afbeelding{
	width: 100%;
}

.home_video_stijl .video_show{
	right: 10rem;
	bottom: 2rem;
	top: auto;
	left: auto;
}

.header.home_video_stijl{
	height: 100vh;
}

.home_video_stijl h1{
	font-size: 7rem;
	line-height: 7rem;
}

.home_video_stijl .header_content{
	height: 100%;
    display: flex;
    margin: 0 auto;
    width: 100%;
    justify-content: center;
    align-items: flex-end;
}

.home_video_stijl .header_container{
	height: 100%;
}

.home_video_stijl .header_content{
	z-index: 1003;
}

@media (max-width:767px)
{		
	.header{
		min-height: 0;
	}
	
	.home_video_stijl .video_show{
		right: 2rem;
	}
	
	.header .header_content {
		padding-right: 0;
	}
	
	.header:not(.home_video_stijl) .header_container{
		display: flex;
    	flex-direction: column-reverse;
	}
	
	.header:not(.home_video_stijl){
		height: auto;
		min-height: 0;
		padding-bottom: 0;
	}
	
	.header:not(.home_video_stijl) .header_afbeelding {
    	position: relative;
		left: 0;
		bottom: 0;
		height: 35rem;
		width: 100%;
		margin-top: var(--default-margin-bottom);
	}
}

@media (min-width:768px) and (max-width:991px)
{
	.header{
		min-height: 0;
	}
	
	.home_video_stijl .video_show{
		right: 2rem;
	}
	
	.header .header_content {
		padding-right: 0;
	}
	
	.header:not(.home_video_stijl) .header_container{
		display: flex;
    	flex-direction: column-reverse;
	}
	
	.header:not(.home_video_stijl){
		height: auto;
		min-height: 0;
		padding-bottom: 0;
	}
	
	.header:not(.home_video_stijl) .header_afbeelding {
    	position: relative;
		left: 0;
		bottom: 0;
		height: 35rem;
		width: 100%;
		margin-top: var(--default-margin-bottom);
	}
}

@media (min-width:992px) and (max-width:1199px)
{
    
}

@media (min-width:1200px) and (max-width:1399px)
{
    
}

@media (min-width:1400px)
{
    
}