/* Pensionswegweiser Österreich — pensionswegweiser.at */
:root{
  --c-primary:#173a5e; --c-accent:#b8863b; --c-bg:#f6f7f9; --c-text:#1b1f24;
  --c-muted:#5b6470; --c-card:#ffffff; --c-footer:#0e2136; --maxw:940px;
}
*{box-sizing:border-box;margin:0}
body{font-family:"Inter",system-ui,-apple-system,sans-serif;background:var(--c-bg);
  color:var(--c-text);line-height:1.75;font-size:1.02rem}
.container{max-width:var(--maxw);margin:0 auto;padding:0 1.25rem}
.site-header{background:var(--c-primary);box-shadow:0 2px 10px rgba(0,0,0,.16)}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1.25rem;flex-wrap:wrap;gap:.5rem}
.logo{font-family:"Source Serif 4",Georgia,serif;font-weight:700;font-size:1.3rem;color:#fff;
  text-decoration:none;letter-spacing:.2px}
.main-nav a{color:rgba(255,255,255,.92);text-decoration:none;margin-left:1.15rem;font-weight:500;font-size:.94rem}
.main-nav a:hover{color:var(--c-accent)}
.page-hero{background:linear-gradient(140deg,var(--c-primary),#24557f);color:#fff;
  padding:2.6rem 1.25rem 2.1rem;text-align:center}
.page-hero h1{font-family:"Source Serif 4",Georgia,serif;font-size:1.8rem;margin-bottom:.5rem;line-height:1.25}
.lead{opacity:.93;font-size:1.03rem;max-width:700px;margin:0 auto}
.content-section{padding:2rem 1.25rem 3.2rem}
.content-img{width:100%;height:auto;border-radius:.45rem;margin-bottom:1.5rem;
  box-shadow:0 3px 14px rgba(0,0,0,.09);display:block}
h2{font-family:"Source Serif 4",Georgia,serif;font-size:1.28rem;color:var(--c-primary);
  margin:2rem 0 .85rem;line-height:1.3}
h3{font-size:1.05rem;margin-bottom:.5rem;color:var(--c-primary)}
p{margin-bottom:1.05rem}
a{color:var(--c-primary)}
ul,ol{margin:1.1rem 0 1.2rem 1.6rem}
li{margin-bottom:.5rem}
.hero{background:linear-gradient(135deg,var(--c-primary),var(--c-accent));color:#fff;
  padding:2.3rem 1.6rem;border-radius:.55rem;margin-bottom:1.6rem;text-align:center}
.hero h2{color:#fff;font-size:1.5rem;margin:0 0 .6rem}
.hero p{opacity:.95;margin-bottom:1.1rem}
.cta,.btn{display:inline-block;background:#fff;color:var(--c-primary);padding:.62rem 1.5rem;
  border-radius:2rem;text-decoration:none;font-weight:700}
.btn{background:var(--c-primary);color:#fff;border:none;cursor:pointer;margin-top:1rem}
.keywords{background:var(--c-card);border-left:4px solid var(--c-accent);padding:.9rem 1.15rem;
  border-radius:.3rem;margin-bottom:1.5rem;font-size:.95rem}
.guide-list{list-style:none;margin-left:0}
.guide-list li{background:var(--c-card);padding:.85rem 1.1rem;border-radius:.35rem;
  margin-bottom:.7rem;box-shadow:0 1px 5px rgba(0,0,0,.05)}
.guide-list a{font-weight:600;text-decoration:none}
.guide-list a:hover{text-decoration:underline}
.contact-box{background:var(--c-card);padding:1.1rem 1.3rem;border-radius:.4rem;
  margin:1.3rem 0;box-shadow:0 1px 6px rgba(0,0,0,.06)}
form{background:var(--c-card);padding:1.4rem;border-radius:.45rem;
  box-shadow:0 1px 7px rgba(0,0,0,.07);margin:1.4rem 0}
label{display:block;margin-top:.85rem;font-weight:600;font-size:.94rem}
input,textarea{width:100%;padding:.62rem .75rem;margin-top:.3rem;border:1px solid #ccd3db;
  border-radius:.3rem;font-family:inherit;font-size:.97rem}
.consent{font-size:.86rem;color:var(--c-muted);margin-top:.9rem}
.site-footer{background:var(--c-footer);color:#c8d3e0;padding:2.2rem 1.25rem 1.2rem;margin-top:2rem}
.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.6rem}
.footer-col h3{color:#fff;font-size:1rem;margin-bottom:.6rem}
.footer-col p{font-size:.9rem;margin-bottom:.45rem;line-height:1.6}
.footer-col a{color:#9fbcd8;text-decoration:none}
.footer-col a:hover{text-decoration:underline}
.footer-bottom{border-top:1px solid rgba(255,255,255,.14);margin-top:1.6rem;padding-top:1rem;
  font-size:.82rem;color:#93a6bb}
@media(max-width:640px){
  .page-hero h1{font-size:1.45rem}
  .main-nav a{margin-left:0;margin-right:1rem}
  .header-inner{justify-content:center;text-align:center}
}
