:root {
  --blue: #03485e;
  --yellow-green: #84b255;
  --sea-green: #007540;
  --white: #fff;
  --rood: red;
}

.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;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #333;
  background-color: #f2f2f2;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  line-height: 1.5;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 44px;
}

h2 {
  max-width: 48ch;
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.25;
}

p {
  max-width: 110ch;
  margin-bottom: 20px;
}

a {
  color: var(--yellow-green);
  text-decoration: underline;
}

strong {
  font-weight: bold;
}

.nav-bar {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  margin-left: auto;
  margin-right: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-bar_content {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 15px 50px;
  display: flex;
}

.logo-link {
  width: 285px;
}

.nav-menu-wrapper {
  align-items: center;
  display: flex;
}

.icon_dropdown-nav {
  width: 14px;
  height: 14px;
  justify-content: center;
  align-items: center;
  margin-top: 2px;
  margin-left: 5px;
  display: flex;
}

.language-dropdown {
  flex: none;
  margin-left: 35px;
  margin-right: 0;
}

.dropdown-list {
  width: 160px;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-top: 1px solid #f2f2f2;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  margin-top: -5px;
}

.dropdown-list.language {
  width: 95px;
}

.flag {
  width: 24px;
  margin-right: 5px;
}

.nav-link_dropdown {
  min-height: 50px;
  color: #333;
  background-color: #fff;
  align-items: center;
  padding: 1px 10px 2px;
  text-decoration: none;
  display: flex;
}

.nav-link_dropdown.dropdown-subitem {
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
  padding-left: 15px;
  position: relative;
}

.nav-link_dropdown.dropdown-subitem:hover {
  background-color: #f8f8f8;
}

.logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.page-wrapper {
  width: 100%;
  max-width: 1400px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hero-image_wrapper {
  width: 100%;
  height: 650px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -60px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: -75px;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section {
  z-index: auto;
  padding-bottom: 75px;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

.section.boeken {
  padding-top: 75px;
  padding-bottom: 0;
}

.section.prijslijst {
  background-color: #f9f9f9;
  padding-top: 75px;
}

.section.is--google-maps {
  padding-bottom: 0;
}

.balk-hero {
  width: 100%;
  height: 150px;
  object-fit: cover;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer {
  height: 400px;
  position: relative;
}

.footer-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.navbar-top_contactdetails {
  font-size: 15px;
  display: flex;
}

.navbar-top_item {
  white-space: nowrap;
  align-items: center;
  margin-left: 1.5vw;
  display: flex;
}

.navbar-top_icon {
  width: 16px;
  height: 16px;
  color: var(--sea-green);
  margin-right: 3px;
  display: flex;
}

.navbar-top_link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.navbar-top_link:hover {
  color: var(--sea-green);
}

.hero-text-wrapper {
  z-index: 2;
  position: relative;
  top: -100px;
}

.h1-hero {
  max-width: 30ch;
  color: #fff;
  text-shadow: 4px 4px 20px rgba(0, 0, 0, .5);
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 60px;
}

.tag {
  background-color: var(--yellow-green);
  color: #fff;
  border-radius: 5px;
  margin-bottom: 8px;
  margin-right: 8px;
  padding: 10px 12px;
}

.tags-wrapper {
  max-width: 1090px;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 50px;
  display: flex;
}

.checkmark-icon {
  width: 20px;
  height: 20px;
  flex: none;
  margin-right: 8px;
}

.tags-content {
  align-items: center;
  display: flex;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
}

.button {
  background-color: var(--blue);
  border-radius: 5px;
  padding: 12px 20px;
}

.button.green {
  background-color: var(--yellow-green);
  border: 2px solid #fff;
  font-weight: 500;
}

.button.green.submit {
  margin-top: 15px;
}

.button.green.margin-right {
  margin-bottom: 20px;
  margin-right: 20px;
}

.button.is--green {
  background-color: var(--yellow-green);
}

.image-float-1 {
  width: 450px;
  object-fit: contain;
  border-radius: 15px;
  position: relative;
}

.grid-child_fotos {
  position: relative;
}

.image-float-2 {
  z-index: 2;
  width: 450px;
  object-fit: contain;
  border-radius: 16px;
  position: absolute;
  top: 165px;
  bottom: auto;
  left: auto;
  right: 40px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.h1-privacy {
  color: var(--blue);
  margin-top: 50px;
  margin-bottom: 30px;
}

._404-cta {
  margin-top: 50px;
}

.input-field {
  min-height: 50px;
  background-color: #f9f9f9;
  border-radius: 8px;
}

.input-field.is--large {
  min-height: 100px;
}

.field-label {
  font-weight: 600;
}

.form-grid {
  margin-top: 30px;
  margin-bottom: 20px;
}

.checkbox-field {
  margin-bottom: 2px;
  font-size: 15px;
}

.balk-footer {
  width: 100%;
  height: 150px;
  object-fit: cover;
  position: absolute;
  top: -5px;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: rotate(180deg);
}

.underline {
  width: 75px;
  height: 3px;
  background-color: var(--yellow-green);
  margin-bottom: 10px;
}

.bericht-verzonden {
  background-color: var(--yellow-green);
  color: #fff;
  border-radius: 5px;
}

.formulier {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.grid-verhuurtarieven {
  width: 100%;
  max-width: 750px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

.grid-child-2 {
  background-color: #fff;
  border-radius: 3px;
  padding: 10px;
}

.grid-child-2.is--leeg {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
}

.container {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.container.margin-bottom {
  margin-bottom: 25px;
}

.container.margin-top {
  margin-top: 2rem;
}

.grid-openingstijden {
  width: 100%;
  max-width: 750px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 5px auto 25px;
}

.google-maps-embed {
  width: 100%;
  height: 25rem;
  max-width: 64rem;
  border-radius: .5rem;
  margin-top: 7.5rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.contact-gegevens_responsive {
  display: none;
}

.contact-responsive {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.contact-responsive:hover {
  color: var(--sea-green);
}

.whatsapp-icon {
  width: 100%;
  height: 100%;
}

.whatsapp-link {
  z-index: 999;
  width: 3rem;
  height: 3rem;
  position: fixed;
  top: auto;
  bottom: 50px;
  left: auto;
  right: 50px;
}

.pop-up-flexbox {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 5vw;
  display: flex;
}

.space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.popup-close-icon {
  width: 25px;
  cursor: pointer;
  transition: transform .2s ease-out;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.popup-close-icon:hover {
  transform: scale(1.1);
}

.space-medium {
  width: 100%;
  min-height: 2rem;
}

.heading-medium {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.buttons-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.pop-up-content {
  max-width: 960px;
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  display: flex;
  position: relative;
  box-shadow: 7px 7px 20px -9px rgba(0, 0, 0, .5);
}

.pop-up {
  z-index: 99999999;
  width: 100vw;
  height: 100vh;
  background-color: rgba(51, 51, 51, .8);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.highlight {
  width: 100%;
  background-color: var(--yellow-green);
  color: var(--white);
  background-image: url('../images/info-svgrepo-com.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 18px;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 12px 15px 12px 35px;
  font-weight: 500;
  line-height: 1.2;
  display: inline-block;
}

.highlight.is--blauw {
  background-color: var(--blue);
}

.highlight.is--rood {
  background-color: var(--rood);
}

.highlight-underline {
  width: 75px;
  height: 3px;
  border-bottom: 1px solid var(--white);
  background-color: var(--yellow-green);
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 29px;
  }

  .nav-bar {
    padding-top: 0;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .dropdown-list {
    width: 100%;
  }

  .dropdown-list.w--open {
    border-left-width: 0;
    border-right-width: 0;
    margin-top: 0;
  }

  .hero-image_wrapper {
    height: 500px;
  }

  .section {
    padding-bottom: 50px;
  }

  .navbar-top_contactdetails {
    padding-left: 20px;
  }

  .navbar-top_item {
    margin-left: 0;
    margin-right: 5px;
  }

  .hero-text-wrapper {
    top: -50px;
  }

  .h1-hero {
    font-size: 40px;
    line-height: 50px;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .image-float-1 {
    width: 300px;
    position: static;
  }

  .grid-child_fotos {
    margin-bottom: 20px;
  }

  .image-float-2 {
    width: 300px;
    margin-right: 15px;
    position: static;
  }

  .contact-gegevens_responsive {
    z-index: 999;
    grid-column-gap: .5rem;
    background-color: #fff;
    border-bottom: 1px solid #f8f8f8;
    justify-content: flex-start;
    padding: .5rem 50px;
    display: flex;
  }
}

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

  .nav-bar_content {
    padding-left: 25px;
    padding-right: 25px;
  }

  .logo-link {
    padding-left: 0;
  }

  .hero-image_wrapper {
    height: 480px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .section {
    padding-left: 25px;
    padding-right: 25px;
  }

  .navbar-top_item.mobile-portrait_hide {
    display: none;
  }

  .h1-hero {
    font-size: 28px;
    line-height: 33px;
  }

  .image-float-1 {
    width: 220px;
  }

  .image-float-2 {
    width: 220px;
    border-radius: 8px;
  }

  .contact-gegevens_responsive {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .space-xsmall {
    min-height: .75rem;
  }

  .space-medium {
    min-height: 1.5rem;
  }

  .heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 16px;
  }

  h2 {
    font-size: 24px;
  }

  .nav-bar_content {
    padding-left: 15px;
    padding-right: 10px;
  }

  .logo-link {
    max-width: 200px;
  }

  .language-dropdown {
    margin-left: 0;
  }

  .hero-image_wrapper {
    height: auto;
    margin-bottom: 0;
    padding: 40px 15px 150px;
  }

  .hero-image {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .section {
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section.text {
    padding-bottom: 75px;
  }

  .section.is--google-maps {
    padding-bottom: 50px;
  }

  .balk-hero {
    height: auto;
  }

  .footer {
    height: 200px;
  }

  .navbar-top_item.mobile_hide {
    display: none;
  }

  .navbar-top_icon {
    width: 12px;
    height: 12px;
    margin-right: 1px;
    display: none;
  }

  .hero-text-wrapper {
    top: 0;
  }

  .tag {
    padding-left: 10px;
    font-size: 15px;
  }

  .tags-wrapper {
    margin-bottom: 0;
  }

  .checkmark-icon {
    width: 16px;
    height: 16px;
    margin-right: 4px;
  }

  .image-float-1, .image-float-2 {
    display: none;
  }

  .checkbox-field {
    margin-bottom: 7px;
  }

  .balk-footer {
    height: auto;
  }

  .button-parent {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .google-maps-embed {
    height: 15rem;
  }

  .contact-gegevens_responsive {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-responsive {
    font-size: 3.98vw;
  }

  .whatsapp-link {
    bottom: 15px;
    right: 15px;
  }

  .popup-close-icon {
    width: 22px;
    top: 10px;
    right: 10px;
  }

  .pop-up-content {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-cd85ed2c-ff03-d5c4-69a6-1ea6b13887f8-64057be8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd85ed2c-ff03-d5c4-69a6-1ea6b13887fb-64057be8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_61432690-4711-4da3-8e34-dfd047c31b41-64057be8, #w-node-_61432690-4711-4da3-8e34-dfd047c31b42-64057be8, #w-node-_61432690-4711-4da3-8e34-dfd047c31b46-64057be8, #w-node-_61432690-4711-4da3-8e34-dfd047c31b4a-64057be8, #w-node-_61432690-4711-4da3-8e34-dfd047c31b4e-64057be8, #w-node-_61432690-4711-4da3-8e34-dfd047c31b51-64057be8, #w-node-_61432690-4711-4da3-8e34-dfd047c31b54-64057be8, #w-node-_61432690-4711-4da3-8e34-dfd047c31b58-64057be8, #w-node-_61432690-4711-4da3-8e34-dfd047c31b5b-64057be8, #w-node-_61432690-4711-4da3-8e34-dfd047c31b5e-64057be8, #w-node-_61432690-4711-4da3-8e34-dfd047c31b62-64057be8, #w-node-_61432690-4711-4da3-8e34-dfd047c31b65-64057be8, #w-node-_61432690-4711-4da3-8e34-dfd047c31b68-64057be8, #w-node-_61432690-4711-4da3-8e34-dfd047c31b6c-64057be8, #w-node-_61432690-4711-4da3-8e34-dfd047c31b6f-64057be8, #w-node-_61432690-4711-4da3-8e34-dfd047c31b72-64057be8, #w-node-_61432690-4711-4da3-8e34-dfd047c31b76-64057be8, #w-node-_61432690-4711-4da3-8e34-dfd047c31b79-64057be8, #w-node-_61432690-4711-4da3-8e34-dfd047c31b7c-64057be8, #w-node-_61432690-4711-4da3-8e34-dfd047c31b80-64057be8, #w-node-_61432690-4711-4da3-8e34-dfd047c31b83-64057be8, #w-node-_61432690-4711-4da3-8e34-dfd047c31b86-64057be8, #w-node-_61432690-4711-4da3-8e34-dfd047c31b8a-64057be8, #w-node-_61432690-4711-4da3-8e34-dfd047c31b8d-64057be8, #w-node-_61432690-4711-4da3-8e34-dfd047c31b90-64057be8, #w-node-_61432690-4711-4da3-8e34-dfd047c31b94-64057be8, #w-node-_61432690-4711-4da3-8e34-dfd047c31b97-64057be8, #w-node-_61432690-4711-4da3-8e34-dfd047c31b9a-64057be8, #w-node-_61432690-4711-4da3-8e34-dfd047c31b9e-64057be8, #w-node-_61432690-4711-4da3-8e34-dfd047c31ba1-64057be8, #w-node-_61432690-4711-4da3-8e34-dfd047c31ba4-64057be8, #w-node-_61432690-4711-4da3-8e34-dfd047c31ba8-64057be8, #w-node-_61432690-4711-4da3-8e34-dfd047c31bab-64057be8, #w-node-_30fd5c1c-9557-386e-dbf0-59e74da20f2c-64057be8, #w-node-f5f96bdc-8889-2dfe-de23-a354baec529f-64057be8, #w-node-b04db227-2761-1821-742b-022f40276560-64057be8, #w-node-b610fab4-b97f-aa06-c37e-e805f895bfd8-64057be8, #w-node-bb5f3b89-497f-79e9-273d-d5c767a8ddf6-64057be8, #w-node-_2a2807c9-0775-10be-6f43-7891f2934194-64057be8, #w-node-_4f254936-f470-ac9f-dadd-3e4b337abc3b-64057be8, #w-node-_7cdc032c-0fb8-d0cf-732e-ead411bd3873-64057be8, #w-node-_2c36a268-722e-0de8-be92-26c84dd50db4-64057be8, #w-node-f1ff1da5-bbdf-c68f-858b-05bc133cfe31-64057be8, #w-node-_9c33bade-811a-71d3-d3ae-6dcac0c7c221-64057be8, #w-node-_406f0f0d-6208-957a-ce9b-922411219a48-64057be8, #w-node-_46660c39-6650-bb40-2cee-b36e62918ea7-64057be8, #w-node-_02a9f493-82c1-112a-ef95-9f7c34dff129-64057be8, #w-node-_33a4e1fd-1493-3694-fbfe-82d4b5005b9f-64057be8, #w-node-_0523c3d3-f318-afce-8008-f10491616d5a-64057be8, #w-node-d4ba371f-784a-5c33-973d-800f4bf1fc99-64057be8, #w-node-_7aaecd52-db32-f6b5-17dc-d3d7aa408f6f-64057be8, #w-node-f492bc60-62e5-048b-d441-bb9a88437fc4-64057be8, #w-node-_94cb690a-0729-6580-d8e9-977600ed1586-64057be8, #w-node-_80d79aa3-e881-99c6-3636-4f4a92b0e1ad-64057be8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5486d71-69d2-f0f4-e547-2f7d0336b8a6-64057be8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_647c7c8b-c083-66df-e382-d337e83f2036-64057be8, #w-node-f1856da5-6e24-3b93-ccea-f05c8934a74a-64057be8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ae6db6db-3ce8-5228-9564-58066611c7f6-64057be8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-cd85ed2c-ff03-d5c4-69a6-1ea6b13887f8-64057be8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_647c7c8b-c083-66df-e382-d337e83f2036-64057be8, #w-node-f1856da5-6e24-3b93-ccea-f05c8934a74a-64057be8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}