body{
	font-family: 'Overpass', sans-serif;
	color:#565656;
	font-size:16px;
	line-height:1.625;
	font-weight:400;
	padding-top:158px;
}
p{
	margin:0 0 1.875em 0;
}
a:focus, input:focus, button:focus, select:focus, textarea:focus{
	outline:none;
}
.color-dark{
	color:#414141;
}
.color-green{
	color:#007179;
}
.font-rockkit{
	font-family: 'Rokkitt', serif;
}
.t-1{
	font-family: 'Rokkitt', serif;
	font-size:64px;
	line-height:1;
	color:#007179;
	font-weight:300;
	margin:0 0 48px 0;
}
.wt-bold, strong{
	font-weight:700;
}
.wt-semibold{
	font-weight:600;
}
.wt-light{
	font-weight:300;
}
.wt-black{
	font-weight:900;
}
.text-center{
	text-align:center;
}
.text-right{
	text-align:right;
}
.text-left{
	text-align:left;
}
.top-bar{
	background-color:#414141;
	color:#FFF;
	font-weight:700;
	font-size:14px;
	position:relative;
}
.dropmenu{
	display:inline-block;
	position:relative;
}
.dm-list{
	list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    top: 40px;
    left: 0px;
    position: absolute;
    background-color: #FFF;
    text-align: left;
    width: 180px;
    padding: 10px 0;
    box-shadow: 0 0 7px rgba(0,0,0,0.2);
	z-index:900;
}
.dm-list a{
	display:block;
	color:#414141;
	padding:5px 28px;
}
.dropmenu:hover .dm-list{
	display:block;
}
.dropmenu li{
	margin:0;
	padding:0;
}
.dropmenu li a:hover{
	text-decoration:none;
	background-color:#f9f9f9;
}
.dropmenu .current{
	padding:8px 25px 9px;
	background:transparent url(../img/arr-down.svg) no-repeat 100% 45% scroll;
	cursor:pointer;
}
.view-label{
	color:rgba(255,255,255,0.5);
	font-weight:400;
	display:inline-block;
}
.topbar-label{
	display:inline-block;
	padding:9px 30px 9px 20px;
/* 	border-right:1px solid #717171; */
	background:transparent url(../img/arrow-right-sm-white.svg) no-repeat right 15px top 50% scroll; 
}
.logo{
	margin:0;
	position:relative;
}
.logo img{
	display:block;
	width:210px;
	transition:300ms all ease;
	-moz-transition:300ms all ease;
	-webkit-transition:300ms all ease;
}
.scrolled .logo img{
	width:90px;
}

.logo:after{
	content:'';
	background:transparent url(../img/line.svg) no-repeat 0 0 scroll;
	width:60.5px;
	height:185px;
	position:absolute;
	right:-20px;
	top:-53px;
	background-size:contain;
	transition:300ms all ease;
-moz-transition:300ms all ease;
-webkit-transition:300ms all ease;
}
.scrolled .logo:after{
	height:120px;
}
.site-nav ul{
	list-style:none;
	margin:0;
	padding:16px 0;
	transition:300ms all ease;
	-moz-transition:300ms all ease;
	-webkit-transition:300ms all ease;
}
.scrolled .site-nav ul{
	padding:0;
}
.site-nav ul ul{
	opacity:0;
	top:-9999px;
	left:0;
	position:absolute;
	background-color:#FFF;
	box-shadow:0 0 6px rgba(0,0,0,0.3);
	width:280px;
	text-align:left;
	padding:0;
	transition:300ms opacity ease;
	-moz-transition:300ms opacity ease;
	-webkit-transition:300ms opacity ease;
}
.site-nav li:hover>ul{
	top:59px;
	opacity:1;
}

.scrolled .site-nav li:hover>ul{
	top:29px;
}

.site-nav li{
	display:inline-block;
	position:relative;
}
.site-nav li li{
	display:block;
}
.site-nav li a{
	display:inline-block;
	padding:18px 29px 15px;
	color:#787878;
	font-weight:600;
	transition:300ms all ease;
	-moz-transition:300ms all ease;
	-webkit-transition:300ms all ease;
}
.scrolled .site-nav>ul>li>a{
	padding-top:6px;
	padding-bottom:6px;
}
.site-nav li:hover>a{
	text-decoration:none;
	color:#009ca0;
}
.site-nav li.current>a{
	color:#009ca0;
}
.site-nav li li a{
	padding:18px 25px 15px 50px;
	display:block;
	font-weight:400;
	position:relative;
	background:transparent url(../img/nav-arr.svg) no-repeat 29px 50% scroll;
}
.site-nav li li.current a{
	background-color:#F7F7F7;
}
.site-nav li li a:hover{
	background-image:url(../img/nav-arr-inv.svg);
	background-color:#009ca0;
	color:#FFF;
}
.site-nav li li a:after{
	content:'';
	border-bottom:1px solid #dcdcdc;
	position:absolute;
	bottom:-1px;
	left:20px;
	right:20px;
}
.site-nav li li:last-child a:after{
	display:none;
}
.header{
	padding:13px 0;
	background-color:#FFF;
	border-bottom:1px solid #C8C8C8;
}
.has-children{
	margin-right:20px;
}
.has-children>a{
	background:url(../img/menu-arr-down.svg) no-repeat right 0 top 50% scroll;
}
.site-header{
	position:fixed;
	left:0;
	top:0;
	right:0;
	z-index:900;
}

.slide{
	width:100%;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
	transition:300ms all ease;
	-moz-transition:300ms all ease;
	-webkit-transition:300ms all ease;
}
.slider{
	
	position: relative;
	top:-1px;
}
.home-slider .slide{
	height:707px;
}
.page-banner{
	height:404px;
}
.slide-inner{
	width:100%;
	height:100%;
}
.flexbox .slide-inner{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.slide-icon{
	width:86px;
	height:86px;
	box-shadow:3px 3px rgba(0,0,0,0.5);
	border-radius:86px;
	margin-bottom:12px;
}
.slider-contents{
	text-align:center;
	color:#FFF;
	display:inline-block;
	min-width:570px;
}
.slider-subtitle{
	font-size:22px;
	text-transform:uppercase;
	font-weight:900;
	 -webkit-text-stroke: 0.5px rgba(0,0,0,0.6);
	text-stroke: 0.5px rgba(0,0,0,0.6);
	 text-shadow:2px 2px rgba(0,0,0,0.6);
	 line-height:1;
	 letter-spacing:0.2em;
	 background:transparent url(../img/subtitle-line.svg) no-repeat 50% 50% scroll;
	 padding:0 20px;
	 margin-bottom:-5px;
}
.slider-title{
	font-size:104px;
	font-family: 'Rokkitt', serif;
	font-weight:600;	
	 /*-webkit-text-stroke: 1px #9b9b9b;
	 text-stroke: 1px #9b9b9b;*/
	 text-shadow:-1px -1px 0 #9b9b9b,  
    1px -1px 0 #9b9b9b,
    -1px 1px 0 #9b9b9b,
     1px 1px 0 #9b9b9b, 4px 4px rgba(0,0,0,0.6);
	 line-height:1;
	 padding:0 20px 3px 20px;
	 position:relative;
	 margin-bottom:40px;
}
.slider-title:after{
	content:'';
	display:block;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	height:2px;
	background-color:#FFF;
	box-shadow:2px 2px rgba(0,0,0,0.5);
}
.btn-stroke{
	border:1px solid #FFF;
	font-weight:900;
	padding:17px 30px 15px 30px;
	display:inline-block;
	color:#FFF;
	 text-shadow:2px 2px rgba(0,0,0,0.6);
	 border-radius:2px;
	 text-align:center;
	 transition:300ms all ease;
	-moz-transition:300ms all ease;
	-webkit-transition:300ms all ease;
}
.stroke-black{
	border-color:#9b9b9b;
	background-color:transparent;
	color:#007179;
	text-shadow:none;
	font-weight:400;
	font-size:15px;
	padding:15px 30px 13px 30px;
	transition:300ms all ease;
	-moz-transition:300ms all ease;
	-webkit-transition:300ms all ease;
}
.btn-stroke:hover{
	color:#007179;
	text-shadow:none;
	text-decoration:none;
	background-color:#FFF;
}
.stroke-black:hover{
	border-color:#007179;
	color:#FFF;
	background-color:#007179;
}
.cta{
	position:relative;
	z-index:500;
}
.cta-list{
	list-style:none;
	margin:-32px 0 0 0;
	padding:0;
}
.cta-list li{
	width:16.666666666666666666666666666667%;
	float:left;
	margin:0;
	padding:0;
	text-align:center;
}
.cta-list li a{
	display:block;
	color:#FFF;
	font-weight:900;
	text-align:center;
	padding-bottom:18px;
}
.cta-list li a img{
	display:block;
	margin:0 auto 15px;
	transition:200ms all ease;
-moz-transition:200ms all ease;
-webkit-transition:200ms all ease;
}
.cta-list li a:hover{
	text-decoration:none;
}
.cta-list li a:hover img{
	transform:scale(1.35,1.35);
}
.cta{
	background-color:#007179;
	border-top:1px solid #FFF;
	font-size:12px;
}

.quote .btn-stroke{
	width:263px;
	margin-top:45px;
}
.quote .t-1{
	line-height:0.93;
}
.quote-body{
	color:#9b9b9b;
	font-size:18px;
	line-height:1.44;
	font-style:italic;
	font-weight:300;
	margin-bottom:18px;
}
.quote-author{
	font-size:15px;
	font-weight:700;
	color:#007179;
}
.table-row{
	table-layout:fixed;
	display:table;
}
.table-col{
	display:table-cell;
	float:none;
}
.align-bottom{
	vertical-align:bottom;
}
.align-top{
	vertical-align:top;
}
.align-middle{
	vertical-align:middle;
}

.title-border:after{
	content:'';
	display:block;
	width:100px;
	height:4px;
	background-color:#bf0303;
	margin-top:35px;
}
.title-border.text-center:after{
	margin:35px auto 0;
}
.projects{
	background:transparent url(../img/bg-watermark-1.jpg) no-repeat 50% 50% scroll;
	padding:100px 0 110px;
	border-top:1px solid #C8C8C8;
	border-bottom:1px solid #C8C8C8;
	background-size:cover;
}

.projects-col{
	width:20%;
	float:left;
	text-align:center;
}
.projects-col figure{
	height:262px;
	overflow:hidden;
	position:relative;
}
.projects-row .projects-col figure:after{
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	width:4px;
	background-color:#ffffff;
}
.projects-row .projects-col:last-child figure:after{
	width:0;
}
.img-full{
	width:100%;
	height:auto;
}
.project-title{
	color:#FFF;
	background-color:#006B73;
	height:68px;
	font-size:14px;
	line-height:1.2;
	font-weight:900;
	text-align:center;
	padding:10px;
	margin-top:2px;
	transition:300ms all ease;
-moz-transition:300ms all ease;
-webkit-transition:300ms all ease;
}
.projects-col:hover .project-title{
	background-color:#009ca0;
}
.project-title span{
	display:inline-block;
	vertical-align:middle;
	max-width:99%;
}
.project-title:after{
	content:'';
	display:inline-block;
	width:0;
	vertical-align:middle;
	line-height:100%;
	height:100%;
}
.brands{
	padding:105px 0;
}
.brand-list a{
	display:inline-block;
	margin:0 45px;
}
.brands .title-border.text-center:after {
    margin: 25px auto 0;
}

.footer-top{
	background-color:#007179;
	color:#ffffff;
	font-size:14px;
	line-height:1.7;
	padding:38px 0;
}
.footer-top a{
	color:#FFF;
}
.company-slogan{
	font-size:38px;
	font-weight:300;
	font-family: 'Rokkitt', serif;
}
.footer-logo{
	position:relative;
	margin:0;
}
.footer-logo img{
	display:block;
}
.footer-logo:after{
	content: '';
    background: url(../img/line.svg) no-repeat 0 0 scroll;
    width: 71px;
    height: 220px;
    position: absolute;
    top: -71px;
    right: -88px;
    background-size: contain;
}

.copyrights{
	
	color:#414141;
	padding:11px 0 8px;
}
.footer-bottom{
	font-size:14px;
	padding:17px 0;
}
.footer-bottom .dropmenu{
	margin-top:2px;
}
.footer-bottom .dropmenu .current{
	background-image:url(../img/arr-down-dk.svg);
}
.gotop{
	background:transparent url(../img/top.svg) 0 0 scroll;
	width:40px;
	height:40px;
	position:fixed;
	bottom:19px;
	right:99999px;
	opacity:0;
	transition:600ms opacity ease;
	-moz-transition:600ms opacity ease;
	-webkit-transition:600ms opacity ease;
	z-index:9990;
}
.scrolled .gotop{
	opacity:1;
	right:30px;
}

.footer-bottom .dropmenu .dm-list {
	bottom:40px;
	top:auto;
}
.page-content{
	padding:95px 0;
	border-top:#007179 25px solid;
	margin-top:2px;
}
.page-title{
	font-size:72px;
	font-family: 'Rokkitt', serif;
	line-height:1;
	color:#007179;
	font-weight:300;
	margin:0 0 64px 0;
}
.content{
	font-size:20px;
	line-height:1.7;
}

.page-section{
	border-top:1px solid #C8C8C8;
	border-bottom:1px solid #C8C8C8;
	padding:105px 0 120px;
	background-size:cover;
	background-position:center center;
}
.groen{
	color:#007179;
}
.section-title{
	font-size:36px;
	line-height:1;
	color:#007179;
	font-weight:600;
	font-family: 'Rokkitt', serif;
	position:relative;
	margin:0 0 40px;
}
.section-title:after{
	content:'';
	display:block;
	width:67px;
	height:4px;
	background-color:#bf0303;
	line-height:1;
	margin:0px auto;
	margin-top:25px;
}
.section-title-contact{
	font-size:36px;
	line-height:1;
	color:#007179;
	font-weight:600;
	font-family: 'Rokkitt', serif;
	position:relative;
	margin:0 0 40px;
}
.section-title-contact:after{
	content:'';
	display:block;
	width:67px;
	height:4px;
	background-color:#bf0303;
	line-height:1;
	margin-top:25px;
}
.two-col-content{
	font-size:16px;
	line-height:1.875;
	column-count:2;
	column-gap:30px;
}
.one-col-content{
	font-size:16px;
	line-height:1.875;
}
.form-group{
	margin-bottom:25px;
	border-bottom:1px solid #9b9b9b;
}
.input-control{
	font-size:16px;
	font-weight:300;
	padding:7px 0 3px 0;
	border:none;
	border-bottom:0px solid #9b9b9b;
	width:100%;
	display:block;
}
.input-submit{
	min-width:263px;
	margin-top:25px;
}
.page-footer{
	padding-top:45px;
}
.project-detail{
	border-bottom:1px solid #C8C8C8;
}
.project-detail .table-row{
	margin-top:50px;
	margin-bottom:50px;
}
.over-list{
	border-top:1px solid #C8C8C8;
	border-bottom:1px solid #C8C8C8;
}
.over-item{
	position:relative;
	padding-top:100px;
	padding-bottom:100px;
	line-height:1.875;
}
.over-figure{
	position:absolute;
	top:0;
	bottom:0;
	display:block;
	background-size:cover;
	background-position:center center;
}
.over-figure img{
	display:none;
}
.right.over-figure{right:0; left:50%;}
.left.over-figure{left:0; right:50%;}

.over-item:nth-child(odd){
	background-color:#F7F7F7;
}

.address-label{
	display:inline-block;
	min-width:70px;
	margin-right:3px;
}
.address a{
	color:inherit;
}

.form-label{
	font-weight:700;
	color:#007179;
	font-size:14px;
}
textarea.input-control {
    padding: 7px;
    border: 1px solid #9b9b9b;
    width: 100%;
    display: block;
}

#map{
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
}

.contact-address{
	border-top:1px solid #C8C8C8;
	border-bottom:1px solid #C8C8C8;
	background:transparent url(../img/bg-watermark-8.jpg) no-repeat 0 0 scroll;
	background-size:cover;
	padding:75px 0;
	margin:40px 0 75px;
}

.message {
    text-align: center;
    font-size: 22px;
    color: #bf0303;
    font-weight: 700;
    padding: 20px 10px;
    border: 2px solid #C7CDD1;
    max-width: 100%;
    margin: 50px auto;
    border-radius: 10px;
    background-color: #FFF;
}
.werkenbijpadding{
	margin-top:40px;
	margin-bottom:80px;
}
.certificaten_header{
	height:100px;
	padding-top:20px;
}