@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; }

.video {    margin-left: 0 !important; }

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

html, body { font-family: 'Montserrat', sans-serif; font-size:14px;	font-weight: normal; background: #212121;	color: #333;	line-height: 200%; }

body.noscroll { overflow: hidden; }

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

h1, h2, h3, h4, h5{	color: #333; line-height: 130%;  }
h1 span, h2 span, h3 span{  }
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%); }


h2.metlijn{  margin-bottom: 40px; padding-bottom: 25px;  }
h2.metlijn:after{ position: absolute; bottom: 0px;   left: 0px; width: 100px; height: 2px; background: #B86B1B; }

.centered.smaller { width: 1460px;  }

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

.btn{ border-radius: 50px; font-size: 14px; font-weight: 600; color: #fff; text-transform: uppercase;     background: #DCB336;   padding: 0 30px; 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: #333; 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: #707070; box-shadow: none;  }
.btn.transparant:before { content:''; position: absolute; top: 0px; left: 0px; bottom: 0px; right: 0px;     border: 2px solid #E5E5E5; 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 #009239;  }
.btn.transparant:hover { background: #009239;   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 #009239;  }
.btn.transparantwit:hover { background: #009239;   color: #fff;  }

.btn.scan { padding-left: 60px; background: #009239; 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: #3c3c3b; 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: #009239; }
.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: #009239; 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: #DCB336; 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: #8B6323;   }



/* 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;	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: #fff; 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-wit.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: #DCB336;  }


#menu .openmenu .menuitem{ margin-left: 10px; margin-right: 5px; height: 54px;  width: 54px; border-radius: 100%;     }
#menu .openmenu .menuitem:before{ position: absolute; top: 50%; left: 50%; margin: -7px 0 0 -9px; width: 18px; height: 14px; }


#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: #fff;  font-size: 14px; font-weight: bold; }
#menu a.active{  color: #DCB336!important; text-decoration: underline; }
#menu a:hover{   }
#menu a.active:hover{   }

#menu .openmenu .menuitem{  background: #DCB336; box-shadow: 0px 9px 20px rgb(0 0 0 / 15%);   }
#menu .openmenu .menuitem:before{ background: url("../img/svg-menu-wit.svg") no-repeat; background-size: auto 100%;}
#menu .openmenu:hover .menuitem{ background: #333; box-shadow: 0 9px 20px rgba(0,0,0,0.4);    }
#menu .openmenu:hover .menuitem:before{ background: url("../img/svg-menu-wit.svg") no-repeat; background-size: auto 100%;}

#menu .last .menuitem { border-radius: 50px; text-transform: uppercase; background: #8B6323;  color:#fff; line-height: 52px; height: 55px;  }
#menu .last:hover .menuitem {  background: #444;  text-decoration: none;  }

#menu .menusplit { background: #444; }
.submenu{	border-bottom: 15px solid #DCB336; background: #333;	}
.submenu a{	color: #fff!important;		}
.submenu a:hover{  background:#222!important; color: #DCB336!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: #333; }
#menuoverlay:after { z-index: 0; position: absolute; top: 0px; left: 0px; right: 0px; bottom:0; opacity: 1; background: #333 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: 0px; left: 0px; width: 110px; height: 100px;  background: url("../img/logo-hair-care-iris-melis.svg?v=2") no-repeat; background-size: auto 100%; }

#menuoverlay .bg{ z-index: 1; position: absolute; top: 0; bottom: 0; right: 0; left: 0; }
#menuoverlay .bg:before{ display: none; position: absolute; bottom: 0; right: 0; width: 650px; height: 300px; }

#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: #3c3c3b; }
#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: 150px; left: 0px;  }
#menuoverlay-top-menu .titel{ position: relative; float: left; width: 100%; color: #DCB336; text-transform: uppercase; font-size: 13px; font-weight: 500; padding-bottom: 25px; }
#menuoverlay-top-menu .titel:after{ position: absolute; top: 30px; left: 0; right: 30px; border-top: 1px solid #fff; opacity: 0.1; }
#menuoverlay-top-menu a{ color: #fff; padding: 5px 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: 100%;   }
#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:20%; 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; text-transform: uppercase; font-weight: bold;  position: fixed; bottom: 40px; right: 100px; height: 53px; padding: 0; font-size: 14px; text-align: center; line-height: 53px; width: 190px; margin-left: -130px;  text-decoration: none;  }
#menuoverlay-top .aanvraag{  background: #DCB336; box-shadow: 0 3px 6px rgb(0 0 0 / 10%); text-shadow: 0 2px 4px rgb(0 0 0 / 20%); }
#menuoverlay-top .aanvraag:hover { background: #8B6323; color: #fff; }

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

#top{ position: fixed; top: 0px; left: 0px; height: 130px; z-index: 999; }
#top .logo{ position: absolute;	top: 0px;	left: 0px;	width: 130px;	height: 120px;	background: url("../img/logo-hair-care-iris-melis.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 { color: #333;  }
#top.top1off #menu .tel .tel:before{  background: url("../img/svg-telefoon-donker.svg") no-repeat; background-size: auto 100%;  }

#top.top1off .logo{  top: 10px; height: 70px; }
			
#top.top1off #menu .menuitem {  color: #333;  }
#top.top1off #menu .last .menuitem {  margin-left: 15px; color: #fff;  }
#top.top1off #menu .last .menuitem:hover {  }
#top.top1off #menu .last .menuitem:after {   }

#top.vervolgpagina{ height: 90px; background: #fff; box-shadow: 1px 1px 2px rgba(0,0,0,0.2);   }
#top.vervolgpagina #menu{ top: 15px; }
#top.vervolgpagina #menu .tel { color: #333;  }
#top.vervolgpagina #menu .tel .tel:before{  background: url("../img/svg-telefoon-donker.svg") no-repeat; background-size: auto 100%;  }
#top.vervolgpagina .logo{ top: 10px; height: 70px; }
#top.vervolgpagina #menu .menuitem {  color: #333;  }
#top.vervolgpagina #menu .last .menuitem {  margin-left: 15px; color: #fff;    }
#top.vervolgpagina #menu .last .menuitem:hover {   }
#top.vervolgpagina #menu .last .menuitem:after {   }


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

#header{  height: 750px; z-index: 1;  }



#header .bg{ position: absolute; top: 0px; left: 0; right: 0;  height: 750px;  overflow: hidden;  }
#header .bg:before {  position: absolute; top: 0px; right: 0px;   height: 850px;  left: 0px;   background:  url("../img/visual-header.jpg") repeat-x center bottom;  background-size: auto 100%; }

#header div.animate{	z-index: 1;  position: absolute;	top: 210px;	left:0px; width: 570px;  }
#header .container h1{  padding-bottom: 15px;  font-size: 44px; line-height: 125%; color: #fff; text-transform: uppercase; }
#header .container h3{  padding-bottom: 15px; line-height: 150%; font-weight: normal; font-size: 24px; font-style: italic;  color: #F6D46C; }
#header .container .btn{  margin: 10px 0 0 0; }


#header #headerblok { position: absolute; left: 0; top: 620px; width: 100%; }
#header #headerblok .headerblok{ width: 31%; padding: 36px 45px; box-shadow: 0px 9px 35px rgba(0,0,0,0.35); background: #fff; overflow: hidden; border-radius: 10px; line-height: 160%; }
#header #headerblok .headerblok1{ background: #8B6323; color: #fff;  }
#header #headerblok .headerblok2{ background: #BA8D2D; color: #fff; margin-left: 2.5%; margin-right: 2.5%; }
#header #headerblok .headerblok3{  }
#header #headerblok .headerblok span.title{ line-height: 120%;  font-size: 26px; font-weight: 700; padding-right: 40px; box-sizing: border-box; padding-bottom: 5px;  }
#header #headerblok .headerblok span.txt{ padding-right: 20px;  }

#header #headerblok .headerblok:before{ border-radius: 10px; position: absolute; top: 0px; left: 0px; bottom: 0px; right: 0; border: 3px solid rgba(255,255,255,0.2); }
#header #headerblok .headerblok:before{ transition:all .2s linear; -o-transition:all .2s linear; -moz-transition:all .2s linear;  -webkit-transition:all .2s linear; }
#header #headerblok .headerblok:hover{ color: #fff; box-shadow: 0 9px 20px rgba(0,0,0,0.4); margin-top: -5px; }
#header #headerblok .headerblok3:hover{ color: #333;  }

 
#header #headerblok .headerblok:after{ position: absolute; bottom: 20px; right: 40px; width: 20px; height: 20px; background: url("../img/svg-pijl-rechts-wit.svg") no-repeat center center; background-size: auto 80%; opacity: 0; }
#header #headerblok .headerblok:after{ transition:all .2s linear; -o-transition:all .2s linear; -moz-transition:all .2s linear;  -webkit-transition:all .2s linear; }
#header #headerblok .headerblok:hover:after{  right: 20px; opacity: 1; }

#header #headerblok .headerblok3:after{ background: url("../img/svg-pijl-rechts-kleur.svg") no-repeat center center; background-size: auto 80%; opacity: 0; }


#header #headerblok .headerblok:hover:after{
    -webkit-animation-duration: 1.5s; 
    animation-duration: 1.5s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    animation-iteration-count:infinite; 
    -webkit-animation-iteration-count:infinite; 
    -webkit-animation-name: headerblokfadeOutUp; 
    animation-name: headerblokfadeOutUp; 
}

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



#header .headerpijl { position: absolute; bottom: 40px; right: 40px; width: 50px; cursor: pointer; border-radius: 50px; height: 50px; background:  #DCB336  }
#header .headerpijl span{ position: absolute; bottom: 0px; right: 0px; width: 50px;  height: 50px; background:  url("../img/svg-pijl-beneden-wit-1.svg") no-repeat center center; background-size: 30% auto; }


#header .headerpijl span{
    -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);  } 
} 


.anko{ position: absolute; bottom: 160px; right: 50%; margin-right: -700px; border-radius: 10px; background: #fff url("../img/anko.svg") no-repeat center center; background-size: auto 70%; width: 120px; height: 90px; }

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

#intro {  background: #000; margin-top: -50px; z-index: 0; }

#intro .centered { width: 1460px; }

#intro .bg{ position: absolute; top: 80px; bottom: 0px; left: 0px; width: 50%;  overflow: hidden;}
#intro .bg:before{ position: absolute; left: 50%; margin-left: -640px; top: 50%; margin-top: -150px;   width: 300px; height: 300px; border-radius: 100%; background: url("../img/svg-bolletjes.svg") no-repeat center center; background-size: auto 100%; }

#intro .bg2{ position: absolute; top: 0px; bottom: 0px; left: 0px; width: 100%;  overflow: hidden;}
#intro .bg2:before{ position: absolute; left: 50%; margin-left: -850px; top: 0;  width: 100%; bottom: 0; background: url("../img/visual-intro.jpg") no-repeat center center; background-size: auto 100%; }

#intro .intro{ padding: 250px 60% 150px 0; color: #fff; }

#intro .intro h2{ font-size: 46px; color: #fff; }
#intro .intro .text{ font-weight: normal; font-size: 16px; line-height: 190%; }
#intro .intro .btn{ margin-top: 30px; }

/* uspbar ############################################################################################################################# */


#uspbar  {  background: #272727; padding: 70px; color:#fff; box-shadow: 0 3px 25px rgba(0,0,0,0.15); overflow-x: hidden; }
#uspbar .uspbar ul{ position: relative; float: left; width: 100%; }
#uspbar .uspbar li{ position: relative; float: left; width: 25%; line-height: 160%; }
#uspbar .uspbar li.middle{   }
#uspbar .uspbar li.last{   }
#uspbar .uspbar li span{ padding: 0px 30px 0px 75px; }
#uspbar .uspbar li span:after{ position: absolute; top: 0px; left: 1px; width: 46px; height: 46px; background: url("../img/svg-vink-wit.svg") no-repeat center center; background-size: auto 30% ;}
#uspbar .uspbar li span:before{ position: absolute; top: 0px; left: 0px; width: 46px; height: 46px; border-radius: 100%; background: #DCB336;  }
#uspbar .uspbar li span:before{ transition:all .2s linear; -o-transition:all .2s linear; -moz-transition:all .2s linear; -webkit-transition:all .2s linear; }

#uspbar:after  {  background: #BA8D2D; position: absolute; bottom: 0px; left: 50%; margin-left: -100px; width: 200px; height: 2px; }

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


#overons { padding: 120px 0 120px 0; z-index: 0; color: #fff; }

#overons div.container{}
#overons .overons{ padding: 0 150px 0 55%; }

#overons .overons h2{ font-size: 46px; color: #fff;  }
#overons .overons .btn{ margin-top: 30px; margin-right: 10px; }

#overons .bg{ position: absolute; top: 0px; bottom: 0px; left: 0px; width: 100%;  overflow: hidden;}
#overons .bg:before{ position: absolute; left: 50%; margin-left: -940px; top: 0px;   width: 300px; height: 700px;  background: url("../img/visual-bg-goud-1.png") no-repeat top left; background-size: auto 100%; }
#overons .bg:after{ position: absolute; right: 50%; margin-right: -1200px; bottom: -60px;   width: 700px; height: 700px;  background: url("../img/svg-schaar.svg") no-repeat top left; background-size: auto 100%; }

#overons .bg2{ position: absolute; top: 0px; bottom: 0px; left: 0px; width: 100%;  overflow: hidden;}
#overons .bg2:after{ position: absolute; right: 50%; margin-right: -760px; bottom: -230px;   width: 500px; height: 700px;  background: url("../img/visual-bg-goud-2.png") no-repeat top left; background-size: auto 100%; }


#overons .introductievideo	{ position: absolute; top: 0px; left: 0px; width: 640px; height: 360px; border: 25px solid #2B2B2B; background: #2B2B2B; box-shadow: 0 3px 25px rgba(0,0,0,0.15);  }
#overons .introductievideo	iframe{ width: 100%; height: 100%; }

#overons .reviewcontainer{  padding: 160px 100px 0 ; color: #333; font-style: italic; font-size: 20px; line-height: 200%; }
#overons .reviewcontainer .review{  padding: 45px 140px 0px 240px; background: #fff; border-radius: 150px; min-height: 210px; }
#overons .reviewcontainer .review .foto{  position: absolute; top: 30px; left: 35px; width: 150px; height: 150px; border-radius: 100%; background: #eee;  }

#overons .reviewcontainer .review1 .foto{  background: url("../img/referenties/referentie-1.jpg") no-repeat center center; background-size: cover;  }


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

#nieuws { padding: 80px 0; background: #2B2B2B; box-shadow: 0 3px 25px rgba(0,0,0,0.15);  }
#nieuws h2{ text-align: center; padding-bottom: 30px; margin-bottom: 60px; font-size: 42px; font-weight: bold; color: #fff; }

#nieuws h2:after  {  background: #B86B1B; position: absolute; bottom: 0px; left: 50%; margin-left: -100px; width: 200px; height: 2px; }


#nieuws .nieuws{ padding: 0 8%; }
.nieuwsitem{ width: 416px; box-shadow: 0 3px 26px rgba(0,0,0,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 120px; font-size: 14px; line-height: 180%; background: #fff; border-radius: 0 0 20px 20px ;  }
.nieuwsitem .bottom .titel{ font-weight: bold; font-size: 18px; padding-bottom: 15px; line-height: 150%; }
.nieuwsitem .bottom .leesverder{ margin-top: 15px;  position: absolute; bottom: 40px; color: #8B6323; right: 40px; left: 40px; padding: 12px 0; text-align: center; font-weight: bold;  border: 2px solid #E1D6C6;  text-transform: uppercase; font-size: 13px;  }
.nieuwsitem:hover .bottom .leesverder{  color: #fff; text-decoration: none; border: 2px solid #DCB336;  background: #DCB336;  }
.nieuwsitem:hover{ box-shadow: 0 5px 50px rgba(0,0,0,0.8);  }





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

#contact{ padding: 240px 0 20px; text-align: center;  z-index: 1; font-weight: 500; font-size: 13px; color: #fff; }
#contact .contact:before { position: absolute; top: -120px; left: 50%; margin-left: -50px; width: 100px; height: 90px; background:url("../img/logo-hair-care-iris-melis.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; color: #fff; }
#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-wit.svg") no-repeat top left; background-size: 100% auto; }
#contact .tel:hover { text-decoration: none; }

#contact a{ color: #fff; }
#contact a:hover{ color: #fff; }




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

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

#afsluiting .bg { position: absolute; bottom: 0px; left: 0px; right: 0px; height: 350px; overflow: hidden;  }
#afsluiting .bg:before {  position: absolute; bottom: -360px; right: -140px;    width: 500px; height: 600px;  background: url("../img/visual-bg-goud-2.png") no-repeat top left; background-size: auto 100%; }


#afsluiting .bg2{ position: absolute; top: 0px; bottom: 0px; left: 0px; width: 50%;  overflow: hidden;}
#afsluiting .bg2:before{ position: absolute; left: 50%; margin-left: -640px; top: 20px;    width: 300px; height: 300px; border-radius: 100%; background: url("../img/svg-bolletjes.svg") no-repeat center center; background-size: auto 100%; }


#afsluiting a{ color: #fff; }
#afsluiting a:hover{ color: #DCB336; }

#afsluiting #naarboven{ z-index: 1; cursor: pointer; position: absolute; bottom: 30px; right: 30px;  width: 60px; height: 60px; background: #BA8D2D; border: 10px solid #333;   box-shadow: 0px 9px 20px rgb(0 0 0 / 15%);  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);  } 
} 


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

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