/* general styles */
html, body, h1, h2, h3, p, form, ul, li, ol{
  margin: 0px;
  padding: 0px;
}
html, body{
  width: 100%;
  height: 100%;
}
body{
  background-color: #d9dadc;
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #5e5e5e;
}

a{
  outline: 0;
  color: inherit;
  text-decoration: none;
}

img{
  border: 0;
}

textarea{ 
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  resize: none;
}

.clear{
  clear: both;
}


div.container{
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  background-color: #FFFFFF;
}

/*      HEADER      */
header{
  position: relative;
  margin: 0px;
  width: 900px;
  margin-left: 50px;
  margin-right: 50px;
  margin-bottom: 12px;
  height: 130px;
  z-index: 2;
}
header img.logo{
  display: block;
  top: 35px;
  position: relative;
  width: 210px;
  height: 50px;
  margin-left: 50px;
  margin-right: auto;
  z-index: 2;
}
header p.payoff{
  position: absolute;
  right: 50px;
  top: 62px;
  text-align: right;
  font-size: 16px;
  font-weight: bold;
}

div.menuHolder{
  position: absolute;
  top: 95px;
  width: 100%;
  z-index: 3;
}
nav{
  width: 100%;
  height: 35px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../images/menu-bg.jpg");
  background-repeat: repeat-x;
}
nav ul{
  width: 100%;
  height: 35px;
  float: left;
  text-align: left;
}

nav ul li{
  position: relative;
  display: inline-block;
  list-style-type: none;
  color: #FFFFFF;
  font-size: 13px;
  height: 35px;
  line-height: 35px;
  margin-left: 50px;
  margin-right: 80px;
  cursor: pointer;
}
nav ul li:last-child{
  margin-right: 0px;
}

nav>ul>li:nth-of-type(2){
  display: none;
}

nav ul li a{
  display: block;
  height: 100%;
  width: 100%;
  color: inherit;
  text-decoration: none;
}

nav ul li.homeButton{
  margin-left: 20px;
}
nav>ul>li:nth-child(3){
  display: none;
}
nav ul li ul{
  width: auto;
  height: auto;
  display: none;
  position: absolute;
  left: -10px;
  top: 35px;
  text-align: left;
  background-color: #dddddd;
  width: 160px;
}
nav ul li:hover>ul{
  display: block;
}
nav ul li ul li{
  display: block;
  position: relative;
  float: none;
  list-style-type: none;
  text-transform: none;
  color: #5e5e5e;
  border-bottom: solid 1px #eeeeee;
  height: 34px;
  width: 100%;
  font-weight: 400;
  line-height: 34px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
  box-sizing: border-box;
}
nav ul li ul li a{
  display: block;
  padding-left: 17px;
  padding-right: 17px
}
nav ul li ul li:last-of-type{
  border-bottom: solid 0px #eeeeee;
}
nav ul li ul li:hover{
  color: #FFFFFF;
  background-color: #5e5e5e;
}
nav ul li ul li ul{
  left: 160px;
  top: 0px;
}
nav ul li ul li:hover ul{
  display: block;
}

nav ul li ul li ul li{
  height: 35px;
  line-height: 35px;
}

ul li.menuButton{
  display: none;
}


/*      CONTENT      */
div.slideShowHolder{
  position: relative;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px;
  background-color: #FFFFFF;
  z-index: 1;
}
div.slideShow{
  height: 260px;
  margin-bottom: 12px;
  width: 100%;
  position: relative;
}
div.slideShow div.slide{
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  color: inherit;
  background-color: #FFFFFF;
}

div.slideShow div.slide a{
  display: block;
  width: 100%;
}

div.slideShow div.slide a img{
  display: block;
  position: relative;
  float: left;
  width: 596px;
  margin-right: 12px;
}
div.slideShow div.slide a span.info{
  display: block;
  position: relative;
  float: left;
  width: 292px;
  height: 260px;
  text-align: left;
}

div.slideShow div.slide a span.info span{
  display: block;
}

div.slideShow div.slide a span.info span.catTitle{
  padding: 12px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}
div.slideShow div.slide a span.info span.title{
  font-size: 20px;
  color: #FFFFFF;
  font-weight: normal;
  padding: 12px;
  padding-top: 0px;
  padding-bottom: 5px;
}
div.slideShow div.slide a span.info span.text{
  font-size: 14px;
  line-height: 17px;
  font-weight: normal;
  padding: 12px;
  padding-top: 0px;
}
div.slideShow div.slide a span.info span.more{
  font-size: 11px;
  padding-top: 3px;
}
div.slideShow div.slide a span.info span.more:hover{
  text-decoration: underline;
}

div.slideShow div.slide a span.info.woningbouw{
  background-color: #98be43; 
}
div.slideShow div.slide a span.info.verkoop{
  background-color: #f7b322; 
}
div.slideShow div.slide a span.info.utiliteitsbouw{
  background-color: #78cae2; 
}
div.slideShow div.slide a span.info.agrarisch{
  background-color: #e54b49; 
}
div.slideDots{
  position: absolute;
  right: 5px;
  bottom: 4px;
}
div.slideDots div{
  float: left;
  width: 28px;
  height: 28px;
  background-image: url("../images/dot.png");
}
div.slideDots div.active{
  background-image: url("../images/dot-active.png");
}

div.centerContent{
  position: relative;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

div.content{
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
article{
  text-align: left;
  float: left;
  width: 546px;
  margin-left: 50px;
  margin-top: 40px;
  margin-bottom: 50px;
  margin-right: 12px;
}

article h1{
  margin: 0px;
  padding: 0px;
  font-size: 20px;
  text-align: left;
  margin-bottom: 10px;
}

article p{
  min-height: 10px;
  text-align: left;
}
article p a, article ul a, article ol a{
  color: #98be44;
  text-decoration: none;
}
article p a:hover, article ul a:hover, article ol a:hover{
  text-decoration: underline;
}
article ol, article ul{
  margin-left: 15px;
}


aside{
  float: right;
  width: 254px;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: right;
}
aside div.sidetitle{
  position: relative;
  margin-top: 20px;
  height: 20px;
}
aside div.sidetitle:first-of-type{
  margin-top: 10px;
}
aside div.sidetitle div{
  position: absolute;
  left: 0px;
  top: 9px;
  right: 0px;
  height: 2px;
  background-color: #DDDDDD;
}
aside div.sidetitle h4{
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-block;
  margin: 0px;
  padding: 0px;
  padding-left: 10px;
  background-color: #FFFFFF;
}
aside p{
  font-size: 11px;
  margin-top: 4px;
  margin-bottom: 10px;
}
aside div.form{
  margin-bottom: 20px;
}

aside a span.fa{
  font-size: 40px;
  color: #5e5e5e;
  padding-left: 10px;
  padding-top: 8px;
}
aside a:hover span.fa{
  color: #98be44;
}

div.crumblePath{
  margin-left: 50px;
  margin-top: 12px;
  font-size: 11px;
}
div.crumblePath a{
  color: inherit;
  text-decoration: none;
}
div.crumblePath a:hover{
  text-decoration: underline;
  color: #000000;
}

/*      HOME      */
article.homeblock, div.homeblock{
  display: block;
  float: left;
  position: relative;
  width: 292px;
  height: 292px;
  margin: 0px;
  margin-right: 12px;
  margin-bottom: 50px;
  text-align: left;
  background-color: #eeeeee;
}
div.homeblock:nth-of-type(2n){
  margin-right: 0px;
}
.homeblock h1, .homeblock h3{
  font-size: 16px;
  font-weight: bold;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.homeblock p{
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 10px;
}
a.socialLink{
  position: relative;
  display: block;
  color: inherit;
  margin: 0px;
  padding: 0px;
  margin-left: 8px;
  margin-bottom: 8px;
  text-decoration: none;
}
a.socialLink span{
  position: absolute;
  left: 50px;
  top: 12px;
}

a.socialLink span.fa{
  position: relative;
  left: auto;
  top: auto;
  font-size: 40px;
}
a.socialLink:hover span{
  color: #98be44;
}

/*      PROJECTS      */
a.project{
  display: block;
  margin: 0px;
  padding: 0px;
  margin-top: 12px;
  padding-top: 12px;
  color: inherit;
  text-decoration: none;
  border-top: dotted 2px #DDDDDD;
}
a.project img{
  display: block;
  float: left;
  margin: 0px;
  padding: 0px;
  margin-right: 12px;
}
a.project span{
  display: block;
}
a.project span.title{
  font-size: 15px;
  font-weight: bold;
}
a.project span.price{
  font-weight: bold;
}
a.project span.more{
  margin-top: 14px;
  font-size: 11px;
  line-height: 11px;
}
a.project span.more:hover{
  text-decoration: underline;
}

div.summary{
  background-color: #eeeeee;
}
div.summary img{
  display: block;
  float: left;
  margin: 12px;
  padding: 0px;
}
div.summary span{
  display: block;
}
div.summary h1{
  font-size: 15px;
  font-weight: bold;
  padding-top: 12px;
  padding-right: 12px;
  margin-bottom: 2px;
}
div.summary span.price{
  font-weight: bold;
  font-size: 15px;
  padding-top: 4px;
}
div.summary ul.tabs{
  margin: 0px;
  padding: 0px;
  margin-left: 12px;
}
div.summary ul.tabs li{
  margin: 0px;
  padding: 0px;
  margin-right: 3px;
  float: left;
  list-style: none;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  width: 155px;
  text-align: center;
  background-color: #DDDDDD;
  cursor: pointer;
}
div.summary ul.tabs li:hover, div.summary ul.tabs li.active{
  color: #FFFFFF;
  background-color: #5e5e5e;
}
div.tabHolder{
  margin-top: 12px;
}
div.tabHolder div.divTab{
  display: none;
}
div.tabHolder div.divTab:first-child{
  display: block;
}
div.tabHolder h2{
  font-size: 12px;
  padding-bottom: 7px;
}
a.projectImage{
  display: block;
  float: left;
  margin: 0px;
  padding: 0px;
  margin-top: 16px;
  margin-right: 16px;
  border: solid 1px #dddddd;
}
a.projectImage:nth-of-type(5n){
  margin-right: 0px;
}
a.projectImage:hover{
  border: solid 1px #5e5e5e;
}
a.projectImage img{
  display: block;
  margin: 0px;
  padding: 6px;
}
div.googleMaps{
  width: 100%;
  height: 396px;
}
a.backLink{
  display: block;
  text-decoration: none;
  color: inherit;
  margin-top: 20px;
}
a.backLink:hover{
  text-decoration: underline;
  color: #000000;
}

a.projectButton{
  display: block;
  margin: 0px;
  padding: 0px;
  margin-top: 8px;
  padding-right: 20px;
  height: 33px;
  line-height: 33px;
  background-color: #dddddd;
  text-align: right;
  font-weight: bold;
}
a.projectButton span{
  font-weight: normal;
}
h3.brokerTitle{
  font-size: 11px;
  font-weight: bold;
}
div.brokerContact p{
  margin: 0px;
  padding: 0px;
  line-height: 13px;
}
img.brokerLogo{
  width: 127px;
}

/*      SPECS      */
div.specRow{
  width: 100%;
  border-bottom: solid 1px #dddddd;
}
div.specRow:first-of-type{
  border-top: solid 1px #dddddd;
}
div.specRow:nth-of-type(odd){
  background-color: #eeeeee;
}
div.specRow div{
  font-size: 12px;
  line-height: 16px;
}
div.specRow div.header{
  float: left;
  padding-left: 0px;
  padding-top: 25px;
  padding-bottom: 7px;
  width: 100%;
  font-weight: bold; 
  background-color: #FFFFFF;
  box-sizing: border-box;
}
div.specRow div.label{
  float: left;
  padding-left: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  width: 35%; 
}
div.specRow div.data{
  float: right;
  padding-right: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  width: 55%; 
}


/*      NEWS      */
a.newsImage{
  display: inline-block;
  float: left;
  padding: 0px;
  margin: 0px;
  margin-right: 12px;
  margin-bottom: 12px;
}
a.newsImage img{
  display: block;
  padding: 0px;
  margin: 0px;
}

div.homeblock a.project{
  margin-top: 8px;
  margin-left: 12px;
  margin-right: 12px;
  padding-top: 12px;
}
div.homeblock a.project img{
  width: 75px;
}
div.homeblock a.project span{
  line-height: 18px;
}
div.homeblock a.project span.title{
  font-size: 13px;
}
div.homeblock a.project span.more{
  margin-top: 5px;
}


/*      CONTACT     */
div.contactForm{
  margin-top: 10px;
}
aside.contact p{
  font-size: 12px;
  margin: 0px;
}
aside.contact div.googleMaps{
  margin-top: 20px;
  height: 200px;
}

input.inputText{
  display: block;
  float: left;
  position: relative;
  background-color: #FFFFFF;
  height: 33px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 33px;
  width: 256px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0px;
  padding-left: 5px;
  padding-right: 5px;
  border: solid 1px #dddddd;
}
input.inputText:nth-of-type(2n+1){
  margin-right: 0px;
}
textarea.inputArea{
  display: block;
  float: left;
  position: relative;
  background-color: #FFFFFF;
  height: 150px;
  font-family: Arial;
  font-size: 14px;
  width: 534px;
  margin-bottom: 10px;
  padding: 5px;
  border: solid 1px #dddddd;
}
input.inputText.error, textarea.inputArea.error{
  border: solid 1px #bf0000;
}
input.submitButton{
  color: #FFFFFF;
  background-color: #5e5e5e;
  font-family: Arial;
  font-size: 14px;
  height: 33px;
  line-height: 33px;
  padding: 0px;
  padding-left: 25px;
  padding-right: 25px;
  border: none;
  cursor: pointer;
  float: right;
}

aside input.inputText{
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  width: 242px;
  margin-right: 0px;
  margin-bottom: 5px;
}
aside input.submitButton{
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  padding-left: 15px;
  padding-right: 15px;
}


/*      SITEMAP     */
ul.sitemap li{
  list-style: disc;
  margin-left: 20px;
}
ul.sitemap li a{
  color: inherit;
}

/*      FOOTER      */
footer{
  width: 100%;
  padding-bottom: 15px;
  background-color: #eeeeee;
}
div.footerInfo{
  position: relative;
  font-size: 13px;
  line-height: 20px;
  margin-left: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
}
div.footerInfo p.company{
  font-weight: bold;
  color: #000000;
}

a.footerLogo{
  display: block;
  position: relative;
  float: left;
  padding-left: 50px;
  margin-top: 40px;
}
div.copyright{
  position: relative;
  float: right;
  padding-right: 50px;
  font-size: 10px;
  color: #444444;
  text-align: right;
  margin-top: 46px;
}
div.copyright br{
  display: none;
}
div.copyright a{
  color: #333333;
  text-decoration: none;
}