/**
 * CLS (Core Web Vitals): nicht von purge-css.mjs anfassen — Selektoren würden sonst ggf. entfernt.
 * Hero-Typewriter: stabile Mindestbreite; Header/Hero: WOW-Einblend oben abschalten.
 */
section#home h2.hs-line-5 .typewrite {
	display: inline-block;
	min-width: min(100%, 26ch);
	vertical-align: baseline;
}

section#home .wow.fadeInUpShort,
header .wow-menubar {
	-webkit-animation: none !important;
	animation: none !important;
	opacity: 1 !important;
	-webkit-transform: none !important;
	transform: none !important;
}
