/*
 * External-link marker.
 *
 * Font Awesome Free 5 uses "Font Awesome 5 Free" at weight 900. The former
 * Customizer rule targeted the Font Awesome 4 family "FontAwesome", which is
 * not provided by the locally installed font files.
 */
html body a[href^="https://"]:not([href*="bam80fd.myrdbx.io/"]):not([href*="osteopathie-am-tegernsee.de/"]):not([href*="osteopathie-lieser.de/"]):not([href*="ads-profi.com"])::after {
	content: " \f35d" !important;
	display: inline-block;
	margin-left: 5px;
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	line-height: 1;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

/*
 * Navigation links stay visually clean, including genuinely external CTAs.
 * The ID selectors deliberately outrank the legacy Additional CSS selector.
 */
html body #masthead a[href^="https://"]::after,
html body #site-navigation a[href^="https://"]::after,
html body #sticky-navigation a[href^="https://"]::after,
html body #generate-slideout-menu a[href^="https://"]::after {
	content: none !important;
	display: none !important;
	margin-left: 0 !important;
}
