/* Styles Baustelle Sternwarte-info.de 01-2025 -    12-2025 */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: blue;
	color: white;

h1 {background: linear-gradient(#ffff, #000);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
h2 {background: linear-gradient(#ffff, #000);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
h3 {background: linear-gradient(#fff, #000);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.infobox1 {
	background-color: white;
	color: blue;
	padding: 1rem;
	margin-bottom: 1rem;}

.infobox2 {
	background-color: white;
	color: blueviolet;
	padding: 1rem;
	margin-bottom: 1rem;}

.infobox3 {
	background-color: white;
	color: blueviolet;
	padding: 1rem;
	margin-bottom: 1rem;}

}