@font-face {
    font-family: 'DIN Pro - Bold';
    src: url('../fonts/dinpro-bold.eot');
    src: url('../fonts/dinpro-bold.eot') format('embedded-opentype'), url('../fonts/dinpro-bold.woff') format('woff'), url('../fonts/dinpro-bold.ttf') format('truetype'), url('../fonts/dinpro-bold.svg#DINProBold') format('svg');
}
@font-face {
    font-family: 'DIN Pro - Medium';
    src: url('../fonts/dinpro-medium.eot');
    src: url('../fonts/dinpro-medium.eot') format('embedded-opentype'), url('../fonts/dinpro-medium.woff') format('woff'), url('../fonts/dinpro-medium.ttf') format('truetype'), url('../fonts/dinpro-medium.svg#DINProMedium') format('svg');
}
@font-face {
    font-family: 'DIN Pro - Regular';
    src: url('../fonts/dinpro-regular.eot');
    src: url('../fonts/dinpro-regular.eot') format('embedded-opentype'), url('../fonts/dinpro-regular.woff') format('woff'), url('../fonts/dinpro-regular.ttf') format('truetype'), url('../fonts/dinpro-regular.svg#DINProRegular') format('svg');
}
@font-face {
    font-family: 'DIN Pro - Light';
    src: url('../fonts/dinpro-light.eot');
    src: url('../fonts/dinpro-light.eot') format('embedded-opentype'), url('../fonts/dinpro-light.woff') format('woff'), url('../fonts/dinpro-light.ttf') format('truetype'), url('../fonts/dinpro-light.svg#DINProLight') format('svg');
}





/**, body, h1, h2, h3, h4, h5, h6, .heading, nav.main, table thead th, nav.tabs, .pricing-menu .head .heading {
    font-family: 'DIN Pro - Regular';
}*/

*, body {
    font-family: 'DIN Pro - Regular';
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
}

hr {
    border-top: 5px solid #6ba81d;
    max-width: 200px;
    margin-top: 30px;
    margin-bottom: 30px;
}

p, .text {;
	font-size: 16px;
}
p span {
    font-size: inherit;
}

h1, h2, h3, h5, h6, .heading, nav.main, table thead th, nav.tabs, .pricing-menu .head .heading {
    font-family: 'DIN Pro - Regular';
}

h4 {
    font-family: 'DIN Pro - Regular';	
	line-height: 1.4;
}

body, .base-text {
    color: #000000;
}


p > a, p a:focus, p > a:hover {
    color: #6ba81d;
    text-decoration: underline;
	font-size: inherit;
}
a:focus, a:hover {
    color: inherit;
}
html.no-touch a:hover {
    color: #6ba81d;
}



.collaps-section {
    overflow: hidden;
    height: 0;
    padding: 0;
}



.input-row {
    font-size: 0;
	margin: 10px 0 10px 0;
}
.input-row label {
    width: 100%;
    display: inline-block;
}
.input-row input[type="text"] {
    width: 100%;
    display: inline-block;
    height: 40px;
    padding: 0 10px 0 10px;
    border: .5px solid rgba(0,0,0,.2);
    background: #ffffff;
	-webkit-appearance: none;
	border-radius: 0;
}
.input-row input[type="radio"] {
    
}
.input-row textarea {
    width: 100%;
    display: inline-block;
    height: 120px;
    padding: 10px 10px 10px 10px;
    border: .5px solid rgba(0,0,0,.2);
    background: #ffffff;
	-webkit-appearance: none;
	border-radius: 0;
}
.input-row input.error {
	border: 1px solid rgba(228,66,66,1);
}
.input-row label.error {
    overflow: hidden;
    width: 0;
    height: 0;
    position: fixed;
}





.btn {
    box-shadow: none !important;
    padding: 9px 20px;
	border: 0;
	font-size: 16px;
    font-family: 'DIN Pro - Light';
	text-decoration: none;
}
.btn:hover {
    color: #ffffff;
}

/*html.no-touch .btn:hover, .btn:active, .btn:focus {
    color: #ffffff !important;
}*/




.btn.c1-bg {
  	color: #ffffff !important;
  	background-color: #6ba81d !important;
}
.btn.c2-bg {
  	color: #ffffff !important;
  	background-color: #7c7b7b !important;
}
.btn.c3-bg {
	color: #ffffff !important;
  	background-color: #000000 !important;
}
.btn.c4-bg {
	color: #000000 !important;
  	background-color: #eef9f7 !important;
}
.btn.c5-bg {
	color: #000000 !important;
  	background-color: #ffffff !important;
}
.btn.c6-bg {
	color: #000000 !important;
  	background-color: #b4e3da !important;
}


span.GroenKnap{
padding: 0 !important;
margin: 0 !important;
background: none !important;
}

a.GroenKnap, .GroenKnap a, a .GroenKnap{
	box-shadow: none;
	padding: 9px 20px !important;
	border-radius: 0;
	position: relative;
	margin-top: 5px !important;
	margin-bottom: 5px !important;
	font-weight: 700 !important;
	font-size: 16px;
    font-family: 'DIN Pro - Light';
	background-color: #6ba81d !important;
	border-color: #53c27a;
	color: #fff !important;
	cursor: pointer;
	display: inline-block;
	text-decoration: none !important;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
}






.static-image img {
    width: auto;
    transform: scale(1);
}


.navigation nav.main {
    background-color: #6ba81d;
}
.navigation nav.main>ul>li>span.active {
    background-color: rgba(255,255,255,.2);
}
.navigation nav.main>ul>li:focus-within {
    background-color: rgba(255,255,255,.1);
}
html.no-touch .navigation nav.main span:not(.active)>a:hover, .navigation nav.main span:not(.active)>a:focus {
    background-color: rgba(0,0,0,.1) !important;
}
html.touch .navigation nav.main>ul>li.open, html.no-touch .navigation nav.main>ul>li:hover {
    background-color: transparent;
}
.navigation nav.main ul li span a::before {
    content: none;
}


.quick-links ul li a {
    padding-left: 0;
}
.quick-links ul li a::after {
    content: none
}
.second-quick-links ul li {
    margin-bottom: 10px;
}

body:not(.no-header) .apc.banner .item.takeover, body:not(.no-header) .apc.banner .item.takeover .container, body:not(.no-header) .apc.banner .item.takeover .row {
	height: calc(100vh - 70px);
}

.apc.banner h1.heading {
    font-family: 'DIN pro - Bold';
}
.apc.banner .info .heading.main+.text {
    margin-top: 15px;
}




footer, footer * {
    color: #ffffff;
    /*background-color: #7c7b7b;*/
}
footer a {
    color: #ffffff !important;
}
footer p.heading {
    font-family: 'DIN Pro - Medium';
    font-size: 20px;
}


.apc.banner .table-cell > * {
    text-shadow: 0px 0px 5px rgba(0,0,0,.7);
}


.facebook-popup {
    background: rgba(0,0,0,0);
    z-index: 500;
    position: fixed;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    display: none;
}
.facebook-popup.open {
    display: block;
}
.facebook-content {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 0 auto;
    background: #cad3dc;/*#4267b2;*/
    color: #000000;/*#ffffff;*/
    padding: 6px 15px;
    top: 0;
    position: relative;
    box-shadow: 0 0 16px rgba(0,0,0,.4);
    overflow-y: auto;
    transition: all .3s ease-in-out;
    transform: scale(0);
	text-align: center;
}
.facebook-content.open {
    transform: scale(1);
}
.facebook-content * {
	color: #000000 !important;
    text-align: center;
    text-decoration: none;
}
.fa, .far, .fas {
    font-family: FontAwesome;
}
i.fa.fa-facebook-official {
    margin: 0 0 20px 0;
    color: #4267b2 !important;
    font-size: 63px;
    padding: 0;
}
i.fa.fa-facebook-official:after {
    content: '';
    display: block;
    width: 40px;
    height: 48.3px;
    background: #ffffff;
    position: absolute;
    top: 10px;
    left: 6px;
    z-index: -1;
}
.facebook-popup h3 {
    border: none;
}
.facebook-popup h4 {
    border: none;
    float: left;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 29px;
    width: calc(100% - 160px);
    text-align: left;
    font-weight: 600;
}
.facebook-content i.fa.fa-times {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin: 0;
    font-size: 20px;
    cursor: pointer;
}
.fb-like.fb_iframe_widget {
    display: block;
	position: fixed;
    right: 40px;
}



.apc.banner .item.takeover .image {
    background-position: top center;
}


@media (min-width: 992px){
	
	/**, body {
    	font-family: 'DIN Pro - Regular';
	}
	p, .text {
		font-family: 'DIN Pro - Regular';
		
	}*/
	
	.facebook-popup {
		height: 100%;
		background: rgba(0,0,0,.5);
	}
	.facebook-content {
		max-width: 500px;
		padding: 40px 20px 20px 20px;
		top: 50px;
	}
	.fb-like.fb_iframe_widget {
		display: block;
		float: none;
		right: unset;
		position: relative;
		padding: 10px 0;
	}
	
	
	html.nav-up header {
		top: 0;
	}
	
	header::after {
		content: none;
	}
	header::before {
    	content: none;
	}
	html.reveal-out header, header, header .container {
		height: 80px;
	}
	.navigation nav.main {
		top: 0;
		height: 80px;
	}
	.navigation nav.main>ul {
		float: right;
	}
	.navigation nav.main {
		background-color: #ffffff;
	}
	.navigation nav.main>ul>li>span.active>a, html.touch .navigation nav.main>ul>li.open>span>a, html.no-touch .navigation nav.main>ul>li:hover>span>a, .navigation nav.main>ul>li>span a {
		color: #333333 !important;
	}
	.navigation nav.main>ul>li>span.active>a{
		border-bottom: 5px solid #6ba81d;
	}
	.navigation nav.main>ul>li>span.active, html.touch .navigation nav.main>ul>li.open, html.no-touch .navigation nav.main>ul>li:hover, .navigation nav.main>ul>li {
		background-color: transparent !important;
	}
	.navigation nav.main>ul>li>span a {
		height: 80px;
		padding: 20px 15px;
		line-height: 40px;
	}
	.navigation nav.main>ul>li>span.green-btn {
		background: #6ba81d;
		display: block;
		height: 40px;
		margin: 20px 0 0 20px;
	}
	html.no-touch .navigation nav.main span:not(.active)>a:hover, .navigation nav.main span:not(.active)>a:focus {
		background-color: rgba(0,0,0,0) !important;
	}
	html.no-touch .navigation nav.main>ul>li:hover>span.green-btn>a, .navigation nav.main>ul>li>span.green-btn a {
		padding: 0 30px;
    	line-height: 38px;
    	color: #ffffff !important;
	}
	html.no-touch .quick-links ul li a:hover {
		padding-left: 0;
	}
	
	body:not(.no-header) {
		padding-top: 80px;
	}
	
	
	h1 {
		font-size: 60px;
	}
	h4 {
		font-family: 'DIN Pro - Light';
	}
	
	
	
	.input-row label {
		width: 200px;
		vertical-align: top;
		padding-top: 6px;
	}
	.input-row input[type="text"] {
		width: calc(100% - 200px);
	}
	.input-row textarea {
		width: calc(100% - 200px);
	}
	
	
	.spc.umb-grid .grid-section>div+div {
		margin-top: 35px;
	}
	
	body:not(.no-header) .apc.banner .item.takeover, body:not(.no-header) .apc.banner .item.takeover .container, body:not(.no-header) .apc.banner .item.takeover .row {
		height: calc(100vh - 80px);
	}
	
	.banner .text-left {
		float: right;
		width: 50%;
		padding: 0 50px 0 0;
	}
}
