/* general styles */
div.centerContent{
  width: 1000px;
}

div.whiteArc{
  background-size: 1400px auto;
}

/*      HEADER      */
div.menuHolder nav ul li{
  margin-right: 3px;
}


/*      CONTENT      */
div.pageHeader h1,
div.pageHeader h2{
  padding-left: 15px;
  background-position: 0px center;
  background-size: auto 40px;
}
div.pageHeader h2.withImage{
  padding-left: 80px;
}
article{
  width: 670px;
}
div.quote{
  font-size: 1.7em;
  padding: 40px;
}


/*      HOME     */
div.slideShowHolder{
  height: 480px;
}
div.slideShow div a{
  bottom: 30px;
  padding-bottom: 45px;
  font-size: 0.8em;
  line-height: 1.3em;
}
div.slideShowBG div.slideOverlay{
  background-size: auto 100%;
}
div.slideShowHolder img.headerNews{
  top: 100px;
  left: 400px;
  width: 100px;
}

div.homeText h1{
  width: 22.75%;
  margin-right: 6%;  
}
div.homeText div.textCol{
  width: 71.25%;
  padding-right: 40px;
}

div.homeBlocks a span.blockContent span.text{
  min-height: 250px;
}

div.quoteHolder{
  height: 500px;
}
div.quoteText{
  height: 500px;
}
div.quoteHolder div.textTable{
  width: 420px; /*Helft van centerContent - 2x 100px padding*/
  margin-left: 0px;
}
div.quoteHolder div p span:first-of-type{
  font-size: 2.5em;
}
div.quoteHolder div p span:nth-of-type(2){
  font-size: 2.5em; 
}


/*       ASSORTIMENT     */
div.assortimentItem{
  width: 326px;
  margin-right: 11px;
  margin-bottom: 11px;
}
div.assortimentItem div.blockContent div.text{
  min-height: 180px;
}


/*       BLOG     */
div.blogContent{
  padding: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
}
div.blogColumn{width:326px;margin-right:11px;}
div.blogHolder a span.iconHolder{
  top: 115px;
  left: 15px;
  width: 40px;
  height: 40px;
}
div.blogHolder a span.blogIntro{
  padding: 20px;
}


/*      MEDEWERKERS      */
div.employee{
  width: 235px;
  margin-right: 20px;
}
div.employee:nth-child(5n){
  margin-right: 20px;
}
div.employee:nth-child(5n+1){
  clear: none;
}
div.employee:nth-child(4n){
  margin-right: 0px;
}
div.employee:nth-child(4n+1){
  clear: both;
}


/*      CONTACT    */
div.contactText{
  width: 500px; /*helft van centerContent*/
  padding-left: 50px;
  padding-top: 40px;
  padding-bottom: 40px;
}
div.contactText div.timesHolder{
  margin-left: 0px;
}
footer input.submitButton{
  width: 100%;
}
div.checkBoxHolder.radioArrangement{
  margin-bottom: 20px;
}

/*      FOOTER      */
div.footerInfo{
  background-size: 1400px auto;
}
div.footerInfo div.infoBlock{
  width: 240px;
}


div.footerInfo div.infoBlock:first-child{
  margin-right: 60px; 
  width: 180px;
}
div.footerInfo div.infoBlock:nth-child(2){
  width: 200px;
}
div.footerInfo div.infoBlock nav ul li{
  margin-right: 30px;
}

div.footerInfo div.infoBlock:nth-child(4){
  width: 240px;
}
div.footerInfo div.infoBlock div.callBack{
  padding: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
}
div.footerInfo div.infoBlock div.callBack h4{
  font-size: 1.5em;
  margin-bottom: 10px;
}



header div.timesHolder{
  padding-left: 50px;
  margin-right: 0px;
}

div.copyright div.legal{
  padding-top: 25px;
  padding-bottom: 40px;
}