/* 2 nodes over de hele breedte background geven zonder JS, zie beroepsfotografen */
#node-4352,
#node-4354 {
  position: relative !important;
  z-index: 99 !important;
}
#node-4352 .node-background,
#node-4354 .node-background {
  width: 100%;
  position: absolute;
  display: block;
  background-color: #cfe3b4;
  z-index: -1;
}

@media screen and (min-width: 1200px) {
  body {
    overflow: hidden;
  }

  #node-4352 .node-background,
  #node-4354 .node-background {
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}

#node-4352 .node-background {
  height: 126px;
}
#node-4354 .node-background {
  height: 205px;
}



/**
* Fullwidth layout
*/
/*
#page {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

#main #content,
#main #navbar,
#footer {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  
  float:none;
}

#sidebar-left,
#sidebar-right {
  display:none;
}
*/

#node-194 { position: relative !important; }
#node-194 .node-background {
  height: 255px;
  background-color: #e8ebf2;
  
  /*
  margin-left: -1000px;
  margin-right: -4000px;
  width: 4000px;
  */
  
  background: url("/sites/default/files/global/pages/tour_header.jpg") no-repeat scroll center top / cover rgba(0, 0, 0, 0);
  
  background-size: cover;
  
  border-top: solid 1px #e0e0e0;
  border-bottom: solid 1px #e0e0e0;
  z-index: -1;
}

/* Video fullscreen */
#node-1191,
#node-2387 { position: relative !important; }

#node-1191 .node-inner video {
  height: 255px;
  background-color: #e8ebf2;
  position: absolute;
  top: 0;
  left: 0;
  width: 1903px;
  margin-left: -741px;
  margin-right: -1903px;
  z-index: -1;
  /*
  margin-left: -1000px;
  margin-right: -4000px;
  width: 4000px;
  */

}
/*
#node-2387 .node-inner video {
  height: 255px;
  background-color: #e8ebf2;
  position: absolute;
  top: 500px;
  left: 0;
  width: 1903px;
  margin-left: -741px;
  margin-right: -1903px;
  z-index: -1;
  /*
  margin-left: -1000px;
  margin-right: -4000px;
  width: 4000px;
  */

/*}*/

#node-2394-block .code {
  position: absolute;
  top: -10px;
  left: 0;
  height: 194px;
  /*
  width: 1903px;
  margin-left: -471px;
  margin-right: -1903px;
  */
  z-index: -1;
  overflow: hidden;
}
#node-2394-block .code .slider-video {
  /*width: 1984px;*/
  height: 1116px;
  background-color: #e8ebf2;
  
}


.beb_code .admin_hover {
  display: none !important;
}

#node-2401 .code {
  position:relative;
  width:600px;
  height: 700px;
}



/*
*, *:before, *:after {
    box-sizing: border-box;
}
*/
/*
#primary ul li a,
#block-nice_menus-1 ul li a {
  -webkit-transition: all 0.25s ease 0s;
     -moz-transition: all 0.25s ease 0s;
      -ms-transition: all 0.25s ease 0s;
       -o-transition: all 0.25s ease 0s;
          transition: all 0.25s ease 0s;
          
  
  -webkit-transform: scale(1.0);
      -ms-transform: scale(1.0);
          transform: scale(1.0);
  
  border-radius: 20px;
}
*/

/*
#primary ul li a {
  opacity: 1;
  transition: opacity 0.3s ease-in-out 0s;
}
*/
/*
#primary ul li a:hover,
#block-nice_menus-1 ul li a:hover {
  opacity: 0.9;
  border-radius: 0px;
  
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
          
}

#block-uc_catalog-0 ul li a {
  -webkit-transition: all 0.25s ease 0s;
     -moz-transition: all 0.25s ease 0s;
      -ms-transition: all 0.25s ease 0s;
       -o-transition: all 0.25s ease 0s;
          transition: all 0.25s ease 0s;
}
*/
/* Fancy button*/
#block-views-blockeditor_view_boxes-boxs_10 .text a {
  /*background: linear-gradient(#f7766c, #f66359) repeat scroll 0 0%, none repeat scroll 0 0 #f5756c;*/
  background: linear-gradient(#2E75A3, #1D5B83) repeat scroll 0 0%, none repeat scroll 0 0 #30A2FF;
  border-radius: 4px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 2px rgba(0, 0, 0, 0.3);
  color: #fff;
  display: inline-block;
  font-size: 30px;
  margin: 0 auto;
  padding: 29px 58px 27px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  transition-duration: 0.4s;
  transition-property: all;
  vertical-align: middle;
}

#block-views-blockeditor_view_boxes-boxs_10 .text a:hover {
  /*box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 40px #f5756c;*/
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 40px #30A2FF;
}

.block-search input.form-submit {
  -webkit-transition: all 0.4s ease 0s;
     -moz-transition: all 0.4s ease 0s;
      -ms-transition: all 0.4s ease 0s;
       -o-transition: all 0.4s ease 0s;
          transition: all 0.4s ease 0s;
  background: linear-gradient(#00B200, #74B200) repeat scroll 0 0%, none repeat scroll 0 0 #95cf1a;
  border-radius: 4px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 2px rgba(0, 0, 0, 0.3);
}

.block-search input.form-submit:hover {
  border-radius: 4px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 40px #95cf1a;
}

/* underline effect van midden naar buiten */
body.page-schrijf-je-in #primary ul li {
  position: relative;
}

body.page-schrijf-je-in #primary ul li a:after {
    border-top: 2px solid #ff0000;
    bottom: -1px;
    content: "";
    left: 50%;
    position: absolute;
    right: 50%;
    top: auto;
    
    -webkit-transition: right 0.4s ease-out 0s, left 0.4s ease-out 0s;
       -moz-transition: right 0.4s ease-out 0s, left 0.4s ease-out 0s;
        -ms-transition: right 0.4s ease-out 0s, left 0.4s ease-out 0s;
         -o-transition: right 0.4s ease-out 0s, left 0.4s ease-out 0s;
            transition: right 0.4s ease-out 0s, left 0.4s ease-out 0s;
}

body.page-schrijf-je-in #primary ul li a:hover:after {
    left: 0;
    right: 0;
    transition-duration: 0.1s, 0.1s;
}

body.page-schrijf-je-in #primary ul li a:hover {
  background-color: transparent;
  color: #0f498d;
}

/* underline effect van links naar rechts */
body.page-nieuwskes2 #primary ul li {
  position: relative;
}

body.page-nieuwskes2 #primary ul li a:before {
    border-top: 2px solid #ff0000;
    bottom: -1px;
    content: "";
    left: 0;
    position: absolute;
    right: 100%;
    top: auto;
    transition: right 0.4s ease-in-out 0s, left 0.4s ease-in-out 0s;
    -webkit-transition: right 0.4s ease-in-out 0s, left 0.4s ease-in-out 0s;
    -moz-transition: right 0.4s ease-in-out 0s, left 0.4s ease-in-out 0s;
    -ms-transition: right 0.4s ease-in-out 0s, left 0.4s ease-in-out 0s;
    -o-transition: right 0.4s ease-in-out 0s, left 0.4s ease-in-out 0s;
}

body.page-nieuwskes2 #primary ul li a:hover:before {
    left: 0;
    right: 0;
    transition-duration: 0.4s, 0.4s;
}

body.page-nieuwskes2 #primary ul li a:hover {
  background-color: transparent;
  color: #0f498d;
}

body.page-woooa-pagina #primary ul li a,
body.page-woooa-pagina #block-nice_menus-1 ul li a {
  border-radius: 20px 0;
}

body.page-woooa-pagina #primary ul li a:hover,
body.page-woooa-pagina #block-nice_menus-1 ul li a:hover {
  border-radius: 0 20px;
}


/**
* Mobile page
*/

body.page-mobile .blockeditor {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin-top: 0;
}

body.page-mobile ul#dbvideo-mobile-navigation {
  list-style-type: none;
  width: 480px;
  padding: 0;
}

body.page-mobile ul#dbvideo-mobile-navigation li {
  line-height: 26px;
  width: 80px;
  float:left;
  text-align: center;
}

body.page-mobile .blockeditor.be_imgs {
  background-color: #F5F5F5;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #E5E5E5 #dbdbdb #D2D2D2;
}

body.page-mobile .blockeditor.be_imag_text .text {
  background-color: #F5F5F5;
  padding-top: 10px;
  line-height: 100px;
}

body.page-mobile .blockeditor.be_imag_text .imag {
  margin: 10px 0 0 15px;
}

body.page-mobile .blockeditor.be_text .text {
  text-align: center;
}

body.page-mobile .blockeditor.be_imag_text .text p {
  text-align: center;
  line-height: 24px;
  margin-left: 15px;
  font-size: 16px;
}

body.page-mobile #page,
body.page-mobile #page #content,
body.page-mobile .blockeditor.be_imag_text,
body.page-mobile .blockeditor.be_text,
body.page-mobile .blockeditor.be_imgs {
  width: 480px;
}

body.page-mobile .blockeditor.be_imag_text,
body.page-mobile .blockeditor.be_text {
  padding: 0;
}

body.page-mobile #page #content {
  margin-top: 0;
}

body.page-mobile #page #content #content-area {
  padding-left: 0;
  padding-right: 0;
}

/* Error form validation checkboxes styling */
.form-item input[type="checkbox"].error {
  outline: 2px solid red;
}

/**
* Diamond shape
*/

#block-views-blockeditor_view_boxes-boxs_20 .imag{
 display:block;
 width:125px;
 height:125px;
 overflow:hidden;
 
 transform: rotate(45deg);
 -ms-transform: rotate(45deg); /* IE 9 */
 -webkit-transform: rotate(45deg); /* Safari and Chrome */
 position:relative;
 
 /* non-essential styling */
 -webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, .05);
 box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, .05);
 
}
#block-views-blockeditor_view_boxes-boxs_20 .imag img{
 transform: rotate(-45deg);
 -ms-transform: rotate(-45deg); /* IE 9 */
 -webkit-transform: rotate(-45deg); /* Safari and Chrome */
 position:absolute;
 top:-75px;
 left:-75px;
}