@media screen and (max-width: 768px) { /* Passt die Bildschirmgröße an. 768px ist ein gebräuchlicher Wert für Smartphones */
	h1,h2,h3,h4{
	hyphens: auto;
	-webkit-hyphens: auto; /* Für Safari */
	-moz-hyphens: auto; /* Für Firefox */
	-ms-hyphens: auto; /* Für Internet Explorer */
	}
}