/* ASEING Videokurse – Lektionskacheln (Farben wie seitz-ingenieure.de) */
.aseing-vk{--o:#E77B00;--a:#212C34;--t:#FDF6ED;--l:#e5e1da;font-family:inherit;margin:24px 0}
.aseing-vk .vk-bar{display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:space-between;margin-bottom:16px;font-weight:600;color:var(--a)}
.aseing-vk .vk-search{flex:1 1 220px;max-width:340px;padding:8px 10px;border:1px solid var(--l);border-radius:2px;font:inherit}
.aseing-vk .vk-prog{color:var(--o)}
.aseing-vk .vk-note{background:var(--t);border-left:3px solid var(--o);padding:12px 14px;margin-bottom:18px}
.aseing-vk .vk-btn{display:inline-block;margin:6px 6px 0 0;padding:7px 14px;border:1px solid var(--o);border-radius:2px;background:var(--o);color:#fff;text-decoration:none;font-weight:600}
.aseing-vk .vk-btn.s{background:transparent;color:var(--o)}
.aseing-vk .vk-mod{margin:0 0 22px}
.aseing-vk h3{font-size:1.1em;margin:0 0 10px;color:var(--a)}
.aseing-vk h3 small{font-weight:400;color:#6b7280;font-size:.85em;margin-left:6px}
.aseing-vk .vk-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:10px}
.aseing-vk .vk-tile{display:flex;gap:10px;align-items:flex-start;text-align:left;padding:12px;border:1px solid var(--l);border-radius:2px;background:#fff;cursor:pointer;font:inherit;color:var(--a);min-height:64px;transition:border-color .15s,box-shadow .15s}
.aseing-vk .vk-tile:hover:not([disabled]),.aseing-vk .vk-tile:focus-visible{border-color:var(--o);box-shadow:0 2px 8px rgba(0,0,0,.08);outline:none}
.aseing-vk .vk-tile[disabled]{cursor:default;opacity:.8}
.aseing-vk .vk-no{flex:0 0 auto;min-width:26px;height:26px;padding:0 5px;border-radius:2px;background:var(--t);color:var(--o);font-weight:700;font-size:.85em;display:flex;align-items:center;justify-content:center}
.aseing-vk .vk-t{flex:1;font-size:.95em;line-height:1.35}
.aseing-vk .vk-ic{color:var(--o);font-size:.9em}
.aseing-vk .vk-tile.seen .vk-no{background:var(--o);color:#fff}
.aseing-vk .vk-tile.seen .vk-ic::after{content:" ✓"}
.aseing-vk .vk-hide{display:none}
.aseing-vk .vk-dlg{width:min(1100px,96vw);padding:0;border:0;border-radius:2px;background:var(--a);color:#fff}
.aseing-vk .vk-dlg::backdrop{background:rgba(0,0,0,.7)}
.aseing-vk .vk-dlg-h,.aseing-vk .vk-dlg-f{display:flex;justify-content:space-between;align-items:center;padding:10px 14px;gap:10px}
.aseing-vk .vk-dlg video{display:block;width:100%;max-height:78vh;background:#000}
.aseing-vk .vk-dlg button{background:transparent;border:1px solid rgba(255,255,255,.4);color:#fff;border-radius:2px;padding:6px 12px;cursor:pointer;font:inherit}
.aseing-vk .vk-dlg .vk-x{border:0;font-size:1.6em;line-height:1;padding:0 6px}
