
body {
	font-family:'Open Sans', sans-serif;
	font-weight:normal;
	font-size:1rem;
	background-color:#EEE;
}
header {
	background-color:#DDD;
	border:1px solid #666;
	margin-top:0.5rem;
	padding:1rem;
	text-align:center;
}
main {
	margin:10px;
	width:50%;
	margin:0 auto;
}
a {
	text-decoration:none;
}
h1,
h2 {
	margin:0;
	font-size:1rem;
	font-weight:normal;
}
span {
	display:block;
	text-align:right;
	font-size:0.8rem;
}
footer,
div,
article {
	background-color:#FFF;
	border:1px solid #DDD;
	margin:0.25rem 0;
	padding:1rem;
}
div.forumtitle ~ div.forumtitle {
	margin-top:1rem;
}
div.forum p {
	margin:0;
	font-size:0.8rem;
}
article h1,
article h2 {
	border-bottom:1px solid #DDD;
	margin-bottom:0.25rem;
}

footer {
	margin-top:1rem;
	font-size:0.8rem;
	text-align:right;
}

#datenschutz h1 {
	font-size:2rem;
	border-bottom:1px solid #AAA;
	margin-bottom:1rem;
}

#datenschutz h2 {
	font-size:1.5rem;
	border-bottom:1px solid #AAA;
	margin-bottom:1rem;
}

#datenschutz h3 {
	font-size:1.25rem;
	border-bottom:1px solid #AAA;
	margin-bottom:1rem;
	font-weight:normal;
}

#pn {
	display:flex;
	flex-direction:row;
	justify-content:space-between;
}

@media screen and (max-width:1280px) {
	main { width:95%; }
}

