.footer {
    background-color: #044C7E !important;
    /* dein Logo-Dunkelblau statt reinem Schwarz */
}

.footer a:hover {
    color: #044C7E;
    /* schönes helleres Blau beim Hover */
    text-decoration: none;
}