/* fonts.css - Utility-Klassen.
 *
 * Frueher: Stub-Eintraege fuer FontAwesome- und Material-Design-Icons-
 * Webfonts (~110 KB CSS, 1500+ Glyph-Regeln). Mit der Lucide-Inline-SVG-
 * Migration (siehe css/refresh.css Block 23) komplett entfernt; die paar
 * Bootstrap-Utility-Klassen, die hier zufaellig mit drinstanden, bleiben.
 */

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}
