/* groen: #6b886c
donker grijs: #464646
*/


/* general styles */
html, body, h1, h2, h3, p, form, ul, li, ol{
  margin: 0px;
  padding: 0px;
}
html, body{
  width: 100%;
  height: 100%;
}
body{
  font-family: 'Exo 2', sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #3e3e3e;
  background-image: url("../images/background.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}

a{
  outline: 0;
  color: inherit;
  text-decoration: none;
}

img{
  border: 0;
}

textarea, input{ 
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  resize: none;
}

.clear{
  clear: both;
}

div.container{
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

/*      HEADER      */
header{
 height: 562px;
 width: 1090px;
 margin-left: auto;
 margin-right: auto;
 position: relative;
 background-color: #FFF;
}
div.visual{
  position: relative;
  height: 490px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
div.visual div.border{
  position: absolute;
  left: 33px;
  right: 33px;
  top: 26px;
  bottom: 32px;
  border: solid 3px #FFF;
}
div.headerText{
  position: absolute;
  width: 340px;
  position: absolute;
  left: 69px;
  top: 69px;
  text-align: center;
  color: #FFF;
}
div.headerText h1{
  font-size: 6em;
}
div.headerText div.text{
  line-height: 1.3em;
  margin-top: 5px;
}
div.headerText a.cta{
  margin-top: 18px;
}

header div.logoHolder{
  width: 197px;
  display: block;
  position: absolute;
  top: -20px;
  right: 60px;
}
header div.logoHolder img{
  width: 100%;
}
header div.logoHolder p{
  text-align: center;
  text-transform: uppercase;
  color: #FFF;
  font-size: 1em;
}

header div.socialIcons{
  display: block;
  position: absolute;
  right: 50px;
  bottom: 97px;
  line-height: 32px;
  height: 32px;
  z-index: 9;
}
header div.socialIcons a{
  float: right;
  font-size: 20px;
  color: #6b886c;
}
header div.socialIcons a .fa-circle{
  color: #FFFFFF;
}
header div.headerEnd{
  position: absolute;
  top: 470px;
  width: 100%;
  padding-top: 20px;
  height: 72px;
  box-sizing: border-box;
  text-align: center;
  background-image: url("../images/header-bar.png");
  background-position: center top;
  background-repeat: no-repeat;
}
header div.headerEnd p{
  font-size: 1.2em;
  line-height: 72px;
  height: 72px;
  margin: 0px;
  padding: 0px;
}
header div.headerEnd p b{
  color: #6b886c;
}
header div.headerEnd p span{
  color: #6b886c;
  font-size: 30px;
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 5px;
}

div.menuHolder{
  position: relative;
  width: 100%;
  height: 54px;
  background-color: #464646;
}
div.menuHolder nav{
  position: relative;
  width: 100%;
  height: 54px;
}
div.menuHolder nav ul{
  text-align: center;
}
div.menuHolder nav>ul>li{
  display: inline-block;
  position: relative;
  list-style-type: none;
  color: #FFF;
  font-size: 18px;
  height: 54px;
  line-height: 54px;
  padding-left: 18px;
  padding-right: 18px;
  box-sizing: border-box;
  cursor: pointer;
  margin: 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.active, div.menuHolder nav>ul>li:hover{
  padding-left: 0px;
  padding-right: 0px;
}
div.menuHolder nav ul li.active a span, div.menuHolder nav>ul>li:hover a span{
  display: block;
  border-radius: 18px;
  height: 36px;
  line-height: 36px;
  margin-top: 9px;
  padding-left: 18px;
  padding-right: 18px;
  background-color: #555;
}
div.menuHolder nav>ul>li.hover:hover a span{
  background-color: #363636;
}

div.menuHolder nav ul li ul{
  display: none;
  position: absolute;
  background-color: #363636;
  left: 0px;
  top: 54px;
  margin-left: 0px;
  z-index: 1;
}
div.menuHolder nav>ul>li.hover:hover{
  background-color: #363636;
}
div.menuHolder nav>ul>li:hover ul{
  display: block;
}
div.menuHolder nav ul li ul li{
  display: block;
  position: relative;
  list-style-type: none;
  height: 42px;
  line-height: 42px;
  font-size: 0.8em;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 20px;
  margin-right: 20px;
  background-color: #363636;
  text-align: left;
  border-top: solid 1px #424242;
  border-bottom: solid 1px #525252;
}
div.menuHolder nav ul li ul li:first-child{
  border-top: none;
}
div.menuHolder nav ul li ul li:last-child{
  border-bottom: none;
}

div.menuHolder nav ul li.menuButton{
  display: none;
}
div.mobileMenuFooter{
  display: none;
  position: absolute;
  bottom: 0px;
  width: 100%;
  background-image: url("../images/footer-bar.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 3%;
  color: #FFF;
}
div.mobileMenuFooter div.mobileFooter{
  position: relative;
  background-color: #6b886c;
  text-align: center;
  padding-top: 20px;
}
div.mobileFooter a span{
  font-size: 3em;
}
div.mobileFooter a span i.fa{
  color: #6b886c;
}
div.mobileFooter a span i.fa-circle{
  color: #FFF;
}
div.mobileFooter p{
  padding-top: 10px;
  padding-bottom: 20px;
}


/*      CONTENT      */
div.mainContent{
  position: relative;
  width: 1090px;
  margin-left: auto;
  margin-right: auto;
  background-color: #6b886c;
}
div.content{
  background-color: #FFF;
}

article, section{
  width: 800px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-bottom: 45px;
}
article h1, section h1{
  font-weight: 500;
  font-size: 2em;
  line-height: 1em;
  padding-top: 60px;
  margin-bottom: 20px;
  color: #3e3e3e;
}

article p a, article ul a, article ol a, section p a, section ul a, section ol a, aside a{
  color: #6b886c;
  text-decoration: underline;
}

article ol, article ul, section ol, section ul{
  margin-left: 15px;
}


div.ctaHolder{
  text-align: center;
}
a.cta{
  font-size: 1.3em;
  margin-top: 25px;
  display: inline-block;
  height: 40px;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 40px;
  border-radius: 20px;
  background-color: #6b886c;
  color: #FFF;
}

div.crosslinkHolder{
  position: relative;
  font-size: 0px;
  width: 894px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
div.crosslinkHolder a{
  width: 284px;
  display: inline-block;
  margin: 0px;
  padding: 0px;
  margin-left: 7px;
  margin-right: 7px;
  position: relative;
  text-align: left;
  vertical-align: top;
}
div.crosslinkHolder a span.imageHolder{
  height: 284px;
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
div.crosslinkHolder a span.title{
  display: block;
  color: #3e3e3e;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 5px;
}
div.crosslinkHolder a span.text{
  min-height: 110px;
  display: block;
  font-size: 13px;
  line-height: 18px;
  padding-right: 10px;
}
div.crosslinkHolder a span.text span.more{
  text-decoration: underline;
  color: #6b886c;
}


/*      HOME     */
div.content.home article, div.content.home section{
  text-align: left;
}
div.content.home section{
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
div.content.home section:first-of-type{
  margin: 0px;
  padding: 0px;
  width: 100%;
}

div.content.home article img, div.content.home section img{
  display: block;
  float: left;
  width: 325px;
  margin-top: 45px;
}
div.content.home section:first-of-type h2.monica{
  color: #FFF;
  font-size: 6em;
  text-align: center;
  padding-top: 65px;
  margin-bottom: 15px;
}
div.content.home article div.text, div.content.home section div.text{
  padding-left: 360px;
  width: 440px;
}
div.content.home section:first-of-type div.text{
  padding: 0px;
  padding-bottom: 50px;
  text-align: center;
  color: #FFF;
  width: 720px;
  margin-left: auto;
  margin-right: auto;
}

div.content.home section div.text h3{
  font-family: 'Dancing Script', cursive;
  font-size: 4em;
}


/*      REFERAL     */
refSlideshowHolder{
  position: relative;
}
div.refHolder{
  position: relative;
  width: 100%;
  height: 335px;
  border-bottom: 30px solid #FFF;
}
div.refHolder a{
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
span.positionText{
  display: table;
  height: 100%;
  margin-left: 145px;
  width: 400px;
  color: #2c2c2c;
}
span.positionText.white{
  color: #FFF;
}

span.centerText{
  display: table-cell;
  vertical-align: middle;
}

div.refHolder a span.centerText span{
  display: block;
  text-align: center;
}
div.refHolder a span.title{
  font-size: 3.5em;
}
div.refHolder a span.name{
  font-family: 'Dancing Script', cursive;
  font-size: 2.5em;
  margin-top: 20px;
}
div.dots{
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
  font-size: 0px;
}
div.dots div{
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #FFF;
  margin-left: 3px;
  margin-right: 3px;
  cursor: pointer;
}
div.dots div.active{
  background-color: #2c2c2c;
}



/*      CONTACT     */
div.content.contact article{
  width: 460px;
  float: left;
  margin-left: 145px;
  margin-right: 60px;
  text-align: left;
  padding-bottom: 20px;
}
div.content.contact aside{
  float: left;
  width: 280px;
  padding-top: 60px;
  padding-bottom: 20px;
}
div.content.contact aside img{
  width: 100%;
}
div.contactForm{
  margin-top: 30px;
}
h2.thanks{
  font-size: 1.2em;
  font-weight: 500;
}
input.inputText{
  -webkit-appearance: none;
  display: block;
  position: relative;
  background-color: #e7e7e7;
  color: #5b5c5a;
  height: 37px;
  float: left;
  font-family: 'Exo 2', sans-serif;
  font-size: 1em;
  line-height: 37px;
  padding: 0px;
  padding-left: 10px;
  padding-right: 10px;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
  box-sizing: border-box;
  border-radius: 0px;
  border: none;
}
input.inputText:nth-child(2n){
  margin-right: 0px;
}
textarea.inputArea{
  -webkit-appearance: none;
  display: block;
  position: relative;
  background-color: #e7e7e7;
  color: #5b5c5a;
  height: 140px;
  font-family: 'Exo 2', sans-serif;
  font-size: 1em;
  padding: 10px;
  padding-left: 10px;
  margin-bottom: 2%;
  width: 100%;
  box-sizing: border-box;
  border-radius: 0px;
  border: none;
}
input.inputText.error, select.inputSelect.error, textarea.inputArea.error{
  background-color: #b3ceb3;
}

input.submitButton, label.submitButton{
  display: inline-block;
  float: right;
  background-color: #6b886c;
  color: #FFF;
  font-family: 'Exo 2', sans-serif;
  font-size: 1.4em;
  height: 37px;
  line-height: 37px;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  border: none;
  cursor: pointer;
  border-radius: 0px;
}

div.callBack{
  background-color: #6b886c;
  padding: 20px;
  margin-bottom: 30px;
}
div.callBack h2{
  font-size: 2em;
  line-height: 1em;
  font-weight: 400;
  color: #FFF;
  margin-bottom: 12px;
}
div.callBack input.inputText{
  width: 100%;
  margin: 0px;
  margin-bottom: 4%;
}
div.callBack input.inputText:nth-child(2){
  width: 76%;
  margin-right: 4%;
}
button.callbackButton{
  float: left;
  background-color: #464646;
  color: #FFF;
  border: none;
  height: 37px;
  width: 20%;
  cursor: pointer;
}
div.contactRight h2{
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 5px;
}

div.contactView{
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding-bottom: 45px;
}


/*      FOOTER      */
footer{
  position: relative;
  width: 1090px;
  padding-top: 41px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../images/footer-bar.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #FFF;
}
div.footerContent, div.footerMobileContent{
  position: relative;
  background-color: #6b886c;
  padding-bottom: 30px;
  width: 100%;
}
div.footerMobileContent{
  display: none;
}

footer nav{
  padding-top: 45px;
  margin-left: 150px;
  width: 500px;
  float: left;
}
footer nav a{
  float: left;
  display: block;
  width: 50%;
  white-space: nowrap;
  color: #c9deca;
  font-size: 0.9em;
}
footer a.map{
  display: block;
  float: right;
  margin-right: 180px;
  padding-top: 25px;
}