:root {
    --acc-blue: #0c5782;
    --acc-white: white;
    --acc-black: black;
    --acc-font-lato: Lato, sans-serif;
    --acc-grau: #ebebeb;
    --acc-bg-grau: #ebebeb;
}

*:focus, *:focus-visible {
    border-color: var(--acc-blue) !important;
    outline: auto;
}
.acc_close_text {
    font-size: 17px;
    font-family: var(--acc-font-lato);
    font-weight: bold;
}
.acc_close_text {
    float: left;
    margin-left: 10px;
}

#tm-accessibility {
    position: fixed;
    top: 3em;
    right: 1em;
    z-index: 101;
}

@media (max-width: 1020px) {
    #tm-accessibility {
        right: 3em;
    }
}

#acc_close svg {
    width: 13px;
    fill: var(--acc-white);
    vertical-align: middle;
}
.tm-accessibility-logo {
    cursor: pointer;
}
.tm-accessibility-logo > img {
    width: 60px;
}
.tm-accessibility-inner {
    position: fixed;
    width: 300px;
    top: 110px;
    right: 0;
    visibility: hidden;
    opacity: 0;
    background-color: rgb(255 255 255 / 70%);
    -webkit-transition: visibility 0.5s, opacity 1s ease;
    transition: visibility 0.5s, opacity 1s ease;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    border-radius: 10px 0 0 10px;
    overflow: hidden;
}
.tm-accessibility-inner.show {
    visibility: visible;
    opacity: 1;
}
.tm-accessibility-inner > button {
    display: flex;
    border: 0;
    background-color: var(--acc-blue);
    color: var(--acc-white);
    width: 100%;
    padding: 15px 0;
    cursor: pointer;
    align-items: center;
}
.tm-accessibility-inner > button > span:first-child {
    float: left;
    margin-left: 15px;
}
.tm-accessibility-body, .tm-accessibility-footer {
    background-color: var(--acc-white);
    padding: 15px 0;
}

.accessibility-block {
    padding: 5px 15px 0;
}
.accessibility-block > label {
    font-size: 20px;
    font-family: var(--acc-font-lato);
    font-weight: bold;
    padding: 7px 0;
    border-bottom: 1px solid #e7e7e7;
    display: block;
    color: var(--acc-blue);
    cursor: pointer;
}
.accessibility-block:last-child > label {
    border-bottom: 0;
}
.accessibility-block > label > span {
    position: relative;
    float: right;
    font-weight: 900;
    font-size: 17px;
}
.accessibility-block > label > span:after,
.accessibility-block > label.show > span:after {
    position: absolute;
    right: 0;
}

.accessibility-block > label > span:after {
    content: '\f067';
    font-family: 'Font Awesome 5 Free', sans-serif;
}
.accessibility-block > label.show > span:after {
    content: '\f068';
    font-family: 'Font Awesome 5 Free', sans-serif;
}
.accessibility-block > div > div {
    padding: 10px 0 0;
}
.accessibility-block > div > div > div {
    display: flex;
    flex-wrap: wrap;
}
.accessibility-block > div > div > label {
    display: block;
    margin-bottom: 7px;
    font-family: var(--acc-font-lato);
    font-size: 17px;
    font-weight: bold;
    color: black;
}
.accessibility-block > div > div button {
    background-color: var(--acc-bg-grau);
    color: var(--acc-black);
    padding: 10px 15px;
    border: 0;
    border-radius: 25px;
    cursor: pointer;
    margin-right: 5px;
    margin-bottom: 5px;
}
.accessibility-block > div > div button:hover,
.accessibility-block > div > div button.active {
    background-color: var(--acc-blue);
    color: var(--acc-white);
}

body.acc_text_font_family {
    /*font-family: ;*/
}
html.acc-fs-0{
    -webkit-filter: saturate(0);
    filter: saturate(0);
}
html.acc-fs-05{
    -webkit-filter: saturate(0.5);
    filter: saturate(0.5);
}
html.acc-fs-15{
    -webkit-filter: saturate(1.5);
    filter: saturate(1.5);
}
html.acc-ct-invert {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}
html.acc-ct-dark {
    -webkit-filter: saturate(0);
    filter: saturate(0);
}
html.acc-ct-dark body * {
    color: #fff !important;
    border-color: #fff;
    background-color: #222;
}
html.acc-ct-light {
    -webkit-filter: saturate(0);
    filter: saturate(0);
}
html.acc-ct-light body * {
    color: #222 !important;
    border-color: #222;
    background-color: #fff;
}
html.acc_hide_images_on body img {
    visibility: hidden;
}
html.acc_hide_images_on body .tm-accessibility-logo > img {
    visibility: visible;
}
#acc_reset {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    border-left: 1px solid white;
}
#acc_reset svg {
    width: 16px;
    fill: white;
}
.sonder-active ul { display: block !important }


html body #acc_reading_guide_tool {
    display: none;
    z-index: 9999;
    position: fixed;
    left: 0;
    width: 100vw;
    background-color: #222;
    pointer-events: none;
}
html body #acc_reading_guide_tool > span {
    display: block;
    position: relative;
    width: 0;
    height: 0;
}
html body #acc_reading_guide_tool > span:before,
html body #acc_reading_guide_tool > span:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
}

.acc_reading_guide_on.acc_rg_small body #acc_reading_guide_tool {
    display: block;
    height: 3px;
    -webkit-box-shadow: 0 0 0 2px #fff;
    box-shadow: 0 0 0 2px #fff;
}
.acc_reading_guide_on.acc_rg_small body #acc_reading_guide_tool span:before {
    border-right: solid 9px transparent;
    border-left: solid 9px transparent;
    border-bottom: solid 9px #fff;
}
.acc_reading_guide_on.acc_rg_small body #acc_reading_guide_tool span:after {
    border-right: solid 6px transparent;
    border-left: solid 6px transparent;
    border-bottom: solid 6px #222;
}
.acc_reading_guide_on.acc_rg_medium body #acc_reading_guide_tool {
    display: block;
    height: 5px;
    -webkit-box-shadow: 0 0 0 3px #fff;
    box-shadow: 0 0 0 3px #fff;
}
.acc_reading_guide_on.acc_rg_medium body #acc_reading_guide_tool span:before {
    border-right: solid 15px transparent;
    border-left: solid 15px transparent;
    border-bottom: solid 15px #fff;
}
.acc_reading_guide_on.acc_rg_medium body #acc_reading_guide_tool span:after {
    border-right: solid 10px transparent;
    border-left: solid 10px transparent;
    border-bottom: solid 10px #222;
}
.acc_reading_guide_on.acc_rg_large body #acc_reading_guide_tool {
    display: block;
    height: 8px;
    -webkit-box-shadow: 0 0 0 4px #fff;
    box-shadow: 0 0 0 4px #fff;
}
.acc_reading_guide_on.acc_rg_large body #acc_reading_guide_tool span:before {
    border-right: solid 22px transparent;
    border-left: solid 22px transparent;
    border-bottom: solid 22px #fff;
}
.acc_reading_guide_on.acc_rg_large body #acc_reading_guide_tool span:after {
    border-right: solid 16px transparent;
    border-left: solid 16px transparent;
    border-bottom: solid 16px #222;
}

.acc_reading_mask_on.acc_rm_small body #acc_reading_mask_tool {
    display: block;
}
.acc_reading_mask_on body #acc_reading_mask_tool span:first-child {
    z-index: 99999;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.6);
    border-bottom: 5px solid #fff;
    pointer-events: none;
}
.acc_reading_mask_on body #acc_reading_mask_tool span:last-child {
    z-index: 99999;
    display: block;
    position: fixed;
    bottom: 0;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.6);
    border-top: 5px solid #fff;
    pointer-events: none;
}
.acc_reading_mask_on.acc_rm_small body #acc_reading_mask_tool span:first-child {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}
.acc_reading_mask_on.acc_rm_small body #acc_reading_mask_tool span:last-child {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}
.acc_reading_mask_on.acc_rm_medium body #acc_reading_mask_tool span:first-child {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
}
.acc_reading_mask_on.acc_rm_medium body #acc_reading_mask_tool span:last-child {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}
.acc_reading_mask_on.acc_rm_large body #acc_reading_mask_tool span:first-child {
    -webkit-transform: translateY(-150px);
    transform: translateY(-150px);
}
.acc_reading_mask_on.acc_rm_large body #acc_reading_mask_tool span:last-child {
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
}




/* Footer */
.tm-accessibility-footer {
    border-top: 1px solid #e2e2e2;
    padding: 8px;
    font-size: 0.5rem;
    text-align: center;
}
