<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    height: 100%;
    padding-top: 100px;
    padding-bottom: 20px;
    display: none;
}

/* patch DrÃ¼ck Tabelle */
body.dt-print-view {
    display: contents;
}

@media (min-width:500px) {
    body {
        padding-top: 70px;
    }
}


/* Ãœbergreifend Ã¼ber alle Seiten oben links in der Navigation der Wahltermin */

div.header_title {
    display: block;
    font-size: 18px;
    text-shadow: 0 1px 0 #FFFFFF;
    font-weight: bold;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


/* Ãœbergreifend Ã¼ber alle Seiten oben links in der Navigation die BehÃ¶rde (unter dem Wahltermin) */

div.header_subtitle {
    color: #4b4b4b;
    text-shadow: #FFFFFF 0px 1px 0px;
    line-height: 14px;
    font-size: 12px;
}


/* Ãœberschreibt den Hintergrund der aktiven Links*/

.active&gt;a {
    background-color: #E7E7E7 !important;
}

.buttons-print {
    display: none;
}

.bw {
    filter: grayscale(100%);
}</pre></body></html>