/* Inschrijfpopup — stond tot 1.4.3 inline in elke pagina.
   Als bestand kan de browser hem bewaren en kan een cache hem verkleinen. */
.cxp-overlay{position:fixed;inset:0;background:rgba(12,22,38,.55);z-index:2147482000;display:none;
  align-items:center;justify-content:center;padding:18px}
.cxp-overlay.on{display:flex}
.cxp-box{background:#fff;border-radius:6px;max-width:900px;width:100%;display:flex;overflow:hidden;
  box-shadow:0 24px 70px rgba(6,18,38,.4);position:relative;max-height:92vh}
.cxp-img{flex:1 1 46%;background:#dfe9f2 center top/cover no-repeat;min-height:420px}
.cxp-side{flex:1 1 54%;padding:44px 40px;overflow:auto;text-align:center}
.cxp-x{position:absolute;top:12px;right:14px;background:none;border:0;font:300 30px/1 system-ui;
  color:#033F88;cursor:pointer;padding:6px 10px}
.cxp-h{font:800 27px/1.25 system-ui,-apple-system,sans-serif;color:#033F88;margin:0 0 14px}
.cxp-p{font:400 15px/1.55 system-ui,sans-serif;color:#033F88;margin:0 0 22px}
.cxp-f input[type=text],.cxp-f input[type=email]{width:100%;box-sizing:border-box;padding:14px 16px;
  border:1.5px solid #033F88;border-radius:4px;font:400 15px system-ui;color:#033F88;margin-bottom:12px}
.cxp-f input::placeholder{color:#5f7fa8}
.cxp-vraag{font:700 14px/1.4 system-ui;color:#5a6b82;text-align:left;margin:14px 0 10px}
.cxp-check{display:flex;align-items:center;gap:11px;text-align:left;margin:9px 0;cursor:pointer;
  font:500 15px/1.35 system-ui;color:#033F88}
.cxp-check input{width:19px;height:19px;accent-color:#033F88;flex:0 0 auto}
.cxp-btn{width:100%;margin-top:20px;padding:15px 18px;border:0;border-radius:4px;background:#FF7E21;
  color:#fff;font:700 17px system-ui;cursor:pointer}
.cxp-btn:disabled{opacity:.6;cursor:default}
.cxp-nee{display:inline-block;margin-top:14px;font:500 14px system-ui;color:#033F88;
  text-decoration:underline;cursor:pointer;background:none;border:0}
.cxp-err{color:#9b2c2c;font:500 13px system-ui;margin-top:9px;display:none}
@media(max-width:760px){
  .cxp-box{flex-direction:column;max-width:420px}
  .cxp-img{display:none}
  .cxp-side{padding:34px 24px}
  .cxp-h{font-size:22px}
}
