<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css?family=Exo:400,700,200,400italic,700italic,200italic);

body {
	font-family: "Exo","Arial",sans;
	font-size: 18px;
	line-height: 135%;
	letter-spacing: 0.02em;
	width: 100%;
	height: 100%;
	position: relative;
}

div#bg1 {
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: -10;
	width: 100%;
	height: 100%;
	background: url('/fileadmin/template/bilder/hintergrund.jpg') no-repeat center center fixed;
	background-size: cover;
}

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

u {
	text-decoration: underline;
}

a {
	color: inherit;
	text-decoration: inherit;
}

a.itlink {
	color: rgb(115, 165, 52);
	font-weight: bold;
}

.spanner {
	width: 100%;
	height: 0px;
	clear: both;
}</pre></body></html>