footer {
    margin: 0 auto; /* Zentriert das Element */
    height: 54px;
    background: #111;
    max-width: 1200px;
    color: #ccc;
    padding: 5px 0;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: Arial, sans-serif;
}

.footer-links a {
    color: #aaa;
    text-decoration: none;
    margin: 0 10px;
    font-size: 14px;
    transition: color 0.2s ease;
}

.footer-links a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-copy {
    text-align: center;
    margin-bottom: 10px;
    font-size: 14px;
}

.footer-links {
    text-align: center;
    margin-top: 5px;
}


