
/*Barrierefreiheit Anpassungen - Start*/

html {
    /*!*Zoomen*!*/
    /*margin: auto;*/
    /*transform-origin: center top 0px;*/
    /*scale: 2;*/
    /*!*1000 / scale*!*/
    /*width: 50%;*/

    /*font-size: 30px;*/

    /*word-spacing: 1.5rem*/

    /*filter: grayscale(1);*/

}

p, li, td, th {
    /*word-spacing: 1.5rem;*/
    /*line-height: 2rem!important;*/
}

img {
    /*display: none!important;*/
}

/*a {*/
/*    border: solid 0.2rem black!important;*/
/*}*/
/*a:hover, a:focus {*/
/*    background-color: black!important;*/
/*    color: white!important;*/
/*    border: solid 0.2rem red!important;*/
/*}*/

/*Barrierefreiheit Anpassungen - Ende*/

footer .bg-white {
    color: black;
}

footer .bg-white a {
    color: #164194;
}
