/* Link-Zusätze */

.link-underline a:hover,
.link-underline a:focus {
    text-decoration: underline !important;
    text-underline-offset: .3em;
} 

.link-no-underline a {
    text-decoration: none !important;
    line-height: 125%;
} 

.link-no-underline a:hover,
.link-no-underline a:focus {
    text-decoration: underline !important;
    text-underline-offset: .3em;
    line-height: 125%;
}

.link-color-inherit a:hover,
.link-color-inherit a:focus {
    color: inherit !important;
} 

/* Links in Beitragsliste */

.beitragliste-item:hover .link-titel a {
    color: var(--wp--preset--color--secondary);
}
