/*Hilfe - Support Link Layout*/
.support-section a {
    color: #007bff; /* Beispiel-Linkfarbe */
    text-decoration: none;
    font-weight: bold;
}

/*Hilfe  - Support Link hover*/
.support-section a:hover {
    text-decoration: underline;
}

.hyperlink {
    color: #007bff;
}

.hyperlink:hover {
    text-decoration: underline;
}

/*Datenschutz - Links umwandeln*/
.sidebar-link,
.privacy-nav a {
    color: black; /* normale Textfarbe */
    text-decoration: none; /* Unterstreichung entfernen */
    position: relative; /* wichtig für die Linie */
    padding-bottom: 5px; /* Abstand für die Linie */
}

.active-sublink {
    color: black;
    text-decoration: 2px underline;
    text-underline-offset: 9px;
    position: relative;
    padding-bottom: 5px;
}