/*      HEADER      */
div.menuHolder{
  position: absolute;
  right: 10px;
  top: 10px;
  width: auto;
  z-index: 10;
  padding: 10px;
  background-color: #374e61;
  border-radius: 3px;
}
header h3{
  margin-left: 2%;
  font-size: 20px;
  line-height: 70px;
}
nav.main{
  width: auto;
  height: 70px;
}
nav ul li{
  display: none;
  list-style-type: none;
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 15px;
  line-height: 30px;
  margin-left: 0px;
  border-top: #233646 1px solid;
}
nav ul li:hover{
  color: #FFFFFF;
}
nav ul li.active{
  color: #FFFFFF;
}
li.menuItem span{
  display: none;
}
nav ul li:hover ul{
  display: none;
}
div.headerImage{
  height: 115px;
}
div.headerImage.blue, div.headerImage.green{
  height: 65px;
}
div.headerImage h2{
  width: auto;
  margin-left: 2%;
  font-size: 13px;
  line-height: 65px;
}
div.headerImage h3{
  margin-left: 2%;
  width: auto;
  font-size: 12px;
  line-height: 16px;
  padding-top: 15px;
}
div.headerImage h3 span{
  margin-left: 20px;
}
li.menuButton{
  display: block;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  border: 0px;
}

/*      CONTENT      */
div.centerContent{
  width: 96%;
}
article.home{
  width: 96%;
}
article h1{
  margin-top: 25px;
  font-size: 22px;
}
article.twoCols p{
  width: 100%;
  margin-right: 0px;
  margin-bottom: 0px;
}
article.twoCols div.textCol{
  float: none;
  width: 100%;
  margin-right: 0px;
  margin-top: 20px;
  margin-bottom: 0px;
}

article.oneCol{
  width: 100%;
  margin-right: 0px;
}
aside.parallax{
  display: none;
}

div.bar{
  margin-top: 10px;
}

/*      HOME      */
div.homeItem{
  width: 100%;
  margin-right: 0px;
}
div.homeItem img{
  display: none;
}
div.homeItem h3{
  margin-top: 10px;
  font-size: 16px;
}
div.homeItem div.bar{
  margin-top: 5px
}
div.homeItem p{
  margin-top: 5px;
  font-size: 12px;
  line-height: 14px;
}

/*      GIJS      */
aside.contact, aside.gijs{
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0px;
}
aside.gijs img{
  width: 100%;
}

/*      DIENSTEN      */
div.dienstOverview{
  margin-top: 30px;
}
div.dienst{
  width: 100%;
  margin-right: 0px;
  margin-bottom: 30px;
}
div.dienst h2{
  font-size: 17px;
}
div.dienst a:hover{
  text-decoration: none;
}

/*      PARTNERS      */
aside.parallax.partners{
  height: 440px;
}
aside.parallax.partners p{
  min-height: 75px;
}

/*      PORTFOLIO      */
aside.parallax.portfolio{
  display: block;
}
aside.parallax.portfolio a.parallaxItem{
  display: block;
  width: 90%;
  margin: 0px;
  float: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  font-size: 14px;
}
aside.parallax.portfolio a.parallaxItem img{
  width: 100%;
  margin: 0px;
}
div.parallaxItem h3, a.parallaxItem span.title, div.parallaxContent a{
  font-size: 15px;
}
div.parallaxItem p, a.parallaxItem span.subtitle{
  font-size: 12px;
}


div.imageHolder a{
  margin-right: 0px;
}
img.wideImage{
  width: 480px;
}
img.smallImage{
  width: 237px;
}

aside.detail{
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  margin-top: 0px;
}
aside.detail p{
  font-size: 11px;
  line-height: 13px;
  margin-left: 10px;
  margin-bottom: 10px;
}
aside.detail a.preview{
  margin-left: 10px;
  margin-right: 10px;
  font-size: 12px;
}

/*      CONTACT      */
aside.contact p{
  font-size: 14px;
  font-weight: 400;
  margin-left: 30px;
}
aside.contact p a{
  text-decoration: none;
}
aside.contact.green p a{
  color: #07b16a;
}
aside.contact.blue p a{
  color: #007c95;
}
div.contactForm{
  margin-bottom: 20px;
}


input.inputText, input.inputTextError{
  box-sizing: border-box;
  width: 100%;
  border-radius: 0px;
}
textarea.inputArea, textarea.inputAreaError{
  box-sizing: border-box;
  height: 117px;
  width: 100%;
}
input.submitButton{
  float: left;
  box-sizing: border-box;
  border-radius: 0px;
  width: 100%;
  text-align: center;
}

/*      FOOTER      */
footer div.contact{
  margin-top: 20px;
  border-top: solid 4px #4e4d50;
  width: 100%;
  margin-left: 0px;
  margin-bottom: 20px;
}
footer div.footerNav, footer div.footerSEO{
  display: none;
}
footer h3{
  margin-top: 20px;
  font-size: 24px;
  text-align: center;
}
footer div.contact p{
  font-size: 18px;
  text-align: center;
}
footer div.logo{
  padding-bottom: 10px
}
footer div.logo img{
  display: block;
  width: 145px;
  margin-left: auto;
  margin-right: auto;
}
footer div.logo div.copy{
  position: relative;
  right: auto;
  top: auto;
  margin-top: 10px;
  text-align: center;
}
footer div.logo div.bar{
  display: none;
}