/* css/footer.css */

.site-footer {
    background-color: #f8f9fa;
    color: #6c757d;
    padding: 20px 0;
    text-align: center;
    font-size: 0.9em;
    border-top: 1px solid #e7e7e7;
    flex-shrink: 0; /* Wichtig für Sticky Footer */
}
.site-footer .container { /* Footer nutzt Standard-Containerbreite */
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.site-footer p { margin: 0 0 10px 0; }
.footer-nav a { color: var(--blue); text-decoration: none; margin: 0 5px; }
.footer-nav a:hover { text-decoration: underline; }