/*p.indent {
    padding-left: 3em;
}

h1, h2, h3, h4, h5, h6 {
    text-align: left;
}

#content-wrapper {
    max-width: 80em;
    text-align: justify;
}

.toc ol {
    padding-left: 1em;
    display: table;
    counter-reset: licounter;
}

    .toc ol > li {
        display: table-row;
    }

        .toc ol > li:before {
            content: counters(licounter, ".") ".";
            counter-increment: licounter;
            display: table-cell;
            padding-right: .5em;
        }

.faq-content {
    counter-reset: h2counter;
}*/
	/*
    .faq-content h2:before {
        content: counter(h2counter) ".";
        counter-increment: h2counter;
        padding-right: .5em;
    }
	*/
/* Temporäre Lösungsvariante zur Adressierung der Mängel gem. 2.4.7a Aktuelle Position des Fokus deutlich des DZB Prüfberichts */

/*	a:focus   { background-color: #67cea6; color: black;}
	a:hover   { background-color: #67cea6; color: black;} */
	/*a:active   { background-color: #67cea6; color: black;} */