/*
Groen: #0F683C;
Orange: #ea7125;
Geel: #d8ca1b

blauw: #19427d;
Smurfenblauw: #88CCFF;

*/
@font-face {
    font-family: element-icons;
    src:  url('../fonts/element-icons.woff') format('woff'),
    url('../fonts/element-icons.ttf') format('truetype');
    font-weight: 400;
    font-style: normal
}


/* general styles */
html, body, h1, h2, h3, h4, p, form, ul, li, ol{
  margin: 0px;
  padding: 0px;
}
html, body{
  width: 100%;
  height: 100%;
}
body{
  background-color: #fff;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3em;
  color: #2d2d2d;
}

strong, b{
  font-weight: 700; 
}
a{
  outline: 0;
  color: inherit;
  text-decoration: none;
}

img{
  border: 0;
}

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

.clear{
  clear: both;
}

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

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

centerContent_footer{
  width: 1280px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  position: relative;    
}

/*      HEADER      */
header{
  position: fixed;
  top: 0px;
  left: 0px;    
  margin: 0px;
  width: 100%;
  height: 90px;
  background-color: #88CCFF;
  z-index: 100;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

body.webshop header {
    box-shadow: none;
    z-index: 1999
}


header div.centerContent{
  padding-left: 0px;
  height: 100%;
}
header a.logoHolder{
  position: relative;
  height: 100%;
  max-width: 300px;
  padding-top: 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
  display: block;
  float: right;
}
header a.logoHolder img{
  display: block;
  height: 100%;
  float: right;
}
div.menuHolder{
  float: left;
}
div.menuHolder nav{
  padding-top: 30px;
}
div.menuHolder nav ul{
}
div.menuHolder nav ul li{
  position: relative;
  display: block;
  float: left;
  list-style-type: none;
  font-family: 'Montserrat', sans-serif;
  color: #000;
  height: 38px;
  line-height: 38px;
  font-size: 1.1em;
  font-weight: 700;
  cursor: pointer;
  margin: 0px;
  margin-right: 8px;
  padding-left: 15px;
  padding-right: 15px;
}

div.menuHolder nav ul li:nth-child(2) ul {
  display: none;
}


div.menuHolder nav ul li:hover, div.menuHolder nav ul li.active{
  background-color: #19427d;
  color: #FFF;
}
div.menuHolder nav ul li a{
  display: block;
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  color: inherit;
  text-decoration: none;
}
div.menuHolder nav>ul>li>ul{
  width: auto;
  height: auto;
  display: none;
  position: absolute;
  left: 0px;
  top: 38px;
  text-align: left;
  background-color: #FFF;
}
div.menuHolder nav li:hover>ul {
  display: block;
}

div.menuHolder nav ul li ul li{
  display: block;
  position: relative;
  float: none;
  list-style-type: none;
  font-size: 0.9em;
  min-width: 280px;
  font-weight: 400;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
  padding-left: 15px;
  padding-right: 15px;
  border: none;
  white-space: nowrap;
  box-sizing: border-box;
}
div.menuHolder nav ul li ul li a{
  display: block;
  border: none;
}
div.menuHolder nav ul li ul li:hover, div.menuHolder nav ul li ul li.active{
  color: #202529;
  background-color: #f2f2f2;
}

div.menuHolder nav li ul li:hover>ul {
  display: block;
}

div.menuHolder nav ul li ul li ul{
  position: absolute;
  top: 0px;
  left: 280px;
  text-align: left; 
  background-color: #FFF;
  display: none;
}
div.menuHolder nav ul li.menuButton{
  display: none;  
}


/*      DEFAULT     */
div.mainContent{
  position: relative;
  padding-top: 98px;
  height: 100%;
}

/*
div.visual{
  width: 100%;
  height: 0px;
  padding-top: 25%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
*/
article{
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px;
  width: 90%;
  padding: 30px;
  box-sizing: border-box;
  background-color: rgba(255,255,255,0.8);
}

article h1{
  font-size: 2.5em;
  line-height: 1.1em;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 30px;
  color: #19427d;
}
article div.textHolder .has-img-wrapper {
    display: flex;
}

article div.textHolder .has-img-wrapper .has-img:not(:first-of-type) {
    margin-left: 15px;
}

article div.textHolder .has-img {
  display: block;
}
article div.textHolder img{
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin-bottom: 10px;
}

.anton-van-alphen article div.textHolder p > img {
  float: left;
  max-width: 50% !important;

}

article div.textHolder ul{
  margin-left: 20px;
}
aside{
  margin-right: 25px;   
  margin-top: 50px;
  float: right; 
  width: 25%;
}
aside div.sideMenu,
aside div.sideBlock{
  background-color: #ececec;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
aside div.sideMenu{
  font-size: 1.3em;
}
aside div.sideMenu h2,
aside div.sideBlock h4{
  font-size: 1.5em;
  line-height: 1.1em;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #19427d;
  background-color: #FFF;
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
aside div.sideMenu h2{
  padding-left: 20px;
  margin-bottom: 10px;
}
aside div.sideMenu ul{
  padding-left: 10px;
  padding-right: 10px;
}
aside div.sideMenu ul li{
  list-style: none;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1em;
}
aside div.sideMenu ul li a{
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
}
aside div.sideMenu ul li a:hover{
  background-color: #19427d;
  color: #FFF;
}
aside div.sideMenu ul li a.active{
  background-color: #19427d;
  color: #FFF;
}
aside div.sideMenu ul li ul li{
  padding-left: 20px;
}
div.blockForm{
  padding: 20px;
}
div.blockForm a{
  margin-top: 10px;
  display: block;
}


/*      HOME      */
body.home div.mainContent{
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  box-sizing: border-box;
}
body.home div.mainContent div.centerContent{
  padding: 0px;
  /*height: 100%;*/
}
body.home article{
  width: 100%;
  /*height: 100%;*/
  padding: 0px;
  float: none;
  background: none;
  margin: 0px;
  padding-top: 50px;
  padding-bottom: 180px;
}
.hometext {
  background-color: rgba(255,255,255,0.7);
  color: #19427d;
  font-family: 'Montserrat', sans-serif;
  margin: 50px;
  line-height: 170%;
  padding: 20px;
}

body.home article h1{
  text-align: left;
  font-size: 28px;
}
body.home div.centerContent_footer{
  width: 100%;
}

@media only screen and (min-width: 768px) {
    body.home div.centerContent_footer{
        position: fixed;
        bottom: 0px;
    }
}

/* Slideshow */
div.slideShowHolder{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}
div.slideShowHolder div.slide{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}



/*      YOUTUBE      */
div.videoHolder{
  width: 100%;
  height: 0px;
  padding-top: 56.25%;
  position: relative;
}
div.videoHolder iframe{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}


/*      GALLERY     */
article.gallery{
  float: none;
  background: none;
}

div.galleryHolder{
}
div.galleryGroup{
  display: block;
  position: relative;
  width: 32%;
  height: 0px;
  padding-top: 32%;
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
}
div.galleryHolder div.galleryGroup:nth-child(3n){
  margin-right: 0px;
}
div.galleryHolder div.galleryGroup:nth-child(3n+1){
  clear: both;
}
div.galleryHolder a{
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border: solid 10px #FFF;
  box-sizing: border-box;
}
div.galleryHolder a.hidden{
  display: none;
}
div.galleryHolder a span.mouseover{
  display: none;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  text-align: center;
  background-color: rgba(25,66,125,0.5);
  font-size: 2em;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFF;
}
div.galleryHolder a:hover span.mouseover{
  display: block;
}


/*      CONTACT     */
body.contact article div.textHolder{
  padding-bottom: 20px;
}
div.googleMaps{
  width: 80%;
  height: 400px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
div.formHolder{
}
div.formCol{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
div.formCol.last{
}

input.inputText, select.inputSelect, label:not(.el-radio-button):not(.el-radio):not(.el-form-item__label) {
  -webkit-appearance: none;
  display: block;
  position: relative;
  background-color: #FFF;
  color: #000;
  height: 40px;
  font-size: 0.9em;
  font-family: 'Montserrat', sans-serif;
  line-height: 40px;
  margin-bottom: 10px;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  border-radius: 0px;
  box-sizing: border-box;
  border: solid 1px #2d2d2d;
  float: left;
}
select.inputSelect{
  background-image: url("../images/arrow-black-down.svg");
  background-size: 14px auto;
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 20px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  select.inputSelect{
    padding-right: 0px;
    background: none;
    background-color: #FFF;
  }
}
textarea.inputArea{
  display: block;
  position: relative;
  background-color: #FFF;
  color: #2d2d2d;
  height: 140px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9em;
  margin-bottom: 10px;
  padding: 10px;
  padding-left: 20px;
  width: 100%;
  border-radius: 0px;
  box-sizing: border-box;
  border: solid 1px #2d2d2d;
}
input.inputText.error, select.inputSelect.error, textarea.inputArea.error{
  background-color: #d0282f;
  color: #FFF;
}
button.submitButton,
input.submitButton{
  -webkit-appearance: none;
  display: block;
  color: #FFF;
  font-family: 'Montserrat', sans-serif;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  height: 40px;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  background-color: #19427d;
  border: none;
  cursor: pointer;
  width: 100%;
}
input.inputText::-webkit-input-placeholder,
textarea.inputArea::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  color: #2d2d2d;
}
input.inputText::-moz-placeholder,
textarea.inputArea::-moz-placeholder{ /* Firefox 19+ */
  color: #2d2d2d;
}
input.inputText:-ms-input-placeholder,
textarea.inputArea:-ms-input-placeholder{ /* IE 10+ */
  color: #2d2d2d;
}
input.inputText:-moz-placeholder,
textarea.inputArea:-moz-placeholder{ /* Firefox 18- */
  color: #2d2d2d;
}
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%;
  height: auto;
  margin-top: 70px;
  /*color: #FFF;*/
}

div.footerInfo{
  background-color: #ffffff;
  margin-bottom: 7px;
}
div.footerBlock{
  float: left;
  width: 20%;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}

div.footerBlock:nth-child(2){
  width: 40%;
}
div.footerBlock:nth-child(2) h4{
  text-align: left;
}
div.footerBlock h4{
  text-align: center;
  font-size: 1.2em;
  line-height: 1em;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
  color: #19427d;
  margin-bottom: 10px;
}
div.footerBlock p{
  text-align: center;
}
div.footerBlock img.logo{
  margin-bottom: 20px;
  margin-left: 10px;
  width: 50%;
  display: block;
}
div.footerBlock a.social{
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  background-color: #19427d;
  color: #FFF;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
  margin-right: 5px;
}
div.copyright{
  background-color: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1em;
  text-align: center;
  font-size: 0.7em;
}
div.copyright br{
  display: none;
}
div.copyright p{
  display: inline;
}
div.copyright p a:hover{
  text-decoration: underline;
}

article div.childHolder div.child {
  margin-bottom: 10px;
}

article div.childHolder div.child h2.childTitle{
  background-color: #19427d;
  color: #FFF;
  font-size: 1.5em;
  line-height: 1em;
  font-weight: 700;
  padding: 15px;
  padding-top: 10px;
  padding-bottom: 8px;
  cursor: pointer;
  text-transform: uppercase;
  margin-bottom: 0px;
}
article div.childHolder div.child h2 span{
  float: right;
}
article div.childHolder div.child div.textHolder{
  margin-top: 10px;
  margin-bottom: 30px;
  display: none;
}
article div.childHolder div.child div.textHolder.withGrandchildren{
  margin-top: 0px;
  padding: 10px;
  border: solid 1px #026ab3;
  border-top: none;
}

article div.childHolder div.child div.grandchild{
  margin-bottom: 10px;
}
article div.childHolder div.child div.grandchild h2.grandchildTitle{
  background-color: #19427d;
  color: #000;
  font-size: 1.5em;
  line-height: 1em;
  font-weight: 700;
  padding: 15px;
  padding-top: 10px;
  padding-bottom: 8px;
  cursor: pointer;
  text-transform: uppercase;
  margin-bottom: 0px;
}

div.webshopWrapper {
    padding: 20px;
    background: white;
    position: relative;
}
