/* Standard-Footer — gehört zu templates/footer.php.
   Bringt eigene Rückfallwerte mit, damit er auch ohne passendes Theme
   funktioniert. Er liegt im Site-Plugin und überlebt einen Theme-Wechsel. */
.sb-footer{
  --sb-line:var(--line,#DAD5CE);
  --sb-ink:var(--ink,#292929);
  --sb-steel:var(--steel,#496A80);
  --sb-coral:var(--coral,#F0726A);
  --sb-display:var(--display,'Trebuchet MS',sans-serif);
}

.sb-footer{border-top:1px solid var(--line);margin-top:clamp(3rem,7vw,6rem);
  padding-top:clamp(2.5rem,5vw,4rem);font-size:.95rem}
.sb-footer-grid{display:grid;gap:clamp(1.75rem,3vw,2.75rem);
  grid-template-columns:repeat(auto-fit,minmax(13rem,1fr));align-items:start}
.sb-footer h2{font-family:var(--display);font-weight:300;font-size:.8rem;
  letter-spacing:.14em;text-transform:uppercase;color:var(--steel);margin:0 0 .85rem}
.sb-footer h2.sb-second{margin-top:1.75rem}
.sb-footer p{margin:0 0 .7rem;line-height:1.6;max-width:34ch}
.sb-footer ul{list-style:none;margin:0;padding:0}
.sb-footer li{margin:0 0 .45rem}
.sb-footer a{color:var(--ink);text-decoration:none;
  border-bottom:1px solid var(--line);padding-bottom:.1rem}
.sb-footer a:hover,.sb-footer a:focus-visible{border-bottom-color:var(--coral);color:var(--coral);outline:none}
.sb-footer a:focus-visible{outline:2px solid var(--coral);outline-offset:3px}
.sb-story p{max-width:32ch}
.sb-more{display:inline-block;margin-top:.35rem;font-family:var(--display);
  font-weight:700;border-bottom-width:2px!important}
.sb-footer address{font-style:normal;line-height:1.65}
.sb-near{color:var(--steel);font-size:.88rem;margin-top:.6rem!important}
.sb-footer-base{display:flex;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;
  margin-top:clamp(2rem,4vw,3rem);padding:1.25rem 0 3rem;
  border-top:1px solid var(--line);color:var(--steel);font-size:.85rem}
@media (max-width:40rem){.sb-footer-base{flex-direction:column;gap:.5rem}}
