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>a {
    background-color: #E7E7E7 !important;
}

.buttons-print {
    display: none;
}

.bw {
    filter: grayscale(100%);
}