body {
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	word-wrap:break-word;

}
h1{
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight:700
		}
h1.logo {
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight:700
	
	}
h4.signet {
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight:400
	
	}
.bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: 100% auto !important;
	background-position: 50% 60px;
	background-repeat:no-repeat;
	overflow:auto;
}
.ueber_uns {
	float:left;
	width:45%;
	margin-left:70px;
}

#map {
	height:100%;
	width:100%;
	}
#header {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height:60px;
}
.center {
	max-width: 1000px;
	min-width: 320px;
	padding: 0 40px;
	margin-left: auto;
	margin-right: auto;
}
#logo {
	padding:0;
	margin:0 0 0 20px;
	height:60px;
	width:50px;
	float:left;
	background-image: url("images/logo_green.png");
}
	
	
#name {
	float:left;
	text-align:left;
	padding-top:10px;
}	
#name h1 {
	font-size:20px;
}
#name h4 {
	font-size:13px;
}
#topnav {
	float:right;
} 
#topnav ul li{
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight:700;
	font-size:12px;
	float:right;
	list-style:none;
	line-height:45px;
	padding:8px 10px 0 10px;
	height:50px;
}
#topnav ul li:hover {	
	cursor:pointer;
}
#topnav ul li:hover {
	border-bottom:5px solid rgba(128,128,128,0.5);
}
#topnav ul li.currentItem {
	border-bottom:5px solid rgba(144,158,3,1);
}
.content {
	line-height:1.3em;
	margin-top:120px;
	}
.spalte_1 {
	margin-left:60px;
	width:33%;
	padding:10px;
	}
.spalte_2 {
	margin-left:33%;
	width:33%;
	padding:10px;
	}
.spalte_3 {
	margin-left:66%;
	width:33%;
	padding:10px;
	}
.content img {
	width:75%; 
	height:auto;
	min-width:150px;
}
.content h1, .content h2 {
	font-size:20px;
	margin:10px 0;
}
.content p {
	font-size:14px;
	margin:10px 0;
}
p.maginal {
	font-size:.75em;
	opacity:0.4;
}
.maginal a, .maginal a:active, .maginal a:visited {
	color:#999;
	text-decoration:underline;
}
.maginal a:hover {
	text-decoration:none;
}
.content canvas {
	width:400px;
	height:400px;
}
.previousProject {
	position:absolute;
	width:15%;
	background-image: url(images/btnArrow.png);
	background-position:left 50%;
	background-repeat:no-repeat;
	left:0;
	top:0;
	bottom:0;
	opacity:1;
	transition:.5s;
	-webkit-transition-delay: 0s;
	-webkit-transition-property: background;
	-webkit-transition-duration: .5s;
	-moz-transition-delay: 0s;
	-moz-transition-property: background;
	-moz-transition-duration: .5s;
	}
.nextProject {
	position:absolute;
	width:15%;
	background-image: url(images/btnArrowFwd.png);
	background-position:right 50%;
	background-repeat:no-repeat;
	right:0;
	top:0;
	bottom:0;
	opacity:1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transition:.5s;
	-webkit-transition-delay: 0s;
	-webkit-transition-property: background;
	-webkit-transition-duration: .5s;
	-moz-transition-delay: 0s;
	-moz-transition-property: background;
	-moz-transition-duration: .5s;
	}
.nextProject:hover,.previousProject:hover {
	/*background-color: rgba(160,160,160,0.3)*/
	cursor:pointer;
	opacity:.8;
	}
.footer {
	line-height:1.4em;
	position:absolute;
	left:0;
	bottom:0;
	right:0;
	height:auto;
	background-color:rgba(253,253,253,0.80);
	}
#imprint img {
	min-width:0 !important;
}
.spalte_li {
	margin-left:70px;
}
	
/* Responsives */
@media (min-width: 568px) and (max-width: 960px) {
	
	h4.signet {
		display:none;
	}
	#name h1 {
		margin-top:8px;
	}
	.content canvas {
		width:40%;
		height:40%;
	}
	.bg {
		background-size: 75% auto !important;
		background-position: 50% 50%;
	}
}
@media (min-width: 321px) and (max-width: 568px) {
	
	h4.signet {
		display:none;
	}
	#name h1 {
		margin-top:8px;
	}
	#topnav {
		float:left;
	}
	#topnav ul li {
		padding-top:25px;
	}
	.bg {
		background-size:70% auto !important;
		background-position:right bottom;
	}
	.content canvas {
		width:40%;
		height:40%;
	}
	.content p {
		font-size:11px;
		line-height:12px;
	}
	.content h1 {
		font-size: 18px;
		line-height:20px;
		margin: 0;
	}
	.content h2 {
		font-size:14px;
		line-height:16px;
		font-weight:bold;
		margin:0;
		padding:0;
	}
	.spalte_3, .spalte_1 {
		margin-left:-10px;
		width:80%;
	}
	.spalte_li {
		margin-left:0px;
	}
	#logo {
		margin:0;
	}
}
@media (max-width:590px) {
	#header {
		height:100px;
		border-bottom: 1px solid #ccc !important;
	}
	.content canvas {
		display:none;
	}
	.ueber_uns {
		width: 85%;
		margin-left: 0px;
	}
	#topnav {
		clear:left;
		margin:0 auto;
		display:block;
		/*padding-left: 10px;*/
		margin-top:-20px;
	}
	#topnav ul li {
		padding:0 10px 0 0;
		margin-top:6px;
	}
	.content img {
		min-width:0;
	}
	.content h3, .content h2 {
		font-size: 11px;
		line-height:13px;
		font-weight: bold;
	}
	#contact p {
		font-size:11px;
	}
}

@media (min-width: 1px) and (max-width: 320px) {
	
	#header {
		height:120px;
		border-bottom: 1px solid #ccc !important;
	}
	h4.signet {
		display:none;
	}
	#name h1 {
		margin-top:8px;
	}
	#topnav {
		clear:both;
		margin:0 auto;
		display:block;
	}
	#topnav ul li {
		font-size:0.7em;
		padding:0 10px 0 0;
		margin-top:6px;
	}
	.bg {
		background-position:right bottom;
	}
	.center {
		min-width:240px;
	}
	.content canvas {
		display:none;
	}
	.content p {
		width:100%;
	}
	.center.content {
		padding:0;
		margin-left:0;
	}
	.content p {
		font-size:11px;
		line-height:12px;
	}
	.content h1 {
		font-size: 18px;
		line-height:20px;
		margin: 0;
	}
	.content h2 {
		font-size:14px;
		line-height:16px;
		font-weight:bold;
		margin:0;
		padding:0;
	}
	.spalte_1, .spalte_3 {
		width:70%;
		margin:0 auto;
	}
	.ueber_uns {
		width:80%;
		margin:0 10%;
		display:block;
	}
	.ueber_uns p {
		text-align:justify;
	}
	.content img {
		min-width:0;
	}
	.content h3, .content h2 {
		font-size: 11px;
		line-height:13px;
		font-weight: bold;
	}
	#contact p {
		font-size:11px;
	}
	#logo {
		margin:0 0 0 5px;
	}
	.spalte_li {
		margin-left:20px;
		margin-right:15px !important;
		width:36% !important;
	}
}

