/*
 * footer.css — Phase-4.5f.3-Split aus main.css ausgegliedert.
 *
 * Enthaelt nur die Footer-Sektion (Z.1072-1110 in main.css vorher).
 * Geladen auf ALLEN Pages, weil die Site-Site Footer auf allen Pages
 * gleich ist. Loading-Order ist nicht kritisch - der Footer-Selektoren-
 * Bereich kollidiert mit nichts anderem.
 */


/* 10. Footer
--------------------------------------------------------------------------------------------------------*/
#footer {
    margin: 80px 0 0;
    width: 100%;
    z-index: 18;
    position: relative;
    background-color: #eee;
}

#footer .container {
    padding: 35px 10px 31px;
}

footer p {
    font-size: 1em !important;
    padding: 0;
    border: 0;
    text-decoration: none;
    color: #fff;
}

span.padding {
    padding: 0 3px;
}

footer p a {
    text-decoration: none;
    color: #000 !important;
}

footer p a:hover {
    color: #e20024 !important;
}

#footer img {
    margin: 20px 40px 0 0;
}

