/*
Theme Name: IT&DMS Rebuild
Theme URI: https://it-dms-consulting.de/
Author: IT&DMS Consulting / reconstructed cleanly
Description: Clean reconstruction theme for IT&DMS Consulting after incident recovery.
Version: 1.0.0
Requires at least: 6.9
Text Domain: itdms-rebuild
*/
:root{--ink:#15202b;--muted:#5f6b76;--bg:#f6f8fa;--card:#fff;--line:#e5e9ed;--accent:#1769aa;--accent2:#0e4f82;--max:1120px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;color:var(--ink);background:var(--bg);line-height:1.65}a{color:var(--accent)}img{max-width:100%;height:auto}.site-header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.bar{max-width:var(--max);margin:auto;padding:18px 24px;display:flex;align-items:center;gap:28px}.brand{font-weight:800;font-size:1.18rem;text-decoration:none;color:var(--ink);white-space:nowrap}.brand span{color:var(--accent)}.nav{margin-left:auto}.nav ul{display:flex;gap:18px;list-style:none;margin:0;padding:0;flex-wrap:wrap}.nav a{text-decoration:none;color:var(--ink);font-weight:600;font-size:.92rem}.nav a:hover{color:var(--accent)}.hero{background:linear-gradient(135deg,#102638,#1769aa);color:white}.hero-inner{max-width:var(--max);margin:auto;padding:76px 24px}.hero h1{font-size:clamp(2.1rem,5vw,4rem);line-height:1.08;margin:0 0 18px;max-width:850px}.hero p{font-size:1.2rem;max-width:760px;color:#e9f2f8}.hero .cta{display:inline-block;margin-top:14px;background:#fff;color:#0e4f82;text-decoration:none;font-weight:800;padding:12px 18px;border-radius:7px}.content-wrap{max-width:var(--max);margin:38px auto;padding:0 24px}.content-card{background:var(--card);border:1px solid var(--line);border-radius:12px;padding:clamp(24px,4vw,52px);box-shadow:0 8px 30px rgba(20,40,60,.06)}h1,h2,h3{line-height:1.22}h1{font-size:2.35rem}h2{font-size:1.75rem;margin-top:1.7em}h3{font-size:1.25rem;margin-top:1.5em}hr{border:0;border-top:1px solid var(--line);margin:36px 0}.wp-block-image{text-align:center;margin:28px auto}.wp-block-image img{border-radius:8px}.site-footer{margin-top:54px;background:#101820;color:#d7e0e7}.footer-inner{max-width:var(--max);margin:auto;padding:34px 24px;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.site-footer a{color:white}@media(max-width:800px){.bar{align-items:flex-start;flex-direction:column}.nav{margin-left:0}.nav ul{gap:10px 16px}.hero-inner{padding:50px 22px}.content-wrap{margin:22px auto;padding:0 14px}.content-card{padding:24px 20px}.site-header{position:static}}
