/*      HEADER      */
div.slideShowHolder div.maatwerk{
  left: 20px;
}
div.slideShowHolder div.maatwerk div{
  width: 768px;
}
div.menuHolder nav{
  width: 768px;
}
div.menuHolder nav ul{
  margin-left: 24px;
}
div.menuHolder nav ul li{
  font-size: 14px;
  padding-right: 20px;
}
div.menuHolder nav ul li.menuArrow{
  background-size: 30px 5px;
  padding-right: 35px;
}

header p.headerPhone span.bough{
  display: none;
}

div.edgeOverlay div.leftWhite{
  border-left: 192px solid #FFFFFF;
  border-bottom: 16px solid #FFFFFF;
  border-right: 192px solid transparent;
  border-top: 16px solid transparent;
}
div.edgeOverlay div.rightWhite{
  border-right: 192px solid #FFFFFF;
  border-bottom: 16px solid #FFFFFF;
  border-left: 192px solid transparent;
  border-top: 16px solid transparent;
}
div.mainContent div.edgeOverlay div.leftWhite{
  border-left: 192px solid #676b69;
  border-bottom: 16px solid #676b69;
}
div.mainContent div.edgeOverlay div.rightWhite{
  border-right: 192px solid #676b69;
  border-bottom: 16px solid #676b69;
}


/*      CONTENT      */
div.content{
  width: 768px;
}
article{
  width: 350px;
  margin-left: 24px;
}
aside{
  margin-left: 35px;
}


/*      HOME     */
div.content.home img{
  float: none;
  width: 100%;
  margin-right: 0px;
}


/*      PORTFOLIO   */
div.projectOverview{
  width: 768px;
}
div.projectOverview div.projectHolder{
  width: 720px;
}
div.projectOverview div.projectHolder a.project{
  width: 165px;
  height: 110px;
  margin-right: 20px;
}
div.projectOverview div.projectHolder a.project span.mouseover span.title, div.content.portfolio div.projectHolder a.project span.mouseover span.title{
  font-size: 15px;
}
div.content.portfolio article{
  margin-right: 24px;
}
div.content.portfolio div.projectHolder a.project{
  width: 165px;
  height: 250px;
  margin-right: 20px;
  margin-bottom: 20px;
}
div.content.portfolio div.projectHolder a.project span.mouseover{
  height: 110px;
}
div.content.portfolio div.projectHolder a.project span.text span.title{
  font-size: 15px;
}
div.content.portfolio div.projectHolder a.project span.text{
  font-size: 13px;
  line-height: 16px;
  padding: 10px;
  height: 95px;
}
div.content.portfolio div.projectHolder a.project span.link{
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
  background-position: 140px center;
}

div.content.portfolio div.slideShowHolder{
  margin-left: 24px;
  margin-right: 20px;
  width: 365px;
  height: 243px;
}
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{
  top: 95px;
}
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;
  padding-bottom: 30px;
}
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;
}


/*      FOOTER      */
div.footerInfo{
  width: 768px;
}
div.footerInfo div.footerCenter{
  width: 700px;
}
div.copyright{
  width: 768px;
}