/* 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;

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

.center-table
{
  display: table;
  width: 100%;
  height: 100%;
}

.ocdocd
{
  text-align: left;
}

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

.ocdocd .menuitem .title, .ocdocd .price
{
  background-color: #624F40 !important;
  color: #fff;
}

.loctek-lightbox, #loctek-lightbox-close
{
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  color: #CD1719 !important;
  border-color: #CD1719 !important;
}

*
{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html,
body {
   margin:0;
   padding:0;
   height:100%;
   font-family: 'Lato', sans-serif;
}

#container {
   min-height:100%;
   position:relative;
}

nav
{
  width: 400px;
  position: fixed;
  right: -400px;
  top: 0;
  height: 100%;
  padding-top: 1px;
  min-height: 100%;
  text-align: center;
  z-index: 80;
  overflow: auto;
  background: #E8E8E8;
}

nav ul
{
  margin: 3em 0;
}

nav ul a
{
  display: block;
  height: 2.4em;
  line-height: 2.4em;
  color: #2A3234;
  text-transform: uppercase;
  font-size: 1.2em;
  text-align: center;
}

nav li
{
  display: block;
}

nav ul .active
{
  font-weight: bold;
}

#logo
{
  max-width: 170px;
  margin-top: 3em;
}

nav ul a:hover
{
  background-color: #eee;
  color: #624f40;
}

.disclaimer p{
  text-align: center;
  font-size: 0.8rem;
}

.disclaimer p a{
  color: #000;
}

/* gdpr */

#content-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin: auto;
}

#content-container h2 {
  color:#bed7ef; 
  font-size:1.6em; 
  font-weight:bold; 
  margin-bottom: 1em;
  font-weight: 200;
  margin-top: 1em;
  cursor: pointer;
}

#content-container h3 {
  background: #bed7ef;
  color: #fff;
  font-size: 1.2em;
  font-weight: 200;
  padding: 20px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  margin-top: 20px;
}

#content-container h3 span {
  position: absolute;
  z-index: 1;
  background: transparent url("/images/cross_w.png") no-repeat;
  display: inline-block;
  width: 15px;
}

#content-container h4 {
  margin-left: 2em;
  font-size: 1.1em;
  font-weight: bold;
}

#content-container p {
  padding: 20px;
  line-height: 170%;
  color: #7e7e7e;
}

#content-container ul {
  margin-left: 3em;
}

#content-container table {
  width: 100%;
}

#content-container a {
  color: #bed7ef;
}

#gdpr-wrapper {
  min-height:100%;
  position:relative;
}

#content-container thead {
  background-color: #314983;
  color: white;
}


#content-container thead th {
  border: 1px solid #353535;
  padding: 10px;
}

#content-container tbody td {
  border: 1px solid #353535;
  color: #7e7e7e;
  line-height: 150%;
  padding: 5px;
}

#content-container tbody td p {
  padding: 0px;
}

#content-container ul {
  padding-left: 20px;
  line-height: 170%;
  color: #7e7e7e;
  list-style-type: disc;
}

/* eidne gdpr */

.taal
{
  display: inline-block;
  position: relative;
  border: 2px solid #2A3234;
  color: #2A3234;
  text-transform: uppercase;
  font-weight: bold;
  width: 35px;
  line-height: 35px;
  height: 35px;
  margin-top: 1em;
  transition: color .8s;
  -webkit-transition: color .8s;
}

.taal:hover
{
  color: #fff;
}

.taal > span
{
  position: relative;
  z-index: 1;
}

.taal:after
{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  min-height: 100%;
  width: 0;
  background-color: #2A3234;
  transition: width .8s;
  -webkit-transition: width .8s;
}

.taal:hover:after
{
  width: 100%;
}

#header
{
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#container .smallcenter
{
  margin: 0 auto;
  width: 95%;
  max-width: 960px;
}

#container .center
{
  margin: 0 auto;
  width: 95%;
  max-width: 1350px;
}

#header h1
{
  font-size: 2.4em;
  text-transform: uppercase;
  padding: .3em .6em;
  font-weight: bold;
  display: inline-block;
  float: left;
  background: rgba(0,0,0,.4);
  color: #fff;
}

#header h2
{
  font-size: 2em;
  padding: .3em .6em;
  display: inline-block;
  float: left;
  background: rgba(0,0,0,.4);
  color: #fff;
}

#header hgroup
{
  height: 400px;
  position: relative;
}

#header hgroup > div
{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  width: 100%;
}

#menu
{
  position: absolute;
  right: 2em;
  z-index: 101;
  top: 2em;
  cursor: pointer;
}

#menu > img:last-child
{
  display: none;
}

#menu.active > img:first-child
{
  display: none;
}

#menu.active > img:last-child
{
  display: inline;
}

#submenu, #submenu2
{
  background-color: #624f40;
  text-align: center;
}

#submenu > .center > span, #submenu2 > .center > span
{
  display: inline-block;
  border: 1px solid #fff;
  font-weight: bold;
  font-size: 1.4em;
  text-transform: uppercase;
  color: #fff;
  padding: .45em .6em;
  cursor: pointer;
  margin: .8em .15em;
  transition: all .5s;
  -webkit-transition: all .5s;
}

#submenu > .center > span:hover, #submenu > .center > .active, #submenu2 > .center > span:hover, #submenu2 > .center > .active
{
  background: #fff;
  color: #624f40;
}

.menus
{
  text-align: center;
}

.menus .c
{
  text-align: left;
  display: inline-block;
  line-height: 1.5em;
  margin-bottom: 5%;
}

.menus h2
{
  font-weight: bold;
  font-size: 1.5em;
  margin-top: 5%;
  line-height: 1.3em;
  margin-bottom: 1em;
}

.menubtn
{
  background-color: #624f40;
  padding: .4em 1em;
  font-size: 1.2em;
  line-height: 1.4em;
  color: #fff;
  display: inline-block;
  text-align: center;
  margin-bottom: 5%;
}

.menubtn strong
{
  display: block;
  font-size: 1.2em;
}

#container #menuitems
{
  margin: 5% auto 3% auto;
}

.menuitem
{
  width: 48.5%;
  float: left;
  margin-right: 3%;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #DFDFDF;
  position: relative;
  padding-right: 90px;
}

.menuitem:nth-child(2n)
{
  margin-right: 0;
}

.menuitem > .price
{
  position: absolute;
  right: 0;
  bottom: -1px;
  display: inline-block;
  width: 80px;
  padding-right: 5px;
  background-color: #fff;
}

.menuitem > .title
{
  background-color: #fff;
  position: relative;
  bottom: -1px;
}

#menuitems:after
{
  display: block;
  clear: both;
  content: '';
}

.nieuws
{
  color: #2A3234;
  padding: 2em 0;
  border-bottom: 1px solid #E5E5E5;
  display: block;
}

.nieuws h3
{
  font-size: 2em;
  font-weight: bold;
  margin: 1em 0;
  transition: color .5s;
  -webkit-transition: color .5s;
  text-transform: uppercase;
}

.nieuws p
{
  line-height: 1.5em;
}

.leesmeer
{
  border: 1px solid #2A3234;
  padding: .6em 1em;
  font-size: 1.2em;
  text-transform: uppercase;
  display: inline-block;
  font-weight: bold;
  margin-top: 1.5em;
  position: relative;
}

.leesmeer span
{
  position: relative;
  color: #2A3234;
  z-index: 1;
  transition: color .5s;
  -webkit-transition: color .5s;
}

.leesmeer:hover span
{
  color: #fff;
}

.leesmeer:after
{
  content: '';
  position: absolute;
  left: 0;
  background-color: #2A3234;
  top: 0;
  width: 0;
  height: 100%;
  min-height: 100%;
  transition: width .5s;
  -webkit-transition: width .5s;
}

.leesmeer:hover:after
{
  width: 100%;
}

.nieuws > img, .nieuwspush
{
  float: left;
  width: 350px;
}

.nieuws > div, .vv
{
  margin-left: 380px;
}

.vv > a
{
  display: inline-block;
  font-size: 1.15em;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 1em;
  margin-top: 1.7em;
  color: #2A3234;
}

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

a.nieuws:hover h3
{
  color: #624f40;
}

#fotos > div:after
{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  min-height: 100%;
  content: '';
  background: rgba(0,0,0,.2) url(/images/pich.png) no-repeat center;
  transition: opacity .5s;
  -webkit-transition: opacity .5s;
  opacity: 0;
}

#fotos > div
{
  cursor: pointer;
  position: relative;
  border: 4px solid #E8E8E8;
  transition: border-color .5s;
  -webkit-transition: border-color .5s;
}

#fotos img
{
  width: 100%;
}

#fotos > div:hover
{
  border-color: #624f40;
}

#fotos > div:hover:after
{
  opacity: 1;
}

#contact .gegevens
{
  padding: 80px 2em;
  width: 400px;
  color: #fff;
  font-size: 1.2em;
  background-color: #2A3234;
}

#dasmap
{
  position: absolute;
  left: 400px;
  right: 0;
  top: 0;
  height: 100%;
  min-height: 100%;
}

#contact
{
  position: relative;
}

#contact .leesmeer
{
  border-color: #fff;
  display: block;
  text-align: center;
  font-size: .85em;
}

#contact h1
{
  font-size: 1.8em;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  padding: .5em 0;
  font-weight: bold;
}

#contact .leesmeer span
{
  color: #fff;
}

#contact .leesmeer:after
{
  background-color: #fff;
}

#contact .leesmeer:hover span
{
  color: #2A3234;
}

#homeslide .data > img
{
  width: 350px;
}

#homeslide .data
{
  text-align: center;
  color: #fff;
  line-height: 1.5em;
  font-size: 1.4em;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  width: 100%;
}

#homeslide > .pics > img
{
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

#homeslide
{
  position: relative;
  overflow: hidden;
}

#homeslide .talen
{
  position: absolute;
  left: 1em;
  top: 1em;
  text-align: center;
  z-index: 1;
}

#homeslide .taal
{
  border-color: #fff;
}

#homeslide .taal span
{
  color: #fff;
}

#homeslide .taal:after
{
  background-color: #fff;
}

#homeslide .taal:after span
{
  color: #2A3234;
}

#home h1
{
  font-weight: bold;
  font-size: 2em;
  margin-bottom: 1.5em;
  text-transform: uppercase;
}

#home .c
{
  font-size: 1.2em;
  line-height: 1.6em;
}

#home .leesmeer span
{
  color: #fff;
}

#home .leesmeer:hover span
{
  color: #2A3234;
}

.hn.nieuws > img
{
  float: none;
  width: 100%;
  margin: 0;
}

.hn.nieuws
{
  position: relative;
  padding: 0;
}

.hn.nieuws > div
{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0,0,0,.65);
  padding: 0.6em;
  margin: 0;
  color: #fff;
}

.leesmeer.lm2 span
{
  color: #2A3234 !important;
}

.leesmeer.lm2:hover span
{
  color: #fff !important;
}

#homevac .part1
{
  background-color: #624f40;
  height: 100px;
  line-height: 100px;
  color: #fff;
  font-size: 1.6em;
  font-weight: bold;
  padding-left: 1.5em;
  text-transform: uppercase;
  position: relative;
  width: 45%;
  float: left;
}

#homevac .part1:after
{
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  right: -70px;
  border-top: 100px solid #624f40;
  border-right: 70px solid transparent;
  border-left: 0;
  content: '';
}

#homevac .part2
{
  background-color: #E8E8E8;
  height: 100px;
  line-height: 100px;
  font-style: italic;
  width: 55%;
  float: left;
  font-size: 1.35em;
  padding-left: 70px;
}

#homevac:after
{
  display: block;
  content: '';
  clear: both;
}

#homevac .leesmeer
{
  float: right;
  line-height: 35px;
  margin-top: 20px;
  margin-right: 1.5em;
  font-size: .9em;
}

#fotos.homepics > div
{
  width: 220px;
}

#contact.home #dasmap
{
  left: 0;
}

#contact.home .gegevens
{
  position: relative;
  z-index: 50;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  text-align: center;
  background-color: transparent;
  max-width: 600px;
}

#contact.home:after
{
  content: '';
  background-color: rgba(0,0,0,.4);
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  min-height: 100%;
  z-index: 10;
  transition: background-color 1.6s;
  -webkit-transition: background-color 1.6s;
}

#contact.home #dasmap
{
  position: absolute !important;
  height: auto;
}

#contact.home .gegevens .c
{
  background-color: #2A3234;
  padding: 1.5em;
  transition: height 1.6s;
  -webkit-transition: height 1.6s;
}

#contact.home .leesmeer
{
  width: auto;display: inline-block;
}

#contact.home .leesmeer.active > span
{
  display: none;
}

#contact.home .leesmeer.active > span.dn
{
  display: inline;
}

#contact.home.fadeOut .gegevens .c
{
  overflow: hidden;
  padding: 0;
  height: 0;
}

#contact.home.fadeOut:after
{
  background-color: rgba(0,0,0,0);
}

@media all and (max-width: 1150px) {
  #homevac
  {
    font-size: .8em;
  }
}

@media all and (max-width: 870px) {
  .menuitem
  {
    width: 100%;
    margin-right: 0;
  }

  #submenu > .center > span
  {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }

  .menubutton
  {
    margin-top: 5%;
  }

  #submenu
  {
    padding: 1px 0;
  }

  .nieuws > img, .nieuwspush
  {
    width: 100%;
    max-width: 500px;
    text-align: center;
    margin: 1em auto;
    display: block;
    float: none;
  }

  .nieuws > div, .vv
  {
    text-align: center;
    margin-left: 0;
  }

  #contact > .gegevens
  {
    float: none;
    width: 100%;
    padding: 1em;
  }

  #dasmap
  {
    position: static !important;
    height: 320px;
  }

  #homevac .part1:after
  {
    display: none;
  }

  #homevac .part1, #homevac .part2
  {
    float: none;
    width: 100%;
    height: auto;
    line-height: 1.3em;
    padding: 1em;
    text-align: center;
  }

  #homevac .leesmeer
  {
    float: none;
    margin: 0;
    margin-top: 1.5em;
  }

  #homevac .part2 .dn
  {
    display: inline;
  }
}

@media all and (max-width: 400px) {
  nav
  {
    width: 100%;
  }

  #contact h1
  {
    font-size: 1.4em;
  }

  #menu.active
  {
    z-index: 90;
    right: -50px;
    top: 10px;
  }

  #homeslide .data > img
  {
    height: 100px;
    width: auto;
  }

  #homeslide .data .c
  {
    display: none;
  }
}