.header_background {
	padding-top:150px;
	padding-bottom:150px;
	position:relative;
	background-size: cover;
	background-position: center center;
}
.header_overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: #000;
	opacity:0.4;
}
.header_image {
    max-width:100%;
    height:auto;
	margin-bottom:-200px;
}
h1 {
    word-break: break-word;
}
.container_header_overlay {
    position:absolute;
	bottom:30px;
	left:0;
	width:100%;
}
.container_header_overlay .container {
  	display:flex;
	justify-content:flex-end;
	align-items: flex-end;      
}
.container_header_overlay img {
    max-width:100px;
    border-left: 1px solid #F37357;
    padding-left:10px;
}
.header_backgroundvideo {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;    
}
.header_backgroundvideo #video {
    min-width:100%;
    min-height:100%;
}
.header_content {
	z-index:1;
	position:relative;
}
.header_background h1, .header_background h2, .header_background h3, .header_background h4, .header_background h5, .header_background h6, .header_background p, .header_background span {
	color: #fff;
}
.header_background h1 strong, .header_background h1 b {
	color: #ec6c4f;
	
}
.header_background h1 {
	font-size: 50px !important;
	font-weight:600;
}

.header_background p {
	font-size: 20px !important;
}
.headerbottom {
    padding-bottom:50px;
    padding-top:50px;
}
.headerbottom .col-md-7 {
	padding:40px;
}
.headerbottom .col-md-7  h4 {
	line-height:1.4em;
	margin-bottom:40px;
}
.orangeBox {
    background: #F37357;
    padding: 40px;
    padding-bottom:20px;
    border-radius: 20px;
    background-image: url('/wp-content/uploads/2024/11/achtergrond_lines.png');
    background-size: cover;
    background-position: center;
}
.orangeBox h1, .orangeBox h2, .orangeBox h3, .orangeBox h4, .orangeBox h5, .orangeBox h6, .orangeBox p, .orangeBox span {
	color: #fff;
}
.orangeBox h1 strong, .orangeBox h2 strong, .orangeBox h3 strong, .orangeBox h4 strong, .orangeBox h5 strong, .orangeBox h6 strong {
	color: #000;
}
.orangeBox .nf-form-content {
	padding:0px;
}
.orangeBox .nf-form-content label {
	font-size: 16px !important;
}
.orangeBox .nf-form-content .nf-field-label {
	margin-bottom:0px !important;
}
#nf-label-field-26 a {
	color: #fff;
	font-weight:400;
}
.usps {
    padding:30px 0px;
}
.usps .header_usp  {
    margin-bottom:10px;
}
.usps .header_usp i {
    color:#F37357;
}
@media all and (max-width:768px) {
	.header_image {
		margin-bottom:50px;
	}
}