/* Links unter "read more" */
#foldernav a {
    color: #316F78 !important;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

/* Links in der rechten Inhaltsnavigation */
#content-nav a {
    color: #316F78 !important;
    font-weight: 500;
}

/* Breadcrumbs und normale Links im Inhaltsbereich */
.right-column .content a {
    color: #316F78;
}

/* Hover und Tastaturfokus */
#foldernav a:hover,
#foldernav a:focus-visible,
#content-nav a:hover,
#content-nav a:focus-visible,
.right-column .content a:hover,
.right-column .content a:focus-visible {
    color: #E66133 !important;
}

/* Darkmode- und Login-Leiste links vollständig ausblenden */
#left-column .toolbar {
    display: none !important;
}