.header{
	padding: 200px 0;
	position: relative;
	background-position: center;
	background-size: cover;
	z-index: 1;
}

.call_to_action_no_bg{
	padding: 80px 0;
	background-color: #12223a;
}

.header:before{
	content: "";
	background-color: rgba(12, 24, 41, 0.87);
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.header:after{
	position: absolute;
	left: 0;
	width: 50%;
	height: 100%;
	top: 0;
	content: "";
	background-repeat: repeat;
	background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cg id='Laag_2' data-name='Laag 2'%3E%3Cg id='Laag_1-2' data-name='Laag 1'%3E%3Crect width='2' height='2' fill='%23183054'/%3E%3Crect x='4' width='2' height='2' fill='%23183054'/%3E%3Crect x='4' y='4' width='2' height='2' fill='%23183054'/%3E%3Crect y='4' width='2' height='2' fill='%23183054'/%3E%3Crect width='8' height='8' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-size: 8px 8px;	
	opacity: 0.5;
}

.header .container{
	position: relative;
	z-index: 5;
}

.header h1,
.header h2{
	color: #f1ede3;	
}

.header h1{
	font-size: 78px;
	line-height: 92px;
}

.header h2{
	font-family: marine, sans-serif;
	font-size: 80px;
	font-weight: 700;
	line-height: 92px;
}

.header :is(p, ul, ol){
	color: #007864;
	font-size: 20px;
	font-weight: 400;
	font-style: italic;
	line-height: 34px;
}

.linkjes_rechts{
	color: #cc8a00;
	font-family: marine, sans-serif;
	font-size: 19px;
	font-style: italic;
}

/*.linkjes_rechts > div:not(.tns-item){
	display: none;
}

.linkjes_rechts > div.tns-item{
	opacity: 0;
}

.linkjes_rechts > div.tns-item{
	-webkit-animation: fadein 0.2s forwards;
	        animation: fadein 0.2s forwards;
}

.linkjes_rechts > div.tns-item:nth-child(3){
	-webkit-animation-delay: 0.15s;
	        animation-delay: 0.15s;
}

.linkjes_rechts > div.tns-item:nth-child(4){
	-webkit-animation-delay: 0.35s;
	        animation-delay: 0.35s;
}

@-webkit-keyframes fadein {
    from { 
		opacity: 0; 
		-webkit-transform: translateX(-100px); 
		        transform: translateX(-100px);
	}
    to   { 
		opacity: 1; 
		-webkit-transform: translateX(0); 
		        transform: translateX(0);
	}
}

@keyframes fadein {
    from { 
		opacity: 0; 
		-webkit-transform: translateX(-100px); 
		        transform: translateX(-100px);
	}
    to   { 
		opacity: 1; 
		-webkit-transform: translateX(0); 
		        transform: translateX(0);
	}
}*/

.linkjes_rechts > div:nth-child(1)

.linkjes_rechts a,
.linkjes_rechts a:hover,
.linkjes_rechts a:focus{
	color: #cc8a00 !important;	
}

.linkjes_rechts i.link_icoon{
	color: #007864;
	font-size: 52px;
	margin-right: 15px;
}

.linkjes_rechts i:not(.link_icoon){
	margin-left: 8px;
}

.linkjes_rechts strong{
	color: #f1ede3;
	font-family: marine, sans-serif;
	font-size: 26px;
}

.linkjes_rechts > div + div{
	margin-top: 30px;
}

@media (max-width:767px)
{		
	.jumbotron h1 {
		font-size: 30px;
		line-height: 35px;
	}
	
	.header {
    	padding: 30px 0;
	}
	
	.scroll_down{
		display: none !important;
	}
	
	.linkjes_rechts i.link_icoon{
		font-size: 37px;
	}
	
	.linkjes_rechts strong{
		font-size: 18px;
	}
	
	.linkjes_rechts{
		font-size: 15px;
		line-height: normal;
	}
	
	.linkjes_rechts > div{
		opacity: 1 !important;
		-webkit-animation: none !important;
		        animation: none !important;
	}
	
	.linkjes_rechts > div + div {
		margin-top: 0;
	}
	
	.header .row > div:nth-child(2) .last-no-margin{
		background-color: rgba(12, 24, 41, 0.87);
		margin: 0 -15px -30px;
		padding: 15px;
	}
	
	.header .tns-nav button.tns-nav-active{
		background: #cc8a00;
	}
	
	.header .tns-nav{
		text-align: center;
	}
	
	.header .tns-item > div{
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	
	.header .tns-nav button{
		padding: 0;
		margin: 0 2px;
		border: none;
		width: 9px;
		height: 9px;
		background-color: rgba(255, 255, 255, 0.4);
		border-radius: 50%;
		-webkit-transition: 0.3s background-color;
		-o-transition: 0.3s background-color;
		transition: 0.3s background-color;
	}
}

@media (min-width:768px) and (max-width:991px)
{
	.header h1 {
		font-size: 46px;
		line-height: 60px;
	}
	
	.header {
		padding: 120px 0 160px;
	}
	
	.linkjes_rechts{
		font-size: 13px;
		line-height: normal;
	}
	
	.linkjes_rechts i.link_icoon{
		font-size: 46px;
	}
	
	.linkjes_rechts strong{
		font-size: 20px;
		line-height: normal;
	}
}

@media (min-width:992px) and (max-width:1199px)
{
	.header h1 {
		font-size: 60px;
		line-height: 72px;
	}
	
	.header {
		padding: 120px 0;
	}
}

@media (min-width:1200px) and (max-width:1399px)
{
    
}

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