/* Epicene voor overlay-menu (o.a. kontakt.html zonder eigen @font-face) */
@font-face {
  font-family: "Epicene Bold";
  src: url("epicene-text-bold.woff2") format("woff2"),
    url("EpiceneText-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Hamburger rechts + fullscreen navigatie-overlay */
.topbar {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  max-width: none !important;
  transform: none !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  box-sizing: border-box !important;
}

.topbar .topbar-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  background: transparent;
}

.nav-toggle {
  position: fixed;
  top: 20px;
  right: 20px;
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 6px;
  width: 24px;
  height: 20px;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  color: #000;
  flex-shrink: 0;
  z-index: 120;
  box-sizing: border-box;
  transition: color 0.1s ease;
}

/* Menu open: hamburger verbergen; sluiten met CSS-kruis (.nav-overlay-close-btn), zelfde maat als burger */
body.nav-menu-open .nav-toggle {
  visibility: hidden;
  pointer-events: none;
}

.nav-toggle:hover {
  color: #8b8345;
}

.nav-toggle:focus-visible {
  color: #8b8345;
  outline: 2px solid #000;
  outline-offset: 2px;
}

.nav-toggle-bar {
  display: block;
  width: 100%;
  height: 2px;
  background: currentColor;
  border-radius: 1px;
  flex-shrink: 0;
  transition: opacity 0.1s ease;
}

/* Sluitknop: zelfde positie als burger (x.svg) */
.nav-overlay-close-btn {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 8600;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  display: none;
  align-items: flex-start;
  justify-content: flex-end;
  line-height: 0;
  color: #000;
  box-sizing: border-box;
  transition: opacity 0.1s ease;
}

.nav-overlay.is-open .nav-overlay-close-btn {
  display: flex;
}

.nav-overlay-close-btn:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}

.nav-overlay-close-btn:hover {
  opacity: 0.65;
}

.nav-overlay-close-img {
  width: 20px;
  height: 20px;
  display: block;
  pointer-events: none;
}

.nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 8500;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 0 20px 24px;
  background: #85cbfa;
  color: #000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.28s ease, visibility 0.28s step-end;
}

.nav-overlay.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.28s ease, visibility 0s step-start;
}

.nav-overlay-page-logo {
  flex-shrink: 0;
  align-self: center;
  margin-top: 10px;
  width: 320px;
  height: 130px;
  line-height: 0;
  z-index: 1;
}

.nav-overlay-page-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: filter 0.1s ease;
}

.nav-overlay-page-logo:hover img,
.nav-overlay-page-logo:focus-visible img {
  filter: brightness(0) saturate(100%) invert(44%) sepia(10%) saturate(1200%) hue-rotate(28deg) brightness(96%) contrast(86%);
}

.nav-overlay-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  min-height: 0;
  padding-bottom: 0;
  transform: translateY(-20px);
}

.nav-overlay-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.nav-overlay-menu li + li {
  margin-top: 2px;
}

.nav-overlay-menu a {
  display: block;
  font-family: "Epicene Bold", "epicene-text", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(44px, 9vw, 72px);
  line-height: 1.06;
  letter-spacing: -0.01em;
  color: #000;
  text-decoration: none;
  transition: color 0.1s ease;
  cursor: pointer;
}

.nav-overlay-menu a.active {
  color: #000;
}

.nav-overlay-menu a:hover,
.nav-overlay-menu a:focus-visible {
  color: #8b8345;
}

.nav-overlay-lang {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  padding-top: 0;
  padding-bottom: 56px;
  font-family: "neue-haas-grotesk-text", "Neue Haas Grotesk Text", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #000;
}

.nav-overlay-lang-segment.lang-segment.view-segment {
  display: inline-flex;
  align-items: stretch;
  padding: 2px;
  background: #000;
  border-radius: 999px;
  gap: 2px;
  min-height: 28px;
  box-sizing: border-box;
}

.nav-overlay .lang-segment-btn {
  border: none;
  background: transparent;
  color: #85cbfa;
  padding: 0 10px;
  margin: 0;
  font-family: "neue-haas-grotesk-text", "Neue Haas Grotesk Text", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  min-width: 32px;
  box-sizing: border-box;
}

.nav-overlay .lang-segment-btn.active {
  background: #85cbfa;
  color: #000;
}

.nav-overlay .lang-segment-btn:hover,
.nav-overlay .lang-segment-btn:focus-visible {
  color: #85cbfa;
}

.nav-overlay .lang-segment-btn.active:hover,
.nav-overlay .lang-segment-btn.active:focus-visible {
  color: #000;
}

.nav-overlay .lang-segment-btn:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}

.nav-overlay-legal {
  position: fixed;
  bottom: 27px;
  left: 50%;
  z-index: 50;
  width: max-content;
  max-width: calc(100% - 40px);
  transform: translateX(-50%);
  text-align: center;
  font-family: "neue-haas-grotesk-text", "Neue Haas Grotesk Text", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.3;
  letter-spacing: 0.03em;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.nav-overlay-legal a {
  color: #000;
  text-decoration: none;
  transition: color 0.1s ease;
}

.nav-overlay-legal a:hover,
.nav-overlay-legal a:focus-visible {
  color: #8b8345;
}

.nav-overlay-legal-sep {
  opacity: 0.55;
  padding: 0 5px;
}

.nav-overlay-instagram {
  position: fixed;
  bottom: 27px;
  right: 20px;
  z-index: 50;
  font-family: "neue-haas-grotesk-text", "Neue Haas Grotesk Text", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
}

.nav-overlay-instagram a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #000;
  text-decoration: none;
  transition: color 0.1s ease;
}

.nav-overlay-instagram a:hover,
.nav-overlay-instagram a:focus-visible {
  color: #8b8345;
}

.nav-overlay-instagram-arrow {
  font-size: 1.1em;
  line-height: 1;
}

.site-footer {
  margin-top: 72px;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -24px;
  width: calc(100% + 40px);
  padding: 20px 20px 40px;
  background: #ffa593;
  color: #000;
  box-sizing: border-box;
}

.site-footer-inner {
  width: 100%;
  max-width: none;
  margin: 0;
  font-family: "neue-haas-grotesk-text", "Neue Haas Grotesk Text", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.45;
  letter-spacing: 0.02em;
  font-weight: 400;
}

.site-footer-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
}

.site-footer-col--nav,
.site-footer-col--partners-left,
.site-footer-col--partners-right,
.site-footer-col--extra {
  padding-top: 50px;
  min-width: 0;
}

.site-footer-col--nav {
  text-align: left;
}

.site-footer-col--partners-left,
.site-footer-col--partners-right {
  text-align: left;
  justify-self: stretch;
}

.site-footer-col--partners-right .site-footer-partners,
.site-footer-col--partners-left .site-footer-partners {
  width: 100%;
  max-width: 100%;
}

.site-footer-col--logo {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-width: 0;
}

.site-footer-col--extra {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  min-width: 0;
  text-align: right;
}

.site-footer-partners {
  width: 100%;
  max-width: 100%;
}

.site-footer-logo {
  display: block;
  width: 320px;
  max-width: 100%;
  height: 130px;
  margin: 0;
  line-height: 0;
}

.site-footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.site-footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.site-footer-menu a {
  display: block;
  font-family: "neue-haas-grotesk-text", "Neue Haas Grotesk Text", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0;
  color: #000;
  text-decoration: none;
  transition: color 0.1s ease;
}

.site-footer-menu a:hover,
.site-footer-menu a:focus-visible {
  color: #8b8345;
}

.site-footer-menu a.active {
  color: #000;
}

.site-footer-lang-segment.view-segment {
  display: inline-flex;
  align-items: stretch;
  padding: 2px;
  background: #000;
  border-radius: 999px;
  gap: 2px;
  min-height: 28px;
  max-width: 100%;
  flex-shrink: 0;
  box-sizing: border-box;
}

.site-footer .lang-segment-btn {
  border: none;
  background: transparent;
  color: #ffa593;
  padding: 0 10px;
  margin: 0;
  font-family: inherit;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  min-width: 32px;
  box-sizing: border-box;
}

.site-footer .lang-segment-btn.active {
  background: #ffa593;
  color: #000;
}

.site-footer .lang-segment-btn:not(.active) {
  opacity: 1;
}

.site-footer .lang-segment-btn:hover,
.site-footer .lang-segment-btn:focus-visible {
  color: #ffa593;
}

.site-footer .lang-segment-btn.active:hover,
.site-footer .lang-segment-btn.active:focus-visible {
  color: #000;
}

.site-footer .lang-segment-btn:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}

.site-footer-partners-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.01em;
}

.site-footer-partners-list li {
  margin: 0;
  padding-left: 0.85em;
  text-indent: -0.85em;
  break-inside: avoid;
}

.site-footer-bottom {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
  gap: 20px;
  width: 100%;
  padding-top: 100px;
}

.site-footer-copyright {
  margin: 0;
  grid-column: 1;
  justify-self: start;
  font-size: 12px;
  line-height: 1.45;
  letter-spacing: 0.02em;
  font-weight: 400;
  text-align: left;
}

.site-footer-nav {
  grid-column: 2 / 5;
  justify-self: center;
  padding: 0;
  border-top: none;
  text-align: center;
  white-space: nowrap;
  font-size: 12px;
  line-height: 1.45;
  letter-spacing: 0.02em;
}

.site-footer-nav a {
  color: #000;
  text-decoration: none;
  transition: color 0.1s ease;
}

.site-footer-nav a:hover,
.site-footer-nav a:focus-visible {
  color: #8b8345;
}

.site-footer-sep {
  opacity: 0.55;
  padding: 0 5px;
}

.site-footer-instagram {
  margin: 0;
  grid-column: 5;
  justify-self: end;
  font-family: "neue-haas-grotesk-text", "Neue Haas Grotesk Text", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0;
  font-weight: 400;
  max-width: 100%;
  text-align: right;
}

.site-footer-instagram a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #000;
  text-decoration: none;
  transition: color 0.1s ease;
}

.site-footer-instagram a:hover,
.site-footer-instagram a:focus-visible {
  color: #8b8345;
}

.site-footer-instagram-arrow {
  font-size: 1.1em;
  line-height: 1;
}

@media (max-width: 980px) {
  .site-footer-logo {
    width: 180px;
    height: 72px;
  }

  .site-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .site-footer-bottom {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-top: 48px;
    text-align: center;
  }

  .site-footer-col--nav {
    grid-column: 1 / -1;
    text-align: center;
  }

  .site-footer-col--logo {
    grid-column: 1 / -1;
    justify-self: center;
  }

  .site-footer-col--extra {
    grid-column: 1 / -1;
    align-items: center;
    text-align: center;
    min-height: 0;
  }

  .site-footer-bottom .site-footer-copyright,
  .site-footer-bottom .site-footer-nav,
  .site-footer-bottom .site-footer-instagram {
    grid-column: 1;
    justify-self: center;
    text-align: center;
    white-space: normal;
  }

  .site-footer-menu ul {
    align-items: center;
  }
}

body.orte-map-view .site-footer {
  display: none;
}

body.nav-menu-open {
  overflow: hidden;
}

@media (max-width: 980px) {
  .nav-overlay-page-logo {
    width: 180px;
    height: 72px;
  }
}
