@charset "UTF-8";

/* NIKS AANPASSEN IN DIT BESTAND */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline; background:transparent;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary
{display: block;}

audio, canvas, video {display: inline-block; *display:inline; *zoom:1;}

audio:not([controls]) {display:none; height:0;}

[hidden] {display:none;}

html {overflow-y:scroll; overflow-x:hidden; font-size:100%; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;}    
    
body {line-height: 1;}

nav ul, nav ol {list-style: none; list-style-image:none;}    
ol, ul {list-style: none;}
    
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; font-size:75%}
abbr[title], dfn[title] {border-bottom:1px dotted; cursor:help;}    

sub, sup {font-size:75%; line-height:0; position:relative; vertical-align:baseline}
sub {bottom: -0.25em;}
sup {top: -0.5em;}

table {border-collapse: collapse; border-spacing: 0;}

a:link, a:visited, a:hover, a:active {text-decoration:none;}
a img, :link img, :visited img {border:none;}
a:focus {outline: thin dotted;}
a:active, a:hover {outline: 0;}

html, button, input, select, textarea {font-family: sans-serif;}
textarea {resize:none; vertical-align:top; font-size:100%; overflow:auto;}
textarea:focus {outline:none;}
input:focus {outline:none;}
button, input, select {vertical-align: baseline; *vertical-align: middle; font-size:100%; line-height:normal; margin:0;}
legend {white-space: normal; *margin-left:-7px;}
button, input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance:button; cursor:pointer; *overflow: visible;}
button[disabled], input[disabled] {cursor: default;}
input[type="checkbox"], input[type="radio"] {box-sizing; border-box; *height: 13px; *width: 13px;}
input[type="search"] {-webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance:none;}
button::-moz-focus-inner, input::-moz-focus-inner {border:0; padding:0;}

img {-ms-interpolation-mode: bicubic;}
svg:not(:root) {overflow:hidden;}

strong, b {font-weight:bold}

tt {font-family: "Courier New", Courier, monospace}
code, kbd, pre, samp {font-family: monospace, serif; _font-family: 'courier new', monospace; font-size:16px;}
pre {white-space: pre; white-space:pre-wrap; word-wrap: break-word;}
hr {display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0;}
i {font-style:italic}
u {text-decoration:underline}
strike, del {text-decoration:line-through}
ins {text-decoration:none}
center {text-align:center}
dfn {font-style:italic}
mark {background: #ff0; color: #000;}

/* EXTERNE FONTS */

/* GEHOSTE FONTS */
@font-face {
    font-family: 'ChopinScript';
    src: url('/fonts/chopinscript-webfont.eot');
    src: url('/fonts/chopinscript-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/chopinscript-webfont.woff') format('woff'),
         url('/fonts/chopinscript-webfont.ttf') format('truetype'),
         url('/fonts/chopinscript-webfont.svg#ChopinScript') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*=========Start Algemeen=======*/

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
textarea:focus, input:focus, select:focus, button:focus, option:focus{
    outline: none;
}
select {
  background-color: white;
}
input[type=text],
input[type=submit],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
textarea,
select,
option {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;

  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.content {
  width: 96%;
  max-width: 1400px;
  margin:0 auto;
  position: relative; 
}
.content:after {
  display: block;
  clear: both;
  content: "";
}


.content .text {
  margin-bottom: 80px;
}
body {
  color:#fefefe;
  background-color: #2b2b2b;
}
h1, h2, h3, h4, a {
  font-family: 'Open Sans';
}
h1 {
  font-size: 1.6em;
  line-height: 175%;
}
h2 {
  color: #d7cdb4;
  font-style: italic;
  font-size: 1.05em;
}
.head {
  margin-top: 60px;
  margin-bottom: 60px;
}
p {
  line-height: 200%;
  margin-bottom: 40px;
}
p:last-child {
  margin-bottom: 0px;
}
.pml p {
  margin-bottom: 20px;
}
.pml p:last-child {
  margin-bottom: 0;
}
.item {
  position: relative;
}
.item a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
}
.vertcent {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.imgoverlay {
  overflow:hidden;
  padding: 1px;
border: 1px solid #231f20;
}
.imgoverlay > img {
  width: 100%;
  -webkit-transition: all 0.5s ease; /* Safari and Chrome */
    -moz-transition: all 0.5s ease; /* Firefox */
    -ms-transition: all 0.5s ease; /* IE 9 */
    -o-transition: all 0.5s ease; /* Opera */
    transition: all 0.5s ease;
}
.item:hover .imgoverlay > img {
  -webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
     transform:scale(1.1);
}
.imgoverlay2 {
  overflow:hidden;
  padding: 1px;
border: 1px solid #231f20;
}
.imgoverlay2 > img {
  width: 100%;
  -webkit-transition: all 0.5s ease; /* Safari and Chrome */
    -moz-transition: all 0.5s ease; /* Firefox */
    -ms-transition: all 0.5s ease; /* IE 9 */
    -o-transition: all 0.5s ease; /* Opera */
    transition: all 0.5s ease;
}
.imgoverlay2 > img:hover {
  -webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
     transform:scale(1.1);
}
.footermar {
  margin-bottom: 100px;
}

#sliderwrap {
  margin-top: 123px;
}
.cnt {
  text-align: center;
}

.titlebox {
  position: relative;
  height: 60px;
}

/**Lightbox**/
#loctek-lightbox-close {
  line-height: 20px !important;
  border:0 !important;
  box-sizing: content-box;
  -moz-box-sizing:content-box;
  -webkit-box-sizing: content-box;
}
.loctek-lightbox {
  line-height: 20px !important;
  border:0 !important;
  box-sizing: content-box;
  -moz-box-sizing:content-box;
  -webkit-box-sizing: content-box;
}

/*======einde algemeen=====*/

/* Curtaindrop */

.curtain-click.bs, .curtain-click.ks {
  cursor: pointer;
  padding: 4px 15px;
  color: #3A3A3A;
  font-size: 25px;
  animation: wiggle 3s;
}

.curtain-click.bs {
  display: inline-block !important;
}

.curtain-click.ks {
  display: none !important;
  margin-right: 10px;
}

.curtain-titel {
  cursor: pointer;
}



@keyframes wiggle {
  0% { transform: rotate(0deg); }
  70% { transform: rotate(0deg); }
  75% { transform: rotate(25deg); }
  80% { transform: rotate(-25deg); }
  85% { transform: rotate(20deg); }
  95% { transform: rotate(-15deg); }
  100% { transform: rotate(0deg); }
}

.curtaindrop {
  width: 100%;
  z-index: 100;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: none;
  position: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.curtaindrop>video {
  position: absolute;
  left: 50%;
  top: 50%;
  min-height: 100%;
  min-width: 100%;
  z-index: 0;
  transform: translate(-50%, -50%);
}

.curtaindrop>div {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
  background-color: rgba(58, 58, 58, 0.76);
}

.curtaindrop>div>div:last-child {
  position: absolute;
  left: 50%;
  width: 95%;
  max-width: 90%;
  color: #fff;
  z-index: 200;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  text-align: center;

}

.curtaindrop .button {
  display: inline-block;
  padding: 15px 40px;
  background-color: transparent;
  cursor: pointer;
  font-weight: 700;
  border-radius: 4px;
  font-size: 20px;
  color: #fff;
  background: -webkit-linear-gradient(-20deg, #D23B3D 30%, #c56567 100%);
  transition: all 0.8s ease;
  margin-top: 30px;
}

.curtaindrop .button:hover {
  transform: scale(1.1);
}

.curtaindrop p {
  font-size: 1.6em;
  line-height: 1.6em;
}

.curtaindrop img {
  width: auto;
  max-height: 90vh;
  margin: auto;
}

.curtaindrop h2 {
  font-weight: bold;
  font-size: 50px;
}

.curtaindrop>span {
  position: absolute;
  left: -123px;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-right: 18px solid transparent;
  border-top: 34px solid #D23B3D;
  border-left: 18px solid transparent;
}

.curtaindrop>span>i {
  font-style: normal;
  position: absolute;
  right: 20px;
  cursor: pointer;
  color: #D23B3D;
  width: 300px;
  overflow: hidden;
  top: -34px;
  display: block;
  height: 34px;
  line-height: 34px;
  text-align: right;
}

.curtaindrop>span:before {
  position: absolute;
  top: -38px;
  cursor: pointer;
  left: -17px;
  height: 34px;
  line-height: 34px;
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  width: 36px;
  display: block;
  text-align: center;
  content: '!';
}

.curtain-close {
  position: absolute;
  right: 40px;
  top: 30px;
  font-size: 60px;
  cursor: pointer;
  color: white;
  z-index: 5;
}


/* Einde Curtaindrop */


/*====Start header===*/
header {
  height: 100px;
  position: relative;
  background-color: #fefefe;
}
header .content {
  height: 100px;
  max-width: 2000px;
}
header .logo img {
  width: 220px;
  position: absolute;
  top: 15px;
  left: 0;  
  z-index: 5;
}
nav {
  position: absolute;
  right: 0;  
  top: 50%;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'Roboto Condensed';

}
nav a {
  color: #222;
  font-size: 1.1em;
  position: relative;
  margin-left: 40px; 
  padding-bottom: 15px; 
}
nav a img {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0px; 
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
nav a.active img, nav a:hover img {
  display: block;
}

.informatie {       
        display: inline-block;
        padding:0 1em 0em 4em;
        background-image: url(/images/vorkmes.png);
        color: #fff;
        font-family: 'Open Sans', sans-serif;
        z-index: 10;
        background-repeat: no-repeat;
        background-position: 1.5em center;
        background-color: black;
        -moz-border-radius: 3px;
        -webkit-border-radius:3px;
        border-radius: 3px;
        line-height: 48px;
        border:1px solid black;
    }
    .informatie.active, .informatie:hover {
      background-color: white;
      color:black;
      background-image: url(/images/vorkmesblack.png);
    }   


    .banner {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      height: 140px;
      width: 100%;
      position: relative;
    }    
    .banner:before {
      position: absolute;
      display: block;
      content: "";
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      background-color: rgba(255,255,255,0.3);
      z-index: 1;
    }
/*=====Einde header====*/
/*====Start footer====*/
footer {
  background-color: #2b2b2b;
  color: #fefefe;
  font-family: 'Open Sans', sans-serif;
}
.footer-items {
  text-align: justify;
  padding:40px 0;
  line-height: 175%;
  margin:0 auto;
}
.footer-items p {
  line-height: 175%;
  padding-left: 50px;
  position: relative;
  margin-bottom: 10px;
}
.footer-items p:last-child {
  margin-bottom: 0;
}
.footer-items .item a {
  position: static;
  color: #fefefe;
}
.footer-items p img {
  position: absolute;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.footer-items p img.fb {
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  margin-top: -10.5px;
}
.footer-items .after, .footer-items:before {
  display: none;
  content: "";
}
.footer-items:after {
  display: inline-block;
  width: 100%;
  content: "";
}
.fb strong {
  text-transform: uppercase;
  font-weight: normal;
}
footer .item {
  display: inline-block;
  vertical-align: top;
}
footer .item > img { 
  position: relative;
  top: 4.5px;
}

.made-by {
  text-align: center;  
  font-size: 0.8em;
  line-height: 28px; 
  background-color: #414141
}
.made-by a {
  color:#fff;
}
/*====einde footer===*/

/*===Start blocks====*/
.blocks .row:after {
  display: block;
  clear: both;
  content: "";
}
.blocks a {
  position: static;
  color: #fefefe;
  font-weight: bold;
}
.blocks .img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;  
}
.layout1 .img {
  padding-bottom: 50%;
}
.blocks .row .item {
  float:right;
  width: 50%;
}
.blocks.layout2 .row .item {
  float: right;
}
.blocks.layout2 .cont {
  min-height: 462px;
  height: 466px;
}
.blocks .row:nth-of-type(2n) .item  {
  float:left;
}
.blocks .cont {
  padding:45px 30px;
  background-color: #2b2b2b;
  color: #fefefe;
  height: 50%;
}
.blocks .cont.light {
  background-color: #4b4b4b;
}
.blocks .cont h1 {
  margin-bottom: 40px;
  color: #d1cbbc;
  font-size: 1.4em;
}
.blocks .btn {
  margin-top: 20px;
}
.lesuren .img.grid {
  overflow:hidden;
}
.lesuren .img.grid img {
  width: 33.33%;
}
.lesuren p {
  color: black;
}
.lesuren .cont {
  background-color: #e6dfcd;
}
.blocks .row.lesuren h1 {
  color: black;
  margin-bottom: 37px;
}
/*====Einde blocks====*/
.gridform .errors {
  color: black;
}
.gridform #success {
  color: #2b2b2b;
  font-size: 1.2em;
  padding-left: 30px;
  padding-right: 30px;
  font-family: 'Open Sans';
  line-height: 200%;
}
.inform > .vertcent {
  position: static;
}
.inform #success {
  color: #d7cdb4;
  text-align: center;
}
.gridform input[type="text"] {
  border: 1px solid #b1a78e;
  height: 36px;
  line-height: 36px;
  margin-bottom: 5px;
  padding-left: 10px;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
}
.gridform .part {
  float: left;
  width: 49%;
  margin-left: 2%;
}
.gridform select {
   border: 1px solid #b1a78e;
  height: 36px;
  line-height: 36px;
  margin-bottom: 5px;
  padding-left: 4px;
  width: 100%;
  background-image: url(/images/selectbutton.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 2px) center;
   font-family: 'Open Sans', sans-serif;
}
.gridform textarea {
  border: 1px solid #b1a78e;
  height: 77px;
  position: relative;
  top: -1px;
  padding-left: 10px;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 10px;
   font-family: 'Open Sans', sans-serif;
}
.gridform #Datum {
  background-image: url(/images/icodatum.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
}
.gridform .part:first-child {
  margin-left: 0;
}
.gridform .checkbox {
  margin-bottom: 0;
}
.gridform .endhold > * {
  display: inline-block;
}
.gridform .endhold {
  padding:10px 0;
  text-align: right;
  padding-bottom: 0;
}
.gridform .info {
  float: left;
  margin-bottom: 0;
  width: 49%;
  font-size: 0.9em;
  font-style: italic;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-align: left;
}

.gridform input[type="submit"] {        
        display: inline-block;
        padding:0 1em 0em 4em;
        background-image: url(/images/vorkmes.png);
        color: #fff;
        font-family: 'Open Sans', sans-serif;
        z-index: 10;
        background-repeat: no-repeat;
        background-position: 1.5em center;
        background-color: black;
        -moz-border-radius: 3px;
        -webkit-border-radius:3px;
        border-radius: 3px;
        line-height: 48px;
        border:1px solid black;
    }
    .gridform input[type="submit"].active, .gridform input[type="submit"]:hover {
      background-color: #e6dfcd;
      color:black;
      background-image: url(/images/vorkmesblack.png);
    }    

/*====Afhaalmenus====*/
.afhaal.menus {
  margin-right: 400px;
  background-color: #3a3a3a;
  padding:45px 60px;
  text-align: left;
}
.afhaal.list {
  padding:45px 30px;
  text-align: left;
  float: right;
  width: 400px;
  background-color: #707070;
  color: #fefefe;
}
.afhaal.list .h3 {
  font-size: 1.2em;
  line-height: 60px;
  border-bottom: 1px solid #858585;
  position: relative;
  font-family: 'Open Sans', sans-serif;
}
.afhaal.list .h3:last-child {
  border-bottom:0px;
}
.afhaal.list .h3.active:before, .afhaal.list .h3:hover:before {
  width: 0;
height: 0;
border-style: solid;
border-width: 15px 15px 15px 0;
border-color: transparent #707070 transparent transparent;
position: absolute;
left: -45px;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
content: "";
}
.afhaal h4 {
  font-size: 1.1em;
  line-height: 200%;
  position: relative;
}
.afhaal h4 .dib {
  background-color: #3a3a3a;
  position: relative;
  z-index: 1;
}
.afhaal h4 span {
  position: absolute;
  height: 1px;
  border-bottom: 1px dotted #fefefe;
  left: 0;
  right: 0;
  bottom: 10px;
}
.afhaal .prijs {
  position: absolute;
  right: 0;
  bottom: 0px;
  background-color: #3a3a3a;
  z-index: 1;
}
.afhaal p {
  font-style: italic;
  font-size: 0.95em;
  color: #c1c1c1;
}
.afhaal .item {
  margin-bottom: 20px;
}
.bottom {
  font-style: italic;
  font-size: 0.9em;
  color: #8b8b8b;
}
.arrows {
  width: 100%;
  height: 19px;
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 30px;
  color: #949494;
}
.arrows .la, .arrows .ra {
  line-height: 19px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.arrows .la img {
  margin-right: 10px;
  position: relative;
  top: 4px;
}
.arrows .ra img {
  margin-left: 10px;
  position: relative;
  top: 4px;
}
.arrows .la {
  left: 0;
}
.arrows .ra {
  right: 0;
}
/*====Einde Afhaalmenus====*/ 
/*=====Evenementen =====*/
.evenement h3{
  font-size: 1.15em;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  color: #cdc7b7;
}
.evenement .tekst {
  height: 85px;
  overflow:hidden;
}
.evenement .item > img {
  margin: 30px auto;
  display: block;
}

.evenement .pics {
  position: absolute;
  top: 2px;
  right: 2px;
width: 0;
height: 0;
border-style: solid;
border-width: 0 70px 70px 0;
border-color: transparent #e6dfcd transparent transparent;

}
.evenement .pics > img {
  position: absolute;
  top: 10px;
  right: -60px;
}

/*====Afhaalmenus====*/
.bigbanner{
  height: 450px;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.bigbanner:before {
  display: block;
  content: "";
  position: absolute;
  top:0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.3);
  }
  .evenement .head {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .newsnav {
    line-height: 32px;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
  }
  .newsnav .button {
    display: inline-block;
    margin:0 5px;
  }
  .newsnav .fl {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .newsnav .fr {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .newsnav .norm {
    line-height: 32px;
    width: 80px;    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #4b4b4b;
    color: #fefefe;
  }
  .newsnav .list {
    position: relative;
    top: 9px;
  }

.evenement.cont {
  margin-right: 400px;  
  padding:45px 60px;
  text-align: left;
}
.evenement .disclaimer {
  color: #949494;
  margin-top: 30px;
}
.evenement.menu {
  padding:45px 30px;
  text-align: left;
  float: right;
  width: 400px;
  background-color: #4b4b4b;
  color: #fefefe;
  padding-bottom: 125px;
  position: relative;
}
.evenement.menu .bottom {
  position: absolute;
  left: 0;
  right: 0;
  line-height: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.3em;
  bottom: 0;
  text-align: center;
  background-color: #737373;
  color: #fefefe;
  font-style: normal;
}

.evenement.menu .bottom .two{
  font-size: 80%;
  color: #d7cdb4;
  font-style: italic;
}

.evenement.menu .menuitem {
  padding:10px 5px;
text-align: center;
}
.evenement.menu h3 {
  color: #fefefe;
  line-height: 200%;
  font-weight: 600;
}
.evenement.menu h4 {
  font-size: 0.95em;
  line-height: 200%;
}
.evenement.menu img {
  margin-top: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.txt a, .disclaimer a {
  color: inherit;
  font-weight: bold;
}
/*=====Einde evenementen ===*/
/*===== Start sfeerbeelden====*/
.sfeergrid:after {
  display: block;
  clear: both;
  content: "";
}
.sfeergrid > * {
  width: 33.33%;
  margin:0;
  padding:0;
  float: left;
}
.sfeergrid .imgoverlay {
  padding:0;
  border:0;
}

.sfeergrid .titlebox {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.7);
  color: rgb(23,23,23); 
  text-align: center;
  font-size: 1.2em;
  padding-left: 5px;
  padding-right: 5px;
}
/*===Start offerte blok====*/
.orangeblok {  
  height: 180px;
  width: 100%;
  position: relative;
}
.orangeblok .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.orangeblok h3 {
  color: #fefefe;
  display: inline-block;
  margin-right: 30px;
  line-height: 40px; 
  font-size: 1.3em;
  font-family: 'Orbitron', sans-serif;
  font-weight: 600;
  margin-bottom: 0; 
  text-transform: none;
}
.orangeblok p {
  display: inline-block;
  line-height: 40px;
  color:#fefefe;
  font-family: Arial, sans-serif;
  font-style: italic;
}
.orangeblok a {
  float: right;
  width: 175px;  
  line-height: 38px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;  
  color: #ffd503;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  font-weight: bold;
  border:1px solid #fefefe;
  box-shadow: inset 0px 0 0 0 #fefefe;
  color: #fefefe;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  transition: all ease 0.8s;
  text-transform: uppercase;
}
.orangeblok a:hover {

  color: rgb(23,23,23);
  box-shadow: inset 600px 0 0 0 #fefefe;
}
/*====Einde offerte blok===*/
/*=====Einde sfeerbeelden====*/

/*====Start contact===*/
.errors {
  margin-bottom: 10px;
}
.contactpage {
  margin-top: 60px;
}
.contactpage:after {
  display: block;
  content: "";
  clear: both;
}

.contact-form { 
  float: left;
  width: 390px;
}
.contact-form p {
  margin-bottom: 10px;
}
.contacteer-ons {
  float:right;
  width: 390px;
}
.location {
  float: none;
  margin-left: 430px;
  margin-right: 430px;  
}
.contactheight {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 521px;
  padding-bottom: 50px;
  position: relative;
}
#dasmap {
  height: 466px;
}

.contact-form input[type="text"] {
  width: 100%;
  height: 33px;
  margin-bottom: 10px;
  padding-left: 7px;
  box-sizing: border-box; 
  font-family: 'Open Sans', sans-serif;
  border: 1px solid #2d1f1a;
}

.contact-form input[type="submit"] {
  width: 100%;
  height: 40px;
  background-color: #393939;
  border: none;
  text-transform: uppercase;
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 7px;
  font-family: 'Open Sans', sans-serif;
}
.contact-form input[type="submit"]:hover {
  background-color: #515151;  
}
.contact-form select {
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  border: 1px solid #2d1f1a;
  height: 33px;
  background: #fff url('/images/bg-select.png') no-repeat right 1px center; 
  padding: 0; 
  margin-bottom: 10px;
  padding-left: 7px;
}
.contact-form textarea {
  height: 170px;
  width: 100%;
  padding-left: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #2d1f1a;
  padding-top: 5px;
}

.toon-groot, .contact-us {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px; 
  font-family: 'Open Sans', sans-serif;
  background-color: #393939;
  border: none;
  text-transform: uppercase;
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;  
}
.toon-groot:hover, .contact-us:hover {
  background-color: #515151;  
}


.contacteer-ons>img {
  width: 100%;
  margin-bottom: 20px; 
}
.special-contact {
  margin-bottom: 30px;
}
.contact-info p {
  position: relative;
  padding-left: 60px;
  font-size: 1em;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 0;
}
.contact-info p img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.contact-info p a {
  color: #fefefe;
  font-family: 'Open Sans', sans-serif;
}

.contact-us {
  margin-top: 50px;
}
/*====Einde contact===*/

/*====Media queries====*/
@media screen and (max-width: 1440px) {
  .content.fake {
    width: 100%;
    max-width: 1440px;
  }
}
@media screen and (max-width: 1400px) {
  nav a {
    margin-left: 25px;

  }
}

@media screen and (max-width: 1300px) {
  header .logo img{
    z-index: 91;
  }

  .curtain-click.bs {
    display: none !important;
  }

  .curtain-click.ks {
    display: inline-block !important;
  }

  #menubutton {
    width: 30px;
    height: 30px;
    background-image: url(/images/menubtn.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 111;
    display: block;
  }

  .rightnav {
    position: absolute;
    right: 20px;
    top: 50%;
    display: flex;
    flex-direction: row;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
   
  }
  nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    background-color: #2b2b2b;
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
    top: 0;
    padding-top: 80px;
    padding-bottom: 40px;
    z-index: 90;
  }
  nav a {
    width: 100%;
    line-height: 55px;
    padding-left: 40px;
    font-size: 1.6em;
    display: block;
    float: none;
    text-align: center;
    margin:0;
    padding:0;
    z-index: 92;
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
    color: #fefefe;
  }
  nav a.active img, nav a:hover img {
    display: none;
  }
  nav a.active, nav a:hover {
    background-color: #e6dfcd;
    color: rgb(23,23,23);    
  }    
  .informatie {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding-left: 5px;
    padding-right: 5px;
  }
    
}

@media screen and (max-width: 1200px) {
  .contactheight {
    float: left;
    width: 49%;
    margin-right: 2%;
  }
  .contacteer-ons {
    margin-right: 0;
  }
  .contacteer-ons > img {
    max-width: 390px;
  }
  .location {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    margin-top: 20px;
  }
  .afhaal .prijs {
    position: static;
  }
  .afhaal h4 span {
    display: none;
  }
  .afhaal.list {
    width: 300px;
  }
  .afhaal.menus {
    margin-right: 300px;
  }
}

@media screen and (max-width: 1150px) {
  .layout1 .cont h1 {
    margin-bottom: 20px;
  }
  .layout1 .cont {
    padding:20px;
  }
}
@media screen and (max-width: 1020px){
.blocks .row .item {
    width: 100%;
  }
  .blocks .row .item .btnhold {
    text-align: center !important;
  } 
  .blocks .row.lesuren .item {
    width: 100%;
  }
  .blocks .cont {
    max-height: auto !important;
  }
}
@media screen and (max-width: 1100px) { 
  .orangeblok {
    text-align: right;
    height: 200px;
    padding-bottom: 60px;
  }
  .orangeblok .content {
    top: 35%;
  }
  .orangeblok h3 {
    margin-right: 0;
    width: 100%;
    text-align: center;
  }
  .orangeblok p {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .orangeblok a {
    float: none;
    position: absolute;
    bottom: -50px;    
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }  
}

@media screen and (max-width: 1000px) {
  .footer-items .item:first-child {
    display: none;
  }
  }
@media screen and (max-width: 950px) {
  .newsnav a {
    display: block !important;
    margin:5px auto !important;
  }
  .newsnav .list {
    top: 0;
  }
  .curtaindrop h2 {
    font-size: 40px;
  }
  .curtaindrop p {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 850px) {
  .footer-items {
    text-align: center;   
  }
  .footer-items .fb2 {
    text-align: left;
  }
  .footer-items .item {   
    width: 220px;
    margin:20px;
  } 
  .afhaal.list {
    display: none;
  }
  .afhaal.menus {
    margin-right: 0;
  }
  .evenement.menu {
    width: 300px;
  }
  .evenement.cont {
    margin-right: 300px;
  }
}


@media screen and (max-width: 750px) {
  .curtaindrop h2 {
    font-size: 30px;
  }
  .curtaindrop p {
    font-size: 1.2em;
  }
  .curtaindrop .button {
    padding: 10px 30px;
    font-size: 18px;
  }
  .curtain-close {
    font-size: 40px;
    top: 10px;
    right: 20px;
  }

  .curtaindrop img {
    max-height: unset;
    max-width: 90%;
  }
}

@media screen and (max-width: 700px) {  
  .evenementdet {
    display: none;
    width: 100%;
  }
  .evenementdet.dn{
    display: block !important;
  }
  .evenement.menu {
    width: 100%;    
  }
  .evenement.cont {
    margin-right: 0;
  }
  .evenementdet h1 {
    text-align: center;
  }
  .evenement.menu h2 {
    text-align: center;
  }

}

@media screen and (max-width: 650px) {
  .curtaindrop h2 {
    font-size: 25px;
  }
  .curtaindrop p {
    font-size: 1.1em;
  }
  .curtain-close {
    font-size: 40px;
  }
}

@media screen and (max-width: 640px) {
  .contactheight {
    width: 100%;
    margin-right: 0;
    min-width: 1px;
  }
  .contacteer-ons {
    margin-top: 20px;
  }

}
@media screen and (max-width: 600px) {  
  .afhaal.menus {
    padding-left: 2%;
    padding-right: 2%;
  }
  .gridform .part {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .gridform .info {
    width: 100%;
    margin-bottom: 10px;
  }
  .blocks .cont {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .orangeblok {
    height: auto;
    padding:40px 0 80px 0;
  }
  .orangeblok .content {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translate(0%,0%);
    -ms-transform: translate(0%,0%);
    -o-transform: translate(0%,0%);
    -moz-transform: translate(0%,0%);
    transform: translate(0%,0%);
  }  
  .sfeergrid .item {
    width: 50%;
  }
  header .logo img {
    width: 120px;
  }
  nav {
    padding-top: 20px;
  }
  .head {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .content .text {
    margin-bottom: 40px;
  }
  .blocks.layout2 .cont { 
  height: auto;
}
}
@media screen and (max-width: 500px) {
  .curtaindrop img {
    max-height: unset;
    max-width: 90%;
  }
}

@media screen and (max-width: 420px) {
  .gridform .vertcent {
    position: static;
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  .gridform #success {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 400px) {
  .blocks .cont {
    padding-left: 15px;
    padding-right: 15px;
  }
  .arrowtxt {
    display: block !important;    
    position: relative;
  }
  .ra .arrowtxt {
    bottom: 10px;    
  }
  .la .arrowtxt {
    top: 10px;
  }
  .arrows {
    text-align: center;
  }
  .arrows .ra img, .arrows .la img {
    margin-right: 0;
    margin-left: 0;
  }
  .arrows {
    height: 40px;
    margin-top: 45px;
  }
  .evenement.menu, .evenement.cont {
    padding-left: 10px;
    padding-right: 10px;
  }
  nav a img {
    display: none !important;    
  }
  nav a {
    background-image: none !important;
  }


}

/* COOKIE MELDING NEW */

#PLCookie {
	position: fixed;
	left: 10px;
	bottom: 10px;
	margin-right: 10px;
	background-color: white;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	z-index: 100;
	padding: 25px;
	transition: all .8s;
	-webkit-box-shadow: 0px 2px 22px 0px rgba(61,61,61,0.41);
	-moz-box-shadow: 0px 2px 22px 0px rgba(61,61,61,0.41);
	box-shadow: 0px 2px 22px 0px rgba(61,61,61,0.41);
}

#PLCookie h2 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	color: #353535;
	font-size: 1.6em;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 30px;
}

#PLCookie p {
	max-width: 500px;
	font-family: 'Montserrat', sans-serif;
	color: #979797;
	margin-bottom: 20px;
	text-align: justify;
	line-height: 150%;
	font-size: 1.1em;
}

.PL_Buttons {
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	width: 100%;
}

.PL_Buttons a {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	padding: 15px;
	background-color: #2b2b2b;
	border: 1px solid #2b2b2b;
	color: #fefefe;
	width: 48%;
	cursor: pointer;
	text-align: center;
	transition: all .3s;
	margin: 5px;
	font-size: 1.3em;
}

.PL_Buttons a:hover {
	background-color: transparent;
	color: #2b2b2b;
	border: 1px solid #2b2b2b;
}

/* NEW COOKIE END */

/* old cookies popup
#PLCookie {
  width: 100%;
  min-height: 50px;
  position: fixed;
  padding: 0 15px;
  z-index: 1000;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #4f4f4f;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(102,102,102,0.23);
  -moz-box-shadow: 0px 0px 20px 0px rgba(102,102,102,0.23);
  box-shadow: 0px 0px 20px 0px rgba(102,102,102,0.23);
}

#PLCookie article {
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  letter-spacing: 1px;
  margin-top: 6px;
}

#PLCookie article div {
  float: right;
}

#PLCookie article span {
  display: block;
  padding-top: 6px;
  margin-right: 200px;
}

#PLCookie article div a {
  padding: 10px 15px;
  margin-left: 20px;
  background-color: #fff;
  color: #4f4f4f;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
  cursor: pointer;
  transition: all .3s;
}
#PLCookie article div a:hover {
 background-color: #dbdbdb;
}

@media all and (max-width: 550px) {
  #PLCookie article div {
    float: none;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 100%;
  }

  #PLCookie article span {
    display: block;
    padding-top: 6px;
    text-align: center;
    margin-right: 0;
    padding-bottom: 55px;
  }
} 
*/
#PL_privacy {
  margin-top: 10px;
}
.privcnt {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: .8em;
  height: 20px;
}
.privcnt input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.privcnt a {
  height: 100%;
  color: black;
  font-weight: 700;
  color: #e6dfcd;
  position:relative;
  z-index: 10;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #dedede;
}
.privcnt:hover input ~ .checkmark {
  background-color: #ccc;
}
.privcnt input:checked ~ .checkmark {
  background-color: #e6dfcd;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.privcnt input:checked ~ .checkmark:after {
  display: block;
}
.privcnt .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#content-container {
  width: 50%;
  margin: auto;
  margin-bottom: 2em;
}

#content-container h2 {
  color: #e6dfcd;
  font-size:2.4em; 
  font-weight:bold; 
  margin-bottom: 5px;
  margin-top: 1em;
  cursor: pointer;
}

#content-container h3 {
  background-color:#fff; 
  color: #000;
  font-size:1.5em; 
  margin: 1em;
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #000;
  box-shadow: inset 0 0 0 0 #abafb1;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  transition: all ease 0.8s;
  cursor: pointer;
}

#content-container h2:hover + div > h3, #content-container h3:hover {
  box-shadow: inset 1200px 0 0 0 #abafb1;
  color: #fefefe;
}

#content-container h3.active {
  color: #fff;
  box-shadow: inset 1200px 0 0 0 #abafb1;
}

#content-container h3 span {
  display: inline-block;
  float: right;
  width: 0;
  height: 0;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid #abafb1;
  margin-right: 10px;
  margin-top: 9px;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  transition: all ease 0.4s;
}

#content-container h2:hover + div > h3 > span, #content-container h3:hover span {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid #fff;
  margin-right: 10px;
}

#content-container h3.active span {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid #fff;
  margin-right: 10px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}

#content-container h3.active:hover span {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid #fff;
  margin-right: 10px;
}

#content-container h4 {
  margin-left: 2em;
  margin-right: 2em;
  font-size: 1.1em;
  font-weight: bold;
}

#content-container p {
  margin-left: 2em;
  margin-right: 2em;
  margin-bottom: 2em;
}

#content-container ul {
  margin-left: 3em;
  margin-right: 3em;
  margin-bottom: 1em;
}

#content-container li {
  margin-bottom: 0.5em;
  margin-left: 1em;
  list-style: disc;
}

#content-container table {
  margin-left: 3em;
  margin-right: 3em;
  margin-bottom: 1em;
}

#content-container th, #content-container td {
  border: 1px solid #000;
  padding: 5px;
}

#content-container th {
  font-weight: bold
}

#content-container a {
  color: #D3191C;
}
