.footer-main>.container, .cms-section .footer-main>.boxed, .footer-bottom,
.header-main{
    background-color: #188534 !important;
}
/* Größere Schrift */
html,body {
    font-size: 17px;

}
.main-navigation .container, .main-navigation .cms-section .boxed, .cms-section .main-navigation .boxed{
    max-width: 60rem !important;
}
@media screen and (max-width: 1280px){
    .main-navigation .container, .main-navigation .cms-section .boxed, .cms-section .main-navigation .boxed{
        max-width: none !important;
    }
}

/* Hoher Kontrast für Links
a {
    color: #005a9e;
    background: #fff;
    text-decoration: underline;
}*/

/* Fokus deutlich sichtbar */
:focus {
    outline: 3px dashed #ffbf47;
    outline-offset: 2px;
}
