/* grijs: #ececec
midden grijs: #d7d7d7
donker grijs: #676b69
donkerste grijs: #797d7b
text: #454b49
bruin: #6c5041
side menu: #7e8180
*/


/* 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: #f6f6f6;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #454b49;
}

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: 100%;
  margin: 0px;
}

/*      HEADER      */
header{
  position: relative;
  margin: 0px;
  width: 100%;
  height: 415px;
  z-index: 2;
}
header.small{
  height: 315px;
}

div.slideShowHolder{
  position: relative;
  width: 100%;
  height: 415px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
header.small div.slideShowHolder{
  height: 315px;
}
header.small div.slideShowHolder div.staticHeader{
  background-image: url('../images/header.jpg');
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
div.slideShow div{
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
div.slideShowHolder div.maatwerk{
  display: block;
  position: absolute;
  left: 76px;
  top: 50px;
  width: 100%;
}
div.slideShowHolder div.maatwerk div{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 1100px;
}
div.slideShowHolder div.maatwerk img{
  display: block;
  position: absolute;
  left: 0px;
  top: 76px;
  width: 209px;
}
div.edgeOverlay{
  position: absolute;
  bottom: 0px;
  left: 50%;
  z-index: 1;
  height: 80px;
  pointer-events: none;    
}
div.edgeOverlay div.leftGrey, div.edgeOverlay div.leftWhite{
  position: absolute;
  display: block;
  bottom: 0px;
  right: 0px;
	width: 0; 
	height: 0; 
  border-left: 960px solid #ececec;
  border-bottom: 80px solid #ececec;
  border-right: 960px solid transparent;
  border-top: 80px solid transparent;
}
div.edgeOverlay div.leftWhite{
  border-left: 275px solid #FFFFFF;
  border-bottom: 23px solid #FFFFFF;
  border-right: 275px solid transparent;
  border-top: 23px solid transparent;
}
div.edgeOverlay div.rightGrey, div.edgeOverlay div.rightWhite{
  position: absolute;
  display: block;
  bottom: 0px;
  left: 0px;
	width: 0; 
	height: 0; 
  border-right: 960px solid #ececec;
  border-bottom: 80px solid #ececec;
  border-left: 960px solid transparent;
  border-top: 80px solid transparent;
}
div.edgeOverlay div.rightWhite{
  border-right: 275px solid #FFFFFF;
  border-bottom: 23px solid #FFFFFF;
  border-left: 275px solid transparent;
  border-top: 23px solid transparent;
}

div.mainContent div.edgeOverlay div.leftGrey{
  border-left: 960px solid #f6f6f6;
  border-bottom: 80px solid #f6f6f6;
}
div.mainContent div.edgeOverlay div.leftWhite{
  border-left: 275px solid #676b69;
  border-bottom: 23px solid #676b69;
}
div.mainContent div.edgeOverlay div.rightGrey{
  border-right: 960px solid #f6f6f6;
  border-bottom: 80px solid #f6f6f6;
}
div.mainContent div.edgeOverlay div.rightWhite{
  border-right: 275px solid #676b69;
  border-bottom: 23px solid #676b69;
}

header div.logoHolder{
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 140px;
}
header.small div.logoHolder{
  top: 100px;
}
header div.logoHolder img{
  position: absolute;
  left: -170px;
  width: 340px;
  display: block;
}
header.small div.logoHolder img{
  left: -144px;
  width: 288px;
}

header p.headerPhone{
  position: absolute;
  top: 0px;
  right: 25px;
  font-size: 16px;
  color: #FFFFFF;
  height: 76px;
  line-height: 76px;
}
header p.headerPhone span.bough{
  color: #6c5041;
  padding-right: 10px;
}
a.phoneLink{
  display: none;
}

div.menuHolder{
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 3;
  height: 76px;
  background: rgba(0,0,0,0.6);
  background-image: url("../images/dashed-grey.png");
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 16px 1px;
}
div.menuHolder nav{
  position: relative;
  width: 1100px;
  height: 76px;
  margin-left: auto;
  margin-right: auto;
}
div.menuHolder nav ul{
  height: 76px;
  margin-left: 25px;
}
div.menuHolder nav ul li{
  position: relative;
  display: block;
  float: left;
  list-style-type: none;
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 16px;
  height: 76px;
  line-height: 76px;
  padding-right: 40px;
  cursor: pointer;
  margin: 0px;
  letter-spacing: 1px;
}
div.menuHolder nav ul li.menuArrow{
  background-image: url("../images/arrow-down.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 45px 7px;
  padding-right: 50px;
}
div.menuHolder nav ul li:hover, div.menuHolder nav ul li.active{
  color: #6c5041;
}
div.menuHolder nav ul li:last-child{
  margin-right: 0px;
}
div.menuHolder nav ul li a{
  display: block;
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  color: inherit;
}

div.menuHolder nav ul li ul{
  width: auto;
  height: auto;
  display: none;
  position: absolute;
  left: -15px;
  top: 76px;
  margin-left: 0px;
  text-align: left;
  background: rgba(0,0,0,0.6);
}
div.menuHolder nav ul li:hover ul{
  display: block;
}
div.menuHolder nav ul li ul li{
  display: block;
  position: relative;
  float: none;
  list-style-type: none;
  text-transform: none;
  height: 40px;
  width: 100%;
  font-weight: 400;
  line-height: 40px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  background-image: url("../images/dashed-grey.png");
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 16px 1px;
  white-space: nowrap;
}
div.menuHolder nav ul li ul li:last-child{
  background-image: none;
}

div.menuHolder nav ul li.menuButton{
  display: none;
}


/*      CONTENT      */
div.mainContent{
  position: relative;
  width: 100%;
  background-color: #ececec;
  overflow: hidden;
}

div.content{
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #FFFFFF;
}

article{
  float: left;
  width: 615px;
  margin-left: 50px;
}
article h1{
  line-height: 34px;
  font-size: 34px;
  font-weight: 400;
  color: #444947;
  margin-bottom: 5px;
}
article h2{
  line-height: 28px;
  font-size: 25px;
  font-weight: 600;
  color: #6c5041;
  margin-bottom: 10px;
}
article h3{
  line-height: 25px;
  font-size: 18px;
  font-weight: 400;
  color: #6c5041;
  margin-bottom: 20px;
}
article p{
  margin-bottom: 20px;
}
article p a, article ul a, article ol a{
  font-weight: 700;
}
article p a:hover, article ul a:hover, article ol a:hover{
  text-decoration: underline;
}
article ol, article ul{
  margin-left: 15px;
}
article ul{
  margin: 0px;
  list-style: none;
}
article ul li{
  border-left: solid 1px #FFFFFF;
  padding-left: 10px;
  line-height: 14px;
  margin-top: 6px;
  margin-bottom: 11px;
}
aside{
  width: 335px;
  float: left;
  margin-left: 50px;
  margin-top: 10px;
}
aside ul li{
  list-style: none;
  background-color: #f6f6f6;
  background-image: url("../images/bullet-inactive.png");
  background-repeat: no-repeat;
  background-position: 25px 13px;
  background-size: 24px 22px;
  margin-bottom: 2px;
  padding-left: 65px;
  padding-top: 14px;
  padding-bottom: 14px;
  line-height: 18px;
}
aside ul li:hover, aside ul li.active{
  background-color: #7e8180;
  background-image: url("../images/bullet-active.png");
}
aside ul li:hover a{
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../images/arrow-right.png");
  background-repeat: no-repeat;
  background-position: 250px center;
  background-size: 7px 10px;
  color: #FFFFFF;
}

aside a{
  display: block;
  margin: 0px;
  padding: 0px;
}
aside img{
  width: 100%;
  display: block;
  margin: 0px;
  padding: 0px;
  margin-bottom: 12px;
}


/*      HOME     */
article h2{
  margin-bottom: 30px;
}
div.content.home img{
  display: block;
  float: left;
  width: 225px;
  margin-right: 30px;
  margin-bottom: 10px;
  padding-top: 2px;
}


/*      PORTFOLIO   */
div.projectOverview{
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
  background-color: #d7d7d7;
}
div.projectOverview p{
  color: #444947;
  font-size: 18px;
  text-align: center;
}
div.projectOverview div.projectHolder{
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 70px;
}
div.projectOverview div.projectHolder a.project{
  display: block;
  position: relative;
  width: 235px;
  height: 157px;
  display: block;
  margin: 0px;
  padding: 0px;
  float: left;
  margin-right: 20px;
}
div.projectOverview div.projectHolder a.project:nth-child(4){
  margin-right: 0px;
}
div.projectOverview div.projectHolder a.project img{
  width: 100%;
  display: block;
  margin: 0px;
  padding: 0px;
}
div.projectOverview div.projectHolder a.project:hover span.mouseover{
  display: table;
}
div.projectOverview div.projectHolder a.project span.mouseover{
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}
div.projectOverview div.projectHolder a.project span.mouseover span.title, div.content.portfolio div.projectHolder a.project span.mouseover span.title{
  display: table-cell;
  vertical-align: middle;
  color: #FFFFFF;
  text-align: center;
  font-weight: 600;
  font-size: 17px;
}
div.projectOverview div.projectHolder a.project span.mouseover span.title span.fa, div.content.portfolio div.projectHolder a.project span.mouseover span.title span.fa{
  font-size: 30px;
}

div.content.portfolio article{
  width: auto;
  float: none;
  margin-right: 50px;
}
div.content.portfolio div.projectHolder{
  padding-top: 30px;
}
div.content.portfolio div.projectHolder a.project{
  display: block;
  position: relative;
  width: 235px;
  height: 327px;
  display: block;
  margin: 0px;
  padding: 0px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
div.content.portfolio div.projectHolder a.project:nth-child(4n){
  margin-right: 0px;
}
div.content.portfolio div.projectHolder a.project img{
  width: 100%;
  display: block;
  margin: 0px;
  padding: 0px;
}
div.content.portfolio div.projectHolder a.project:hover span.mouseover{
  display: table;
}
div.content.portfolio div.projectHolder a.project span.mouseover{
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 157px;
  background: rgba(0,0,0,0.5);
}
div.content.portfolio div.projectHolder a.project span.text span.title{
  display: block;
  color: #6c5041;
  text-align: left;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 3px;
}
div.content.portfolio div.projectHolder a.project span.text{
  display: block;
  font-size: 15px;
  line-height: 20px;
  height: 125px;
  padding: 20px;
  box-sizing: border-box;
  background-color: #e6e6e6;
}
div.content.portfolio div.projectHolder a.project span.link{
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 45px;
  height: 45px;
  color: #FFFFFF;
  background-color: #7b7f7d;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  background-image: url("../images/arrow-right.png");
  background-repeat: no-repeat;
  background-position: 208px center;
  background-size: 7px 10px;
}

div.pageNav{
  float: right;
  margin-top: 0px;
  font-size: 20px;
  color: #444947;
}
div.pageNav a{
  display: inline-block;
  margin-left: 15px;
  color: #6c5041;
  text-decoration: none;
}
div.pageNav a:hover, div.pageNav a.active{
  color: #c1c1c1;
}

div.content.portfolio div.slideShowHolder{
  float: left;
  margin-left: 50px;
  margin-right: 50px;
  margin-bottom: 50px;
  width: 600px;
  height: 400px;
}
div.content.portfolio div.slideShow img, div.content.portfolio div.slideShow a{
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
div.content.portfolio div.slideShowHolder div.arrow{
  position: absolute;
  left: 10px;
  top: 174px;
  width: 56px;
  height: 52px;
  background-image: url("../images/icon-arrow-left.png");
  background-size: 100% 100%;
  cursor: pointer;
}
div.content.portfolio div.slideShowHolder div.arrow.right{
  left: auto;
  right: 10px;
  background-image: url("../images/icon-arrow-right.png");
}

div.content.portfolio article.portfolioDetail{
  float: left;
  width: 335px;
  margin: 0px;
}
div.content.portfolio article p{
  margin: 0px;
}
div.content.portfolio article a.back{
  display: block;
  margin-top: 25px;
  color: #6c5041;
  text-transform: uppercase;
  padding-left: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url("../images/arrow-left-brown.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 7px 10px;
  border-top: solid 1px #cccecd;
}


/*      CONTACT     */
div.content.contact{
  padding-bottom: 80px;
}
div.content.contact h3{
  text-transform: uppercase;
  margin-bottom: 10px;
}
div.content.contact aside p{
  margin-top: 30px;
}
div.content.contact aside p a{
  display: inline;
  color: #6c5041;
}
input.inputText{
  display: block;
  position: relative;
  background-color: #eeeeee;
  color: #6f6a66;
  height: 45px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  line-height: 45px;
  margin-bottom: 5px;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  box-sizing: border-box;
  border: none;
}
textarea.inputArea{
  display: block;
  position: relative;
  background-color: #eeeeee;
  color: #6f6a66;
  height: 120px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  margin-bottom: 12px;
  padding: 10px;
  padding-left: 20px;
  width: 100%;
  box-sizing: border-box;
  border: none;
}
input.inputText.error, select.inputSelect.error, textarea.inputArea.error{
  background-color: #6c5041;
  color: #FFFFFF;
}
input.submitButton{
  background-color: #6c5041;
  color: #FFFFFF;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  height: 42px;
  line-height: 42px;
  padding: 0px;
  padding-left: 40px;
  padding-right: 40px;
  border: none;
  cursor: pointer;
  letter-spacing: 1px;
}


/*      FOOTER      */
footer{
  width: 100%;
  background-image: url("../images/dashed-grey.png");
  background-position: 0px 110px;
  background-repeat: repeat-x;
  background-size: 16px 2px;
}
div.footerInfo{
  margin-left: auto;
  margin-right: auto;
  width: 1100px;
  height: 112px;
  background-color: #676b69;
  background-image: url("../images/dashed-white.png");
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 16px 2px;
}
div.footerInfo div.footerCenter{
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
div.footerInfo p{
  position: relative;
  float: left;
  margin-right: 35px;
  margin-top: 30px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 25px;
}
div.footerInfo p:nth-child(3){
  margin-top: 26px;
}
div.footerInfo span.bough{
  color: #6c5041;
}
div.footerInfo p a i.fa-facebook{
  color: #676b69;
}
div.footerInfo p a span{
  margin-left: 38px;
  display: block;
  white-space: nowrap;
}
div.footerInfo img{
  position: relative;
  display: block;
  float: right;
  width: 125px;
  margin-top: 25px;
}


div.copyright{
  position: relative;
  width: 1100px;
  padding-top: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  padding-bottom: 40px;
  color: #ffffff;
  background-color: #797d7b;
}
div.copyright br{
  display: none;
}
div.copyright a{
  color: #181f22;
  text-decoration: none;
}