/* Site-footer — marketingpagina's; #site-footer voorkomt clashes met andere footers */
#site-footer{
  --g:#86B558;
  --dark:#001738;
  --mid:#555;
  --soft:#888;
  --line:#E9E2DF;
  background:#fff;
  border-top:1px solid var(--line);
  padding:28px 0 0;
  color:var(--dark);
  font-family:'Inter',-apple-system,sans-serif;
}
#site-footer .ft-inner{max-width:1180px;margin:0 auto;padding:0 18px}
#site-footer .ft-brand{padding-bottom:22px;border-bottom:1px solid var(--line);margin-bottom:0}
#site-footer .ft-brand>a:first-child{display:inline-block}
#site-footer .ft-brand img{height:26px;margin-bottom:12px;cursor:pointer}
#site-footer .ft-brand address{font-style:normal;font-size:13px;color:var(--soft);line-height:1.9}
#site-footer .ft-brand a{color:var(--g)}
#site-footer .ft-brand-social{display:flex;flex-wrap:wrap;gap:14px;margin-top:14px;align-items:center}
#site-footer .ft-brand-social a{color:var(--soft);display:inline-flex;align-items:center;transition:color .2s}
#site-footer .ft-brand-social a:hover{color:var(--g)}
#site-footer .ft-acc{padding:0}
/* Desktop-kolomtitels alleen vanaf tablet; op mobiel alleen .ft-tog tonen */
#site-footer .ft-col-head{display:none}
#site-footer .ft-col{border-bottom:1px solid var(--line)}
#site-footer .ft-col:last-child{border-bottom:none}
#site-footer .ft-tog{display:flex;justify-content:space-between;align-items:center;padding:14px 0;font-size:12px;font-weight:800;color:var(--dark);text-transform:uppercase;letter-spacing:.07em;width:100%;background:none;cursor:pointer;-webkit-tap-highlight-color:transparent;border:none;font-family:inherit}
#site-footer .ft-ico{font-size:18px;color:var(--g);line-height:1;transition:transform .25s;flex-shrink:0}
#site-footer .ft-col.open .ft-ico{transform:rotate(45deg)}
#site-footer .ft-links{display:none;padding-bottom:12px;flex-direction:column;gap:8px}
#site-footer .ft-col.open .ft-links{display:flex}
#site-footer .ft-links a{font-size:13px;color:var(--mid);cursor:pointer;padding:2px 0}
#site-footer .ft-links a:hover{color:var(--g)}
#site-footer #footerAuth{display:flex;flex-direction:column;gap:8px}
#site-footer .ft-bottom{padding:14px 0 24px;border-top:1px solid var(--line);margin-top:16px;display:flex;flex-direction:column;gap:6px;align-items:center;text-align:center}
#site-footer .ft-copy{font-size:12px;color:#aaa}
#site-footer .ft-legal{display:flex;gap:14px;flex-wrap:wrap;justify-content:center}
#site-footer .ft-legal a{font-size:12px;color:#aaa;cursor:pointer}
#site-footer .ft-legal a:hover{color:var(--g)}

@media(min-width:640px){
  #site-footer .ft-acc{display:grid;grid-template-columns:1fr 1fr 1fr;gap:0 24px;padding-top:20px}
  #site-footer .ft-col{border-bottom:none}
  #site-footer .ft-tog{display:none}
  #site-footer .ft-links{display:flex !important;padding-bottom:0}
  #site-footer .ft-col-head{display:block;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.07em;color:var(--dark);margin-bottom:10px;padding-top:0}
  #site-footer .ft-bottom{flex-direction:row;justify-content:space-between;padding:14px 0 22px;text-align:left}
  #site-footer .ft-legal{justify-content:flex-end}
}

@media(min-width:960px){
  #site-footer{padding:52px 0 0}
  #site-footer .ft-inner{padding:0 32px}
  #site-footer .ft-grid-d{display:grid;grid-template-columns:1.7fr 3fr;gap:48px;padding-bottom:44px;border-bottom:1px solid var(--line)}
  #site-footer .ft-brand{padding:0;border-bottom:none}
  #site-footer .ft-brand img{height:28px}
  #site-footer .ft-acc{display:grid;grid-template-columns:1fr 1fr 1.8fr;gap:28px;padding:0}
  #site-footer .ft-col{border:none}
  #site-footer .ft-tog{display:none}
  #site-footer .ft-links{display:flex !important;padding:0}
  #site-footer .ft-col-head{display:block;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.07em;color:var(--dark);margin-bottom:12px}
  #site-footer .ft-bottom{padding:18px 0 26px;border-top:none;margin-top:0;flex-direction:row;justify-content:space-between;text-align:left}
}
