
.hyphenated-text, body {
-webkit-hyphens: auto; /* Safari, älteres Chrome */
-ms-hyphens: auto; /* IE 10+, älteres Edge */
hyphens: auto; /* Standard */
/* Optional: Grenzen für die Trennung */
-webkit-hyphenate-limit-before: 3;
-webkit-hyphenate-limit-after: 2;
hyphenate-limit-chars: 6 3 2;
}