.aktuelles {
	width: 100%;
	height: auto;
}

h1 {
	font-family: "Raleway", Sans-serif;
	font-size: clamp(30px, 10vw, 100px); /* min, prefered, max */  /* Schriftgröße basierend auf der Bildschirmbreite */
    line-height: 1.2em; /* Zeilenhöhe als Faktor der Schriftgröße */
	font-weight: 900;
	letter-spacing: 2.4px;
	color: #78a8a6;
	text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff,
	1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}


h2 {
	font-family: "Raleway", Sans-serif;
	font-size: clamp(30px, 8vw, 90px); /* min, prefered, max */  /* Schriftgröße basierend auf der Bildschirmbreite */
    line-height: 1.2em; /* Zeilenhöhe als Faktor der Schriftgröße */
	font-weight: 900;
	color: #78a8a6;
	text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff,
	1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}