/* Footer Styles */
footer.footer {
    background: #660606;
    color: white;
    padding: 10px 20px;
    text-align: center;
    font-size: 12px;
    flex-shrink: 0;
}

.footer-inner {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

footer.footer .footer-note {
    display: block;           /* Blockelement */
    color: #bbb;
    font-size: 10px;
    margin-top: 4px;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    clear: both;              /* Falls floated-Elemente im Footer sind */
}