@charset "UTF-8";
@import '../flexslider/flexslider.css';
@import '../fancybox/jquery.fancybox.css';
@import '_animate.css';
@import '_jquery.datetimepicker.css';
* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #000;
  background-color: #000;
  line-height: 22px;
  width: 100%;
  height: 100%;
  font-weight: 100;
}

.mt-30 {
  margin-top: 30px !important;
}

.wow {
  visibility: hidden;
}

img {
  display: block;
}

input {
  outline: none;
}

textarea {
  outline: none;
  font-family: "Poppins", sans-serif;
  padding-top: 5px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ababae;
  font-weight: 500;
  font-size: 15px;
  line-height: normal !important;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #ababae;
  font-weight: 500;
  font-size: 15px;
  line-height: normal !important;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ababae;
  font-weight: 500;
  font-size: 15px;
  line-height: normal !important;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #ababae;
  font-weight: 500;
  font-size: 15px;
  line-height: normal !important;
}

input::placeholder, textarea::placeholder {
  color: #ababae;
  font-weight: 500;
  font-size: 15px;
  line-height: normal !important;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 100%;
}

h1 {
  color: #000;
  font-size: 40px;
  margin-bottom: 25px;
  font-weight: 100;
}

h2 {
  color: #B3995F;
  font-size: 30px;
  margin-bottom: 5px;
  font-weight: 100;
}

h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 100;
}

h4 {
  color: #000;
  font-size: 16px;
  margin-bottom: 5px;
}

h5 {
  color: #000;
  font-size: 16px;
  margin-bottom: 5px;
}

h6 {
  color: #000;
  font-size: 16px;
  margin-bottom: 5px;
}

p {
  color: #cacaca;
}

a {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: white;
}
a:visited {
  color: white;
}
a:hover {
  color: white;
}
a:active {
  color: white;
}

.paginatie {
  width: 100%;
  padding: 10px 6px 10px 10px;
  overflow: hidden;
  background-color: #000000;
  margin-top: 15px;
  float: left;
}

.paginatie_inactief, .paginatie_actief {
  float: left;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.paginatie_inactief:hover, .paginatie_actief:hover {
  background: #ccc;
}

.paginatie_inactief {
  background: #009fe3;
  color: #FFFFFF;
}

#paginatie_actief {
  background: #a27757;
  color: #FFFFFF;
}

#vorige, #volgende {
  text-indent: -9999px;
  float: left;
  height: 30px;
  width: 30px;
  margin-top: 0px;
  padding-top: 2px;
  padding-bottom: 1px;
  cursor: pointer;
  position: relative;
  margin-right: 10px;
  -webkit-appearance: none;
}
#vorige:hover, #volgende:hover {
  background: #ccc;
}

.volgende-pijl, .vorige-pijl {
  position: relative;
  float: left;
}
.volgende-pijl:hover:after, .vorige-pijl:hover:after {
  background: #ccc;
}
.volgende-pijl:after, .vorige-pijl:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #FFF;
  display: block;
  border: 1px solid #fff;
  background-color: #009fe3;
  font-size: 15px;
  position: absolute;
  z-index: 25;
  text-align: center;
  padding-top: 7px;
  width: 28px;
  height: 21px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.volgende-pijl:after {
  content: "\f105";
}

.vorige-pijl:after {
  content: "\f104";
}

/* CORE STYLES */
.navigation {
  width: 100%;
  display: table;
  position: relative;
  font-family: inherit;
}
.navigation * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.navigation-portrait {
  height: 48px;
}

.navigation-fixed-wrapper {
  width: 100%;
  left: 0;
  z-index: 19998;
  will-change: opacity;
}
.navigation-fixed-wrapper.fixed {
  position: fixed !important;
  -webkit-animation: fade 0.5s;
  animation: fade 0.5s;
}
@-webkit-keyframes fade {
  from {
    opacity: 0.999;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0.999;
  }
  to {
    opacity: 1;
  }
}
.navigation-fixed-wrapper .navigation {
  margin-right: auto;
  margin-left: auto;
}

.navigation-fixed-placeholder {
  width: 100%;
  display: none;
}
.navigation-fixed-placeholder.navigation-fixed-placeholder.visible {
  display: block;
}

.navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: -9999px;
}

.align-to-right {
  float: right;
}

.nav-header {
  float: left;
}
.navigation-hidden .nav-header {
  display: none;
}

.nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  margin-top: 10px;
  right: 0px;
  display: none;
  cursor: pointer;
}
@media (max-width: 550px) {
  .nav-toggle {
    margin-top: 20px;
  }
}
.nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0.5em 0 0 #ffffff, 0 1em 0 0 #ffffff;
          box-shadow: 0 0.5em 0 0 #ffffff, 0 1em 0 0 #ffffff;
}
.navigation-portrait .nav-toggle {
  display: block;
}

.navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -100%;
  position: fixed;
  background-color: #000;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
@media screen and (max-width: 700px) {
  .navigation-portrait .nav-menus-wrapper {
    width: 100%;
  }
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}

.nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #ffffff;
  font-size: 26px;
  cursor: pointer;
}
.navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}

.nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
  widows: 100%;
  text-align: right;
}
.navigation-portrait .nav-menu {
  width: 100%;
}
.nav-menu.nav-menu-centered {
  text-align: center;
}
.nav-menu.nav-menu-centered > li {
  float: none;
}
.nav-menu > li {
  display: inline-block;
  text-align: center;
  display: inline-block;
}
.navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 0px #f0f0f0;
}
.navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 0px #f0f0f0;
}
.nav-menu + .nav-menu > li:first-child {
  border-top: none;
}
.nav-menu > li:last-of-type a {
  padding-right: 0;
}
.nav-menu > li > a {
  padding: 20px 13px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 16px;
  font-weight: 100;
  color: #ffffff;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}
.nav-menu > li:hover > a, .nav-menu > li.active > a, .nav-menu > li.focus > a {
  color: #B3995F;
}
.nav-menu > li > a > i,
.nav-menu > li > a > [class*=ion-] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}
.nav-menu > li > a > [class*=ion-] {
  width: 16px;
  display: inline-block;
  -webkit-transform: scale(1.8);
  -ms-transform: scale(1.8);
  transform: scale(1.8);
}

.submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}

.submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #ffffff #ffffff transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}
.nav-menu > li:hover > a .submenu-indicator-chevron, .nav-menu > .active > a .submenu-indicator-chevron, .nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #B3995F #B3995F transparent;
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}

.no-scroll {
  -ms-touch-action: none;
      touch-action: none;
  overflow-x: hidden;
}

.g-recaptcha {
  display: none;
}

/* DROPDOWN EXTENSION */
.nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
}
.navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}
.nav-dropdown .nav-dropdown {
  left: 100%;
}
.nav-menu > li > .nav-dropdown {
  border-top: solid 1px #f0f0f0;
}
@media screen and (max-width: 1190px) {
  .nav-menu > li > .nav-dropdown {
    border-top: 0px;
  }
}
.nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 1190px) {
  .nav-dropdown > li {
    text-align: center;
  }
}
.nav-dropdown > li > a {
  width: 100%;
  padding: 16px 20px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 13px;
  color: #ffffff;
  background-color: #000;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
@media screen and (max-width: 1190px) {
  .nav-dropdown > li > a {
    background-color: #121212;
  }
}
.nav-dropdown > li:hover > a, .nav-dropdown > li.focus > a {
  color: #B3995F;
}
.nav-dropdown.nav-dropdown-left {
  right: 0;
}
.nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}
.navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
}
.navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}
.navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}
.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}
.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}
.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 110px;
}
.nav-dropdown .submenu-indicator {
  right: 15px;
  top: 16px;
  position: absolute;
}
.navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}
.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-dropdown > li:hover > a .submenu-indicator-chevron, .nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #B3995F #B3995F transparent;
}
.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}
.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.h1 {
  letter-spacing: 5px;
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 1150px) {
  .h1 {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  .h1 {
    font-size: 30px;
  }
}
@media (max-width: 320px) {
  .h1 {
    font-size: 20px;
  }
}
.h1:after {
  content: "";
  background-color: #B3995F;
  width: 200px;
  height: 5px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: -25px;
}

.h2 {
  letter-spacing: 5px;
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  display: inline-block;
  white-space: nowrap;
}
@media (max-width: 1000px) {
  .h2 {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  .h2 {
    font-size: 25px;
  }
}
@media (max-width: 650px) {
  .h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .h2 {
    white-space: normal;
  }
}
@media (max-width: 320px) {
  .h2 {
    font-size: 18px;
  }
}
.h2:after {
  content: "";
  background-color: #B3995F;
  width: 100px;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: -25px;
}
@media (max-width: 650px) {
  .h2:after {
    bottom: -10px;
  }
}

.h3 {
  letter-spacing: 5px;
  white-space: nowrap;
  display: inline-block;
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 100;
  padding-left: 200px;
}
@media (max-width: 1000px) {
  .h3 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .h3 {
    font-size: 25px;
  }
}
@media (max-width: 650px) {
  .h3 {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  .h3 {
    white-space: normal;
  }
}
@media (max-width: 320px) {
  .h3 {
    font-size: 18px;
  }
}

section {
  width: 100%;
  float: left;
  padding: 0px 30px;
  position: relative;
}
section#mainmenu-main {
  background: #000;
}
section#header-main {
  background: #000;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 3;
  background-image: url(../images/Kroko2.jpg);
  background-size: cover;
  background-position: center center;
}
section#slider-main {
  background-color: #000;
  margin-top: 107px;
  height: 800px;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
  max-height: calc(100vh - 107px);
}
@media (max-width: 1000px) {
  section#slider-main {
    margin-top: 100px;
  }
}
@media (max-width: 768px) {
  section#slider-main {
    height: 500px;
  }
}
@media (max-width: 550px) {
  section#slider-main {
    margin-top: 50px;
  }
}
@media (max-width: 480px) {
  section#slider-main {
    height: 400px;
  }
}
section#slider-main.small {
  height: 300px;
}
@media (max-width: 480px) {
  section#slider-main.small {
    height: 200px;
  }
}
section#slider-main:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.2;
  z-index: 2;
}
section#slider-main .intro {
  white-space: nowrap;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  section#slider-main .intro {
    white-space: normal;
  }
}
section#slider-main .intro img {
  display: inline-block;
  height: 0;
  opacity: 0;
  width: auto;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes fadeIn {
  from {
    height: 0;
    opacity: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  to {
    height: 200px;
    opacity: 1;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes fadeIn {
  from {
    height: 0;
    opacity: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  to {
    height: 200px;
    opacity: 1;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@media (max-width: 600px) {
  @-webkit-keyframes fadeIn {
    from {
      height: 0;
      opacity: 0;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
    }
    to {
      height: 100px;
      opacity: 1;
      -webkit-transform: rotate(0);
              transform: rotate(0);
    }
  }
  @keyframes fadeIn {
    from {
      height: 0;
      opacity: 0;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
    }
    to {
      height: 100px;
      opacity: 1;
      -webkit-transform: rotate(0);
              transform: rotate(0);
    }
  }
}
@media (max-width: 768px) {
  section#slider-main .intro img {
    margin: 0 auto;
    display: block;
  }
}
@media (max-width: 480px) {
  section#slider-main .intro img {
    height: 80px;
  }
}
section#slider-main .intro .right {
  display: inline-block;
  overflow: hidden;
  max-width: 0;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes fadeInRight {
  from {
    max-width: 0;
  }
  to {
    max-width: 1000px;
  }
}
@keyframes fadeInRight {
  from {
    max-width: 0;
  }
  to {
    max-width: 1000px;
  }
}
section#slider-main .intro .right h1 {
  color: #fff;
  font-weight: 900;
  font-size: 150px;
}
@media (max-width: 1000px) {
  section#slider-main .intro .right h1 {
    font-size: 100px;
  }
}
@media (max-width: 600px) {
  section#slider-main .intro .right h1 {
    font-size: 60px;
    margin-bottom: 5px;
  }
}
section#slider-main .intro .right h1 span.fadeIn {
  -webkit-transition: all ease-in-out 500ms;
  transition: all ease-in-out 500ms;
  opacity: 0;
  margin-right: -10px;
  width: 0;
}
section#slider-main .intro .right h1 span.fadeIn.animation {
  opacity: 1;
  margin-right: 0;
  width: auto;
}
section#slider-main .intro .right h2 {
  color: #fff;
  font-weight: 100;
  font-size: 50px;
  margin-left: 30px;
  margin-top: -40px;
  letter-spacing: 2px;
}
@media (max-width: 1000px) {
  section#slider-main .intro .right h2 {
    font-size: 40px;
  }
}
@media (max-width: 600px) {
  section#slider-main .intro .right h2 {
    font-size: 27px;
    margin-left: 9px;
    margin-top: -10px;
    letter-spacing: 0;
  }
}
section#slider-main .intro .right h2 span.fadeIn {
  -webkit-transition: all ease-in-out 500ms;
  transition: all ease-in-out 500ms;
  opacity: 0;
  width: 0;
}
section#slider-main .intro .right h2 span.fadeIn.animation {
  opacity: 1;
  width: auto;
}
section#introBlokken {
  padding: 40px 100px;
  background-color: #000;
}
@media (max-width: 768px) {
  section#introBlokken {
    padding: 40px 30px;
  }
}
section#introBlokken .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
}
@media (max-width: 1200px) {
  section#introBlokken .grid {
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  section#introBlokken .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1200px) {
  section#introBlokken .grid a:nth-child(2) .block {
    margin-top: 100px;
  }
  section#introBlokken .grid a:nth-child(3) .block {
    margin-top: 150px;
  }
  section#introBlokken .grid a:nth-child(4) .block {
    margin-top: 100px;
  }
}
section#introBlokken .grid .block {
  width: 100%;
  padding-top: 100%; /* 1:1 Aspect Ratio */
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media (max-width: 768px) {
  section#introBlokken .grid .block {
    height: 300px;
  }
}
@media (max-width: 768px) {
  section#introBlokken .grid .block {
    height: 200px;
  }
}
section#introBlokken .grid .block:hover:before {
  opacity: 0.5;
  width: 100%;
  height: 100%;
}
section#introBlokken .grid .block:hover .content p {
  height: 40px;
  font-size: 16px;
  margin: 10px 0;
}
section#introBlokken .grid .block:before {
  content: "";
  width: 80%;
  height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #000;
  opacity: 0;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}
section#introBlokken .grid .block .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
section#introBlokken .grid .block .content h2 {
  color: #fff;
  text-transform: capitalize;
  font-size: 35px;
  font-weight: 100;
}
section#introBlokken .grid .block .content .bar {
  margin: 10px auto;
  width: 50px;
  height: 2px;
  background-color: #fff;
}
section#introBlokken .grid .block .content p {
  height: 0;
  font-size: 0;
  -webkit-transition: all ease-in-out 500ms;
  transition: all ease-in-out 500ms;
  margin: 0;
}
section#introBlokken .grid .block .content img {
  margin: 0 auto 10px auto;
}
section#content-home-main {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #000;
}
section#content-home-main .left, section#content-home-main .right {
  width: 50%;
  float: left;
  padding: 50px;
  color: #fff;
  text-align: justify;
}
@media (max-width: 768px) {
  section#content-home-main .left, section#content-home-main .right {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  section#content-home-main .left, section#content-home-main .right {
    padding: 20px 0;
    width: 100%;
  }
}
section#sfeer {
  background-color: #000;
  padding: 200px 0;
}
section#sfeer.vervolg {
  padding: 100px 0;
}
section#sfeer .top {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  margin: 0 auto 50px auto;
  padding: 0 30px;
}
@media (max-width: 480px) {
  section#sfeer .top {
    width: 100%;
  }
}
section#sfeer .slick-slide {
  height: 400px;
  width: 400px;
  background-color: #fff;
  margin: 0 20px;
  position: relative;
  -webkit-transition: all ease-in-out 1000ms;
  transition: all ease-in-out 1000ms;
}
section#sfeer .slick-slide:hover:before {
  opacity: 0.5;
  width: 100%;
  height: 100%;
}
section#sfeer .slick-slide:hover .content i {
  font-size: 50px;
}
section#sfeer .slick-slide:before {
  content: "";
  width: 80%;
  height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #000;
  opacity: 0;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}
@media (max-width: 1200px) {
  section#sfeer .slick-slide {
    height: 300px;
    width: 300px;
  }
}
@media (max-width: 768px) {
  section#sfeer .slick-slide {
    height: 200px;
    width: 200px;
  }
}
section#sfeer .slick-slide:nth-child(even) {
  margin: 100px 20px 0 20px;
}
@media (max-width: 768px) {
  section#sfeer .slick-slide:nth-child(even) {
    margin: 50px 20px 0 20px;
  }
}
section#sfeer .slick-slide .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #B3995F;
}
section#sfeer .slick-slide .content i {
  font-size: 0;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}
section#content-vervolg-main {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #000;
}
section#galerij-main {
  padding-bottom: 50px;
}
section#footer-main {
  background: #000;
  padding-top: 150px;
  padding-bottom: 100px;
  color: #fff;
}
section#footer-main .sectie-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
}
@media (max-width: 768px) {
  section#footer-main .sectie-inner {
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  section#footer-main .sectie-inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
section#footer-main .foot-col {
  position: relative;
}
section#footer-main .foot-col a {
  color: white !important;
}
section#footer-main .foot-col a:visited {
  color: white !important;
}
section#footer-main .foot-col h3 {
  color: #B3995F;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 100;
}
section#footer-main .foot-col ul {
  list-style: none;
}
section#footer-main .foot-col ul.contact li {
  padding-left: 30px;
  position: relative;
}
section#footer-main .foot-col ul.contact li i {
  position: absolute;
  left: 0;
  top: 2px;
}
section#footer-main .foot-col ul li {
  font-size: 16px;
  padding-bottom: 10px;
  font-weight: 100;
}
section#footer-main .foot-col ul li a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}
section#footer-main .foot-col ul li a:hover {
  color: #B3995F;
}
section#footer-main .foot-col .social-icons {
  padding: 10px 0;
}
section#footer-main .foot-col a {
  color: #fff !important;
}
section#footer-main .foot-col a.social {
  margin: 0 5px;
  display: inline-block;
  height: 30px;
  width: 30px;
  text-align: center;
  border-radius: 100%;
  background-color: #b3995f;
  color: #fff;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}
section#footer-main .foot-col a.social:hover {
  background-color: #655636;
}
section#footer-main .foot-col a.social:first-child {
  margin: 0 5px 0 0;
}
section#footer-main .foot-col a.social i {
  position: relative;
}
section#footer-main .foot-col a.social i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.sectie-inner {
  max-width: 1300px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.sectie-inner#galerij-inner {
  max-width: 1320px;
}
.sectie-inner#nieuws-inner article {
  width: 33.3333333333%;
  float: left;
}
.sectie-inner#nieuws-inner article img {
  display: block;
}
.sectie-inner#nieuws-inner article h3 {
  display: block;
  font-size: 20px;
}
.sectie-inner#nieuws-inner article p {
  display: block;
}
.sectie-inner#nieuws-inner article .date {
  display: block;
  font-weight: bold;
}

#logo {
  height: 100px;
  max-width: 100px;
  float: left;
  margin-top: 15px;
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  overflow: hidden;
}
#logo.scroll {
  max-width: 300px;
}
#logo.scroll p {
  opacity: 1;
}
#logo.scroll-style {
  max-width: 300px;
}
#logo.scroll-style p {
  opacity: 1;
}
@media (max-width: 550px) {
  #logo {
    height: 50px;
  }
}
#logo img {
  height: 80%;
  width: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
}
@media screen and (max-width: 700px) {
  #logo img {
    top: 38%;
  }
}
#logo p {
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  white-space: nowrap;
  margin-left: 90px;
  font-size: 12px;
}
@media (max-width: 550px) {
  #logo p {
    margin-left: 50px;
  }
}
#logo p:first-of-type {
  margin-top: 29px;
  font-weight: 600;
  font-size: 28px;
  color: #fff;
}
@media (max-width: 550px) {
  #logo p:first-of-type {
    margin-top: 0;
  }
}
#logo a {
  text-decoration: none;
  color: #fff;
}

.header-right {
  float: right;
  width: calc(100% - 221px);
}
.header-right ul#topNav {
  width: 100%;
  float: left;
  list-style: none;
  text-align: right;
  padding: 10px 0;
}
@media (max-width: 550px) {
  .header-right ul#topNav {
    display: none;
  }
}
.header-right ul#topNav li {
  display: inline-block;
  margin: 10px 15px;
}
.header-right ul#topNav li:hover a {
  color: #FFFFFF;
}
.header-right ul#topNav li i {
  padding-right: 5px;
}
.header-right ul#topNav li a {
  font-size: 14px;
  text-decoration: none;
  color: #B3995F;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}
.header-right nav#navigation1 {
  width: 100%;
  float: left;
}

.content-col-left {
  width: 70%;
  float: left;
  padding-right: 100px;
  color: #cacaca;
  text-align: justify;
}
@media (max-width: 768px) {
  .content-col-left {
    width: 100%;
    padding-right: 0;
  }
}
.content-col-left h1 {
  color: #B3995F;
}
.content-col-left h2 {
  color: #fff;
  font-size: 25px;
  margin-bottom: 10px;
}
.content-col-left h3 {
  margin-top: 30px;
}
.content-col-left a {
  color: #B3995F;
  text-decoration: none;
}
.content-col-left ul {
  list-style: none;
}
.content-col-left ul li {
  padding-left: 15px;
  position: relative;
}
.content-col-left ul li:before {
  content: "";
  height: 7px;
  width: 7px;
  background-color: #B3995F;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 7px;
}
.content-col-left img {
  width: 100%;
  height: auto;
}

.content-col-full {
  width: 100%;
  float: left;
  color: #fff;
}
.content-col-full .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
}
.content-col-full .item .right, .content-col-full .item .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.content-col-full .item .right {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.content-col-full .item .left {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-right: 50px;
  padding-bottom: 70px;
  position: relative;
}
.content-col-full .item .left .tekst {
  max-height: 400px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  overflow: hidden;
  position: relative;
}
.content-col-full .item .left .tekst:after {
  pointer-events: none;
  width: 100%;
  height: 150px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(black));
  background-image: linear-gradient(rgba(255, 255, 255, 0), black);
  content: "";
  display: block;
}
.content-col-full .item .left.open .tekst {
  max-height: 1200px;
}
.content-col-full .item .left.open .tekst:after {
  display: none;
}
.content-col-full .item .left .leesmeer {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.content-col-full .item:nth-child(even) .right {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.content-col-full .item:nth-child(even) .left {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-left: 50px;
  padding-right: 0;
}
.content-col-full .item:nth-child(even) .left .leesmeer {
  left: 50px;
}
.content-col-full h1 {
  color: #B3995F;
}
.content-col-full a {
  color: #B3995F;
  text-decoration: none;
}
.content-col-full ul {
  list-style: none;
}
.content-col-full ul li {
  padding-left: 15px;
  position: relative;
}
.content-col-full ul li:before {
  content: "";
  height: 7px;
  width: 7px;
  background-color: #B3995F;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 7px;
}

.content-col-right {
  width: 30%;
  float: left;
}
@media (max-width: 768px) {
  .content-col-right {
    width: 100%;
  }
}

#afbeeldingen-zijkant {
  width: 100%;
  float: left;
}

.afbeelding-zijkant {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

#afbeeldingen-galerij {
  width: 100%;
  float: left;
}

.afbeelding-galerij {
  width: 25%;
  float: left;
  padding: 10px;
}

#openingstijden {
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
}
@media (max-width: 700px) {
  #openingstijden {
    background-image: url(../images/paralax.jpg);
    background-size: cover;
  }
}
@media (max-width: 700px) {
  #openingstijden .parallax-container {
    display: none;
  }
}
#openingstijden:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.5;
  position: absolute;
}
@media (min-width: 700px) {
  #openingstijden:before {
    display: none;
  }
}
#openingstijden .sectie-inner {
  z-index: 1;
  position: absolute;
  top: 100px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  padding: 0 30px;
}
@media (max-width: 700px) {
  #openingstijden .sectie-inner {
    position: relative;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    top: 0;
    left: 0;
    padding: 50px 30px;
    overflow: auto;
  }
}
#openingstijden .right {
  float: right;
}
@media (max-width: 768px) {
  #openingstijden .right {
    float: left;
  }
}
#openingstijden .right p {
  color: #fff;
  font-size: 20px;
  font-weight: 100;
  margin-bottom: 10px;
}
#openingstijden .right p span {
  font-weight: 600;
}
#openingstijden .right .top {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  margin: 0 auto 50px auto;
}
@media (max-width: 480px) {
  #openingstijden .right .top {
    width: 100%;
  }
}
#openingstijden .right .top h3 {
  margin-bottom: 20px;
}

#parallax {
  padding-left: 0px;
  padding-right: 0px;
}
#parallax .sectie-inner {
  padding: 0 30px;
  position: absolute;
  top: 100px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (max-width: 1050px) {
  #parallax .sectie-inner {
    position: relative;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    top: 0;
    left: 0;
    padding: 50px 30px;
    background-image: url(../images/snake_BG.png);
    background-size: cover;
    overflow: auto;
  }
}
#parallax .sectie-inner .top {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  margin: 0 auto 50px auto;
}
@media (max-width: 480px) {
  #parallax .sectie-inner .top {
    width: 100%;
  }
}
#parallax .sectie-inner .left, #parallax .sectie-inner .right {
  float: left;
  width: 50%;
}
@media (max-width: 1050px) {
  #parallax .sectie-inner .left, #parallax .sectie-inner .right {
    width: 100%;
  }
}
#parallax .sectie-inner .left a, #parallax .sectie-inner .right a {
  text-decoration: none;
}
#parallax .sectie-inner .left {
  position: relative;
}
#parallax .sectie-inner .left:hover img:nth-child(1) {
  margin: 0 auto 0 -50px;
}
#parallax .sectie-inner .left:hover img:nth-child(2) {
  left: 200px;
}
#parallax .sectie-inner .left img {
  width: 450px;
  max-width: 100%;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}
@media (max-width: 1050px) {
  #parallax .sectie-inner .left img {
    margin: 0 auto;
  }
}
#parallax .sectie-inner .left img:nth-child(2) {
  position: absolute;
  top: 100px;
  left: 150px;
}
@media (max-width: 1050px) {
  #parallax .sectie-inner .left img:nth-child(2) {
    display: none;
  }
}
#parallax .sectie-inner .right {
  text-align: center;
}
@media (max-width: 1050px) {
  #parallax .sectie-inner .right {
    padding-top: 40px;
  }
}
#parallax .sectie-inner .right .sticker {
  margin: 0 auto;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: url(../images/reserveren.jpg);
  background-size: cover;
  border: 5px solid #B3995F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
          transform: rotate(10deg);
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}
@media (max-width: 768px) {
  #parallax .sectie-inner .right .sticker {
    width: 200px;
    height: 200px;
  }
}
#parallax .sectie-inner .right .sticker:hover {
  width: 300px;
  height: 300px;
}
@media (max-width: 768px) {
  #parallax .sectie-inner .right .sticker:hover {
    width: 200px;
    height: 200px;
  }
}
#parallax .sectie-inner .right .sticker:hover .content h3:after {
  width: 120px;
}
#parallax .sectie-inner .right .sticker .background {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
#parallax .sectie-inner .right .sticker .content {
  position: relative;
}
#parallax .sectie-inner .right .sticker .content h3 {
  color: #fff;
  font-size: 35px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 45px;
}
@media (max-width: 768px) {
  #parallax .sectie-inner .right .sticker .content h3 {
    font-size: 25px;
  }
}
#parallax .sectie-inner .right .sticker .content h3:after {
  content: "";
  background-color: #B3995F;
  width: 100px;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: -25px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
#parallax .sectie-inner .right .sticker .content img {
  width: 65px;
  margin: 0px auto 0 auto;
}
#parallax .parallax-container {
  height: 700px;
  z-index: -1;
}
@media (max-width: 1050px) {
  #parallax .parallax-container {
    display: none;
  }
}

.parallax-container {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
  font-size: 16px;
}
@media screen and (max-width: 700px) {
  .parallax-container {
    height: 30vh;
  }
}
.parallax-container .img-parallax {
  width: 100vmax;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  pointer-events: none;
}

#socialmedia {
  float: right;
  margin-top: 20px;
}
#socialmedia .fab, #socialmedia .fas {
  font-size: 20px;
  line-height: 100%;
  color: #000;
  float: right;
  margin-left: 20px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#socialmedia .fab:hover, #socialmedia .fas:hover {
  color: #000;
}

#contactform, #reserveerForm, #bestelForm {
  width: 100%;
  float: left;
  margin-top: 50px;
  margin-bottom: 50px;
}
#contactform .top-form .grid, #reserveerForm .top-form .grid, #bestelForm .top-form .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 20px 0;
}
#contactform .top-form .grid .item, #reserveerForm .top-form .grid .item, #bestelForm .top-form .grid .item {
  padding: 20px 0;
}
#contactform .top-form .grid .item p, #reserveerForm .top-form .grid .item p, #bestelForm .top-form .grid .item p {
  margin-bottom: 10px;
}
#contactform .bottom-form, #reserveerForm .bottom-form, #bestelForm .bottom-form {
  margin-top: 20px;
}
#contactform .bottom-form .bottom, #reserveerForm .bottom-form .bottom, #bestelForm .bottom-form .bottom {
  margin-top: 20px;
  float: left;
  width: 100%;
}
#contactform .bottom-form input, #reserveerForm .bottom-form input, #bestelForm .bottom-form input {
  float: left;
}
#contactform .bottom-form p, #reserveerForm .bottom-form p, #bestelForm .bottom-form p {
  float: left;
}
#contactform .bottom-form select, #reserveerForm .bottom-form select, #bestelForm .bottom-form select {
  background: #fff;
}
#contactform .fout, #reserveerForm .fout, #bestelForm .fout {
  color: #ff1800;
}
#contactform .veld_verzenden, #reserveerForm .veld_verzenden, #bestelForm .veld_verzenden {
  width: 100%;
  float: left;
}
#contactform label, #reserveerForm label, #bestelForm label {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 20px;
}
#contactform .tekstvak, #reserveerForm .tekstvak, #bestelForm .tekstvak {
  color: #000;
  background: #fff;
  float: left;
  width: 100%;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  -webkit-appearance: none;
  line-height: normal !important;
  padding: 15px;
}
#contactform .button, #reserveerForm .button, #bestelForm .button {
  border-radius: 15px;
  padding: 10px 15px;
  float: left;
  border: none;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 100%;
  background-color: #0088CC;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#contactform .button:hover, #reserveerForm .button:hover, #bestelForm .button:hover {
  background: #000;
}

#reserveerForm {
  margin-top: 20px;
}

ul.documenten {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
ul.documenten > li {
  list-style: none;
  width: auto;
  font-weight: normal;
  border-bottom: 1px #000 solid 1px;
}
ul.documenten > li > a {
  color: #000;
  padding: 9px 0px 9px 15px;
  text-decoration: none;
  display: block;
  background-color: #d0d0d0;
  border-bottom: 1px solid #fff;
}
ul.documenten > li > a:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  content: "\f1c1";
  font-family: "Font Awesome 5 Free";
  padding-right: 15px;
  float: left;
}
ul.documenten > li > a:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  content: "\f101";
  float: right;
  padding-right: 15px;
  font-family: "Font Awesome 5 Free";
}
ul.documenten > li > a:hover {
  color: #000;
  background-color: #B3995F;
}

a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: none;
}

.progress-wrap {
  position: fixed;
  right: 20px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  content: "\f062";
  font-weight: 600;
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: #B3995F;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap::before {
  position: absolute;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  opacity: 0;
  background-image: linear-gradient(298deg, var(--red), var(--yellow));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #B3995F;
  stroke-width: 4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.btn {
  border-radius: 15px;
  background-color: #B3995F;
  font-weight: 600;
  color: #000;
  padding: 10px 20px;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  font-size: 16px;
  line-height: 100%;
}
.btn:hover {
  background-color: #655636;
  color: #fff;
}

.bestelbon {
  float: left;
  width: 150px;
  margin: 10px;
  padding: 12px 0px 12px 0px;
  background-position: 132px 13px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  background-color: #fff;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}
.bestelbon:hover {
  background-color: #B3995F;
}

button {
  border: none;
}

::-moz-selection {
  background: #B3995F; /* WebKit/Blink Browsers */
}

::selection {
  background: #B3995F; /* WebKit/Blink Browsers */
}

::-moz-selection {
  background: #B3995F; /* Gecko Browsers */
}

.tablewrap {
  background-color: #000 !important;
}

.slick-dots {
  padding: 20px 0 !important;
  bottom: -130px !important;
}

.slick-dots li button:before {
  color: #fff !important;
}

.slick-dots li.slick-active button:before {
  color: #B3995F !important;
}

#passwordAlert {
  float: left;
  color: red;
  font-size: 13px;
  font-weight: bold;
}

.cc-btn {
  background-color: #B3995F !important;
}

.dinerForm {
  display: inline-block;
  margin: 5px 10px;
}

.reserveren-mobile {
  display: none;
}
@media (max-width: 768px) {
  .reserveren-mobile {
    display: inline-block;
    position: fixed;
    bottom: 15px;
    left: 90px;
    right: 90px;
    text-align: center;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../slick/fonts/slick.eot");
  src: url("../slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../slick/fonts/slick.woff") format("woff"), url("../slick/fonts/slick.ttf") format("truetype"), url("../slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
/*# sourceMappingURL=stylesheet.css.map */