body.highContrast {
    background-color: white;
    color: black;
}

body.highContrast h1,
body.highContrast h2,
body.highContrast h3,
body.highContrast h4,
body.highContrast h5,
body.highContrast h6 {
    color: black !important;
}

body.highContrast .box {
    background-color: white !important;
    color: black !important;
}

body.highContrast #page a {
    /* color: #0d095f !important; */
    color: #0800aa !important;
    text-decoration: underline !important;
}

body.highContrast #page .button a,
body.highContrast #page button a {
    color: white !important;
    background-color: #0800aa !important;
    text-decoration: none !important;
}

body.highContrast #page .stoerer a {
    color: white !important;
}