.navbar-brand {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
    padding-top: 0;
    padding-bottom: 0;
    color: #1f6d9b !important;
    font-weight: 900 !important;
    font-size: 1.4em !important;
    line-height: 100%;
}

.navbar-brand small {
    font-size: 0.5em !important;
    position: relative;
    white-space: initial;
}
/* Optimierung der Aktionsspalte, sodass die Icons nicht so schnell in die nächste Zeile umgebrochen werden */
.action-column {
    min-width: 5%;
}

.clickitem {
    cursor: pointer;
}

.breadcrumb {
    padding: .75rem 1rem;
    background-color: #e9ecef;
    border-radius: .25rem;
}

a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
