@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: none;
}

#superbgimage {
	display:none;
}

div.superbg {
	z-index: 3;
	margin:-3px 0 0 0;
}

img.activeslide {
	position: static !important;
	height: auto !important;
	width:100% !important;
	min-height: 118px !important;
}

div.orangestripe {
	height: 40px;
	width: 100%;
	background:#ee7304;
	position: absolute;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 90%;
	color:#666;
	line-height:1.5em;
}

p {
	margin: 0 0 15px 0;
}

h1 {
	color:#ee7304;
	line-height:1.3em;
	font-size: 31px;
}

h2 {
	color: #ee7304;
	line-height:1.3em;
	margin: 1.5em 0 0.5em 0;
}

h3 {
	color: #ee7304;
	margin: 1.5em 0 0.5em 0;
	line-height:1.3em;
}

h4 {
	color: #ee7304;
	margin: 1.5em 0 0 0;
	line-height:1.3em;
}

.legalnotes {
	margin: 0 10px 0 0;
}

div.page {
	width: 820px;
	min-height:500px;
	margin:-6px auto auto auto;
	padding: 0 0 0 20px;
}

div.opacity {
	height:118px;
	width: 100%;
	background: rgba(255, 255, 255, 0.65);
	position: absolute;
	top: 0;
	left: 0;
}

div.logo {
	width:820px;
	height:118px;
	margin:24px auto auto auto;
	padding: 0 0 0 20px;
}

/*Navigation*/

div.nav {
	position: relative;
}

div.nav ul {
	display: flex;
}

div.nav ul a, div.nav ul li.active {
	text-decoration: none;
	color:#fff;
}

div.nav ul li:first-child {
	border-left: 2px solid #fff;
}

div.nav ul li {
	display: block;
}

div.nav ul li a, div.nav ul li.active span {
	display: block;
	height:30px;
	border-right: 2px solid #fff;
	padding: 10px 15px 0 15px;
}

div.nav ul li.active {
	background: #944701;
}

/*Content*/

div.content {
	margin:88px 0 0 0;
	float: left;
}

div.siegel {
	margin: 168px 0 0 0;
}

div.siegel img:first-child {
	margin: 0 0 20px 57px;
}

div.siegel.home img:first-child {
	margin: -42px 0 20px 57px;
}

div.siegel img {
	margin: 0 0 20px 60px;
}

div.text {
	margin:40px 0 0 0;
	width: 550px;
}

div.text a {
	color:#666;
}

div.text ul {
	margin: 0 0 15px 0;
}
div.text ul li{
	list-style: square;
	margin: 0 0 0 17px;
}

div.littlestripeabovecontact {
	height:2px;
	width: 45px;
	margin:60px 0 10px 0;
	background: #ee7304;
}

div.bottomstripe {
	height: 10px;
	width:100%;
	background: #ee7304 bottom;
}

ul.information {
	margin: 0 0 15px 0;
	list-style-type: square;
}

/*Kontakt*/

div.vorstand {
	margin: 0 0 20px 0;
}
div.vorstand img {
	float: left;
	margin: 0 25px 0 0;
}
div.vorstand div.text {
	float: left;
	width: 350px;
	margin: 0;
}


/*Contact*/

div.contact {
	margin: 0 0 60px 0;
}

div.contact a {
	text-decoration: none;
	color:#666;
}

div.contact span {
	font-weight: bold;
}

div.clear {
	clear: both;
}