<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 23px;
	margin: 0px;
	padding: 0px;
	color: #323232;
	background-image: url('bgw.gif')
}

#header {
	max-width: 768px;
	height: auto;
}

#impressum {
	font-size: smaller;
	width: 600px;
}

hr {
	color: black;
	background-color: black;
	height: 1px;
	width: 600px;
	border: none;
	margin-top: -15px;
	margin-bottom: 20px;
	text-align: left;
}

#refresh {
	float: left;
	width: 250px;
	height: 25px;
	font-size: 12pt;
	color: black;
}
#wrapper {
	/* width: 100%; */
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	min-height: 100%;
}
#innerwrapper {
	max-width: 768px;
	margin-left: 165px;
	box-shadow: 0px 0px 7px grey;
	background-color: white;
}
.fb-like {
	margin-bottom: 10px;
	margin-top: 10px;
	width: 300px;
}

#content {
	margin: 5px;
	max-width: 768px;
	overflow: hidden;
	clear: both;
}

.date {
	background-color: black;
	color: white;
	line-height: 23px;
	padding: 5px;
	display: block;
}
.text {
	padding: 5px;
	margin-bottom: 1em;
	display: block;
	text-align: justify;
}
#sub {
	background-color: black;
	color: white;
	width: 764px;
	height: 30px;
	line-height: 30px;
	font-size: larger;
	padding-left: 5px;
}

a {
	color: black;
}

.ad {
	position: absolute;
	right: 0px;
	top: 520px;
}

.ad2 {
	position: absolute;
	left: 0px;
	top: 520px;
}

img {
	max-width: 100%;
	height: auto;
}

#refresh {
	display: none;
}
/*
@media only screen and (min-width: 600px) and (max-width: 768px) {
	#wrapper {
		box-shadow: none;
		margin: 0px;
	}
	#innerwrapper {
		width: 100%;
		margin-left: 0px;
	}
	.ad, .ad2 {
		display: none;
	}
}
*/
@media only screen and (max-width: 768px) {
	#refresh {
		display: block;
		background-color: black;
		width: 100%;
		height: 23px;
		text-align: center;
		position: fixed;
		top: 0px;
		z-index: 99;
		box-shadow: 0px -5px 8px 5px black;
		
	}
	#refresh a{
		color: white;
		text-decoration: none;
	}
	
	.icon {
		width: 10px;
		height: auto;
	}
	#wrapper {
		width: 100%;
		box-shadow: none;
		margin: 0px;
		padding: 0px;
	}
	#innerwrapper {
		width: 100%;
		margin-left: 0px;
	}
	#content {
		margin: 0px;
	}
	img {
		width: 100%;
	}
	#sub {
	display: none;
	}
	.fb-like {
		margin-top: 100px
	}
	#header {
		position: relative;
		top: 23px;
		z-index: 1;
	}
	.ticker {
		margin-left: 5px;
		line-height: 20px;
		-moz-hyphens: auto;
		-o-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}
	.ad, .ad2 {
		display: none;
	}
	#adw {
		position: relative;
		top: 23px;
	}
	#social {
		margin-top: 50px;
	}
}
@media only screen and (max-width: 933px) {
	.ad {
		display: none;
	}
}</pre></body></html>