.hidden-menu{
	display:none !important
}
html,body{
	overflow-x:hidden;
}

  /* ---- The Digital Platform · header & footer ---- */
  .tdp-hf-header, .tdp-hf-footer{
    --tdp-yellow:#FFD302; --tdp-black:#000; --tdp-graphite:#242424;
    --tdp-border:rgba(0,0,0,0.12); --tdp-muted:#6a6a6a; --tdp-on-dark-muted:rgba(255,255,255,0.66);
    --tdp-display:'Glorify','Hanken Grotesk',Georgia,serif;
    --tdp-body:'Hanken Grotesk',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
    font-family:var(--tdp-body); box-sizing:border-box;
  }
  .tdp-hf-header *, .tdp-hf-footer *{ box-sizing:border-box; }

  /* header */
  .tdp-hf-header{ position:sticky; top:0; z-index:200; background:rgba(255,255,255,0.92); backdrop-filter:blur(10px); border-bottom:1px solid var(--tdp-border); }
  .tdp-hf-bar{ max-width:1320px; margin:0 auto; padding:0 32px; height:74px; display:flex; align-items:center; gap:24px; }
  .tdp-hf-logo img{ display:block; height:32px; width:auto; }
  .tdp-hf-nav{ display:flex; align-items:center; gap:2px; margin-left:20px; }
  .tdp-hf-nav > a, .tdp-hf-drop > button{ font-family:var(--tdp-body); font-size:15px; font-weight:500; color:#3d3d3d; text-decoration:none; padding:8px 12px; background:none; border:none; cursor:pointer; }
  .tdp-hf-nav > a:hover, .tdp-hf-drop > button:hover{ color:var(--tdp-black); }
  .tdp-hf-right{ margin-left:auto; display:flex; align-items:center; gap:12px; }
  .tdp-hf-contact{ font-size:15px; font-weight:500; color:#3d3d3d; text-decoration:none; padding:8px 12px; }
  .tdp-hf-cta{ display:inline-flex; align-items:center; background:var(--tdp-yellow); color:var(--tdp-black); font-size:14.5px; font-weight:600; text-decoration:none; padding:11px 20px; border:none; transition:background .18s ease-out; }
  .tdp-hf-cta:hover{ background:#e6be02; color:var(--tdp-black); }

  /* dropdown */
  .tdp-hf-drop{ position:relative; }
  .tdp-hf-drop > button > span{ font-size:11px; margin-left:6px; }
  .tdp-hf-panel{ position:absolute; top:100%; left:0; min-width:290px; background:#fff; border:1px solid var(--tdp-border); box-shadow:0 22px 48px rgba(0,0,0,0.14); padding:10px 0; display:none; }
  .tdp-hf-drop:hover .tdp-hf-panel, .tdp-hf-drop.is-open .tdp-hf-panel{ display:block; }
  .tdp-hf-panel a{ display:block; padding:10px 20px; font-size:14.5px; font-weight:500; color:#111; text-decoration:none; }
  .tdp-hf-panel a:hover{ background:var(--tdp-yellow); color:var(--tdp-black); }
  .tdp-hf-panel hr{ border:none; border-top:1px solid var(--tdp-border); margin:8px 0; }

  /* burger */
  .tdp-hf-burger{ display:none; width:44px; height:44px; background:none; border:1px solid var(--tdp-border); cursor:pointer; flex-direction:column; align-items:center; justify-content:center; gap:5px; }
  .tdp-hf-burger span{ display:block; width:20px; height:2px; background:var(--tdp-black); }
  .tdp-hf-mobile{ display:none; border-top:1px solid var(--tdp-border); background:#fff; max-height:70vh; overflow-y:auto; }
  .tdp-hf-mobile.is-open{ display:block; }
  .tdp-hf-mobile-inner{ max-width:1320px; margin:0 auto; padding:14px 32px 24px; display:flex; flex-direction:column; }
  .tdp-hf-mobile a{ padding:13px 0; border-bottom:1px solid var(--tdp-border); font-size:16px; font-weight:500; color:#111; text-decoration:none; }
  .tdp-hf-mobile .tdp-hf-sub{ font-size:15.5px; font-weight:400; color:#3d3d3d; padding:11px 0; }
  .tdp-hf-ol{ font-size:11px; font-weight:600; text-transform:uppercase; letter-spacing:0.18em; color:var(--tdp-muted); }
  @media (max-width:900px){
    .tdp-hf-nav, .tdp-hf-contact{ display:none !important; }
    .tdp-hf-burger{ display:inline-flex; }
  }

  /* footer */
  .tdp-hf-footer{ background:var(--tdp-black); color:#fff; }
  .tdp-hf-footer-inner{ max-width:1320px; margin:0 auto; padding:56px 32px 36px; }
  .tdp-hf-cols{ display:grid; grid-template-columns:1.25fr 0.8fr 1fr; gap:48px; }
  .tdp-hf-footer img.tdp-hf-flogo{ display:block; height:34px; width:auto; }
  .tdp-hf-footer p{ font-size:14.5px; line-height:1.55; color:var(--tdp-on-dark-muted); max-width:30ch; margin:16px 0 20px; }
  .tdp-hf-kmo{ display:flex; align-items:center; gap:12px; }
  .tdp-hf-kmo img{ display:block; width:132px; height:auto; }
  .tdp-hf-kmo span{ font-size:11.5px; line-height:1.4; color:#8c8c8c; }
  .tdp-hf-links{ display:flex; flex-direction:column; gap:11px; font-size:14.5px; }
  .tdp-hf-links a, .tdp-hf-contactlist a{ color:#fff; text-decoration:none; }
  .tdp-hf-links a:hover, .tdp-hf-contactlist a:hover{ color:var(--tdp-yellow); }
  .tdp-hf-news .tdp-hf-ol{ color:var(--tdp-yellow); }
  .tdp-hf-form{ display:flex; margin-top:12px; max-width:340px; }
  .tdp-hf-form input{ flex:1; min-width:0; background:transparent; border:1px solid rgba(255,255,255,0.28); border-right:none; color:#fff; font-family:var(--tdp-body); font-size:14.5px; padding:12px 14px; }
  .tdp-hf-form input::placeholder{ color:rgba(255,255,255,0.5); }
  .tdp-hf-form button{ background:var(--tdp-yellow); color:var(--tdp-black); border:none; cursor:pointer; font-family:var(--tdp-body); font-size:14px; font-weight:600; padding:12px 18px; }
  .tdp-hf-contactlist{ display:flex; flex-direction:column; gap:9px; margin-top:22px; font-size:14.5px; }
  .tdp-hf-rule{ height:1px; background:rgba(255,255,255,0.14); margin:36px 0 18px; }
  .tdp-hf-legal{ display:flex; justify-content:space-between; flex-wrap:wrap; gap:14px 26px; font-size:13px; color:var(--tdp-on-dark-muted); }
  .tdp-hf-legal a{ color:var(--tdp-on-dark-muted); text-decoration:none; display:inline-flex; align-items:center; }
  .tdp-hf-legal a:hover{ color:#fff; }
  .tdp-hf-legal .tdp-hf-social{ display:flex; gap:20px; flex-wrap:wrap; align-items:center; }
  @media (max-width:900px){ .tdp-hf-cols{ grid-template-columns:1fr; gap:36px; } }
#masthead, #colophon{ display:none !important; }
/* landingspagina's over volledige breedte */ .e-con-inner:has(.tdp-landing-scope){ max-width:100% !important; }