/* 
Geel: #ffdf00
Gele tekst: #f8d628;
Rood: #d0282f
Grijs: #414141
*/


/* general styles */
html, body, h1, h2, h3, h4, p, form, ul, li, ol{
  margin: 0px;
  padding: 0px;
}
html, body{
  width: 100%;
  height: 100%;
}
body{
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.35em;
  color: #474747;
  background-color: #FFF;
}

a{
  outline: 0;
  color: inherit;
  text-decoration: none;
}

img{
  border: 0;
}

textarea{ 
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  resize: none;
}

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}
sub { 
  top: 0.4em; 
}

.clear{
  display: block;
  clear: both;
  min-height: 0px !important;
}


div.container{
  width: 100%;
  margin: 0px;
  padding: 0px;
}
div.centerContent{
  width: 1370px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  position: relative;
}
div.centerPoint{
  position: absolute;
  left: 50%;
  top: 0px;
}

div.whiteArc{
  background-image: url("../images/arc-white.png");
  background-size: 2600px auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 100%;
  height: 30px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

/*      HEADER      */
header{
  width: 100%;
  z-index: 2;
  position: relative;
}

header div.headerInfo{
  background-color: #111917;
  color: #FFF;
  height: 52px;
  line-height: 52px;
  color: #c4c4c4;
  position: relative;
}

div.searchForm{
  position: relative;
  float: left;
  margin-left: 0px;
  margin-top: 10px;
  width: 300px;
}

div.headerInfo p{
  font-size: 0.88em;
  font-weight: 400;
  float: right;
  font-family: 'Gloria Hallelujah', sans-serif;
  color: #ffdf00;
}
div.headerInfo p>span{
  display: inline-block;
  padding-right: 55px;
  background-image: url("../images/sketch-pijl-geel.svg");
  background-size: 40px auto;
  background-position: right 12px;
  background-repeat: no-repeat;
}
div.headerInfo p a{
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #FFF;
  color: #111917;
  text-align: center;
  line-height: 30px;
  margin-left: 5px;
}
div.headerLogo{
  background-image: url("../images/header-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 10px;
}
div.headerLogoBottom{
  background-image: url("../images/arc-white.png");
  background-size: 2600px auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 20px;
}
div.phoneHolder{
  float: left;
  width: 30%;
  padding-top: 30px;
  padding-left: 45px;
  background-image: url("../images/icon-telefoon-black.svg");
  background-size: 30px auto;
  background-position: left 35px;
  background-repeat: no-repeat;
  box-sizing: border-box;
  margin-left: 50px;
}
div.phoneHolder span{
  display: block;
  font-size: 0.95em;
  line-height: 1.2em;
  color: #111917;
  font-weight: 400;
}

div.phoneHolder span:first-child{
  color: #7d7d7d;
  font-weight: 600;
}

a.logoHolder{
  float: left;
  display: block;
  width: 40%;
  height: 95px;
  text-align: center;
}
a.logoHolder img{
  display: inline-block;
  height: 95px;
}

div.menuHolder{
  height: 75px;
  background-color: #FFF;
  box-sizing: border-box;
  font-weight: 400;
}

div.menuHolder nav{
  position: relative;
  height: 75px;
  box-sizing: border-box;
}
div.menuHolder nav>ul{
  display: block;
  width: 100%;
}
div.menuHolder nav ul li{
  position: relative;
  display: block;
  float: left;
  list-style-type: none;
  height: 75px;
  line-height: 72px;
  text-transform: uppercase;
  cursor: pointer;
  margin: 0px;
  font-weight: 600;
  margin-right: 20px;
  box-sizing: border-box;
  color: #111917;
}
div.menuHolder nav ul li a{
  display: block;
  margin: 0px;
  padding: 0px;
  padding-left: 15px;
  padding-right: 15px;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  color: inherit;
}

div.menuHolder nav ul li:hover ul{
  display: block;
}
div.menuHolder nav>ul>li:hover>a{
  border-bottom: #ffdf00 solid 6px;
}
div.menuHolder nav>ul>li.active>a{
  border-bottom: #d0282f solid 6px;
}
div.menuHolder nav ul li.active{
  font-weight: 700;
}
div.menuHolder nav ul li ul{
  display: none;
  position: absolute;
  left: 0px;
  top: 75px;
  background-color: #FFF;
  z-index: 20;
  width: 100%;
}
div.menuHolder nav ul li ul li{
  display: block;
  margin: 0px;
  padding: 0px;
  float: none;
  text-transform: none;
  font-weight: 400;
  white-space: nowrap;
  height: 36px;
  line-height: 36px;
}
div.menuHolder nav ul li ul li:hover{
  color: #000;
}


div.menuHolder nav ul li.menuButton{
  display: none;
}



/*      CONTENT      */
div.content{
}

div.pageHeader{
  height: 105px;
  line-height: 105px;
  background-image: url("../images/pageheader-bg.jpg");
  background-repeat: repeat-x;
  background-position: center center;
  background-size: auto 100%;
}
div.pageHeader div.centerContent{
  height: 100%;
}
div.textTable{
  display: table;
  height: 100%;
  width: 100%;
  text-align: left;
}
div.textCell{
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
div.pageHeader h1,
div.pageHeader h2{
  float: left;
  font-weight: 400;
  padding-left: 55px;
  font-size: 2.35em;
  color: #111917;
  background-repeat: no-repeat;
  background-position: 50px center;
  background-size: auto 45px;
}
div.pageHeader h2.withImage{
  padding-left: 150px;
}
div.crumblePath{
  float: right;
  text-align: right;
  font-size: 0.95em;
  color: #FFF;
  font-weight: 400;
  text-transform: uppercase;
}
div.crumblePath span,
div.crumblePath a{
  color: #111917;
}
div.crumblePath span{
  font-weight: 700;
}

div.mainContent{
}

article{
  width: 809px;
  width: 950px;
  float: left;
  box-sizing: border-box;
  margin-top: 60px;
  padding-bottom: 100px;
}
article img.pageVisual{
  width: 100%;
}
div.textCol{
  width: 48%;
  float: left;  
}
div.textCol.wide{
  width: 100%;
  float: none;  
}

div.textCol.last{
  margin-left: 4%;
}
div.textCol img{
  width: 100% !important;
  display: block;
  height: auto !important;
}

article h1{
  line-height: 1.1em;
  font-size: 2.2em;
  color: #000;
  font-weight: 400;
  margin-bottom: 27px;
  margin-top: 40px;
}
article h1 span{
  color: #f8d628;
  display: block;
  font-weight: 700;
}
article h1:after{
  content: "";
  display: block;
  position: relative;
  width: 60px;
  height: 6px;
  margin-top: 8px;
  margin-bottom: 10px;
  background-color: #ffdf00;
}


article h2,
article h3{
  font-weight: 400;
}

article p a, article ul a, article ol a, article em{
  color: #d0282f;
}
article p a:hover, article ul a:hover, article ol a:hover{
  text-decoration: underline;
}
article ul, article ol,
aside ul, aside ol{
  margin-left: 20px;
}
article ul,
aside ul{
  list-style: square;
}

aside{
  float: right;
  margin-top: 60px;
  position: relative;
  padding-bottom: 100px;
}
aside h3{
  font-size: 1.76em;
  font-weight: 400;
  color: #000;
}
aside h3.recent{
  margin-top: 50px;
}
aside h3:after{
  content: "";
  display: block;
  position: relative;
  width: 60px;
  height: 6px;
  margin-top: 8px;
  margin-bottom: 20px;
  background-color: #ffdf00;
}
aside div.sideMenu{
  border: solid 1px #e5e5e5;
  border-radius: 2px;
  background-image: url("../images/arrow-black-down.svg");
  background-size: 13px 8px;
  background-position: right 12px top 16px;
  background-repeat: no-repeat;
  padding: 6px;
  padding-right: 35px;
  position: relative;
  margin-bottom: 12px;
  min-height: 69px;
  box-sizing: border-box;
  width: 300px;
}
aside div.sideMenu.multiple{
  background-position: right 12px top 30px;
}
aside div.sideMenu.inactive{
  background-image: url("../images/arrow-black-right.svg");
  background-size: 8px auto;
  background-position: right 13px center;
  background-repeat: no-repeat;
}
aside div.sideMenu ul{
  list-style: none;
}
aside div.sideMenu ul li{
  border-right: solid 1px #e5e5e5;
  padding-right: 15px;
  padding-left: 55px;
  line-height: 1.2em;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #111917;
}
aside div.sideMenu ul li.parent{
  text-transform: uppercase;
  padding-top: 13px;
}
aside div.sideMenu:nth-of-type(4) ul li.parent,
aside div.sideMenu.inactive ul li.parent{
  height: 55px;
  padding-top: 0px;
  line-height: 55px;
  box-sizing: border-box;
}
aside div.sideMenu:nth-child(6) ul li.parent{
  line-height: 20px;
  padding-top: 15px;
}

aside div.sideMenu.inactive ul li.parent a{
  text-decoration: none;
}

aside div.sideMenu ul li a{
  text-decoration: underline;
}

aside div.sideMenu ul li.active{
  color: #f8d628;
  font-weight: 600;
}
aside div.sideMenu ul li.active a{
  text-decoration: none;
}
aside div.sideMenu.sideNews{
  background: none;
}
aside div.sideMenu.sideNews ul{
  padding-top: 10px;
  margin-left: 10px;
}
aside div.sideMenu.sideNews ul li{
  display: block;
  clear: both;
  padding-left: 0px;
  padding-bottom: 10px;
  min-height: 50px;
  box-sizing: border-box;
  position: relative;
}
aside div.sideMenu.sideNews ul li a img{
  float: left;
  display: block;
  width: 60px;
}
aside div.sideMenu.sideNews ul li a span{
  padding-left: 70px;
  display: block;
  line-height: 1.1em;
  font-size: 0.8em;
}
aside div.sideMenu.sideNews ul li a img.arrow{
  float: none;
  display: block;
  width: 8px;
  position: absolute;
  right: -20px;
  top: 10px;
}

aside div.sideMenu div.sideMenuIcon{
  position: absolute;
  left: 6px;
  top: 6px;
  border-radius: 2px;
  width: 55px;
  height: 55px;
  box-sizing: border-box;
  background-color: #ffdf00;
  background-size: 70% auto;
  background-position: center center;
  background-repeat: no-repeat;
}
aside div.sideMenu.inactive div.sideMenuIcon{
  background-color: #9c9c9c;
}

aside div.sideMenu:nth-of-type(4) div.sideMenuIcon{
  background-size: 45% auto;
}

div.gallery{
  width: 100%;
}
div.gallery a{
  display: block;
  float: left;
  width: 16.66%;
  border: solid 1px #FFF;
  box-sizing: border-box;
}
div.gallery a img{
  display: block;
  width: 100%;
}

div.quote{
  border-top: solid 2px #e5e5e5;
  color: #afafaf;
  font-weight: 900;
  font-size: 2em;
  text-align: center;
  padding: 70px;
  text-transform: uppercase;
}


/*      HOME     */
div.content.home article{
  width: 100%;
  float: none;
  padding: 0px;
}

div.slideShowHolder{
  position: relative;
  width: 100%;
  height: 517px;
  overflow: hidden;
}
div.slideShowBG>div,
div.slideShow>div{
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
div.slideShow div div.centerContent{
  height: 100%;
}
div.slideShow div a{
  display: block;
  position: absolute;
  right: 0px;
  bottom: 65px;
  padding-bottom: 45px;
  width: 22.75%;
  color: #000;
  border-bottom: solid 1px #000;
}
div.slideShow div a span.title{
  display: block;
  font-size: 1.2em;
  line-height: 1em;
  font-weight: 600;
  margin-bottom: 10px;
}
div.slideShow div a span.title span{
  display: block;
  /*font-family: 'Gloria Hallelujah', sans-serif;
  font-weight: 400;*/
  font-weight: 700;
  color: #FFF;
  font-size: 1.2em;
  line-height: 1.1em;
}
div.slideShow div a span.imageHolder{
  display: block;
  position: absolute;
  left: -220px;
  bottom: -1px;
  width: 198px;
  height: 229px;
  box-sizing: border-box;
  border: solid 1px #c3c3c3;
}
div.slideShow div a span.imageHolder img{
  display: block;
  width: 100%;
}
div.slideShow div a span.priceHolder{
  display: block;
  position: absolute;
  left: 0px;
  bottom: 15px;
  font-weight: 600;
  font-size: 1.8em;
}
div.slideShow div a span.priceHolder span:last-child{
  font-size: 0.7em;
  display: inline-block;
  vertical-align: text-top;
  padding-top: 2px;
}
div.slideShow div a span.arrow{
  display: block;
  position: absolute;
  right: 0px;
  bottom: 15px;
  width: 24px;
  height: 24px;
  border: solid 1px #000;
  border-radius: 3px;
  background-image: url("../images/arrow-black-right.svg");
  background-size: 8px auto;
  background-position: 9px center;
  background-repeat: no-repeat;
}
div.slideShowBG div.slideOverlay{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image: url("../images/header-overlay.png");
  background-size: 2600px auto;
  background-position: center center;
  background-repeat: no-repeat;
}
div.slideShowHolder img.headerNews{
  position: absolute;
  top: 50px;
  left: 542px;
  width: 143px;
  display: block;
}


div.homeBlocks{

}
div.homeBlocks a{
  display: block;
  float: left;
  width: 22.75%;
  margin-right: 3%;
}
div.homeBlocks a:nth-child(4){
  margin-right: 0px;
}
div.homeBlocks a span{
  display: block;
}
div.homeBlocks a span.title{
  font-size: 1.76em;
  color: #000;
  font-weight: 400;
}
div.homeBlocks a span.title:after{
  content: "";
  display: block;
  position: relative;
  width: 60px;
  height: 6px;
  margin-top: 8px;
  margin-bottom: 10px;
  background-color: #ffdf00;
}
div.homeBlocks a span.imageHolder{
  position: relative;
  height: 0px;
  width: 100%;
  padding-top: 61.28%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 3px;
}
div.homeBlocks a span.imageHolder span{
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 55px;
  height: 55px;
  background-color: #ffdf00;
  border-radius: 3px;
  background-repeat: no-repeat;
  background-size: 75% auto;
  background-position: center center;
}

div.homeBlocks a span.blockContent{
  border: solid 1px #e5e5e5;
  border-top: none;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
div.homeBlocks a span.blockContent span.text{
  display: block;
  color: #565656;
  font-size: 0.95em;
  line-height: 1.375em;
  min-height: 180px;
  padding: 20px;
  padding-bottom: 10px;
  box-sizing: border-box;
}
div.homeBlocks a span.blockContent span.readmore{
  color: #111917;
  text-transform: uppercase;
  padding: 20px;
  padding-top: 0px;
  padding-bottom: 30px;
  box-sizing: border-box;
  font-weight: 400;
}

div.homeText{
  border-top: solid 1px #e5e5e5;
  padding-top: 45px;
  padding-bottom: 45px;
  margin-top: 80px;
}
div.homeText h1{
  float: left;
  width: 22.75%;
  margin: 0px;
  margin-right: 3%;  
  text-align: right;
}
div.homeText h1:after{
  display: none;  
}
div.homeText div.textCol{
  width: 74.25%;
  line-height: 1.8em;
  padding-right: 60px;
  box-sizing: border-box;
}

div.quoteHolder{
  background-color: #ebebeb;
  position: relative;
  height: 650px;
}
div.quoteText{
  width: 50%;
  float: left;
  height: 650px;
  text-align: right;
  position: relative;
}

div.quoteSlider>div{
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 100px;
  box-sizing: border-box;
  top: 0px;
  left: 0px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
div.quoteHolder div.textTable{
  width: 485px; /*Helft van centerContent - 2x 100px padding*/
  text-align: center;
  margin-left: 250px;
}
div.quoteHolder div p img{
  display: inline-block;
  margin-bottom: 40px;
  width: 44px;
}
div.quoteHolder div p span:first-of-type{
  color: #111917;
  font-size: 3.41em;
  line-height: 0.9em;
  display: block;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0px 0px 20px rgba(255,255,255,0.5);
}
div.quoteHolder div p span:nth-of-type(2){
  color: #FFF;
  font-size: 3.41em;
  line-height: 0.9em;
  font-weight: 900;
  display: block;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0px 0px 20px rgba(0,0,0,0.3); 
}
div.quoteHolder div p span.name{
  color: #111917;
  font-weight: 400;
  font-size: 0.95em;
  line-height: 1em;
  display: block;
  text-align: center;
  margin-top: 40px;
}
div.quoteVisual{
  position: relative;
  width: 50%;
  float: right;
  height: 100%;
  overflow: hidden;
  background-image: url("../images/quote.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

div.assurance{
  background-color: #FFF;
  background-image: url('../images/zekerheden-desktop.jpg');
  background-size: 2600px auto;
  background-position: center top;
  background-repeat: no-repeat;
  height: 950px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
div.assurance h2{
  padding-top: 60px;
  color: #d0282f;
  font-size: 2.76em;
  font-weight: 700;
  text-align: center;
}
div.assurance p{
  padding-top: 30px;
  color: #000;
  font-size: 1.2em;
  font-weight: 400;
  text-align: center;
}
div.assurance div.centerPoint{
  display: none;
}

/*      DOWNLOADS   */
div.downloadHolder{
  margin-top: 40px;
}
div.downloadHolder h3{
  font-weight: 600;
  font-size: 1.5em;
  color: #111917;
  margin-bottom: 18px;
  margin-top: 40px;
}
div.downloadHolder a.download{
  display: block;
  background-color: #ebebeb;
  color: #000;
  padding: 19px;
  font-size: 0.9em;
  font-weight: 400;
  padding-right: 150px;
  margin-bottom: 9px;
  position: relative;
}
div.downloadHolder a.withImage{
  padding-top: 8px;
  padding-bottom: 8px;
}
div.downloadHolder a.download img{
  display: inline-block;
  height: 41px;
  vertical-align: middle;
  padding-right: 10px;
}
div.downloadHolder a.download>span{
  display: block;
  position: absolute;
  right: 12px;
  top: 12px;
  background-color: #ffdf00;
  color: #111917;
  padding: 6px;
  padding-left: 35px;
  padding-right: 15px;
  line-height: 35px;
  text-transform: uppercase;
  vertical-align: middle;
  background-image: url("../images/icon-download.svg");
  background-size: 14px auto;
  background-position: 10px center;
  background-repeat: no-repeat;
}
div.downloadHolder a.download span span{
  display: block;
  padding-left: 8px;
  line-height: 23px;
  border-left: solid 1px #111917;
}

div.content.downloads aside div.sideMenu,
div.content.blogdetail aside div.sideMenu{
  background: none;
  padding-right: 0px;
}
div.content.downloads aside div.sideMenu ul,
div.content.blogdetail aside div.sideMenu ul{
  margin-left: 0px;
}
div.content.downloads aside div.sideMenu ul{
  min-width: 250px;
}
div.content.downloads aside div.sideMenu ul li,
div.content.blogdetail aside div.sideMenu ul li{
  padding-left: 0px;
  padding-right: 0px;
  line-height: 34px;
  background-image: url("../images/arrow-black-right.svg");
  background-size: 7px auto;
  background-position: right 13px center;
  background-repeat: no-repeat;
  border-right: 0px;
}
div.content.downloads aside div.sideMenu ul li:hover{
  color: #f8d628;
  font-weight: 600;
}
div.content.downloads aside div.sideMenu ul li:hover a{
  text-decoration: none;
}
div.content.downloads aside div.sideMenu ul li a,
div.content.blogdetail aside div.sideMenu ul li a{
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 10px;
  padding-right: 45px;
  box-sizing: border-box;
}
div.content.downloads aside div.sideMenu ul li a span,
div.content.blogdetail aside div.sideMenu ul li a span{
  display: block;
  width: 100%;
  height: 100%;
  border-right: solid 1px #e5e5e5;
  padding-right: 10px;
}
div.content.blogdetail aside div.sideMenu ul li a span{
  line-height: 1.2em;
  padding-top: 10px;
  padding-bottom: 10px;
}


/*       ASSORTIMENT     */
div.content.assortiment div.mainContent{
  background: none;
}
div.content.assortiment article{
  width: 100%;
  margin: 0px;
  padding-bottom: 0px;
  float: none;
}
div.content.assortiment article div.textHolder{
  text-align: center;
  padding-top: 65px;
  padding-bottom: 65px;
}
div.assortimentHolder{
  background-color: #ebebeb;
  padding: 50px;
}
div.assortimentItem{
  float: left;
  width: 450px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #FFF;
}
div.assortimentItem:nth-child(3n){
  margin-right: 0px;
}
div.assortimentItem:nth-child(3n+1){
  clear: both;
}
div.assortimentItem div.imageHolder{
  position: relative;
  height: 0px;
  width: 100%;
  padding-top: 61.28%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 3px;
}
div.assortimentItem div.imageHolder div{
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 55px;
  height: 55px;
  background-color: #ffdf00;
  border-radius: 3px;
  background-repeat: no-repeat;
  background-size: 75% auto;
  background-position: center center;
}

div.assortimentItem div.blockContent{
  border: solid 1px #e5e5e5;
  border-top: none;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
div.assortimentItem div.title{
  margin-top: 15px;
  font-size: 1.4em;
  color: #111917;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
div.assortimentItem div.title:after{
  content: "";
  display: block;
  position: relative;
  width: 60px;
  height: 6px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
  background-color: #ffdf00;
}
div.assortimentItem div.blockContent div.text{
  color: #565656;
  font-size: 0.95em;
  line-height: 1.375em;
  min-height: 150px;
  padding: 20px;
  padding-top: 15px;
  padding-bottom: 10px;
  box-sizing: border-box;
}
div.assortimentItem div.blockContent div.text span.full{
  display: none;
}
div.assortimentItem div.blockContent span.readmore{
  color: #d02830;
  text-decoration: underline;
  cursor: pointer;
}



/*       BLOG     */
div.content.blog div.mainContent{
  background: none;
}
div.content.blog article{
  width: 100%;
  margin: 0px;
  padding-bottom: 0px;
  float: none;
}
div.content.blog article div.textHolder{
  text-align: center;
  padding-top: 65px;
  padding-bottom: 65px;
}


img.newsDot{
  display: block;
  position: absolute;
  right: 30px;
  top: 25px;
  width: 143px;
}

div.blogContent{
  background-color: #ebebeb;
  padding: 50px;
}
div.blogHolder.mobile{display:none;}
div.blogColumn{width:450px;margin-right:10px;float:left;}
div.blogColumn:nth-child(3){margin-right:0px;}


div.blogHolder a{
  display: block;
  background-color: #FFF;
  color: #111917;
  margin-bottom: 10px;
  position: relative;
}

div.blogHolder a img{
  display: block;
  width: 100%;
}
div.blogHolder a span.iconHolder{
  position: absolute;
  left: 20px;
  top: 162px;
  width: 55px;
  height: 55px;
  background-color: #ffdf00;
  border-radius: 3px;
  background-repeat: no-repeat;
  background-size: 80% auto;
  background-position: center center;
}
div.blogHolder a span.blogIntro{
  padding: 30px;
  padding-bottom: 20px;
  display: block;
}
span.info{
  display: block;
  text-align: center;
}
span.info span.title{
  -font-family: 'Gloria Hallelujah', sans-serif;
  color: #474747;
  font-weight: 400;
  font-size: 1.3em;
  line-height: 1.2em;
  display: block;
  margin-bottom: 10px;
}
span.info span.title span{
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  display: block;
  color: #111917;
  font-size: 0.7em;
}
span.info span.priceHolder{
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 1.2em;
  margin-bottom: 10px;
}
span.info span.priceHolder span:last-child{
  font-size: 0.7em;
  display: inline-block;
  vertical-align: text-top;
  padding-top: 0px;
}

span.info span.date{
  font-size: 0.8em;
}
span.info span.fa{
  display: inline-block;
  padding-right: 8px;
}
span.info span.date.user span.fa{
  padding-left: 20px;
}
span.divider{
  width: 60px;
  height: 6px;
  background-color: #ffdf00;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 14px;
  margin-bottom: 14px;
}
div.blogHolder a span.blogIntro span.text{
  text-align: left;
  display: block;
  color: #565656;
  font-size: 0.95em;
}
div.blogHolder a span.blogIntro span.text span.readmore{
  color: #000;
  text-decoration: underline;
  display: inline-block;
  margin-left: 5px;
}

div.pageNav{
  margin-top: 40px;
  text-align: right;
  font-size: 1em;
  font-weight: 400;
  color: #000;
}
div.pageNav span,
div.pageNav a{
  vertical-align: middle;
  line-height: 26px;
}
div.pageNav a{
  display: inline-block;
  padding-left: 7px;
  padding-right: 7px;
  height: 26px;
  box-sizing: border-box;
  line-height: 24px;
  margin-left: 5px; 
  border: solid 1px #000;
  color: #000;
  border-radius: 3px;
}
div.pageNav a:first-of-type{
  margin-left: 15px;
}
div.pageNav a.active,
div.pageNav a:hover{
  color: #d0282f;
  border: none; 
  border: solid 1px #ebebeb;
}
div.content.blogdetail article{
  padding-bottom: 55px;
}
div.blogHeader{
  background-color: #ebebeb;
  margin-bottom: 40px;
}
div.blogHeader div.blogHeaderSlider{
  width: 100%;
  height: 0px;
  padding-top: 52.65%;
  position: relative;
}
div.blogSpacer{
  height: 15px;
}

div.blogHeader img{
  position: absolute;
  left: 0px;
  top: 0px;
  border: solid 1px #FFF;
  width: 100%;
  box-sizing: border-box;
}
div.blogHeader h1{
  -font-family: 'Gloria Hallelujah', sans-serif;
  color: #474747;
  font-weight: 400;
  margin-top: 30px;
  text-align: center;
  margin-bottom: 0px;
}
div.blogHeader h1 span{
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  display: block;
  color: #111917;
  font-size: 0.7em;
  margin-top: 5px;
}

div.blogHeader h1:after{
  display: none;
}
div.blogHeader h2.priceHolder{
  text-align: center;
  font-weight: 600;
  font-size: 1.8em;
  margin-bottom: 10px;
}
div.blogHeader h2.priceHolder span:last-child{
  font-size: 0.7em;
  display: inline-block;
  vertical-align: text-top;
  padding-top: 2px;
}

div.blogHeader span.info{
  color: #000;
  padding-top: 10px;
}
div.blogHeader span.info span:nth-child(2) span.fa{
  padding-left: 20px;
}
div.blogHeader div.text{
  padding: 40px;
  padding-top: 0px;
  color: #565656;
  text-align: center;
}

div.content.blogdetail article div.blogText{
  padding-bottom: 30px;
}
div.content.blogdetail article div.blogTags{
  margin-top: 10px;
  line-height: 30px;
}
div.content.blogdetail article div.blogTags span{
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 5px;
}
div.content.blogdetail article div.blogTags span.tag{
  background-color: #ffdf00;
  font-weight: 600;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 5px;
  text-transform: uppercase;
  white-space: nowrap;
}


/*      MEDEWERKERS      */
div.content.medewerkers article{
  width: 100%;
  padding-bottom: 0px;
  float: none;
  text-align: center;
}
div.employeeHolder{
  margin-top: 55px;
  margin-bottom: 30px;
}
div.employee{
  width: 250px;
  float: left;
  text-align: center;
  margin-right: 30px;
  margin-bottom: 40px;
}
div.employee:nth-child(5n){
  margin-right: 0px;
}
div.employee:nth-child(5n+1){
  clear: both;
}
div.employee img{
  width: 100%;
  display: block;
  margin-bottom: 15px;
  border-radius: 3px;
}
div.employee h3{
  font-size: 1.23em;
  line-height: 1.2em;
  text-align: center;
  font-weight: 400;
  color: #000;
}


/*      CONTACT    */
div.content.contact article{
  width: 100%;
  float: none;
  margin-top: 0px;
  padding-bottom: 0px;
}
div.contactTextHolder{
  display: flex;
  align-items: stretch;
}
div.contactVisual{
  position: relative;
  width: 50%;
  float: left;
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
div.contactText{
  position: relative;
  float: left;
  width: 685px; /*helft van centerContent*/
  padding-left: 110px;
  padding-top: 85px;
  padding-bottom: 85px;
  box-sizing: border-box;
  text-align: left;
}
div.contactInfo{
  padding-top: 20px;
  float: left;
  color: #111917;
  font-weight: 400;
}
div.contactInfo a,
div.contactInfo p{
  display: block;
  padding-left: 35px;
  line-height: 44px;
  background-image: url("../images/icon-telefoon-black.svg");
  background-size: 20px auto;
  background-position: left center;
  background-repeat: no-repeat;
  font-weight: 400;
  position: relative;
}
div.contactInfo a.phoneLink{
  background-image: url("../images/icon-telefoon-black.svg");
}
div.contactInfo p.fax{
  background-image: url("../images/icon-fax-black.svg");
  background-size: 16px auto;
  background-position: 2px center;
}
div.contactInfo a.mailLink{
  background-image: url("../images/icon-email-black.svg");
}
div.contactInfo p.address{
  background-image: url("../images/icon-place-black.svg");
  background-size: 16px auto;
  background-position: 2px top;
  line-height: 1.3em;
  margin-top: 12px;
}
div.contactInfo a.facebook{
  background: none;
}
div.contactInfo a.facebook span{
  position: absolute;
  left: 5px;
  top: 12px;
  display: block;
  font-size: 1.2em;
}

div.formHolder{
  background-color: #ebebeb;
  padding-top: 60px;
  padding-bottom: 60px;
}
div.formHolder h2{
  color: #000;
  font-size: 1.85em;
  line-height: 1em;
  font-weight: 400;
}
div.formHolder h2:after{
  content: "";
  display: block;
  position: relative;
  width: 60px;
  height: 6px;
  margin-top: 8px;
  margin-bottom: 10px;
  background-color: #d0282f;
}
div.formCol{
  width: 48%;
  float: left;
}
div.formCol.last{
  margin-left: 4%;
}
div.formHolder span{
  font-size: 0.9em;
}
input.inputText, select.inputSelect, label{
  -webkit-appearance: none;
  display: block;
  position: relative;
  background-color: #FFF;
  color: #747477;
  height: 40px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 0.95em;
  line-height: 40px;
  margin-bottom: 10px;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  border-radius: 0px;
  box-sizing: border-box;
  border: none;
  float: left;
}
input.inputText.party{
  display: none;
}
select.inputSelect{
  background-image: url("../images/arrow-black-down.svg");
  background-size: 14px auto;
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 20px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  select.inputSelect{
    padding-right: 0px;
    background: none;
    background-color: #FFF;
  }
}

header input.inputText.search{
  height: 32px;
  line-height: 30px;
  border-radius: 4px;
  border: solid 1px #c4c4c4;
  padding-left: 10px;
  padding-right: 50px;
  box-sizing: border-box;
  background-color: #111917;
  text-transform: none;
  font-size: 0.8em;  
  font-family: 'Gloria Hallelujah', sans-serif;
}
footer input.inputText{
  font-family: 'Gloria Hallelujah', sans-serif;
  padding-left: 10px;
  padding-right: 10px;
}

textarea.inputArea{
  display: block;
  position: relative;
  background-color: #FFF;
  color: #747477;
  height: 190px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 0.95em;
  margin-bottom: 10px;
  padding: 10px;
  padding-left: 20px;
  width: 100%;
  border-radius: 0px;
  box-sizing: border-box;
  border: none;
}
input.inputText.error, select.inputSelect.error, textarea.inputArea.error{
  background-color: #d0282f;
  color: #FFF;
}
input.inputText.error.party{
  display: block;
}

div.formCol p, p.label{
  margin-bottom: 5px;
}
div.formCol p.error{
  color: #d0282f;
}
p.label{
  clear: both;
  display: none;
}

div.checkBoxHolder {
	margin-bottom: 10px;
	color: #474747;
}
div.checkBoxHolder span.radioTitle{
  display: inline-block;
  padding-right: 10px;
  font-weight: 700;
  min-width: 100px;
}
div.checkBoxHolder.newsletter{
	margin-bottom: 20px;
  margin-top: 20px;
}

div.checkBoxHolder input {
	display: none;
}
div.checkBoxHolder span.title {
	display: inline-block;
	line-height: 20px;
	padding-right: 20px;
}
div.checkBoxHolder div.checkBox {
	position: relative;
	display: inline-block;
	line-height: 20px;
	padding-right: 20px;
	cursor: pointer;
}
div.checkBoxHolder.error {
	color: #d0282f;
}
div.checkBoxHolder div.checkBox div.box {
	width: 20px;
	height: 20px;
	border-radius: 3px;
	background-color: #FFF;
	text-align: center;
	line-height: 20px;
	position: absolute;
}
div.checkBoxHolder div.checkBox div.box span {
	color: #474747;
	padding-left: 0px;
	display: none;
}
div.checkBoxHolder div.checkBox div.box span.active {
	display: inline;
}
div.checkBoxHolder div.checkBox span {
	padding-left: 28px;
	display: inline-block;
}

button.submitButton,
input.submitButton{
  -webkit-appearance: none;
  display: block;
  color: #000;
  font-size: 1em;
  font-weight: 400;
  text-transform: uppercase;
  height: 40px;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  background-color: #ffdf00;
  font-family: 'Source Sans Pro', sans-serif;
  border: none;
  cursor: pointer;
  width: 100%;
}
header div.searchForm button.inputSubmit{
  background: none;
  background-image: url('../images/icon-vergrootglas-wit.svg');
  background-size: 15px auto;
  background-position: center center;
  background-repeat: no-repeat;
  border: none;
  border-left: solid 1px #c4c4c4;
  height: 24px;
  width: 36px;
  position: absolute;
  right: 4px;
  top: 4px;
}
footer input.submitButton{
  color: #FFF;
  background-color: #000;
  width: auto;
}
/*
button.submitButton span.fa{
  padding-left: 20px;
  font-size: 0.9em;
  line-height: 40px;
}
*/

input.inputText::-webkit-input-placeholder,
textarea.inputArea::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  color: #747477;
}
input.inputText::-moz-placeholder,
textarea.inputArea::-moz-placeholder{ /* Firefox 19+ */
  color: #747477;
}
input.inputText:-ms-input-placeholder,
textarea.inputArea:-ms-input-placeholder{ /* IE 10+ */
  color: #747477;
}
input.inputText:-moz-placeholder,
textarea.inputArea:-moz-placeholder{ /* Firefox 18- */
  color: #747477;
}

header input.inputText::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  text-transform: none;
}
header input.inputText::-moz-placeholder{ /* Firefox 19+ */
  text-transform: none;
}
header input.inputText:-ms-input-placeholder{ /* IE 10+ */
  text-transform: none;
}
header input.inputText:-moz-placeholder{ /* Firefox 18- */
  text-transform: none;
}

footer input.inputText::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  text-transform: none;
}
footer input.inputText::-moz-placeholder{ /* Firefox 19+ */
  text-transform: none;
}
footer input.inputText:-ms-input-placeholder{ /* IE 10+ */
  text-transform: none;
}
footer input.inputText:-moz-placeholder{ /* Firefox 18- */
  text-transform: none;
}

input.inputText.error::-webkit-input-placeholder,
textarea.inputArea.error::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  color: #FFF;
}
input.inputText.error::-moz-placeholder,
textarea.inputArea.error::-moz-placeholder{ /* Firefox 19+ */
  color: #FFF;
}
input.inputText.error:-ms-input-placeholder,
textarea.inputArea.error:-ms-input-placeholder{ /* IE 10+ */
  color: #FFF;
}
input.inputText.error:-moz-placeholder,
textarea.inputArea.error:-moz-placeholder{ /* Firefox 18- */
  color: #FFF;
}


/*      SEARCH      */
a.search {
	position: relative;
	display: block;
	margin-bottom: 10px;
  background-color: #ebebeb;;
	padding: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 140px;
	box-sizing: border-box;
}
a.search span.imageHolder {
	display: block;
	width: 120px;
	height: 70px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	float: left;
}
a.search span.title {
	display: block;
	color: #000;
	font-weight: 400;
	padding-bottom: 10px;
}
a.search span.text {
	display: block;
	padding-left: 140px;
}
a.search.noImage span.title, a.search.noImage span.text {
	padding-left: 0px;
}
a.search span.text span.more {
	color: #000;
	font-size: 0.8em;
	font-weight: 400;
	text-transform: uppercase;
}


/*      FOOTER      */
footer{
  width: 100%;
  background-color: #ffdf00;
}

div.footerInfo{
  background-image: url("../images/arc-grey.png");
  background-size: 2600px auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 30px;
  padding-top: 55px;
}
div.footerInfo div.infoBlock{
  float: left;
  width: 300px;
}

div.footerInfo div.infoBlock:first-child{
  width: 225px;
  margin-right: 75px;
  margin-right: 115px; 
}
div.footerInfo div.infoBlock img{
  width: 100%;
  display: block;
  margin-bottom: 16px;
}

div.footerInfo div.infoBlock:nth-child(2){
  margin-top: 10px;
}
div.footerInfo div.infoBlock:first-child p{
  margin-top: 35px;
}
div.footerInfo div.infoBlock p img{
  display: block;
  width: 150px;
  margin-top: 20px;
}

div.footerInfo div.infoBlock nav ul{
  list-style: none;
  margin-bottom: 15px;
}
div.footerInfo div.infoBlock nav ul li{
  display: block;
  font-size: 0.95em;
}
div.footerInfo div.infoBlock nav ul li:first-child{
  text-transform: uppercase;
  color: #111917;
  font-weight: 400;
  font-size: 1em;
}
div.footerInfo div.infoBlock:nth-child(3){
  color: #000;
}

div.footerInfo div.infoBlock a.phoneLink,
div.footerInfo div.infoBlock a.mailLink,
div.footerInfo div.infoBlock p.footerAddress{
  display: block;
  padding-left: 35px;
  height: 40px;
  line-height: 40px;
  background-image: url("../images/icon-telefoon-black.svg");
  background-size: 20px auto;
  background-position: left center;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
div.footerInfo div.infoBlock a.mailLink{
  background-image: url("../images/icon-email-black.svg");
}
div.footerInfo div.infoBlock p.footerAddress{
  background-image: url("../images/icon-place-black.svg");
  background-size: 16px auto;
  background-position: 2px top;
  line-height: 1.3em;
  margin-top: 8px;
  margin-bottom: 20px;
  height: auto;
}
div.footerInfo div.infoBlock:nth-child(3) a.fa{
  float: right;
  padding: 0px;
  padding-left: 12px;
  margin-top: 16px;
}

header div.timesHolder{
  background-image: url("../images/icon-openingstijden.svg");
  background-size: 40px auto;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 60px;
  float: right;
  color: #111917;
  font-weight: 300;
  margin-right: 50px;
}
div.contactText div.timesHolder{
  float: left;
  padding-top: 30px;
  margin-left: 70px;
  color: #111917;
  font-weight: 400;
}
header div.timesHolder p:first-child{
  color: #7d7d7d;
  font-weight: 600;
}
footer div.timesHolder p:first-child,
div.contactText div.timesHolder p:first-child{
  text-transform: uppercase;
  color: #111917;
  font-weight: 400;
  font-size: 1em;
}
div.contactText div.timesHolder p:first-child{
  font-weight: 600;
}

div.timesHolder p span{
  display: inline-block;
}
div.timesHolder p span:first-child{
  width: 75px;
}


div.footerInfo div.infoBlock:nth-child(4){
  float: right;
  width: 300px;
}
div.footerInfo div.infoBlock div.callBack{
  background-color: rgba(84,84,84,0.1);
  padding: 30px;
  padding-top: 35px;
  padding-bottom: 50px;
}
div.footerInfo div.infoBlock div.callBack h4{
  margin: 0px;
  font-size: 1.76em;
  line-height: 1em;
  margin-bottom: 15px;
  color: #000;
  font-weight: 400;
}
div.footerInfo div.infoBlock div.callBack p{
  display: none;
}


div.copyright{
  background-color: #414141;
  font-size: 0.7em;
  line-height: 1em;
  text-align: center;
}
div.copyright div.legal{
  color: #d3d3d3;
  padding-top: 35px;
  padding-bottom: 60px;
}
div.copyright div.legal br{
  display: none;
}
div.copyright div.legal p{
  display: inline;
}
div.copyright div.legal a{
  color: #FFF;
}