/* 
Donkerblauw: #0a3344
Beige: #dad8c6
Lichtbeige: #f4f3ee
Goud: #c7a667
*/

/* 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: 'Jaldi', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.3em;
  letter-spacing: 1px;
  color: #0a3344;
}

a{
  outline: 0;
  color: inherit;
  text-decoration: none;
}

img{
  border: 0;
}

textarea{ 
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  resize: none;
}

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}
sub { 
  top: 0.4em; 
}

.clear{
  display: block;
  clear: both;
  min-height: 0px !important;
}

div.bar{
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
  position: relative;
}
.beigeBG{
  background-color: #dad8c6;
}
.whiteBG{
  background-color: #fff;
}
.beigeLightBG{
  background-color: #f4f3ee;
}
.goldBG{
  background-color: #c7a667;
  width: 35%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 1;
}

.ctaButton{
  display: inline-block;
  padding: 10px;
  padding-left: 35px;
  padding-right: 35px;
  cursor: pointer;
  color: #0a3344;
  background-color: #dad8c6;
  font-weight: 700;
  font-size: 1.15em;
  letter-spacing: 2px;
  text-transform: uppercase;
  box-sizing: border-box;  
  border: solid 1px #dad8c6;  
}
.ctaButton.gold{
  background-color: #c7a667;
  border: solid 1px #c7a667;
}
.ctaButton.light{
  background: none;
  border: solid 1px #c7a667;  
}
.ctaButton:hover{
  color: #dad8c6;
  background-color: #0a3344;
  border: solid 1px #0a3344;
}


div.container{
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}
div.centerContent{
  width: 1240px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  position: relative;
}
.textCenter{
  text-align: center;
}

.textTable{
  display: table;
  height: 100%;
  width: 100%;
}
.textCell{
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}



/*      HEADER      */
header{
  width: 100%;
}
div.pattern{
  position: absolute;
  right: 0px;
  top: 5px;
  width: 74px;
  height: 390px;
  background-image: url("../images/patroon.png");
  background-size: 74px auto;
  background-repeat: repeat;
  background-position: right top;
}
div.menuHolder{
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: -300px;
  width: 35%;
  padding-top: 50px;
  z-index: 1;
  background-color: #dad8c6;
}
div.menuHolder nav{
  width: 100%;
  height: 100%;
  padding-left: 100px;
  padding-right: 150px;
  padding-top: 45px;
  box-sizing: border-box;
}
div.menuHolder nav ul{
}
div.menuHolder nav ul li{
  position: relative;
  display: block;
  list-style-type: none;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 700;
  padding-top: 20px;
  letter-spacing: 4px;
}
div.menuHolder nav ul li ul{
  padding-bottom: 10px;
}
div.menuHolder nav ul li ul li{
  text-transform: none;
  font-weight: 400;
  font-size: 0.8em;
  letter-spacing: 2px;
  padding-left: 15px;
}
div.menuHolder nav ul li a:hover{
  color: #FFF;
}
div.menuHolder nav ul li a{
  display: block;
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  color: inherit;
  line-height: 1.4em;
}
div.menuHolder nav ul li.menuButton{
  display: none;
}


div.headerBar{
  width: 100%;
  padding-bottom: 150px;
}
header a.logoHolder{
  display: block;
  background-color: #FFF;
  width: 100%;
  padding-left: 100px;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
  box-sizing: border-box;
}
header a.logoHolder img{
  display: block;
  height: 55px;
}
header ul.headerInfo{
  text-align: right;
  list-style: none;
  height: 155px;
  padding-top: 100px;
  box-sizing: border-box;
}
header ul.headerInfo li{
  display: inline-block;
  text-align: left;
  font-size: 0.9em;
  line-height: 1em;
  margin-left: 30px;
}
header ul.headerInfo li b{
  display: block;
  text-transform: uppercase;
  line-height: 1em;
  margin-bottom: 5px;
}
div.headerVisual{
  width: 100%;
  height: 0px;
  padding-top: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 2;
}
div.headerVisual div.headerQuote{
  position: absolute;
  right: 150px;
  top: 110px;
  font-size: 1.385em;
  line-height: 1.385em;
  font-family: 'Merriweather', serif;
  font-weight: 300;
}
div.headerVisual div.headerQuote b{
  font-weight: 700;
  color: #FFF;
}
div.headerIcon{
  background-image: url('../images/icoon-header.svg');
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
  width: 800px;
  height: 800px;
  position: absolute;
  right: 0%;
  bottom: 0%;
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}






/*      CONTENT      */
div.content{
  padding-top: 80px;
  position: relative;
  z-index: 10;
}

article h1,
article h2:not(.title){
  font-family: 'Merriweather', serif;
  font-size: 1.385em;
  line-height: 1em;
  font-weight: 300;
  margin-bottom: 40px;
}
article h1,
div.container.over-schute article h2,
article h3{
  text-align: center;
}
article h3{
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 1em;
}
article h1 b,
article h2 b{
  color: #c7a667;
}
article ul li{
  list-style: none; 
  margin-left: 20px;
  position: relative;
}
article ul li:before {
  content: "-";
  position: absolute;
  left: -20px;
  top: 0px;
}



/*      HOME    */
div.homeService{
  position: relative;
}
div.homeService div.homeServiceQuote{
  background-color: #0a3344;
  color: #FFF;
  width: 35%;
  padding: 30px;
  box-sizing: border-box;
  font-family: 'Merriweather', serif;
  font-weight: 300;
  font-size: 1.385em;
  line-height: 1.5em;
}
div.homeService div.homeServiceQuote b{
  color: #c7a667;
  font-weight: 700;
}
div.homeService div.homeServiceVisual{
  position: absolute;
  right: 0px;
  left: 35%;
  top: 0px;
  bottom: 0px;
  background-image: url("../uploads/image/9_0.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

div.container.home div.mainText{
  background-color: #f4f3ee;
  padding-top: 125px;
  padding-bottom: 125px;
}
div.container.home div.mainText div.textHolder{
  width: 50%;
  float: left;
}
div.container.home div.mainText div.textHolder h2 strong{
  color: #c7a667;
}
div.container.home div.mainText div.textHolder .ctaButton{
  margin-top: 50px;
}
div.container.home div.mainText div.imageHolder{
  width: 38%; 
  float: right;
  padding: 90px;
  box-sizing: border-box;
  background-color: #0a3344;
  color: #FFF;
  text-align: center;
  position: relative;
}
div.container.home div.mainText div.imageHolder div.pattern{
  position: absolute;
  right: auto;
  left: -70px;
  top: -31px;
  width: 148px;
  height: 390px;
}
/*
div.container.home div.mainText div.imageHolder div.aboutPicHolder{
  position: relative;
}
div.container.home div.mainText div.imageHolder div.aboutPic{
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 60px;
  background-image: url("../uploads/image/10_0.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 30px;
}
*/
div.container.home div.mainText div.imageHolder div.aboutPic div.aboutIcon{
  position: absolute;
  right: -35px;
  top: -15px;
  width: 100px;
  height: 150px;
  background-image: url("../images/icoon.svg");
  background-size: auto 100%;
  background-position: center right;
  background-repeat: no-repeat;
}

div.container.home div.mainText div.imageHolder h3.aboutName{
  color: #c7a667;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1em;
  line-height: 1em;
  margin: 0px;
  margin-top: 25px;
}
div.container.home div.mainText div.imageHolder p.aboutQuote{
  font-family: 'Merriweather', serif;
  font-weight: 300;
  font-size: 1.385em;
  line-height: 1.5em;
}
div.container.home div.mainText div.imageHolder p.aboutQuote b{
  color: #c7a667;
  font-weight: 700;
}

div.quoteSliderContent{
  position: relative;
  margin-top: 100px;
  margin-bottom: 100px;
}
div.quoteSliderText{
  width: 35%;
  background-color: #c7a667;
  box-sizing: border-box;
  padding: 30px;
  box-sizing: border-box;
  font-family: 'Merriweather', serif;
  font-weight: 300;
  font-size: 1.385em;
  line-height: 1.5em;
  position: relative;
  z-index: 2;
}
div.quoteSliderText b{
  color: #FFF;
}

div.quoteSliderHolder{
  position: absolute;
  left: 40%;
  right: 5%;
  top: 0px;
  bottom: 0px;
}
div.quoteSliderHolder div.arrow{
  cursor: pointer;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  box-sizing: border-box;
  font-weight: 700;  
  position: absolute;
  top: 50%;
  font-size: 1.5em;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index: 10;
}
div.quoteSliderHolder div.arrow.left{
  left: 0px;
}
div.quoteSliderHolder div.arrow.right{
  right: 0px;
}
div.quoteSlider{
  position: relative;
  width: 100%;
  height: 100%;
}
div.quoteSlider div.quote{
  display: block;
  position: absolute;
  left: 80px;
  right: 80px;
  top: 0px;
  bottom: 0px;
  height: 100%;
}
div.quoteSlider div.quote span.name{
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 30px;
}

/*      ABOUT    */
div.container.over-schute div.headerVisual div.headerQuote{
  color: #FFF;
}
div.container.over-schute div.headerVisual div.headerQuote b,
div.container.contact div.headerVisual div.headerQuote b{
  color: #c7a667;
}
div.container.over-schute article h1{
  margin-bottom: 8px;
}
div.container.over-schute div.mainText{
  position: relative;
  padding-top: 30px;
  margin-bottom: 70px;
}
div.container.over-schute div.aboutPic{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 35%;
  height: 0px;
  padding-top: 35%;
  background-image: url("../uploads/image/10_0.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
  z-index: 1;
}
div.container.over-schute div.textHolder{
  margin-left: 30%;
  position: relative;
  z-index: 2;
  padding: 40px;
  padding-top: 50px;
  box-sizing: border-box;
}
div.container.over-schute div.textHolder h2{
  font-family: 'Jaldi', sans-serif;
  font-weight: 700;
  font-size: 1em;
  letter-spacing: 2px;
  color: #c7a667;
  text-transform: uppercase;
  margin-bottom: 20px;
}
div.container.over-schute div.bar.beigeLightBG{
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: left;
}
div.container.over-schute div.quoteSliderContent{
  margin-top: 0px;
  margin-bottom: 0px;
}
div.container.over-schute div.quoteSliderContent div.quoteSliderText{
  padding-top: 70px;
  padding-bottom: 70px;
}

div.targetText{
  margin-top: 70px;
  margin-bottom: 70px;
}
div.container.over-schute div.whyText div.textHolder,
div.container.over-schute div.targetText div.textHolder{
  margin-left: 0px;
}
div.container.over-schute div.whyText div.textHolder{
  padding-left: 0px;
  padding-bottom: 100px;
}
div.container.over-schute div.whyText h3{
  padding-left: 30px;
  padding-right: 30px;
}
div.container.over-schute div.whyText div.textHolder h3{
  text-align: left;
  padding-left: 55px;
  height: 35px;
  margin-bottom: 15px;
  line-height: 35px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  background-size: auto 28px;
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url('../images/check.svg');
}


/*      SERVICE   */
div.container.diensten article h1{
  margin-bottom: 8px;
}

div.container.home div.serviceHolder{
  padding: 20px;
  padding-top: 50px;
  padding-bottom: 70px;
  text-align: center;
}
div.container.diensten div.serviceHolder{
  margin-top: 60px;
  padding-bottom: 40px;
}

div.container.home div.serviceHolder a.serviceItem{
  display: block;
  float: left;
  width: 22%;
  margin-right: 4%;
  text-align: left;
  margin-bottom: 30px;
}
div.container.diensten div.serviceHolder div.serviceItem{
  display: block;
  float: none;
  width: 100%;
  margin-right: 0px;
  margin-bottom: 50px;
  box-sizing: border-box;
}
div.container.home div.serviceHolder a.serviceItem:nth-child(4n),
div.container.diensten div.serviceHolder div.serviceItem:nth-child(2n){
  margin-right: 0px;
}
div.container div.serviceHolder .serviceItem .title{
  display: block;
  position: relative;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.4em;
  min-height: 40px;
  padding-left: 55px;
  margin-bottom: 10px;
  font-size: 1em;
}
div.container.diensten div.serviceHolder .serviceItem .title{
  margin-bottom: 20px;
  line-height: 40px;
  padding-left: 45px;
}
div.container.diensten div.serviceHolder .serviceItem .title span.serviceTitle{
  display: inline-block;
  line-height: 40px;
  border-bottom: solid 1px #c7a667;
  padding-left: 15px;
  padding-right: 15px;
}

div.container div.serviceHolder .serviceItem .title span.icon{
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;width: 30px;
  height: 40px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

/*      CONTACT    */
div.container.contact article{
  margin-bottom: 70px;
  text-align: center;
}
div.contactHolder{
  margin-top: 60px;
}
div.formCol{
  width: 49.5%;
  float: left;
  margin-right: 1%; 
}
div.formCol.last{
  margin-right: 0px;
}
input.inputText, select.inputSelect, label{
  -webkit-appearance: none;
  display: block;
  position: relative;
  background-color: #f4f3ee;
  color: #0a3344;
  height: 40px;
  font-family: 'Jaldi', sans-serif;
  font-size: 1em;
  line-height: 40px;
  margin-bottom: 10px;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  border-radius: 0px;
  box-sizing: border-box;
  border: none;
  text-align: left;
}
input.inputText:last-of-type{
  margin-bottom: 0px;
}
textarea.inputArea{
  display: block;
  position: relative;
  background-color: #f4f3ee;
  border: none;
  color: #0a3344;
  height: 190px;
  font-family: 'Jaldi', sans-serif;
  padding: 10px;
  padding-left: 20px;
  margin-bottom: 10px;
  width: 100%;
  font-size: 1em;
  border-radius: 0px;
  box-sizing: border-box;
}
input.inputText.error, select.inputSelect.error, textarea.inputArea.error{
  background-color: #c7a667;
  color: #FFF;
}
input.submitButton{
  -webkit-appearance: none;
  margin-top: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: 'Jaldi', sans-serif;
}

input.inputText::-webkit-input-placeholder,
textarea.inputArea::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  color: #0a3344;
}
input.inputText::-moz-placeholder,
textarea.inputArea::-moz-placeholder{ /* Firefox 19+ */
  color: #0a3344;
}
input.inputText:-ms-input-placeholder,
textarea.inputArea:-ms-input-placeholder{ /* IE 10+ */
  color: #0a3344;
}
input.inputText:-moz-placeholder,
textarea.inputArea:-moz-placeholder{ /* Firefox 18- */
  color: #0a3344;
}

input.inputText.error::-webkit-input-placeholder,
textarea.inputArea.error::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  color: #FFF;
}
input.inputText.error::-moz-placeholder,
textarea.inputArea.error::-moz-placeholder{ /* Firefox 19+ */
  color: #FFF;
}
input.inputText.error:-ms-input-placeholder,
textarea.inputArea.error:-ms-input-placeholder{ /* IE 10+ */
  color: #FFF;
}
input.inputText.error:-moz-placeholder,
textarea.inputArea.error:-moz-placeholder{ /* Firefox 18- */
  color: #FFF;
}


/*      FOOTER      */
footer{
  background-color: #0a3344;
  color: #FFF;
  padding-top: 70px;
}
div.footerCol{
  width: 18%;
  padding-left: 40px;
  box-sizing: border-box;
  float: left;
  font-size: 0.7em;
  border-right: 1px #c7a667 solid;
}
div.footerCol:first-child{
  width: 23%;
  padding-left: 0px;
  border: none;
}
div.footerCol:nth-child(4){
  border: none;
}

div.footerCol a.logoHolder{
  display: block;
  width: 80%;
  margin-top: 30px;
}
div.footerCol a.logoHolder img{
  display: block;
  width: 100%;
}

div.footerCol h3{
  text-transform: uppercase;
  margin-bottom: 2px;
  letter-spacing: 2px;
  font-weight: 700;
}

div.footerCol p{
  line-height: 2em;
}
div.footerCol p span{
  font-weight: 700;
}
div.footerCol p span.fa{
  font-weight: normal;
  padding-right: 10px;
}


div.copyright{
  text-transform: uppercase;
  font-size: 0.6em;
  line-height: 1em;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 10px;
  
}
div.copyright br{
  display: none;
}
div.copyright p{
  display: inline;
}
div.copyright a:hover{
  text-decoration: underline;
}