/*
    Copyright (c) 2026 Markus Lorenz.
    Licensed under MIT license.
*/

#navbarCollapse {
    font-size: 0.90em;
}

.container {
    /* Insgesamt größere Schrift auf der ganze Seite */
    font-size: 1.1em;
    /* Menüleiste soll nicht den Inhalt überdecken */
    margin-top: 5em;
    /* Inhalte sollen nicht zu breit sein */
    max-width: 1000px!important;
}

/* Aufgrund des fixierten Menüs müssen Seitensprünge etwas Platz nach oben lassen */
h1 {
    scroll-margin-top: 3em;
}

#theme-btn {
    margin-left: 10px;
    padding-top: 7px;
    font-size: 1.5rem;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.5rem;
    filter: grayscale(100%) brightness(1.0);
}

.card-subtitle {
    font-size: 0.9em;
    margin-top: 0;
    padding-bottom: 0.4em;
}
.card-body h3 {
    font-size: 1em;
}

.card-text {
    line-height: 1em;
}

.card-text p {
    margin-bottom: 0.5em;
}

.references li {
    margin-bottom: 0.5em;
}

.references h2 {
    font-size: 1.5em;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

.icon-list {
    list-style-type: none;
    padding-left: 0.3em;
}
