/* Textlinks in redaktionellen Unterseiten, passend zur Startseite. */
body main :is(.article-body,.personal-advice) a[href]:not(.button):not(:has(img,svg)):not([href^="tel:"]):not([href^="mailto:"]){color:#007f8b;font-weight:700;text-decoration:none;overflow-wrap:anywhere}
body main :is(.article-body,.personal-advice) a[href]:not(.button):not(:has(img,svg,.link-text-arrow)):not([href^="tel:"]):not([href^="mailto:"])::after{content:"↗︎";display:inline-block;margin-left:.5em;font-family:Arial,sans-serif;font-weight:900;-webkit-text-stroke:.6px currentColor;white-space:nowrap;text-decoration:none}
body main :is(.article-body,.personal-advice) a[href]:not(.button):not(:has(img,svg)):not([href^="tel:"]):not([href^="mailto:"]):hover{color:#109e9e;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:4px}
body main :is(.article-body,.personal-advice) a[href]:focus-visible{outline:2px solid #007f8b;outline-offset:4px}
@media(hover:none) and (pointer:coarse){body main :is(.article-body,.personal-advice) a[href]::after{-webkit-text-stroke:1px currentColor}}
