@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: 'Montserrat', sans-serif; 	font-size:14px;	font-weight: normal; background: #fff;	color: #1C2443;	line-height: 200%; }

body.noscroll { overflow: hidden; }

a{	color: #1c2443;  text-decoration:none;  }
a:hover{ text-decoration:underline; }	

h1, h2, h3, h4, h5{	color: #16274A; line-height: 130%;  }
h1 span, h2 span, h3 span{ color: #0089ea; }
h1{ font-size: 40px; padding-bottom: 25px; font-weight: bold; }
h2{ font-size: 32px; padding-bottom: 25px; font-weight: bold; }
h3{ font-size: 18px; padding-bottom: 15px; font-weight: bold; }
h4{ font-size: 14px; padding-bottom: 25px; font-weight: bold; }

#voorbeeldweergave {   position: fixed; bottom: 0; left: 0;  right: 0; padding: 0 8px; letter-spacing: 1px; border-top: 1px solid rgba(255,255,255,0.3); text-align: center; z-index: 10; font-weight: 500; text-transform: uppercase; font-size: 10px;   background: #4849FF;    color: #fff;    box-shadow: 0px -9px 20px rgb(72 73 255 / 30%); }


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

.btn{ border-radius: 50px; font-size: 15px; font-weight: 600; color: #fff; text-transform: uppercase; background: #0089ea; padding: 0 25px; height: 50px; line-height: 50px;  position: relative; float: left; }
.btn{   transition:all .2s linear; -o-transition:all .2s linear; -moz-transition:all .2s linear; -webkit-transition:all .2s linear; }
.btn:hover{ background: #0036ad; text-decoration: none; }
.btn:before{ transition:all .2s linear; -o-transition:all .2s linear; -moz-transition:all .2s linear; -webkit-transition:all .2s linear; }
.btn:after{ transition:all .2s linear; -o-transition:all .2s linear; -moz-transition:all .2s linear; -webkit-transition:all .2s linear; }



.btn.transparant { background: none; color: #16274a; box-shadow: none;  }
.btn.transparant:before { content:''; position: absolute; top: 0px; left: 0px; bottom: 0px; right: 0px;     border: 2px solid #D4D7DD; border-radius: 50px;  }
.btn.transparant:before { transition:all .2s linear; -o-transition:all .2s linear; -moz-transition:all .2s linear;  -webkit-transition:all .2s linear; }
.btn.transparant:hover:before {   border: 2px solid #0089ea;  }
.btn.transparant:hover { background: #0089ea;   color: #fff;  }


.btn.transparantwit { background: none; color: #fff; box-shadow: none;  }
.btn.transparantwit:before { content:''; position: absolute; top: 0px; left: 0px; bottom: 0px; right: 0px;     border: 2px solid rgba(255,255,255,0.2); border-radius: 50px;  }
.btn.transparantwit:before { transition:all .2s linear; -o-transition:all .2s linear; -moz-transition:all .2s linear;  -webkit-transition:all .2s linear; }
.btn.transparantwit:hover:before {   border: 2px solid #0089ea;  }
.btn.transparantwit:hover { background: #0089ea;   color: #fff;  }

.btn.scan { padding-left: 60px; background: #0089EA; color: #fff; box-shadow: none;}
.btn.scan:after { content:''; position: absolute; top: 14px; left: 20px; width: 24px; height: 24px; background: url("../img/svg-schoonmaakscan-wit.svg") no-repeat center center; background-size: auto 100%; }
.btn.scan:hover { background: #01319a; }

.btn.openmenu { padding-left: 70px; background: #fff; color: #16274A; box-shadow: none; font-weight: bold; font-size: 16px;}
.btn.openmenu:after { content:''; position: absolute; top: 16px; left: 20px; width: 24px; height: 18px; background: url("../img/svg-menu.svg") no-repeat center center; background-size: auto 100%; }
.btn.openmenu:hover { color: #0089ea; }
.btn.openmenu:hover:after { background: url("../img/svg-menu-kleur.svg") no-repeat center center; background-size: auto 100%;  }

.btn.tel { padding-left: 50px; background: #0089EA; color: #fff; box-shadow: none;}
.btn.tel:after { content:''; position: absolute; top: 16px; left: 16px; width: 18px; height: 18px; background: url("../img/svg-telefoon-wit.svg") no-repeat center center; background-size: auto 100%; }
.btn.tel:hover { background: #01319a; }

.btn-leesverder{ background: #0089EA; margin-bottom: 30px; font-size: 15px; text-decoration: none!important; font-weight: 600;  margin-right: 10px; text-transform: uppercase;  padding: 0 35px; height: 55px; line-height: 55px;  position: relative; float: left; }
.btn-leesverder{ border-radius: 50px;  color: #fff!important;  transition:all .2s linear; -o-transition:all .2s linear; -moz-transition:all .2s linear; -webkit-transition:all .2s linear; }
.btn-leesverder:hover{ text-decoration: none!important; background: #0036ad;   }



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

#menu{ position: absolute; top: 25px; 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: 60px; line-height: 60px; 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-left: 40px; color: #1c2443; padding-right: 40px;  }
#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-donker.svg") no-repeat; background-size: auto 100%;  }
#menu .tel .tel:after{ content:''; position: absolute; top: 50%; margin-top: -3px; right: 30px; width: 6px; height: 6px; border-radius: 100%; background: #0089ea;  }


#menu .openmenu .menuitem{ margin-left: 10px; margin-right: 5px; height: 54px;  width: 54px; border-radius: 100%; background: #0036AD; border: 2px solid #fff;    }
#menu .openmenu .menuitem:before{ position: absolute; top: 50%; left: 50%; margin: -7px 0 0 -9px; width: 18px; height: 14px; background: url("../img/svg-menu-wit.svg") no-repeat; background-size: auto 100%;}
#menu .openmenu:hover .menuitem{ background: #0089ea;   }
#menu .openmenu:hover .menuitem:before{ background: url("../img/svg-menu-wit.svg") no-repeat; background-size: auto 100%;}



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


#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: #16274a;  font-size: 14px; font-weight: bold; }
#menu a.active{  color: #0089ea!important; text-decoration: underline; }
#menu a:hover{   }
#menu a.active:hover{   }
#menu .last .menuitem { border-radius: 50px; background: #fff; padding-left: 62px;  line-height: 52px; height: 55px;  }
#menu .last:hover .menuitem {  background: #0089ea; color: #fff; text-decoration: none;  }
#menu .last .menuitem:after { content:''; position: absolute; top: 16px; left: 22px; width: 24px; height: 24px; background: url("../img/svg-schoonmaakscan.svg") no-repeat center center; background-size: auto 100%; }
#menu .last:hover .menuitem:after { background: url("../img/svg-schoonmaakscan-wit.svg") no-repeat center center; background-size: auto 100%; }


#menu .menusplit { background: #16274a; }
.submenu{	border-bottom: 15px solid #16274a;		background: #004689;	}
.submenu a{	color: #fff!important;		}
.submenu a:hover{  background:#0036ad!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: #192A4D; }
#menuoverlay:after { z-index: 0; position: absolute; top: 0px; left: 0px; right: 0px; bottom:0; opacity: 1; background: #192A4D url("../img/visual-menu.jpg") no-repeat right top; background-size: cover; }
#menuoverlay.active { display: block; }
#menuoverlay .content{ height: 100vh; z-index: 10000; }
#menuoverlay .logowit { position: absolute; top: 40px; left: 0px; width: 240px; height: 40px; opacity: 0.5; background: url("../img/logo-jgtotaalschoon-wit.svg") no-repeat; background-size: auto 100%; }

#menuoverlay .bg{ z-index: 1; position: absolute; top: 0; bottom: 0; right: 0; left: 0; }
#menuoverlay .bg:before{ position: absolute; bottom: 0; right: 0; width: 650px; height: 300px; background: url("../img/svg-driehoek-menu.svg") no-repeat bottom right; 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.postbus{ width: 160px; }
#menuoverlay #adres .kolom.telefoon{ width: 170px; }
#menuoverlay #adres .kolom.email{ width: 200px; }
#menuoverlay #adres .kolom.socialmedia a:hover{ margin-top: -3px; }
#menuoverlay #adres .kolom.socialmedia .linkedin{ width: 28px; height: 28px; background: url("../img/svg-socialmedia-linkedin-hover.svg") no-repeat; margin-right: 5px; }
#menuoverlay #adres .kolom.socialmedia .facebook{ width: 28px; height: 28px; background: url("../img/svg-socialmedia-facebook-hover.svg") no-repeat; margin-right: 5px;}
#menuoverlay #adres .kolom.socialmedia .twitter{ width: 28px; height: 28px; background: url("../img/svg-socialmedia-twitter-hover.svg") no-repeat; margin-right: 5px; }
#menuoverlay #adres .kolom.socialmedia .youtube{ width: 28px; height: 28px; background: url("../img/svg-socialmedia-youtube-hover.svg") no-repeat; margin-right: 5px; }
#menuoverlay #adres .kolom.socialmedia .linkedin:hover{  background: url("../img/svg-socialmedia-linkedin-hover.svg") no-repeat;  }
#menuoverlay #adres .kolom.socialmedia .facebook:hover{  background: url("../img/svg-socialmedia-facebook-hover.svg") no-repeat; }
#menuoverlay #adres .kolom.socialmedia .twitter:hover{  background: url("../img/svg-socialmedia-twitter-hover.svg") no-repeat; }
#menuoverlay #adres .kolom.socialmedia .youtube:hover{  background: url("../img/svg-socialmedia-youtube-hover.svg") no-repeat; }

#menuoverlay-top { position: absolute; top: 35px; right: 0px;  }
#menuoverlay-top #sluiten { z-index: 1; cursor: pointer; margin-left: 10px; border-radius: 100%; height: 50px;  width: 50px;  background: #fff;  box-shadow: 0 3px 6px rgba(0,0,0,0.10);   }
#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: #04c7f9; }
#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: #1c2443; text-decoration: none;  box-shadow: 0 3px 12px rgba(0,0,0,0.3); }

#menuoverlay-top-menu { position: absolute; top: 170px; left: 0px;  }
#menuoverlay-top-menu .titel{ color: #04c7f9; text-transform: uppercase; font-size: 20px; font-weight: 500; padding-bottom: 20px; }
#menuoverlay-top-menu a{ color: #fff; padding: 9px 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:340px; padding-right: 30px; 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;  }

#menuoverlay-top .aanvraag { border-radius: 50px; color: #fff!important; text-transform: uppercase; font-weight: bold;  position: fixed; bottom: 60px; right: 100px; height: 53px; padding: 0; font-size: 14px; text-align: center; line-height: 53px; width: 260px; margin-left: -130px;  text-decoration: none;  }
#menuoverlay-top .aanvraag{ padding-left: 40px; background: #0089EA; color: #fff; box-shadow: none;}
#menuoverlay-top .aanvraag:after { content:''; position: absolute; top: 14px; left: 20px; width: 24px; height: 24px; background: url("../img/svg-schoonmaakscan-wit.svg") no-repeat center center; background-size: auto 100%; }
#menuoverlay-top .aanvraag:hover { background: #01319a; }

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

#top{ position: fixed; top: 0px; left: 0px; height: 130px; z-index: 999; }
#top .logo{ position: absolute;	top: 35px;	left: 0px;	width: 240px;	height: 65px;	background: url("../img/logo-jgtotaalschoon.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: 15px; }
#top.top1off #menu .tel {  }
#top.top1off .logo{  top: 21px; height: 50px; }
			
#top.top1off #menu .last .menuitem {  background: #0089ea; color: #fff; margin-left: 5px;  }
#top.top1off #menu .last .menuitem:hover {  background: #0036ad; color: #fff;  }
#top.top1off #menu .last .menuitem:after {  background: url("../img/svg-schoonmaakscan-wit.svg") no-repeat center center; background-size: auto 100%; }

#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 .tel { }
#top.vervolgpagina .logo{ top: 21px; height: 50px; }

#top.vervolgpagina #menu .last .menuitem {  background: #0089ea; color: #fff; margin-left: 5px;  }
#top.vervolgpagina #menu .last .menuitem:hover {  background: #0036ad; color: #fff;  }
#top.vervolgpagina #menu .last .menuitem:after {  background: url("../img/svg-schoonmaakscan-wit.svg") no-repeat center center; background-size: auto 100%; }


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


#header{  min-height: 875px;  height: 95vh; z-index: 2; }
#header .bg{ position: absolute; top: -50px; left: 0; right: 0;  height: 950px;  overflow: hidden;  }

#header .bg:before { z-index: 0;  position: absolute; top: -350px;  left: 50%; margin-left: 230px; width: 1060px; height: 1200px;   background: url("../img/svg-header-drop.svg") no-repeat center bottom;  background-size: auto 100%; }
#header .bg:after{ position: absolute; top: 250px; left: 50%; margin-left: -1300px; width: 400px; height: 400px; border-radius: 100%; background:#F2F4FF; }

#header .bg .blok{  opacity: 0; transform: scale(0.7);  z-index: 1; position: absolute; border: 2px solid #fff; border-radius: 30px; box-shadow: 0 3px 25px rgba(0,0,0,0.15); background: #eee;  }

#header .bg .blok1{ top: 260px; right: 340px; width: 600px; height: 400px; background: url("../img/visual-blok-1.jpg") no-repeat center center; background-size: cover;}
#header .bg .blok2{ top: 550px; right: 180px; width: 340px; height: 220px;  background: url("../img/visual-blok-2.jpg") no-repeat center center; background-size: cover; }
#header .bg .blok3{ top: 600px; right: 50px; width: 100px; height: 70px; border-radius: 15px; background: url("../img/visual-blok-3.jpg") no-repeat center center; background-size: cover;  }
#header .bg .blok4{ top: 450px; right: -100px; width: 200px; height: 120px;  background: url("../img/visual-blok-4.jpg") no-repeat center center; background-size: cover;  }
#header .bg .blok5{ top: 190px; right: -50px; width: 330px; height: 220px;  background: url("../img/visual-blok-5.jpg") no-repeat center center; background-size: cover;  }


#header .bg .blok1{ -webkit-animation: bol 1s ease 0.5s 1 normal forwards; animation: bol 1s ease 0.5s 1 normal forwards; }
#header .bg .blok2{ -webkit-animation: bol 1s ease 1s 1 normal forwards; animation: bol 1s ease 1s 1 normal forwards; }
#header .bg .blok3{ -webkit-animation: bol 1s ease 1.3s 1 normal forwards; animation: bol 1s ease 1.3s 1 normal forwards; }
#header .bg .blok4{ -webkit-animation: bol 1s ease 1.7s 1 normal forwards; animation: bol 1s ease 1.7s 1 normal forwards; }
#header .bg .blok5{ -webkit-animation: bol 1s ease 2s 1 normal forwards; animation: bol 1s ease 2s 1 normal forwards; }

@keyframes bol {  0% { transform: scale(0.7);  opacity: 0; }   100% {  opacity: 1; transform: scale(1); }  }
@-webkit-keyframes bol { 0% { transform: scale(0.7);  opacity: 0; }   100% { opacity: 1; transform: scale(1); }  }
@-moz-keyframes bol {  0% { transform: scale(0.7);  opacity: 0; }   100% {  opacity: 1; transform: scale(1); }  }

#header div.animate{	z-index: 1;  position: absolute;	top: 240px;	left:0px; width: 600px;  }
#header .container h1{  padding-bottom: 15px;  font-size: 55px; line-height: 120%; }
#header .container h3{  padding-bottom: 15px; font-weight: normal; font-size: 16px; line-height: 190%; }
#header .container .btn{  margin: 10px 0 0 0; }


#header #vink { position: absolute; left: 50%; bottom: 30px; width: 1600px; margin-left: -800px; font-weight: 500;  text-transform: uppercase; font-size: 14px;   }
#header #vink ul{ position: relative; float: left; width: 80%; }
#header #vink li{ position: relative; float: left; width: 26%; line-height: 180%; }
#header #vink li.middle{  width: 34%;  margin: 0 3%; }
#header #vink li.last{  width: 32%; }
#header #vink li span{ padding: 0px 30px 0px 80px; }
#header #vink li span:after{ position: absolute; top: 20px; left: 17px; width: 17px; height: 12px; background: url("../img/svg-vink-donker.svg") no-repeat; background-size: auto 100% ;}
#header #vink li span:before{ position: absolute; top: 1px; left: 0px; width: 46px; height: 46px; border-radius: 100%; }
#header #vink li span:before{ border: 2px solid #D0D9EC;  transition:all .2s linear; -o-transition:all .2s linear; -moz-transition:all .2s linear; -webkit-transition:all .2s linear; }


#header .headerpijl { position: absolute; bottom: 40px; right: 40px; width: 24px; cursor: pointer; height: 16px; background: url("../img/svg-pijl-beneden-zwart.svg") no-repeat bottom left; background-size: 100% auto; }
#header .headerpijl{
    -webkit-animation-duration: 2s; 
    animation-duration: 2s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    animation-iteration-count:infinite; 
    -webkit-animation-iteration-count:infinite; 
    -webkit-animation-name: headerpijl; 
    animation-name: headerpijl; 
}

@-webkit-keyframes headerpijl { 
    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 headerpijl { 
    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);  } 
} 


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

#intro { padding: 120px 0 60px 0; z-index: 1; }
#intro .intro{ padding: 0 12%; text-align: center; }
#intro .intro h2{ font-size: 50px; }
#intro .intro .text{ font-weight: normal; font-size: 16px; line-height: 190%; }
#intro .intro .btn{ margin-top: 30px; margin-left: 450px; }


#intro .producten{ padding: 50px 0 40px;}
#intro .producten .product{ width: 31%; border-radius: 40px; box-shadow: 0 3px 25px rgba(0,0,0,0.15); margin-top: 10px; }
#intro .producten .product1{ background: #0036AD; color: #fff; }
#intro .producten .product2{ background: #0089EA; color: #fff; margin-left: 3%; margin-right: 3%; }
#intro .producten .product .top{ border-radius: 40px 40px 0 0; height: 260px; background: #16274a; }

#intro .producten .product .bottom:before{ position: absolute; top: -50px; left: 50%; margin-left: -50px; width: 100px; height: 100px; border-radius: 100%; background: #fff; }
#intro .producten .product1 .bottom:before{ background: #0036AD; }
#intro .producten .product2 .bottom:before{ background: #0089EA; }

#intro .producten .product .titel{ font-weight: bold; font-size: 22px; padding-bottom: 10px; }

#intro .producten .product .bottom:after{ position: absolute; top: -55px; left: 50%; margin-left: -50px; width: 100px; height: 100px; }
#intro .producten .product1 .bottom:after{background: url("../img/svg-glasbewassing.svg") no-repeat center center; background-size: auto 35%; }
#intro .producten .product2 .bottom:after{background: url("../img/svg-zonnepaneel.svg") no-repeat center center; background-size: auto 35%; }
#intro .producten .product3 .bottom:after{background: url("../img/svg-terreinonderhoud.svg") no-repeat center center; background-size: auto 35%; }

#intro .producten .product .bottom{ padding: 50px 40px 70px; }
#intro .producten .product:after{ position: absolute; bottom: 35px; left: 50%; margin-left: -8px; width: 16px; height: 9px; background: url("../img/svg-pijl-beneden-wit.svg") no-repeat center center; background-size: auto 100%;}
#intro .producten .product3:after{  background: url("../img/svg-pijl-beneden-zwart.svg") no-repeat center center; background-size: auto 100%;}

#intro .producten .product1 .top{ background: url("../img/visual-glasbewassing.jpg") no-repeat center center; background-size: 120% auto;}
#intro .producten .product2 .top{ background: url("../img/visual-zonnepanelen-reiniging.jpg") no-repeat center center; background-size: 120% auto;}
#intro .producten .product3 .top{ background: url("../img/visual-terrein-onderhoud.jpg") no-repeat center center; background-size: 120% auto;}

#intro .producten .product:hover{  box-shadow: 0 3px 35px rgba(0,0,0,0.35); margin-top: 0px; }
#intro .producten .product:hover .top{  background-size: 100% auto; }



/* overons ############################################################################################################################# */


#overons { padding: 100px 0 190px 0; z-index: 0; color: #fff;  }
#overons:after { position: absolute; bottom: 0px; left: 0px; right: 0px; height: 150px; background: url("../img/svg-boog-wit.svg") no-repeat bottom center; background-size: auto 100%; }
#overons .bg{ position: absolute; top: -750px; bottom: 0px; right: 0px; left: 0px;  overflow: hidden;}
#overons .bg:before{ position: absolute; top: 0px;  left: 50%; bottom: 0px;  width: 3600px; margin-left: -1800px; background: url("../img/svg-wave.svg") no-repeat top center; background-size:  100% auto;}

#overons .bg2{ position: absolute; top: 0px; bottom: 0px; left: 0px; width: 50%;  overflow: hidden;}

#overons .bg2:before{ position: absolute; bottom: 50%; left: 50%; margin-left: -800px; margin-bottom: -200px; width: 400px; height: 400px; border-radius: 100%; background:#0147B2; }

#overons div.container{ z-index: 1;}
#overons .overons{ padding: 120px 55% 100px 100px; }
#overons .overons:before{ position: absolute; left: 50%; margin-left: 50px; top: 70px; width: 500px; height: 500px; border-radius: 100%; background:#0089EA;    }
#overons .overons:after{ display: none; z-index: 1;  position: absolute; left: 50%; margin-left: 120px; top: 40px; width: 400px; height: 800px; background: url("../img/visual-jeff.png?v=2") no-repeat top center; background-size: auto 100% ;    }
#overons .overons h2{ font-size: 42px;  padding-bottom: 15px; color: #fff;  }
#overons .overons .quote{ z-index: 2; position: absolute; top: 370px; right: 220px; padding: 80px 35px 0; width: 280px; border-radius: 100%; height: 280px; background: #1750CE; color: #fff; font-weight: 500; font-style: italic; font-size: 14px; text-align: center;  }
#overons .overons .quote .naam{ font-weight: bold; padding: 10px 0 0; font-size: 13px; }
#overons .overons .quote .functie{ color: #04c7f9; font-size: 12px; }
#overons .overons .btn{ margin-top: 20px; margin-right: 10px; }
#overons .overons .btn.first:hover{ background: #fff; color: #16274a; }

#overons .overons ul{ padding: 40px 0 20px 40px; }
#overons .overons ul li{ padding: 3px 60px 20px 100px; }
#overons .overons ul li.single{ padding-top: 16px; }
#overons .overons ul li:before{ position: absolute; top: 0px; left: 0px; width: 55px; height: 55px; background: url("../img/svg-vink.svg") no-repeat center center; background-size: auto 20%; border: 2px solid rgba(255,255,255,0.2); border-radius: 100%; }

#overons .drop{ position: absolute; top: 500px; right: 50%; margin-right: -100px; width: 150px; height: 220px;  background: url("../img/svg-drop.svg") no-repeat top center; background-size: auto 100%;}
#overons .bg3{ position: absolute;  bottom: 0px; left: 0px; right: 0px; top: 0px;  overflow: hidden; }
#overons .bg3 .bubble{ position: absolute; top: 500px; right: 50%; margin-right: -1000px; margin-bottom: -200px; width: 400px; height: 400px;  background:  url("../img/svg-bubble.svg") no-repeat top center; background-size: auto 100%; }


/* extradiensten ############################################################################################################################# */

#extradiensten { padding: 60px 0 60px 0; z-index: 1; margin-top: -100px; }
#extradiensten .extradiensten{ padding: 0 12%; text-align: center; }
#extradiensten .extradiensten .btn{ margin-left: 500px; }

#extradiensten .extradiensten h2{ font-size: 50px; padding: 0 12% 20px; }
#extradiensten .extradiensten .text{ font-weight: normal; font-size: 16px; line-height: 190%; padding: 0 12% 20px; }
#extradiensten .extradiensten .text2{ font-weight: normal; font-size: 16px; line-height: 190%; padding: 0 12% 40px; }
#extradiensten .extradiensten .text{ font-weight: normal; font-size: 16px; line-height: 190%; padding: 0 12% 20px; }

#extradiensten .extraproducten{ padding: 30px 150px 70px;}
#extradiensten .extraproducten .extraproduct{ width: 31%; border-radius: 40px; box-shadow: 0 3px 25px rgba(0,84,164,0.1); margin-top: 10px; padding: 150px 40px 60px;  }
#extradiensten .extraproducten .extraproduct .titel{ font-weight: bold; font-size: 18px; padding-bottom: 10px; }
#extradiensten .extraproducten .extraproduct3 .titel{ padding-left: 40px; padding-right: 40px; }
#extradiensten .extraproducten .extraproduct2{ margin-left: 3%; margin-right: 3%;}

#extradiensten .extraproducten .extraproduct:before{ position: absolute; top: 40px; left: 50%; margin-left: -50px; width: 100px; height: 100px; }
#extradiensten .extraproducten .extraproduct1:before{background: url("../img/svg-waterschade.svg") no-repeat center center; background-size: auto 55%; }
#extradiensten .extraproducten .extraproduct2:before{background: url("../img/svg-ontruiming.svg") no-repeat center center; background-size: auto 55%; }
#extradiensten .extraproducten .extraproduct3:before{background: url("../img/svg-grafiti.svg") no-repeat center center; background-size: auto 55%; }


#extradiensten .extraproducten .extraproduct:after{ position: absolute; bottom: 35px; left: 50%; margin-left: -8px; width: 16px; height: 9px; background: url("../img/svg-pijl-beneden-zwart.svg") no-repeat center center; background-size: auto 100%;}

#extradiensten .extraproducten .extraproduct:hover{  background: #0089ea; box-shadow: 0 3px 25px rgba(0,84,164,0.2); margin-top: 0px; color: #fff; }
#extradiensten .extraproducten .extraproduct:hover:after{  background: url("../img/svg-pijl-beneden-wit.svg") no-repeat center center; background-size: auto 100%; }
#extradiensten .extraproducten .extraproduct1:hover:before{background: url("../img/svg-waterschade-wit.svg") no-repeat center center; background-size: auto 55%; }
#extradiensten .extraproducten .extraproduct2:hover:before{background: url("../img/svg-ontruiming-wit.svg") no-repeat center center; background-size: auto 55%; }
#extradiensten .extraproducten .extraproduct3:hover:before{background: url("../img/svg-grafiti-wit.svg") no-repeat center center; background-size: auto 55%; }




/* review ############################################################################################################################# */

#review { padding: 200px 0 80px 0; z-index: 0; margin-top: 80px; }
#review .bg{ position: absolute; top: 0px; left: 0px; right: 0px; height: 350px; background: #eee url("../img/visual-quote.jpg") no-repeat top center; background-size: cover;  }
#review .review.container{ padding: 0 25%;  }
#review .review.container h2{ text-align: center; font-size: 50px; color: #fff; text-shadow: 0px 2px 3px rgba(0,0,0,0.5);  }

#review .review.container:before{ position: absolute; top: 180px; left: 50%; margin-left: -500px; width: 60px; height: 40px; background: url("../img/svg-quoteboven.svg") no-repeat center center; background-size: auto 100%; }
#review .review.container:after{ position: absolute; bottom: 0px; left: 50%; margin-left: 450px; width: 60px; height: 40px; background: url("../img/svg-quoteonder.svg") no-repeat center center; background-size: auto 100%; }

#review .review .reviewcontainer{ border-radius: 30px; padding: 60px 80px 60px 280px; background: #fff;     box-shadow: 0 3px 25px rgb(0 0 0 / 10%); }
#review .review .reviewcontainer .txt{ font-style: italic; padding-bottom: 10px; }
#review .review .reviewcontainer .naam{ font-weight: bold; font-size: 13px; color: #0089EA; }

#review .review .reviewcontainer:before{ position: absolute; top: 45px; left: 60px; border: 15px solid #F8F8FB;  width: 130px; height: 130px; border-radius: 100%;  }
#review .review .reviewcontainer.carwash:before{ background: url("../img/review-carwash-de-liemers.jpg") no-repeat center center; background-size: auto 30%;}



/* cta ############################################################################################################################# */

#cta { padding: 60px 0 60px 0; z-index: 0;  }
#cta .cta.container{ padding: 0 18%; text-align: center; }
#cta .cta div.container{ font-size: 22px; }
#cta .btn{ margin-top: 30px; }
#cta .btn.scan{ margin-left: 240px; margin-right: 10px; }
#cta h2{ font-size: 34px; padding-bottom: 20px; }


/* nieuws ############################################################################################################################# */

#nieuws { padding: 90px 0 60px; z-index: 1; }
#nieuws h2{ text-align: center; padding-bottom: 40px; font-size: 46px; font-weight: bold; }
.nieuwsitem{ width: 500px; box-shadow: 0 3px 26px rgba(0,84,164,0.1); margin: 0 15px 50px 15px; border-radius: 20px; }
.nieuwsitem.onzichtbaar{ display:none; }
.nieuwsitem.sticky1 .top:after{ content:''; position: absolute; bottom: 10px; right: 10px; width: 20px; height: 20px; background: url("../img/svg-pin.svg") no-repeat center center; background-size: 100% auto;}
.nieuwsitem .top{  overflow: hidden; border-radius: 20px 20px 0 0; }
.nieuwsitem .top, .nieuwsitem .top img{ height: 250px!important;  }
.nieuwsitem .top img{ width: 100%;  object-fit: cover; }
.nieuwsitem .bottom{ padding: 40px 40px 80px; font-size: 14px; line-height: 180%; text-align: center; }
.nieuwsitem .bottom .titel{ font-weight: bold; font-size: 18px; padding-bottom: 15px; line-height: 150%; }
.nieuwsitem .bottom .leesverder{ display: none; }
.nieuwsitem:hover {  color: #fff!important;  background: #0036ad; box-shadow: 0px 9px 20px rgb(0 0 0 / 10%);   }
.nieuwsitem:hover{ box-shadow: 0 5px 50px rgba(0,84,164,0.2);  }

.nieuwsitem .bottom:after{ position: absolute; bottom: 35px; left: 50%; margin-left: -8px; width: 16px; height: 9px; background: url("../img/svg-pijl-beneden-zwart.svg") no-repeat center center; background-size: auto 100%;}
.nieuwsitem:hover .bottom:after{background: url("../img/svg-pijl-beneden-wit.svg") no-repeat center center; background-size: auto 100%;}



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

#contact{ padding: 100px 0 20px; text-align: center;  z-index: 1; font-weight: 500; font-size: 13px; z-index: 0;  }
#contact .contact:before { position: absolute; top: -70px; left: 50%; margin-left: -25px; width: 50px; height: 50px; background:url("../img/logo-jgtotaalschoom-symbool.svg") no-repeat center center; background-size: auto 100% ;}
#contact .tel { width: 260px; height: 55px; padding-left: 55px; text-align: left;  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-donker.svg") no-repeat top left; background-size: 100% auto; }
#contact .tel:hover { text-decoration: none; }





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

#afsluiting { padding: 0 0 250px; font-size: 12px; z-index: 0; text-align: center; font-weight: 500; color: #16274a;  }

#afsluiting .bg { position: absolute; bottom: 0px; left: 0px; right: 0px; height: 350px; overflow: hidden;  }
#afsluiting .bg:before { position: absolute; bottom: 0px; left: 50%; width: 3000px; margin-left: -1500px; top: 0px; background: url("../img/svg-wave2.svg") no-repeat top center; background-size: 100% auto;}

#afsluiting a{ color: #16274a; }
#afsluiting a:hover{ color: #0089ea; }

#afsluiting #naarboven{ z-index: 1; cursor: pointer; position: absolute; bottom: 30px; left: 30px;  width: 50px; height: 50px; background: #0089ea;  border-radius: 100%;  }
#afsluiting #naarboven span{ position: absolute; top: 50%; margin: -25px 0 0 -25px; left: 50%; width: 50px; height: 50px; padding: 0;    }
#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);  } 
} 

/* contactopnemenbol ############################################################################################################################# */


#contactopnemenbol { position: fixed; bottom: 0px; right: 0px; width: 100px; height: 100px; overflow: hidden; z-index: 2000; }

#contactopnemenbol .circle{ position: fixed; bottom: 9px; right: -120px; width: 70px; height: 70px; background: #fff url("../img/jgtotaalschoon.jpg") no-repeat center center; background-size: cover; border-radius: 100%; border: 2px solid #fff; box-shadow: 0 3px 5px rgba(0,0,0,0.3); }

#contactopnemenbol .circle{ 
    -webkit-animation: contactopnemenbol 2s ease 0s 1 normal forwards;
    animation: contactopnemenbol 2s ease 0s 1 normal forwards;
	animation-delay: 2s;
}

@keyframes contactopnemenbol {  
	0% { opacity: 0; -webkit-transform: rotate(359deg); right: -120px; }   
	100% { opacity: 1; -webkit-transform: rotate(0deg); right: 10px; }  
}
@-webkit-keyframes contactopnemenbol { 
	0% { opacity: 0; -webkit-transform: rotate(359deg); right: -120px; }   
	100% { opacity: 1; -webkit-transform: rotate(0deg); right: 10px; }   
}
@-moz-keyframes contactopnemenbol {  
	0% { opacity: 0; -webkit-transform: rotate(359deg); right: -120px; }   
	100% { opacity: 1; -webkit-transform: rotate(0deg); right: 10px; }  
}

#contactopnemenbol .circle a.contactoptie{ position: absolute;  width: 20px; height: 20px; background: #fff; border-radius: 100%;  opacity: 0; }
#contactopnemenbol .circle a.whatsapp{   top: -23px; left: -5px; background: #0036AD url(../img/svg-whatsapp-wit.svg) no-repeat center center; background-size: auto 60%; }
#contactopnemenbol .circle a.telefoon{   top: 0px; left: -25px; background: #0036AD url("../img/svg-telefoon-wit.svg") no-repeat center center; background-size: auto 60%; }
#contactopnemenbol .circle a.email{    top: 30px; left: -30px; background: #0036AD url("../img/svg-email-wit.svg") no-repeat center center; background-size: auto 36%;}

#contactopnemenbol .circle a.whatsapp{ 
    -webkit-animation: circlefade 2s ease 0s 1 normal forwards;
    animation: circlefade 2s ease 0s 1 normal forwards;
	animation-delay: 4s;
}

#contactopnemenbol .circle a.telefoon{ 
    -webkit-animation: circlefade 2s ease 0s 1 normal forwards;
    animation: circlefade 2s ease 0s 1 normal forwards;
	animation-delay: 4.5s;
}

#contactopnemenbol .circle a.email{ 
    -webkit-animation: circlefade 2s ease 0s 1 normal forwards;
    animation: circlefade 2s ease 0s 1 normal forwards;
	animation-delay: 5s;
}



@keyframes circlefade {     0% { opacity: 0;   }     100% {  opacity: 1;   }      } 
@-webkit-keyframes circlefade {     0% { opacity: 0;   }     100% {  opacity: 1;   } } 
@-moz-keyframes circlefade {     0% { opacity: 0;   }     100% {  opacity: 1;   } } 


#contactopnemenbol .circle .overlay{ position: absolute; top: 2px; left: 2px; right: 2px; bottom: 2px;  border-radius: 100%;  }

#contactopnemenbol:before { position: absolute; right: -90px; bottom: -90px; width: 90px; height: 90px; background: #0036AD; border-radius: 100%;  }

#contactopnemenbol:before{ 
    -webkit-animation: beforefade 1s ease 0s 1 normal forwards;
    animation: beforefade 1s ease 0s 1 normal forwards;
	animation-delay: 3s;
}

@keyframes beforefade {     0% { right: -90px; bottom: -90px;   }     100% {  right: -45px; bottom: -45px;   }      } 
@-webkit-keyframes beforefade {    0% { right: -90px; bottom: -90px;   }     100% {  right: -45px; bottom: -45px;   }      } 
@-moz-keyframes beforefade {     0% { right: -90px; bottom: -90px;   }     100% {  right: -45px; bottom: -45px;   }      } 


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

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