:root {
    --kleur1: #F6F3E3;
    --kleur2: #00997A;
    --kleur3: #FF7656;
    --bg-color: #ffffff;
    --text-color: #333333;
    --link-color: #0000ee;
}

/* ======== FONT GROTER MAKEN ======== */

/* Haal de standaard focusrand weg bij muiskliks */
ul#menu-hoofdmenu-1 a:focus {
    outline: none !important;
}

/* Toon de blauwe rand alléén wanneer er echt getabd wordt (toetsenbord) */
ul#menu-hoofdmenu-1 a:focus-visible {
    outline: 3px solid #0056b3 !important;
    outline-offset: 3px !important;
    background-color: rgba(0, 86, 179, 0.08) !important; 
    border-radius: 4px !important;
}

html.font-size-large {
    font-size: 125%; /* Wordt de basis 20px, alles schaalt mee! */
}


html.font-size-xlarge {
    font-size: 150%; /* Wordt de basis 24px */
}

/* ======== STANDAARD STYLING ======== */

body.high-contrast {

    --text-color: #ffff00; /* Felgeel op zwart is de standaard voor toegankelijkheid */
    --link-color: #00ffff;
}

button#contrast-toggle {
    position: fixed;
    top: 25px;
    z-index: 999999;
}

html {
    scroll-behavior: smooth;
   
}

.container {
    max-width: 1400px;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
     background-color: var(--kleur1);
}

a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    text-decoration: none;
}

p {
    color: #221E1F;
    font-size: 18px;
    line-height: 29px;
    font-family: "century-old-style-std", serif;
}

input:focus,
textarea {
    outline: none !important;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "antique-olive", sans-serif;
}

strong {
    font-family: "antique-olive", sans-serif;
    font-weight: 800;
    font-size: 18px;
    margin-top: 20px;

}

.home-inhoud strong {
    font-family: "antique-olive", sans-serif;
    font-weight: 800;
    font-size: 18px;
    margin-top: 20px;
    display: block;
    margin-bottom: 0px!important;
    
}

.excerpt-content strong {
    font-family: "antique-olive", sans-serif;
    font-weight: 800;
    font-size: 18px;
    margin-top: 20px;
    display: inline-block;
}





.samenwerkingen {
    background: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}

/* ======== MENU ======== */

.innermenu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
}

ul.menu-wrap {
    display: flex;
    list-style: none;
    gap: 20px;
    margin-bottom: 0px;
    font-family: "antique-olive", sans-serif;
    margin-bottom: 0;
}

.innermenu h1 {
    margin-bottom: 0px;
}

.menu-bar {
    background: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    z-index: 999;
}

.menu-wrapper {
    position: sticky;
    top: 0;
    z-index: 9999;
}

ul.menu-wrap a {
    font-size: 23px;
    font-weight: 400;
    color: #221E1F;
}

.current-menu-item a {
    color: #000;
    font-weight: 800 !important;
}

ul#menu-hoofdmenu-1 a:hover {
     color: var(--kleur3) !important;
}

ul#menu-hoofdmenu-1 {
    margin-bottom: 0;
    list-style: none;
    display: flex;
    gap: 10px;
}

ul#menu-hoofdmenu-1 a {
    font-size: 25px;
    font-weight: 400;
    color: #221E1F;
    margin-bottom: 0px;
    display: flex;
    list-style: none;
    margin-bottom: 0px;
    font-family: "antique-olive", sans-serif;
    margin-left: 6px;
}

i.wpmi__icon.wpmi__label-0.wpmi__position-before.wpmi__align-middle.wpmi__size-1.fa.fa-search {
    position: relative;
    top: 7px;
    font-size: 20px !important;
}

h5#exampleModalLabel {
    margin-bottom: 20px;
    font-size: 23px;
}

.modal-content {
    border-radius: 0px ! Important;
}

.mobiel{display: none;}


.mobiel-intro {
    padding-top: 60px;
    padding-bottom: 60px;
}

/* ======== HERO SECTION ======== */

section.hero {
    position: relative;
    overflow: hidden;
    background-color: var(--kleur1);
    padding: 5rem 0;
    min-height: 950px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section.hero h1 {
    font-size: 55px;
    margin-bottom: 20px;
    font-weight: 700;
    color: var(--kleur2);
}

.map-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 50vw;
    height: 100%;
    overflow: hidden;
    background: #ddd;
}

.hero .map-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 50vw;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.map-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform-origin: center center;
    transition: transform 0.1s ease-out;
}

.text-col {
    padding-left: 70px;
}

.innertekst p {
    font-size: 20px;
    line-height: 30px;
}

.innertekst a {
    color: #000000;
    text-transform: uppercase;
    font-family: "antique-olive", sans-serif;
    font-weight: 800;
    font-size: 20px;
    border-bottom: 1px solid  #221E1F;
    margin-top: 30px;
    display: inline-flex;
}

/* ======== HEADER ======== */

img.logo {
    width: 270px;
    position: relative;
    top: 40px;
    transform: rotate(-3deg);
     -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.scroll .logo {
    width: 240px;
    top: 25px;
}

/* ======== CONTENT ======== */

.content {
    padding-top: 90px;
    padding-bottom: 90px;
}

.ronde-hoeken {
    border-radius: 20px;
    -webkit-box-shadow: 0 0 50px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 50px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 0 50px 1px rgba(0, 0, 0, .1);
    position: sticky;
    top: 140px;
}

.excerpt-content a {
    color: #221E1F;
    text-decoration: underline;
}

h2.titel-content {
    font-size: 45px;
    color: var(--kleur2);
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 20px;
}

.padding-links {
    padding-left: 40px;
}

.padding-rechts {
    padding-right: 40px;
}

.owl-stage-outer {
    -webkit-box-shadow: 0 0 50px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 50px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 0 50px 1px rgba(0, 0, 0, .1);
    border-radius: 20px;
}

.slider-top {
    position: sticky!important;
    top: 130px;
}

a.cmplz-link.cookie-statement {
    display: none!important;
}

/* ======== SLIDER ======== */

.slide img {
    border-radius: 20px;
}

/* ======== VERHALEN ======== */

a.knop-meer {
    background: var(--kleur2);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 20px 10px 25px;
    border-radius: 10px;
    font-family: "antique-olive", sans-serif;
}

a.knop-meer:hover {
    background: #ff7656;
}

.verhalen-vervolg {
    border: none!important;
}

.pagination-wrapper {
    text-align: center;
    margin-top: 60px !important;
}

small.datum {
    font-family: "antique-olive", sans-serif;
    color: #01BEA5;
    font-size: 16px;
}

.innerblok-nieuw {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.verhalen {
    padding-top: 100px;
    border-top: 1px solid #221E1F;
    padding-bottom: 50px;
}

.nieuwsblok img {
    margin-top: 30px;
    margin-bottom: 30px;
}

.innerwit.innerwit-nieuws {
    margin-top: 0;
}

.innerpage {
    padding-top: 20px;
    background: #fff;
    padding: 40px;
}

h3.nieuwstitel {
    font-size: 50px;
    font-weight: 600;
    color: var(--kleur2);
}

.margin-top-boven {
    margin-top: 40px;
}

.modal-backdrop.show {
  opacity: 0.7!important;
}

.pagination-wrapper .page-numbers {
    padding: 12px 15px;
    border: 1px solid #fff;
    margin-right: 5px;
    text-decoration: none;
    color: #333;
    font-family: "antique-olive", sans-serif;
    font-weight: 500;
    background: #fff;
}

.pagination-wrapper .page-numbers.current {
    background-color: #03a987;
    color: #fff;
    border-color: #03a987;
}

img.pijltje {
    margin-left: 20px;
    width: 20px;
}


h4.titel-content {
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #221E1F !important;
}

.excerpt-content ul {
    color: #221E1F;
    font-size: 18px;
    line-height: 29px;
    font-family: "century-old-style-std", serif;
}

.excerpt-content h2 {
    font-family: "antique-olive", sans-serif;
    font-weight: 800;
    font-size: 18px;
    margin-top: 20px;
}

h4.titel-content a {
    color: #221E1F;
}

.sidebar {
    position: sticky;
    top: 120px;
    background: #fff;
    margin-left: 20px;
    padding: 35px 30px 35px 30px;
    margin-top: 30px;
}

.verhalen .col-lg-4 {
    display: flex;
    flex-direction: column;
}

.innerwit {
    background: #fff;
    padding: 40px 40px 60px 40px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.innerblok-nieuw.minder-margin {
    margin-bottom: 0px;
    margin-top: 20px;
}

.lees-meer-link {
    text-decoration: none;
    color: #221E1F;
    font-weight: 800;
    font-size: 16px;
    padding-bottom: 5px;
    border-bottom: 2px solid #2d4a43;
    transition: all 0.3s ease;
    margin-top: 32px;
    display: inline-flex;
    align-items: center;
    width: 175px;
}

.lees-meer-link .pijl {
    margin-left: 20px;
    font-size: 1.5rem;
    vertical-align: middle;
    display: inline-block;
    transition: transform 0.3s ease;
}

img.img-fluid.wp-post-image {
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.lees-meer-link:hover {
    color: #2d4a43;
}

.lees-meer-link:hover .pijl {
    transform: translateX(10px); 
}

.open-search-modal
 {
    display: flex;
    margin-left: 20px;
}

img.img-fluid.wp-post-image {
    margin-bottom: 0;
    width: 100%;
}

/*=====
.card-wrapper img {
    width: 100%;
}
====*/

h4.titel-conten.vervolg-titel {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 40px;
}

/* ======== TAGLINES ======== */

.rood {
    background: var(--kleur3);
    color: #f7f3e3;
    padding-top: 70px;
    padding-bottom: 70px;
}

.rood h2 {
    font-weight: 800;
    font-size: 40px;
}

.spacer {
    height: 80px;
}

/* ======== FOOTER ======== */

.onderfooter {
    padding-top: 10px;
    padding-bottom: 40px;
}

.innerfooter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

img.logo-footer {
    width: 190px;
}

img.smile {
    width: 70px;
    position: relative;
    margin-top: -35px;
      -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

img.smile:hover {
    transform: rotate(-45deg);
}

.socials {
    display: flex;
    gap: 5px;
}

.socials img {
    width: 40px;
}

.vervolg-titel {
    margin-top: 20px!important;
    margin-bottom: 30px!important;
    font-size: 40px!important;
}

.searchform {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: stretch;
}

.modal-body {
    padding: 40px;
    box-shadow: 0 0px 80px rgb(0 0 0 / 35%);
    border: none;
}

.searchform div {
    display: flex;
    border: 2px solid #222;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
}

.searchform input[type="text"] {
    flex-grow: 1;
    border: none;
    padding: 12px 16px;
    font-size: 18px;
    color: #221E1F;
    outline: none;
    width: 90%;
    border: 1px solid #a9a9a9;
    border-radius: 5px !important;
    height: 65px;
}

.searchform button {
    background: var(--kleur3);
    color: #fff;
    border: none;
    padding: 10px 25px;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s;
    width: auto;
    font-family: "antique-olive", sans-serif;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}


.searchform button:hover {
    background: #444;
}

.searchform div:focus-within {
    border-color: #0073aa;
    box-shadow: 0 0 0 3px rgba(0, 115, 170, 0.1);
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

h2.zoekkop {
    font-weight: 400;
    color: var(--kleur3);
    font-size: 27px;
    border-bottom: 1px solid #dadada;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}

li.zoekresultaten {
    list-style: square;
    margin-left: 15px;
    color: #221E1F;
    line-height: 35px;
    font-family: "antique-olive", sans-serif;
}

.zoekresultaten a {
    font-size: 20px;
    color: #5b5b5b;
    text-decoration: none;
    font-weight: 400;
}

.zoekresutaten{
    font-size: 19px !important;
    font-weight: 300 !important;
    line-height: 30px !important;
}

.zoekresultaten a::before {
   
}


/*====== OVERLAY MENU======== */

body.stop-scrolling {
  height: 100vh;
  overflow: hidden;
}

.menu-btn {
    position: fixed;
    top: 28px;
    right: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 99999999;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.menu-btn__burger, 
.menu-btn__burger::before, 
.menu-btn__burger::after {
  width: 30px;
  height: 3px;
  background: #333;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  position: absolute;
}

.menu-btn__burger::before { content: ''; transform: translateY(-10px); }
.menu-btn__burger::after { content: ''; transform: translateY(10px); }

.menu-btn.open .menu-btn__burger {
  transform: translateX(-50px);
  background: transparent;
}

.menu-btn.open .menu-btn__burger::before {
  transform: rotate(45deg) translate(35px, -35px);
  background: #221E1F; 
}

.menu-btn.open .menu-btn__burger::after {
  transform: rotate(-45deg) translate(35px, 35px);
  background: #221E1F;
}

.nav-menu {
    position: fixed;
    top: 0;
    right: -350px;
    width: 350px;
    height: 100%;
    background-color: var(--kleur1);
    z-index: 999998;
    transition: all 0.4s ease-in-out;
    padding-top: 80px;
}

.nav-menu.open {
  right: 0;
}

.nav-menu ul {
  list-style: none;
  padding: 0 40px;
}

.nav-menu ul li a {
    color: white;
    text-decoration: none;
    font-size: 28px;
    display: block;
    margin-bottom: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #4e4e4e;
    font-family: "antique-olive", sans-serif;
    font-weight: 500;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

.overlay.open {
  opacity: 1;
  visibility: visible;
}

.footer-disclaimer {
    background: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}

.inner-disclaimer {
    display: flex;
    gap: 20px;
    justify-content: flex-end;
}

.footer-disclaimer a {
    color: #221E1F;
    font-size: 14px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    font-family: "antique-olive", sans-serif;
}

.footer-disclaimer a:hover {
    border-bottom:1px solid #000
}

ul.wp-block-list {
    font-size: 19px;
    line-height: 28px;
    font-family: "century-old-style-std", serif;
}

.wpcf7 label {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    font-family: "antique-olive", sans-serif;
}

.wpcf7 {
    margin-top: 30px;
}

input {
    width: 100% !important;
    background-color: #ffffff;
    border: 0;
    height: 45px;
    margin-top: 5px;
    padding: 10px;
    color: #221E1F;
    font-size: 17px;
    border-radius: 0;
    font-weight: 400;
    padding: 12px 16px;
    font-size: 17px;
    color: #221E1F;
    outline: none;
    border: 1px solid #a9a9a9;
    border-left: 1px solid #a9a9a9;
    border-radius: 5px;
}

textarea {
   width: 100% !important;
    background-color: #ffffff;
    border: 0;
    margin-top: 5px;
    padding: 10px;
    color: #221E1F;
    font-size: 17px;
    border-radius: 0;
    font-weight: 600;
    padding: 12px 16px;
    font-size: 18px;
    color: #221E1F;
    outline: none;
    border: 1px solid #a9a9a9;
    border-left: 1px solid #a9a9a9;
   border-radius: 5px; 
}

span.wpcf7-form-control.wpcf7-acceptance label {
    font-weight: 400;
}

input[type="checkbox"] {
    width: auto !important;
    display: inline-flex;
    margin-top: 0;
    height: auto;
    margin-left: -15px;
    padding-right: 20px !important;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    border: none;
    background: var(--kleur2);
    color: var(--kleur1);
    font-size: 18px;
    font-weight: 600;
    padding: 10px 20px 10px 25px;
    border-radius: 10px;
    font-family: "antique-olive", sans-serif;
    width: auto !important;
}

.contrast-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.8);
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.contrast-icon {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid currentColor;
  background: linear-gradient(to right, currentColor 50%, transparent 50%);
}

.contrast-btn:hover, 
.contrast-btn:focus-visible {
  background-color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-color: rgba(0, 0, 0, 0.2);
  outline: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.a11y-dock {
    position: fixed;
    top: 40%;
    right: 0;
    z-index: 99999;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 10px;
}

.a11y-toggle-btn {
    width: 50px;
    height: 50px;
    border: 0px solid rgba(0, 0, 0, 0.15);
    background-color: #378EC4;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

img.toegankelijk-icoon {
    width: 30px;
}

.a11y-toggle-btn:hover {
    background-color: #26658b;
}

.a11y-icon {
    width: 30px;
    height: 30px;
}


/* ======== POPOVERS VOOR DE INTERNE MENU KNOPPEN ======== */

/* Zorg dat de knoppen de basis vormen voor hun eigen popover */
.a11y-menu button {
    position: relative;
}

.a11y-menu button::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 109%;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    background-color: #221E1F;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 4px;
    font-family: "antique-olive", sans-serif;
    font-size: 11px;
    font-weight: 500;
    white-space: nowrap;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s ease;
}


.a11y-dock.is-open .a11y-menu button:hover::after,
.a11y-dock.is-open .a11y-menu button:hover::before {
    opacity: 1;
    transform: translateX(-50%) translateY(0); /* Schuift subtiel op zijn plek */
}

.a11y-menu {
    display: flex;
    gap: 8px;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 6px;
    border-radius: 30px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    opacity: 0;
    visibility: hidden;
    transform: translateX(20px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    flex-direction: column;
}

/* Wanneer het menu geopend is via JS */
.a11y-dock.is-open .a11y-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

/* De knoppen binnen het menu (Gebaseerd op jouw stijl) */
.a11y-menu button, 
.a11y-menu .contrast-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: "antique-olive", sans-serif;
    font-weight: 600;
    font-size: 14px;
    box-shadow: none;
    position: static; /* Overschrijft eventuele fixed posities */
}

/* Hover effect voor de menu-knoppen */
.a11y-menu button:hover,
.a11y-menu button:focus-visible {
    background-color: #f5f5f5;
    border-color: rgba(0, 0, 0, 0.3);
    outline: none;
}

/* Contrast icoon styling binnen de knop */
.contrast-icon {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid currentColor;
    background: linear-gradient(to right, currentColor 50%, transparent 50%);
}

/* Actieve font-status indicator */
body:not(.font-size-large):not(.font-size-xlarge) #resize-normal,
body.font-size-large #resize-large,
body.font-size-xlarge #resize-xlarge {
    background-color: #221E1F;
    color: #ffffff;
    border-color: #221E1F;
}


/* ======== TOEGANKELIJKHEID POPOVER / TOOLTIP (GEFIXT) ======== */

.a11y-toggle-btn {
    position: relative;
}

.a11y-toggle-btn::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 125%; 
    right: 0; 
    transform: translateY(10px); 
    background-color: #221E1F;
    color: #ffffff;
    padding: 6px 12px;
    border-radius: 6px;
    font-family: "antique-olive", sans-serif;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    opacity: 0;
    pointer-events: none;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}


.a11y-toggle-btn::before {
    content: '';
    position: absolute;
    bottom: 110%;
    right: 14px; 
    transform: translateY(10px);
    border-width: 6px;
    border-style: solid;
    border-color: #221E1F transparent transparent transparent; /* Maakt een pijltje naar beneden */
    
    /* Onzichtbaar maken voor de animatie */
    opacity: 0;
    pointer-events: none;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

/* --- HOVER STATUS --- */
.a11y-dock:not(.is-open) .a11y-toggle-btn:hover::after,
.a11y-dock:not(.is-open) .a11y-toggle-btn:hover::before {
    opacity: 1;
    transform: translateY(0); /* Schuift subtiel omhoog op zijn plek */
}
.buttons {
    display: flex;
    justify-content: flex-end;
    gap: 30px;
    font-size: 18px;
}

.top-menu {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #03a987;
}

.font-resizer {
    position: fixed;
    z-index: 99999;
    top: 0;
}

.top-menu a {
    color: #fff;
    font-family: "antique-olive", sans-serif;
    font-weight: 600;
}

.call-to-action {
    border-top: 1px solid #221E1F;
    padding-bottom: 100px;
    padding-top: 100px;
    margin-top: 30px;
}

.call-to-action h3 {
    font-size: 23px;
    margin-bottom: 15px;
    color: #221E1F;
}

.call-to-action p {
    padding-right: 20px;
}

a.knop-meer.call-to-button {
    text-transform: none;
    margin-top: 10px;
    display: inline-flex;
    font-size: 17px;
}

.page-template-overons .call-to-action {
    border: none !important;
}

ul.nieuws-links {
    list-style: none;
    margin-left: -30px;
}

.gerelateerd-nieuws-lijst h3 {
    font-size: 22px;
    margin-bottom: 40px;
    text-transform: uppercase;
    color: #ff7656;
}

li.nieuws-link-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    border-bottom: 1px solid #dadada;
    padding-bottom: 20px;
}

li.nieuws-link-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

a.nieuws-titel {
    font-family: "antique-olive", sans-serif;
    font-size: 18px;
    color: #212529;
    font-weight: 500;
}

.innerwit .text-muted {
    font-size: 18px;
    font-family: "antique-olive", sans-serif;
}

span.nieuws-datum {
    font-family: "antique-olive", sans-serif;
    font-weight: 100;
    font-size: 18px;
}



.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background-color: #46b450;
    color: #fff;
    font-size: 17px;
    padding: 15px;
    text-align: center;
    font-weight: 600;
}

div#formVerstuurdModal .modal-content {
    padding: 30px !important;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .2)!important;
    -moz-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .2)!important;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .2)!important;
    border: none!important;
}

h5#formVerstuurdModalLabel {
    font-size: 28px;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 800;
    text-align: center;
    margin: auto;
}

div#formVerstuurdModal .modal-body {
    font-size: 20px;
}

div#formVerstuurdModal .modal-content {
    padding: 30px !important;
    font-family: josefin-sans, sans-serif;
}

div#formVerstuurdModal {
    text-align: center;
}

#formVerstuurdModal .modal-header {
    align-items: center;
}

div#formVerstuurdModal .modal-body {
    font-size: 20px;
    box-shadow: none;
}

#cmplz-message-1-optin p {
  font-size: 15px !important;
  line-height: 20px;
}

@media (min-width: 992px) { 
    #navMenu {
        display: none !important;
    }
}

#navMenu.open {
    display: block !important; 
}

.padding-rechts strong {
    margin-bottom: -15px !important;
}

.nieuwsblok br {
    content: none !important;
    display: none !important; /* Zorgt dat de tekst op een nieuwe regel begint */
    margin: 0 !important;      /* Verwijdert eventuele extra witruimte */
    height: 0 !important;      /* Voorkomt dat de tag hoogte inneemt */
}


.cf-turnstile {
    margin-bottom: 20px;
}

div#cmplz-message-1-optin {
    width: 350px!important;
}


/* Dwing de wrapper om mee te rekken */
.card-wrapper {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}

/* Zorg dat afbeeldingen de verhouding niet slopen 
.card-wrapper img {
    width: 100% !important;
    object-fit: cover !important;
}

*/

/* Dwing het witte vlak om alle overgebleven ruimte te pakken */
.innerwit {
    background: #fff !important;
    padding: 40px !important;
    
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important; /* Dit eist de resterende hoogte op */
}

/* Zet de excerpt-content op flex-grow zodat de link eronder weggedrukt wordt */
.excerpt-content {
    flex-grow: 1 !important;
}

/* Duw de link naar de absolute bodem */
.innerwit .lees-meer-link {
    display: inline-block !important;
}

/* ========
.nieuwsblok .card-wrapper img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
}
 ========*/

.gallery img {
    border: 3px solid #FFF !important;
}


.gallery-item img {
    width: 100% !important;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    justify-content: space-around;
}

.gallery-item {
    float: left!important;
    margin-top: 0!important;
    text-align: center!important;

}

/* 1. Zorg dat de afbeelding-containers zelf ook vierkant worden */
.wp-block-gallery .wp-block-image {
    margin: 0 !important;
    aspect-ratio: 1 / 1;
}

/* 2. Forceer de afbeeldingen erin en activeer 'cover' */
.wp-block-gallery .wp-block-image img {
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

/* 3. Optimaliseer de ruimte tussen de rijen en kolommen */
.wp-block-gallery {
    gap: 16px !important; /* Pas dit getal aan voor meer of minder tussenruimte */
}

dt.gallery-icon.landscape {
    padding: 0px !important;
    margin-bottom: -75px;
}


