/* oberer Footer-Balken */
footer .footer-top {
    background-color: #9EB0BD !important;
}

/* unterer Footer-Balken */
footer .footer-bottom {
    background-color: #ced5dc !important;
}

/* Container im Footer wie den Seiten-Container zentrieren */
footer .footer-top > .container,
footer .footer-bottom > .container {
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 15px;
    padding-right: 15px;
}

/* Spalten im Footer nicht nebeneinander floaten lassen,
   sondern als Block zentrieren */
footer .footer-top .row > div,
footer .footer-bottom .row > div {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
/* störende Box rechts im unteren Footer ausblenden */
#accessibilityLinkContainer {
    display: none !important;
}

/* unteren Footer-Text innerhalb des Containers zentrieren */
footer .footer-bottom .row {
    justify-content: center !important;
    text-align: center;
}
