/*
Theme Name: NHZ Portal
Theme URI: https://nhz.biz
Description: Ruhiges, responsives Einstiegsthema für das NHZ-Zeiterfassungsportal.
Version: 1.0.0
Author: NHZ Systems
*/
:root{--nhz-ink:#10203b;--nhz-blue:#1769e0;--nhz-bg:#f5f7fb;--nhz-line:#dce3ee}*{box-sizing:border-box}body{margin:0;background:var(--nhz-bg);color:var(--nhz-ink);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6}a{color:var(--nhz-blue)}.nhz-shell{min-height:100vh;display:flex;flex-direction:column}.nhz-header{background:#fff;border-bottom:1px solid var(--nhz-line)}.nhz-header-inner,.nhz-footer-inner{max-width:1160px;margin:auto;padding:18px 24px;display:flex;align-items:center;justify-content:space-between;gap:24px}.nhz-brand{display:inline-flex;align-items:center;gap:12px;color:var(--nhz-ink);font-weight:700;text-decoration:none}.nhz-brand img{width:150px;height:50px;object-fit:contain;object-position:left center}.nhz-nav{display:flex;flex-wrap:wrap;gap:18px;font-size:.95rem}.nhz-nav a{text-decoration:none}.nhz-main{flex:1;width:100%}.nhz-footer{background:#fff;border-top:1px solid var(--nhz-line);font-size:.9rem}.nhz-footer-inner{align-items:flex-start}.nhz-footer-links{display:flex;flex-wrap:wrap;gap:16px}.nhz-portal-wrap{max-width:1160px;margin:0 auto;padding:0 20px}@media(max-width:700px){.nhz-header-inner,.nhz-footer-inner{align-items:flex-start;flex-direction:column}.nhz-brand img{width:132px;height:44px}.nhz-nav{gap:10px}}
