.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 800px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.navbar-brand {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.nav-menu-wrapper {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #666;
  letter-spacing: .25px;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 0;
  font-family: Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  font-weight: 700;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.activiteit {
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  height: 200px;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.info-plaats {
  color: #666;
  margin-bottom: 0;
  font-family: Droid Serif, serif;
  font-size: 1.15rem;
  font-weight: 400;
}

.activiteiten-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  margin-top: 4rem;
  margin-bottom: auto;
  display: grid;
}

.image {
  aspect-ratio: 1;
  object-fit: cover;
  max-width: 100%;
  margin-bottom: 0;
}

.image-2 {
  width: 33%;
  margin-bottom: 1rem;
}

.image-3, .image-4 {
  margin-bottom: 1rem;
}

.activiteiten-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  inset: auto 0% 0%;
}

.div-block-3 {
  max-width: 700px;
}

.intro {
  color: #666;
  text-align: left;
  flex-flow: column;
  max-width: none;
  margin: auto;
  font-family: Droid Serif, serif;
  font-size: 1.25rem;
  line-height: 2rem;
  display: flex;
}

.content {
  max-width: 800px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: auto 0% 0%;
}

.activiteiten-titel {
  color: #666;
  margin-bottom: 1rem;
  font-family: Droid Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
  display: flex;
}

.info-activiteit {
  color: #666;
  font-family: Droid Serif, serif;
  font-size: 1rem;
}

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

.text-block {
  color: #666;
  font-family: Droid Serif, serif;
  font-size: 1rem;
  font-weight: 700;
}

.reglement-wrapper {
  flex-flow: column;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
}

.reglement-werking {
  margin-bottom: 4rem;
}

.button-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: auto;
  display: flex;
}

.button {
  background-color: #666;
  font-family: Droid Sans, sans-serif;
}

.button.w--current {
  font-size: 1rem;
}

.button-2 {
  background-color: #666;
  font-family: Droid Sans, sans-serif;
  font-size: 1rem;
}

.list-item {
  color: #666;
  margin-bottom: 1rem;
  font-family: Droid Sans, sans-serif;
}

.list-item.custom, .list-item.except, .list-item.epo, .list-item.exx {
  margin-bottom: 0;
}

.div-block-5 {
  filter: grayscale();
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-6 {
  max-height: 370px;
}

.section {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  height: 100vh;
  margin: 2rem auto;
  display: flex;
}

.section.sectie {
  width: 800px;
  margin-top: 1rem;
}

.div-block-6 {
  z-index: 2;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
}

.div-block-7 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 800px;
  display: block;
}

.section-2 {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-2 {
  font-family: Droid Serif, serif;
}

.paragraph {
  color: #666;
  text-align: justify;
  margin-bottom: 1rem;
  font-family: Droid Serif, serif;
  font-size: 1rem;
  display: flex;
}

.div-block-8 {
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  object-fit: contain;
  flex-flow: row;
  justify-content: space-around;
  align-items: stretch;
  width: auto;
  height: 200px;
  margin-top: 0;
  margin-bottom: 2rem;
  margin-left: 0;
  display: none;
}

.image-7 {
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}

.image-7.img {
  height: auto;
  padding-right: 1rem;
}

.image-7.embleem {
  object-fit: contain;
  width: auto;
  max-width: none;
  height: auto;
}

.image-7.plantin {
  box-sizing: content-box;
  object-fit: contain;
  object-position: 50% 100%;
  width: auto;
  margin-right: auto;
}

.section-3 {
  width: 800px;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
}

.heading {
  color: #666;
  font-family: Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 2rem;
}

.paragraph-2 {
  color: #666;
  font-family: Droid Serif, serif;
  font-size: 1rem;
}

.text-span, .text-span-2, .text-span-3, .text-span-4 {
  font-weight: 700;
}

.contact-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 4rem;
  padding: 0;
  display: grid;
}

.text-block-3 {
  color: #666;
  font-family: Droid Serif, serif;
  font-size: 1rem;
}

.text-block-3.bold {
  font-weight: 700;
}

.div-block-9 {
  object-fit: contain;
  justify-content: center;
  width: auto;
  margin-left: 0;
  display: flex;
}

.div-block-9.rechts {
  box-sizing: border-box;
  object-fit: contain;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

.bold-text {
  font-size: 1rem;
}

.list {
  margin-bottom: 0;
  list-style-type: decimal;
}

.list.anders {
  list-style-type: none;
}

.list.anders._2 {
  margin: 10px 10px 10px 0;
}

.image-8 {
  display: none;
}

.list-item-2 {
  color: #666;
  font-family: Droid Sans, sans-serif;
}

.list-3 {
  margin-bottom: 10px;
  padding-left: 52px;
}

.list-4 {
  margin-bottom: 0;
}

.list-5 {
  padding-left: 54px;
}

.list-6 {
  margin-bottom: 0;
}

.nieuw {
  justify-content: space-around;
  height: 200px;
  margin-bottom: 1rem;
  display: flex;
}

.image-9, .image-10 {
  object-fit: contain;
}

@media screen and (max-width: 991px) {
  .navbar-logo-left {
    background-color: #0000;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .navbar-logo-left-container.shadow-three {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .container {
    max-width: 728px;
  }

  .navbar-wrapper {
    align-items: stretch;
  }

  .navbar-brand {
    margin-bottom: 1rem;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff0;
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding: 20px;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .image {
    aspect-ratio: 1;
  }

  .activiteiten-titel {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    line-height: 1.75rem;
  }

  .section.sectie {
    margin-top: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-block-8 {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
    object-fit: contain;
    width: auto;
  }

  .image-7 {
    width: auto;
  }

  .image-7.embleem {
    box-sizing: border-box;
    object-fit: contain;
  }

  .section-3 {
    width: 90%;
  }

  .div-block-9 {
    margin-right: 0;
    display: flex;
  }

  .list {
    padding-left: 20px;
  }

  .image-8 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left {
    padding: 0 2rem;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    margin-bottom: 1rem;
    padding-left: 0;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 20px;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .menu-button {
    padding-left: 0;
  }

  .menu-button.w--open {
    color: #000;
    background-color: #fff;
  }

  .intro {
    font-size: 1.15rem;
    line-height: 1.75rem;
  }

  .content {
    width: 98%;
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
  }

  .activiteiten-titel {
    padding-left: 0;
    line-height: 1.75rem;
  }

  .div-block-8 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    height: 218px;
  }

  .image-7 {
    width: 100%;
  }

  .section-3 {
    width: 90%;
  }

  .heading {
    margin-top: 0;
  }

  .list {
    padding-left: 20px;
  }

  .image-8 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo-left-container.shadow-three {
    padding: 10px;
  }

  .container {
    max-width: none;
  }

  .navbar-brand {
    margin-bottom: 1rem;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 0;
    flex-direction: column;
  }

  .menu-button {
    padding-left: 0;
  }

  .menu-button.w--open {
    color: #000;
    background-color: #fff;
  }

  .activiteit {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    margin-bottom: 0;
  }

  .activiteiten-div {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .image {
    max-width: 100%;
    margin-bottom: 0;
  }

  .intro {
    font-size: 1.05rem;
    line-height: 1.5rem;
  }

  .content {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .activiteiten-titel {
    line-height: 2rem;
  }

  .image-5 {
    width: 200px;
    max-width: none;
  }

  .reglement-wrapper {
    margin-top: 0;
  }

  .button-div {
    align-items: center;
  }

  .button.w--current {
    padding-bottom: 9px;
    font-size: .75rem;
    line-height: 1rem;
  }

  .button-2 {
    font-size: .75rem;
    line-height: 1rem;
  }

  .section.sectie {
    margin-top: 0;
    padding: .5rem;
  }

  .div-block-7 {
    width: 95%;
  }

  .div-block-8 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    align-items: stretch;
    height: auto;
    margin-left: 0;
  }

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

  .image-7.embleem {
    width: 100%;
    display: block;
  }

  .image-7.plantin {
    object-fit: cover;
    object-position: 30% 100%;
    width: 100%;
    height: 100%;
  }

  .section-3 {
    width: 95%;
  }

  .paragraph-2 {
    line-height: 1.5rem;
  }

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

  .div-block-9 {
    justify-content: center;
    align-items: center;
    width: 50%;
    display: flex;
  }

  .div-block-9.rechts {
    align-items: stretch;
    width: 50%;
    height: auto;
  }

  .bold-text {
    line-height: 1.4rem;
  }

  .list, .list-2 {
    padding-left: 20px;
  }

  .image-8 {
    display: inline-block;
  }

  .list-4 {
    padding-left: 20px;
  }

  .list-5 {
    padding-left: 33px;
  }

  .list-6 {
    padding-left: 20px;
  }

  .nieuw {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    height: 190px;
  }

  .image-9 {
    object-fit: contain;
    width: 50%;
  }

  .image-10 {
    object-fit: cover;
    width: 50%;
  }
}

#w-node-_1b32e218-82ab-5236-899d-2b5dd98ca625-b558145c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


