/* general styles */
body{
  overflow-x: scroll;
}
div.centerContent{
  width: 700px;
}
div.content{
  padding-top: 112px;
}

/*      HEADER & MENU      */
header{
  padding-bottom: 33px;
}
header a.logoHolder{
  width: 180px;
  top: 13px;
}
header div.menuInfo{
  top: 11px;
  font-size: 1.2em;
}
header div.menuInfo a{
  padding-left: 10px;
}

div.menuHolder{
  margin-right: 65px;
}
div.menuHolder nav ul li{
  padding-left: 10px;
}

div.pageHeader{
  padding-top: 60px;
  padding-bottom: 60px;
}
div.pageHeader div.centerContent:after,
div.content.home div.pageHeader div.centerContent:after{
  display: none;
}

div.pageText{
  width: 60%;
}
div.pageText h1{
  margin-bottom: 25px;
}
div.sideImage:before{
  top: -60px;
  left: -60px;
  border-bottom-left-radius: 80px;
}
div.sideImage.left:before{
  right: -60px;
  border-bottom-right-radius: 80px;
}
div.sideImage img{
  margin-top: -100px;
}

/*      HOME      */
div.content.home div.pageHeader{
  padding-bottom: 60px;
}
div.content.home div.sideImage .mainButton{
  left: auto;
  right: 0px;
  bottom: -140px;
}
div.storyHolder div.storyOverview:before{
  display: none;
}

/*    OVER JULI   */
div.overons div.pageHeader{
  padding-bottom: 60px;
}
div.overons div.pageHeader div.sideImage img:last-child{
  display: none;
}
div.overons div.pageHeader h1{
  margin-bottom: 10px;
}
div.overons div.textRow h2{
  margin-bottom: 0px;
}
div.textRow{
  padding-top: 60px;
  padding-bottom: 60px;
}
div.textRow div.simpleImage{
  margin-left: 0px;
}
div.textRow.employee div.simpleImage{
  width: 35%;
}
div.textRow div.simpleImage.small{
  position: absolute;
  bottom: -60px;
  right: 0px;
}
div.textRow div.simpleImage.small img{
  display: none;
}
div.simpleImage img{
  display: block;
  width: 100%;
}
div.textRow div.pageText{
  margin-left: 0px;
}
div.textRow div.pageText .mainButton{
  margin-top: 40px;
}
div.textRow.employee div.pageText {
  width: 60%;
  padding-left: 40px;
}
div.textRow.employee div.pageText h3,
div.textRow div.pageText .h3{
  margin-bottom: 10px;
}
div.textRow.employee div.pageText div.twocols{
  column-gap: 20px;
}
div.textRow.employee div.pageText p.hashtags{
  margin-top: 20px;
}
div.textRow:last-child{
  padding-top: 0px;
}
div.textRow:last-child div.pageText {
  width: 80%;
  padding-left: 160px;
  box-sizing: border-box;
}
div.textRow:last-child div.pageText:before{
  width: 100px;
  height: 100px;
  border-radius: 50px;
  left: 0px;
}

/*      WERKWIJZE   */
div.werkwijzeHolder{
  padding-top: 60px;
  padding-bottom: 60px;
}
div.werkwijzeText{
  border-bottom-left-radius: 120px;
  width: 100%;
  padding-bottom: 60px;
}

/*    CASES   */
div.caseHolder div.caseOverview{
  padding-top: 0px;
}
div.caseOverview{
  padding-top: 40px;
}

/*      CONTACT    */
div.content.contact div.pageHeader{
  padding-bottom: 60px;
  padding-top: 60px;
}
div.contactImage .imageHolder{
  margin-top: -40px;
}

/*      FOOTER      */
div.footerCol{
  width: 38%;
  padding-right: 0px;
}
div.footerCol:nth-child(2){
  width: 20%;
}
div.footerCol img{
  margin-top: 8px;
}
div.footerCol:nth-child(3) p{
  width: 60%;
}
div.footerCol:nth-child(3) p:nth-child(even){
  width: 40%;
}