.header_slider{
	margin-top: -100px !important;
	height: 100vh;
	overflow: hidden;
}

.header_slider .tns-outer,
.header_slider .tns-inner,
.header_slider_container,
.header_slide{
	height: 100%;
}

.header_slider_overlay + .jumbo-padding{
	margin-top: 0 !important;
	z-index: 2;
	position: relative;
}

.header_slider:after{
	content: "";
	width: 100%;
	height: 200px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(180deg, rgba(0, 28, 54, 0) 0%, #001c36 100%);
}
.header_content p{
	display: flex;
}
.header_slider_container,
.header_slider{
	position: relative;
}

.header_slider .tns-controls{
	position: absolute;
	bottom: 0;
}

.header_slider .tns-controls,
.header_slider .tns-controls button{
	outline: none;
}

.header_slider .tns-controls button{
	margin: 0 5px;
	border: none;
	background: #fff;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	color: #f00;
	padding: 0;
	-webkit-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
    font-size: 20px;
}

.header_slider .tns-controls button[disabled]{
	cursor: default;
}

.header_slider .tns-controls{
    width: auto;
    left: 50%;
	top: 50%;
	z-index: 1001;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    height: 0;
}

.header_slide > picture {
	width: 100%;
	height: 100%;
	display: flex;
 
}
.header_slide > picture img,
.header_slide > img{
	object-fit: cover; 
	height: auto;
	width:100%;
}

.header_slider_content{
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	top: 0;
    padding: 200px 0 100px;
	z-index: 2;
}

.header_slider_overlay{
	width: 100%;
	background: url(../../../images/vorm-groen.svg) center bottom no-repeat;
	background-size: cover;
	height: 1333px;
	margin-top: -560px;
	z-index: 1;
	position: relative;
	margin-bottom: -80px;
}

.header_slider .button:not(.button_blauw){
	background: #fff;
	color: #78c4af;
}

.header_slider .button{
	margin-right: 20px;
}

#slider_cats{
	list-style: none;
	padding: 0;
	margin: 0;
}

#slider_cats li.active{
	border-bottom: solid 2px rgba(255,255,255,1);
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

#slider_cats li{
	color: #ffffff;
	border-bottom: solid 2px rgba(255,255,255,0);
	font-family: Ubuntu;
	font-size: 20px;
	font-weight: 300;
	line-height: normal;
	text-transform: uppercase;
	float: left;
	position: relative;
	margin-right: 25px;
	cursor: pointer;
}

#slider_cats li a{
	color: #ffffff !important;
	text-decoration: none !important; 
}

#slider_cats li:not(:last-of-type):after{
	content: "|";
	margin: 0;
	position: absolute;
	right: -16px;
}

.header_slider .last-no-margin{
	min-height: 485px;
}

@media (max-width:767px)
{		
	.header_slider_overlay{
		height: 275px;
	}

	.header_slider .last-no-margin{
		min-height: 0;
	}
	
	#slider_cats li{
		font-size: 15px;
	}
	
	.header_slider_content,
	.header_slider_content *{
		height: auto !important;
	}
	
	.header_slider_overlay {
		margin-top: -200px;
		margin-bottom: 0;
	}
	.header_content p{
		margin-top: 30px;
	}
	
	.header_slider_content .container{
		padding: 0 30px;
	}
}

@media (min-width:768px) and (max-width:991px)
{
	.header_slider_overlay{
		margin-bottom: -50%;
	}
}

@media (min-width:992px) and (max-width:1199px)
{
	.header_slider{
		margin-top: -140px !important;
	}
	
	.header_slider_overlay{
		margin-bottom: -140px;
	}
}