:root {
  --grey: #777;
  --font-heading: #c2b698;
  --background: #efeeed;
  --font-color: #232a34;
  --white: white;
  --black: #2c2c2c;
  --primary: #bcdf00;
}

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

p {
  color: var(--grey);
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

a {
  color: var(--font-heading);
  text-decoration: none;
}

a:hover {
  color: var(--grey);
}

.image {
  color: var(--font-heading);
  height: 80px;
}

.navbar {
  z-index: 0;
  border-bottom: 3px solid var(--background);
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav-link {
  color: var(--font-color);
  text-transform: uppercase;
  margin: 20px;
  padding: 0;
  font-family: Questrial, sans-serif;
  font-size: 1em;
  line-height: 1.2857em;
}

.nav-link:hover {
  border-bottom: 3px solid var(--font-heading);
}

.nav-link.w--current {
  border-style: none none solid;
  border-width: 1px 1px 3px;
  border-color: black black var(--font-heading);
  color: var(--font-heading);
  margin: 20px;
  padding: 0;
}

.nav-menu {
  align-items: center;
  height: 80px;
  display: flex;
}

.brand {
  align-items: center;
  padding-left: 0;
  display: flex;
}

.brand.w--current {
  align-items: center;
  height: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block {
  width: 10px;
}

.body {
  color: var(--font-color);
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.nav {
  z-index: 999999;
  background-color: #fff;
  position: sticky;
  top: 0;
}

.topheader {
  background-color: #efeeed;
}

.h6 {
  color: var(--font-heading);
  letter-spacing: .38em;
  text-transform: uppercase;
  white-space: normal;
  font-family: Open Sans Condensed, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2em;
}

.h6.white {
  color: var(--white);
}

.h6.black {
  color: var(--black);
}

.m10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.slider {
  width: 100%;
  height: 700px;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  height: 700px;
}

.slide-nav, .left-arrow, .right-arrow {
  display: block;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: static;
  inset: 0%;
}

.div-block-3 {
  position: relative;
}

.button {
  border: 3px solid var(--primary);
  background-color: var(--primary);
  color: var(--black);
  text-align: center;
  letter-spacing: 5.5px;
  text-transform: uppercase;
  width: auto;
  padding: 16px 24px;
  font-family: Open Sans Condensed, sans-serif;
  font-size: .9333em;
  font-weight: 700;
  line-height: 1.2857em;
}

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

.div-block-4 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.div-block-5 {
  height: 16px;
}

.container {
  position: absolute;
  inset: 0%;
}

.slide {
  width: 100%;
}

.cards {
  background-color: var(--background);
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.wrapper-card {
  background-color: #0000;
  background-image: url('../images/33.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 225px;
  position: relative;
}

.wrapper-card:hover {
  background-image: linear-gradient(#2c2c2c80, #2c2c2c80), url('../images/33.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.wrapper-card._2 {
  background-image: url('../images/44.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.wrapper-card._2:hover {
  background-image: linear-gradient(#2c2c2c80, #2c2c2c80), url('../images/44.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.wrapper-card._3 {
  background-image: url('../images/55.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.wrapper-card._3:hover {
  background-image: linear-gradient(#2c2c2c80, #2c2c2c80), url('../images/55.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.inside-border {
  border: 3px solid var(--font-heading);
  justify-content: center;
  align-items: center;
  margin: 16px;
  padding: 16px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.h5 {
  color: var(--black);
  text-align: left;
  letter-spacing: 6.4px;
  text-transform: uppercase;
  font-family: Open Sans Condensed, sans-serif;
  font-size: 1.066em;
  font-weight: 700;
  line-height: 1.3em;
}

.h5.black {
  color: var(--black);
  text-align: left;
}

.h5.white {
  color: var(--white);
}

.h5.white.centered {
  text-align: center;
}

.h3 {
  color: var(--black);
  font-family: Questrial, sans-serif;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.55em;
}

.p {
  color: #777;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.p:hover {
  color: var(--grey);
}

.p.white {
  color: var(--white);
  text-align: left;
  font-size: 16px;
}

.p.black {
  color: var(--black);
}

.p.centered {
  text-align: center;
}

.columns {
  align-items: center;
  display: flex;
}

.welkom {
  margin-top: 60px;
  margin-bottom: 60px;
}

.h2 {
  color: #000;
  font-family: Questrial, sans-serif;
  font-size: 3.3em;
  font-weight: 400;
  line-height: 1.22em;
}

.h2.centered {
  text-align: center;
}

.wat-is-zeewier {
  background-image: linear-gradient(#00000040, #00000040), url('../images/knotswier.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-6 {
  width: 50%;
}

.intense-smaak {
  margin-top: 60px;
  margin-bottom: 60px;
}

.m24 {
  flex-direction: column;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}

.slogan {
  color: var(--font-heading);
  font-family: Open Sans Condensed, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.slogan.white {
  color: var(--white);
}

.columns-2 {
  align-items: center;
  display: flex;
}

.column {
  align-items: center;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.columns-3 {
  background-color: var(--background);
  align-items: center;
  height: 500px;
  display: flex;
}

.div-block-7 {
  margin-top: 24px;
}

.div-block-8 {
  max-width: 75%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.column-2 {
  justify-content: center;
  height: 100%;
  display: flex;
}

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

.over-ons {
  background-color: var(--background);
  background-image: url('../images/44.jpeg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 25% 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.columns-4 {
  align-items: center;
  display: flex;
}

.footer-link {
  color: var(--grey);
  padding-top: 0;
  padding-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--font-heading);
}

.footer-link.w--current {
  color: var(--grey);
}

.bestellen {
  margin-top: 60px;
  margin-bottom: 60px;
}

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

.topfooter {
  padding-top: 16px;
  padding-bottom: 16px;
}

.footer {
  border-top: 3px solid var(--background);
  margin-top: 0;
  padding-top: 60px;
}

.image-4 {
  height: 50px;
}

.link {
  color: var(--white);
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.link:hover {
  color: var(--grey);
}

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

.footer-card {
  padding-left: 0;
  padding-right: 16px;
}

.topfooter-text {
  color: #777;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.topfooter-text.white {
  color: var(--white);
  font-size: 16px;
}

.topfooter-text.black {
  color: var(--black);
}

.link-block {
  width: 30px;
  height: 30px;
}

.image-5 {
  height: 50px;
}

.div-block-11 {
  align-items: center;
  height: 80px;
  padding-left: 48px;
  display: flex;
}

.column-3 {
  justify-content: flex-end;
  display: flex;
}

.h1 {
  color: var(--white);
}

.text-block {
  color: var(--font-color);
}

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

.section {
  background-color: var(--font-heading);
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-13 {
  border-right: 1px solid var(--white);
  border-left: 1px solid var(--white);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-13.no-lines {
  border-left-style: none;
  border-right-style: none;
}

.image-6 {
  height: 25px;
}

.image-7 {
  width: 100%;
  height: 200px;
}

.column-4 {
  background-color: var(--font-heading);
  height: 100%;
}

.column-5 {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.div-block-14 {
  padding: 40px;
}

.tab-link-tab-2 {
  color: #aa9f84;
  background-color: #0000;
  font-size: 16px;
  line-height: 24px;
}

.tab-link-tab-2.w--current {
  background-color: var(--primary);
  color: var(--white);
}

.tab-link-tab-3 {
  color: #aa9f84;
  background-color: #0000;
  font-size: 16px;
  line-height: 24px;
}

.tab-link-tab-3.w--current {
  background-color: var(--primary);
  color: var(--white);
}

.tab-link-2012 {
  color: #aa9f84;
  background-color: #0000;
  font-size: 16px;
  line-height: 24px;
}

.tab-link-2012.w--current {
  background-color: var(--primary);
  color: var(--white);
  font-size: 16px;
  line-height: 24px;
}

.columns-5 {
  height: 450px;
}

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

.tabs {
  margin-top: 24px;
}

.section-2 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.h4 {
  color: var(--black);
  font-family: Questrial, sans-serif;
  font-size: 1.86em;
  font-weight: 400;
  line-height: 1.3em;
}

.image-9 {
  object-fit: cover;
  width: 100%;
  height: 500px;
}

.columns-6 {
  background-color: var(--background);
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-6 {
  display: flex;
}

.image-10 {
  width: auto;
  height: auto;
}

.link-block-2 {
  width: 30px;
  height: 30px;
  margin-top: 24px;
}

.newsitem {
  column-count: 3;
  white-space: normal;
  flex-direction: column;
  margin-bottom: 20px;
  display: flex;
}

.link-block-3 {
  background-color: var(--background);
  text-decoration: none;
}

.link-block-3:hover {
  background-color: var(--grey);
}

.div-block-16 {
  background-color: var(--background);
  padding: 24px;
}

.div-block-17 {
  background-color: var(--primary);
  margin-bottom: 16px;
  padding: 4px;
  display: inline-block;
}

.nieuws-datum {
  color: var(--black);
  letter-spacing: 5.5px;
  text-transform: uppercase;
  font-family: Open Sans Condensed, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2em;
}

.nieuws-datum.white {
  color: var(--white);
}

.nieuws-datum.black {
  color: var(--black);
}

.nieuws-titel {
  color: var(--black);
  font-family: Questrial, sans-serif;
  font-size: 1.86em;
  font-weight: 400;
  line-height: 1.3em;
}

.collection-item {
  margin-bottom: 16px;
}

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

.section-3 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-4 {
  margin-top: 60px;
  padding-bottom: 60px;
}

.image-12 {
  object-fit: cover;
  width: 100%;
  margin-bottom: 16px;
}

.nieuws-link {
  color: var(--primary);
  padding-top: 0;
  padding-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
}

.nieuws-link:hover, .nieuws-link.w--current {
  color: var(--grey);
}

.section-5 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.quote-text {
  color: var(--font-heading);
  letter-spacing: 5.6px;
  text-transform: uppercase;
  padding-top: 21px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 41px;
}

.quote-title {
  color: var(--grey);
  font-family: Questrial, sans-serif;
  font-size: 28px;
  line-height: 41px;
}

.div-block-19 {
  border: 2px solid var(--font-heading);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-20 {
  background-color: var(--background);
  margin-bottom: 30px;
  padding: 30px 30px 45px;
}

.list-item {
  color: var(--primary);
  margin-bottom: 8px;
}

.sidebar-link {
  color: var(--grey);
}

.sidebar-link:hover {
  color: var(--font-heading);
}

.sidebar-link.w--current {
  color: var(--font-heading);
  font-size: 15px;
  line-height: 23px;
}

.sidebar-link.w--current:hover {
  color: var(--grey);
}

.image-13 {
  object-fit: cover;
  flex: none;
  width: 100px;
  height: 100px;
  margin-right: 8px;
}

.div-block-21 {
  margin-bottom: 16px;
  display: flex;
}

.div-block-22 {
  background-color: var(--primary);
  padding: 4px 8px;
  display: inline-block;
}

.image-14 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.div-block-23 {
  padding-bottom: 16px;
}

.div-block-24 {
  background-color: var(--font-heading);
  justify-content: center;
  padding: 30px;
  display: block;
}

.column-8 {
  background-color: var(--font-heading);
}

.card-ambassadeur {
  background-color: var(--font-heading);
  align-items: center;
  height: 450px;
  margin-bottom: 24px;
  display: flex;
}

.link-2 {
  color: var(--black);
}

.link-2:hover {
  color: var(--grey);
}

.image-15 {
  height: 275px;
}

.list-item-links {
  color: var(--black);
  margin-bottom: 8px;
}

.recepten_fotos {
  width: 33%;
  height: 200px;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 30% 30% 30%;
}

.image-16 {
  object-fit: cover;
  width: 100%;
  height: 200px;
}

.div-block-25 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 36px;
  margin-bottom: 0;
  display: block;
}

.div-block-26 {
  margin-bottom: 24px;
}

.image-17 {
  object-fit: cover;
  width: 100%;
  height: 450px;
}

.dropdown-list {
  background-color: var(--font-heading);
}

.dropdown-list.w--open {
  z-index: 1;
}

.dropdown-link {
  color: var(--black);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin: 10px 20px;
  padding: 8px 10px;
  font-family: Open Sans Condensed, sans-serif;
  font-size: .933em;
  font-weight: 700;
  line-height: 1.2857em;
}

.dropdown-link:hover {
  background-color: var(--primary);
  color: var(--black);
  padding-top: 8px;
  padding-bottom: 8px;
}

.dropdown-link.w--current {
  color: var(--black);
}

.dropdown-toggle {
  margin: 20px 0;
  padding: 0 20px 0 0;
}

.dropdown-toggle.w--open {
  margin-top: 0;
  margin-bottom: 0;
}

.icon-2 {
  margin-left: 0;
}

.div-block-27 {
  background-color: #2c2c2c80;
  position: absolute;
  inset: 0%;
}

.image-18 {
  width: 100px;
  height: 100px;
  margin-right: 8px;
}

.div-block-28 {
  margin-bottom: 16px;
  display: flex;
}

.div-block-29 {
  background-color: var(--primary);
  padding: 4px 10px;
}

@media screen and (max-width: 991px) {
  .nav-link {
    color: var(--white);
    border-bottom: 1px #000;
    flex: none;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 20px;
  }

  .nav-link:hover {
    color: var(--black);
    border-bottom-style: none;
  }

  .nav-link.w--current {
    color: var(--white);
    border-bottom-style: none;
    margin-left: 20px;
    margin-right: 20px;
  }

  .nav-link.w--current:hover {
    color: var(--black);
  }

  .nav-menu {
    z-index: 10;
    background-color: var(--font-heading);
    justify-content: flex-start;
    height: auto;
  }

  .slider {
    height: auto;
  }

  .image-2 {
    height: 600px;
  }

  .slide-nav {
    inset: auto 0% 0%;
  }

  .div-block-4 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .columns-3 {
    height: 700px;
  }

  .div-block-8 {
    padding-left: 20px;
  }

  .over-ons {
    height: auto;
  }

  .menu-button {
    height: 80px;
    padding-top: 27.5px;
    padding-bottom: 27.5px;
  }

  .menu-button.w--open {
    background-color: var(--white);
    color: var(--black);
  }

  .icon {
    width: 25px;
    height: 25px;
  }

  .div-block-11 {
    padding-left: 20px;
  }

  .h1.centered {
    text-align: center;
  }

  .nieuws-datum {
    letter-spacing: 0;
  }

  .image-13 {
    width: 50px;
    height: 50px;
  }

  .card-ambassadeur {
    height: 550px;
  }

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

  .image-17 {
    height: 550px;
  }

  .dropdown-toggle {
    display: block;
  }

  .dropdown-toggle:hover {
    color: var(--black);
  }

  .dropdown {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .icon-2 {
    color: var(--white);
  }

  .icon-2:hover {
    color: var(--black);
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
  }

  .nav-link.w--current {
    margin-left: 10px;
    margin-right: 10px;
  }

  .brand {
    padding-left: 10px;
  }

  .body {
    padding-left: 0;
  }

  .nav {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .topheader {
    padding-left: 10px;
    padding-right: 10px;
  }

  .slider {
    padding-left: 0;
  }

  .image-2 {
    height: 500px;
  }

  .div-block-2 {
    padding-left: 10px;
  }

  .wrapper-card {
    margin-bottom: 24px;
  }

  .columns {
    flex-direction: column;
  }

  .wat-is-zeewier {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-6 {
    width: auto;
  }

  .columns-2 {
    flex-direction: row;
  }

  .column {
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns-3 {
    flex-direction: column;
    height: auto;
  }

  .div-block-8 {
    width: 75%;
    max-width: none;
    padding-left: 0;
  }

  .column-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .over-ons {
    padding-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns-4 {
    flex-direction: column;
  }

  .grid {
    grid-row-gap: 24px;
    grid-template: "Area"
                   "."
                   / 1fr;
  }

  .topfooter {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer {
    padding-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-card {
    border-bottom: 1px solid var(--background);
  }

  .footer-card.hide {
    display: none;
  }

  .link-block {
    border-bottom: 1px none var(--background);
    margin-bottom: 24px;
    padding-bottom: 0;
  }

  .menu-button {
    height: 80px;
    padding-top: 27.5px;
    padding-bottom: 27.5px;
    display: flex;
  }

  .icon {
    width: 25px;
    height: 25px;
  }

  .div-block-11 {
    padding-left: 10px;
  }

  .column-3 {
    justify-content: flex-start;
  }

  .div-block-12 {
    margin-bottom: 24px;
  }

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

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

  .div-block-13 {
    border-left-style: none;
    border-right-style: none;
  }

  .div-block-13.no-lines {
    border-top: 1px none var(--white);
    border-bottom: 1px none var(--white);
  }

  .div-block-13.no-lines.hide {
    display: none;
  }

  .columns-5 {
    height: auto;
  }

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

  .columns-6 {
    flex-direction: row;
  }

  .column-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-7 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .newsitem {
    column-count: 2;
  }

  .link-block-3:hover {
    background-color: var(--background);
  }

  .div-block-17 {
    display: inline-block;
  }

  .image-11 {
    max-height: none;
  }

  .section-3, .section-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-18 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-13 {
    width: 100px;
    height: 100px;
  }

  .card-ambassadeur {
    height: 475px;
  }

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

  .column-9 {
    flex-direction: row;
    display: block;
  }

  .column-10, .column-11 {
    margin-bottom: 60px;
  }

  .image-17 {
    height: 475px;
  }
}

@media screen and (max-width: 479px) {
  .image, .brand.w--current {
    height: 50px;
  }

  .image-2 {
    height: 500px;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .div-block-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .slogan.hide {
    display: none;
  }

  .columns-2 {
    flex-direction: column;
  }

  .div-block-8 {
    width: auto;
  }

  .footer-card {
    border-style: none none solid;
    border-width: 1px;
    border-color: var(--background);
  }

  .link-block {
    margin-bottom: 24px;
    padding-bottom: 0;
    display: block;
  }

  .menu-button {
    height: 50px;
    padding-top: 12.5px;
    padding-bottom: 12.5px;
  }

  .div-block-10 {
    padding-bottom: 24px;
  }

  .hide {
    display: none;
  }

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

  .div-block-13 {
    border-bottom: 1px none var(--white);
    border-left-style: none;
    border-right-style: none;
  }

  .div-block-14 {
    padding-left: 0;
    padding-right: 0;
  }

  .tab-link-tab-2, .tab-link-tab-3, .tab-link-2012, .tab-link-2012.w--current {
    padding-left: 8px;
    padding-right: 8px;
  }

  .columns-5 {
    height: auto;
  }

  .tabs-menu {
    display: flex;
  }

  .nieuws-datum {
    letter-spacing: 0;
    font-size: .8em;
  }

  .nieuws-titel {
    font-size: 1em;
    line-height: 1.2em;
  }

  .quote-text {
    text-align: center;
  }

  .card-ambassadeur {
    flex-direction: column;
    height: auto;
  }

  .card-ambassadeur.reverse {
    flex-direction: column-reverse;
  }

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

  .image-17 {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b40a9fb7-da9e-068d-a1fb-693d0265e042-0265e037, #w-node-b40a9fb7-da9e-068d-a1fb-693d0265e052-0265e037 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


