html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, em, img, ol, ul, li, form, table, tbody, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}
* {
	box-sizing: border-box;
}
img {
	border-style: none;
}
.noborder {
	border-style: none !important;
}
table {
	border-collapse: collapse;
}
td {
	vertical-align: top;
}
body {
	color: #ffffff;
	margin: 0;
	font: normal 18px/1.4 Helvetica, Verdana, Arial, sans-serif;
	width: 100%;
	height: 100%;
	overflow: auto;
	padding: 0;
	background-color: #ffffff;
}
/*linksteuerung*/
a, a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}
/*farben*/
.rot {
	color: #891002;
}
.schwarz {
	color: #000000;
}
.weiss {
	color: #ffffff;
}
/* schriftformatierung:headline			h1kleine headline		h2überschrift			h3kleine überschrift	h4					h5z.B. Datum in News	h6normale Schrift		pkleine Schrift		span klein */
h1, h2, h3, h4, h5, h6, p, ul {
	margin-bottom: 0.5em;
}
h1 {
	font-size: 3rem;
}
h2 {
	font: 1.8rem;
	display: inline-block;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
h3 {
	font: 1rem;
}
p {
}
ul {
}
li {
	margin-left: 1rem;
	position: relative;
}
.small, .kl {
	font-size: 0.7rem !important;
}
/*cms*/
.fliessend {
	float: left;
	margin-right: 1em;
	display: block;
	margin-bottom: 0.5em;
}
.trennlinie, hr {
	font-size: 0;
	width: auto;
	height: 0;
	clear: both;
	border-bottom: 1px solid #999999;
	margin-top: 1em;
	margin-bottom: 1em;
}
.b {
	font-weight: bold;
}
.i, .italic {
	font-style: italic;
}
.u, .underline {
	text-decoration: underline;
}
.links, .l {
	text-align: left !important;
}
.center, .c {
	text-align: center !important;
}
.rechts, .r {
	text-align: right !important;
}
/*
elemente
*/
.hide {
	display: none;
}
.clearer {
	clear: both;
}
.clearfix {
	display: flow-root;
	float: none;
}
.clearfix::after {
	content: "";
	display: table;
	clear: both;
}
/*
seite
*/
.main {
	width: 100%;
	height: 100%;
	background-color: #891002;
	color: #ffffff;
	text-align: center;
}
.content {
	width: calc(100% - 8rem);
	max-width: 990px;
	margin-right: auto;
	margin-left: auto;
}
header img {
	margin-top: 2rem;
	margin-bottom: 2rem;
	width: 12rem;
	max-width: 80%;
	height: auto;
}
section {
	padding-bottom: 2rem;
}
section img {
	width:  100%;
	max-width: 990px;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
footer {
	color: #000000;
	padding-top: 2rem;
}
footer a, footer a:visited {
	color: #000000;
	text-decoration: none;
}
footer a:hover {
	color: #000000;
	text-decoration: underline;
}
footer h3 {
	border-bottom: 1px solid #999999;
	line-height: 200%;
}
footer ul {
	margin-top: 2rem;
	margin-bottom: 2rem;
	width: 49%;
	display: inline-block;
}
footer li {
	font-size: 0.9rem;
	list-style: none;
	background-repeat: no-repeat;
	background-position: 0 0.1rem;
	padding-left: 1.2rem;
	margin-left: 0;
}
footer li.addresse {
	background-image: url(location.svg);
	background-size: auto 1rem;
}
footer li.telefon {
	background-image: url(telefon.svg);
	background-size: auto 0.8rem;
}
footer li.mail {
	background-image: url(mail.svg);
	background-size: auto 0.8rem;
}










footer p {
	border-top: 1px solid #999999;
	font-size: 0.8rem;
	text-align: center;
	line-height: 300%;
}
/*
smartmenü
*/
@media(max-width: 1000px) {
	body {
		font-size: 14px;
	}
	.content {
		display: none;
	}
}