/* Ausblenden von Text. Logo ist über cfg konfiguriert */
/* div.sphinxsidebarwrapper h1 { */
/*     font-size: 10px; */
/* } */
/* Ausrichtung des Logos */
div.sphinxsidebarwrapper p.logo {
    text-align: left;
}
a.reference.external svg {
    width: .6em;
    height: .6em;
}
table {
    box-shadow: none !important;
    width: 100%;
}
table.mfctable, 
table.mfctable td {
    background-color: #f5f2ee;
    border-width: 0 0 0 4px;
    border-color: darkblue;
}
table.noborder {
    margin-left: 0;
}
table.noborder, 
table.noborder td {
    border-width: 0;
    padding: 0;
}
table.noborder td:first-of-type {
    vertical-align: top;
    white-space:nowrap;
    min-width: 8em;
}
/* Stichwortverzeichnis einspaltig */
table.indextable.genindextable {
    width: 100%;
    table-layout: auto;
}
table.indextable.genindextable td {
    width: 100% !important;
    display: block;
}
.shortref-block {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: -20px;
    font-size: 20px;
    font-weight: bold;
}
.shortref-icon {
    width: 24px;
    height: 24px;
}
kbd {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-bottom: 2px solid #bbb;
    border-radius: 4px;
    padding: 2px 6px;
    font-family: monospace;
    font-size: 90%;
    box-shadow: 0 1px 0 rgba(0,0,0,0.1);
}
