@import url("scripts/formmail/formmail.css");

body {
	margin: 0;
	padding: 0;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
	color: #000;
	background: #eee;
}

a {
	color: #ff961d;
	text-decoration: none;	
	outline: none;
}

a:hover {
	text-decoration: underline;
}


h1 {
	margin: 30px 0 10px 0;
	padding: 0;
	font-weight: 400;
	font-size: 25px;
	color: #ff961d;
	text-shadow: 1px 1px 1px #fff;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	margin: 30px 0 15px 0;
	padding: 0;
	font-weight: 700;
	font-size: 15px;
	color: #484848;;
	/*text-transform: lowercase;*/
}

h1+h2 {
	margin-top: 0;
}


h1:first-child {
	margin: 0 0 10px 0;
}


p + h2 {
	margin: 15px 0 10px;
}


p {
	margin: 0;
	padding: 10px 0;
}

p.kontakt {
	float: left;
	padding: 0;
	width: 80px;
}

p.quelle {
	margin-top: 20px;
	font-size: 11px;
}

h1 + p {
	padding-top: 0;
}

h2 + p, h2 + img + p {
	padding-top: 0;
}

ol {
	margin: 15px 0 10px 15px;
	padding-left: 15px;
}

ul {
	margin: 15px 0 20px 18px;
	padding: 0;
	list-style-type: circle;
}

li {
	padding: 0 0 10px 0;
}

img {
	border: 0;
}


iframe {	
	float: left;
	margin: 0 20px 0 0;

}

/* Hauptelemene */


#logocontent  {
	width: 950px;
	height: 300px;
	position: absolute;
	margin: 50px 0 0 -475px;
	z-index: 1;
	left: 50%;	
}

#logocontent #logo {
	width: 233px;
	height: 230px;
	padding: 70px 0 0;
	margin: 0 0 0 20px;
    background: rgba(255, 255, 255, 0.8);  
}

#logocontent #logo img {
	display: block;
	margin: 0 auto 0;
	max-width: 220px;
}

header {
	width: 100%;
	margin: 0;
	overflow: auto;
}

#head_behind {
	height: 300px;
	width: 100%;
	border-top: 1px solid transparent;
	border-bottom: 1px solid #000;
	background: #000;
}

#head {
	position: relative;
	width: 950px;
	height: 300px;
	margin: 0px auto 0;
	/*box-shadow: 0px 0px 50px #fff;*/
}

#head #circle {
	position: absolute;
	top: 260px;
	left: 750px;
	width: 150px;
	height: 20px;
}


#head #circle div {
	width: 20px;
	height: 20px;
	border-radius: 20px;
	float: left;
	margin: 0 10px 0 0;
	background: rgba(255,150,29, 0.8);
}

#container {
	width: 1000px;
	min-height: 300px;
	margin: 35px auto 35px;
	overflow: auto;
}

.hr {
	border-top: 1px solid #a2a2a2;
	background: none;
	height: 1px;
	margin: 25px 0;
	clear: both;
}

#footer {
	width: 100%;
	min-height: 400px;
	background: #000;	
	border-top: 1px solid #000;

}

#footer > div {
	width: 950px;
	margin: 0 auto;
	padding: 20px 0;
	overflow: auto;
	color: #fff;
}

#footer > div a {
	color: #fff;
}

#footer > div > div {
	float:right;
}


.content {
	background: #FFF;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	padding: 50px;
	margin: 25px 25px;
	overflow: auto;
	clear: both;
}

#kontakt {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content:center;
	padding: 25px 25px 0 25px;
}

#kontakt > div {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: transparent;
	background: #FFF;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	padding: 50px;
	overflow: auto;
	margin-top: 25px;
}

.kontaktleft {
	width: 550px;
}

.kontaktright {
	width: 350px;
	margin-left: 50px;
}

.content2 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 25px 25px 0 25px;
}

.content2 > div {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #FFF;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	padding: 50px;
	overflow: auto;
	margin-bottom: 25px;
}

.contentleft {
	width: 575px;
}

.contentright {
	width: 350px;
	margin-left: 25px;
}

.contentBoth {
	-moz-flex-grow: 2;
	-webkit-flex-grow: 2;
	flex-grow: 2;
}

.img-ueber-uns {
	width: 350px;
	border: 1px solid #f19217;
	float: right;
	margin: 0 0 1em 1em;
}

