diff --git a/css/footer.css b/css/footer.css index ae5ea71..383bf3b 100644 --- a/css/footer.css +++ b/css/footer.css @@ -1,7 +1,7 @@ /* Footer‑Grundlayout */ footer { - position: fixed; - bottom: 0; + position: sticky; + top: 100vh; /* Zwingt den Footer an den unteren Rand des sichtbaren Bereichs */ width: 100%; background: #333d43; text-align: center;