/* general styles */
body{
  overflow-x: hidden;
}
div.centerContent{
  width: 800px;
}

/*      HEADER & MENU      */
header a.logoHolder{
  width: 200px;
  top: 12px;
}
div.menuHolder{
  margin-right: 70px;
}
div.menuHolder nav ul li{
  padding-left: 20px;
}
div.sideImage:before{
  left: -80px;
  border-bottom-left-radius: 100px;
}
div.sideImage.left:before{
  right: -80px;
  border-bottom-right-radius: 100px;
}

/*    HOME   */
div.content.home div.sideImage .mainButton{
  left: -100px;
  bottom: -140px;
}

/*    OVER JULI   */
div.overons div.pageHeader div.sideImage img:last-child{
  left: -50px;
  top: 140px;
}
div.textRow div.simpleImage{
  margin-left: -50px;
}
div.textRow div.simpleImage.small img{
  right: -50px;
}
div.textRow div.pageText{
  margin-left: 50px;
}
div.textRow.employee div.pageText {
  width: 50%;
}
div.textRow:last-child div.pageText {
  width: 60%;
}
div.textRow:last-child div.pageText:before{
  left: -100px;
}

/*      WERKWIJZE   */
div.werkwijzeText{
  width: 100%;
}

/*      FOOTER      */
div.footerCol{
  padding-left: 0px;
  padding-right: 0px;
}