.hidden {
    display: none !important
}

.doc .admonitionblock .icon {
    border-radius: 1rem;
}

.text-red {
    color: red;
}

.text-color-link {
    color: #1565c0;
}

.text-green {
    color: green;
}

.lf-footer-text {
    font-size: small;
}

.margin-left-20px {
    margin-left: 20px;
    padding-left: 20px;
}

.doc table.tableblock th {
    font-size: medium;
    background-color: #e1e1e1;
}

.doc table.tableblock td {
    font-size: medium;
    background-color: #fafafa;
}

.doc hr {
    border: solid #e1e1e1;
    border-width: 1px 0 0;
    height: 0
}

.color_fafafa {
    background-color: #fafafa;
}

.keepwords {
    word-break: keep-all;
    word-wrap: normal;
    overflow-wrap: normal;
}

/*
Avoids line breaks
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/nobr
*/
.nobr {
    white-space: nowrap;
}

.doc table.lftable th {
    font-size: large;
    background-color: #e1e1e1;
}

.doc table.lftable td {
    font-size: large;
    background-color: #fafafa;
}

.doc table.lf-nav-table-01 td {
    background-color: #ffffff;
}

.lf-nav-text-01 {
    color: #8e8e8e;
    font-size: .75em;
    padding-bottom: .1em;
}

.doc .sidebarblock {
    background: #fafafa;
    border-radius: .1rem;
    padding: .75rem 1.5rem
}

i.fa[class^='icon-'],
i.fa[class*=' icon-']::before {
    content: "";
    height: 1.25rem;
    width: 1.25rem;
    margin-right: 0.25rem;
    margin-left: -0.5rem;
}

i.fa.icon-note::before {
    background: no-repeat url("../img/note.svg");
}

i.fa.icon-tip::before {
    background: no-repeat url("../img/tip.svg");
}

i.fa.icon-important::before {
    background: no-repeat url("../img/important.svg");
}

i.fa.icon-warning::before {
    background: no-repeat url("../img/warning.svg");
}

i.fa.icon-caution::before {
    background: no-repeat url("../img/caution.svg");
}

nav.pagination .prev::before {
    content: "Zurück"
}

nav.pagination .next::before {
    content: "Weiter"
}

