/* Gangmakers Ontbijt - widget (huisstijl De Gangmakers) */

.gmo{
  /* huisstijl */
  --gmo-ink:#0C1116;--gmo-paper:#FAF7F4;--gmo-white:#fff;--gmo-body:#2A3239;--gmo-muted:#4A545C;
  --gmo-soft:#C9CFD5;--gmo-blue:#1060A8;--gmo-wine:#981030;--gmo-orange:#E85010;--gmo-flame:#FF8A4C;
  --gmo-grad:linear-gradient(115deg,#1060A8,#981030 52%,#E85010);
  --gmo-grad-h:linear-gradient(90deg,#1060A8,#981030 55%,#E85010);
  --gmo-grad-anim:linear-gradient(115deg,#1060A8,#981030 30%,#E85010 50%,#981030 70%,#1060A8 100%);
  --gmo-line:rgba(12,17,22,.12);
  --gmo-r:2px 18px 2px 18px;--gmo-r-sm:2px 14px 2px 14px;--gmo-r-lg:2px 26px 2px 26px;
  --gmo-font:"Atkinson Next","Atkinson Hyperlegible Next",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;

  box-sizing:border-box;background:var(--gmo-paper);color:var(--gmo-ink);
  font-family:var(--gmo-font);font-size:16px;line-height:1.6;font-weight:400;font-style:normal;
  text-align:left;letter-spacing:normal;text-transform:none;-webkit-font-smoothing:antialiased;
}
.gmo *,.gmo *::before,.gmo *::after{box-sizing:border-box}
.gmo[hidden],.gmo [hidden],.gmo-overlay[hidden]{display:none!important}
.gmo p{margin:0}
.gmo svg{display:block;flex:none}
.gmo button{font-family:var(--gmo-font);cursor:pointer;margin:0;box-shadow:none;text-shadow:none}
.gmo :focus-visible{outline:3px solid var(--gmo-orange);outline-offset:2px}
.gmo-sr{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}

.gmo-scroll{position:relative}
.gmo-inner{position:relative;z-index:1;padding:22px 22px 24px}
.gmo-arc{position:absolute;inset:0;z-index:0;pointer-events:none;background-size:72px 72px;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='72'%3E%3Cpath d='M0 72 A72 72 0 0 1 72 0' fill='none' stroke='%230C1116' stroke-opacity='.06' stroke-width='1.4'/%3E%3C/svg%3E");
  -webkit-mask-image:radial-gradient(130% 80% at 88% 0%,#000 10%,transparent 68%);
          mask-image:radial-gradient(130% 80% at 88% 0%,#000 10%,transparent 68%)}

/* kop */
.gmo-top{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:34px}
.gmo-brand{font-size:16px;font-weight:800;letter-spacing:-.02em;color:var(--gmo-ink)}
.gmo .gmo-close{background:none;border:0;padding:6px;margin:-6px -6px -6px 0;color:inherit;border-radius:8px;line-height:0}
.gmo .gmo-close svg{width:22px;height:22px}
.gmo-eyebrow{margin:26px 0 12px!important;font-size:12px;line-height:1.5;letter-spacing:.22em;text-transform:uppercase;font-weight:700;color:var(--gmo-wine)}
.gmo .gmo-title{margin:0;padding:0;border:0;font-family:var(--gmo-font);font-size:32px;line-height:1.08;font-weight:800;letter-spacing:-.02em;color:var(--gmo-ink);text-transform:none}
.gmo-title:focus{outline:none}
.gmo-intro{margin:14px 0 0!important;color:var(--gmo-muted)}
.gmo-meta{display:flex;flex-wrap:wrap;gap:6px 18px;margin:18px 0 20px!important;font-size:14px;font-weight:700;color:var(--gmo-ink)}
.gmo-meta span{display:inline-flex;align-items:center;gap:7px}
.gmo-meta svg{width:16px;height:16px;color:var(--gmo-orange)}
.gmo-empty{padding:20px 0;color:var(--gmo-muted)}

/* datum-tegels */
.gmo-dates{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;margin-bottom:14px}
.gmo .gmo-date{display:block;width:100%;text-align:left;background:var(--gmo-white);border:1.5px solid var(--gmo-line);
  border-radius:var(--gmo-r-lg);padding:18px 16px 16px;color:var(--gmo-ink);font-weight:400;
  transition:border-color .2s,transform .25s,box-shadow .25s,background .2s,color .2s}
.gmo-date>span{display:block}
.gmo-d{font-size:12px;line-height:1.5;letter-spacing:.18em;text-transform:uppercase;font-weight:700;color:var(--gmo-wine)}
.gmo-n{font-size:25px;line-height:1.15;font-weight:800;letter-spacing:-.02em;margin-top:8px;white-space:nowrap}
.gmo-time{font-size:13px;color:var(--gmo-muted);margin-top:2px}
.gmo-seats{margin-top:14px;font-size:14px;font-weight:700}
.gmo-meter{height:4px;border-radius:2px;background:rgba(12,17,22,.1);margin-top:8px;overflow:hidden}
.gmo-meter i{display:block;height:100%;background:var(--gmo-grad-h);transition:width .4s}
@media (hover:hover){.gmo .gmo-date:not(.is-selected):not([disabled]):hover{border-color:var(--gmo-orange)}}
.gmo .gmo-date.is-selected{background:var(--gmo-ink);border-color:var(--gmo-ink);color:var(--gmo-white);
  transform:translateY(-3px);box-shadow:0 18px 34px rgba(12,17,22,.2)}
.gmo-date.is-selected .gmo-d{color:var(--gmo-flame)}
.gmo-date.is-selected .gmo-time{color:var(--gmo-soft)}
.gmo-date.is-selected .gmo-meter{background:rgba(255,255,255,.22)}
.gmo .gmo-date[disabled]{opacity:.55;cursor:not-allowed}

/* kaarten */
.gmo-card{background:var(--gmo-white);border:1.5px solid var(--gmo-line);border-radius:var(--gmo-r-lg);padding:20px 18px;margin-bottom:12px}
.gmo .gmo-card-title{margin:0;padding:0;border:0;font-family:var(--gmo-font);font-size:18px;line-height:1.35;font-weight:800;letter-spacing:-.01em;color:var(--gmo-ink);text-transform:none}
.gmo-card>.gmo-card-title+*{margin-top:14px}
.gmo-row{display:flex;align-items:center;justify-content:space-between;gap:12px}
.gmo-row .gmo-card-title{margin:0}
.gmo-step{display:flex;align-items:center;gap:8px;flex:none}
.gmo .gmo-step button{width:42px;height:42px;padding:0;display:grid;place-items:center;border:1.5px solid rgba(12,17,22,.2);
  background:var(--gmo-white);color:var(--gmo-ink);border-radius:var(--gmo-r-sm);font-size:20px;line-height:1;font-weight:400}
@media (hover:hover){.gmo .gmo-step button:hover:not([disabled]){border-color:var(--gmo-orange)}}
.gmo .gmo-step button[disabled]{opacity:.4;cursor:not-allowed}
.gmo-step output{min-width:30px;text-align:center;font-size:20px;font-weight:800}

/* velden */
.gmo-field{margin:0 0 12px}
.gmo-field label{display:block;font-size:14px;line-height:1.4;font-weight:700;color:var(--gmo-ink);margin:0 0 6px;padding:0}
.gmo .gmo-field input,.gmo .gmo-field select{display:block;width:100%;height:50px;padding:0 14px;margin:0;
  background:var(--gmo-paper);border:1px solid rgba(12,17,22,.2);border-radius:2px;color:var(--gmo-ink);
  font-family:var(--gmo-font);font-size:16px;line-height:1.3;box-shadow:none}
.gmo .gmo-field select{padding-right:34px;cursor:pointer}
.gmo .gmo-field input:focus,.gmo .gmo-field select:focus{border-color:var(--gmo-orange);outline:none;background:var(--gmo-white)}
.gmo .gmo-field input::placeholder{color:rgba(42,50,57,.5);opacity:1}
.gmo .gmo-field input.is-invalid,.gmo .gmo-field select.is-invalid{border-color:var(--gmo-wine)}
.gmo-two{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.gmo-hp{position:absolute!important;left:-9999px;width:1px;height:1px;overflow:hidden}
.gmo-check{display:flex;gap:11px;align-items:flex-start;margin:6px 0 2px;font-size:13.5px;line-height:1.5;color:var(--gmo-muted);cursor:pointer}
.gmo .gmo-check input{width:18px;height:18px;margin:2px 0 0;flex:none;accent-color:var(--gmo-orange)}
.gmo-check a{color:var(--gmo-ink);text-decoration:underline}
.gmo-err{color:var(--gmo-wine);font-size:13px;line-height:1.45;margin-top:5px!important;font-weight:700}
.gmo-err--tight{margin-top:10px!important}
.gmo-block,.gmo-alert{background:#FFF1EA;border:1px solid rgba(232,80,16,.4);color:#7A2A07;
  border-radius:var(--gmo-r-sm);padding:14px 16px;margin:0 0 14px!important;font-size:14px;line-height:1.55}
.gmo-alert{margin:0 0 12px!important}

/* hoofdknop */
.gmo .gmo-cta{display:flex;align-items:center;justify-content:center;width:100%;min-height:56px;padding:0 18px;margin:0;
  border:0;border-radius:var(--gmo-r);color:var(--gmo-white);font-family:var(--gmo-font);font-size:16px;font-weight:700;line-height:1.3;
  background:var(--gmo-grad-anim);background-size:200% 100%;background-position:0 0;transition:background-position .45s ease,opacity .2s}
@media (hover:hover){.gmo .gmo-cta:hover:not([disabled]){background-position:100% 0}}
.gmo .gmo-cta[disabled]{opacity:.45;cursor:not-allowed}
.gmo .gmo-cta.is-busy{opacity:.7;cursor:progress}

/* bevestiging */
.gmo-success{text-align:center;padding:46px 6px 34px}
.gmo-ok{display:grid;place-items:center;width:64px;height:64px;margin:0 auto 20px;border-radius:var(--gmo-r-sm);background:var(--gmo-grad)}
.gmo-ok svg{width:30px;height:30px;color:var(--gmo-white)}
.gmo .gmo-success h3{margin:0 0 10px;padding:0;border:0;font-family:var(--gmo-font);font-size:26px;line-height:1.2;font-weight:800;letter-spacing:-.015em;color:var(--gmo-ink);text-transform:none}
.gmo-success h3:focus{outline:none}
.gmo-success p{max-width:32ch;margin:0 auto 20px!important;color:var(--gmo-muted)}
.gmo .gmo-link{background:none;border:0;padding:0 0 3px;color:var(--gmo-ink);font-size:15px;font-weight:700;
  border-bottom:2px solid var(--gmo-orange);text-decoration:none}

.gmo-foot{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:20px;padding-top:16px;
  border-top:1px solid var(--gmo-line);font-size:13px;color:var(--gmo-muted)}

/* ---------- in de pagina ---------- */
div.gmo.gmo--inline{max-width:460px!important;margin-left:auto!important;margin-right:auto!important;border-radius:var(--gmo-r-lg);overflow:hidden}

/* ---------- zwevend paneel ---------- */
.gmo--floating{position:fixed;z-index:999999;top:24px;right:24px;bottom:24px;width:412px;max-width:calc(100vw - 48px);
  border-radius:var(--gmo-r-lg);box-shadow:0 30px 70px rgba(12,17,22,.35);
  transform:translateX(calc(100% + 40px));transition:transform .32s cubic-bezier(.2,.8,.2,1);visibility:hidden}
.gmo--floating.is-open{transform:none;visibility:visible}
.gmo--floating .gmo-scroll{height:100%;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}
.gmo-overlay{position:fixed;inset:0;z-index:999998;background:rgba(12,17,22,.45);opacity:0;transition:opacity .3s}
.gmo-overlay.is-open{opacity:1}
html.gmo-lock,html.gmo-lock body{overflow:hidden}

/* knoppen buiten de widget - zelfde opmaak als de knop 'Plan een kennismaking' op de site */
.gmo-launcher,.gmo-inline-btn{
  display:inline-flex;align-items:center;justify-content:center;border:0;cursor:pointer;
  color:#fff;background-image:linear-gradient(115deg,#1060A8,#981030 52%,#E85010);background-color:#981030;
  font-family:"Atkinson Next","Atkinson Hyperlegible Next",system-ui,-apple-system,"Segoe UI",sans-serif;
  font-size:15px;font-weight:700;line-height:1.2;text-align:center;text-transform:none;letter-spacing:normal;text-decoration:none;
  padding:13px 20px;border-radius:2px 14px 2px 14px;gap:9px;transition:filter .2s}
.gmo-launcher svg,.gmo-inline-btn svg{width:18px;height:18px;flex:none;display:block;color:#fff}
.gmo-launcher{position:fixed;z-index:999997;right:24px;bottom:24px;box-shadow:0 14px 34px rgba(12,17,22,.34)}
.gmo-launcher:focus-visible,.gmo-inline-btn:focus-visible{outline:3px solid #E85010;outline-offset:3px}
@media (hover:hover){
  .gmo-launcher:hover,.gmo-inline-btn:hover{filter:brightness(1.12)}
}
@media (max-width:820px){
  .gmo-launcher,.gmo-inline-btn{font-size:16px;padding:15px 22px;border-radius:2px 16px 2px 16px}
}

@media (max-width:600px){
  .gmo--floating{top:0;right:0;bottom:0;left:0;width:auto;max-width:none;border-radius:0;transform:translateY(100%)}
  .gmo--floating.is-open{transform:none}
  .gmo-launcher{right:16px;bottom:16px}
  .gmo .gmo-title{font-size:28px}
}
@media (max-width:380px){
  .gmo-two{grid-template-columns:1fr}
  .gmo-inner{padding-left:18px;padding-right:18px}
}
@media (prefers-reduced-motion:reduce){
  .gmo *,.gmo--floating,.gmo-overlay{transition:none!important}
  .gmo .gmo-date.is-selected{transform:none}
}

/* ---------- bescherming tegen thema-stijlen ---------- */
/* Thema's zetten vaak hun eigen maten, hoofdletters en kleuren op knoppen, velden en koppen.
   Hieronder staat per onderdeel wat de widget nodig heeft, zodat hij in elk thema klopt. */
.gmo,.gmo *{text-transform:none!important;letter-spacing:normal!important;font-style:normal!important}
.gmo .gmo-eyebrow{text-transform:uppercase!important;letter-spacing:.22em!important}
.gmo .gmo-d{text-transform:uppercase!important;letter-spacing:.18em!important}
.gmo .gmo-title,.gmo .gmo-card-title,.gmo .gmo-success h3,.gmo .gmo-brand,.gmo .gmo-n{letter-spacing:-.02em!important}
.gmo button,.gmo input,.gmo select,.gmo label,.gmo span,.gmo p,.gmo h2,.gmo h3,.gmo output,.gmo small{font-family:var(--gmo-font)!important}
.gmo button{float:none!important;max-width:none!important;min-width:0!important;vertical-align:middle!important;white-space:normal!important;text-decoration:none!important}
.gmo button span{display:inline!important;font-size:inherit!important;font-weight:inherit!important;line-height:inherit!important;color:inherit!important;text-transform:none!important;margin:0!important;padding:0!important}

.gmo button.gmo-date{display:block!important;width:100%!important;height:auto!important;min-height:0!important;
  padding:18px 16px 16px!important;border-radius:var(--gmo-r-lg)!important;background:var(--gmo-white)!important;
  border:1.5px solid var(--gmo-line)!important;color:var(--gmo-ink)!important;font-size:16px!important;font-weight:400!important;line-height:1.6!important;box-shadow:none!important}
.gmo button.gmo-date.is-selected{background:var(--gmo-ink)!important;border-color:var(--gmo-ink)!important;color:var(--gmo-white)!important;box-shadow:0 18px 34px rgba(12,17,22,.2)!important}
@media (hover:hover){.gmo button.gmo-date:not(.is-selected):not([disabled]):hover{border-color:var(--gmo-orange)!important}}
.gmo button.gmo-date>span{display:block!important}
.gmo button.gmo-date .gmo-d{font-size:12px!important;line-height:1.5!important;font-weight:700!important}
.gmo button.gmo-date .gmo-n{font-size:25px!important;line-height:1.15!important;font-weight:800!important}
.gmo button.gmo-date .gmo-time{font-size:13px!important;line-height:1.4!important;font-weight:400!important}
.gmo button.gmo-date .gmo-seats{font-size:14px!important;line-height:1.4!important;font-weight:700!important}
.gmo button.gmo-date .gmo-meter{height:4px!important}

.gmo .gmo-step button{width:42px!important;height:42px!important;min-height:0!important;padding:0!important;
  display:grid!important;place-items:center!important;border-radius:var(--gmo-r-sm)!important;
  background:var(--gmo-white)!important;border:1.5px solid rgba(12,17,22,.2)!important;color:var(--gmo-ink)!important;
  font-size:20px!important;font-weight:400!important;line-height:1!important;box-shadow:none!important}
.gmo .gmo-step output{font-size:20px!important;font-weight:800!important}

.gmo button.gmo-cta{display:flex!important;align-items:center!important;justify-content:center!important;
  width:100%!important;min-height:56px!important;height:auto!important;max-width:none!important;padding:0 18px!important;margin:0!important;
  border:0!important;border-radius:var(--gmo-r)!important;color:var(--gmo-white)!important;
  font-size:16px!important;font-weight:700!important;line-height:1.3!important;text-align:center!important;
  background-image:var(--gmo-grad-anim)!important;background-color:transparent!important;background-size:200% 100%!important;box-shadow:none!important}
.gmo button.gmo-close{display:flex!important;width:auto!important;height:auto!important;min-height:0!important;
  padding:6px!important;background:none!important;border:0!important;color:inherit!important;line-height:0!important;box-shadow:none!important}
.gmo button.gmo-link{display:inline!important;width:auto!important;height:auto!important;min-height:0!important;
  padding:0 0 3px!important;background:none!important;border:0!important;border-bottom:2px solid var(--gmo-orange)!important;
  color:var(--gmo-ink)!important;font-size:15px!important;font-weight:700!important;line-height:1.4!important;box-shadow:none!important}

.gmo .gmo-field label{display:block!important;font-size:14px!important;font-weight:700!important;line-height:1.4!important;margin:0 0 6px!important;padding:0!important;color:var(--gmo-ink)!important}
.gmo .gmo-field input,.gmo .gmo-field select{height:50px!important;min-height:50px!important;width:100%!important;max-width:none!important;
  padding:0 14px!important;margin:0!important;font-size:16px!important;line-height:1.3!important;border-radius:2px!important;
  background:var(--gmo-paper)!important;border:1px solid rgba(12,17,22,.2)!important;color:var(--gmo-ink)!important;box-shadow:none!important}
.gmo .gmo-field select{padding-right:34px!important}
.gmo .gmo-field input:focus,.gmo .gmo-field select:focus{border-color:var(--gmo-orange)!important;background:var(--gmo-white)!important}
.gmo .gmo-field input.is-invalid,.gmo .gmo-field select.is-invalid{border-color:var(--gmo-wine)!important}
.gmo .gmo-check,.gmo .gmo-check span{font-size:13.5px!important;font-weight:400!important;line-height:1.5!important;color:var(--gmo-muted)!important}
.gmo .gmo-check a{color:var(--gmo-ink)!important;text-decoration:underline!important}
.gmo .gmo-intro,.gmo .gmo-success p{font-size:16px!important;font-weight:400!important;line-height:1.6!important}
.gmo .gmo-meta,.gmo .gmo-meta span{font-size:14px!important;font-weight:700!important;line-height:1.5!important}
.gmo .gmo-eyebrow{font-size:12px!important;font-weight:700!important;line-height:1.5!important}
.gmo .gmo-brand{font-size:16px!important;font-weight:800!important;line-height:1.4!important}
.gmo .gmo-err{font-size:13px!important;font-weight:700!important;line-height:1.45!important}
.gmo .gmo-block,.gmo .gmo-alert{font-size:14px!important;font-weight:400!important;line-height:1.55!important}
.gmo .gmo-foot,.gmo .gmo-foot span{font-size:13px!important;font-weight:400!important;line-height:1.5!important}
.gmo .gmo-check input{appearance:auto!important;-webkit-appearance:checkbox!important;width:18px!important;height:18px!important;background:initial!important;border:initial!important}
.gmo .gmo-check input::before,.gmo .gmo-check input::after{content:none!important;display:none!important}

.gmo .gmo-title{font-size:32px!important;font-weight:800!important;line-height:1.08!important}
.gmo .gmo-card-title{font-size:18px!important;font-weight:800!important;line-height:1.35!important}
.gmo .gmo-success h3{font-size:26px!important;font-weight:800!important;line-height:1.2!important}
@media (max-width:600px){.gmo .gmo-title{font-size:28px!important}}

button.gmo-launcher,button.gmo-inline-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;
  font-family:"Atkinson Next","Atkinson Hyperlegible Next",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif!important;
  background-image:linear-gradient(115deg,#1060A8,#981030 52%,#E85010)!important;
  background-color:#981030!important;color:#fff!important;border:0!important;
  font-size:15px!important;font-weight:700!important;line-height:1.2!important;text-transform:none!important;letter-spacing:normal!important;
  padding:13px 20px!important;border-radius:2px 14px 2px 14px!important;gap:9px!important;
  width:auto!important;height:auto!important;min-height:0!important;max-width:none!important;
  float:none!important;text-decoration:none!important;box-shadow:none!important}
button.gmo-launcher{box-shadow:0 14px 34px rgba(12,17,22,.34)!important}
button.gmo-launcher svg,button.gmo-inline-btn svg{width:18px!important;height:18px!important;flex:none!important;display:block!important;color:#fff!important}
button.gmo-launcher span,button.gmo-inline-btn span{display:inline!important;font-family:inherit!important;font-size:inherit!important;font-weight:inherit!important;
  line-height:1.2!important;color:inherit!important;text-transform:none!important;letter-spacing:normal!important;margin:0!important;padding:0!important}
@media (max-width:820px){
  button.gmo-launcher,button.gmo-inline-btn{font-size:16px!important;padding:15px 22px!important;border-radius:2px 16px 2px 16px!important}
}
.gmo button:focus:not(:focus-visible),.gmo select:focus:not(:focus-visible),
button.gmo-launcher:focus:not(:focus-visible),button.gmo-inline-btn:focus:not(:focus-visible){outline:none!important}

/* launcher verbergen zolang het paneel open is */
html.gmo-panel-open button.gmo-launcher{opacity:0!important;pointer-events:none!important}
