@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
/* =========================================================
   ALGEMEEN
   ========================================================= */

body {
    background-color: #ffffff;
}

/* =========================================================
   HEADER — 3 ZONES (left / center / right)
   Gebaseerd op: .header-inner + .header-left/center/right
   ========================================================= */

.header.container-header {
    background: #004544;
}

/* Wrapper met 3 zones */
.header.container-header .header-inner {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 24px;
}

/* Zones */
.header.container-header .header-left,
.header.container-header .header-center,
.header.container-header .header-right {
    flex: 1 1 0;
}

/* Uitlijning */
.header.container-header .header-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}

.header.container-header .header-center {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.header.container-header .header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

/* Modules in header strak houden */
.header.container-header .header-left > *,
.header.container-header .header-center > *,
.header.container-header .header-right > * {
    margin: 0;
}

/* Menu + zoeken fallback */
.header.container-header .container-nav {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Zoekmodule */
.header.container-header .mod-finder,
.header.container-header .mod-search {
    margin: 0;
}

/* Mobiel gedrag */
@media (max-width: 768px) {
    .header.container-header .header-inner {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .header.container-header .header-left,
    .header.container-header .header-center,
    .header.container-header .header-right {
        justify-content: center;
        text-align: center;
    }
}
.handwritten-line{
  font-family: "Great Vibes", cursive;
  font-size: clamp(28px, 4vw, 64px);   /* schaalt mee met scherm */
  line-height: 1.1;
  color: #ffffff;                      /* wit */
  margin: 0;
  padding: 0;
  white-space: normal;                 /* mag afbreken op mobiel */
  text-align: left;
}

/* Optioneel: op mobiel centreren */
@media (max-width: 768px){
  .handwritten-line{
    text-align: center;
    font-size: clamp(24px, 7vw, 44px);
  }
}



/* =========================================================
   EUROPESE KAART
   ========================================================= */

.kaart {
    width: 70%;
    max-width: 900px;
    height: auto;
    display: block;
    margin: 20px auto;
}

/* =========================================================
   WATERMERK + KLIKBEVEILIGING (DEFINITIEF)
   ========================================================= */

/* P met afbeelding = container */
.com-content-article__body p:has(img) {
    position: relative;
    display: inline-block;
}

/* Afbeelding zelf — volledig passief */
.com-content-article__body p img {
    max-width: 100%;
    height: auto;

    pointer-events: none;        /* geen rechtsklik op img */
    user-select: none;           /* geen selecteren */
    -webkit-user-select: none;
    -webkit-user-drag: none;     /* geen slepen */
    -webkit-touch-callout: none; /* geen long-press menu iOS */
}

/* Watermerk rechtsonder */
.com-content-article__body p:has(img)::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;

    width: 25%;
    max-width: 240px;
    aspect-ratio: 1;

    background-image: url("/images/watermark/wm.png");
    background-size: contain;
    background-repeat: no-repeat;

    opacity: 1;
    pointer-events: none;
    z-index: 9999;
}

/* Transparante kliklaag boven afbeelding */
.com-content-article__body p:has(img)::before {
    content: "";
    position: absolute;
    inset: 0;

    background: transparent;
    pointer-events: all;  /* vangt alle clicks */
    z-index: 9998;
}

/* Mobiel: watermerk iets groter + marge */
@media (max-width: 600px) {
    .com-content-article__body p:has(img)::after {
        width: 28%;
        bottom: 2%;
        right: 2%;
    }
}

/* =========================================================
   FOOTER — 4 KOLOMMEN MET OKER LIJNEN
   Gebaseerd op: .footer-inner + .footer-col
   ========================================================= */

footer.container-footer {
    background-color: #222;
    color: #ffffff;
    margin-top: 4px;
    padding: 10px 0;
}

footer.container-footer a {
    color: #de9a3a;
    text-decoration: none;
}

footer.container-footer a:hover {
    text-decoration: underline;
}

/* Wrapper */
footer.container-footer .grid-child {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 6px 2rem 0 2rem;
}

/* Kolommen */
footer.container-footer .footer-inner {
    display: flex;
    gap: 30px;
    align-items: stretch;
}

footer.container-footer .footer-col {
    flex: 1 1 0;
    min-width: 0;
}

/* Oker scheidingslijn */
footer.container-footer .footer-col:not(:last-child) {
    border-right: 2px solid #de9a3a;
    padding-right: 20px;
}

/* =========================================================
   FOOTER — FORCEER ANTRACIET (override Cassiopeia)
   ========================================================= */

footer.container-footer,
footer.container-footer .grid-child,
footer.container-footer .footer-inner,
footer.container-footer .footer-col,
footer.container-footer .moduletable {
    background: #262626 !important;
}


/* Geen pseudo-ruis */
footer.container-footer::before,
footer.container-footer::after {
    content: none;
    display: none;
}

/* Footer contact table */
.footer-contact {
	width: 100%;
	border-collapse: collapse;
}

.footer-contact td {
	vertical-align: middle;
	padding: 4px 0;
	font-size: 12px;
}

/* Kolombreedtes */
.footer-contact .col-icon {
	width: 24px;
}

.footer-contact .col-spacer {
	width: 10px;
}

.footer-contact .col-text {
	width: auto;
}

/* Iconen */
.footer-icon {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
}

/* Grote naam-afbeelding */
.footer-icon-large {
	width: 150px;
	height: auto;
}

/* Brede iconen (Facebook) */
.footer-icon-wide {
	width: 20px;
	height: auto;
}

/* Titelregel */
.footer-title {
	font-size: 24px;
	line-height: 1.2;
}

/* Links */
.footer-contact a {
	color: #de9a3a;
	text-decoration: none;
}

.footer-contact a:hover {
	text-decoration: underline;
}
.profile-search,
.profile-content .mod-finder,
.profile-content .mod-search {
    margin: 0;
}

.profile-content input[type="search"],
.profile-content input[type="text"] {
    width: 100%;
    max-width: 280px;
    padding: 6px 10px;
    font-size: 12px;
}
/* =========================================================
   PROFIELBLOK — ZONDER TABEL (RESPONSIVE)
   ========================================================= */

.profile-block {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

/* Linker afbeelding */
.profile-image img {
    display: block;
    max-width: 150px;
    height: auto;
}

/* Rechter kolom */
.profile-content {
    flex: 1;
}

/* Titel */
.profile-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 6px;
}

/* Regel met tekst */
.profile-row {
    font-size: 10px;
    line-height: 1.3;
    margin-bottom: 4px;
}

/* Mobiel gedrag */
@media (max-width: 768px) {
    .profile-block {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

/* =========================================================
   DISCLAIMER BALK
   ========================================================= */

#mod-custom146 {
    background: #000 !important;
    color: #fff !important;
    padding: 4px 0 !important;
}

#mod-custom146 p {
    margin: 0 !important;
    line-height: 1.2;
}
/* ===============================
   HOME INTRO — RESPONSIVE LAYOUT
   =============================== */

.home-intro {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

/* Tekst links */
.home-text {
    flex: 1;
}

.home-text h2 {
    font-size: 26px;
    margin-bottom: 6px;
}

.home-text h3 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 20px;
}

.home-text p {
    line-height: 1.6;
    margin-bottom: 14px;
}

/* Kaart rechts */
.home-map {
    flex: 1;
    text-align: center;
}

.eu-kaart {
    width: 100%;
    max-width: 580px;
    height: auto;
}

.map-note {
    margin-top: 10px;
    font-size: 13px;
}

/* ===============================
   MOBIEL — ONDER ELKAAR
   =============================== */

@media (max-width: 768px) {
    .home-intro {
        flex-direction: column;
    }

    .home-map {
        margin-top: 30px;
    }

    .home-text h2 {
        font-size: 22px;
    }

    .home-text h3 {
        font-size: 18px;
    }
}
/* ===============================
   LANDENPAGINA — RESPONSIVE
   =============================== */

.country-intro {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

/* Tekst */
.country-text {
    flex: 1;
}

.country-text h2 {
    font-size: 26px;
    margin-bottom: 20px;
}

.country-text p {
    line-height: 1.6;
    margin-bottom: 14px;
}

/* Kaart */
.country-map {
    flex: 1;
    text-align: center;
}

.country-kaart {
    width: 100%;
    max-width: 580px;
    height: auto;
}

.map-note {
    margin-top: 10px;
    font-size: 13px;
}

/* ===============================
   MOBIEL — ONDER ELKAAR
   =============================== */

@media (max-width: 768px) {
    .country-intro {
        flex-direction: column;
    }

    .country-map {
        margin-top: 30px;
    }

    .country-text h2 {
        font-size: 22px;
    }
}

/* =========================================================
   FOOTER — MOBIEL: BLOKKEN ONDER ELKAAR + HORIZONTALE LIJNEN
   ========================================================= */
@media (max-width: 768px) {
    footer.container-footer .footer-inner {
        display: flex !important;        /* <-- cruciaal: overschrijft Cassiopeia grid */
        flex-direction: column;
        gap: 18px;
        align-items: stretch;
    }

    footer.container-footer .footer-col {
        padding-right: 0 !important;
    }

    footer.container-footer .footer-col:not(:last-child) {
        border-right: none !important;
        border-bottom: 2px solid #de9a3a !important;
        padding-bottom: 14px;
    }
}
/* =========================================================
   BREADCRUMBS — TOP-B & BOTTOM-A
   DEFINITIEF: GEEN GRIJS, MET SUBTIELE UNDERLINE
   ========================================================= */

/* Grid child achtergrond neutraliseren */
.grid-child.container-bottom-a,
.grid-child.container-top-b {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    --bs-card-bg: transparent !important;
    --bs-light: transparent !important;
}

/* Alles binnen bottom-a & top-b volledig neutraliseren */
.container-bottom-a,
.container-top-b,
.container-bottom-a *,
.container-top-b *,
.container-bottom-a .card,
.container-top-b .card,
.container-bottom-a .card-body,
.container-top-b .card-body,
.container-bottom-a nav,
.container-top-b nav {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border: none !important;
    box-shadow: none !important;
}

/* Geen padding → tekst start exact op contentlijn */
.container-bottom-a .card-body,
.container-top-b .card-body {
    padding: 0 !important;
    margin: 0 !important;
}

/* Breadcrumb wrapper */
.container-bottom-a .mod-breadcrumbs__wrapper,
.container-top-b .mod-breadcrumbs__wrapper {
    display: inline-block;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    position: relative;
}

/* Tekststijl */
.container-bottom-a .mod-breadcrumbs__wrapper,
.container-top-b .mod-breadcrumbs__wrapper,
.container-bottom-a .mod-breadcrumbs__wrapper a,
.container-top-b .mod-breadcrumbs__wrapper a,
.container-bottom-a .mod-breadcrumbs__wrapper span,
.container-top-b .mod-breadcrumbs__wrapper span {
    color: #004544 !important;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4;
}

/* Subtiele underline */
.container-bottom-a .mod-breadcrumbs__wrapper::after,
.container-top-b .mod-breadcrumbs__wrapper::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 0px;
    background-color: rgba(0, 69, 68, 0.6);
}

/* Links */
.container-bottom-a .mod-breadcrumbs__wrapper a,
.container-top-b .mod-breadcrumbs__wrapper a {
    text-decoration: none;
}

.container-bottom-a .mod-breadcrumbs__wrapper a:hover,
.container-top-b .mod-breadcrumbs__wrapper a:hover {
    text-decoration: underline;
}

/* Pseudo-elementen uitschakelen (Cassiopeia) */
.grid-child.container-bottom-a::before,
.grid-child.container-bottom-a::after {
    content: none !important;
    display: none !important;
}
/* Anti-drag / anti-select (maakt kopiëren lastiger, niet onmogelijk) */
.com-content-article__body img {
  -webkit-user-drag: none;
  user-select: none;
}
.com-content-article__body {
  -webkit-touch-callout: none; /* iOS */
  user-select: none;
}
/* Album container */
.rc-album { margin-top: 1rem; }

/* Grid */
.rc-album-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

/* Responsive */
@media (max-width: 992px){
  .rc-album-grid{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 576px){
  .rc-album-grid{ grid-template-columns: 1fr; }
}

/* Tiles */
.rc-photo{
  display:block;
  border-radius: 14px;
  overflow: hidden;
  background: #f6f6f6;
  position: relative;
  transform: translateZ(0);
}

/* Images */
.rc-photo img{
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  display:block;
  transition: transform .25s ease, filter .25s ease;
}

/* Hover (desktop) */
@media (hover:hover){
  .rc-photo:hover img{
    transform: scale(1.03);
    filter: saturate(1.05);
  }
  .rc-photo:hover{
    outline: 2px solid #de9a3a; /* jouw oker */
    outline-offset: 2px;
  }
}

/* =========================================================
   PHOTOGALLERY
   ========================================================= */
/* Algemene opmaak voor de Phoca Gallery */
.phocagallery-image {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.phocagallery-item {
    display: inline-block;
    margin: 10px;
    width: 30%; /* Of pas dit aan voor je layout */
}

.phocagallery-category {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.phocagallery-category a {
    display: block;
    position: relative;
}

.phocagallery-category img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.phocagallery-category a:hover img {
    transform: scale(1.05);
}

/* =========================================================
   CATEGORY → ALBUM GRID (DEFINITIEF)
   ========================================================= */

.rc-category-album {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 28px;
    margin-top: 32px;
}

.rc-album-tile {
    text-align: center;
    text-decoration: none;
    color: inherit;
}

.rc-album-image {
    width: 150px;
    height: 150px;
    margin: 0 auto 10px;
    overflow: hidden;
    border-radius: 4px;
}

.rc-album-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rc-album-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 2px;
}

.rc-album-date {
    font-size: 0.8rem;
    color: #777;
}
/* Categorie header */
.rc-category-header {
    margin-bottom: 30px;
}

.rc-category-title {
    margin-bottom: 10px;
}

.rc-category-description {
    max-width: 900px;
}

/* Vaste kop boven albums */
.rc-album-heading {
    margin: 40px 0 20px;
}
/* =========================================================
   ALBUM HOVER — SUBTIEL NAAR VOREN
   ========================================================= */

.rc-album-tile {
    transition: transform 0.25s ease;
}

.rc-album-image img {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

@media (hover: hover) {
    .rc-album-tile:hover {
        transform: translateY(-4px);
    }

    .rc-album-tile:hover .rc-album-image img {
        transform: scale(1.04);
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
    }
}

/* =========================================================
   ARTIKEL LAYOUT
   ========================================================= */
/* ===============================
   ARTICLE LAYOUT — DESKTOP
   =============================== */
.article-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    align-items: start;
}

.article-layout.has-map {
    grid-template-columns: minmax(0, 1fr) 320px;
}

/* Tekstkolom — voorkomt Phoca overflow */
.article-text {
    min-width: 0;
}

/* Phoca Gallery temmen */
.article-text .phocagallery,
.article-text .phocagallery-category {
    max-width: 100%;
    overflow: hidden;
}

/* Kaart */
.article-map {
    position: sticky;
    top: 120px;
    z-index: 5;
}

#article-map {
    height: 220px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

/* Tablet */
@media (max-width: 1024px) {
    .article-layout.has-map {
        grid-template-columns: minmax(0, 1fr) 280px;
        gap: 24px;
    }
}

/* Mobiel */
@media (max-width: 768px) {
    .article-layout,
    .article-layout.has-map {
        grid-template-columns: 1fr;
    }

    .article-map {
        position: static;
        margin-top: 24px;
    }
}
.article-gps-map {
    float: right;
    width: 150px;
    height: 150px;
    margin: 0 0 10px 15px;
    display: block;
}

.article-gps-map .gps-map {
    width: 150px;
    height: 150px;
    min-height: 150px;
    display: block;
}

/* =========================================================
   RC CATEGORIE — LANDKAART VERDER NAAR RECHTS (FINAL)
   ========================================================= */

@media (min-width: 992px) {

  /* 1. Kaartblok */
  body.site.com_content.view-category .landkaart-blok {
    float: right;
    width: 360px;

    /* ⬇⬇ DIT IS DE MAGIE ⬇⬇ */
    margin-right: calc(50% - 50vw); /* breekt uit container */
    margin-left: 40px;
    margin-bottom: 24px;
  }

  /* 2. Titel boven kaart */
  body.site.com_content.view-category .landkaart-blok h3 {
    margin: 0 0 12px 0;
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.2;
  }

  /* 3. Afbeelding netjes */
  body.site.com_content.view-category .landkaart-blok img {
    display: block;
    width: 100%;
    height: auto;
  }

  /* 4. Tekst mag volledig doorlopen */
  body.site.com_content.view-category .rc-category-description::after {
    content: "";
    display: block;
    clear: both;
  }
}
/* ======================================================
   Phoca Gallery – GENERIEK
   Volledig zichtbaar + perfecte midden-uitlijning
   Werkt op ALLE category views
   ====================================================== */

/* 1) De Phoca items container corrigeren */
.pg-category-items-box {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important; /* rijen centreren */
  align-items: center !important;     /* middenlijn gelijk */
  gap: 18px;
}

/* 2) Elke thumbnail als vaste kaart */
.pg-cats-box,
.pg-category-items-box-box,
.pg-box-item,
.phocagallery-box-file {
  float: none !important;
  width: 320px;           /* vaste breedte */
  height: 240px;          /* vaste hoogte → gedeelde middenlijn */
  margin: 0 !important;
  padding: 10px;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,.08);

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* 3) Klikbare link ook centreren */
.pg-cats-box a,
.pg-category-items-box-box a,
.pg-box-item a,
.phocagallery-box-file a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100%;
  height: 100%;
}

/* 4) Afbeelding: altijd volledig zichtbaar */
.pg-cats-box img,
.pg-category-items-box-box img,
.pg-box-item img,
.phocagallery-box-file img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  display: block;
}

 /* 5) Grijze achtergrond achter tegels */
.phocagallery,
.pg-category-items-box {
  background: #f2f2f2;
  padding: 24px 16px;
  border-radius: 16px;
  overflow: hidden;  
}

/* ======================================================
   Phoca Gallery – PREMIUM hover effect
   Duidelijk zichtbaar, maar netjes
   ====================================================== */

/* Basis transition */
.pg-cats-box,
.pg-category-items-box-box,
.pg-box-item,
.phocagallery-box-file,
.pg-cats-box > a,
.pg-category-items-box-box > a,
.pg-box-item > a,
.phocagallery-box-file > a {
  transition:
    transform 0.35s cubic-bezier(.2,.8,.2,1),
    box-shadow 0.35s cubic-bezier(.2,.8,.2,1),
    background-color 0.35s ease !important;
  will-change: transform;
}

/* Hover: harde, donkere schaduw */
.pg-cats-box:hover,
.pg-category-items-box-box:hover,
.pg-box-item:hover,
.phocagallery-box-file:hover,
.pg-cats-box > a:hover,
.pg-category-items-box-box > a:hover,
.pg-box-item > a:hover,
.phocagallery-box-file > a:hover {
  transform: translateY(-8px) scale(1.02) !important;
  box-shadow:
    0 20px 35px rgba(0,0,0,.45),
    0 8px 14px rgba(0,0,0,.35) !important;
}

/* Afbeelding animatie */
.pg-cats-box img,
.pg-category-items-box-box img,
.pg-box-item img,
.phocagallery-box-file img {
  transition:
    transform 0.5s ease,
    filter 0.35s ease !important;
}

/* Extra luxe: foto iets zoomen + helderder */
.pg-cats-box:hover img,
.pg-category-items-box-box:hover img,
.pg-box-item:hover img,
.phocagallery-box-file:hover img,
.pg-cats-box > a:hover img,
.pg-category-items-box-box > a:hover img,
.pg-box-item > a:hover img,
.phocagallery-box-file > a:hover img {
  transform: scale(1.06);
  filter: brightness(1.08) contrast(1.08) saturate(1.08);
}
  /* Fallback: elk direct kind in de category-items container */
.pg-category-items-box > * {
  transition: transform .25s ease, box-shadow .25s ease !important;
}

.pg-category-items-box > *:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 10px 24px rgba(0,0,0,.18) !important;
}

/* ======================================================
   Phoca Gallery – PhotoSwipe
   UI & navigatie uitschakelen (desktop + mobiel)
   Sluitknop blijft zichtbaar
   ====================================================== */

/* =========================
   VERBERG ALLE UI-KNOPPEN
   ========================= */

.pswp__button--arrow--left,
.pswp__button--arrow--right,
.pswp__button--play,
.pswp__button--share,
.pswp__button--fs,
.pswp__button--zoom,
.pswp__counter {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* =========================
   SHARE / MODALS HARD KILL
   ========================= */

.pswp__share-modal,
.pswp__share-tooltip,
.pswp__share-modal *,
.pswp__share-tooltip * {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* =========================
   TOPBAR ZICHTBAAR LATEN
   (nodig voor sluitknop)
   ========================= */

.pswp__top-bar {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

/* =========================
   SLUITKNOP ALTIJD AAN
   ========================= */

.pswp__button--close,
.pswp__button--close *,
.pswp__button--close:before {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

/* =========================
   GEEN SWIPE / TAP NAVIGATIE
   (optioneel maar aanbevolen)
   ========================= */

.pswp__container,
.pswp__item,
.pswp__img {
  touch-action: none !important;
}

/* =========================
   EXTRA HARDENING (fallback)
   ========================= */

.pswp a[download],
.pswp__button[title*="Download" i],
.pswp__button[title*="Share" i],
.pswp__button[title*="Delen" i] {
  display: none !important;
  pointer-events: none !important;
}
/* ==========================================
   PhotoSwipe – PLAY / SLIDESHOW DEFINITIEF UIT
   (incl. mobiele overlay-UI)
   ========================================== */

/* Alle play-varianten */
.pswp__button--play,
.pswp__button--play:before,
.pswp__button--play *,
.pswp--touch .pswp__button--play,
.pswp--supports-fs .pswp__button--play {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Fallback: alles met "play" in aria/title */
.pswp__button[title*="play" i],
.pswp__button[aria-label*="play" i],
.pswp__button[title*="slideshow" i],
.pswp__button[aria-label*="slideshow" i] {
  display: none !important;
  pointer-events: none !important;
}
/* ===== FOOTER FIX: altijd gelijke kolommen ===== */
footer.container-footer .footer-inner{
  display: flex !important;
  width: 100% !important;
}

footer.container-footer .footer-col{
  flex: 1 1 0 !important;   /* <-- dit forceert gelijke breedtes */
  min-width: 0 !important;  /* voorkomt overflow/rare shrink */
}

/* optioneel: als er ergens floats in modules zitten */
footer.container-footer .footer-col::after{
  content: "";
  display: block;
  clear: both;
}
/* ===== HEADER FIX: logo links, ruimte, rechts strak ===== */
.header.container-header .header-inner{
  max-width: 1400px;          /* kies 1200/1400/1600 naar smaak */
  margin: 0 auto !important;
  padding: 0 2rem !important; /* ruimte links/rechts */
  width: 100% !important;
}

/* Niet alle drie even “flex:1”; links en rechts mogen auto zijn */
.header.container-header .header-left,
.header.container-header .header-right{
  flex: 0 0 auto !important;
}

.header.container-header .header-center{
  flex: 1 1 auto !important;
}

/* Slogan (siteDescription) beetje afstand */
.header.container-header .site-description{
  margin-top: 4px;
}

