:root{
  --rebo-blue:#000066; --rebo-blue-2:#111178; --rebo-orange:#ee9414;
  --rebo-orange-soft:#fff2df; --ink:#1c2430; --muted:#657080;
  --surface:#fff; --bg:#f3f5f8; --border:#e3e7ec; --radius:16px;
  --shadow:0 10px 30px rgba(0,0,45,.08); --sidebar:268px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.65;text-align:left}
a{color:#a85f00;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;font-weight:600} a:hover{color:var(--rebo-blue);background:transparent;border:0}
img{max-width:100%;height:auto} button{font:inherit}
h1,h2,h3{font-family:Arial,Helvetica,sans-serif;line-height:1.18} h1{color:var(--rebo-blue);font-size:clamp(2rem,4vw,3.25rem);margin:.1em 0 .35em;letter-spacing:-.035em} h2{color:var(--rebo-blue);font-size:clamp(1.45rem,2.4vw,2rem);background:none;border:0;margin:0 0 18px;padding:0} h3{color:var(--rebo-blue);margin:0 0 8px;font-size:1.12rem}
/* New homepage shell */
.site-shell{min-height:100vh;display:grid;grid-template-columns:var(--sidebar) minmax(0,1fr)}
.sidebar{position:sticky;top:0;height:100vh;background:linear-gradient(180deg,var(--rebo-blue) 0%,#0b0b52 100%);color:#fff;padding:25px 18px 18px;display:flex;flex-direction:column;z-index:40;overflow-y:auto;box-shadow:8px 0 25px rgba(0,0,45,.10)}
.sidebar-brand{padding:4px 10px 22px;border-bottom:1px solid rgba(255,255,255,.16);margin-bottom:14px}.sidebar-brand strong{display:block;font-size:1.5rem;line-height:1.08}.sidebar-brand .rebo{color:var(--rebo-orange)}.sidebar-brand small{display:block;margin-top:7px;color:#d8d8ef;line-height:1.35}
.side-nav{display:flex;flex-direction:column;gap:4px}.side-nav a{display:flex;align-items:center;gap:10px;color:#f5f5ff;text-decoration:none;padding:10px 11px;border-radius:10px;font-size:.94rem;font-weight:650}.side-nav a:hover,.side-nav a.active{background:rgba(255,255,255,.12);color:#fff}.side-nav a.active{box-shadow:inset 4px 0 0 var(--rebo-orange);background:rgba(238,148,20,.16)}.side-nav .ico{width:22px;text-align:center;opacity:.95}
.sidebar-bottom{margin-top:auto;padding:18px 8px 4px}.sidebar-lang{display:flex;gap:7px}.sidebar-lang a{color:#fff;text-decoration:none;border:1px solid rgba(255,255,255,.28);border-radius:999px;padding:5px 9px;font-size:.8rem}.sidebar-lang a.active,.sidebar-lang a:hover{background:var(--rebo-orange);border-color:var(--rebo-orange);color:#171717}.sidebar-mail{display:block;margin-top:12px;color:#fff;font-size:.8rem;overflow-wrap:anywhere}
.page-area{min-width:0}.mobile-topbar{display:none}.site-header{background:#fff;border-bottom:1px solid var(--border)}.topbar{max-width:1220px;margin:auto;padding:26px 32px 18px}.brand{font-size:clamp(1.35rem,3vw,2.05rem);font-weight:800;line-height:1.15;letter-spacing:-.02em;color:var(--rebo-blue)}.brand small{display:block;font-size:.88rem;font-weight:500;color:var(--muted);margin-top:6px;letter-spacing:0}
.container{max-width:1220px;margin:0 auto;padding:34px 32px 60px}.hero{display:grid;grid-template-columns:1.35fr .65fr;gap:24px;align-items:stretch;margin-bottom:32px}.hero-main,.hero-side{border-radius:var(--radius);box-shadow:var(--shadow)}.hero-main{padding:34px;background:var(--surface);border-top:5px solid var(--rebo-orange)}.eyebrow{text-transform:uppercase;letter-spacing:.09em;color:#9a5600;font-size:.78rem;font-weight:800;margin:0 0 8px}.lead{font-size:1.14rem;color:#4a5665;max-width:720px;margin:0}.hero-side{background:var(--rebo-blue);color:#fff;padding:28px}.hero-side h2{color:#fff;font-size:1.25rem}.hero-side p{margin:.3em 0 1em}.hero-side a{color:#fff}.section{margin-top:34px}.section-head{display:flex;gap:18px;align-items:end;justify-content:space-between;margin-bottom:16px}.section-head p{margin:0;color:var(--muted)}.notice{background:var(--rebo-orange-soft);border-left:5px solid var(--rebo-orange);padding:18px 20px;border-radius:12px;margin:18px 0}.cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:23px;box-shadow:0 5px 20px rgba(0,0,30,.045)}.card .date{display:inline-block;background:var(--rebo-orange-soft);color:#8b4d00;font-weight:800;border-radius:999px;padding:5px 10px;font-size:.84rem;margin-bottom:11px}.card p{margin:.5em 0}.card .meta{color:var(--muted);font-size:.92rem;margin-top:14px;padding-top:14px;border-top:1px solid var(--border)}.info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.info-box{background:#fff;border:1px solid var(--border);border-radius:14px;padding:20px}.info-box strong{display:block;color:var(--rebo-blue);margin-bottom:4px}.site-footer{background:#0b0b52;color:#dfe2ff}.footer-inner{max-width:1220px;margin:auto;padding:30px 32px;display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap}.site-footer a{color:#fff}.small{font-size:.9rem;color:var(--muted)}
.mobile-menu-btn{display:none}
/* Legacy pages: transform their existing left menu into a modern sidebar */
body>#wrapper{width:min(1240px,100%)!important;background:#fff!important;margin:0 auto!important;box-shadow:var(--shadow);min-height:100vh}
#header{margin:0!important;background:var(--rebo-blue)!important;padding:18px 22px!important} #header .stijl1{font-size:clamp(1.35rem,3vw,2rem)!important;color:#fff!important} #banner{background:#0b0b52!important;padding:7px 18px 12px!important;color:#fff;font-size:.9rem}
#content{display:flex!important;align-items:flex-start!important;background:#fff!important;min-height:70vh}
#leftColumn{float:none!important;width:250px!important;flex:0 0 250px!important;padding:18px 14px!important;background:linear-gradient(180deg,#f7f8fb,#eef0f5)!important;border-right:1px solid var(--border);position:sticky;top:0;max-height:100vh;overflow:auto}
#rightColumn{float:none!important;width:auto!important;flex:1 1 auto!important;min-width:0;padding:28px 30px!important;background:#fff!important;overflow:hidden}
#leftColumn table{width:100%!important;border:0!important;border-collapse:separate!important;border-spacing:0 4px!important;background:transparent!important}#leftColumn td{border:0!important;padding:0!important;background:transparent!important}#leftColumn tr:first-child td{background:var(--rebo-blue)!important;border-radius:10px;padding:8px 10px!important;color:#fff!important}#leftColumn tr:first-child .stijl2{font-size:.78rem!important;letter-spacing:.12em!important;text-transform:uppercase!important;color:#fff!important;font-weight:800}
#leftColumn a{display:block;padding:9px 11px;border-radius:9px;text-decoration:none;color:var(--rebo-blue)!important;text-align:left!important;font-size:.92rem;line-height:1.35}#leftColumn a:hover{background:var(--rebo-orange-soft)!important;color:#8b4d00!important}#leftColumn div[align="center"]{text-align:left!important}
#rightColumn table{max-width:100%!important}.stijl2{font-size:1rem!important}.legacy-mobile-toggle{display:none}
/* Mobile */
@media(max-width:900px){
 .site-shell{display:block}.sidebar{position:fixed;left:0;top:0;width:min(84vw,300px);transform:translateX(-105%);transition:transform .25s ease;height:100dvh}.site-shell.menu-open .sidebar{transform:translateX(0)}.site-shell.menu-open:after{content:"";position:fixed;inset:0;background:rgba(0,0,25,.42);z-index:30}.sidebar{z-index:50}
 .mobile-topbar{display:flex;position:sticky;top:0;z-index:25;align-items:center;justify-content:space-between;background:var(--rebo-blue);color:#fff;padding:11px 15px;box-shadow:0 2px 12px rgba(0,0,0,.15)}.mobile-topbar strong{font-size:1rem}.mobile-menu-btn{display:inline-flex;align-items:center;gap:8px;border:0;background:var(--rebo-orange);color:#111;border-radius:9px;padding:8px 11px;font-weight:800;cursor:pointer}.topbar{padding:20px 16px 15px}.container{padding:24px 16px 46px}.hero{grid-template-columns:1fr}.cards,.info-grid{grid-template-columns:1fr}.hero-main,.hero-side{padding:24px}.section-head{align-items:flex-start;flex-direction:column;gap:4px}.footer-inner{display:block;padding:26px 16px}
 body>#wrapper{box-shadow:none}.legacy-mobile-toggle{display:flex;position:sticky;top:0;z-index:60;background:var(--rebo-blue);padding:9px 12px;justify-content:flex-start}.legacy-mobile-toggle button{border:0;background:var(--rebo-orange);border-radius:9px;padding:8px 11px;font-weight:800;color:#111;cursor:pointer}
 #content{display:block!important}#leftColumn{position:fixed!important;z-index:55;left:0;top:0;height:100dvh;max-height:none;width:min(84vw,300px)!important;transform:translateX(-105%);transition:transform .25s ease;box-shadow:8px 0 24px rgba(0,0,0,.18);padding-top:58px!important}body.legacy-menu-open #leftColumn{transform:translateX(0)}body.legacy-menu-open:after{content:"";position:fixed;inset:0;background:rgba(0,0,25,.42);z-index:50}#rightColumn{width:100%!important;padding:20px 16px!important}#rightColumn table{width:100%!important}
}

/* 2026 homepage refresh */
.home-modern{background:#f5f7fa}.home-modern .page-area{background:#f5f7fa}.home-modern .sidebar{background:linear-gradient(180deg,#07305d 0%,#061e3a 100%);padding:22px 17px}.sidebar-logo{display:flex;align-items:center;gap:12px;color:#fff!important;text-decoration:none!important;padding:4px 8px 20px;margin-bottom:12px;border-bottom:1px solid rgba(255,255,255,.15)}.logo-mark{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#fff 0 55%,var(--rebo-orange) 55%);color:#07305d;font-size:1.45rem;font-weight:900;box-shadow:0 6px 16px rgba(0,0,0,.14)}.logo-copy{display:flex;flex-direction:column;line-height:1}.logo-copy strong{font-size:1.8rem;letter-spacing:.03em}.logo-copy small{font-size:.68rem;text-transform:uppercase;letter-spacing:.06em;color:#dbe8f5;margin-top:5px}.home-modern .side-nav{gap:3px}.home-modern .side-nav a{padding:10px 12px;border-radius:10px;font-size:.92rem}.home-modern .side-nav a:hover{background:rgba(255,255,255,.09)}.home-modern .side-nav a.active{background:linear-gradient(90deg,var(--rebo-orange),#ffad3b);color:#fff;box-shadow:0 8px 20px rgba(238,148,20,.2)}.home-modern .side-nav .ico{width:24px;height:24px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.24);border-radius:7px;font-size:.85rem}.home-modern .side-nav a.active .ico{border-color:rgba(255,255,255,.45)}
.home-header{height:86px;padding:0 34px;display:flex;align-items:center;justify-content:space-between;gap:24px;background:#fff;border-bottom:1px solid #e9edf2}.header-slogan{display:flex;flex-direction:column;color:#092e58;font-size:1rem;line-height:1.25}.header-slogan span{font-size:.9rem;color:#647386}.header-actions{display:flex;align-items:center;gap:24px}.header-actions a{color:#173453;text-decoration:none;font-size:.9rem}.header-pill{background:#07305d;color:#fff!important;padding:10px 18px;border-radius:999px;box-shadow:0 5px 16px rgba(7,48,93,.16)}
.hero-banner{position:relative;min-height:480px;overflow:hidden;background:#0a3159}.hero-photo{position:absolute;inset:0;background-image:url('../images/site/hero-mobility.jpg');background-size:cover;background-position:center 45%;transform:scale(1.015)}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.97) 0%,rgba(255,255,255,.91) 33%,rgba(255,255,255,.35) 58%,rgba(6,28,52,.08) 100%)}.hero-content{position:relative;z-index:2;width:min(660px,62%);padding:72px 42px 64px 58px}.hero-kicker{color:#b35f00;text-transform:uppercase;letter-spacing:.11em;font-size:.77rem;font-weight:900;margin:0 0 13px}.home-modern .hero-content h1{font-size:clamp(2.8rem,5.2vw,5rem);line-height:.96;max-width:620px;margin:0 0 22px;color:#092e58;letter-spacing:-.05em}.hero-content p:not(.hero-kicker){font-size:1.15rem;line-height:1.62;max-width:590px;color:#33465a;margin:0}.hero-buttons{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:999px;padding:12px 19px;font-size:.87rem;font-weight:800;text-decoration:none!important;transition:.2s transform,.2s box-shadow}.btn:hover{transform:translateY(-1px)}.btn-primary{background:linear-gradient(90deg,#ee8610,#f6a018);color:#fff!important;box-shadow:0 8px 18px rgba(238,134,16,.22)}.btn-light{background:#fff;color:#07305d!important;border:1px solid #d9e1e9}.hero-badge{position:absolute;right:34px;bottom:28px;z-index:3;background:rgba(7,48,93,.9);backdrop-filter:blur(8px);color:#fff;border-radius:16px;padding:14px 18px;display:flex;flex-direction:column;box-shadow:0 10px 30px rgba(0,0,0,.2)}.hero-badge strong{font-size:1.25rem}.hero-badge span{font-size:.72rem;color:#dbe8f5;text-transform:uppercase;letter-spacing:.07em}
.home-content{max-width:1220px;margin:0 auto;padding:0 34px 54px}.quick-grid{position:relative;z-index:5;margin-top:-34px;display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.quick-card{position:relative;background:#fff;border:1px solid #e8edf2;border-radius:18px;padding:19px 16px 17px;min-height:148px;color:#0a3159!important;text-decoration:none!important;box-shadow:0 10px 28px rgba(17,45,74,.08);display:flex;flex-direction:column;align-items:center;text-align:center;transition:.2s transform,.2s box-shadow}.quick-card:hover{transform:translateY(-4px);box-shadow:0 16px 32px rgba(17,45,74,.12)}.quick-icon{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:#edf4fb;color:#0b5aa5;font-size:1.45rem;margin-bottom:10px}.quick-card:nth-child(2) .quick-icon{background:#fff2e3;color:#e97900}.quick-card:nth-child(4) .quick-icon{background:#ebf6ed;color:#3e9250}.quick-card:nth-child(5) .quick-icon{background:#f1ecfb;color:#6e4caa}.quick-card strong{font-size:.98rem}.quick-card small{font-size:.76rem;color:#6b7786;font-weight:500;margin-top:4px}.quick-arrow{position:absolute;right:13px;bottom:8px;color:#b3bdc8}
.section-modern{margin-top:50px}.modern-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:18px}.modern-heading .mini-label{display:block;color:#e47b00;text-transform:uppercase;font-weight:900;letter-spacing:.1em;font-size:.72rem;margin-bottom:5px}.modern-heading h2{margin:0;color:#092e58}.modern-heading>a{font-size:.86rem;color:#0a5ca8;text-decoration:none}.home-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(280px,.7fr);gap:22px}.featured-news{display:grid;grid-template-columns:200px 1fr;background:#fff;border:1px solid #e5eaf0;border-radius:18px;overflow:hidden;box-shadow:0 7px 24px rgba(20,48,78,.06)}.featured-news-art{min-height:190px;background:linear-gradient(145deg,#0a3159,#1168ab);display:grid;place-items:center;position:relative;overflow:hidden}.featured-news-art:before,.featured-news-art:after{content:"";position:absolute;border-radius:999px;border:20px solid rgba(255,255,255,.08);width:150px;height:150px}.featured-news-art:before{left:-70px;top:-65px}.featured-news-art:after{right:-70px;bottom:-80px}.featured-news-art span{font-size:2rem;font-weight:900;color:#fff;letter-spacing:.05em}.featured-news-copy{padding:24px}.news-date{color:#7b8794;font-size:.76rem;font-weight:700}.featured-news h3{font-size:1.25rem;margin:6px 0 8px}.featured-news p{color:#526071;margin:0}.text-links{display:flex;flex-wrap:wrap;gap:16px;margin-top:14px}.text-links a{font-size:.84rem;color:#e47b00;text-decoration:none}.join-card{background:linear-gradient(160deg,#fff9f1,#fff);border:1px solid #f1dfc5;border-radius:18px;padding:27px;box-shadow:0 7px 24px rgba(20,48,78,.05)}.join-icon{width:48px;height:48px;border-radius:14px;background:#fff0dc;color:#e47b00;display:grid;place-items:center;font-size:1.45rem}.join-card h2{font-size:1.35rem;margin:16px 0 8px}.join-card p{color:#5d6773;margin:0 0 20px}
.event-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.event-card{background:#fff;border:1px solid #e5eaf0;border-radius:16px;padding:20px;box-shadow:0 5px 18px rgba(20,48,78,.045)}.event-card time{display:inline-block;background:#fff1df;color:#a65a00;border-radius:999px;padding:5px 9px;font-size:.7rem;font-weight:900;letter-spacing:.04em;margin-bottom:12px}.event-card h3{font-size:1rem;min-height:2.35em}.event-card p{font-size:.86rem;color:#637080;margin:8px 0 0}.modern-notice{display:flex;gap:16px;align-items:center;margin-top:18px}.modern-notice span{color:#5b6571}.principles{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:34px}.principles>div{background:#fff;border-top:3px solid #0a5ca8;border-radius:14px;padding:20px;border-left:1px solid #e5eaf0;border-right:1px solid #e5eaf0;border-bottom:1px solid #e5eaf0}.principles>div:nth-child(2){border-top-color:#ee9414}.principles>div:nth-child(3){border-top-color:#419354}.principles span{float:left;width:34px;height:34px;border-radius:10px;background:#eef4fa;color:#0a5ca8;display:grid;place-items:center;margin-right:10px;font-weight:900}.principles strong{display:block;color:#0a3159;padding-top:5px}.principles p{clear:both;font-size:.84rem;color:#687586;margin:12px 0 0}.home-modern .site-footer{background:#061e3a}
@media(max-width:1080px){.quick-grid{grid-template-columns:repeat(3,1fr)}.event-grid{grid-template-columns:repeat(2,1fr)}.hero-content{width:70%}.header-actions a:first-child{display:none}}
@media(max-width:900px){.home-header{display:none}.hero-banner{min-height:540px}.hero-photo{background-position:68% center}.hero-shade{background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(255,255,255,.9) 58%,rgba(255,255,255,.35))}.hero-content{width:100%;padding:55px 24px 170px}.hero-badge{right:18px;bottom:18px}.home-content{padding:0 16px 42px}.quick-grid{grid-template-columns:repeat(2,1fr);margin-top:-26px}.home-grid{grid-template-columns:1fr}.event-grid{grid-template-columns:repeat(2,1fr)}.principles{grid-template-columns:1fr}.featured-news{grid-template-columns:150px 1fr}}
@media(max-width:620px){.hero-banner{min-height:570px}.home-modern .hero-content h1{font-size:2.75rem}.hero-content p:not(.hero-kicker){font-size:1rem}.quick-grid{grid-template-columns:1fr 1fr;gap:10px}.quick-card{min-height:132px;padding:16px 10px}.quick-card:last-child{grid-column:1/-1;min-height:120px}.featured-news{grid-template-columns:1fr}.featured-news-art{min-height:115px}.event-grid{grid-template-columns:1fr}.modern-heading{align-items:flex-start;flex-direction:column;gap:4px}.modern-notice{align-items:flex-start;flex-direction:column}.hero-buttons{flex-direction:column;align-items:flex-start}.hero-badge{display:none}}

/* REBO supplied logo + reduced email repetition */
.home-modern .sidebar-logo{gap:9px;flex-direction:column;align-items:flex-start;padding:2px 8px 18px}
.logo-image-wrap{display:flex;align-items:center;justify-content:center;background:#fff;border-radius:12px;padding:10px 12px;width:100%;min-height:72px;box-shadow:0 7px 20px rgba(0,0,0,.14)}
.logo-image-wrap img{display:block;width:min(166px,100%);height:auto;object-fit:contain}
.home-modern .sidebar-logo .logo-copy{width:100%;align-items:center}
.home-modern .sidebar-logo .logo-copy small{font-size:.66rem;margin-top:0;color:#dbe8f5;text-align:center;letter-spacing:.08em}
.header-contact{display:inline-flex;align-items:center;gap:6px;padding:9px 13px;border-radius:999px;background:#f4f7fa}
.mobile-brand{display:flex;align-items:center;gap:8px}.mobile-brand img{width:57px;height:24px;object-fit:contain;background:#fff;border-radius:5px;padding:2px}.mobile-brand strong{font-size:.92rem}
@media(max-width:1080px){.header-actions .header-contact{display:inline-flex}}
@media(max-width:900px){.mobile-topbar>strong{display:none}}

/* Simplified REBO homepage: navigation lives in the sidebar, content stays focused */
.home-simplified .simple-header{justify-content:flex-start}
.home-simplified .simplified-hero{min-height:455px;border-bottom:1px solid #e7edf3}
.home-simplified .simplified-hero .hero-content{padding-top:76px;padding-bottom:72px}
.home-simplified .single-action{margin-top:30px}
.home-simplified .simplified-content{padding-top:6px}
.news-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.news-card{position:relative;background:#fff;border:1px solid #e4eaf0;border-radius:18px;padding:24px;box-shadow:0 8px 24px rgba(20,48,78,.055);min-height:235px;display:flex;flex-direction:column}
.news-card:before{content:"";position:absolute;left:0;top:24px;bottom:24px;width:4px;background:#ed8a12;border-radius:0 6px 6px 0}
.news-card h3{font-size:1.08rem;line-height:1.3;margin:9px 0 10px;color:#0a3159}
.news-card p{font-size:.9rem;line-height:1.55;color:#637080;margin:0 0 18px}
.news-card>a{margin-top:auto;color:#0a5ca8;text-decoration:none;font-size:.86rem;font-weight:800}
.compact-events .event-card{min-height:205px}
.membership-panel{display:flex;align-items:center;justify-content:space-between;gap:36px;background:linear-gradient(115deg,#f7fbff,#fff8ee);border:1px solid #dde8f2;border-radius:22px;padding:32px 34px;box-shadow:0 8px 26px rgba(20,48,78,.055)}
.membership-copy{max-width:760px}
.membership-panel h2{margin:5px 0 9px;color:#092e58}
.membership-panel p{margin:0;color:#5e6c7a;line-height:1.65}
.membership-panel .btn{white-space:nowrap}
.home-simplified .site-footer .footer-inner{justify-content:center;text-align:center}
@media(max-width:980px){.news-card-grid{grid-template-columns:1fr 1fr}.news-card:last-child{grid-column:1/-1}.membership-panel{align-items:flex-start;flex-direction:column;gap:20px}}
@media(max-width:620px){.news-card-grid{grid-template-columns:1fr}.news-card:last-child{grid-column:auto}.membership-panel{padding:24px 20px}.home-simplified .simplified-hero{min-height:535px}}
.home-simplified .upcoming-only{grid-template-columns:repeat(2,minmax(0,1fr))}
@media(max-width:700px){.home-simplified .upcoming-only{grid-template-columns:1fr}}

/* Top-right language selector */
.page-area{position:relative}
.top-language{position:absolute;top:14px;right:24px;z-index:40;display:flex;align-items:center;gap:8px;padding:7px 10px;border:1px solid #dce5ee;border-radius:999px;background:rgba(255,255,255,.96);box-shadow:0 5px 18px rgba(20,48,78,.08);font-size:.76rem;font-weight:800;letter-spacing:.04em}
.top-language a{color:#31516e;text-decoration:none;padding:3px 5px;border-radius:999px}
.top-language a:hover{color:#0a5ca8}
.top-language a.active{background:#ed8a12;color:#fff}
.top-language span{color:#b7c3cf}
.legacy-top-language{position:fixed}
@media(max-width:900px){
  .top-language{position:fixed;top:10px;right:112px;z-index:1002;padding:5px 7px;gap:5px;font-size:.7rem}
  .mobile-topbar{padding-right:180px}
}
@media(max-width:480px){
  .top-language{right:96px}
  .top-language span{display:none}
  .top-language{gap:2px}
  .mobile-topbar{padding-right:160px}
}

/* Photos for latest-news cards */
.news-card{padding:0 24px 24px;overflow:hidden}
.news-card:before{top:170px;bottom:24px}
.news-card-image{height:170px;margin:0 -24px 18px;overflow:hidden;background:#e9eff5}
.news-card-image img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .35s ease}
.news-card:hover .news-card-image img{transform:scale(1.025)}
.news-card .news-date{display:block}
@media(max-width:620px){.news-card-image{height:190px}}

/* Consistent imagery on homepage cards */
.news-card,.event-card{overflow:hidden}.news-card-image,.event-card-image{height:150px;margin:-24px -24px 18px;overflow:hidden;background:#eef3f7}.news-card-image img,.event-card-image img{width:100%;height:100%;display:block;object-fit:cover}.event-card-image{margin:-20px -20px 16px;height:165px}.news-card:before{top:174px}@media(max-width:620px){.news-card-image{height:175px}.event-card-image{height:180px}}

/* Clickable card photos */
.card-photo-link{position:relative;display:block;color:inherit;text-decoration:none;height:100%}.card-photo-link img{transition:transform .22s ease,filter .22s ease}.card-photo-link:hover img{transform:scale(1.035);filter:brightness(.92)}.photo-zoom-hint{position:absolute;right:10px;bottom:10px;background:rgba(7,31,59,.88);color:#fff;border-radius:999px;padding:6px 9px;font-size:.72rem;font-weight:800;opacity:0;transform:translateY(3px);transition:.2s}.card-photo-link:hover .photo-zoom-hint,.card-photo-link:focus .photo-zoom-hint{opacity:1;transform:none}.news-card-image .card-photo-link,.event-card-image .card-photo-link{height:100%}


/* === Unified modern inner pages === */
.inner-modern{background:#f4f7fa;color:#1d2f42}
.inner-modern .page-area{min-width:0}
.inner-modern .inner-main{padding:0 34px 56px;max-width:1460px;margin:0 auto;width:100%}
.inner-hero{padding:44px 0 22px}
.inner-hero h1{margin:6px 0 0;color:#092e58;font-size:clamp(2rem,3.4vw,3.2rem);line-height:1.08;letter-spacing:-.035em;max-width:1000px}
.content-card{background:#fff;border:1px solid #e1e8ef;border-radius:22px;padding:clamp(24px,3.5vw,48px);box-shadow:0 10px 32px rgba(20,48,78,.06);overflow:hidden}
.legacy-content{font-size:1rem;line-height:1.68;color:#33485d}
.legacy-content p{max-width:100%;line-height:1.68!important;margin:0 0 1.05em}
.legacy-content h1,.legacy-content h2,.legacy-content h3,.legacy-content h4{font-family:Arial,Helvetica,sans-serif;color:#092e58;line-height:1.22;margin:1.4em 0 .55em}
.legacy-content h1{font-size:2rem}.legacy-content h2{font-size:1.55rem}.legacy-content h3{font-size:1.25rem}
.legacy-content a{color:#0a5ca8;text-decoration-thickness:1px;text-underline-offset:3px}
.legacy-content a:hover{color:#d97300}
.legacy-content img{max-width:100%;height:auto!important;border-radius:12px;border:0!important;box-shadow:0 5px 18px rgba(20,48,78,.12)}
.legacy-content table{width:100%!important;max-width:100%!important;border-collapse:separate!important;border-spacing:0!important;margin:18px 0 28px;background:#fff}
.legacy-content td,.legacy-content th{width:auto!important;height:auto!important;padding:10px 12px!important;vertical-align:top!important;border-color:#e1e8ef!important}
.legacy-content tr+tr td{border-top:1px solid #edf1f5}
.legacy-content ul,.legacy-content ol{padding-left:1.35rem;margin:0 0 1.2rem}
.legacy-content li{margin:.35rem 0}
.legacy-content blockquote{border-left:4px solid #ed8a12;background:#fff7ed;margin:1.2rem 0;padding:15px 18px;border-radius:0 12px 12px 0}
.legacy-content hr{border:0;border-top:1px solid #e3e9ef;margin:28px 0}
.legacy-content [style*="font-size: xx-large"],.legacy-content [style*="font-size:xx-large"]{font-size:1.6rem!important}
.legacy-content marquee,.legacy-content blink{display:block}
.inner-modern .site-footer{margin-top:0}
@media(max-width:900px){
  .inner-modern .inner-main{padding:0 16px 38px}
  .inner-hero{padding:32px 2px 16px}
  .content-card{border-radius:16px;padding:22px 18px}
  .legacy-content table{display:block;overflow-x:auto}
}
@media(max-width:520px){
  .inner-hero h1{font-size:1.85rem}
  .legacy-content{font-size:.96rem}
}


/* === Refined subpages: compact breadcrumbs and cleaner content grouping === */
.inner-modern .inner-hero{padding-bottom:14px}
.inner-modern .content-card{padding-top:28px}
.breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin:0 0 22px;padding:10px 13px;border-radius:12px;background:#f5f8fb;border:1px solid #e4eaf0;font-size:.82rem;line-height:1.25;color:#69798a}
.breadcrumb-label{font-weight:700;color:#52677b;margin-right:2px}
.breadcrumb a{color:#0a5ca8!important;text-decoration:none!important;font-weight:700}
.breadcrumb a:hover{color:#d97300!important}
.breadcrumb-sep{color:#9caaba;font-weight:800}
.breadcrumb-current{font-weight:800;color:#253f59}
.legacy-content>.content-section-table{display:table!important;width:100%!important;margin:0 0 20px!important;background:#fbfcfd!important;border:1px solid #e6ecf2!important;border-radius:16px!important;overflow:hidden!important;box-shadow:none!important}
.legacy-content>.content-section-table td{padding:16px 18px!important}
.legacy-content>.content-section-table tr+tr td{border-top:1px solid #edf1f5!important}
.legacy-content>.content-section-table:hover{border-color:#d9e4ee!important}
.legacy-section-title{margin:1.55em 0 .65em!important;padding:12px 15px!important;border-left:4px solid #ed8a12!important;background:#fff8ef!important;border-radius:0 10px 10px 0!important;color:#092e58!important;font-size:1.05rem!important;line-height:1.35!important}
.legacy-content>p:first-of-type{margin-top:0}
.legacy-content br+br{display:none}
@media(max-width:700px){
  .breadcrumb{gap:5px;margin-bottom:16px;padding:9px 10px;font-size:.76rem}
  .breadcrumb-label{flex-basis:100%;margin-bottom:2px}
  .legacy-content>.content-section-table{display:block!important;overflow-x:auto!important;border-radius:12px!important}
  .legacy-content>.content-section-table td{padding:13px 12px!important}
}


/* === Uniform clickable content photos === */
.legacy-photo-link{display:inline-block;width:300px;max-width:100%;aspect-ratio:16/10;overflow:hidden;border-radius:14px;box-shadow:0 6px 20px rgba(20,48,78,.13);vertical-align:top;background:#eef3f7;text-decoration:none!important;margin:6px 10px 12px 0}
.legacy-photo{display:block!important;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important;border-radius:0!important;box-shadow:none!important;transition:transform .2s ease}
.legacy-photo-link:hover .legacy-photo{transform:scale(1.025)}
.legacy-photo-link:focus-visible{outline:3px solid #ed8a12;outline-offset:3px}
@media(max-width:520px){.legacy-photo-link{width:100%;margin-right:0}}

/* === Nuttige links: categorized card layout === */
.useful-links-page{display:grid;gap:28px}
.links-intro{margin:0!important;padding:16px 18px;background:#f5f8fb;border:1px solid #e3eaf1;border-radius:14px;color:#51667a!important}
.links-category{margin:0}
.links-category h2{margin:0 0 13px!important;font-size:1.25rem!important}
.links-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}
.useful-link-card{display:flex;align-items:flex-start;gap:13px;padding:17px;border:1px solid #e1e8ef;border-radius:15px;background:#fff;text-decoration:none!important;box-shadow:0 5px 18px rgba(20,48,78,.045);transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}
.useful-link-card:hover{transform:translateY(-2px);border-color:#cbd9e6;box-shadow:0 9px 24px rgba(20,48,78,.08)}
.link-card-icon{flex:0 0 34px;width:34px;height:34px;border-radius:10px;background:#fff3e5;color:#d97300;display:grid;place-items:center;font-size:1.05rem;font-weight:900}
.link-card-copy{display:flex;flex-direction:column;min-width:0}
.link-card-copy strong{color:#092e58;font-size:1rem;line-height:1.3}
.link-card-copy small{color:#637487;line-height:1.45;margin-top:4px}
.link-domain{color:#0a5ca8;font-size:.74rem;font-weight:800;margin-top:8px;overflow-wrap:anywhere}
@media(max-width:700px){.links-card-grid{grid-template-columns:1fr}}


/* === Floating top and bottom REBO bars === */
.page-area{padding-top:14px}
.home-header.simple-header{
  margin:0 18px 18px;
  min-height:86px;
  padding:18px 190px 18px 24px;
  border-radius:18px;
  background:#092e58;
  color:#fff;
  box-shadow:0 10px 28px rgba(20,48,78,.12);
  display:flex;
  align-items:center;
}
.club-header-copy{display:flex;flex-direction:column;gap:5px}
.club-header-name{font-size:1.32rem;line-height:1.15;letter-spacing:-.01em;color:#fff}
.club-header-tagline{font-size:.86rem;color:#dbe8f5}
.top-language{top:31px;right:38px}
.site-footer{
  margin:0 18px 18px!important;
  border-radius:18px;
  overflow:hidden;
  background:#092e58!important;
  box-shadow:0 10px 28px rgba(20,48,78,.1);
}
.site-footer .footer-inner{
  min-height:76px;
  padding:18px 24px!important;
  display:flex!important;
  align-items:center;
  justify-content:space-between!important;
  gap:20px;
  color:#fff;
}
.footer-brand{font-weight:800}
.footer-copy{font-size:.82rem;color:#dbe8f5;text-align:right}

/* Logos on useful links */
.link-card-logo{
  flex:0 0 86px;
  width:86px;
  height:58px;
  border-radius:10px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  background:#fff;
  border:1px solid #e2e8ef;
}
.link-card-logo img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  padding:6px;
  border-radius:0!important;
  box-shadow:none!important;
}
.useful-link-card{align-items:center}
.useful-link-card[href*="dekusttram"] .link-card-logo img{object-fit:cover!important;padding:0}

@media(max-width:900px){
  .page-area{padding-top:0}
  .home-header.simple-header{display:flex!important;margin:12px 12px 16px;padding:17px 130px 17px 18px;min-height:78px;border-radius:15px}
  .club-header-name{font-size:1.05rem}
  .club-header-tagline{font-size:.74rem}
  .top-language{top:22px;right:22px}
  .site-footer{margin:0 12px 12px!important;border-radius:15px}
  .site-footer .footer-inner{padding:16px 18px!important;flex-direction:column;align-items:flex-start;gap:5px}
  .footer-copy{text-align:left}
}
@media(max-width:620px){
  .home-header.simple-header{padding-right:18px}
  .club-header-tagline{max-width:270px}
  .link-card-logo{flex-basis:72px;width:72px;height:52px}
}


/* =========================================================
   Bestuursfeedback augustus 2026
   Huiskleuren afgeleid van het REBO-logo:
   blauw = hoofdkleur, roestbruin = ondersteunende accentkleur
   ========================================================= */
:root{
  --rebo-blue:#2d435c;
  --rebo-blue-deep:#213347;
  --rebo-rust:#9a5f2d;
  --rebo-rust-soft:#f4ece5;
  --rebo-paper:#f7f9fb;
  --rebo-text:#1c2833;
  --rebo-muted:#526272;
  --rebo-border:#dce4eb;
}
html{font-size:17px}
body,.legacy-content,.home-modern{
  font-family:Verdana,Arial,Helvetica,sans-serif!important;
  color:var(--rebo-text)!important;
  background:var(--rebo-paper);
}
p,li,td{line-height:1.72!important}
a{font-weight:600}
.sidebar{background:var(--rebo-blue-deep)!important}
.side-nav a{color:#fff!important}
.side-nav a:hover{background:rgba(255,255,255,.10)!important;color:#fff!important}
.side-nav a.active{
  background:var(--rebo-rust)!important;
  color:#fff!important;
  box-shadow:none!important;
}
.sidebar-mail{color:#fff!important}
.logo-copy small{color:#fff!important}
.btn-primary,
.home-modern .btn-primary{
  background:var(--rebo-rust)!important;
  color:#fff!important;
  border-color:var(--rebo-rust)!important;
}
.btn-primary:hover{filter:brightness(.93)}
.mini-label,.news-date,.link-domain{color:var(--rebo-rust)!important}
.breadcrumb a,.legacy-content a{color:#24577d!important}
.breadcrumb-current,.inner-hero h1,.legacy-content h1,.legacy-content h2,.legacy-content h3,.legacy-content h4{color:var(--rebo-blue-deep)!important}
.content-card,.news-card,.event-card,.membership-panel,.useful-link-card{background:#fff!important;color:var(--rebo-text)!important}
.legacy-section-title{border-left-color:var(--rebo-rust)!important;background:var(--rebo-rust-soft)!important;color:var(--rebo-blue-deep)!important}

/* Compact identification frame with logo; detached from page edges */
.home-header.simple-header{
  background:var(--rebo-blue)!important;
  color:#fff!important;
  min-height:72px!important;
  margin:0 18px 16px!important;
  padding:10px 178px 10px 16px!important;
  border-radius:16px!important;
  display:flex!important;
  align-items:center!important;
  gap:14px!important;
}
.club-header-logo{
  display:block;
  width:112px;
  height:42px;
  object-fit:contain;
  background:#fff;
  border-radius:9px;
  padding:4px 7px;
  flex:0 0 auto;
}
.club-header-copy{gap:2px!important}
.club-header-name{font-size:1.06rem!important;color:#fff!important;line-height:1.2!important}
.club-header-tagline{font-size:.75rem!important;color:#f2f5f7!important;line-height:1.35!important}
.top-language{top:25px!important;right:38px!important;background:#fff!important}
.site-footer{background:var(--rebo-blue)!important}
.footer-brand{color:#fff!important}
.footer-copy{color:#f2f5f7!important}

/* Home identification frame is intentionally extra compact */
.home-modern.home-simplified .home-header.simple-header{
  min-height:66px!important;
  padding-top:8px!important;
  padding-bottom:8px!important;
}
.home-modern.home-simplified .club-header-logo{width:104px;height:38px}
.home-modern.home-simplified .club-header-name{font-size:1rem!important}

/* Contact identity block on REBO voorgesteld */
.rebo-contact-card{
  display:flex;
  align-items:center;
  gap:22px;
  margin:0 0 28px;
  padding:20px 22px;
  background:#fff;
  border:1px solid var(--rebo-border);
  border-left:5px solid var(--rebo-rust);
  border-radius:16px;
}
.rebo-contact-card>img{
  width:170px!important;
  height:auto!important;
  object-fit:contain!important;
  padding:8px!important;
  background:#fff!important;
  border:1px solid var(--rebo-border)!important;
  border-radius:10px!important;
  box-shadow:none!important;
}
.rebo-contact-copy h2{margin:0 0 8px!important;font-size:1.2rem!important}
.rebo-contact-copy p{margin:0 0 5px!important}
.rebo-contact-copy a{word-break:break-word}

/* Links page, logo cards */
.useful-link-card{border-color:var(--rebo-border)!important}
.useful-link-card:hover{border-color:#b8c7d4!important}
.link-card-logo{background:#fff!important}
.link-card-copy strong{color:var(--rebo-blue-deep)!important}

@media(max-width:900px){
  html{font-size:16px}
  .home-header.simple-header{
    margin:10px 12px 14px!important;
    padding:9px 130px 9px 12px!important;
    min-height:68px!important;
  }
  .club-header-logo{width:94px;height:38px}
  .club-header-name{font-size:.94rem!important}
  .club-header-tagline{font-size:.69rem!important}
  .top-language{top:19px!important;right:21px!important}
}
@media(max-width:620px){
  .home-header.simple-header{padding-right:12px!important}
  .club-header-copy{min-width:0}
  .club-header-name{font-size:.86rem!important}
  .club-header-tagline{display:none}
  .club-header-logo{width:88px;height:36px}
  .rebo-contact-card{flex-direction:column;align-items:flex-start;padding:17px}
  .rebo-contact-card>img{width:150px!important}
}

/* Header without logo */
.home-header.simple-header{gap:0!important}
.club-header-logo{display:none!important}


/* === Taalkeuze netjes verticaal gecentreerd IN de bovenbalk === */
.top-language{
  position:absolute!important;
  top:50%!important;
  right:34px!important;
  transform:translateY(-50%)!important;
  z-index:20!important;
  display:flex!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:center!important;
  gap:4px!important;
  padding:5px 6px!important;
  min-width:auto!important;
  background:rgba(255,255,255,.98)!important;
  border:1px solid rgba(255,255,255,.7)!important;
  border-radius:10px!important;
  box-shadow:0 3px 10px rgba(0,0,0,.12)!important;
}
.top-language span{
  display:inline!important;
  color:#a5afb8!important;
  font-size:.72rem!important;
  line-height:1!important;
}
.top-language a{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:31px!important;
  height:27px!important;
  padding:0 6px!important;
  border-radius:7px!important;
  color:#2d435c!important;
  background:transparent!important;
  text-decoration:none!important;
  font-size:.72rem!important;
  font-weight:800!important;
  line-height:1!important;
}
.top-language a:hover{
  background:#f4ece5!important;
  color:#7c4a24!important;
}
.top-language a.active{
  background:#2d435c!important;
  color:#fff!important;
}
.page-area{position:relative!important}
.home-header.simple-header{
  position:relative!important;
  padding-right:190px!important;
}

/* Omdat de taalkeuze absoluut in de bovenbalk moet staan,
   koppelen we haar visueel aan dezelfde verticale positie als de header. */
.page-area>.top-language{
  top:50px!important;
  transform:translateY(-50%)!important;
}

@media(max-width:900px){
  .page-area>.top-language{
    top:44px!important;
    right:22px!important;
  }
  .home-header.simple-header{padding-right:172px!important}
}
@media(max-width:620px){
  .page-area>.top-language{
    top:42px!important;
    right:18px!important;
  }
  .top-language{padding:4px!important;gap:2px!important}
  .top-language a{min-width:27px!important;height:25px!important;font-size:.67rem!important;padding:0 4px!important}
  .home-header.simple-header{padding-right:138px!important}
}


/* === Correctie: taalkeuze exact verticaal in het midden van de blauwe balk ===
   De bovenbalk start na 14px bovenmarge en is 72px hoog.
   Midden = 14 + 36 = 50px. Op de home is de balk 66px: midden = 47px.
   Gebruik expliciete balkhoogte + flex-centering via een wrapper-aligned positie. */
.page-area{position:relative!important}

.home-header.simple-header{
  height:72px!important;
  min-height:72px!important;
  box-sizing:border-box!important;
  margin-top:0!important;
  margin-bottom:16px!important;
}

.page-area>.top-language{
  position:absolute!important;
  top:36px!important; /* exact midden van de 72px hoge balk */
  right:34px!important;
  transform:translateY(-50%)!important;
  margin:0!important;
}

.home-modern.home-simplified .home-header.simple-header{
  height:66px!important;
  min-height:66px!important;
}
.home-modern.home-simplified .page-area>.top-language{
  top:33px!important; /* exact midden van de 66px hoge home-balk */
}

@media(max-width:900px){
  .home-header.simple-header{
    height:68px!important;
    min-height:68px!important;
    margin-top:10px!important;
  }
  .page-area>.top-language{
    top:44px!important; /* 10px bovenmarge + 34px halve balkhoogte */
    right:22px!important;
  }
  .home-modern.home-simplified .home-header.simple-header{
    height:68px!important;
    min-height:68px!important;
  }
  .home-modern.home-simplified .page-area>.top-language{
    top:44px!important;
  }
}
@media(max-width:620px){
  .page-area>.top-language{
    top:44px!important;
    right:18px!important;
  }
}


/* =========================================================
   Definitieve plaatsing taalkeuze:
   taalblok zit fysiek IN de blauwe balk en wordt met flex
   exact verticaal gecentreerd.
   ========================================================= */
.home-header.simple-header{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  min-height:66px!important;
  height:auto!important;
  padding:10px 14px 10px 16px!important;
  gap:14px!important;
}

.home-header.simple-header .club-header-copy{
  flex:1 1 auto!important;
  min-width:0!important;
}

.home-header.simple-header .top-language{
  position:static!important;
  top:auto!important;
  right:auto!important;
  left:auto!important;
  bottom:auto!important;
  transform:none!important;
  margin:0 0 0 auto!important;
  flex:0 0 auto!important;

  display:flex!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:center!important;
  gap:4px!important;

  padding:5px 6px!important;
  background:#fff!important;
  border:1px solid rgba(255,255,255,.8)!important;
  border-radius:11px!important;
  box-shadow:0 2px 8px rgba(0,0,0,.14)!important;
}

.home-header.simple-header .top-language span{
  display:inline!important;
  color:#a6afb8!important;
  font-size:.72rem!important;
}

.home-header.simple-header .top-language a{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:31px!important;
  height:28px!important;
  padding:0 6px!important;
  border-radius:7px!important;
  color:#2d435c!important;
  background:transparent!important;
  text-decoration:none!important;
  font-size:.72rem!important;
  font-weight:800!important;
  line-height:1!important;
}

.home-header.simple-header .top-language a.active{
  background:#2d435c!important;
  color:#fff!important;
}

.home-header.simple-header .top-language a:hover{
  background:#f4ece5!important;
  color:#7c4a24!important;
}

/* Oude absolute-positioneringsregels volledig neutraliseren */
.page-area>.top-language{
  position:static!important;
  transform:none!important;
}

/* Home en subpagina's: zelfde verticale centrering */
.home-modern.home-simplified .home-header.simple-header{
  min-height:66px!important;
  height:auto!important;
  padding-top:10px!important;
  padding-bottom:10px!important;
}

@media(max-width:900px){
  .home-header.simple-header{
    min-height:64px!important;
    padding:9px 12px!important;
    margin:10px 12px 14px!important;
  }
  .home-header.simple-header .top-language{
    padding:4px 5px!important;
  }
  .home-header.simple-header .top-language a{
    min-width:29px!important;
    height:27px!important;
    font-size:.69rem!important;
  }
}

@media(max-width:620px){
  .home-header.simple-header{
    gap:8px!important;
  }
  .club-header-name{
    font-size:.82rem!important;
  }
  .home-header.simple-header .top-language{
    gap:2px!important;
    padding:3px 4px!important;
  }
  .home-header.simple-header .top-language a{
    min-width:25px!important;
    height:25px!important;
    padding:0 3px!important;
    font-size:.64rem!important;
  }
}


/* === Data-driven Kalender & Nieuws === */
[data-managed-calendar],[data-managed-news-page]{display:grid;gap:14px}
.managed-list-card{display:grid;grid-template-columns:170px minmax(0,1fr);gap:18px;align-items:start;background:#fff;border:1px solid #dce4eb;border-radius:15px;padding:18px;box-shadow:0 5px 18px rgba(20,48,78,.045)}
.managed-list-card h2{font-size:1.15rem!important;margin:2px 0 7px!important;color:#213347!important}
.managed-list-card p{margin:0!important;color:#526272!important}
.managed-date{font-size:.78rem;font-weight:800;color:#9a5f2d;text-transform:none}
.managed-thumb{width:170px!important;height:108px!important;object-fit:cover!important;border-radius:11px!important;box-shadow:none!important}
.managed-news-item{grid-template-columns:170px minmax(0,1fr)}
.managed-news-item>a,.managed-news-item div>a{display:inline-block;margin-top:10px}
.managed-empty{padding:18px;border-radius:12px;background:#f5f8fb;border:1px solid #e1e8ef;color:#526272}
.managed-intro{padding:14px 16px;background:#f5f8fb;border-radius:12px;border:1px solid #e1e8ef}
@media(max-width:700px){.managed-list-card,.managed-news-item{grid-template-columns:1fr}.managed-thumb{width:100%!important;height:190px!important}}

/* === Nieuwsarchief & nieuwsbrieven === */
.news-tools{display:flex;gap:9px;flex-wrap:wrap;margin:0 0 18px}
.news-tools a{display:inline-flex;align-items:center;padding:9px 13px;border-radius:999px;background:#eaf0f5;color:#294b69!important;text-decoration:none!important;font-size:.82rem;font-weight:800}
.news-tools a:hover{background:#f4ece5;color:#7c4a24!important}
[data-managed-newsletters]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}
.newsletter-card{display:grid;grid-template-columns:130px minmax(0,1fr);gap:16px;background:#fff;border:1px solid #dce4eb;border-radius:15px;padding:15px;box-shadow:0 5px 18px rgba(20,48,78,.045)}
.newsletter-card>img{width:130px!important;height:170px!important;object-fit:cover!important;border-radius:10px!important;box-shadow:none!important}
.newsletter-copy h2{font-size:1.05rem!important;margin:4px 0 7px!important}
.newsletter-copy p{font-size:.88rem;margin:0 0 11px!important}
.newsletter-button{display:inline-flex;padding:8px 11px;border-radius:8px;background:#9a5f2d;color:#fff!important;text-decoration:none!important;font-size:.78rem;font-weight:800}
@media(max-width:900px){[data-managed-newsletters]{grid-template-columns:1fr}}
@media(max-width:520px){.newsletter-card{grid-template-columns:1fr}.newsletter-card>img{width:100%!important;height:210px!important}}


/* === Homepage: laatste nieuwsbrief === */
.latest-newsletter-wrap{min-height:120px}
.latest-newsletter-card{
  display:grid;
  grid-template-columns:220px minmax(0,1fr);
  gap:24px;
  align-items:stretch;
  background:#fff;
  border:1px solid #dce4eb;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 7px 24px rgba(20,48,78,.055);
}
.latest-newsletter-image{
  min-height:220px;
  background:#eef3f7;
}
.latest-newsletter-image img{
  display:block;
  width:100%;
  height:100%;
  min-height:220px;
  object-fit:cover;
}
.latest-newsletter-placeholder{
  min-height:220px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  background:#2d435c;
  color:#fff;
  text-align:center;
  gap:7px;
}
.latest-newsletter-placeholder span{
  color:#e2b189;
  font-weight:900;
  letter-spacing:.12em;
}
.latest-newsletter-placeholder strong{
  font-size:1.35rem;
}
.latest-newsletter-copy{
  padding:28px 28px 28px 0;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.latest-newsletter-copy h3{
  margin:7px 0 10px;
  color:#213347;
  font-size:1.4rem;
}
.latest-newsletter-copy p{
  margin:0 0 20px;
  color:#526272;
  line-height:1.65;
}
.latest-newsletter-actions{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
}
.newsletter-archive-link{
  color:#24577d;
  font-size:.85rem;
  font-weight:800;
  text-decoration:none;
}
.newsletter-archive-link:hover{text-decoration:underline}
@media(max-width:760px){
  .latest-newsletter-card{grid-template-columns:1fr}
  .latest-newsletter-image,.latest-newsletter-image img,.latest-newsletter-placeholder{min-height:190px;max-height:240px}
  .latest-newsletter-copy{padding:22px}
}

/* Sitebrede zoekfunctie */
.header-search{display:flex;align-items:center;margin-left:auto;margin-right:10px;background:#fff;border-radius:10px;overflow:hidden;height:38px;min-width:210px}
.header-search input{border:0!important;outline:0!important;width:165px!important;padding:8px 10px!important;background:#fff!important;color:#1c2833!important;font:inherit!important;font-size:.78rem!important}
.header-search button{height:100%;width:40px;border:0;background:#9a5f2d;color:#fff;font-size:1.15rem;font-weight:900;cursor:pointer}
.home-header.simple-header .top-language{margin-left:0!important}.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}
.search-shell{min-height:100vh;background:#f7f9fb;padding:18px}.search-brand{max-width:1080px;margin:auto;background:#2d435c;color:#fff;border-radius:16px;padding:16px 20px;display:flex;justify-content:space-between;align-items:center;gap:20px}.search-brand div{display:flex;flex-direction:column;gap:4px}.search-brand span{font-size:.76rem;color:#f2f5f7}.search-brand a{color:#fff;font-weight:800;text-decoration:none}
.search-page{max-width:980px;margin:26px auto;padding:0 12px 40px}.search-page>h1{color:#213347;font-size:1.7rem;margin-bottom:8px}.site-search-form{display:flex;gap:8px;margin:22px 0 10px}.site-search-form input{flex:1;min-width:0;border:2px solid #b8c7d4;border-radius:11px;padding:13px 14px;font:inherit;font-size:1rem;background:#fff}.site-search-form button{border:0;border-radius:11px;padding:0 20px;background:#9a5f2d;color:#fff;font-weight:800;font:inherit}.search-status{min-height:28px;color:#526272;font-size:.85rem;font-weight:700;margin:10px 0}.search-results{display:grid;gap:12px}.search-result-card{background:#fff;border:1px solid #dce4eb;border-radius:14px;padding:17px 18px}.search-result-card h2{font-size:1.05rem;margin:0 0 7px}.search-result-card h2 a{color:#213347;text-decoration:none}.search-result-card p{margin:0 0 9px;color:#526272;font-size:.88rem;line-height:1.55}.search-open{font-size:.8rem;color:#24577d;text-decoration:none;font-weight:800}
@media(max-width:900px){.header-search{min-width:170px}.header-search input{width:125px!important}}@media(max-width:700px){.header-search{min-width:42px;width:42px}.header-search input{display:none!important}.site-search-form{flex-direction:column}.site-search-form button{padding:12px 16px}.search-brand span{display:none}}


/* === Homepage: datum komende activiteiten groter en opvallender === */
.home-modern .event-grid .event-card time,
.home-modern [data-managed-events] .event-card time{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  align-self:flex-start!important;
  width:auto!important;
  margin:0 0 12px!important;
  padding:8px 13px!important;
  background:#9a5f2d!important;
  color:#fff!important;
  border-radius:9px!important;
  font-size:1.02rem!important;
  font-weight:900!important;
  line-height:1.15!important;
  letter-spacing:.01em!important;
  box-shadow:0 3px 8px rgba(60,40,25,.14)!important;
}

.home-modern .event-grid .event-card time::before,
.home-modern [data-managed-events] .event-card time::before{
  content:"📅";
  margin-right:7px;
  font-size:.95rem;
}

@media(max-width:700px){
  .home-modern .event-grid .event-card time,
  .home-modern [data-managed-events] .event-card time{
    font-size:.96rem!important;
    padding:7px 11px!important;
  }
}

/* === Nieuwsbrief inschrijving === */
.newsletter-signup-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  background:linear-gradient(110deg,#f7f9fb,#f4ece5);
  border:1px solid #dce4eb;
  border-radius:18px;
  padding:28px 30px;
}
.newsletter-signup-copy h2{margin:5px 0 7px;color:#213347}
.newsletter-signup-copy p{margin:0;color:#526272}
.newsletter-signup-cta .btn{white-space:nowrap}
.newsletter-inline-signup{
  display:flex;align-items:center;justify-content:space-between;gap:14px;
  margin:0 0 18px;padding:13px 15px;border-radius:12px;
  background:#f4ece5;border:1px solid #e4d6c8;color:#213347
}
.newsletter-inline-signup a{color:#7c4a24!important;font-weight:800;text-decoration:none!important}

.signup-page{margin:0;background:#f4f7fa;color:#1c2833;font-family:Verdana,Arial,Helvetica,sans-serif}
.signup-shell{min-height:100vh;padding:18px}
.signup-head{
  max-width:980px;margin:auto;background:#2d435c;color:#fff;border-radius:16px;
  padding:16px 20px;display:flex;justify-content:space-between;align-items:center;gap:20px
}
.signup-head div{display:flex;flex-direction:column;gap:4px}
.signup-head span{font-size:.78rem;color:#eef3f7}
.signup-head a{color:#fff;text-decoration:none;font-weight:800}
.signup-main{max-width:760px;margin:26px auto}
.signup-card{background:#fff;border:1px solid #dce4eb;border-radius:18px;padding:30px;box-shadow:0 8px 26px rgba(20,48,78,.06)}
.signup-card h1{margin:6px 0 10px;color:#213347;font-size:1.8rem}
.signup-card>p{color:#526272;line-height:1.65}
.signup-form{display:grid;gap:14px;margin-top:22px}
.signup-form label{display:grid;gap:6px;font-size:.8rem;font-weight:800;color:#405469}
.signup-form input[type="text"],.signup-form input[type="email"]{
  width:100%;box-sizing:border-box;border:1px solid #cbd6df;border-radius:9px;
  padding:11px 12px;font:inherit;color:#1c2833;background:#fff
}
.signup-form input:focus{outline:3px solid rgba(154,95,45,.18);border-color:#9a5f2d}
.form-row-two{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.checkbox-line{grid-template-columns:auto 1fr!important;align-items:start!important;font-weight:600!important;line-height:1.5}
.checkbox-line input{margin-top:3px}
.signup-submit{justify-self:start}
.signup-message{min-height:24px;font-size:.82rem;font-weight:700}
.signup-message.error{color:#8a3e27}
.signup-message.success{color:#27613d}
.signup-privacy{margin-top:24px;padding:14px 16px;background:#f7f9fb;border:1px solid #e2e8ee;border-radius:12px;font-size:.8rem;color:#526272}
.signup-privacy p{margin:5px 0 0;line-height:1.55}
@media(max-width:700px){
  .newsletter-signup-cta{align-items:flex-start;flex-direction:column;padding:22px}
  .form-row-two{grid-template-columns:1fr}
  .signup-shell{padding:10px}
  .signup-head{align-items:flex-start;flex-direction:column}
  .signup-card{padding:22px 18px}
}

/* Lidmaatschapsformulier */
.signup-form input[type="tel"]{width:100%;box-sizing:border-box;border:1px solid #cbd6df;border-radius:9px;padding:11px 12px;font:inherit;color:#1c2833;background:#fff}
.signup-form textarea{width:100%;box-sizing:border-box;border:1px solid #cbd6df;border-radius:9px;padding:11px 12px;font:inherit;color:#1c2833;background:#fff;min-height:100px;resize:vertical}
.optional{font-weight:500;color:#6f7d89;font-size:.72rem}

/* === Privacy / AVG === */
.privacy-footer{max-width:1180px;margin:18px auto;padding:13px 18px;border-top:1px solid #dce4eb;display:flex;justify-content:center;gap:18px;flex-wrap:wrap;font-size:.76rem}
.privacy-footer a,.privacy-footer button{color:#405469!important;background:none;border:0;padding:0;font:inherit;font-weight:700;text-decoration:underline;cursor:pointer}
.privacy-consent-layer{position:fixed;inset:0;background:rgba(20,32,44,.45);z-index:99999;display:flex;align-items:flex-end;justify-content:center;padding:18px}
.privacy-consent-box{width:min(720px,100%);background:#fff;border-radius:18px;padding:22px;box-shadow:0 18px 60px rgba(0,0,0,.22);color:#1c2833}
.privacy-consent-box h2{color:#213347;margin:5px 0 8px;font-size:1.35rem}.privacy-consent-box p{color:#526272;line-height:1.55}
.consent-category{display:flex;justify-content:space-between;align-items:center;gap:18px;background:#f4f7fa;border:1px solid #dce4eb;border-radius:11px;padding:12px 14px;margin:14px 0}
.consent-category div{display:grid;gap:3px}.consent-category small{color:#667684}.consent-category>span{white-space:nowrap;font-size:.72rem;font-weight:900;color:#27613d}
.consent-actions{display:flex;gap:10px;justify-content:flex-end;flex-wrap:wrap}.consent-actions button{border:1px solid #9a5f2d;border-radius:9px;padding:10px 14px;font-weight:900;cursor:pointer;background:#fff;color:#7c4a24}.consent-actions button:last-child{background:#9a5f2d;color:#fff}
.consent-links{font-size:.75rem!important;margin-bottom:0!important}.consent-links a{color:#24577d}
.legal-page{margin:0;background:#f4f7fa;color:#1c2833;font-family:Verdana,Arial,Helvetica,sans-serif}.legal-shell{min-height:100vh;padding:18px}.legal-head{max-width:1080px;margin:auto;background:#2d435c;color:#fff;border-radius:16px;padding:16px 20px;display:flex;justify-content:space-between;align-items:center;gap:20px}.legal-head div{display:flex;flex-direction:column;gap:4px}.legal-head span{font-size:.78rem;color:#edf2f5}.legal-head a{color:#fff;text-decoration:none;font-weight:800}.legal-main{max-width:980px;margin:24px auto;background:#fff;border:1px solid #dce4eb;border-radius:18px;padding:30px;line-height:1.65}.legal-main h1,.legal-main h2{color:#213347}.legal-main h2{margin-top:28px;font-size:1.2rem}.legal-version{color:#6c7a86;font-size:.76rem}.legal-callout{background:#fff8ef;border-left:4px solid #9a5f2d;padding:13px 15px;border-radius:10px;margin:18px 0}.legal-table{width:100%;border-collapse:collapse;font-size:.82rem}.legal-table th,.legal-table td{text-align:left;vertical-align:top;border:1px solid #dce4eb;padding:10px}.legal-table th{background:#2d435c;color:#fff}.legal-main a{color:#24577d}
@media(max-width:700px){.privacy-consent-layer{padding:8px}.privacy-consent-box{padding:18px}.consent-category{align-items:flex-start;flex-direction:column}.consent-actions{flex-direction:column}.consent-actions button{width:100%}.legal-shell{padding:8px}.legal-head{align-items:flex-start;flex-direction:column}.legal-main{padding:20px 16px;overflow-x:auto}.legal-table{min-width:650px}}

/* === Correctie uitlijning Laatste nieuwsbrief === */
.latest-newsletter-section{
  width:100%!important;
  max-width:100%!important;
  box-sizing:border-box!important;
  margin-left:0!important;
  margin-right:0!important;
  overflow:hidden;
}
.latest-newsletter-wrap,
.latest-newsletter-card{
  width:100%!important;
  max-width:100%!important;
  box-sizing:border-box!important;
}
.latest-newsletter-card{
  min-width:0!important;
}
.latest-newsletter-copy{
  min-width:0!important;
}
.latest-newsletter-copy h3,
.latest-newsletter-copy p{
  overflow-wrap:anywhere;
}

/* Standaard REBO-contactblok onderaan */
.footer-rebo-contact{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:3px;
  margin:0 auto;
  padding:8px 14px;
  text-align:center;
  font-size:.72rem;
  line-height:1.45;
  opacity:.88;
}
.footer-rebo-contact strong{
  font-size:.76rem;
  font-weight:800;
}
.footer-rebo-contact span{display:block}
.footer-rebo-contact a{
  color:inherit!important;
  text-decoration:none!important;
}
.footer-rebo-contact a:hover,
.footer-rebo-contact a:focus{
  text-decoration:underline!important;
}
@media(max-width:600px){
  .footer-rebo-contact{font-size:.68rem;padding:8px}
}

/* Contactgegevens onderaan het linkermenu */
.sidebar-bottom{
  padding:12px 10px!important;
}
.sidebar-rebo-contact{
  display:flex;
  flex-direction:column;
  gap:3px;
  text-align:center;
  font-size:.62rem;
  line-height:1.38;
  color:rgba(255,255,255,.76);
}
.sidebar-rebo-contact strong{
  font-size:.66rem;
  color:rgba(255,255,255,.9);
  font-weight:700;
}
.sidebar-rebo-contact span,
.sidebar-rebo-contact a{
  display:block;
}
.sidebar-rebo-contact a{
  color:rgba(255,255,255,.78)!important;
  text-decoration:none!important;
  overflow-wrap:anywhere;
}
.sidebar-rebo-contact span:last-child a{
  display:inline;
}
.sidebar-rebo-contact a:hover,
.sidebar-rebo-contact a:focus{
  color:#fff!important;
  text-decoration:underline!important;
}

/* Clubnaam onderaan linkermenu altijd op één regel */
.sidebar-rebo-contact strong{
  display:block;
  white-space:nowrap;
  font-size:.61rem!important;
  letter-spacing:-.01em;
}

/* === Verfijnd contactblok onderaan linkermenu === */
.sidebar-bottom{
  margin:12px 12px 14px!important;
  padding:14px 8px 12px!important;
  border-top:1px solid rgba(255,255,255,.22)!important;
}

.sidebar-rebo-contact{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  gap:5px!important;
  width:100%!important;
  box-sizing:border-box!important;
  text-align:center!important;
  color:rgba(255,255,255,.82)!important;
  font-size:.68rem!important;
  line-height:1.35!important;
}

.sidebar-rebo-contact strong{
  position:relative;
  display:block!important;
  width:100%!important;
  white-space:nowrap!important;
  margin:0 0 5px!important;
  padding:0 18px!important;
  box-sizing:border-box!important;
  color:#fff!important;
  font-size:.69rem!important;
  line-height:1.25!important;
  font-weight:800!important;
  letter-spacing:-.018em!important;
}

.sidebar-rebo-contact strong::before,
.sidebar-rebo-contact strong::after{
  content:"";
  position:absolute;
  top:50%;
  width:12px;
  height:2px;
  background:#c98b45;
  transform:translateY(-50%);
  border-radius:2px;
}
.sidebar-rebo-contact strong::before{left:0}
.sidebar-rebo-contact strong::after{right:0}

.sidebar-rebo-contact > span:nth-of-type(1){
  max-width:205px;
  line-height:1.35!important;
  color:rgba(255,255,255,.78)!important;
}

.sidebar-rebo-contact > a[href^="mailto:"]{
  color:#e4ad66!important;
  font-weight:700!important;
  text-decoration:none!important;
}

.sidebar-rebo-contact > span:last-child{
  max-width:215px;
  line-height:1.45!important;
}

.sidebar-rebo-contact > span:last-child a{
  display:inline!important;
  color:#e4ad66!important;
  font-weight:700!important;
  text-decoration:none!important;
}

.sidebar-rebo-contact a:hover,
.sidebar-rebo-contact a:focus{
  color:#fff!important;
  text-decoration:underline!important;
}

@media(max-width:900px){
  .sidebar-rebo-contact strong{
    font-size:.67rem!important;
  }
}


/* =========================================================
   Vast doorlopend linkermenu
   - altijd volledige schermhoogte
   - één egale kleur van boven tot onder
   - geen andere achtergrond boven of onder het menu
   ========================================================= */
@media (min-width:901px){
  :root{--sidebar:268px}

  .site-shell{
    display:block!important;
    min-height:100vh!important;
  }

  .sidebar{
    position:fixed!important;
    top:0!important;
    bottom:0!important;
    left:0!important;
    width:var(--sidebar)!important;
    height:100vh!important;
    min-height:100vh!important;
    margin:0!important;
    padding:22px 17px 14px!important;
    border:0!important;
    border-radius:0!important;
    background:#213347!important;
    background-image:none!important;
    display:flex!important;
    flex-direction:column!important;
    overflow-y:auto!important;
    box-shadow:7px 0 22px rgba(20,35,50,.10)!important;
  }

  .page-area{
    margin-left:var(--sidebar)!important;
    width:calc(100% - var(--sidebar))!important;
    min-height:100vh!important;
  }

  .sidebar-bottom{
    margin:auto 0 0!important;
    padding:15px 2px 4px!important;
    border-top:1px solid rgba(255,255,255,.16)!important;
    background:transparent!important;
  }

  .sidebar-rebo-contact{
    width:100%!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    gap:4px!important;
    padding:0 2px!important;
    color:rgba(255,255,255,.78)!important;
    text-align:center!important;
    font-size:.64rem!important;
    line-height:1.36!important;
  }

  .sidebar-rebo-contact strong{
    display:block!important;
    width:auto!important;
    max-width:100%!important;
    margin:0 0 4px!important;
    padding:0!important;
    white-space:nowrap!important;
    color:#fff!important;
    font-size:.66rem!important;
    line-height:1.25!important;
    font-weight:800!important;
    letter-spacing:-.012em!important;
  }

  .sidebar-rebo-contact strong::before,
  .sidebar-rebo-contact strong::after{
    display:none!important;
    content:none!important;
  }

  .sidebar-rebo-contact > span:nth-of-type(1){
    max-width:220px!important;
    color:rgba(255,255,255,.74)!important;
    line-height:1.32!important;
  }

  .sidebar-rebo-contact > a[href^="mailto:"]{
    margin-top:2px!important;
    color:#e0a15e!important;
    font-weight:700!important;
  }

  .sidebar-rebo-contact > span:last-child{
    max-width:224px!important;
    line-height:1.32!important;
  }

  .sidebar-rebo-contact > span:last-child a{
    display:block!important;
    color:rgba(255,255,255,.82)!important;
    font-weight:600!important;
  }
}

/* Mobiel: hetzelfde egale donkerblauw wanneer het menu open is */
@media (max-width:900px){
  .sidebar{
    background:#213347!important;
    background-image:none!important;
    min-height:100dvh!important;
    height:100dvh!important;
    border-radius:0!important;
  }
  .sidebar-bottom{
    margin-top:auto!important;
    margin-left:0!important;
    margin-right:0!important;
    margin-bottom:0!important;
    background:transparent!important;
  }
}

/* Exacte gevraagde indeling contactblok */
.sidebar-rebo-contact{
  gap:2px!important;
  font-size:.66rem!important;
  line-height:1.38!important;
}
.sidebar-rebo-contact strong{
  margin:0!important;
  padding:0!important;
  font-size:.69rem!important;
  white-space:nowrap!important;
}
.sidebar-rebo-contact .contact-gap{
  display:block!important;
  height:7px!important;
}
.sidebar-rebo-contact .contact-address{
  display:block!important;
  max-width:none!important;
  color:rgba(255,255,255,.80)!important;
  line-height:1.38!important;
}
.sidebar-rebo-contact > a[href^="mailto:"]{
  display:block!important;
  margin:0!important;
  color:rgba(255,255,255,.88)!important;
  font-weight:700!important;
}
.sidebar-rebo-contact .contact-sites{
  display:block!important;
  max-width:none!important;
  line-height:1.42!important;
}
.sidebar-rebo-contact .contact-sites a{
  display:inline!important;
  color:rgba(255,255,255,.84)!important;
  font-weight:600!important;
}

/* === Contactblok: URL's, privacy en webmaster === */
.sidebar-rebo-contact .contact-sites{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  gap:0!important;
  margin:0!important;
}
.sidebar-rebo-contact .contact-sites a{
  display:block!important;
  line-height:1.38!important;
}
.sidebar-legal-links{
  margin-top:9px!important;
  padding-top:7px!important;
  width:100%!important;
  border-top:1px solid rgba(255,255,255,.12)!important;
  text-align:center!important;
  color:rgba(255,255,255,.54)!important;
  font-size:.57rem!important;
  line-height:1.4!important;
}
.sidebar-legal-links a,
.sidebar-legal-links button{
  display:inline!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:none!important;
  color:rgba(255,255,255,.62)!important;
  font:inherit!important;
  font-weight:600!important;
  text-decoration:none!important;
  cursor:pointer!important;
}
.sidebar-legal-links a:hover,
.sidebar-legal-links button:hover,
.sidebar-legal-links a:focus,
.sidebar-legal-links button:focus{
  color:#fff!important;
  text-decoration:underline!important;
}
.sidebar-webdesigner{
  margin-top:7px!important;
  text-align:center!important;
  color:rgba(255,255,255,.48)!important;
  font-size:.56rem!important;
  line-height:1.42!important;
}
.sidebar-webdesigner a{
  display:inline!important;
  color:rgba(255,255,255,.62)!important;
  font-weight:600!important;
  text-decoration:none!important;
}
.sidebar-webdesigner a:hover,
.sidebar-webdesigner a:focus{
  color:#fff!important;
  text-decoration:underline!important;
}

/* Het volledige blok iets compacter en rustiger */
.header-tools,
.top-tools,
.top-actions{
  transform:scale(.94);
  transform-origin:right center;
}


/* === Canonieke header-tools: zoekveld + taalkeuze === */
body .home-header.simple-header form.header-search{
  display:flex!important;align-items:center!important;height:34px!important;min-width:185px!important;
  margin-left:auto!important;margin-right:8px!important;background:transparent!important;background-image:none!important;
  border:1px solid rgba(255,255,255,.38)!important;border-radius:10px!important;box-shadow:none!important;overflow:hidden!important;opacity:1!important
}
body .home-header.simple-header form.header-search input[type="search"]{
  width:145px!important;padding:7px 9px!important;background:transparent!important;background-image:none!important;
  border:0!important;box-shadow:none!important;color:#fff!important;font-size:.74rem!important;appearance:none!important
}
body .home-header.simple-header form.header-search input[type="search"]::placeholder{color:rgba(255,255,255,.68)!important;opacity:1!important}
body .home-header.simple-header form.header-search button[type="submit"]{
  width:34px!important;height:100%!important;background:transparent!important;background-image:none!important;color:#c98648!important;
  border:0!important;border-left:1px solid rgba(255,255,255,.28)!important;box-shadow:none!important
}
body .home-header.simple-header nav.top-language{
  position:static!important;transform:none!important;margin:0!important;display:flex!important;align-items:center!important;gap:2px!important;
  padding:4px 5px!important;background:transparent!important;background-image:none!important;border:1px solid rgba(255,255,255,.38)!important;
  border-radius:10px!important;box-shadow:none!important;opacity:1!important
}
body .home-header.simple-header nav.top-language a{
  min-width:27px!important;height:25px!important;display:flex!important;align-items:center!important;justify-content:center!important;
  padding:0 5px!important;background:transparent!important;color:rgba(255,255,255,.72)!important;font-size:.68rem!important;font-weight:700!important;box-shadow:none!important
}
body .home-header.simple-header nav.top-language a.active{background:transparent!important;color:#d28b4d!important;font-weight:900!important}
body .home-header.simple-header nav.top-language span{color:rgba(255,255,255,.38)!important}
@media(max-width:700px){
  body .home-header.simple-header form.header-search{min-width:42px!important;width:42px!important}
  body .home-header.simple-header form.header-search input[type="search"]{display:none!important}
}
.production-warning{margin:12px auto;max-width:1100px;padding:10px 14px;border-radius:10px;background:#fff4cc;border-left:4px solid #9a5f2d;color:#5f4b17;font:700 .78rem/1.5 Verdana,Arial,sans-serif}

/* === Gestandaardiseerde pagina-inhoud === */
.legacy-content .content-paragraph,main .content-paragraph{max-width:78ch;margin:0 0 1em;line-height:1.7;text-align:justify;text-wrap:pretty}
.legacy-content .content-list,main .content-list{max-width:78ch;margin:.55em 0 1.15em 1.25em;padding-left:1.1em;line-height:1.65}
.legacy-content .content-list li,main .content-list li{padding-left:.25em;margin:.28em 0}
.legacy-content .image-paragraph,main .image-paragraph{text-align:center!important;max-width:none!important}
.legacy-content img.content-image,main img.content-image{display:block;max-width:100%;height:auto;margin:18px auto}
@media(max-width:700px){.legacy-content .content-paragraph,main .content-paragraph{text-align:left}.legacy-content .content-list,main .content-list{margin-left:.7em;padding-left:1em}}
