/**
 * Fonts
 */

@font-face {
  font-family: 'drinaregular';
  src: url('../font/drina-webfont.eot');
  src: url('../font/drina-webfont.eot?#iefix') format('embedded-opentype'),
       url('../font/drina-webfont.woff2') format('woff2'),
       url('../font/drina-webfont.woff') format('woff'),
       url('../font/drina-webfont.ttf') format('truetype'),
       url('../font/drina-webfont.svg#drinaregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'montserratbold';
  src: url('../font/montserrat-bold-webfont.eot');
  src: url('../font/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
       url('../font/montserrat-bold-webfont.woff2') format('woff2'),
       url('../font/montserrat-bold-webfont.woff') format('woff'),
       url('../font/montserrat-bold-webfont.ttf') format('truetype'),
       url('../font/montserrat-bold-webfont.svg#montserratbold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'montserratlight';
  src: url('../font/montserrat-light-webfont.eot');
  src: url('../font/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
       url('../font/montserrat-light-webfont.woff2') format('woff2'),
       url('../font/montserrat-light-webfont.woff') format('woff'),
       url('../font/montserrat-light-webfont.ttf') format('truetype'),
       url('../font/montserrat-light-webfont.svg#montserratlight') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'montserratregular';
  src: url('../font/montserrat-regular-webfont.eot');
  src: url('../font/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('../font/montserrat-regular-webfont.woff2') format('woff2'),
       url('../font/montserrat-regular-webfont.woff') format('woff'),
       url('../font/montserrat-regular-webfont.ttf') format('truetype'),
       url('../font/montserrat-regular-webfont.svg#montserratregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@media (max-width: 360px) {
  .youtube-vid {
    height: 174px !important;
  }
}

/**
 * Global
 */
.cf:before,
.cf:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.cf:after {
  clear: both;
}

*{
  box-sizing:border-box;
}

.invisible{
  visibility:hidden;
}

html{
  height:100%;
}
html, body, #site, #site > div{
  margin:0;
  padding:0;
  width:100%;
  position:relative;
  min-height:100%;
}
html, body{
}

body{
  font-family:montserratregular, sans-serif;
  font-size:14px;
  line-height:22px;
  overflow:auto;
  overflow-x:hidden;
  background-color:#f5e4bf;
}

body{
  background-attachment:fixed !important;
  background-size:cover !important;
}
#background{
  background-size:100%;
  /*background-size:cover;*/
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
}
#site{
  /*background-attachment:fixed !important;*/
  position:relative;
  height:100%;
  overflow:hidden;
}
#site > div{
  min-height:100%;
  position:relative;
}
.snap-drawers {
  display:none;
}

.imageHolder{
  z-index: 3;
}

@media (max-width: 640px){
  html, body{
    overflow:hidden;
    overflow-y:hidden;
    height:100%;
    -webkit-overflow-scrolling: auto;
  }
  #site{
    overflow:auto;
    overflow-y:scroll;
    -webkit-overflow-scrolling: auto;
    z-index:5;
  }
  #site > div{
    /*-webkit-transform: translateZ(0);*/
  }
}

a{
  cursor:pointer;
  color:rgb(214, 34, 66);
}

ul, li{
  margin:0;
  padding:0;
}

em{
  color:#d02244;
  font-style:normal;
}

.site-body{
  padding-bottom:54px;
  overflow-x:hidden;
  overflow-y: hidden;
  position:relative;
  padding-top: 82px;
  padding-bottom: 50px;
  min-height: 100%;

  display: flex;
  flex-wrap: wrap;
  max-width: 1740px;
}
.site-body.post{
  background-color:#f5e4bf;
}

.grid:after {
  content: '';
  display: block;
  clear: both;
}

.inner-content{
  margin:0 auto;
  padding-right:20px;
  padding-left:20px;
}

.block{
  width:425px;
  max-width:96%;
  padding:20px;
  transition:opacity 0.2s;
}
.block[data-category]:not(.newsletter-widget) img{
  cursor:pointer;
}

.block-inner{
  min-height:250px;
  position:relative;
  padding:15px;
}
.block[data-category] .block-inner{
  max-height:250px;
  padding-bottom:80px;
}
.block[data-category="welkom"] .block-inner{
  max-height:9999px;
  padding-bottom:15px;
}
.blockwidth2 { width: 850px; }
.blockwidth3 { width: 850px; }

.block{
  margin-top:30px; /* 40 + 52 */
}
.block .category{
  font-family:montserratregular, sans-serif;
  display: inline-block;
  position: relative;
  top: -47px;
  min-height:32px;
  background-color: #fff;
  padding: 5px 15px;
  left: -15px;
  font-size: 16px;
}
.block:last-child{
  margin-bottom:25px;
}

.block-white .block-inner{
  background:#fff;
  color:#592c0f;
}
/* .block-white:first-child .block-inner{
  padding-top:0;
} */

.block .img-wide{
  width:100%;
  height:388px;
  background-repeat:no-repeat;
  background-position:center center;
  background-size:cover;
}

.block .block-title,
.post .post-title{
  font-family:montserratbold, sans-serif;
  text-transform:uppercase;
  font-size:1.6em;
  line-height:20px;
}

.block .block-date{
  color: #592c0f;
  text-transform: lowercase;
  display: block;
  font-size: 0.9em;
}
.block .block-date:empty{
  display:none;
}
.block .block-date::after{
  content: "";
  display: block;
  width: 80px;
  padding-top: 6px;
  margin-left: 0;
  border-bottom: solid 2px #efe3be;
}

.block.cat-agenda .block-date::after{
  border-color:#F6A61F;
}

.block[data-category="welkom"] .block-content{
  margin-right:150px;
  margin-left:150px;
  max-height:100%;
}
.block[data-category="welkom"] .read-more{
  display:none;
}

.block[data-category] .block-content {
  height:174px;
  overflow: hidden;
  margin-top:-32px;
}
/* Never put the first block on a higher position */
.block[data-category]:first-child .block-content {
  /*margin-top:0;*/
}
.block[data-category="agenda"] .block-content,
.block[data-category="nieuws"] .block-content{
  max-height:180px;
}
.block[data-category="welkom"] .block-content{
  margin-top:20px;
  max-height:999px;
  height:auto;
}

.block[data-category].newsletter-widget .block-content{
  max-height:200px;
}

.read-more{
  position:absolute;
  bottom:15px;
}

/**
 * Posts
 */
.post-header-parallax{
  height:450px;
  width:100%;
  background-size:cover !important;
  background:center center no-repeat;
  background-image:url(../img/background/1.jpg);
  overflow:hidden;
}

.post-nav{
  position: absolute;
  right: 0;
  top: 500px;
  height:32px;
  background:#F5E4BF;
  color:#d32244;
  z-index:3;
}
.post-nav a{
  color:#d32244;
  background-color: #F5E4BF;
  font-family:montserratregular, sans-serif;
}
.btn-prev::before{
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 10px;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 14px 7px 0;
  border-color: transparent #d72243 transparent transparent;
  -webkit-transform: rotate(360deg);
  z-index: 20;
}
.btn-next::after{
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: -10px;
  margin-left:  10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 14px;
  border-color: transparent transparent transparent #d72243;
  -webkit-transform: rotate(360deg);
  z-index: 20;
}

.post-body{
  display:flex;
  align-items: flex-start;
  height:100%;
}

.poi-map{
  position:absolute;
  /* top:12px; */
  top:82px;
  right:0;
  left:0;
  bottom:0;
}

.mapsEmbed{
  width:100%;
  min-height:220px;
}

.post-body-meta{
  background:#95cbb4;
  color:#d32244;
  width:300px;
  z-index:4;
  vertical-align:top;
  flex:1;
  display:inline-block;
  position:relative;
  width:28%;
}
.post-body-meta .category{
  background:#95cbb4;
  color:#d32244;
  position: absolute;
  top: -32px;
  left: 0;
  font-family:montserratregular, sans-serif;
  padding: 5px 15px;
  display: inline-block;
  letter-spacing:0.5px;
}
.scheme-orange .post-body-meta,
.scheme-orange .post-body-meta .category{
  background:#f6a61f;
}
.scheme-brown .post-body-meta,
.scheme-brown .post-body-meta .category{
  background:#592c0f;
  color:#f6a61f;
}
.scheme-beige .post-body-meta,
.scheme-beige .post-body-meta .category{
  background:#F6A61F;
  color:#d62242;
}

.post-body-meta-title{
  font-family:drinaregular, serif;
/*  line-height:70px;
  font-size:60px;*/
  line-height: 42px;
  font-size: 30px;
  padding:20px 40px;
  /*word-break: break-word;*/
  transition:opacity 0.2s;
  overflow: hidden;
}
.post-body-meta-title.hidden{
  /*opacity:0;*/
}
.post-body-meta-title span{
}

.post-date{
  background:#C7DABB;
  padding: 15px 40px;
  font-size:18px;
  font-family:montserratbold, sans-serif;
  text-transform:lowercase;
}
.post-date:empty{
  display:none;
}
.scheme-orange .post-date{
  background:#F6C66F;
}
.scheme-brown .post-date{
  background:#A78867;
}
.scheme-beige .post-date{
  background:#f8d18c;
}

.social-share{
  background:#C7DABB;
  font-family:montserratregular;
  font-size:12px;
  padding:15px 40px;
}
.social-share,
.social-share li{
  list-style:none;
}
.scheme-orange .social-share{
  background:#F6C66F;
}
.scheme-brown .social-share{
  background:#A78867;
}
.scheme-beige .social-share{
  background:#f8d18c;
}
.social-share a{
  color:#d32244;
  text-decoration:none;
  background-repeat:no-repeat;
  background-position:left center;
  padding-left: 25px;
}
.scheme-brown .social-share a{
  color:#f6a61f;
}
.social-share .facebook{
  background-image:url(../img/icon/facebook.svg);
}
.social-share .twitter{
  background-image:url(../img/icon/twitter.svg);
}

.social-profiles{
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  background: #F7A71F;
  font-family: montserratregular;
  font-size: 12px;
  padding: 15px 20px 15px 10px;

}
.social-profiles,
.social-profiles li{
  list-style:none;
}
.social-profiles li{
  display:inline-block;
}
.social-profiles a{
  color:#d32244;
  text-decoration:none;
  background-repeat:no-repeat;
  background-position:left center;
  display:block;
  padding-left: 25px;
  margin-left: 10px;
  width:25px;
  height:25px;
  background-size: cover;
}
.social-profiles .facebook{
  background-image:url(../img/icon/facebook.svg);
}
.social-profiles .twitter{
  background-image:url(../img/icon/twitter.svg);
}

@media (max-width: 640px){

}

.post-body-content{
  flex:2;
  display:inline-block;
  width:70%;
  position:relative;
  padding-top:20px;
  padding-left:30px;
  padding-bottom:20px;
  padding-bottom: 60px;
  padding-right:30px;
  color:#d32244;
}
.post-body-content ul{
  margin-left:20px;
}

.post-body-content blockquote{
  font-size: 18px;
  font-family: montserratbold, sans-serif;
  text-align: center;
}
.post-body-content blockquote::before{
  width: 57px;
  height: 52px;
  display: block;
  content: "";
  background: url(http://bartroorda.nl/upimg/201504/s-20151208-103418.png) center top;
  text-align: center;
  margin: 0 auto;
  background-size: 20px;
  background-repeat: no-repeat;
  height: 18px;
}

.post-body-content h2{
  color:#592C0F;
  display:inline-block;
  padding-right: 20px;
  /*padding-bottom: 15px;*/
  margin-bottom:0;
  margin-bottom:14px;
}
.scheme-brown .post-body-content h2{
  color:#d32244;
}
.post-body-content h2::before{
  content:"";
  display:inline-block;
  position:relative;
  top:2px;
  margin-left:-16px;
  margin-right:10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #95CBB4;
  -webkit-transform:rotate(360deg);
}
.post-body-content h2::after{
  content:"";
  display:block;
  width:100%;
  padding-top: 14px;
  margin-left: 10px;
  border-bottom:solid 2px #95CBB4;
}

.post-body-content h3{
  font-weight:normal;
  font-family:montserratbold, sans-serif;
}
.post-body-content strong{
  font-size:16px;
  color:#592C0F;
  margin:0;
  font-weight:normal;
  font-family:montserratbold, sans-serif;
}

.post-body-content img{
  max-width:100%;
  height:auto;
}
.post-body-side .caption-holder,
.post-body-content .caption-holder{
  margin-bottom:15px;
  position:relative;
}
.post-body-side .caption-holder::after,
.post-body-content .caption-holder::after{
  content: attr(data-caption);
  display: block;
  position: absolute;
  right: -15px;
  width: 200px;
  color: #000;
  z-index: 1;
  font-size: 12px;
  background: url(../img/icon/square-small.png) 4px 8px no-repeat;
  padding-left: 16px;
}

.post-body-side{
  flex:1;
  max-width: 350px;
}
.post-body-side img{
  max-width: 100%;
}

/**
 * Btn
 */

.btn{
  letter-spacing:0.5px;
  /*font-size:16px;*/
  padding: 5px 15px;
  display:inline-block;
  background:#efe3be;
  color:#000;
  font-family:montserratregular, sans-serif;
}

.btn-home{
  position: fixed;
  top: 82px;
  background-color: #95CBB4;
  color: #D72242;
  z-index:5;
}
.btn-home::before{
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 10px;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 14px 7px 0;
  border-color: transparent #d72243 transparent transparent;
  -webkit-transform: rotate(360deg);
  z-index: 20;
}

/**
 * Contact widget
 */
.contact-widget[data-category] .block-inner,
.contact-widget[data-category] .block-content{
  max-height:none !important;
  height:auto;
}

/**
 * WI Energiekwartier banner
 */
.wienergiekwartier-banner[data-category] .block-inner,
.wienergiekwartier-banner[data-category] .block-content{
  max-height:none !important;
  height:auto;
}
.wienergiekwartier-banner[data-category] .block-inner{
  background-color:#ce2244;
  color:#fff;
  max-height:614px !important;
}

.wienergiekwartier-banner[data-category] .block-title{
  color:#fff;
}
.wienergiekwartier-banner[data-category] .category{
  background-color:#ce2244;
  color:#f3e2b7 !important;
}

/**
 * Newsletter widget
 */
.newsletter-widget[data-category] .block-inner,
.newsletter-widget[data-category] .block-content{
  max-height:none !important;
  height:auto;
}
.newsletter-widget[data-category] .block-inner {
  padding-bottom: 0 !important;
}
.form input:not([type="checkbox"]),
.form textarea{
  background: #E5E5E5;
  border: 0;
  line-height: 26px;
  color: #7A7A79;
  padding: 2px 8px;
  font-weight: bold;
}
.newsletter-widget input:not([type="checkbox"]){
  width: 45%;
  margin-right: 12px;
  display: inline-block;
}
.contact-widget input:not([type="checkbox"]),
.contact-widget textarea{
  margin-bottom:4px;
  width:100%;
}
.contact-widget textarea{
  min-height:78px;
}

.form a.button{
  background: #E5E5E5;
  border: 0;
  line-height: 26px;
  color: #7A7A79;
  padding: 2px 8px;
  font-weight: bold;
  margin-right: 12px;
  display: inline-block;
  color:#000000;
  padding: 5px 15px;
  font-family: montserratbold, sans-serif;    
  cursor:pointer;
}
.form a.button:hover{
  background:#7A7A79;
  color:#E5E5E5;
}
#mc-embedded-subscribe-form{
}
.mc-field-group{
  /*margin-top:10px;*/
  padding:3px 0;
}
.mc-field-group ul,
.mc-field-group li{
  margin:0;
}
.mc-field-group li{
  padding:2px 0;
}
.mc-field-group label{
  /*cursor:pointer;*/
}
#notification_container{
  color:#D62242;
  font-size: 11px;
  line-height: 14px;
}

/**
 * Navigation
 */

#navigation,
#footer{
  background:#95cbb4;
}

#footer{
  padding:5px 10px;
  position: absolute;
  bottom: 0;
  margin-top:54px;
  width: 100%;
  height:52px;
  padding-right: 78px;
}
#footer .main-nav{
  display:flex;
  justify-content:space-between;
}
.logo-sponsor{
  margin:0 15px;
  background:center center no-repeat;
  background-size:contain;
  width:200px;
  height:40px;
  display:inline-block; 
  width:18%;
}
.logo-sponsor:first-child{
  flex:2;
  color:#592C0F;
  line-height: 40px;
  padding-left:18px;
  font-size:13px;
  font-family:montserratlight, sans-serif;
  max-height: 40px;
  overflow: hidden;
  width:32%;
}
@media (max-width: 1192px){
  #footer{
    height: 104px;
    padding-right: 0;
  }
  .logo-sponsor:first-child{
    display:none;
  }
  .social-profiles{
    left: 0;
    top: 68px;
    text-align: center;
    height:36px;
    padding:6px 20px 2px 10px;
  }
  .logo-sponsor{
    margin:0px 16px;
    height:60px;
    width:26%;
    background-size:auto 36px;
  }
  .site-body{
    padding-bottom:104px;
  }
  .logo-sponsor.heijmans {
    margin-left: -8px;
  }
}
@media (max-width: 480px){
  #footer{
    padding-right:0;
    padding-left:0;
  }
  .logo-sponsor{
    margin: 0 4px;
    width:33%;
  }
}
.logo-sponsor.den-haag{ background-image:url(../img/logo/Den_Haag.svg); }
.logo-sponsor.heijmans{ background-image:url(../img/logo/Heijmans.svg); }
.logo-sponsor.staedion{ background-image:url(../img/logo/Staedion.svg); }
.logo-sponsor.energiekwartier{ background-image:url(../img/logo/Logo_Energiekwartier.svg); position:relative; top:-14px; }

#navigation{
  position:fixed;
  top:0;
  z-index:1000;
  width:100%;
}

#navigation a{
  cursor:pointer;
}

/* niv. 1 */

#navigation{
  /*display:table;*/
}
#navigation > ul{
  width:80%;
  display:flex;
  justify-content:space-between;
  list-style:none;
}

#navigation > ul > li{
  list-style:none;
  position:relative;
  min-width:8%;
  display:inline-block;
  padding-top:22px;
  padding-bottom:22px;
  margin-right:40px;
}
#navigation > ul > li:last-child{
  margin-right:0 !important;
}

#navigation > ul > li:not(.logo) > a{
  line-height:38px;
  position:relative;
  display:block;
  cursor:pointer;
  color:#fff;
  letter-spacing:0.5px;
  /*font-size:16px;*/
  font-family:montserratregular, sans-serif;
}
#navigation > ul > li.active > a{
  color:#d72243
}

/* niv 2 */

#navigation ul ul{
  min-width:200px;
  background:#99cfb8;
  position:absolute;
  top:80px;
  left:-40px;
}
#navigation li li{
  display:none;
  padding-left:40px;
}
#navigation li:hover li{
  display:block;
}
#navigation li li:hover{
  background:#a3d4bf;
}
#navigation li li a{
  letter-spacing:0.5px;
  line-height:38px;
  position:relative;
  display:block;
  cursor:pointer;
  color:#fff;
  font-family:montserratregular, sans-serif;
}
#navigation li li.active a::before{
  content:"";
  display:inline-block;
  position:relative;
  top:2px;
  margin-left:-24px;
  margin-right:10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 14px;
  border-color: transparent transparent transparent #d72243;
  -webkit-transform:rotate(360deg)
}

a.logo,
li.logo a{
  display:block;
  background:url('../img/logo.png') center center no-repeat;
  width:321px;
  height:38px;
  text-indent:-9999px;
}

a.logo{
  margin:0 auto;
}

.mobile-navigation{
  padding:20px;
}
.mobile-navigation ul, .mobile-navigation li{
  list-style:none;
}
.mobile-navigation > ul > li{
  margin-bottom:20px;
}
.mobile-navigation > ul > li > a{
  font-size:20px;
}
.mobile-navigation > ul > li li a{
  line-height:30px;
}
.mobile-navigation li a{
  padding: 5px 15px;
  display: block;
}
.mobile-navigation .logo,
.mobile-navigation #toggle-menu{
  display:none;
}

/**
 * Contact form
 */
.contact-widget.block[data-category] .block-inner{
  max-height:none;
  padding-bottom:15px;
}
.contact-widget.block[data-category] .block-content{
  max-height:none;
}

.contactform-text,
.contactform-form{
  display:inline-block;
  width:48%;
  vertical-align: top;
}
.contactform-text{
  margin-right:2%;
}

/**
 * Snap.js menu
 */ 

#toggle-menu{
  display:none;
  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAACF0lEQVR4Xu3cSxFCQQxE0Tz/JhCAAAQggCVm+FQWo+IeHHT3rU6m6oVr/NIOXGn1xA8A4hAAAABxB+LyNQAA4g7E5WsAAMQdiMvXAACYZ9yDsvzPNsCv7EBcOwAAoAHKDGiAcvozAwAAGAFlBjRAOX0jIJ4+AABgBMQZAAAAvALKDGiAcvqWwHj6AACAERBnAAAA8AooM6AByumfJfARN6Es/+ur4HL8M66D4/kDAAB1B+L67QAAiDsQl68BABB3IC5fAwAg7kBcvgYAQNyBuHwNAIC4A3H5GgAAcQfi8jUAAOIOxOVrAADEHYjL3wZ4xT0oy/dZeDl9t4Hx9AEAACMgzgAAAOA4tMyABiinbwmMpw8AABgBcQYAAACvgDIDGqCcviUwnj4AAGAExBkAAAC8AsoMaIBy+mcJvMdNKMv3R5Hl9Fe7u4A4AQAAQNyBuHwNAIC4A3H5GgAAcQfi8jUAAOIOxOVrAADEHYjL1wAAiDsQl68BABB3IC5fAwAg7kBcvgYAQNyBuPxtgHfcg7J8n4WX03cbGE8fAAAwAuIMAAAAjkPLDGiAcvqWwHj6AACAERBnAAAA8AooM6AByulbAuPpAwAARkCcAQAAwCugzIAGKKd/lsBb3ISyfH8UWU5/tbsLiBMAAADEHYjL1wAAiDsQl68BABB3IC5fAwAg7kBcvgYAQNyBuHwNAIC4A3H5GiAOwB/Y3Xv+tZCz7QAAAABJRU5ErkJggg==);
  width: 22px;
  height: 22px;
  position: absolute;
  right: 20px;
  top: 26px;
  background-size: contain;
}

.caption-holder-side{
  right: -220px;
  width: 200px;
  position:absolute !important;
}
.caption-holder-side img{
  max-width:90%;
}

.size-side-right{
  /*display:none;*/
}
.post-body-side{
  margin-top:100px;
}
.post-body-side .caption-holder-side{
  right:auto !important;
  position:relative !important;
  padding-bottom:50px;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
/*#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
*/
/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
/*#cboxOverlay{background:#000;}
#colorbox{outline:0;}
    #cboxContent{margin-top:20px;background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:5px solid #000; background:#fff;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}

        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
        
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext:hover{background-position:bottom right;}
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(images/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose:hover{background-position:bottom center;}*/

@media (max-width: 900px){
  .caption-holder-side{
    position:relative !important;
    top:auto;
    right:auto;
    margin-bottom:50px !important;
    width:100%;
  }
}

@media (min-width: 1401px){
  .caption-holder-side{
    right: -320px;
    width: 300px;
    position:absolute !important;
  }
}

@media (min-width: 800px){

  /**
   * Special image views
   */

  .img-holder.parallax{
    position:relative;
    visibility:visible !important;
    margin:40px 0 80px 0;
  }
  .img-holder.parallax::after{
    /*'■'*/
    content: attr(data-caption);
    display: block;
    position: absolute;
    left: 105%;
    top: 330px;
    width: 200px;
    color: #000;
    z-index: 1;
    font-size: 12px;
    background: url(../img/icon/square-small.png) 4px 8px no-repeat;
    padding-left: 16px;
  }
  .imageHolder{
    z-index:3;
  }

  .size-side-right::after{
    content: attr(data-caption);
    display: block;
    position: absolute;
    width: 200px;
    color: #000;
    z-index: 1;
    font-size: 12px;
    background: url(../img/icon/square-small.png) 4px 8px no-repeat;
    padding-left: 16px;
  }
}
@media (max-width: 780px){
  #navigation > ul{
    width:100%;
  }
  .block:not([data-category]) .block-content{
     margin-left:0;
     margin-right:0;
  }
  .block .img-wide{
    height:160px;
  }
}
@media (min-width: 641px) and (max-width: 800px){
  .block .img-wide{
    height:250px;
  }
}
@media (max-width: 640px){

  .contact-widget{
    max-height:9999px;
  }

  .contactform-text,
  .contactform-form{
    display:block-block;
    width:100%;
  }

  #navigation{
    display:block;
  }

  #navigation li:not(.logo){
    display:none;
  }

  li.logo a{
    background-size: 220px;
    background-position: left center;
  }

  .block{
    width:100%;
    padding-left:0;
    padding-right:0;
  }
  .post-header-parallax{
    max-height:172px;
  }
  .post-nav{
    top:222px;
  }

  .block[data-category].newsletter-widget .block-content{
    max-height:220px;
  }

  .block-content img.size-full{
    display:none;
  }

  .post-body-meta{
    display: block;
    width: 100%;
    flex: none;
  }

  .post-body{
    display:block;
  }
  .post-body-content{
    flex:none;
    width:100%;
  }

  .post-body-content img{
    width:100%;
    height:auto;
  }

  .snapjs-right .snap-drawers{
    display:none;
  }
  .snapjs-right .snap-drawers{
    display:block;
  }
  #toggle-menu{
    display:block;
    z-index:100;
  }

  .blockwidth2 .block-content{
    background-image:none !important;
  }

  .block[data-category="welkom"] .block-content{
    width:100%;
    margin:0;
    margin-top:20px;
  }

  #footer{
    /*display:none;*/
  }

  .snap-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    z-index: 2;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    /*
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    */
  }

  .snap-drawers {
    /*display:none;*/
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
  }

  .snap-drawer {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: auto;
    width: 265px;
    height: auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: width 0.3s ease;
       -moz-transition: width 0.3s ease;
        -ms-transition: width 0.3s ease;
         -o-transition: width 0.3s ease;
            transition: width 0.3s ease;
  }

  .snap-drawer-left {
    left: 0;
    z-index: 1;
  }

  .snap-drawer-right {
    right: 0;
    z-index: 1;
    background:#f5e4bf;
  }

  .snapjs-left .snap-drawer-right,
  .snapjs-right .snap-drawer-left {
    display: none;
  }

  .snapjs-expand-left .snap-drawer-left,
  .snapjs-expand-right .snap-drawer-right {
    width: 100%;
  }

}

/**
 * Bird Eye View
 */

.block-white:first-child .category,
.block-white:first-child .btn.read-more{
  display: none;
}

.birdEyeImageWrapper{
}

.block[data-category="welkom"] .block-inner{
  overflow: hidden;
}

/* bird eye view */
[data-id="650"]{
  overflow: hidden;
  position:relative;
  margin-top: 10px;
}

@media (max-width: 930px) {
  .birdEyeImageWrapper{
    height:530px !important;
  }
}

@media (max-width: 828px) {
  .birdEyeImageWrapper{
    height: 440px !important;
  }
}

@media (max-width: 580px){
  .birdEyeImageWrapper{
    height: 260px !important;
  }
}

.insert-here{
  position:relative;
}
#bird-eye-view-overlay-wrapper{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  display:none;
}
#bird-eye-view-overlay-wrapper > img{
  display:none;  
}
