/*
Bruin: #9e6b5b;
Blauw: #2e4450;
*/


/* 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: 'Raleway', sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.34em;
  color: #2e4450;
  background-color: #FFF;
}

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; 
}

strong{
  font-weight: 700;
}

.clear{
  display: block;
  clear: both;
  min-height: 0px !important;
}


div.container{
  width: 100%;
  margin: 0px;
  padding: 0px;
}
div.centerContent{
  width: 1370px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  position: relative;
}
div.centerContent.half{
  width: 685px;
}
div.centerContent.half.left{
  float: right;
  padding-right: 100px;
}
div.centerContent.half.right{
  float: left;
  padding-left: 100px;
}

.textTable{
  display: table;
  height: 100%;
  width: 100%;
}
.textCell{
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

/*      HEADER      */
header{
  width: 100%;
  z-index: 2;
  position: relative;
  background-image: url("../images/header.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 500px;
}


div.menuHolder{
  color: #FFF;
  box-sizing: border-box; 
}
div.menuHolder nav{
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  padding-left: 230px;
  padding-right: 230px;
  padding-top: 110px;
}
div.menuHolder nav ul{
  float: left;
}
div.menuHolder nav ul:last-of-type{
  float: right;
}
div.menuHolder nav ul li{
  position: relative;
  display: inline-block;
  list-style-type: none;
  font-weight: 400;
  font-size: 1.2em;
  cursor: pointer;
  margin: 0px;
  margin-right: 40px;
  box-sizing: border-box;
}
div.menuHolder nav ul:last-of-type li{
  margin-right: 0px;
  margin-left: 40px;
}
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.menuButton{
  display: none;
}


div.logoHolder{
  width: 540px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 45px;
  display: block;
}
div.logoHolder img:first-of-type{
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
div.logoHolder p{
  font-size: 2.67em;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  margin-top: 40px;
}
header div.divider{
  width: 170px;
  height: 1px;
  background-color: #FFF;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
  margin-bottom: 40px;
}
div.logoHolder img:last-of-type{
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/*      CONTENT      */
div.content{
}

article{
  width: 100%;
  box-sizing: border-box;
}
div.contentRow{
  padding-bottom: 80px;
  padding-top: 90px;
}
div.contentRow.blue{
  background-color: #2e4450;
  color: #99a3a8;
}
article h1{
  font-family: 'Flamenco', cursive;
  font-size: 3.5em;
  line-height: 1em;
  color: #2e4450;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
}
article h2{
  font-weight: 700;
  text-transform: uppercase;
  color: #969fa4;
  font-size: 1em;
  line-height: 1em;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
div.contentRow.col3 div.textHolder,
div.contentRow.blue div.textHolder ul{
  column-count: 3;
  column-gap: 50px;
}
div.contentRow.col2 div.centerContent{
  padding-right: 473px;
}
div.contentRow.col2 div.textHolder,
div.content.vergoeding div.textCol div.textHolder.col2{
  column-count: 2;
  column-gap: 50px;
}
div.content.default div.contentRow.blue div.textHolder{
  column-count: 1;
  column-gap: 50px;
}
article div.contentRow.blue h2{
  margin-bottom: 30px;
}
article div.contentRow.blue h2,
article p em{
  color: #ffffff;
}
article p em{
  color: #ffffff;
  font-size: 0.9em;
  letter-spacing: 1px;
}
article div.contentRow.col2 p,
article div.contentRow.col3 p,
div.content.vergoeding div.textCol div.textHolder.col2 p,
div.contentRow.blue div.textHolder ul li,
div.content.home div.textCell ul li{
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

article p a, article ul a, article ol a,
div.checkBoxHolder a{
  color: #9e6b5b;
  text-decoration: underline;
}
article div.textHolder ul{
  margin-left: 0px;
}
article div.textHolder ul li,
div.content.home div.textCell ul li{
  padding-bottom: 15px;
  list-style: none;
  background-image: url("../images/bullet-bruin.svg");
  background-repeat: no-repeat;
  background-size: 14px auto;
  background-position: left 5px;
  padding-left: 24px;
}
div.content.home div.textCell ul li,
div.contentRow.blue div.textHolder ul li{
  font-size: 0.87em;
  line-height: 2em;
  padding-bottom: 25px;
  letter-spacing: 1px;
}


/*      VERGOEDING     */
div.content.vergoeding div.textCol{
  float: left;
  width: 897px;
}
div.content.vergoeding div.textCol:nth-child(3){
  margin-left: 50px;
  width: 423px;
}
div.content.vergoeding div.contentRow:nth-child(2){
  border-top: solid 1px #374c58;
  border-bottom: solid 1px #374c58;
}
div.content.vergoeding div.contentRow:nth-child(2) h2{
  float: left;
  line-height: 1.34em;
  margin: 0px;
}
div.content.vergoeding div.contentRow:nth-child(2) p{
  padding-left: 180px;
}


/*      HOME     */
div.content.home div.contentRow:first-child{
  padding: 0px;
}
div.centerContent.half.right{
  width: 100%;
  height: 100%;
  padding-right: 100px;
}
div.content.home div.contentRow:first-child{
  display: flex;
  align-items: stretch;
}
div.content.home div.contentRow div.textCol{
  width: 50%;
  box-sizing: border-box;
}
div.content.home div.contentRow div.textCol:first-child{
  padding-bottom: 80px;
  padding-top: 90px;
}
div.content.home div.textCol:nth-child(2){
  background-color: #2e4450;
  color: #99a3a8;
}
div.content.home div.contentRow:first-child div.textCell ul{
  column-count: 2;
  column-gap: 50px;
}
div.content.home div.contentRow:first-child div.textCell a{
  display: none;
  margin-top: 20px;
}
@media screen and (max-width: 1800px) {
  div.content.home div.contentRow:first-child div.textCell ul{
    column-count: 1;  
  }
  div.content.home div.contentRow:first-child div.textCell ul li:nth-child(8),
  div.content.home div.contentRow:first-child div.textCell ul li:nth-child(9),
  div.content.home div.contentRow:first-child div.textCell ul li:nth-child(10),
  div.content.home div.contentRow:first-child div.textCell ul li:nth-child(11),
  div.content.home div.contentRow:first-child div.textCell ul li:nth-child(12),
  div.content.home div.contentRow:first-child div.textCell ul li:nth-child(13){
    display: none;
  }
  div.content.home div.contentRow:first-child div.textCell a{
    display: inline-block;
  }
}

div.content.home div.contentRow:first-child div.textCell p{
  display: none;
}
div.content.home div.textCell ul li{
  vertical-align: top;
}
div.content.home div.contentRow:nth-child(2),
div.content.contact div.contentRow:nth-child(3){
  border-top: solid 1px #374c58;
  border-bottom: solid 1px #374c58;
  padding-top: 40px;
  padding-bottom: 40px;
}
div.contentRow div.wachttijd{
  display: block;
  float: left;
  width: 130px;
  height: 130px;
  text-align: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  line-height: 130px;
  font-size: 4em;
  margin-left: 175px;
}
div.content.home div.contentRow:nth-child(2) div.textHolder,
div.content.contact div.contentRow:nth-child(3) div.textHolder{
  padding-left: 350px;
  height: 130px;
}

div.content.home div.contentRow:nth-child(3) img{
  width: 50%;
}
div.content.home div.contentRow div.textBlockHome{
  background-color: #919ca2;
  color: #FFF;
  position: absolute;
  left: 45%;
  width: 50%;
  top: 40px;
  padding: 60px;
  padding-left: 140px;
  padding-right: 30px;
  box-sizing: border-box;
}
div.content.home div.contentRow div.textBlockHome h2{
  font-family: 'Flamenco', cursive;
  font-size: 2.9em;
  line-height: 1em;
  color: #2e4450;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
}
div.content.home div.contentRow div.textBlockHome h3{
  font-size: 2em;
  line-height: 40px;
  font-weight: 300;
  margin-bottom: 20px;
  background-image: url("../images/icoon-telefoon.svg");
  background-repeat: no-repeat;
  background-size: 34px auto;
  background-position: left center;
  padding-left: 50px;
}
div.content.home div.contentRow div.registerText{
  position: absolute;
  bottom: 40px;
  right: 5%;  
  color: #969fa4;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}
div.content.home div.contentRow a{
  display: inline-block;
  background-color: #9e6b5b;
  color: #FFF;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  padding-left: 30px;
  padding-right: 30px;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.93em;
  text-decoration: none;
}
div.content.home div.contentRow div.registerText a{
  margin-left: 35px;
}


/*      TEAM     */
div.staffHolder{
  margin-top: 70px;
}
div.staffMember{
  float: left;
  width: 655px;
  margin-right: 60px;
  margin-bottom: 45px;
}
div.staffMember:nth-child(2n){
  margin-right: 0px;
}
div.staffMember:nth-child(2n+1){
  clear: both;
}
div.staffMember div.imageHolder{
  width: 154px;
  height: 154px;
  padding: 13px;
  box-sizing: border-box;
  border-radius: 77px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
}
div.staffMember div.imageHolder div.innerCircle{
  width: 128px;
  height: 128px;
  border-radius: 64px;
  border: solid 1px #FFF;
  box-sizing: border-box;
}
div.staffMember div.textHolder{
  padding-left: 194px;
  width: 100%;
  box-sizing: border-box;
}
div.staffMember div.textHolder h2{
  font-family: 'Flamenco', cursive;
  font-size: 2em;
  line-height: 1.2em;
  color: #9e6b5b;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 20px;
}
div.staffMember div.textHolder div{
  padding-bottom: 25px;
  border-bottom: solid 1px #374c58;
}


/*      CONTACT    */
div.content.contact article h1{
  color: #FFF;
}
div.contactCol{
  width: 420px;
  float: left;
  margin-top: 40px;
}
div.contactCol:nth-child(4){
  margin-right: 90px;
}
article div.contentRow.blue h2{
  color: #a7b0b4;
}
div.contactCol p.address{
  background-image: url("../images/icoon-adres-blauw.svg");
  background-repeat: no-repeat;
  background-size: 14px auto;
  background-position: left top;
  padding-left: 30px;
  color: #FFF;
  margin-bottom: 3px;
}
div.contactCol a.phone{
  display: block;
  background-image: url("../images/icoon-telefoon-blauw.svg");
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: left center;
  padding-left: 30px;
  color: #FFF;
  margin-bottom: 3px;
}
div.contactCol a.mail{
  display: block;
  background-image: url("../images/icoon-email-blauw.svg");
  background-repeat: no-repeat;
  background-size: 17px auto;
  background-position: left 5px;
  padding-left: 30px;
  color: #9e6b5b;
  text-decoration: underline;
}
div.contactCol p.contactLabel span:first-child{
  display: block;
  float: left;
}
div.contactCol p.contactLabel span:last-child,
div.contactCol p.contactLabel a{
  display: block;
  padding-left: 30%;
  box-sizing: border-box;
}


div.formHolder{
}
article div.formHolder h2{
  font-size: 1.27em;
  margin-bottom: 40px;
}
div.formCol{
  width: 48%;
  float: left;
}
div.formCol.last{
  margin-left: 4%;
}

input.inputText, select.inputSelect, label{
  -webkit-appearance: none;
  display: block;
  position: relative;
  background-color: #f2f2f2;
  color: #2e4450;
  height: 46px;
  font-family: 'Raleway', sans-serif;
  font-size: 1em;
  line-height: 46mpx;
  margin-bottom: 12px;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  border-radius: 0px;
  box-sizing: border-box;
  border: none;
}
select.inputSelect{
  background-image: url("../images/pijltje-bruin.svg");
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding-right: 45px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  select.inputSelect{
    padding-right: 0px;
    background: none;
    background-color: #f2f2f2;
  }
}
textarea.inputArea{
  display: block;
  position: relative;
  background-color: #f2f2f2;
  color: #2e4450;
  height: 220px;
  font-family: 'Raleway', sans-serif;
  font-size: 1em;
  margin-bottom: 12px;
  padding: 10px;
  padding-left: 20px;
  width: 100%;
  border-radius: 0px;
  box-sizing: border-box;
  border: none;
}
div.checkBoxHolder {
	margin-top: 12px;
  float: left;
}
div.checkBoxHolder input {
	display: none;
}
div.checkBoxHolder span.title {
	display: inline-block;
	line-height: 20px;
	padding-right: 20px;
}
div.checkBoxHolder div.checkBox {
	position: relative;
	display: inline-block;
	line-height: 20px;
	padding-right: 20px;
	cursor: pointer;
}
div.checkBoxHolder.error {
	color: #9e6b5b;
}
div.checkBoxHolder div.checkBox div.box {
	width: 20px;
	height: 20px;
	border-radius: 3px;
	background-color: #f2f2f2;
	text-align: center;
	line-height: 20px;
	position: absolute;
}
div.checkBoxHolder div.checkBox div.box span {
	color: #9e6b5b;
	padding-left: 0px;
	display: none;
}
div.checkBoxHolder div.checkBox div.box span.active {
	display: inline;
}
div.checkBoxHolder div.checkBox span {
	padding-left: 28px;
	display: inline-block;
}

input.inputText.error, select.inputSelect.error, textarea.inputArea.error{
  background-color: #9e6b5b;
  color: #FFF;
}
input.submitButton{
  -webkit-appearance: none;
  display: block;
  font-family: 'Raleway', sans-serif;
  background-color: #9e6b5b;
  color: #FFF;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 3px;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.93em;
  border: none;
  cursor: pointer;
  float: right;
}
div.formHolder p.note{
  color: #FFF;
  text-align: right;
  font-size: 0.85em;
  padding-top: 5px;
  margin-top: 40px;
}

input.inputText::-webkit-input-placeholder,
textarea.inputArea::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  color: #2e4450;
}
input.inputText::-moz-placeholder,
textarea.inputArea::-moz-placeholder{ /* Firefox 19+ */
  color: #2e4450;
}
input.inputText:-ms-input-placeholder,
textarea.inputArea:-ms-input-placeholder{ /* IE 10+ */
  color: #2e4450;
}
input.inputText:-moz-placeholder,
textarea.inputArea:-moz-placeholder{ /* Firefox 18- */
  color: #2e4450;
}
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{
  width: 100%;
  background-color: #9e6b5b;
  color: #fefffc;
}

div.footerInfo{
  width: 100%;
  box-sizing: border-box;
  padding-top: 65px;
  padding-bottom: 65px;
}
div.footerInfo div.infoBlock{
  display: block;
  float: left;
  width: 242px;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  border-right: solid 1px rgba(255,255,255,0.08);
}
div.footerInfo div.infoBlock:nth-child(2),
div.footerInfo div.infoBlock:nth-child(3),
div.footerInfo div.infoBlock:nth-child(5),
div.contactBlock:nth-child(4){
  border: none;
}
div.footerInfo div.infoBlock:nth-child(3){
  width: 402px;
  padding: 0px;
}
div.footerInfo div.infoBlock img{
  display: inline-block;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
div.footerInfo div.infoBlock:nth-child(3) img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}
div.footerInfo div.infoBlock:nth-child(3) img:first-child{
  width: 116px;
  margin-bottom: 16px;
}
div.footerInfo div.infoBlock:nth-child(3) img:last-child{
  width: 310px;
}
div.footerInfo div.infoBlock h3{
  font-size: 0.87em;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
div.footerInfo div.infoBlock p{
  display: block;
  line-height: 2em;
}
div.footerInfo div.infoBlock p a:not(.phone){
  text-decoration: underline;
}





div.copyright{
  padding-top: 25px;
  padding-bottom: 25px;
  line-height: 1em;
  text-align: center;
  background-color: #d8d8d8;
}
div.copyright div.legal{
  color: #2e4450;
  font-size: 0.8em;
  font-weight: 400;
}
div.copyright div.legal br{
  display: none;
}
div.copyright div.legal p{
  display: inline;
}
div.copyright div.legal a:first-of-type{
  text-decoration: underline;
}