/*
Paars: #77ba6f
Lichtpaars: #d8d6e0
Grijs: #dcdcdc
Donkergrijs: #5e5e5e

*/

/* general styles */
html, body, h1, h2, h3, h4, p, form, ul, li, ol{
  margin: 0px;
  padding: 0px;
}
html, body{
  width: 100%;
  height: 100%;
}
body{
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #999999;
}

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{
  position: relative;
  width: 100%;
}

/*      HEADER      */
header{
  background-image: url("../images/background.gif");
  position: relative;
  margin: 0px;
  width: 100%;
  height: 208px;
  z-index: 2;
  border-bottom: solid 1px #d8d6e0;
}
header img.logo{
  display: block;
  position: relative;
  width: 208px;
  padding-top: 32px;
  margin-left: auto;
  margin-right: auto;
}

div.menuHolder{
  position: relative;
  z-index: 3;
  height: 60px;
  margin-top: 16px;
}
div.menuHolder nav{
  position: relative;
  float: left;
}
div.menuHolder nav ul{
  position: relative;
  float: left;
}
div.menuHolder nav ul li{
  position: relative;
  float: left;
  display: inline-block;
  list-style-type: none;
  text-transform: uppercase;
  color: #77ba6f;
  font-size: 14px;
  font-weight: 900;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
  margin-right: 27px;
}
div.menuHolder nav ul li:last-child{
  margin-right: 0px;
}
div.menuHolder nav ul li:hover, div.menuHolder nav ul li.active{
  color: #5e5e5e;
}
div.menuHolder nav ul li a{
  display: block;
  height: 100%;
  width: 100%;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}
div.menuHolder nav ul li.menuArrow{
  padding-right: 15px;
  background-image: url("../images/menu-arrow.png");
  background-position: right center;
  background-repeat: no-repeat;
}

div.menuHolder nav ul li ul{
  width: auto;
  height: auto;
  display: none;
  position: absolute;
  left: -20px;
  top: 60px;
  text-align: left;
  background-color: #efefef;
  padding-bottom: 15px;
  padding-top: 10px;
  border-top: solid 1px #d8d6e0;
}
div.menuHolder nav ul li:hover>ul{
  display: block;
}
div.menuHolder nav ul li ul li{
  display: block;
  position: relative;
  float: none;
  text-transform: none;
  font-size: 14px;
  height: 28px;
  font-weight: 700;
  line-height: 28px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
}

div.menuHolder nav ul li ul li:hover, div.menuHolder nav ul li ul li.active{
  color: #5e5e5e;
}

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



/*      CONTENT      */

div.mainContent{
  position: relative;
  width: 100%;
}

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

div.content{
  width: 100%;
  text-align: left;
}

article{
  text-align: left;
  float: left;
  width: 620px;
  margin-bottom: 60px;
}

article h1, article h2{
  margin: 0px;
  padding: 0px;
  font-weight: 900;
  color: #77ba6f;
}
article h1{
  font-size: 37px;
  line-height: 41px;
}
article h2{
  font-size: 13px;
  text-transform: uppercase;
  color: #b2b2b2;
  margin-bottom: 30px;
}
article div.pageText{
  margin-top: 30px;
}
article div.pageText h2{
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 0px;
}
article div.pageText h3{
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  font-style: italic;
}
article p a{
  color: #77ba6f;
}
article div.pageText ul{
  margin-top: 15px;
}
article div.pageText ul li{
  list-style-type: none;
  background-image: url("../images/bullet.png");
  background-repeat: no-repeat;
  background-position: left 2px;
  padding-left: 35px;
  margin: 0px;
  margin-bottom: 10px;
}

aside{
  font-size: 14px;
  float: left;
  width: 285px;
  padding-left: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-right: 60px;
  margin-bottom: 60px;
  background-color: #77ba6f;
  color: #FFFFFF;
}

aside.sideMenu{
  font-size: 14px;
  float: left;
  width: 320px;
  padding: 0px;
  color: #FFFFFF;
}
aside.sideMenu ul li{
  list-style-type: none;
  background-image: url("../images/sidemenu-bg.png");
  background-repeat: no-repeat;
  background-position: right center;
  border-top: solid 1px #44803d;
  border-bottom: solid 1px #2f6329;
  margin-bottom: 1px;
  height: 39px;
  line-height: 39px;
  padding-left: 28px;
  font-size: 15px;
  text-transform: uppercase;
}
aside.sideMenu ul li:last-child{
  margin-bottom: 0px;
}
aside.sideMenu ul li:hover, aside.sideMenu ul li.active{
  border-top: solid 1px #e2e2e2;
  border-bottom: solid 1px #e2e2e2;
  background-color: #e2e2e2;
  background-image: url("../images/sidemenu-bg-hover.png");
  color: #77ba6f;
}

div.homeMenu, div.pageVisual{
  background-image: url("../images/background.gif");
  position: relative;
  margin: 0px;
  width: 100%;
}
div.pageVisual{
  margin-bottom: 75px;
}
div.pageVisual img{
  display: block;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}


/*      HOME      */
div.homeMenu a{
  display: block;
  float: left;
  width: 281px;
  margin-left: 30px;
  margin-right: 20px;
  margin-top: 40px;
  text-align: center;
}
div.homeMenu a img{
  display: block;
  margin-left: 48px;
  margin-bottom: 18px;
}
div.homeMenu a span{
  display: block;
  color: #5e5e5e;
  font-size: 14px;
  width: 251px;
  margin-left: 15px;
  height: 105px;
  line-height: 18px;
}
div.homeMenu a span.title{
  color: #77ba6f;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 900;
  height: 50px;
  line-height: 20x;
}

aside.home{
  position: relative;
  width: 320px;
  margin: 60px;
  margin-left: 30px;
  padding: 0px;
  background-color: #77ba6f;
  float: left;
}
aside.home div.icon{
  position: absolute;
  right: 25px;
  top: -25px;
  position: absolute;
  background-image: url("../images/icon.png");
  background-repeat: no-repeat;    
  width: 61px;
  height: 61px;
}
aside.home h4{
  margin: 40px;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #FFFFFF;
}
aside.home img.recensieImage{
  width: 85px;
  height: 85px;
  float: left;
  margin-left: 44px;
  margin-right: 15px;
}
aside.home p{
  margin-left: 40px;
  margin-right: 40px;
  font-size: 14px;
  line-height: 18px;
  font-style: italic;
  color: #FFFFFF;
}
aside.home p.recensieCompany{
  margin-top: 20px;
  font-style: normal;
  color: #FFFFFF;
  font-weight: 900;
  font-size: 13px;
  line-height: 16px;
}
aside.home p.recensieCity{
  font-style: normal;
  color: #2f6329;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 40px;
}

article.home{
  width: 560px;
  margin-top: 52px;
}
article.home p strong{
  font-weight: 400;
  color: #000000;
  font-size: 17px;
}


/*      TESTIMONIALS    */
article.testimonials{
  width: 100%;
}
article.testimonials h1{
  margin-bottom: 75px;
  text-align: center;
}
div.testimonialHolder{
  background-color: #f7f7f7;
}
div.testimonialHolder h3{
  height: 100px;
  line-height: 100px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
  font-size: 18px;
}
div.testimonial{
  width: 665px;
  margin-left: auto;
  margin-right: auto;
  border-top: solid 1px #e7e7e7;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 95px;
  background-image: url("../images/testimonial-icon.png");
  background-repeat: no-repeat;
  background-position: left 40px;
  font-style: italic;
}
div.testimonial h2{
  text-transform: none;
  color: #77ba6f;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px;
  font-style: normal;
}
div.testimonialText{
  float: left;
  width: 480px;
}
div.testimonial img.recensieImage{
  width: 170px;
  height: 170px;
  float: left;
  margin-left: 15px;
  margin-right: 0px;
}
div.testimonial p.recensieCompany{
  margin-top: 20px;
  font-style: normal;
  font-weight: 700;
  color: #77ba6f;
  font-size: 13px;
  line-height: 16px;
}
div.testimonial p.recensieCity{
  font-style: normal;
  color: #77ba6f;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 0px;
}

/*      CONTACT     */
article.contact{
  width: 100%;
}
aside.contact h2{
  margin-bottom: 25px;
  font-size: 24px;
}
aside.contact h3{
  margin-bottom: 20px;
  font-size: 14px;
  text-transform: uppercase;
}
aside.contact table tr td:first-child{
  padding-right: 5px;
}

div.contactForm{
  float: left;
  margin-top: 20px;
}
div.contactForm h2{
  color: #ffffff;
}
input.inputText{
  display: block;
  float: left;
  position: relative;
  background-color: #ededed;
  color: #77ba6f;
  height: 45px;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 45px;
  margin-bottom: 9px;
  padding: 0px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  box-sizing: border-box;
  border: none;
}
select.inputSelect{
  display: block;
  float: left;
  position: relative;
  background-color: #ededed;
  color: #77ba6f;
  height: 45px;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 45px;
  margin-bottom: 9px;
  padding: 0px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  box-sizing: border-box;
  border: none;
}
textarea.inputArea{
  display: block;
  float: left;
  position: relative;
  background-color: #ededed;
  color: #77ba6f;
  height: 120px;
  font-family: 'Lato';
  font-size: 14px;
  margin-bottom: 9px;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  border: none;
}
input.inputText.error, select.inputSelect.error, textarea.inputArea.error{
  background-color: #a8a3b4;
  color: #FFFFFF;
}
input.submitButton{
  background-color: #77ba6f;
  color: #FFFFFF;
  background-image: url("../images/submit-bg.png");
  background-repeat: no-repeat;
  background-position: right center;
  font-family: 'Lato';
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  height: 45px;
  line-height: 45px;
  padding: 0px;
  padding-left: 15px;
  padding-right: 35px;
  border: none;
  cursor: pointer;
}


/*      FOOTER      */
footer{
  width: 100%;
  background-color: #77ba6f;
}

div.footerInfo{
  color: #FFFFFF;
  width: 100%;
  height: 220px;
  background-color: #dcdcdc;
}
div.footerCol{
  width: 25%;
  min-height: 150px;
  float: left;
  margin-top: 35px;
  box-sizing: border-box;
  border-right: solid 1px #5e5e5e;
}
div.footerCol:last-child{
  border: none;
}
div.footerCol p{
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}
div.footerCol span{
  display: block;
  text-align: center;
  color: #77ba6f;
  text-transform: uppercase;
  padding: 16px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-weight: 700;
}
div.footerCol a.socialLink{
  text-align: center;
  display: block;
  color: #77ba6f;
}
div.footerCol a.socialLink span{
  display: inline-block;
}

div.footerCol p.tweetText{
  font-size: 14px;
  line-height: 17px;
  color: #77ba6f;
  font-weight: 400;
  text-transform: none;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 10px;
}
div.footerCol p.tweetText a{
  color: #00a1dd;
}
div.footerCol p.tweetDate{
  color: #999999;
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 0px;
}

div.instagramHolder{
  width: 180px;
  padding: 18px;
  margin-left: 17px;
  background-color: #FFFFFF;
}
div.instagramHolder a, div.instagramHolder a img{
  width: 88px;
  display: block;
  float: left;
  margin: 0px;
  padding: 0px;
}
div.instagramHolder a:first-child{
  margin-right: 4px;
}

div.footerCol span.small{
  text-transform: none;
  padding: 0px;
  font-weight: 400;
}
div.footerCol span.phone{
  font-size: 29px;
  font-weight: 900;
  padding-top: 8px;
  padding-bottom: 45px;
}
div.footerCol a.request{
  display: block;
  background-color: #FFFFFF;
  margin-left: 16px;
  margin-right: 16px;
  margin-bottom: 19px;
  color: #77ba6f;
}
div.footerCol a.request span{
  display: block;
  padding: 5px;
  padding-bottom: 15px;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}
div.footerCol a.request span i{
  padding-left: 5px;
}
div.footerCol a.request span:first-child{
  display: block;
  font-size: 19px;
  font-weight: 900;
  padding: 20px;
  padding-bottom: 0px;
}


div.footerMenu{
  position: relative;
  height: 74px;
  text-align: center;
}
div.footerMenu nav ul li{
  position: relative;
  display: inline-block;
  list-style-type: none;
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  height: 74px;
  line-height: 74px;
  margin-left: 15px;
  margin-right: 15px;
}
div.footerMenu nav ul li:last-child{
  margin-right: 0px;
}
div.footerMenu nav ul li a{
  display: block;
  height: 100%;
  width: 100%;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}

div.socialHolder{
  height: 1px;
  width: 100%;
  margin-top: 18px;
  background-color: #FFFFFF;
  text-align: center;
}
div.socialHolder a{
  position: relative;
  display: inline-block;
  padding: 0px;
  margin: 0px;
  margin-left: 3px;
  margin-right: 3px;
}
div.socialHolder a i{
  position: relative;
  display: block;
  top: -18px;
  font-size: 40px;
  color: #FFFFFF;
}
div.socialHolder a i.fa-inverse{
  color: #77ba6f;
  font-size: 20px;
  top: -57px;
}

div.footerContact{
  color: #FFFFFF;
  text-align: center;
  margin-top: 30px;
}
div.footerContact p span{
  display: inline-block;
  height: 26px;
  line-height: 26px;
  font-size: 15px;
  text-transform: uppercase;
}
div.footerContact p strong{
  display: inline-block;
  font-size: 22px;
  height: 26px;
  line-height: 26px;
  font-weight: 900;
  margin-left: 20px
}

div.copyright{
  position: relative;
  height: 40px;
  margin-top: 10px;
  color: #2f6329;
  font-size: 11px;
  line-height: 40px;
  text-align: center;
}
div.copyright br{
  display: none;
}
div.copyright a{
  color: inherit;
}