/* general styles */
div.centerContent{
  width: 1000px;
}
div.centerContent.half{
  width: 500px;
}
div.centerContent.half.left{
  padding-right: 50px;
}
div.centerContent.half.right{
  padding-left: 50px;
}

/*      HEADER      */
header{
  height: 300px;
}
div.menuHolder nav{
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 50px;
}

div.logoHolder{
  width: 300px;
  padding-top: 20px;
}
div.logoHolder img:first-of-type{
  width: 80px;
}
div.logoHolder p{
  font-size: 2em;
  margin-top: 20px;
}
header div.divider{
  width: 120px;
  margin-top: 20px;
  margin-bottom: 25px;
}
div.logoHolder img:last-of-type{
  width: 220px;
}

/*      CONTENT      */
div.contentRow{
  padding-bottom: 50px;
  padding-top: 60px;
}
div.contentRow.col2 div.centerContent{
  padding-right: 350px;
}

/*      VERGOEDING     */
div.content.vergoeding div.textCol{
  width: 650px;
}
div.content.vergoeding div.textCol:nth-child(3){
  width: 300px;
}


/*      HOME     */
div.centerContent.half.right{
  padding-right: 50px;
}
div.content.home div.contentRow div.textCol:first-child{
  padding-bottom: 50px;
  padding-top: 60px;
}
div.contentRow div.wachttijd{
  margin-left: 75px;
}
div.content.home div.contentRow:nth-child(2) div.textHolder,
div.content.contact div.contentRow:nth-child(3) div.textHolder{
  padding-left: 250px;
}

div.content.home div.contentRow div.textBlockHome{
  top: 40px;
  padding: 30px;
}
div.content.home div.contentRow div.textBlockHome h2{
  font-size: 2.5em;
  margin-bottom: 10px;
}
div.content.home div.contentRow div.textBlockHome h3{
  font-size: 1.6em;
  margin-bottom: 10px;
}
div.content.home div.contentRow div.registerText{
  position: absolute;
  bottom: 15px;
  right: 5%;  
}


/*      TEAM     */
div.staffHolder{
  margin-top: 40px;
}
div.staffMember{
  width: 480px;
  margin-right: 40px;
  margin-bottom: 30px;
}
div.staffMember div.imageHolder{
  width: 120px;
  height: 120px;
  padding: 10px;
  border-radius: 60px;
}
div.staffMember div.imageHolder div.innerCircle{
  width: 100px;
  height: 100px;
  border-radius: 50px;
}
div.staffMember div.textHolder{
  padding-left: 140px;
  font-size: 0.9em;
}
div.staffMember div.textHolder h2{
  font-size: 1.8em;
  margin-bottom: 10px;
}


/*      CONTACT    */
div.contactCol{
  width: 280px;
}
div.contactCol:nth-child(3){
  width: 330px;
}
div.contactCol:nth-child(4){
  margin-right: 40px;
  width: 350px;
}

/*      FOOTER      */
div.footerInfo{
  padding-top: 40px;
  padding-bottom: 40px;
}
div.footerInfo div.infoBlock{
  width: 180px;
}
div.footerInfo div.infoBlock:nth-child(3){
  width: 280px;
}
div.footerInfo div.infoBlock img{
  -height: 30px;
  -margin-bottom: 20px;
}
div.footerInfo div.infoBlock:nth-child(3) img:first-child{
  width: 120px;
  margin-bottom: 25px;
}
div.footerInfo div.infoBlock:nth-child(3) img:last-child{
  width: 220px;
}