@charset "utf-8";
/* Grundlegende Formatierungen */
body {
	font-family:Arial;
	font-size:16px; 
	line-height: 150%; 
	margin:0 0 0 0
	}
p {
	padding-left:0px;
	padding-right:0px;
	}
.betont {
	font-weight:bold;
	}
.no-flow {
	clear:both;
	}
.seperator {
	height:30px;
	display:block;
}	

/* Überschriften */
H1 {
	color:#ff6600; 
	font-size:24px; 
	padding-left:0px;
	}
H2 {
	color:#ff6600; 
	font-size:20px; 
	padding-left:0px;
	}
H3 {
	color:#ff6600; 
	font-size:20px; 
	padding-left:0px;
	}

/* Listen */
li, li li, li li li {
	list-style-type: disc;
	}

.space {
	display:none;
	}
.content {
	padding-top:10px; 
	background:#fff; 
	float: left; 
	width:100%; 
	max-width:1000px;
	}

/* Menü */
#menu {
	display:none;
	} 
#menu li.unterpunkt {
	display:none;
	}
.menu-open {
    display:none;
	}
.after-menu {
	display:none;
	}

/* Teaser */
.teaser-img {
	padding-top:0px; 
	padding-bottom:10px;
	}

.teaser-1-3, .teaser-2-3, .teaser-3-3  {
	width:300px;  
	float:none; 
	padding-right:0px; 
	text-decoration:none; 
	margin:0px auto;
	}

a.teaser-link:link, a.teaser-link:visited {
	display:block; 
	width:300px;  
	text-decoration:none; 
	border:0px; 
	z-index:2;
	color:#fff; 
	border-bottom-width:2px; 
	border-top-width:2px; 
	border-bottom-style:solid;  
	border-top-style:solid;
	}
	

/*Fehlerseiten*/
.fehlerheadline {color:#ff0000; width:50%; float:left;font-size:24px;}
.fehlerdetail {padding-left:50%;}

/* Grafiken */
.fotorama {  
    display:none;
	}
.parallax {  
    display:none;
	}
.img-icon {
	margin-bottom:0px; 
	margin-top:0px; 
	margin-left:5px; 
	margin-right:5px; 
	padding-top:0px; 
	float:left;
	width:auto;
	}
.img {
	margin-bottom:10px; 
	margin-top:10px; 
	margin-left:10px; 
	margin-right:10px; 
	float:left; 
	}	

	}
.logo {
	display:none;
	}

/* Accordion */	
	
.accordion {
	background-color: #fff;
	font-size: 16px;
	color: #ff6600;
	font-weight: bold;
	cursor: pointer;
	padding: 10px;
	padding-left:0px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	transition: 0.4s;
	}

.active, .accordion:hover {
	background-color: #ccc; 
	}

.panel-h {
	color: #ff6600;
	}
.panel {
	background-color: #fff;
	display:block;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	padding-left: 0px;
	padding-right: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-width:0px;
	border-left-width:0px;
	border-bottom-width:0px;
	border-color: #fff;
	}
.panel-end {
	width:100%;
	height: 0px;
	background-color: #fff;
	}
	



/*Footer*/
.footer {
	display:none;
}
.print-footer {
	margin: 20px 20px 0px 20px; 
	padding-top:5px; 
	text-align:right; 
	padding-right:0px; 
	font-weight:bold; 
	font-size:12px; 
	border-top:1px solid #ff6600;
	}

a.footer-link:link, a.footer-link:visited  {
	color: #000000; 
	text-decoration : underline;
	} 
a.footer-link:hover {
	color: #59585A; 
	text-decoration : none;
	}

/* Links ohne spezielle Klasse */
a, a:link, a:visited  {
	color: #000000; 
	text-decoration: underline;
	}
a:hover {
	color: #59585A;
	text-decoration: none;
	}

}	