/*
Blauw: #040925;
Lichtblauw: #1a60ad;
 
*/


/* 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: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 1.47em;
  color: #2f2f2f;
  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; 
}

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


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

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

/*      HEADER      */
header{
  width: 100%;
  z-index: 2;
  position: relative;
}

div.headerText{
  background-color: #040925;
  color: #FFF;
  padding-top: 22px;
  padding-bottom: 22px;
}
div.headerText div.headerContact{
  float: left;
  background-size: auto 80%;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 50px;
  margin-right: 65px;
}
div.headerText div.headerContact.phone{
  background-image: url("../images/telefoon-wit.svg");
}
div.headerText div.headerContact.email{ 
  background-image: url("../images/mail-wit.svg");
  background-size: auto 70%;
  padding-left: 55px;
}
div.headerText div.headerContact p{
  border-left: solid 1px #FFF;  
  padding-left: 10px;
  line-height: 1em;
}
div.headerText div.headerContact p b{
  font-weight: 600;
  display: inline-block;
  padding-bottom: 5px;
}
div.headerText a.facebook{
  font-weight: 600;
  float: right;
  display: block;
  padding-top: 5px;
}
div.headerText a.facebook span{
  vertical-align: middle;
}
div.headerText a.facebook span.fa{
  font-size: 1.4em;
  padding-left: 10px;
}

div.menuHolder{
  height: 105px;
  background-color: #FFF;
  box-sizing: border-box; 
}
a.logoHolder{
  width: 390px;
  padding-top: 25px;
  float: left;
}
a.logoHolder img{
  width: 100%;
  display: block;
}
div.menuHolder nav{
  position: relative;
  box-sizing: border-box;
  float: right;
}
div.menuHolder nav ul li{
  position: relative;
  display: inline-block;
  list-style-type: none;
  height: 105px;
  line-height: 105px;
  text-transform: uppercase;
  cursor: pointer;
  margin: 0px;
  margin-left: 26px;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 1.13em;
}

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:hover ul{
  display: block;
}
div.menuHolder nav ul li ul{
  display: none;
  position: absolute;
  left: 0px;
  top: 105px;
  padding-top: 10px;
  background-color: #FFF;
  z-index: 20;
}
div.menuHolder nav ul li ul li{
  display: block;
  margin: 0px;
  padding: 0px;
  white-space: nowrap;
  text-transform: none;
  padding-left: 17px;
  padding-right: 17px;
  height: auto;
  line-height: 36px;
  min-width: 150px;
  font-size: 0.9em;
}
div.menuHolder nav ul li ul li:hover{
  background-color: #040925;
  color: #FFF;
}

div.menuHolder nav ul:nth-child(1) li:nth-child(2){
  margin-left: 0px;
}
div.menuHolder nav ul li.menuButton{
  display: none;
}


/*      CONTENT      */
div.pageHeader{
  height: 445px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
div.pageHeader h3, div.pageHeader h1{
  font-size: 2.93em;
  color: #FFF;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.7);
  text-transform: uppercase;
}

div.mainContent{
  padding-top: 50px;
}

article{
  width: 680px;
  box-sizing: border-box;
  float: left;
  margin-bottom: 50px;
}
div.textCol{
  width: 48%;
  float: left;  
}
div.textCol.wide{
  width: 100%;
  float: none;  
}
div.textCol.last{
  margin-left: 4%;
}
div.textCol img{
  width: 100% !important;
  display: block;
  height: auto !important;
}
div.textHolder{
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

article h1,
article h2{
  line-height: 1.2em;
  font-size: 1.9em;
  font-weight: 700;
  color: #1a60ad;
  margin-bottom: 15px;
}
article p{
}
article p a, article ul a, article ol a{
  color: #1a60ad;
}
article p a:hover, article ul a:hover, article ol a:hover{
  text-decoration: underline;
}
article ul li, aside ul li{
}

aside{
  float: right;
  width: 350px;
  margin-left: 50px;
  margin-bottom: 50px;
}
aside img{
  display: block;
  width: 100%;
}

div.blueBar{
  background-color: #1a60ad;
  color: #FFF;
  text-align: center;
  line-height: 1.2em;
  padding: 20px;
  margin-bottom: 50px;
}
div.blueBar h2{
  font-weight: 400;
  font-size: 1.8em;
}
div.blueBar h2 b{
  font-weight: 700;
}
div.blueBar p{
  font-size: 1.33em;
  margin-top: 20px;
}



/*      HOME     */
div.slideShowHolder{
  position: relative;
  width: 100%;
  height: 0px;
  padding-top: 680px;
  overflow: hidden;
}
div.slideShow div.slide{
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
div.slideShow div.slide div.slideText{
  width: 100%;
  height: 100%;
  background-color: rgba(4,9,37,0.4);
}
div.slideShow div.slide div.slideText h3{
  font-size: 2.93em;
  color: #FFF;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.7);
  text-transform: uppercase;
  font-weight: 700;
}
div.slideShow div.slide div.slideText p{
  font-size: 1.47em;
  color: #FFF;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.7);
  font-weight: 600;
  margin-top: 75px;
}
div.slideShow div.slide div.slideText a{
  display: inline-block;
  font-size: 1.34em;
  color: #FFF;
  font-weight: 600;
  line-height: 1em;
  margin-top: 45px;
  background-color: #1a60ad;
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

div.content.home aside{
  float: left;
  margin-right: 50px;
  margin-left: 0px;
}

div.content.home article h1{
  width: 65%;
  margin-bottom: 30px;
}


/*      SERVICE    */
div.content.service.overview article{
  width: 100%;
  float: none;
}
div.content.service div.textCol.last{
  margin-top: 48px;
}

div.serviceHolder{
  margin-top: 40px;
}
div.serviceHolder a{
  width: 30.2%;
  margin-right: 4.7%;
  margin-bottom: 4.7%;
  float: left;
  background-color: #f2f2f2;
}
div.serviceHolder a:nth-child(3n){
  margin-right: 0px;
}
div.serviceHolder span.imageHolder{
  width: 100%;
  padding-top: 79%;
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
div.serviceHolder span.textHolder{
  display: block;
  padding: 15px;
  min-height: 140px;
  position: relative;
}
div.serviceHolder span.textHolder span.title{
  display: block;
  font-size: 1.46em;
  color: #1a60ad;
  line-height: 1.2em;
  font-weight: 700;
}
div.serviceHolder span.textHolder span.text{
  display: block;
  line-height: 1.3em;
}
div.serviceHolder span.textHolder span.readmore{
  display: block;
  text-align: right;
  font-weight: 700;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

div.content.service div.blueBar h2{
  font-weight: 700;
}


/*      PROJECTEN   */
div.homeProjects{
  background-color: #f2f2f2;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
div.homeProjects h2,
div.formHolder h2,
div.projectHolder h1{
  text-transform: uppercase;
  font-size: 2em;
  line-height: 1em;
  text-align: center;
}
div.homeProjects h2:after,
div.formHolder h2:after,
div.projectHolder h1:after{
  content: "";
  display: block;
  position: relative;
  width: 60px;
  height: 1px;
  margin: auto;
  margin-top: 18px;
  margin-bottom: 40px;
  background-color: #1a60ad;
}

div.slideShowHolderProjects.projectHolder{
  position: relative;
  width: 100%;
  height: 0px;
  padding-top: 19%;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 30px;
}
div.slideShowHolderProjects div.arrow{
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  background-size: 16px 30px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  cursor: pointer;
}
div.slideShowHolderProjects div.arrow.left{
  left: 10px;
  background-image: url("../images/pijl-wit-links.svg");
}
div.slideShowHolderProjects div.arrow.right{
  right: 10px;
  background-image: url("../images/pijl-wit-rechts.svg");
}


div.homeProjects a.button,
article a.button{
  display: inline-block;
  background-color: #1a60ad;
  color: #FFF;
  font-size: 1.33em;
  line-height: 1em;
  font-weight: 600;
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
article a.button{
 margin-top: 20px;
 margin-bottom: 20px;
}

div.content.projects article{
  width: 100%;
  float: none;
}

div.filters{
  margin-bottom: 30px;
}
div.filters div{
  color: #2f2f2f;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
  font-weight: 600;
}
div.filters div.filterActive{
  color: #1a60ad;
  font-weight: 700;
}


div.projectHolder{
  padding-top: 65px;
  padding-bottom: 45px;
  background-color: #f2f2f2;
}
div.projectHolder div.projects{
  margin-left: -0.5%;
  margin-right: -0.5%;
}
div.projectHolder h3,
div.formHolder h1,
div.workHolder h2{
  text-align: center;
  color: #201e20;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.9em;
  line-height: 1em;
}
div.projectHolder div.divider,
div.formHolder div.divider{
  margin-bottom: 50px;
}
div.projects{
  text-align: center;
}
div.projectHolder div.project{
  display: block;
  width: 32.5%;
  height: 0px;
  padding-top: 23%;
  float: left;
  margin-left: 0.4%;
  margin-right: 0.4%;
  margin-bottom: 0.8%;
  position: relative;
}
div.slideShowHolderProjects.projectHolder div.project{
  width: 33.3%;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
div.slideShowHolderProjects.projectHolder div.project:first-child{
  width: 33.4%;
}
div.projectHolder a.project{
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

div.projectHolder a.hidden{
  display: none;
}
div.projectHolder a.project:hover span.mouseOver{
  display: block;
}
div.projectHolder a.project span.mouseOver{
  background-color: rgba(4,9,37,0.75);
  display: none;
  position: absolute;
  left: 10px;
  top: 10px;
  bottom: 10px;
  right: 10px;
  box-sizing:border-box;
  text-align: center;
}
div.projectHolder a.project span.mouseOver span{
  color: #FFF;
}
div.projectHolder a.project span.mouseOver span.title{
  font-weight: 700;
  font-size: 1.15em;
  display: block;
  text-transform: uppercase;
}
div.projectHolder a.project span.mouseOver span.location{
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.1em;
  display: block;
}
div.projectHolder a.project span.mouseOver span.divider{
  margin-top: 10px;
  margin-bottom: 7px;
  display: block;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  background-color: #1a60ad;
}
}
div.projectHolder a.project span.mouseOver span.arrow{
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  background-image: url("../images/pijl-wit.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px 14px;
  width: 25px;
  height: 25px; 
}

div.projectHolder div.moreProjects{
  float: none;
  text-align: center;
  text-transform: uppercase;
  color: #1a60ad;
  font-weight: 700;
  font-size: 1.34em;
  margin-top: 30px;
  padding-bottom: 30px;
  background-image: url("../images/pijl-grijs.svg");
  background-repeat: no-repeat;
  background-position: center 30px;
  background-size: 30px 16px;
  cursor: pointer;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 kolommen */
  gap: 10px; /* ruimte tussen de afbeeldingen */
}

.grid a img {
  width: 100%;
  height: 240px; /* kies een vaste hoogte */
  object-fit: cover;
  display: block;
  border-radius: 4px; /* optioneel, voor afgeronde hoeken */
}
@media (max-width: 768px) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .grid {
    grid-template-columns: 1fr;
  }
}

/*      CONTACT    */
div.content.contact div.mainContent article,
div.content.contact div.mainContent aside{
  padding-bottom: 50px;
}
div.formHolder{
  background-color: #f2f2f2;
  padding-top: 50px;
  padding-bottom: 50px;
}
div.formHolder p{
  text-align: center;
}
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: #e6e6e6;
  color: #000;
  height: 40px;
  font-family: 'Open 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;
  float: left;
}
textarea.inputArea{
  display: block;
  position: relative;
  background-color: #e6e6e6;
  color: #000;
  height: 140px;
  font-family: 'Open Sans', serif;
  font-size: 1em;
  margin-bottom: 10px;
  padding: 10px;
  padding-left: 20px;
  width: 100%;
  border-radius: 0px;
  box-sizing: border-box;
  border: none;
}
input.inputText.error, select.inputSelect.error, textarea.inputArea.error{
  background-color: #040925;
  color: #FFF;
}
button.submitButton,
input.submitButton{
  -webkit-appearance: none;
  display: block;
  font-family: 'Open Sans', serif;
  background-color: #1a60ad;
  color: #FFF;
  font-size: 1.33em;
  line-height: 1em;
  font-weight: 600;
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
  border: none;
  float: right;
  cursor: pointer;
}
button.submitButton span.fa{
  padding-left: 20px;
  font-size: 0.9em;
  line-height: 40px;
}

input.inputText::-webkit-input-placeholder,
textarea.inputArea::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  color: #000;
}
input.inputText::-moz-placeholder,
textarea.inputArea::-moz-placeholder{ /* Firefox 19+ */
  color: #000;
}
input.inputText:-ms-input-placeholder,
textarea.inputArea:-ms-input-placeholder{ /* IE 10+ */
  color: #000;
}
input.inputText:-moz-placeholder,
textarea.inputArea:-moz-placeholder{ /* Firefox 18- */
  color: #000;
}
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: #040925;
  color: #FFF;
}

div.footerInfo{
  width: 100%;
  box-sizing: border-box;
  padding-top: 50px;
  padding-bottom: 50px;
}
div.footerInfo div.infoBlock{
  float: right;
}
div.footerInfo div.infoBlock img{
  display: block;
  width: 100%;
}
div.footerInfo div.infoBlock:nth-child(3){
  border-right: solid 1px #FFF;
  margin-right: 30px;
  padding-right: 30px;
}
div.footerInfo div.infoBlock:first-child{
  width: 310px;
  float: left;
  padding-top: 20px;
}
div.footerInfo div.infoBlock h3{
  margin-bottom: 20px;
}
div.footerInfo div.infoBlock p{
  font-size: 0.86em;
}
div.footerInfo div.infoBlock p span{
  display: inline-block;
  min-width: 110px;
}



div.copyright{
  padding-top: 25px;
  padding-bottom: 25px;
  line-height: 1em;
  text-align: center;
  background-color: #0a1033;
}
div.copyright div.legal{
  color: #9b9b9b;
  font-size: 0.86em;
}
div.copyright div.legal br{
  display: none;
}
div.copyright div.legal p{
  display: inline;
}
div.copyright div.legal p a{
  color: #ccc8c9;
}
