footer {
    text-align: center;
    font-size: 0.9rem;
    color: #cccccc; /* Hellere Schrift */
    background-color: #2a2a40; /* Gleicher Hintergrund wie Container */
    border-top: 2px solid #800020; /* Weinrote Linie oben */
    width: 100%;
    margin-top: auto; /* Footer bleibt unten */
}