@font-face {
  font-family: Castelar;
  src: url('../fonts/castelar.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Dharmagothice r;
  src: url('../fonts/dharmagothice_heavy_r.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

a {
  color: #333;
  text-decoration: underline;
}

.navbar {
  z-index: 1000;
  background-color: #f7f4ef;
  width: 200px;
  min-width: 200px;
  max-width: 200px;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.wrapper {
  align-items: center;
  width: 90%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.nav-menu {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.image {
  width: 150px;
}

.body {
  background-color: #f7f4ef;
  justify-content: space-between;
  margin-left: 200px;
  font-weight: 400;
  display: block;
}

.section {
  justify-content: space-between;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.hero_right_block {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  display: block;
}

.hero_right_block-copy {
  color: #fff;
  background-color: #202020;
  width: 50%;
  display: block;
  position: relative;
}

.h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 72px;
  line-height: 120%;
}

.h1.alt {
  color: #fff;
  font-size: 44px;
}

.h1.alt.shadow {
  text-shadow: 0 0 12px #000;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.h1.home {
  letter-spacing: -2px;
  font-family: Castelar, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.div-block-2 {
  color: #fff;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  min-width: 50%;
  height: 100%;
  padding: 75px;
  display: flex;
}

.button {
  color: #000;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 1px;
  margin-right: 10px;
  padding: 18px 26px;
  font-size: 16px;
}

.button.alt {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 2px;
}

.button.black {
  color: #fff;
  background-color: #202020;
  border-width: 0;
  border-radius: 2px;
  margin-top: 20px;
}

.button.topmargin {
  margin-top: 10px;
}

.button.block {
  margin-top: 20px;
  margin-right: 0;
}

.div-block-3 {
  width: 100%;
  margin-top: 35px;
}

.div-block-4 {
  color: #e4e4e4;
  background-color: #0000;
  border-top: 0 solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  max-height: none;
  padding: 25px 100px;
  display: flex;
  position: relative;
}

.paragraph {
  color: #5a5a5a;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.paragraph.shadow {
  color: #fff;
  text-shadow: 1px 1px 6px #000, 0 0 20px #5756568a;
}

.paragraph.white {
  color: #fff;
}

.div-block-5 {
  background-color: #0000;
  width: 100%;
  height: 1px;
  padding-left: 100px;
  padding-right: 100px;
  position: absolute;
  inset: 0% 0% auto;
}

.divider {
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.nav-link {
  color: #333;
  font-size: 15px;
  font-weight: 700;
}

.nav-link.w--current {
  color: #333;
  border-bottom: 0 solid #000;
}

.text-block {
  font-size: 20px;
  font-weight: 700;
}

.text-block-2 {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
}

.slider {
  height: 100%;
}

.slide {
  background-image: url('../images/_dsc7309.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/_dsc7154.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/_dsc7285.jpg');
  background-position: 50%;
  background-size: cover;
}

.left-arrow {
  z-index: 15;
  width: 50px;
  height: 50px;
  margin: 0 125px 50px 0;
  inset: auto 0% 0% auto;
}

.right-arrow {
  z-index: 15;
  width: 50px;
  height: 50px;
  margin-bottom: 50px;
  margin-right: 50px;
  inset: auto 0% 0% auto;
}

.dark_gradient {
  z-index: 10;
  background-color: #0000;
  background-image: linear-gradient(#0000 61%, #000000b5);
  position: absolute;
  inset: 0%;
}

.slide-nav {
  display: none;
}

.section_white {
  width: 90%;
  max-width: 1300px;
  height: auto;
  margin: 100px auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.section_white.ista {
  display: none;
}

.grid2 {
  grid-column-gap: 100px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.heading {
  font-size: 36px;
  line-height: 120%;
}

.image-2 {
  border-radius: 2px;
  box-shadow: 0 0 30px #0003;
}

.image-7 {
  object-fit: cover;
  border-radius: 2px;
  width: 100%;
  height: 300px;
}

.footer {
  color: #fff;
  text-align: center;
  background-color: #202020;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 0;
  display: flex;
}

.image-3 {
  width: 175px;
}

.div-block-8 {
  width: auto;
  margin-top: 25px;
  display: flex;
}

.image-4 {
  margin-right: 10px;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: #fff;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.hero_right_block-copy-copy {
  width: 100%;
  position: relative;
}

.html-embed-copydfgdfg {
  text-align: center;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 700px;
  height: 500px;
  min-height: 500px;
  max-height: 500px;
  margin-top: 50px;
  margin-bottom: 0;
  padding-top: 0%;
  padding-bottom: 0;
  display: block;
  overflow: scroll;
  box-shadow: 0 0 30px #8585855c;
}

.sfgsdf {
  background-color: #f7f4ef;
  flex-direction: column;
  justify-content: center;
  width: 90%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.div-block-18-copy {
  z-index: 100;
  text-align: center;
  width: 600px;
  position: relative;
}

.sdfsdfdsfsd {
  color: #fff;
  margin-top: 0%;
}

.text-block-3 {
  color: #333;
  font-size: 15px;
  font-weight: 700;
}

.dropdown-list {
  transition: all .2s;
  position: relative;
}

.dropdown-list.w--open {
  z-index: 100;
  background-color: #f7f4ef;
  border: 0 solid #c9c9c9;
  border-radius: 2px;
  width: 225px;
  margin-right: -200px;
  padding: 25px;
  font-size: 12px;
  transition: all .2s;
  position: absolute;
  inset: 0% 0% auto auto;
  box-shadow: 0 0 30px #00000030;
}

.dropdown-link {
  color: #333;
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
  display: block;
}

.dropdown-link.w--current {
  color: #333;
}

.dropdown {
  text-align: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.dropdown-toggle {
  padding-left: 35px;
}

.div-block-20 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.collection-item {
  border-radius: 3px;
  height: auto;
  margin-bottom: 100px;
  box-shadow: 0 0 30px #8585855c;
}

.collection-item.alt {
  margin-bottom: 0;
}

.image-8 {
  object-fit: cover;
  width: 100%;
  height: 250px;
}

.image-8.alt {
  height: 175px;
}

._3 {
  margin-top: 0;
  font-size: 28px;
  line-height: 120%;
}

.div-block-21 {
  padding: 50px 25px 25px;
  position: relative;
}

.div-block-22 {
  z-index: 5;
  background-color: #f7f4ef;
  border-radius: 3px;
  width: auto;
  height: auto;
  margin: -40px 25px 0;
  padding: 15px 25px;
  position: absolute;
  inset: 0% auto auto 0%;
  box-shadow: 0 0 30px #8585855c;
}

.text-block-4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.section-agenda {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.collection-list-wrapper {
  margin-top: -150px;
}

.wrapper-2 {
  background-color: #f7f4ef;
  flex-direction: column;
  justify-content: center;
  width: 90%;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 25px;
  display: grid;
}

.collection-list-wrapper-2 {
  margin-top: 0;
}

.image-9 {
  object-fit: cover;
  border-radius: 3px;
  width: 100%;
  height: 150px;
}

.agenda-title-block {
  background-image: linear-gradient(#00000080, #00000080), url('../images/_dsc7444.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 95px;
  padding-bottom: 220px;
  display: flex;
}

.agenda-title-block.contact {
  background-image: linear-gradient(#0006, #0006), url('../images/_dsc7450.jpg');
}

.empty-state {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
}

.text-block-5 {
  display: none;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.div-block-7-copy {
  text-align: center;
  margin-left: 25px;
  margin-right: 25px;
}

.link {
  color: #333;
}

.photo-titel-block {
  z-index: 0;
  background-image: url('../images/_dsc7170.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 95px;
  padding-bottom: 175px;
  display: flex;
  position: relative;
}

.photo-titel-block.restaurant {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/dsc-0051.jpeg');
}

.photo-titel-block.feesten {
  background-image: linear-gradient(#313131cc, #313131cc), url('../images/feestlocatie-dewoude-kombof.jpeg');
}

.photo-titel-block.fotoalbum {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/_dsc7444.jpg');
}

.photo-titel-block.menu {
  background-image: url('../images/_dsc7170.jpg');
  background-position: 50%;
  background-size: cover;
}

.photo-titel-block.overo-ns {
  padding-bottom: 95px;
}

.div-block-20-copysdazz-copy {
  background-color: #0000;
  border-radius: 3px;
  width: 100%;
  margin: -150px auto 100px;
  padding: 50px 50px 25px;
  position: relative;
}

.mobile-slider {
  display: none;
}

.dsfdsfdsfc-copysf {
  background-image: linear-gradient(#00000080, #00000080), url('../images/_dsc7444.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.dsfdsfdsfc-copysf.fullheight {
  justify-content: center;
  height: 100vh;
}

.section-reserveren {
  justify-content: space-between;
  width: 100%;
  min-height: 0;
  max-height: 100%;
  display: flex;
  overflow: hidden;
}

.ssdfcdsvsdvsdffvdssdfsdfsdf {
  color: #fff;
  margin-top: 0%;
}

.image-10 {
  border-radius: 3px;
  box-shadow: 0 0 30px #00000026;
}

.grid-8 {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

.grid-9 {
  grid-template-rows: auto;
  align-items: center;
  width: 100%;
  height: 100%;
}

.image-11 {
  border-radius: 2px;
}

.div-block-30 {
  border: 1px solid #fff;
  border-radius: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 25px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.div-block-31 {
  text-align: center;
  border: 0 solid #000;
  border-radius: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lottie-animation-2 {
  width: 150px;
}

.link-2 {
  color: #000;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.locatie {
  background-color: #0000;
  border-radius: 2px;
  justify-content: space-between;
  height: auto;
  padding: 15px;
  display: block;
  box-shadow: 0 0 30px #0003;
}

.h3-2 {
  font-size: 30px;
  line-height: 120%;
}

.openingstijden {
  box-shadow: none;
  color: #fff;
  text-align: center;
  background-color: #202020;
  border-radius: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
}

.line {
  background-color: #000;
  width: 150px;
  height: 2px;
  margin-top: 0;
}

.div-block-32 {
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.grid-10 {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
}

.dsfdsrfsrwer-copysdcsdc {
  width: 250px;
  height: 400px;
  margin-top: 25px;
  overflow: hidden;
}

.lottie-animation-3 {
  width: 50px;
  margin-right: 15px;
}

.div-block-33 {
  align-items: center;
  display: flex;
}

.yuyhtyrhtjy {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.sadasdasdasd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 25px;
  display: block;
}

.div-block-20-copysdazzadasd-copy {
  background-color: #f7f4ef;
  border-radius: 3px;
  width: 100%;
  margin: -150px auto 100px;
  padding: 50px 50px 25px;
  box-shadow: 0 0 30px #8585855c;
}

.main-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  padding-top: 25px;
  padding-bottom: 35px;
  display: flex;
  position: sticky;
  box-shadow: 0 0 30px #8585855c;
}

.link-block {
  display: none;
}

.wrwerwer34234 {
  width: 100%;
  height: 400px;
  margin-top: 0;
  margin-bottom: 25px;
  padding-bottom: 0;
  overflow: hidden;
}

.wrwerwer34234-123123 {
  width: 100%;
  height: 400px;
  margin-top: 25px;
  margin-bottom: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.slide-4 {
  background-image: url('../images/_dsc7356.jpg');
  background-position: 50%;
  background-size: cover;
}

.sdcsdfvdsfvsdv-copysdfdsf-copyadasdasd-copywefwfd {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  overflow: visible;
}

.lightbox-link {
  width: 100%;
}

.grid-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-2 {
  color: #fff;
}

.paragraph-2 {
  color: #ddd;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.asdaszcd-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 50px;
  margin-left: 0;
  margin-right: 0;
}

.div-block-37 {
  background-image: linear-gradient(#0000 27%, #000), url('../images/_dsc7444.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: flex-end;
  height: 250px;
  padding: 25px;
  display: flex;
}

.div-block-37:hover {
  background-image: linear-gradient(#0000 27%, #000), url('../images/_dsc7444.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-37.b {
  background-image: linear-gradient(#0000 27%, #000), url('../images/feestlocatie-dewoude-kombof.jpeg');
}

.div-block-37.c {
  background-image: linear-gradient(#0000 27%, #000), url('../images/kombof-drone-3.jpeg');
}

.div-block-37.d {
  background-image: linear-gradient(#0000 27%, #000), url('../images/_dsc7450.jpg');
}

.slide-5 {
  background-image: url('../images/_dsc7444.jpg');
  background-position: 50%;
  background-size: cover;
}

.heading-1 {
  letter-spacing: 1px;
  text-shadow: 1px 1px 15px #000;
  font-family: Castelar, sans-serif;
  font-size: 68px;
  font-weight: 300;
  line-height: 120%;
}

.button-4 {
  color: #333;
  background-color: #fff;
  border-radius: 2px;
  margin-right: 10px;
  padding: 17px 28px;
  font-size: 16px;
  font-weight: 400;
  box-shadow: 0 0 15px #0003;
}

.button-4.alt {
  color: #fff;
  text-shadow: 0 0 12px #000;
  background-color: #0000;
  border: 1px solid #fff;
  box-shadow: 0 0 15px #0003;
}

.dark_gradient-2 {
  z-index: 10;
  background-color: #0000;
  background-image: linear-gradient(#0000, #1d1b1b), linear-gradient(#0000, #1d1b1b);
  height: 250px;
  position: absolute;
  inset: auto 0% 0%;
}

.slide-6 {
  background-image: url('../images/_dsc7170.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-34 {
  text-align: center;
  width: 700px;
  margin-top: -150px;
}

.slide-7 {
  background-image: url('../images/_dsc7450.jpg');
  background-position: 0%;
  background-size: cover;
}

.slider-2 {
  z-index: -1;
  background-color: #1d1b1b;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.right-arrow-2 {
  z-index: 15;
  width: 50px;
  height: 50px;
  margin-bottom: 50px;
  margin-right: 50px;
  display: none;
  inset: auto 0% 0% auto;
}

.left-arrow-2 {
  z-index: 15;
  width: 50px;
  height: 50px;
  margin: 0 125px 50px 0;
  display: none;
  inset: auto 0% 0% auto;
}

.div-block-35 {
  margin-top: 25px;
}

.gradient {
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.full_hero {
  color: #fff;
  background-image: linear-gradient(#0000, #1d1b1b);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.card_link {
  color: #ddd;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: underline;
}

.hero_right_block-copy {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  width: 50%;
  display: none;
}

.hero_right_block-copy-copy {
  color: #fff;
  background-color: #202020;
  width: 50%;
  display: block;
  position: relative;
}

.hero_right_block-copy-copy-copy {
  color: #fff;
  background-color: #202020;
  width: 50%;
  display: none;
  position: relative;
}

.div-block-38 {
  z-index: 50;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.lottie-animation-4 {
  width: 35px;
}

.paragraph-3 {
  color: #333;
  font-size: 15px;
  line-height: 140%;
}

.paragraph-3.small {
  margin-bottom: 0;
  font-size: 13px;
}

.paragraph-3.small.white {
  color: #fff;
}

.div-block-20-copysdazz-copy-copy {
  background-color: #0000;
  border-radius: 3px;
  width: 100%;
  margin: 0 auto 100px;
  padding: 50px 50px 25px;
  position: relative;
}

.div-block-39 {
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.div-block-40 {
  border-top: 1px solid #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding-top: 40px;
  display: flex;
}

.form-2 {
  width: 400px;
}

.text-field {
  border-radius: 2px;
  height: 50px;
  margin-bottom: 20px;
}

.text-block-6 {
  margin-top: 20px;
}

.section_video {
  background-image: linear-gradient(#00000080, #00000080);
  width: 100%;
  max-width: none;
  height: 700px;
  margin: 100px auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.background-video {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.daghap-title-block {
  background-image: linear-gradient(#00000080, #00000080), url('../images/_dsc7212.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 95px;
  padding-bottom: 220px;
  display: flex;
}

.link-3 {
  color: #fff;
  font-weight: 700;
}

.link-block-3 {
  color: #fff;
  width: 100%;
  text-decoration: none;
  position: relative;
}

.div-block-41 {
  background-image: linear-gradient(#00000040, #00000040);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-3 {
  text-shadow: 1px 1px 15px #000;
  font-weight: 600;
}

.html-embed-6 {
  margin-top: 25px;
}

.success-message {
  background-color: #0000;
}

.acsacs {
  background-image: linear-gradient(#00000040, #00000040);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-menu {
  object-fit: cover;
  border-radius: 3px;
  width: 100%;
  height: 250px;
}

.collection-list-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 100px;
  display: grid;
}

.collection-list-2.column {
  grid-template-columns: 1fr 1fr;
}

.agenda-heading {
  margin-top: 0;
  font-size: 18px;
  line-height: 140%;
}

.agenda-heading.under {
  border-bottom: 1px solid #000;
  font-size: 16px;
}

.div-block-21-copy {
  flex-direction: column;
  align-items: flex-start;
  padding: 50px 25px 25px;
  display: flex;
  position: relative;
}

.link-block-4 {
  width: 100%;
  text-decoration: none;
}

.div-block-42 {
  margin-top: 50px;
}

.cta-nav-block {
  color: #fff;
  text-align: left;
  background-color: #202020;
  background-image: linear-gradient(0deg, #000, #fff0), url('../images/ef_fq_17012025_01_05.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 15px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 150px;
  height: 100px;
  margin-top: 50px;
  margin-bottom: 25px;
  padding: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.cta-nav-block:hover {
  transform: scale(1.05);
}

@media screen and (min-width: 1280px) {
  .h1.home {
    font-size: 50px;
  }

  .div-block-20 {
    width: 900px;
  }

  .image-9 {
    height: 175px;
  }

  .div-block-20-copysdazz-copy {
    width: 100%;
    max-width: 1300px;
  }

  .dsfdsfdsfc-copysf {
    justify-content: space-between;
  }

  .section-reserveren {
    min-height: 0;
  }

  .div-block-20-copysdazzadasd-copy {
    width: 950px;
  }

  .sdcsdfvdsfvsdv-copysdfdsf-copyadasdasd-copywefwfd {
    height: 100%;
  }

  .asdaszcd-2 {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 50px;
  }

  .div-block-37 {
    background-image: linear-gradient(#0000 27%, #000), url('../images/_dsc7444.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    border-radius: 6px;
    align-items: flex-end;
    height: 250px;
    padding: 25px;
    display: flex;
  }

  .div-block-20-copysdazz-copy-copy {
    width: 100%;
    max-width: 1300px;
  }

  .image-menu {
    height: 175px;
  }
}

@media screen and (min-width: 1440px) {
  .h1.home {
    font-size: 56px;
  }

  .footer-flex-container {
    margin-bottom: 0;
  }

  .image-9 {
    height: 200px;
  }

  .photo-titel-block {
    background-image: url('../images/_dsc7170.jpg');
    background-position: 50%;
    background-size: cover;
    padding-bottom: 220px;
  }

  .div-block-20-copysdazz-copy {
    max-width: 1300px;
    margin-top: -200px;
  }

  .paragraph-2 {
    margin-bottom: 5px;
  }

  .asdaszcd-2 {
    margin-bottom: 0;
  }

  .div-block-37 {
    height: 300px;
  }

  .div-block-37.b {
    background-image: linear-gradient(#0000 27%, #000), url('../images/feestlocatie-dewoude-kombof.jpeg');
  }

  .div-block-37.c {
    background-image: linear-gradient(#0000 27%, #000), url('../images/kombof-drone-3.jpeg');
  }

  .div-block-37.d {
    background-image: linear-gradient(#0000 27%, #000), url('../images/_dsc7450.jpg');
  }

  .link-block-2 {
    text-decoration: none;
  }

  .card_link {
    margin-bottom: 0;
    font-weight: 700;
    text-decoration: underline;
  }

  .div-block-20-copysdazz-copy-copy {
    max-width: 1300px;
    margin-top: 0;
  }

  .div-block-40 {
    margin-bottom: 40px;
  }

  .image-menu {
    height: 200px;
  }
}

@media screen and (min-width: 1920px) {
  .h1.home {
    font-size: 72px;
  }

  .grid2 {
    grid-template-columns: 1fr 1.5fr;
  }

  .image-9 {
    height: 225px;
  }

  .div-block-20-copysdazz-copy {
    max-width: 1300px;
  }

  .dsfdsrfsrwer-copysdcsdc, .wrwerwer34234, .wrwerwer34234-123123 {
    overflow: hidden;
  }

  .div-block-20-copysdazz-copy-copy {
    max-width: 1300px;
  }

  .image-menu {
    height: 225px;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    align-items: center;
    width: 100%;
    min-width: 0;
    max-width: none;
    height: 125px;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    position: static;
  }

  .nav-menu {
    z-index: 2147483647;
    background-color: #f7f4ef;
    height: 100vh;
    margin-top: 125px;
    padding-left: 5%;
    padding-right: 5%;
    position: fixed;
    inset: 0%;
  }

  .image {
    width: 110px;
  }

  .body {
    margin-left: 0;
  }

  .section {
    flex-direction: column;
    height: auto;
  }

  .hero_right_block {
    width: 100%;
    height: 600px;
    display: none;
  }

  .hero_right_block-copy {
    width: 100%;
  }

  .div-block-2 {
    text-align: center;
    align-items: center;
    height: auto;
    padding: 50px 5%;
  }

  .div-block-4 {
    height: auto;
    padding: 50px 5%;
  }

  .divider {
    display: none;
  }

  .text-block-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .left-arrow {
    margin-bottom: 25px;
    margin-left: 5%;
    margin-right: 0;
    inset: auto auto 0% 0%;
    overflow: hidden;
  }

  .right-arrow {
    margin-bottom: 25px;
    margin-right: 5%;
  }

  .grid2 {
    grid-template-columns: 1fr;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .html-embed-copydfgdfg {
    margin-bottom: 50px;
  }

  .dropdown-list.w--open {
    margin-right: 0;
    position: relative;
  }

  .dropdown-toggle {
    padding-left: 20px;
  }

  .div-block-20 {
    width: 90%;
  }

  .section-agenda {
    flex-direction: column;
  }

  .div-block-7-copy {
    display: none;
  }

  .icon {
    font-size: 40px;
  }

  .div-block-20-copysdazz-copy {
    width: auto;
  }

  .menu-button {
    background-color: #0000;
  }

  .menu-button.w--open {
    background-color: #333;
    border-radius: 3px;
  }

  .mobile-slider {
    height: 250px;
    display: block;
  }

  .html-embed-4 {
    padding-bottom: 100px;
  }

  .section-reserveren {
    flex-direction: column-reverse;
    height: auto;
    min-height: auto;
  }

  .ssdfcdsvsdvsdffvdssdfsdfsdf {
    margin-top: 50px;
  }

  .grid-8 {
    grid-template-columns: 1fr;
  }

  .yuyhtyrhtjy {
    display: none;
  }

  .div-block-20-copysdazzadasd-copy {
    width: auto;
  }

  .main-wrapper {
    box-shadow: none;
    flex-direction: row;
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .sdcsdfvdsfvsdv-copysdfdsf-copyadasdasd-copywefwfd {
    margin-bottom: 0;
  }

  .asdaszcd-2 {
    grid-template-columns: 1fr 1fr;
  }

  .right-arrow-2 {
    margin-bottom: 25px;
    margin-right: 5%;
  }

  .left-arrow-2 {
    margin-bottom: 25px;
    margin-left: 5%;
    margin-right: 0;
    inset: auto auto 0% 0%;
    overflow: hidden;
  }

  .full_hero {
    width: 100%;
    height: 600px;
    display: none;
  }

  .hero_right_block-copy-copy {
    width: 100%;
    display: block;
  }

  .hero_right_block-copy {
    width: 100%;
    height: 600px;
    display: block;
  }

  .hero_right_block-copy-copy {
    width: 100%;
  }

  .hero_right_block-copy-copy-copy {
    width: 100%;
    display: block;
  }

  .div-block-20-copysdazz-copy-copy {
    width: auto;
  }

  .collection-list-2 {
    grid-template-columns: 1fr 1fr;
  }

  .cta-nav-block {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    width: 100%;
  }

  .footer {
    padding: 40px 20px;
  }

  .html-embed-copydfgdfg {
    margin-bottom: 0;
  }

  .div-block-18-copy {
    width: 100%;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .dsfdsfdsfc-copysf.fullheight {
    height: 500px;
    padding-bottom: 200px;
  }

  .locatie {
    display: none;
  }

  .grid-10 {
    grid-template-columns: 1fr;
  }

  .dsfdsrfsrwer-copysdcsdc, .wrwerwer34234, .wrwerwer34234-123123 {
    display: none;
  }

  .collection-list-2.column {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    z-index: 1000;
    height: 80px;
    position: sticky;
  }

  .nav-menu {
    z-index: 0;
    background-color: #f7f4ef;
    flex: none;
    justify-content: center;
    width: 100%;
    height: 80vh;
    margin-top: 80px;
    padding-top: 35px;
    padding-bottom: 15px;
    position: fixed;
    inset: 0% 0% auto;
    overflow: scroll;
    box-shadow: 0 0 30px #00000047;
  }

  .image {
    border-radius: 10000000px;
    width: 125px;
    margin-top: 25px;
    margin-bottom: -25px;
  }

  .section {
    height: auto;
  }

  .hero_right_block {
    height: 175px;
  }

  .h1.alt.shadow {
    font-size: 32px;
  }

  .h1.home {
    font-size: 35px;
  }

  .div-block-2 {
    padding-top: 75px;
  }

  .button.alt {
    margin-right: 0;
  }

  .div-block-3 {
    justify-content: center;
    margin-top: 15px;
    display: flex;
  }

  .div-block-4 {
    padding-top: 25px;
    padding-bottom: 50px;
  }

  .left-arrow {
    height: 100%;
    margin-bottom: 0;
    margin-left: 0%;
  }

  .right-arrow {
    height: 100%;
    margin-bottom: 0;
    margin-right: 0%;
  }

  .heading.home {
    font-size: 26px;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .image-3 {
    width: 100px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .html-embed-copydfgdfg {
    width: 100%;
    height: 600px;
    max-height: 600px;
    padding-top: 0;
    padding-bottom: 50px;
  }

  .div-block-18-copy {
    width: 100%;
  }

  .sdfsdfdsfsd {
    margin-top: 95px;
  }

  .collection-item.alt {
    background-color: #f7f4ef;
  }

  .image-8 {
    height: 175px;
  }

  .image-8.alt {
    width: 100%;
    height: 75px;
  }

  ._3 {
    font-size: 22px;
  }

  .div-block-22 {
    margin: -20px 0 8px 20px;
    padding: 10px 15px;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .text-block-4 {
    font-size: 16px;
  }

  .agenda-title-block {
    background-image: linear-gradient(#00000080, #00000080), url('../images/_dsc7444.jpg');
    background-position: 0 0, 50%;
    padding-top: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .link {
    font-size: 16px;
  }

  .icon {
    font-size: 30px;
  }

  .photo-titel-block {
    padding-top: 0;
  }

  .div-block-20-copysdazz-copy {
    flex-direction: column;
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
  }

  .menu-button {
    width: 50px;
    padding: 0;
  }

  .menu-button.w--open {
    z-index: 2147483647;
    color: #333;
    background-color: #0000;
  }

  .dsfdsfdsfc-copysf {
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .dsfdsfdsfc-copysf.fullheight {
    padding-bottom: 100px;
  }

  .section-reserveren {
    height: auto;
  }

  .ssdfcdsvsdvsdffvdssdfsdfsdf {
    margin-top: 95px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .div-block-30 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .h3-2 {
    font-size: 22px;
  }

  .grid-10 {
    grid-template-columns: 1fr;
  }

  .dsfdsrfsrwer-copysdcsdc {
    display: none;
  }

  .div-block-20-copysdazzadasd-copy {
    flex-direction: column;
    width: 100%;
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
  }

  .main-wrapper {
    justify-content: center;
  }

  .image-12 {
    width: 30px;
  }

  .link-block {
    width: 50px;
    display: block;
  }

  .sdcsdfvdsfvsdv-copysdfdsf-copyadasdasd-copywefwfd {
    margin-bottom: 0;
  }

  .grid-12, .asdaszcd-2 {
    grid-template-columns: 1fr;
  }

  .right-arrow-2 {
    height: 100%;
    margin-bottom: 0;
    margin-right: 0%;
  }

  .left-arrow-2 {
    height: 100%;
    margin-bottom: 0;
    margin-left: 0%;
  }

  .full_hero, .hero_right_block-copy {
    height: 175px;
  }

  .div-block-20-copysdazz-copy-copy {
    flex-direction: column;
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
  }

  .form-2 {
    width: 100%;
    margin-bottom: 40px;
  }

  .text-field {
    height: 40px;
  }

  .form-block {
    width: 100%;
  }

  .daghap-title-block {
    padding-top: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .collection-list-2 {
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .agenda-heading {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .agenda-heading.under {
    margin-bottom: 0;
    font-size: 14px;
  }

  .div-block-21-copy {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    padding: 30px 18px 18px;
    display: flex;
    position: relative;
  }

  .link-block-4 {
    flex-direction: column;
    align-items: center;
    display: flex;
    position: relative;
  }

  .cta-nav-block {
    width: 200px;
    margin-top: 0;
    margin-left: 20px;
  }
}

#w-node-cfc9f3d7-7526-9d54-45c7-e0608469ef8c-64be1647 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (min-width: 1440px) {
  #w-node-c12623a1-fe9e-5d11-0900-2fa4385856ee-9441aeac, #w-node-_3b87572e-ad00-111a-be8b-688e09d4be82-9441aeac, #w-node-_5474d0ba-8596-1d1e-cc67-7777484ad8c0-9441aeac, #w-node-_3b87572e-ad00-111a-be8b-688e09d4be8a-9441aeac, #w-node-_51df026d-195f-147d-ce2e-50ec5baa0153-9441aeac, #w-node-_3b87572e-ad00-111a-be8b-688e09d4be92-9441aeac, #w-node-_1ea7fc0d-407e-cf26-60cf-c77d7209d73c-9441aeac, #w-node-c12623a1-fe9e-5d11-0900-2fa4385856ee-491a21bb, #w-node-_3b87572e-ad00-111a-be8b-688e09d4be82-491a21bb, #w-node-_5474d0ba-8596-1d1e-cc67-7777484ad8c0-491a21bb, #w-node-_3b87572e-ad00-111a-be8b-688e09d4be8a-491a21bb, #w-node-_51df026d-195f-147d-ce2e-50ec5baa0153-491a21bb, #w-node-_3b87572e-ad00-111a-be8b-688e09d4be92-491a21bb, #w-node-_1ea7fc0d-407e-cf26-60cf-c77d7209d73c-491a21bb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_3b87572e-ad00-111a-be8b-688e09d4be82-9441aeac, #w-node-_3b87572e-ad00-111a-be8b-688e09d4be8a-9441aeac, #w-node-_3b87572e-ad00-111a-be8b-688e09d4be92-9441aeac, #w-node-_3b87572e-ad00-111a-be8b-688e09d4be9a-9441aeac, #w-node-_3b87572e-ad00-111a-be8b-688e09d4be82-491a21bb, #w-node-_3b87572e-ad00-111a-be8b-688e09d4be8a-491a21bb, #w-node-_3b87572e-ad00-111a-be8b-688e09d4be92-491a21bb, #w-node-_3b87572e-ad00-111a-be8b-688e09d4be9a-491a21bb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cfc9f3d7-7526-9d54-45c7-e0608469ef7c-64be1647, #w-node-cfc9f3d7-7526-9d54-45c7-e0608469ef84-64be1647 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Castelar';
  src: url('../fonts/castelar.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dharmagothice r';
  src: url('../fonts/dharmagothice_heavy_r.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}