/* Holdsblog.de – White Minimal (SEO optimized, center + divider) */
*{ box-sizing:border-box; }
html, body{ height:100%; margin:0; }
body{
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:#111; background:#ffffff;
}
.viewport{
  min-height:100vh; display:flex; align-items:center; justify-content:center;
}
.wrap{ max-width:860px; padding:24px 20px; text-align:center; }
.logo{ display:block; max-width:100%; height:auto; margin:0; }
.divider{ width:120px; height:1px; background:#111; margin:14px auto; }
.claim{ font-size:18px; line-height:1.55; margin:0 0 24px 0; }
.nav{ font-size:14px; }
.nav a{ color:#111; text-decoration:none; }
.nav a:hover{ text-decoration:underline; }
.legal{ text-align:left; }
h1{ margin-top:0; }
.back{ margin-top:32px; }
