:root {
  --dark-red: #5b3862;
  --dark-khaki: #799f07;
  --dim-grey: #524040;
  --peru: #b37a3b;
}

.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;
  background-color: #0000;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 135%;
}

h1 {
  color: #fff;
  text-align: center;
  background-color: #00000082;
  margin-top: 0;
  margin-bottom: 15px;
  padding: 3px 12px 9px;
  font-family: myriad-pro, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 40px;
}

h2 {
  color: #fff;
  background-color: #00000073;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 6px 12px;
  font-family: museo-slab, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 24px;
  display: inline-block;
}

h3 {
  color: var(--dark-red);
  margin-top: 0;
  margin-bottom: 14px;
  font-family: museo-slab, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 35px;
}

h4 {
  color: var(--dark-khaki);
  margin-top: 0;
  margin-bottom: 12px;
  font-family: myriad-pro, sans-serif;
  font-size: 27px;
  font-weight: 300;
  line-height: 1;
}

h5 {
  color: var(--dark-red);
  text-transform: uppercase;
  font-family: museo-slab, sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 1;
  display: block;
}

h6 {
  color: var(--dark-khaki);
  margin-top: 9px;
  margin-bottom: 1px;
  font-family: myriad-pro, sans-serif;
  font-size: 27px;
  font-weight: 300;
  line-height: 24px;
}

p {
  color: var(--dim-grey);
  letter-spacing: .02em;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: myriad-pro, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

a {
  color: #24a7ff;
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 21px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Lato, sans-serif;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 135%;
}

figure {
  margin-bottom: 20px;
}

figcaption {
  color: #aaa;
  text-align: center;
  margin-top: 5px;
  font-size: 13px;
}

.navigatie-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  width: 312px;
}

.content-wrapper {
  background-image: url('../images/croatia-map-wit.svg'), linear-gradient(#d9dbdf80, #d9dbdf80);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  background-attachment: fixed, scroll;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  width: 77%;
  display: flex;
  position: relative;
}

.navbar {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding-top: 81px;
  box-shadow: 0 0 33px -12px #00000054;
}

.nav-link {
  color: var(--dim-grey);
  border-bottom: 1px solid #ddd;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 50px;
  font-family: myriad-pro, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--dark-khaki);
  text-decoration: none;
}

.navbar-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 90vh;
  display: flex;
  position: sticky;
  top: 81px;
}

.merk {
  text-align: center;
  align-self: center;
  width: 100%;
  margin-bottom: 45px;
  padding-left: 50px;
  padding-right: 50px;
}

.nav-menu {
  border-top: 1px solid #ddd;
  flex-direction: column;
  align-self: stretch;
  display: flex;
}

.nav-info-wrapper {
  width: 100%;
  margin-top: 33px;
  font-family: myriad-pro, sans-serif;
  font-weight: 300;
}

.nav-info-link {
  color: #000;
  text-decoration: none;
}

.nav-info-link.email {
  margin-top: 3px;
  display: inline-block;
}

.hero-wrapper {
  z-index: 0;
  color: #fff;
  text-align: center;
  background-image: url('../images/slider5.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 420px;
  padding-top: 81px;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
  position: relative;
}

.section {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
  position: relative;
}

.section.last {
  margin-bottom: 39px;
  padding-bottom: 99px;
}

.wrapper {
  flex-direction: column;
  align-items: center;
  width: auto;
  max-width: 1110px;
  margin-top: 180px;
  display: flex;
  position: relative;
}

.wrapper.footer {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 10px;
}

.wrapper.sfeerimpressie {
  max-width: 1000px;
}

.wrapper.eerste {
  margin-top: 135px;
}

.wrapper._66 {
  margin-top: 111px;
}

.grid {
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  align-items: center;
  position: relative;
}

.grid.derde {
  grid-row-gap: 3rem;
  grid-template-columns: .75fr 1fr;
}

.grid._1-5 {
  grid-template-columns: 1fr .5fr;
}

.grid._5-1 {
  grid-template-columns: .5fr 1fr;
}

.grid.handige-links {
  grid-template-columns: 1fr;
  margin-top: 15px;
}

.grid.sfeerimpressie {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 15px;
}

.nav-info-tekst {
  color: var(--dim-grey);
  padding-left: 50px;
  font-size: 13px;
  line-height: 18px;
  display: inline-block;
}

.content-div {
  width: 100%;
}

.content-div.minder-rechts.beschikbaarheid {
  padding-left: 0;
}

.image {
  object-fit: cover;
  object-position: 50% 50%;
  border: 6px solid #fff;
  width: 100%;
  height: 100%;
  box-shadow: 0 9px 21px -12px #000000b8;
}

.image.contain {
  object-fit: contain;
  height: auto;
}

.image-wrapper {
  max-height: 330px;
  position: relative;
  top: -21px;
}

.image-wrapper._21 {
  top: 0;
}

.image-wrapper._21.normaal.toch-21 {
  top: -21px;
}

.magin-wrapper {
  width: 100%;
  height: 0;
  position: relative;
}

.magin-wrapper._45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.magin-wrapper._33 {
  margin-top: 33px;
  margin-bottom: 33px;
}

.body-wrapper {
  display: flex;
}

.stempel {
  position: absolute;
  inset: auto 6% -15% auto;
}

.stempel.croatie {
  bottom: -18%;
  left: 9%;
  right: auto;
}

.stempel-image {
  width: 171px;
}

.tabs {
  width: 100%;
  margin-top: 15px;
}

.tabs-menu {
  justify-content: center;
  margin-bottom: 45px;
  display: flex;
}

.list-item {
  color: var(--dim-grey);
  margin-bottom: 3px;
  padding-left: 0;
  font-family: myriad-pro, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

.list-item.para {
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 300;
}

.tab-kopje {
  color: var(--dim-grey);
  font-family: myriad-pro, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.3;
  display: inline-block;
}

.tab-link-tab-1 {
  background-color: #e0e0e073;
  border-right: 1px solid #fff;
  justify-content: center;
  align-items: center;
  padding: 15px 39px;
  transition: background-color .333s;
  display: flex;
}

.tab-link-tab-1:hover {
  background-color: #52404017;
}

.tab-link-tab-1.w--current {
  background-color: #fff;
  border-right: 1px solid #fff;
}

.tab-link-tab-2 {
  background-color: #e0e0e073;
  border-right: 1px solid #fff;
  justify-content: center;
  align-items: center;
  padding: 15px 39px;
  transition: background-color .333s;
  display: flex;
}

.tab-link-tab-2:hover {
  background-color: #52404017;
}

.tab-link-tab-2.w--current {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 15px 39px;
  display: flex;
}

.tab-link-tab-3 {
  background-color: #e0e0e073;
  justify-content: center;
  align-items: center;
  padding: 15px 39px;
  transition: background-color .333s;
  display: flex;
}

.tab-link-tab-3:hover {
  background-color: #52404017;
}

.tab-link-tab-3.w--current {
  background-color: #fff;
  flex: 0 auto;
  padding-left: 39px;
  padding-right: 39px;
}

.streamer {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 123px;
  margin-top: 180px;
  display: flex;
  position: relative;
}

.streamer-wrapper {
  justify-content: center;
  align-items: center;
  width: 810px;
  max-width: 810px;
  display: flex;
  position: relative;
}

.streamer-wrapper.istri {
  justify-content: center;
  width: 810px;
  max-width: 810px;
}

.streamer-image {
  margin-left: 45px;
  position: relative;
  inset: auto 0% 15px auto;
}

.streamer-image.kroati {
  margin-left: 0;
  margin-right: 45px;
}

.slider {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 420px;
  margin-top: 150px;
}

.slider-2 {
  align-self: stretch;
  height: 100%;
}

.slider-wrapper {
  background-image: url('../images/home.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 111px;
  padding-right: 111px;
  display: flex;
  position: relative;
}

.slider-wrapper._1 {
  color: #fff;
  background-image: url('../images/slider4.webp');
}

.slider-wrapper._2 {
  background-image: url('../images/slider1.webp');
}

.slider-wrapper._3 {
  background-image: url('../images/slider3.jpg');
}

.slider-wrapper._4 {
  background-image: url('../images/slider5.webp');
}

.slider-wrapper._5 {
  background-image: url('../images/slider2.webp');
}

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

.button {
  background-color: var(--dark-red);
  color: #fff;
  letter-spacing: .02em;
  margin-top: 12px;
  font-family: myriad-pro, sans-serif;
  font-weight: 300;
  transition: background-color .222s;
}

.button:hover {
  background-color: var(--dark-khaki);
}

.ikoon {
  color: var(--dim-grey);
  justify-content: center;
  align-items: center;
  width: 15px;
  margin-right: 9px;
  display: block;
  position: relative;
  top: 2px;
}

.tabs-content {
  overflow: visible;
}

.mooie-link {
  width: 6px;
  height: 6px;
  position: absolute;
  inset: -99px auto auto 0%;
}

.plakband {
  width: 90px;
  height: auto;
  position: absolute;
  inset: -15px auto auto 57%;
  transform: rotate(-6deg)translate(-50%);
}

.plakband._180 {
  top: -19px;
  left: 21%;
  transform: rotate(3deg)rotate(180deg)translate(-50%);
}

.logo-wrapper {
  grid-column-gap: 21px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 168px;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.logo-div.safe {
  padding: 6px 6px 6px 0;
}

.logo-vakantie.safe {
  padding-left: 6px;
  padding-right: 6px;
}

.sup {
  margin-left: 1px;
  font-size: 15px;
  display: inline-block;
  position: relative;
  top: -4px;
}

.handige-links-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 46.875rem;
  display: grid;
}

.handige-links-wrapper.footer {
  background-color: #0000;
  grid-template-columns: 1fr 1fr;
  align-self: stretch;
  padding-top: 10px;
}

.links-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.embed-links {
  color: var(--dark-khaki);
  width: 30px;
  height: 30px;
}

.embed-links.airline {
  color: var(--dim-grey);
  width: 21px;
  height: 21px;
}

.embed-links.auto, .embed-links.golfbaan {
  color: var(--dim-grey);
  width: 20px;
  height: 20px;
}

.embed-links.tourist {
  color: var(--dim-grey);
  width: 14px;
  height: 14px;
}

.links-paragraph {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 11px;
}

.list-links {
  text-align: center;
  letter-spacing: .03em;
  text-transform: uppercase;
  margin-bottom: 9px;
  font-family: myriad-pro, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.list-link-link {
  color: var(--dim-grey);
  background-color: #fff;
  margin-bottom: 21px;
  padding: 15px 8px;
  font-size: 15px;
  line-height: 131%;
  text-decoration: none;
  transition: background-color .222s, color .222s;
  display: block;
}

.list-link-link:hover {
  color: var(--dark-khaki);
  background-color: #ffffff9c;
}

.list {
  width: 100%;
  padding-left: 3px;
  padding-right: 3px;
  position: relative;
}

.footer {
  text-align: center;
  background-color: #000000cf;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 0;
  font-family: myriad-pro, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.footer-heading {
  letter-spacing: .03em;
  background-color: #0000;
  border-bottom: 1px solid #fff3;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  line-height: .9;
}

.lightbox-image {
  object-fit: cover;
  border: 3px solid #fff;
  width: 100%;
  height: 100%;
  box-shadow: 0 9px 21px -12px #000000b8;
}

.lightbox-link {
  position: relative;
}

.lightbox-link.naar-links {
  left: -15px;
}

.lightbox-link.naar-boven {
  top: -15px;
}

.lightbox-link.naar-rechts {
  left: 15px;
}

.lightbox-link.naar-beneden {
  top: 15px;
}

.footer-paragraph {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}

.footer-wrapper {
  text-align: center;
}

.section-footer {
  text-align: center;
  background-color: #000000cf;
  flex-direction: column;
  align-items: center;
  padding-top: 45px;
  padding-bottom: 0;
  font-family: myriad-pro, sans-serif;
  font-size: 18px;
  font-weight: 300;
  display: flex;
}

.hero-home-nav-group {
  color: #093b5c54;
  letter-spacing: 6px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}

.hero-home-nav-group.footer-tekst {
  color: #fff;
  letter-spacing: .06em;
  margin-top: 45px;
  margin-bottom: 21px;
  font-size: 9px;
  font-weight: 300;
  line-height: 10px;
}

.footer-link {
  color: #fff;
  letter-spacing: 1px;
  text-decoration: none;
}

.year-hack {
  display: none;
}

.bold-text {
  margin-bottom: 9px;
  font-weight: 400;
  display: inline-block;
}

.logo-merk {
  width: 100%;
}

.modal {
  z-index: 9999;
  background-color: #000000cf;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.modal-wrapper {
  background-color: #fff;
  width: 50vw;
  height: 86vh;
  padding: 20px 45px 40px;
  position: relative;
  overflow: auto;
}

.modal-heading {
  color: #000;
  background-color: #0000;
  margin-bottom: 15px;
  padding-top: 24px;
  padding-left: 0;
  display: block;
}

.paragraph {
  height: 90%;
  overflow: scroll;
}

.paragraph.kleiner {
  padding-right: 21px;
  font-size: 17px;
  line-height: 23px;
}

.modal-close {
  cursor: pointer;
  width: 33px;
  height: 33px;
  position: absolute;
  inset: 30px 6px auto auto;
}

.modal-close-x {
  width: 21px;
}

.gradient {
  z-index: 9;
  position: absolute;
  inset: auto 0% 47px;
}

.list-2 {
  font-weight: 700;
}

.h6 {
  font-family: myriad-pro, sans-serif;
  font-size: 27px;
  font-weight: 300;
  line-height: 24px;
}

html.w-mod-js [data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  transform: translate(-50px);
}

html.w-mod-js [data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  transform: translate(50px);
}

html.w-mod-js [data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  transform: translate(0, -50px);
}

html.w-mod-js [data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  transform: scale(.6);
}

html.w-mod-js [data-ix="scale-on-scroll"] {
  opacity: 0;
  transform: scale(.01);
}

@media screen and (min-width: 1440px) {
  .content-div.minder-links {
    padding-left: 51px;
  }

  .content-div.minder-rechts {
    padding-right: 51px;
  }

  .image {
    object-position: 50% 100%;
  }

  .stempel {
    bottom: -16%;
  }

  .handige-links-wrapper {
    width: 900px;
  }

  .embed-links.auto, .embed-links.golfbaan, .embed-links.tourist {
    height: 21px;
  }
}

@media screen and (min-width: 1920px) {
  .wrapper {
    max-width: 1400px;
  }

  .wrapper.footer {
    flex-direction: row;
    justify-content: center;
  }

  .wrapper.sfeerimpressie {
    max-width: 1300px;
  }

  .image-wrapper {
    max-height: 510px;
  }

  .stempel, .stempel.croatie {
    bottom: -15%;
  }

  .handige-links-wrapper {
    width: 1000px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    text-align: center;
    font-size: 27px;
    line-height: 27px;
  }

  h2 {
    text-align: center;
    font-size: 21px;
    line-height: 21px;
  }

  h3 {
    display: inline-block;
  }

  h5 {
    margin-top: 6px;
    margin-bottom: 0;
    font-size: 45px;
  }

  .navigatie-wrapper {
    width: 240px;
  }

  .content-wrapper {
    width: 69%;
  }

  .nav-link {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-wrapper {
    width: auto;
  }

  .merk {
    width: 150px;
    margin-bottom: 36px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-info-wrapper {
    text-align: center;
    align-self: center;
    padding-left: 0;
  }

  .wrapper {
    width: auto;
    margin-top: 120px;
  }

  .wrapper.eerste {
    margin-top: 81px;
  }

  .grid {
    grid-column-gap: 60px;
    grid-row-gap: 15px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .grid.derde {
    grid-row-gap: 33px;
    grid-template-columns: 1fr;
  }

  .grid._1-5, .grid._5-1 {
    grid-template-columns: 1fr;
  }

  .grid.handige-links {
    margin-top: 21px;
  }

  .grid.sfeerimpressie {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .nav-info-tekst {
    text-align: center;
    padding-left: 0;
    font-size: 13px;
    line-height: 17px;
  }

  .content-div.minder-rechts.beschikbaarheid {
    width: 100%;
  }

  .image-wrapper {
    max-height: none;
    top: 0;
  }

  .image-wrapper._21.normaal.toch-21 {
    top: 15px;
  }

  .image-wrapper.normaal {
    max-height: none;
  }

  .magin-wrapper._45 {
    margin-top: 33px;
    margin-bottom: 33px;
  }

  .stempel {
    justify-content: center;
    align-items: center;
    display: flex;
    bottom: -16%;
    right: 3%;
  }

  .stempel.croatie {
    inset: auto 20% -45px auto;
  }

  .stempel-image {
    width: 60%;
    display: block;
  }

  .tabs-menu {
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
  }

  .tab-kopje {
    text-align: left;
    font-size: 15px;
    line-height: 1.1;
  }

  .tab-link-tab-1, .tab-link-tab-2 {
    flex: 1;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .tab-link-tab-2.w--current, .tab-link-tab-3 {
    flex: 1;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-link-tab-3.w--current {
    flex: 1;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .streamer {
    height: 90px;
  }

  .streamer-wrapper, .streamer-wrapper.istri {
    width: auto;
    max-width: none;
  }

  .streamer-image {
    width: 95px;
    bottom: 5px;
  }

  .streamer-image.kroati {
    width: 95px;
    margin-right: 24px;
    bottom: 8px;
  }

  .slider {
    flex-direction: column;
    max-width: 100%;
    height: 300px;
    margin-top: 120px;
  }

  .slider-2 {
    clear: none;
    align-self: auto;
    width: 100%;
  }

  .slide {
    position: static;
  }

  .slider-wrapper {
    flex-direction: column;
    width: auto;
  }

  .slider-wrapper._1 {
    background-size: cover;
    position: static;
  }

  .mask {
    position: static;
  }

  .logo-wrapper {
    width: 142px;
    margin-top: 21px;
    margin-left: auto;
    margin-right: auto;
  }

  .handige-links-wrapper {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    width: auto;
  }

  .handige-links-wrapper.footer {
    grid-template-rows: auto;
  }

  .list-links {
    justify-content: center;
    align-items: stretch;
    width: 90%;
    height: 60px;
    margin-bottom: 21px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .list-link-link {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    height: 60px;
    margin-bottom: 0;
    padding: 9px 24px;
    font-size: 15px;
    line-height: 16px;
    display: flex;
  }

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

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

  .hero-home-nav-group.footer-tekst, .footer-link {
    letter-spacing: 1px;
  }

  .modal-wrapper {
    width: 81vw;
  }

  .modal-heading {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .navigatie-wrapper {
    z-index: 1;
    text-align: center;
    border-bottom: 1px solid #e2e2e2;
    border-right-style: none;
    width: 100vw;
    height: 66px;
    position: fixed;
    top: 0;
  }

  .content-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .navbar {
    width: auto;
    height: 66px;
    padding-top: 0;
    position: static;
    left: 0;
    right: 0;
  }

  .nav-link {
    font-family: museo-slab, sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 140%;
  }

  .nav-link.eerste {
    border-top: 1px solid #ddd;
  }

  .navbar-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    height: 66px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative;
    inset: 0% 0% auto;
  }

  .merk.w--current {
    align-self: center;
    align-items: stretch;
    width: 99px;
    height: auto;
    margin-top: 8px;
    margin-bottom: 0;
    margin-left: 33px;
    display: flex;
  }

  .nav-menu {
    background-color: #fff;
    border-top-style: none;
    height: 100vh;
    padding-top: 21px;
  }

  .nav-info-wrapper {
    justify-content: center;
    margin-top: 33px;
    display: flex;
    position: relative;
  }

  .nav-info-tekst {
    margin-bottom: 0;
    margin-right: 60px;
  }

  .body-wrapper {
    flex-direction: column;
  }

  .logo-wrapper {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .handige-links-wrapper.footer {
    grid-template-rows: auto;
    padding-bottom: 0;
  }

  .footer, .section-footer {
    padding: 40px 20px;
  }

  .menu-button {
    margin-top: 3px;
    position: relative;
    top: 0;
    right: 6px;
  }

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

  .icon {
    color: var(--dark-red);
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 27px;
    line-height: 28px;
  }

  h3 {
    text-align: center;
    line-height: 30px;
  }

  h4 {
    text-align: center;
  }

  h5 {
    font-size: 33px;
  }

  h6 {
    font-size: 21px;
  }

  p {
    text-align: center;
  }

  .merk.w--current {
    margin-top: 10px;
  }

  .nav-info-wrapper {
    flex-direction: row-reverse;
    align-items: center;
  }

  .hero-wrapper {
    background-position: 50%;
    height: 330px;
    margin-top: 66px;
    padding-top: 10px;
  }

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

  .wrapper {
    margin-top: 99px;
  }

  .wrapper.eerste {
    margin-top: 45px;
  }

  .wrapper._66 {
    margin-top: 66px;
  }

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

  .nav-info-tekst {
    margin-top: -9px;
    margin-left: 0;
    margin-right: 26px;
  }

  .content-div.minder-rechts.beschikbaarheid {
    text-align: center;
  }

  .stempel {
    bottom: -19%;
    right: -5%;
  }

  .stempel-image {
    width: 51%;
  }

  .tabs-menu {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-link-tab-1, .tab-link-tab-2 {
    border-right-style: none;
    border-right-width: 0;
    margin-bottom: 12px;
  }

  .tab-link-tab-2.w--current {
    margin-bottom: 12px;
  }

  .streamer {
    height: 72px;
    margin-top: 99px;
  }

  .streamer-image {
    width: 87px;
    margin-left: 24px;
  }

  .streamer-image.kroati {
    width: 81px;
    margin-right: 24px;
    bottom: 3px;
  }

  .slider {
    height: 370px;
    margin-top: 81px;
  }

  .slider-wrapper._1, .slider-wrapper._2, .slider-wrapper._3, .slider-wrapper._4, .slider-wrapper._5 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .button {
    text-align: center;
    width: 81%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 400;
    display: block;
  }

  .mooie-link {
    top: -108px;
  }

  .logo-wrapper {
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 120px;
    margin-right: 17px;
  }

  .logo-vakantie, .logo-vakantie.safe {
    max-width: 51%;
  }

  .handige-links-wrapper.footer {
    grid-template-columns: 1fr;
  }

  .links-paragraph {
    margin-top: 6px;
    line-height: 11px;
  }

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

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

  .lightbox-link.naar-links {
    left: auto;
  }

  .lightbox-link.naar-boven {
    top: auto;
  }

  .lightbox-link.naar-rechts {
    left: auto;
  }

  .lightbox-link.naar-beneden {
    top: auto;
  }

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

  .hero-home-nav-group {
    letter-spacing: 3px;
  }

  .hero-home-nav-group.footer-tekst {
    text-align: center;
    letter-spacing: 1px;
  }

  .footer-link {
    letter-spacing: 1px;
  }

  .modal-wrapper {
    width: 88vw;
    padding: 15px 9px 9px;
    position: relative;
  }

  .modal-heading {
    text-align: left;
    font-size: 18px;
    line-height: 17px;
    display: inline;
  }

  .paragraph.kleiner {
    text-align: left;
    height: 92%;
    margin-top: 24px;
    margin-bottom: 0;
  }

  .modal-close {
    top: 8px;
    right: 0;
  }

  .modal-close-x {
    width: 18px;
  }
}

#w-node-f6fa9bcd-3dcb-0c7b-eb4e-fe1a153ce38e-41cc3811 {
  justify-self: center;
}

#w-node-fffc4d52-b4fb-2cad-8333-b3862dc9cd11-41cc3811 {
  place-self: stretch stretch;
}

#w-node-fe2ffce0-596d-ef75-93d7-16e1f18e5d45-41cc3811 {
  grid-area: 1 / 2 / 3 / 4;
  place-self: stretch stretch;
}

#w-node-_8d46890b-605e-ab9a-680a-b3398569322f-41cc3811, #w-node-e7c3c5e7-3835-2134-9621-57a597d7f598-41cc3811, #w-node-_0577ee0e-7112-3044-838b-c8a81dc54f6d-41cc3811, #w-node-_582bf39c-82b2-1dde-772e-adf8ae7323c2-41cc3811, #w-node-_8009c1ea-b005-05ee-cc3f-e083862d36d6-41cc3811, #w-node-e8432dfd-baee-215d-f766-55f4717ecdc5-41cc3811 {
  place-self: stretch stretch;
}

#w-node-_58f21857-8b64-4748-a624-25dc89b2feda-41cc3811 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_876629ab-eb50-8a8d-2357-f7e2bf99dee2-41cc3811 {
  grid-area: 4 / 1 / 6 / 3;
  place-self: stretch stretch;
}

#w-node-a8ea1df0-c019-58fb-dd35-0756345faee8-41cc3811, #w-node-_69df2b9f-c15a-c743-02f4-4d5e7b1f46de-41cc3811, #w-node-fb2356ef-36f9-8556-8bf1-a3b98bb0654b-41cc3811, #w-node-_1ad05d8b-91cf-bf77-6abe-e0a8d73b6887-41cc3811, #w-node-a75c7cd4-1c0e-7516-a403-255a62103a3f-41cc3811, #w-node-_11ff0664-dced-c183-0d64-4467b5646202-41cc3811, #w-node-_6057b6a2-3e88-b2ec-fcd4-510582d70515-41cc3811, #w-node-_1c4e2072-8172-372a-6471-4c1a2affa1e5-41cc3811, #w-node-_89c9ff40-7fe5-6e41-cb5c-23982312f576-41cc3811, #w-node-_80cbe239-5188-2055-8f39-3ff730bb4926-41cc3811 {
  place-self: stretch stretch;
}

#w-node-c9f3b8f4-f58e-8239-4f1e-176ded5d4013-41cc3811 {
  grid-area: 7 / 2 / 9 / 4;
  place-self: stretch stretch;
}

#w-node-_356ed134-3c8e-1f32-6de2-fbaec41a297e-41cc3811, #w-node-_11d1471f-514a-a232-5964-c0592f1b5917-41cc3811 {
  place-self: stretch stretch;
}

#w-node-c4367f2e-74b6-c9fd-bb13-1169409074e0-41cc3811 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_94fcc77e-69ec-c93c-bf2c-0cdb947c5b65-41cc3811 {
    order: 9999;
  }

  #w-node-_4c2865f6-824a-12ab-a7fc-7d54cee9d4dd-41cc3811 {
    justify-self: center;
  }

  #w-node-_4f1a3dfe-47a4-70cc-3258-ec66c3bb8d86-41cc3811 {
    order: -9999;
  }

  #w-node-a310a29a-053e-fa49-8013-7405c4a45c33-41cc3811 {
    justify-self: center;
  }

  #w-node-a310a29a-053e-fa49-8013-7405c4a45c28-41cc3811 {
    order: -9999;
  }

  #w-node-f6fa9bcd-3dcb-0c7b-eb4e-fe1a153ce38e-41cc3811 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-fe2ffce0-596d-ef75-93d7-16e1f18e5d45-41cc3811 {
    place-self: stretch stretch;
  }

  #w-node-_1c4e2072-8172-372a-6471-4c1a2affa1e5-41cc3811 {
    grid-area: 10 / 1 / 12 / 3;
    place-self: stretch stretch;
  }

  #w-node-_80cbe239-5188-2055-8f39-3ff730bb4926-41cc3811, #w-node-_11d1471f-514a-a232-5964-c0592f1b5917-41cc3811 {
    place-self: stretch stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fe2ffce0-596d-ef75-93d7-16e1f18e5d45-41cc3811, #w-node-_876629ab-eb50-8a8d-2357-f7e2bf99dee2-41cc3811, #w-node-_1c4e2072-8172-372a-6471-4c1a2affa1e5-41cc3811, #w-node-c9f3b8f4-f58e-8239-4f1e-176ded5d4013-41cc3811 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


