/* general styles */
html, body, h1, h2, h3, p, form, ul, ol{
  margin: 0px;
  padding: 0px;
}
html, body{
  width: 100%;
  height: 100%;
}
body{
  background-color: #FFFFFF;
  font-family: 'Raleway', sans-serif;
  color: #4e4d50;
  font-size: 14px;
  line-height: 24px;
}

a{
  outline: 0;
}

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%;
  z-index: 10;
}
header h3{
  float: left;
  text-transform: uppercase;
  color: #4e4d50;
  font-size: 28px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 95px;
  z-index: 11;
}
header nav h3{
  position: absolute;
}
header h3 a{
  color: inherit;
  text-decoration: none;
}
nav.main{
  position: relative;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  height: 95px;
}

div.menuHolder{
  position: absolute;
  width: 100%;
  z-index: 10;
}
nav ul{
  float: right;
}
nav ul li{
  display: inline-block;
  position: relative;
  list-style-type: none;
  text-transform: uppercase;
  color: #7e7d81;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 95px;
  margin-left: 22px;
  cursor: pointer;
}
nav ul li ul{
  display: none;
  position: absolute;
  left: -10px;
  top: 60px;
  padding: 10px;
  background-color: #FFFFFF;
}
nav ul li:hover ul{
  display: block;
}

nav ul li ul li{
  display: block;
  list-style-type: none;
  text-transform: uppercase;
  color: #7e7d81;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 22px;
  margin-left: 0px;
  white-space: nowrap;
}
nav ul li.active{
  color: #4e4d50;
}
nav ul li:hover{
  color: #4e4d50;
}
nav ul li a{
  color: inherit;
  text-decoration: none;
}
li.menuButton{
  display: none;
}
li.menuButton span{
  display: inline-block;
  padding-left: 5px;  
  font-size: 20px;    
}
div.headerImage{
  background-image: url('../images/home-header.jpg');
  background-repeat: no-repeat;
  background-position: center;
  height: 358px;
  background-size: auto 100%;
}
div.headerImage.blue{
  height: 203px;
  background-image: url('../images/blue-header.jpg');
}
div.headerImage.green{
  height: 203px;
  background-image: url('../images/green-header.jpg');
}
div.headerImage h2{
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 203px;
  text-align: left;
  text-transform: uppercase;
  color: #FFFFFF;
}
div.headerImage.home h2{
  display: none;
}
div.headerImage h3{
  float: none;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  text-align: left;
  padding-top: 55px;
  text-transform: none;
  color: #FFFFFF;
}
div.headerImage h3 span{
  display: block;
  margin-left: 100px;
}
div.headerImage.green h3, div.headerImage.blue h3{
  display: none;
}

/*      CONTENT      */
div.centerContent{
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
article h1{
  margin-top: 50px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 27px;
  text-align: center;
  text-transform: uppercase;
}
article p{
  margin-top: 20px;
  margin-bottom: 50px;
  font-size: 14px;
  text-align: center;
}
article.home{
  width: 970px;
  margin-left: auto;
  margin-right: auto;
}
article.twoCols h1,article.oneCol h1{
  text-align: left;
}
article.twoCols div.textCol{
  float: left;
  width: 485px;
  margin-right: 30px;
  margin-top: 20px;
  margin-bottom: 50px;
  text-align: left;
}
article.twoCols div.textCol.last{
  margin-right: 0px;
}
article.twoCols div.textCol p{
  margin: 0px;
  text-align: left;
}
article.twoCols div.textCol ul{
  margin-left: 20px;
  margin-bottom: 20px;
}

article.twoCols div.bar, article.oneCol div.bar{
  width: 100%;
}
article.oneCol{
  float: left;
  width: 650px;
  margin-right: 30px;
}
article.oneCol.wide{
  width: 100%;
  margin-right: 0px;
}
article.oneCol p{
  width: 100%;
  text-align: left;
}
article p a{
  text-decoration: none;
}
article p a:hover{
  text-decoration: underline;
}
article.green p a{
  color: #07b16a;
}
article.blue p a{
  color: #007c95;
}

aside.parallax{
  display: block;
  clear: both;
  position: relative;
  height: 250px;
  background-color: #7e7d81;
  width: 100%;
  overflow: hidden;
}
aside.parallax.testimonial{
  cursor: pointer;
}
aside.parallax div.image{
  position: absolute;
  top: 0px;
  height: 1000px;
  width: 100%;
  background-image: url('../images/parallax-home.jpg');
  background-repeat: repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
}
div.pattern{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image: url('../images/pattern-overlay.png');
  background-repeat: repeat;
  z-index: 2;
}
aside.parallax div.parallaxContent{
  position: relative;
  width: 100%;
  z-index: 3;
}
div.parallaxContent div.quotes{
  color: #e9ecf3;
  margin-top: 70px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 150px;
  text-align: center;
  text-transform: uppercase;
}
div.parallaxContent h3{
  color: #FFFFFF;
  margin-top: 50px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 27px;
  text-align: center;
  text-transform: uppercase;
}
div.parallaxContent p{
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
}
div.parallaxItem a{
  margin-top: 5px;
  display: block;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
}
div.parallaxContent h4{
  color: #FFFFFF;
  margin-top: 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
}

div.parallaxItem, a.parallaxItem{
  display: block;
  position: relative;
  float: left;
  width: 320px;
  margin-right: 20px;
  margin-top: 38px;
  text-decoration: none;
}
a.parallaxItem:hover span.mouseOver{
  display: block;
}
.parallaxItem:nth-of-type(3n){
  margin-right: 0px;
}
.parallaxItem img{
  display: block;
  width: 100%;
  background-color: #000000;
}
div.parallaxItem h3, a.parallaxItem span.title, div.parallaxContent a{
  display: block;
  margin-top: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 17px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}
div.parallaxContent a{
  margin-top: 30px;
}
div.parallaxContent a span{
  color: #FFFFFF;
}
div.parallaxItem p, a.parallaxItem span.subtitle{
  display: block;
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
}
/*
a.parallaxItem span.mouseOver{
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
}
*/

div.bar{
  width: 47px;
  height: 4px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.darkgreen{
  color: #07b16a !important;
}
.lightgreen{
  color: #d6df27 !important;
}
.lightblue{
  color: #00b9e0 !important;
}
.darkblue{
  color: #007c95 !important;
}
.darkgreenBG{
  background-color: #07b16a;
}
.lightgreenBG{
  background-color: #d6df27;
}
.lightblueBG{
  background-color: #00b9e0;
}
.darkblueBG{
  background-color: #007c95;
}
.greyBG{
  background-color: #4e4d50;
}

/*      HOME      */
aside.parallax.home{
  height: 430px;
}
aside.home{
  width: 100%;
  height: 268px;
  margin-top: 8px;
  background-color: #e9ecf3;
}
div.homeItem{
  width: 270px;
  margin-right: 95px;
  float: left;
}
div.homeItem:nth-of-type(3n){
  margin-right: 0px;
}
div.homeItem img{
  display: block;
  width: 68px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}
div.homeItem h3{
  margin-top: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}
div.homeItem div.bar{
  margin-top: 15px
}
div.homeItem p{
  margin-top: 15px;
  text-align: center;
}

/*      GIJS      */
aside.parallax div.image.gijs{
  background-image: url('../images/parallax-gijs.jpg');
}
aside.contact, aside.gijs{
  margin-top: 50px;
  margin-bottom: 50px;
  float: left;
  width: 318px;
  border: 1px solid #e9ecf3;
  background-color: #e9ecf3;
}
aside.contact h2, aside.gijs h2{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin-left: 30px;
  margin-top: 25px;
  text-transform: uppercase;
}
aside.gijs h3{
  font-size: 14px;
  font-weight: 400;
  margin-left: 30px;
  text-transform: uppercase;
}
aside p.socialIcons{
  font-size: 20px !important;
  font-weight: 400;
  margin-left: 30px;
  margin-top: 15px;
  margin-bottom: 25px;
}
aside p.socialIcons a{
  display: inline-block;
  margin-right: 15px;
  color: inherit !important;
  text-decoration: none;
}

/*      DIENSTEN      */
div.dienstOverview{
  margin-top: 30px;
}
div.dienst{
  float: left;
  width: 485px;
  margin-right: 30px;
  margin-bottom: 50px;
  text-align: left;
}
div.dienst:nth-of-type(even){
  margin-right: 0px;
}
div.dienst h2{
  text-transform: uppercase;
}
div.dienst div.bar{
  margin-top: 10px;
}
div.dienst p{
  margin-top: 10px;
  margin-bottom: 0px;
}
div.dienst a{
  text-decoration: none;
}
div.dienst a:hover{
  text-decoration: underline;
}

/*      PARTNERS      */
aside.parallax.partners{
  height: 1380px;
}
aside.parallax.partners p{
  min-height: 100px;
}
aside.parallax.partners div.image{
  height: 2000px;
}

/*      PORTFOLIO      */
aside.parallax.portfolio{
  height: auto;
  padding-bottom: 38px;
}
aside.parallax div.image.portfolio{
  background-image: url('../images/parallax-portfolio.jpg');
  height: 1500px;
}

aside.parallax.portfolio a.parallaxItem{
  position: relative;
}
a.parallaxItem span.mouseOver{
  display: none;
  position: absolute;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
  padding: 15px;
  background: rgba(0,0,0,0.7);
  width: auto;
  height: auto;
}
span.table{
  display: table;
  height: 100%;
  width: 100%;
}
span.table span.cell{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
a.parallaxItem span.mouseOver span.subtitle{
  color: #BBB;
}
a.parallaxItem span.fa{
  font-size: 2em;
  padding-top: 10px;
}
div.pageNav{
  text-align: center;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 700;
  color: #00b9e0;
  text-transform: uppercase;
}
div.pageNav a{
  display: inline-block;
  margin-left: 10px;
  padding-right: 10px;
  color: #00b9e0;
  text-decoration: none;
}
div.pageNav a:last-of-type{
  border: none;
  padding-right: 0px;
}
div.pageNav a:hover, div.pageNav a.active{
  color: #d6df27;
}


div.imageHolder{
  margin-top: 60px;
}
div.imageHolder a{
  display: block;
}
div.imageHolder a img{
  display: block;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
div.imageHolder a:nth-of-type(2n){
  margin-right: 0px;
}



aside.detail{
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 30px;
  padding-bottom: 20px;
  float: left;
  width: 320px;
  background-color: #e9ecf3;
}
aside.detail p{
  font-size: 13px;
  margin-left: 25px;
  margin-bottom: 10px;
}
aside.detail p a{
  text-decoration: none;
}
aside.detail p a:hover{
  text-decoration: underline;
}
aside.detail a.preview{
  display: block;
  margin-left: 25px;
  margin-right: 25px;
  background-image: url("../images/chevron-right.png");
  background-repeat: no-repeat;
  background-position: right center;
  color: #FFFFFF;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  height: 38px;
  line-height: 38px;
  padding: 0px;
  padding-left: 15px;
  padding-right: 35px;
  border: none;
  cursor: pointer;
  text-decoration: none;
}

/*      CONTACT      */
article.contact p{
  margin-bottom: 20px;
}
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: 50px;
}
input.inputText, input.inputTextError{
  display: block;
  float: left;
  position: relative;
  border: 1px solid #d2d5dc;
  background-color: #FFFFFF;
  height: 33px;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  line-height: 33px;
  width: 308px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0px;
  padding-left: 5px;
  padding-right: 5px;
}
div.contactForm input:nth-of-type(2n){
  margin-right: 0px;
}
textarea.inputArea, textarea.inputAreaError{
  display: block;
  float: left;
  position: relative;
  border: 1px solid #d2d5dc;
  background-color: #FFFFFF;
  height: 132px;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  width: 638px;
  margin-bottom: 10px;
  padding: 5px;
}
input.inputTextError, textarea.inputAreaError{
  background-color: #e9ecf3;
}
input.submitButton{
  float: right;
  background-image: url("../images/chevron-right.png");
  background-repeat: no-repeat;
  background-position: right center;
  color: #FFFFFF;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  height: 33px;
  line-height: 33px;
  padding: 0px;
  padding-left: 15px;
  padding-right: 35px;
  border: none;
  cursor: pointer;
}

/*      FOOTER      */
footer{
  width: 100%;
  margin-bottom: 30px;
}
footer div.contact, footer div.footerNav, footer div.footerSEO{
  float: left;
  width: 320px;
  margin-right: 20px;
}
footer div.footerSEO{
  margin-right: 0px;
}
footer h3{
  margin-top: 40px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
}
footer a{
  color: inherit;
  text-decoration: none;
}
footer div.contact p{
  font-weight: 700;
  font-size: 12px;
  line-height: 25px;
}
footer div.footerNav li{
  list-style-type: none;
  float: left;
  width: 140px;  
  font-weight: 700;
  font-size: 12px;
  line-height: 25px;
}
footer div.footerSEO p{
  font-size: 13px;
  line-height: 16px;
}
footer div.logo div.centerContent{
  position: relative;
}
footer div.logo div.bar{
  position: absolute;
  right: 0px;
  top: 33px;
  width: 910px;
  height: 4px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
}
footer div.logo div.copy{
  position: absolute;
  right: 0px;
  top: 46px;
  font-size: 11px;
}
