/* general styles */
body{
  font-size: 14px;
  line-height: 18px;
}
div.container{
  width: 1000px;
}

/*      HEADER      */
header{
  width: 960px;
  padding-left: 20px;
  padding-right: 20px;
}
div.menuHolder nav ul li a{
  padding-left: 15px;
  padding-right: 15px;
}
div.menuHolder nav ul li.menuArrow a{
  padding-right: 30px;
  background-position: 135px center;
}
div.searchHolder input.inputText{
  width: 120px;
}


/*      CONTENT      */

div.mainContent{
  width: 960px;
  padding-left: 20px;
  padding-right: 20px;
}
div.centerContent{
  width: 960px;
  padding-left: 20px;
  padding-right: 20px;
}
div.content{
  width: 100%;
}
h3.wideTitle{
  font-size: 26px;
}
article{
  width: 610px;
}

article h1{
  font-size: 23px;
  line-height: 27px;
}
article h3{
  font-size: 21px;
}

div.textCol{
  width: 290px;
  margin-right: 30px;
}
div.textCol.wide{
  width: 610px;
}
img.largeImage{
  width: 100%;
}

aside{
  width: 323px;
  margin-right: 25px;
}

div.slideShowHolder{
  width: 290px;
  height: 157px;
}
div.largeSlideShow div.slideShowHolder{
  width: 610px;
  height: 332px;
}
div.largeSlideShow div.slideShowHolder div.arrow{
  top: 156px;
  width: 20px;
  height: 20px;
}

div.slideShowHolder div.arrow{
  top: 80px;
}


ul.sectionMenuBlock{
  width: 300px;
  margin-left: 15px;
}
ul.sectionMenuBlock li a{
  font-size: 13px;
  padding-left: 10px;
  /*background-position: 280px center;*/
}

ul.sectionMenuBlock li ul{
  left: 300px;
  min-width: 180px;
}
ul.sectionMenuBlock:nth-child(3) li ul{
  left: -180px;
}
ul.sectionMenuBlock li ul li a{
  font-size: 12px;
  padding-right: 10px;
}


/*      HOME      */
div.zorgMenu{
  height: 480px;
}
div.hexRow{
  height: 167px;
}
div.hexRow:nth-of-type(1){
  top: 20px;
  left: 97px;
}
div.hexRow:nth-of-type(2){
  top: 153px;
  left: 20px;
}
div.hexRow:nth-of-type(3){
  top: 286px;
  left: 97px;
}

a.hexagon, div.hexVisual{
  width: 150px;
  height: 167px;
  background-size: 100% 100%;
  margin-right: 4px;
}
a.hexagon img.bgDefault{
  width: 150px;
  height: 167px;
  background-size: 100% 100%;
}
a.hexagon img.bgOver{
  width: 150px;
  height: 167px;
  background-size: 100% 100%;
}

div.slideShowHolder.home{
  float: left;
  width: 543px;
  height: 295px;
  margin: 0px;
  margin-right: 25px;
  margin-top: 48px;
}
div.slideShowHolder.home div.arrow{
  top: 133px;
  left: 22px;
  width: 28px;
  height: 28px;
}
div.slideShowHolder.home div.arrow.next{
  left: auto;
  right: 22px;
}

article.home{
  width: 342px;
}
article.home h1{
  height: auto;
  font-size: 20px;
  line-height: 24px;
}


/*      NIEUWS      */
aside div.linksHolder{
  padding: 20px;
}
article a.newsItem img{
  margin-right: 20px;
}
article a.newsItem span.textHolder span.text{
  font-size: 13px;
  line-height: 16px;
}
article.news div.textCol.wide{
  margin-top: 0px;
}
a.newsImage{
  display: inline-block;
  margin-bottom: 20px;
}


/*      MEDEWERKERS     */
a.people{
  margin-right: 53px;
}
a.people:nth-of-type(4n){
  margin-right: 53px;
}
a.people:nth-of-type(4n+1){
  clear: none;
}
a.people:nth-of-type(3n){
  margin-right: 0px;
}
a.people:nth-of-type(3n+1){
  clear: both;
}
a.people:nth-last-child(-n+4) {
  margin-bottom: 40px;
}
a.people:nth-last-child(-n+3) {
  margin-bottom: 0px;
}
div.textCol.peopleInfo{
  width: 380px;
}

/*      PLATTEGROND     */
article.map{
  width: 350px;
  margin-right: 34px;
}
aside.map{
  width: 576px;
}
aside.map img{
  max-width: 576px;
  max-height: 576px;
}


/*      CONTACTGEGEVENS     */
article.contactgegevens{
  width: 100%;
  font-size: 13px;
}
article.contactgegevens div.textCol{
  width: 225px;
  margin-right: 20px;
}
article.contactgegevens div.textCol h2, article.contactgegevens div.textCol h4{
  font-size: 15px;
}
article.contactgegevens div.textCol h3{
  font-size: 14px;
}
article.contactgegevens div.textCol h4{
  font-size: 13px;
}



/*      CONTACT     */
div.contactForm{
  padding: 20px;
}
input.inputText{
  margin-right: 0px;
  width: 100%;
}


/*      FOOTER      */
div.footerInfo>p, div.locationFooterInfo{
  margin-left: 20px;
}
div.locationFooterInfo{
  font-size: 12px;
  width: 328px;
}

div.footerInfo div.borderLinks a{
  margin-right: 20px;
  font-size: 14px;
}

div.footerInfo.home{
  background-color: #afafaf;
  min-height: 100px;
  line-height: 100px;
}