/* Dies sind noch alte CSS Einstellungen; sie lassen sich aber nicht ohne weiteres
   komplett an BOOTSTRAP anpassen bzw. ersetzen.
   - alle px Maße durch rem ersetzt
   tbr, 04.08.2023 */

.container {
    /* leer, wurde früher mal verwendet */
}

.content {
    /* leer, wurde früher mal verwendet */
}

.top {
    font-size: 0.9rem;
    margin: 0 0 1.0rem 0;
    text-align: right
}

.important {
    background-color: var(--bs-red-400);
    border: thin solid var(--bs-red-600);
    border-radius: var(--bs-border-radius);
    border-width: thin;
    color: var(--bs-white);
    font-style: italic;
    margin: .5rem 0 .5rem 0;
    padding: .5rem;
    text-align: left
}

.imgleft {
    height: auto;
    max-width: 44%
}

blockquote {
    background-color: var(--bs-gray-200);
    border: thin solid var(--bs-gray-500);
    border-radius: var(--bs-border-radius);
    border-width: thin;
    font-style: normal;
    padding: .5rem
}

cite,
reference {
    color: var(--bs-red-600);
    font-size: 0.9rem;
    font-style: italic
}

red {
    color: var(--bs-red-600);
}

figcaption {
    color: var(--bs-secondary-color);
    font-size: 0.9rem;
    font-style: italic;
    text-align: left
}

/* not used yet */
.done {
    text-decoration: line-through
}
