@charset "utf-8";

/* RESET ############################################################################### */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn,  img, ins, kbd, q, s, samp,
small, strike,  sub, sup, tt, var,u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {	margin: 0;	padding: 0;	border: 0;	font-size: 100%;	font: inherit;	vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block; }
body { 	line-height: 1; }
ol, ul { list-style: none;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {	content: ''; content: none; }
table {	border-collapse: collapse;	border-spacing: 0; }
html, body { width: 100%; height: 100%;	min-height: 100%; -webkit-text-size-adjust: none; }

/* BASIC ############################################################################### */

h1, h2, h3, h4, .container, .content{	position: relative;	float: left; width: 100%; }

.fl{ position: relative; float: left;  }
.fr{ position: relative; float: right;  }
.left, .right{ position: relative; float: left; width: 50%;  }

.centered{ position: relative; width: 1600px; margin: 0 auto 0 auto; transition:all .2s linear; -o-transition:all .2s linear;  -moz-transition:all .2s linear;  -webkit-transition:all .2s linear;}

div:before, div:after, ::before, ::after{ content:''; }
a, div, li, ul, .fl, .fr, .left, .right, h1, h2, h3, h4, .container, .content{ box-sizing: border-box; }

#gebruikerstest input{ display: none; }
.mobielzichtbaar { display: none; }

.noselect {  -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; }

img{ max-width: 100%; height: auto; }
img a{ 	border: 0px; outline:none; }
a{ outline:none; transition:all .2s linear; -o-transition:all .2s linear; -moz-transition:all .2s linear; -webkit-transition:all .2s linear;  }

input[type=submit] { -webkit-appearance: none; }

.transition, .trans{ transition:all .2s linear; -o-transition:all .2s linear; -moz-transition:all .2s linear; -webkit-transition:all .2s linear; }
.transition5{ transition:all .5s linear; -o-transition:all .5s linear; -moz-transition:all .5s linear; -webkit-transition:all .5s linear; }
.transition10{ transition:all 1s linear; -o-transition:all 1s linear; -moz-transition:all 1s linear; -webkit-transition:all 1s linear; }


/* OPMAAK ############################################################################### */

html, body { font-family: 'Open Sans', sans-serif;	font-size:15px;	font-weight: normal; background: #fff;	color: #00492c;	line-height: 200%; }

body.noscroll { overflow: hidden; }

a{	color: #97bf0d;  text-decoration:none;  }
a:hover{ text-decoration:underline; }	

h1, h2, h3, h4, h5{	color: #000; line-height: 130%; font-family: 'Oswald', sans-serif; letter-spacing: 2px; }
h1 span, h2 span, h3 span{ color: #97bf0d; }
h1{ font-size: 40px; padding-bottom: 25px; font-weight: normal; color: #00492c; }
h2{ font-size: 28px; padding-bottom: 25px; font-weight: normal;  color: #00492c; }
h3{ font-size: 18px; padding-bottom: 15px; font-weight: normal; color: #97bf0d;  }
h4{ font-size: 14px; padding-bottom: 25px; font-weight: normal; color: #00492c; }


/* BUTTONS ############################################################################################################################# */

.btn{ font-size: 15px; font-weight: 600; color: #fff; text-transform: uppercase; background: #97bf0d; padding: 0 35px; height: 55px; line-height: 55px;  position: relative; float: left; }
.btn{ box-shadow: 0px 9px 20px rgba(151,191,13,0.5);  transition:all .2s linear; -o-transition:all .2s linear; -moz-transition:all .2s linear; -webkit-transition:all .2s linear; }
.btn:hover{ background: #00492c; text-decoration: none; box-shadow: 0px 9px 20px rgba(0,73,44,0.5);   }


.btn.groen{ background: #00492c; color: #fff; text-decoration: none; box-shadow:none; box-shadow: 0px 9px 20px rgba(0,73,44,0.5);  }
.btn.groen:hover{ background: #97bf0d; text-decoration: none; box-shadow: 0px 9px 20px rgba(151,191,13,0.5); }

.btn.leaf { padding-right: 70px; }
.btn.leaf:before { content:''; position: absolute; top: 0px; right: 0px; bottom: 0px; width: 45px; background: url("../img/svg-swirl-3.svg") no-repeat left 10px; background-size: 108% auto; }

.btn-leesverder{ margin-bottom: 30px;  margin-top: 20px; font-size: 15px; text-decoration: none!important; font-weight: 600; color: #fff!important; margin-right: 10px; text-transform: uppercase; background: #97bf0d; padding: 0 35px; height: 55px; line-height: 55px; border-radius: 55px; position: relative; float: left; }
.btn-leesverder{box-shadow: 0px 9px 20px rgba(151,191,13,0.5);  transition:all .2s linear; -o-transition:all .2s linear; -moz-transition:all .2s linear; -webkit-transition:all .2s linear; }
.btn-leesverder:hover{ background: #00492c; text-decoration: none!important; box-shadow: 0px 9px 20px rgba(0,73,44,0.5);    }

/* MENU ############################################################################################################################# */

#menu{ position: absolute; top: 35px; right: 0; list-style: none; padding: 0 0 0 0px; margin: 0;z-index: 3;  }
#menu li{ position: relative; float: left;  transition:all .2s linear; -o-transition:all .2s linear; -moz-transition:all .2s linear;  -webkit-transition:all .2s linear;}

#menu a{ position: relative; float: left; height: 55px; line-height: 55px; padding: 0 18px 0 18px;  border: 0;	 text-transform:uppercase; transition:all .2s linear; -o-transition:all .2s linear; -moz-transition:all .2s linear; -webkit-transition:all .2s linear;	border-bottom: 3px solid transparent;}
#menu a.active{   text-decoration: none; }

#menu .tel { margin-right: 5px;  margin-left: 15px;   }
#menu .tel .tel{ padding-left: 30px; font-weight: bold; }
#menu .tel .tel:before{ content:''; position: absolute; top: 50%; margin-top: -8px; left: 0px; width: 13px; height: 19px; background: url("../img/svg-telefoon-groen.svg") no-repeat; background-size: auto 100%;  }


#menu .openmenu .menuitem{ margin-left: 30px; margin-right: 5px; height: 54px;  width: 54px; border-radius: 55px; background: #fff;  box-shadow: 0 4px 16px rgba(0,0,0,0.2); border: 4px solid transparent;  }
#menu .openmenu .menuitem:before{ position: absolute; top: 50%; left: 50%; margin: -9px 0 0 -11px; width: 22px; height: 18px; background: url("../img/svg-menu.svg") no-repeat;}
#menu .openmenu:hover .menuitem{ background: #97bf0d; border: 4px solid #97bf0d;}
#menu .openmenu:hover .menuitem:before{ background: url("../img/svg-menu-wit.svg") no-repeat;}

#menu .last .menuitem { line-height: 49px; margin-left: 10px;	padding: 0 25px; border-radius: 65px; border: 2px solid transparent;   }

#menu .last:hover .menuitem { border: 2px solid rgba(255,255,255,0.4); background: #00492c; text-decoration: none;   }

#menu a:hover{   }
#menu a.active:hover{ text-decoration: underline;  }
#menu li:hover{ z-index: 1;   }

#menu .menumetsubmenu.active{  }
#menu .menumetsubmenuli{ margin-right: 5px; }
#menu .menumetsubmenuli:before{ position: absolute; top: 50%; margin-top: -3px; right: 0px; width: 10px; height: 6px; }
#menu .menumetsubmenuli a{  }
#menu .menumetsubmenuli .submenu a{ cursor: pointer!important; }
#menu .menusplit { height: 15px;  }

.submenucontainer{ position: relative; float: left; }
.submenucontainer:hover .submenu{ display: block; }
.submenuklikoverlay{	position: absolute;	top: 50px;	left: 0%;	}
.submenu{	position: relative;	float: left; box-shadow: inset 0px 12px 5px -9px rgba(0,0,0,0.2); 	margin-top: 0px;	width: 260px;	border-radius: 10px;	display: none;		box-sizing: border-box;}
.submenu a{	position: relative!important;	float: left!important; font-size: 12px!important;	border-right: 0!important;  height: auto!important; padding: 15px 20px 15px 20px!important;		width: 100%!important;		margin: 0!important;	line-height: 140%!important;	box-sizing: border-box;	}
.submenu li{ border-bottom: 1px solid rgba(255,255,255,0.3); position: relative; float: left; width: 100%; }
.submenu li:first-of-type a{ border-radius: 10px 10px 0 0!important;}

.submenu a:hover{ padding-left: 35px!important; text-decoration: none!important; box-shadow: inset 0px 12px 5px -9px rgba(0,0,0,0.2); }
.submenu a:before{ content:''; opacity:  0; position: absolute; top: 21px; left: 10px; width: 4px; height: 4px; border-radius: 100%; background: #fff;  transition:all .4s linear; -o-transition:all .4s linear; -moz-transition:all .4s linear;  -webkit-transition:all .4s linear; }
.submenu a:hover:before{ opacity:  1; left: 20px;  }
.submenu:after{ position: absolute; bottom: -2px; width: 30px;  height: 4px; border-radius: 4px; left: 50%; margin-left: -15px; }
.mobilesubmenuitem { display: none; }

#menu .mobielmenuzichtbaar { display:none; }


#menu a{ color: #414042;  font-size: 14px; font-weight: bold; }
#menu a.active{  color: #97bf0d;  }
#menu a:hover{ color: #97bf0d;   }
#menu a.active:hover{ color: #97bf0d;  }
#menu .last .menuitem { background: #97bf0d; color: #fff;  box-shadow: 0px 9px 20px rgba(151,191,13,0.5); }
#menu .last:hover .menuitem { box-shadow: 0px 9px 20px rgba(0,73,44,0.5); }
#menu .menusplit { background: #97bf0d; }
.submenu{	border-bottom: 15px solid #97bf0d;		background: #97bf0d;	}
.submenu a{	color: #fff!important;		}
.submenu a:hover{  background:#97bf0d!important;  }
.submenu:after{  background: #fff;  }


/* MENU OVERLAY ############################################################################################################################# */

#bg.onzichtbaar { display: none; }

#menuoverlay { position: fixed; top: 0px; left: 0px; right: 0px; bottom: 0px; z-index: 10000; display: none; }
#menuoverlay:before { z-index: 0;  position: absolute; top: 0px; left: 0px; right: 0px; height: 1200px; background: #00492c; }
#menuoverlay:after { z-index: 0; position: absolute; top: 0px; left: 0px; right: 0px; bottom:0; opacity: 0.1; background: #00492c url("../img/visual-header.jpg") no-repeat center center; background-size: cover; }
#menuoverlay.active { display: block; }
#menuoverlay .content{ height: 100vh; z-index: 10000; }
#menuoverlay .logowit { position: absolute; top: 40px; left: 0px; width: 320px; height: 70px; opacity: 0.5; background: url("../img/logo-bureauvanzimmeren-wit.svg") no-repeat; background-size: auto 100%; }

#menuoverlay #adres { z-index: 1; position: absolute; bottom: 45px; left: 0px; color: rgba(255,255,255,0.5); font-size: 12px; line-height: 160%; }
#menuoverlay #adres a{ color: rgba(255,255,255,0.5); }
#menuoverlay #adres a:hover{ color: #fff; }
#menuoverlay #adres span{ font-weight: bold; }
#menuoverlay #adres .kolom.adres{ width: 190px; }
#menuoverlay #adres .kolom.adres2{ width: 190px; }
#menuoverlay #adres .kolom.telefoon{ width: 170px; }
#menuoverlay #adres .kolom.email{ width: 260px; }
#menuoverlay #adres .kolom.socialmedia a:hover{ margin-top: -3px; }
#menuoverlay #adres .kolom.socialmedia .linkedin{ width: 28px; height: 28px; background: url("../img/svg-socialmedia-linkedin.svg") no-repeat; margin-right: 5px; }
#menuoverlay #adres .kolom.socialmedia .facebook{ width: 28px; height: 28px; background: url("../img/svg-socialmedia-facebook.svg") no-repeat; }
#menuoverlay #adres .kolom.socialmedia .linkedin:hover{  background: url("../img/svg-socialmedia-linkedin.svg") no-repeat;  }
#menuoverlay #adres .kolom.socialmedia .facebook:hover{  background: url("../img/svg-socialmedia-facebook.svg") no-repeat; }

#menuoverlay-top { position: absolute; top: 35px; right: 0px;  }
#menuoverlay-top #sluiten { z-index: 1; cursor: pointer; margin-left: 10px; height: 64px;  width: 64px; border-radius: 65px; background: #fff;  box-shadow: 0 3px 6px rgba(0,0,0,0.10); border: 4px solid transparent;  }
#menuoverlay-top #sluiten:before{ position: absolute; top: 50%; left: 50%; margin: -11px 0 0 -11px; width: 22px; height: 22px; background: url("../img/svg-sluiten.svg") no-repeat;}
#menuoverlay-top #sluiten:hover { background: #000; border: 4px solid #fff;}
#menuoverlay-top #sluiten:hover:before{ background: url("../img/svg-sluiten-wit.svg") no-repeat;}
#menuoverlay-top .afspraak { z-index: 1;  background:#000; text-transform: uppercase; font-weight: 500; font-size: 16px; line-height: 59px; color: #fff; margin-left: 10px; height: 65px;	padding: 0 45px; border-radius: 65px; border: 2px solid transparent;   }
#menuoverlay-top .afspraak  {  }
#menuoverlay-top .afspraak:hover { border: 2px solid rgba(255,255,255,0.4); background: #97bf0d; text-decoration: none;  box-shadow: 0 3px 12px rgba(0,0,0,0.3); }

#menuoverlay-top-menu { position: absolute; top: 220px; left: 0px;  }
#menuoverlay-top-menu .titel{ color: #97bf0d; text-transform: uppercase; font-size: 20px; font-weight: 500; padding-bottom: 20px; }
#menuoverlay-top-menu a{ color: #fff; padding: 10px 0; position: relative; float: left; width: 100%; line-height: 140%; }
#menuoverlay-top-menu ul{  list-style: none; padding: 0 0 0 0px; margin: 0;z-index: 1; width: 1600px;   }
#menuoverlay-top-menu li{ position: relative; float: left; width: 100%;  transition:all .2s linear; -o-transition:all .2s linear; -moz-transition:all .2s linear;  -webkit-transition:all .2s linear;}
#menuoverlay-top-menu li.menumetsubmenuli{  width: 400px; padding-right: 100px; padding-bottom: 50px; box-sizing: border-box;  }
#menuoverlay-top-menu ul li ul{  width: 100%; padding-right: 50px; box-sizing: border-box;   }
#menuoverlay-top-menu li.menuzondersubmenuli{  clear: both; width: 400px; padding-right: 100px; box-sizing: border-box; color: #fff; text-transform: uppercase; font-size: 16px; font-weight: 500; padding-bottom: 20px;  }

.noscrolllayer { position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px;  }



/* TOPCONTAINER ############################################################################################################################# */

#top{ position: fixed; top: 0px; left: 0px; height: 130px; z-index: 999; }
#top .logo{ z-index: 0;	position: absolute;	top: 30px;	left: 0px;	width: 250px;	height: 100px;	background: url("../img/logo-bureauvanzimmeren.svg") no-repeat left center;	background-size: auto 100%; z-index: 2;}

/* TOP VERVOLG + SCROLL ############################################################################################################################# */

#top.top1off{ height: 90px; background: #fff; box-shadow: 1px 1px 2px rgba(0,0,0,0.2);   }
#top.top1off #menu{ top: 18px; }
#top.top1off #menu .last .menuitem {  margin-left: 10px; }
#top.top1off .logo{  top: 15px; height: 60px; }
																								
#top.vervolgpagina{ height: 90px; background: #fff; box-shadow: 1px 1px 2px rgba(0,0,0,0.2);   }
#top.vervolgpagina #menu{ top: 18px; }
#top.vervolgpagina #menu .last .menuitem {  margin-left: 10px; margin-right: 0; }
#top.vervolgpagina .logo{  top: 15px; height: 60px; }

/* HEADER ############################################################################################################################# */

#header{  min-height: 875px;  height: 95vh;  }
#header .bg{ position: absolute; top: 0px; left: 0px; width: 100%; height: 900px;  overflow: hidden;  }
#header .bg:before {  position: absolute; top: 0px; right: 0;   bottom: 0px;  left: 0px;   background: url("../img/visual-header.jpg") no-repeat center bottom;  background-size: auto 100%; }
#header .bg:after {  position: absolute; top: 250px; opacity: 0.4; right: 45%;   width: 550px; height: 550px;   background: url("../img/svg-swirl.svg") no-repeat center bottom;  background-size: auto 100%; }

#header div.animate{	z-index: 1;  position: absolute;	top: 250px;	left:0px; width: 560px; text-transform: uppercase;  }
#header .container h1{  padding-bottom: 15px;  }
#header .container.tekst{  padding-bottom: 30px; text-transform: none; font-size: 14px; }

#header #vink { position: absolute; letter-spacing: 1px; left: 50%; bottom: 50px; width: 1600px; margin-left: -800px;   text-transform: uppercase; font-size: 16px;  font-family: 'Oswald', sans-serif; }
#header #vink li{ width: 30%; line-height: 160%; }
#header #vink li.middle{  width: 34%; margin: 0 3%; }
#header #vink li span{ padding: 0px 40px 0px 80px; }
#header #vink li span:after{ position: absolute; top: 16px; left: 13px; width: 20px; height: 15px; background: url("../img/svg-vink.svg") no-repeat; background-size: 100% auto;}
#header #vink li span:before{ position: absolute; top: 1px; left: 0px; width: 46px; height: 46px; background: #97bf0d; }
#header #vink li span:before{ box-shadow: 0px 9px 20px rgba(151,191,13,0.5);  transition:all .2s linear; -o-transition:all .2s linear; -moz-transition:all .2s linear; -webkit-transition:all .2s linear; }
#header #vink li:hover span:before{ background: #00492c; text-decoration: none; box-shadow: 0px 9px 20px rgba(0,73,44,0.5);   }

/* INTRO ############################################################################################################################# */

#intro { padding: 120px 0 180px 00%; }

#intro .bg { position: absolute; top: 0px; left: -500px; bottom: -200px; width: 50%;  }
#intro .bg:before { position: absolute;  right: 0px; bottom: 0px; width: 500px; height: 500px; background: url("../img/svg-swirl-2.svg") no-repeat; background-size: auto 100%;}

#intro .intro { padding: 40px 180px 0 50%;   }
#intro .intro:before { position: absolute; left: 50%; margin-left: -1060px;  top: -30px; width: 880px; height: 600px; background: url("../img/visual-1.png") no-repeat; background-size: 100% auto;}

#intro #introductietekst { }
#intro #introductietekst h2 { font-size: 36px; text-transform: uppercase; }
#intro #introductietekst h3 { font-size: 22px; text-transform: uppercase; }

#intro #quoteklant { position: absolute; top: 400px; left: 50%; margin-left: -650px; width: 300px; height: 180px; padding: 40px; font-weight: 400; line-height: 150%; font-size: 22px; text-align: center; font-style: italic; background: #fff; box-shadow: 0 3px 50px rgba(0,0,0,0.15); }
#intro #quoteklant:before { position: absolute; top: 15px; left: 15px; width: 15px; height: 11px; background: url("../img/svg-quote-boven.svg") no-repeat; }
#intro #quoteklant:after { position: absolute; bottom: 15px; right: 15px; width: 15px; height: 11px; background: url("../img/svg-quote-beneden.svg") no-repeat; }

/* Diensten ############################################################################################################################# */

#diensten { padding: 60px 0 80px; z-index: 1; text-align: center;  }
#diensten .diensten{ padding: 0 12% 15px; }


#diensten div.bg { position: absolute; top: 0px; left: 0px; top: 0px; width: 50%;  }
#diensten div.bg:before { position: absolute;  left: -50px; top: 0px; width: 100%; height: 400px; background: url("../img/visual-leaf-1.png") no-repeat; background-size: auto 100%;}


#diensten h2 { font-size: 36px; text-transform: uppercase; padding: 0 140px 15px; }
#diensten h3 { font-size: 20px; text-transform: uppercase; padding: 0 0 30px; }

#diensten #dienstblokken .dienst { width: 25%; font-size: 13px; padding: 290px 30px 30px; color: #00492c; line-height: 170%; }

#diensten #dienstblokken .dienst .titel{ font-size: 22px; text-transform: uppercase; font-family: 'Oswald', sans-serif; padding-bottom: 10px;   }
#diensten #dienstblokken .dienst .titel:before{ position: absolute; bottom: 0px; left: 50%; margin-left: 0%; width: 0%; height: 0px; background: #97bf0d; border-radius: 3px;  }
#diensten #dienstblokken .dienst .titel:before{ transition: all .2s linear; -o-transition: all .2s linear; -moz-transition: all .2s linear; -webkit-transition: all .2s linear; }

#diensten #dienstblokken .dienst span.bg{ position: absolute; top: 0px; left: 0px; right: 0px; height: 240px;    }

#diensten #dienstblokken .dienst1 span.bg{ background: url("../img/visual-person-1.jpg") no-repeat center bottom; background-size: auto 95%; }
#diensten #dienstblokken .dienst2 span.bg{ background: url("../img/visual-person-2.jpg") no-repeat center bottom; background-size: auto 95%; }
#diensten #dienstblokken .dienst3 span.bg{ background: url("../img/visual-person-3.jpg") no-repeat center bottom; background-size: auto 95%; }
#diensten #dienstblokken .dienst4 span.bg{ background: url("../img/visual-person-4.jpg") no-repeat center bottom; background-size: auto 95%; }

#diensten #dienstblokken .dienst span.bg:before{ position: absolute; bottom: -25px; right: 65px;  height: 65px;  width: 65px; background: #fff; box-shadow: 0 3px 50px rgba(0,0,0,0.2);  border-radius: 100%;   }
#diensten #dienstblokken .dienst span.bg:after{ position: absolute; bottom: -25px; right: 65px;  height: 65px;  width: 65px;  }
#diensten #dienstblokken .dienst span.bg:before{ transition: all .2s linear; -o-transition: all .2s linear; -moz-transition: all .2s linear; -webkit-transition: all .2s linear; }
#diensten #dienstblokken .dienst span.bg:after{ transition: all .2s linear; -o-transition: all .2s linear; -moz-transition: all .2s linear; -webkit-transition: all .2s linear; }

#diensten #dienstblokken .dienst1 span.bg:after{ background:  url("../img/svg-reflection.svg") no-repeat center center; background-size: 40%; }
#diensten #dienstblokken .dienst2 span.bg:after{ background:  url("../img/svg-conversation.svg") no-repeat center center; background-size: 50%; }
#diensten #dienstblokken .dienst3 span.bg:after{ background:  url("../img/svg-ego.svg") no-repeat center center; background-size: 40%; }
#diensten #dienstblokken .dienst4 span.bg:after{ background:  url("../img/svg-energyscan.svg") no-repeat center center; background-size: 45%; }

#diensten #dienstblokken .dienst:hover { text-decoration: none; padding-bottom: 0px; }
#diensten #dienstblokken .dienst:hover span.bg{ background-size: auto 100%; }
#diensten #dienstblokken .dienst:hover .titel{ padding-bottom: 30px; }
#diensten #dienstblokken .dienst:hover .titel:before{  bottom: 10px; margin-left: -20%; width: 40%; height: 3px;  }

#diensten #dienstblokken .dienst:hover span.bg:before{ background: #97bf0d; bottom: -20px; right: 70px; }
#diensten #dienstblokken .dienst:hover span.bg:after{ bottom: -20px; right: 70px; }

#diensten #dienstblokken .dienst1:hover span.bg:after{ background:  url("../img/svg-reflection-licht.svg") no-repeat center center; background-size: 40%; }
#diensten #dienstblokken .dienst2:hover span.bg:after{ background:  url("../img/svg-conversation-licht.svg") no-repeat center center; background-size: 50%; }
#diensten #dienstblokken .dienst3:hover span.bg:after{ background:  url("../img/svg-ego-licht.svg") no-repeat center center; background-size: 40%; }
#diensten #dienstblokken .dienst4:hover span.bg:after{ background:  url("../img/svg-energyscan-licht.svg") no-repeat center center; background-size: 45%; }


/* INTRO ############################################################################################################################# */

#overons { padding: 90px 0 0px 0; }

#overons .bg { position: absolute; top: 40px; right: 0px;  width: 50%; height: 650px;  }
#overons .bg:before { position: absolute;  left: -100px; top: 230px; height: 500px; right: 0;  background: url("../img/svg-swirl-3.svg") no-repeat left top; background-size: auto 100%;}
#overons .bg:after { position: absolute;  left: 200px; top: 0px; bottom: 0; right: 0;  background: url("../img/visual-vanzimmeren.png") no-repeat left top; background-size: auto 100%;}

#overons .overons { padding: 0px 67% 180px 0 ;   }

#overons  { }
#overons  h2 { font-size: 30px; text-transform: uppercase; padding-bottom: 10px; }
#overons  h3 { font-size: 16px; text-transform: uppercase; }

#overons #missie { position: absolute; top: 450px; right: 50%; margin-right: -300px; width: 300px; height: 180px; padding: 40px; font-weight: 400; line-height: 150%; font-size: 22px; text-align: center; font-style: italic; background: #fff; box-shadow: 0 3px 50px rgba(0,0,0,0.15); }
#overons #missie:before { position: absolute; top: 15px; left: 15px; width: 15px; height: 11px; background: url("../img/svg-quote-boven.svg") no-repeat; }
#overons #missie:after { position: absolute; bottom: 15px; right: 15px; width: 15px; height: 11px; background: url("../img/svg-quote-beneden.svg") no-repeat; }

#overons #video { height: 260px; background: url("../img/visual-video.jpg") no-repeat center center; background-size: 110% auto; }
#overons #video:before {  position: absolute; top: 50%; left: 50%; width: 60px; height: 60px; margin: -30px 0 0 -30px; background: #fff; border-radius: 100%; box-shadow: 3px 3px 5px rgba(0,0,0,0.2); }
#overons #video:after {  position: absolute; top: 50%; left: 50%; width: 60px; height: 60px; margin: -30px 0 0 -30px; background: url("../img/svg-play.svg") no-repeat center center; background-size: 75% auto;  }
#overons #video:before{ transition: all .2s linear; -o-transition: all .2s linear; -moz-transition: all .2s linear; -webkit-transition: all .2s linear; }
#overons #video:after{ transition: all .2s linear; -o-transition: all .2s linear; -moz-transition: all .2s linear; -webkit-transition: all .2s linear; }


#overons #video:hover {  background-size: 100% auto; }
#overons #video:hover:before {  background: #97bf0d; }
#overons #video:hover:after {  background: url("../img/svg-play-licht.svg") no-repeat center center; background-size: 75% auto;}

/* recensies ############################################################################################################################# */

#recensies {	z-index: 1; padding: 60px 0px;	text-align:center;}
#recensies .centered{ width: 1000px; }

#recensies #recencieitems{	position:relative;	float: left; width:100%;	padding:0 100px; 	}
#recensies .items {		position:relative;		width:100%;	line-height: 170%;	}
#recensies .items .item { position:absolute; width:100%;  opacity:0; transition:500ms; text-align:center; font-style: italic; font-size: 14px;		}
#recensies .items .item.visible { opacity:1;	}
#recensies .items h4 { font-size: 16px; padding-bottom: 10px; color: #97bf0d; text-transform: uppercase; font-style: normal;	}
#recensies .items span { font-size: 13px; font-weight: bold; padding-top: 10px; font-family: 'Oswald', sans-serif; font-style: normal; text-transform: uppercase; }
#recensies ul { padding:0; margin-top:20px;	}
#recensies li { display:inline-block; margin:4px; color:#fff; width:10px; height:10px; background:#ddd; border-radius:50%; cursor:pointer; transition:500ms; }
#recensies li.active {background: #4C9CD6; }

#recensies .items, #recensies .items .item { height:150px; }

/* CTA ############################################################################################################################# */

#cta { padding: 80px 0 50px; text-align: center; font-size: 20px; color: #97bf0d; text-transform: uppercase; z-index: 1;  }
#cta .bg{ position: absolute; top: 30px; right: 0px; width: 50%; height: 360px;}
#cta .bg:before{ position: absolute; top: 0px; left: 0px; width: 100%; bottom:0; background: url("../img/visual-leaf-3.png") no-repeat 240px top; background-size: auto 100%; }
#cta .cta{ padding: 50px 30px; background: #fff; box-shadow: 0 3px 50px rgba(0,0,0,0.1); }
#cta .centered{ width: 1000px; }
#cta .btn{ margin: 30px 0 0 370px; }
#cta h2{ padding: 0 10% 20px; }

/* CONTACT ############################################################################################################################# */

#contact{ padding: 100px 0 20px; text-align: center; margin-top: 70px; z-index: 1;  }
#contact .contact:before { position: absolute; top: -100px; left: 50%; margin-left: -50px; width: 100px; height: 100px; background:url("../img/svg-symbool.svg") no-repeat center top;}
#contact .tel { width: 260px; height: 55px; padding-left: 55px; text-align: left; color: #000; margin: 30px 0 30px 690px; line-height: normal; }
#contact .tel span{ font-size: 25px; padding-top: 5px;   }
#contact .tel:before { position: absolute; top: 0px; left: 0px; bottom: 0px; width: 38px; background:url("../img/svg-telefoon-groen.svg") no-repeat top left; background-size: 100% auto; }
#contact .tel:hover { text-decoration: none; }

/* AFSLUITING ############################################################################################################################# */

#afsluiting { padding: 0 0 50px; font-size: 12px; z-index: 0; text-align: center;  }
#afsluiting a{ color: #000; }

#afsluiting .bg { position: absolute; bottom: 0px; right: 0px; width: 650px; height: 700px; background:  url("../img/svg-swirl-3.svg") no-repeat left top; background-size: 120% auto;}

#afsluiting #naarboven{ z-index: 1; cursor: pointer; position: absolute; bottom: 30px; right: 20px;  width: 60px; height: 60px; background: #97bf0d; border: 6px solid #fff; border-radius: 100%; box-shadow: 0 9px 20px rgba(0,0,0,0.2);  }
#afsluiting #naarboven span{ position: absolute; top: 50%; margin: -25px 0 0 -25px; left: 50%; width: 50px; height: 50px; padding: 0;  border-radius: 100%;   }
#afsluiting #naarboven span:before{ content:''; background: url(../img/svg-pijl-boven-wit.svg) no-repeat center center; background-size: 100% auto; position: absolute; top: 50%; margin: -4px 0 0 -6px; left: 50%; width: 12px; height: 8px; padding: 0;}

#afsluiting #naarboven:hover span:before{
    -webkit-animation-duration: 1s; 
    animation-duration: 1s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    animation-iteration-count:infinite; 
    -webkit-animation-iteration-count:infinite; 
    -webkit-animation-name: fadeOutUp; 
    animation-name: fadeOutUp; 
}

@-webkit-keyframes fadeOutUp { 
    0% { opacity: 1; -webkit-transform: translateY(3px); transform: translateY(3px);  } 
    50% { opacity: 0.6;  -webkit-transform: translateY(-3px); transform: translateY(-3px); } 
    100% {  opacity: 0; -webkit-transform: translateY(-5px); transform: translateY(-5px);  } 
} 
@keyframes fadeOutUp { 
    0% { opacity: 1; -webkit-transform: translateY(3px); transform: translateY(3px);  } 
    50% { opacity: 0.6;  -webkit-transform: translateY(-3px); transform: translateY(-3px); } 
    100% {  opacity: 0; -webkit-transform: translateY(-5px); transform: translateY(-5px);  } 
} 


/* FANCYBOX ############################################################################################################################# */

#fancybox-overlay {  position: fixed;  top: 5%;  left: 5%;  width: 90%;  height: 90% !important; }
#fancybox-wrap {   position: fixed; }

/* WHATSAPP ############################################################################################################################# */

#whatsappchat{	position: fixed; bottom: 0px; right: 20px; width: 250px; height: 50px; background:#fff; border: 1px solid rgba(0,0,0,0.1); border-bottom: 0; z-index: 1000;}
#whatsappchat.active{	width: 300px;	height: 370px; }

#whatsappchatheader{ height: 50px; line-height: 50px; color: #fff; font-weight: bold; background: #3088C9 url(../img/svg-whatsapp-wit.svg) no-repeat 20px 15px; background-size: 20px 20px; cursor: pointer; overflow: hidden;}
#whatsappchattekst{	padding: 250px 30px 30px 30px;	text-align: center;	font-size: 12px;	line-height: 140%;	background: url(../img/visual-whatsapp.jpg) no-repeat center 20px;	background-size: 80px auto; }
#whatsappchattelefoon{ box-sizing: border-box; position: absolute; top: 130px; left: 0px; width: 100%; font-size: 26px; font-weight: bold; padding-bottom: 20px; border-bottom: 1px solid rgba(0,0,0,0.1); }
#whatsappchatlogo{	position: absolute;	top: 73px;	right: 124px;	width: 25px;	height: 25px;	background: url(../img/svg-whatsapp-vol.svg) no-repeat;	background-size: 100% auto; }

#whatsappchattelefoon span{	box-sizing: border-box; padding-bottom: 8px;	font-size: 10px;	text-transform: uppercase;	font-weight: normal;}
#whatsappchattelefoon a, #whatsappchattelefoon a:hover{	color: #666!important;	text-decoration: none!important;	cursor: default;	padding-bottom: 10px;}
#whatsappchatoffline{ position: absolute; top: 140px; left: 30px; right: 30px; font-size: 26px; font-weight: bold; padding-bottom: 20px;color: #999;display: none;}
#whatsappchatoffline span{ box-sizing: border-box; padding-bottom: 5px; font-size: 10px; text-transform: uppercase; font-weight: normal; }
#whatsappchatclose{ position: absolute; top: 10px; right: -60px; width: 30px; height: 30px; border: 1px solid rgba(255,255,255,0.2); text-align: center; line-height: 28px;	color: #fff;font-size: 16px;}
#whatsappchattitel{ position: absolute; top: 0px; left: 0px; padding-left: 60px; right: 0px; height: 50px; }

#whatsappchat.active #whatsappchatclose{ right: 10px; }

#whatsappchat.offline #whatsappchatoffline{ display: block; }
#whatsappchat.offline #whatsappchattelefoon{ display: none; }

#whatsappchat.offline #whatsappchatuitleg{ display: none; }
#whatsappchat.active.offline { height: 275px; }
