/* Indien de video fullscreen moet, .header_video weghalen */
.jumbotron.header_video{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-color: var(--groen);
	margin-bottom: calc(var(--default-margin-bottom) * 8);
}

.jumbotron.header_video.jumbo-padding {
	padding-top:  calc(var(--default-margin-bottom) * 4);
	padding-bottom: 0;
}

.jumbotron.header_video .header_video_content_small .button-group p{
	justify-content: start;
} 

#header-video{
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top:50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 0;
    -webkit-transition:opacity 0.6s ease-in-out;
	transition:opacity 0.6s ease-in-out;
}

#header-video.visible{
    opacity: 1;
}

.header_video::before {
	content: '';
    display: block;
	position: absolute;
    height: 23rem;
	width: 100%;
    bottom: -1px;
    z-index: 2;
	background: rgb(22,160,133);
	background: -webkit-linear-gradient(bottom, rgba(22,160,133,1) 0%, rgba(22,160,133,0) 100%);
	background: -o-linear-gradient(bottom, rgba(22,160,133,1) 0%, rgba(22,160,133,0) 100%);
	background: linear-gradient(to top, rgba(22,160,133,1) 0%, rgba(22,160,133,0) 100%); 
}

.header_video::after {
	content: '';
    display: block; 
    width: 100%; 
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    aspect-ratio: 1920 / 380;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Laag_1' x='0px' y='0px' viewBox='0 0 1920 380' style='enable-background:new 0 0 1920 380;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bopacity:0.1;fill:%2316A085;enable-background:new ;%7D .st1%7Bfill:%2316A085;%7D%0A%3C/style%3E%3Cpath class='st0' d='M0,379.4C425.9,251.9,861.2,95.9,1244.7,95.9c264.6,0,504.5,74.3,699.5,283.5V41L0,37L0,379.4L0,379.4z'/%3E%3Cpath class='st1' d='M489,164C285.8,191.2,78.3,130,0,96V0h2003v277c-27.7-13-124-57.4-288-131c-205-92-365-95-562-95 C895.5,51,743,130,489,164z'/%3E%3C/svg%3E");
}

  
.jumbotron.header_video {
	
}

.jumbotron.header_video h1 {
	color: #FFF; 
	text-shadow: 0px 398px 111px rgba(0, 0, 0, 0.00), 0px 254px 102px rgba(0, 0, 0, 0.01), 0px 143px 86px rgba(0, 0, 0, 0.05), 0px 64px 64px rgba(0, 0, 0, 0.09), 0px 16px 35px rgba(0, 0, 0, 0.10);
	font-family: var(--heading-font);
	font-size: 5.8rem;
	font-style: normal;
	font-weight: 700;
	line-height: 6.4rem;
}

.header_video_afbeelding {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	min-height: 52rem;
	overflow: clip;
}

.header_video_afbeelding_small { 
	position: relative; 
    z-index: 2;
    transform: translateY(0rem);
	background-color: #000;
 	border-radius: 1rem;
    overflow: hidden;
}

.header_video_afbeelding_small .ratio-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 93.8%);
}

.header_video_afbeelding_small + .button-group {
	margin-top: 2rem;
}

.header_video_afbeelding_small #header-video {
    position: absolute;
    width: 100%;
	height: auto;
    inset: 0;
    z-index: 1;
    border-radius: 8px;
    transform: translate(0, -2rem);
    box-shadow: 0px 30px 40px 5px rgba(0, 0, 0, 0.20); 
}
 
.videoblok_overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	font-size: 1.4rem;
	color: #fff;
}

.videoblok_overlay i{
	margin-top: 2rem;
	color: #fff;
	font-size: 6.6rem;
}

.cookieconsent-optout-marketing_overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff !important;
	background-color: rgba(000, 000, 000, 0.8);
	text-align: center;
}

.header_video_afbeelding picture{
	display: flex;
    height: 100%;
    width: 100%;
    z-index: 0;
    position: absolute; 
}

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

.header_video_afbeelding_overlay {
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(22, 160, 133, 0.8);
    z-index: 1;
    mix-blend-mode: normal;
    position: absolute; 
}

.header_video_content{
	position: relative;
	z-index: 1;
	min-height: 42rem;
	display: flex;
	align-items: center;
	color: #FFF;
	z-index: 2;
}

.header_video_content_small {
    position: relative;
	z-index: 1;
	min-height: 20rem;
	display: flex;
	align-items: flex-start;
	color: #FFF;
	z-index: 2;
	margin-bottom: 3rem;
}

.header_video_content  h1 {
    text-align: center;
}

.header_video_content_small  h1 {
    text-align: left;
}

@media (max-width:1199px){
	.header_video_content_small .container {
		padding: 0;
	}
	
	
	.header_video_content_small {
		margin-top: 3rem;
	}
}

@media (max-width:992px){
	.jumbotron.header_video h1 { 
		font-size: 3.8rem;  
		line-height: 4.4rem;
	}
	
/*
.header_video_afbeelding_small { 
	transform: translateY(-15rem);
}
*/ 
 
	.header_video_content {
		padding-bottom: 3rem;
	}
}

@media (max-width:767px)
{
    #header-video {
        height: 100vh;
        width: 100vw;
        object-fit: cover;
    } 
	
/*
	.header_video_afbeelding_small { 
		transform: translateY(-5rem);
	}
*/
	
	.golf_small.header_video_golf {
    	transform: translateY(-10rem);
	} 
	
	.jumbotron.header_video { 
		margin-bottom: calc(var(--default-margin-bottom)* 3);
	}
} 


@media (min-width: 1920px) {
	
	.header_video_golf {
	    min-height: 30rem;
	}

	.header_video_golf::after {
		height: calc(100vh / 3);
		min-height: 48rem;  
	}
}

@media (min-width: 2450px) { 
}