html {
  color-scheme: only light;
  background: #ffffff;
  scrollbar-gutter: stable;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
html.tienvoud-root-landing,
html.tienvoud-root-landing body {
  overflow: hidden !important;
}
.tienvoud-brand-navigation {
  justify-content: flex-start !important;
  padding-left: 32px !important;
  padding-right: 32px !important;
  background: #ffffff !important;
}
.tienvoud-brand-navigation > a {
  pointer-events: auto !important;
}
.section-links {
  position: sticky !important;
  top: 63px !important;
  z-index: 29 !important;
  background: #ffffff;
  display: flex !important;
  align-items: center !important;
  gap: 28px !important;
  box-sizing: border-box !important;
  padding: 0 32px !important;
}
.section-label-mobile { display: none; }
.section-links a[href="#wat-we-doen"],
.section-links a[href="#wie-we-zijn"],
.section-links a[href="#contact"] {
  text-decoration-line: underline !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 5px !important;
  cursor: pointer !important;
  pointer-events: auto !important;
  touch-action: manipulation;
}
.section-links a[href="#wat-we-doen"]:hover,
.section-links a[href="#wat-we-doen"]:focus-visible,
.section-links a[href="#wie-we-zijn"]:hover,
.section-links a[href="#wie-we-zijn"]:focus-visible,
.section-links a[href="#contact"]:hover,
.section-links a[href="#contact"]:focus-visible {
  color: #ff1fa9 !important;
}
section[id] { scroll-margin-top: var(--tienvoud-sticky-stack, 126px); }
