@charset "utf-8";

/*=================================================================================
								HTML 5 Selection
  ===============================================================================*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { 
		display: block; 
}
[hidden] { 
	display: none; 
}

/*=============================
Allgemeine Styles 
=============================*/
@media all {
* {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
html, body {
	height: 100%;
}
body {
	background-color: #000;
	background-image: url(../images/bo_play_pattern.png);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
}
img {
	max-width: 100%;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.4em;
	color: #066A34;
	display: block;
	margin-bottom: 30px;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	color: #066A34;
	display: block;
}

a {
	color: #090;
	text-decoration: none;
}
a:hover {
	color: #666;
}
.clearfix {
	clear: both;
}
.wrapper {
	width: 100%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
header {
	width: 100%;
	margin-top: 20px;
	position: relative;
}
header .wrapper .header-bg {
	background-image: url(../images/logo_0001_Vektor-Smartobjekt.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	color: #FFF;
	background-color: #FFF;
	background-position: 0px -20px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}
header .wrapper .header-bg .logo {
	float: right;
	max-width: 513px;
	margin-top: 50px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
nav {
	clear: both;
	background-color: #4E4E4E;
	color: #FFF;
	height: 38px;
	width: 100%;
	background-image: url(../images/bg-nav.png);
}
nav ul {
}
nav ul li {
	float: left;
	list-style-type: none;
	display: block;
}
nav ul li a {
	font-size: 1em;
	color: #FFF;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	display: block;
	text-transform: uppercase;
	font-family: Verdana, Geneva, sans-serif;
}
nav ul li a:hover {
	background-color: #066A34;
	color: #FFF;
	background-image: url(../images/bg-li.png);
}
nav ul .seperator    {
	display: block;
}
nav #current {
	background-color: #066A34;
	background-repeat: repeat-x;
	background-image: url(../images/bg-li.png);
}
#content {
	width: 100%;
}
#content .wrapper {
	background-color: #FFF;
}
#content .wrapper .slider {
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#content .wrapper .col1 {
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 3%;
	padding-left: 1%;
}
#content .wrapper .col3 {
	float: left;
	width: 32%;
}
#content .wrapper .col1 .clearfix {
	height: 40px;
}

#content .wrapper .col3 h1 {
	margin: 0;
}
#content .wrapper .col3 img{
	margin-top: 10px;
	margin-bottom: 10px;
}
#content .wrapper .middle {
	margin-right: 2%;
	margin-left: 2%;
	width: 32%;
}
label {
	width: 150px;
	clear: both;
	float: left;
}
input {
	padding: 3px;
	width: 316px;
	margin-bottom: 5px;
	border: 1px solid #999;
	font-size: 1em;
}
select {
	padding: 3px;
	width: 322px;
	margin-bottom: 5px;
	border: 1px solid #999;
	font-size: 1em;
}
#submit {
	width: 120px;
	padding: 3px;
	background-color: #313131;
	margin: 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #FFF;
}
#submit:hover {
	background-color: #066A34;
}
textarea {
	border: 1px solid #999;
	padding: 3px;
	width: 316px;
}

footer {
	width: 100%;
	position: relative;
	padding-bottom: 20px;
}
footer .wrapper .footer-bg {
	background-image: url(../images/bg-footer.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	color: #000;
	background-color: #086634;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
footer .wrapper .footer-bg .col1 {
	color: #FFF;
	text-align: right;
	display: block;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	font-size: 0.8em;
}
footer .wrapper .footer-bg .col1 a {
	color: #FFF;
}
footer .wrapper .footer-bg .col3 {
	float: left;
	width: 33%;
	margin-top: 30px;
	margin-bottom: 50px;
	padding: 1%;
	font-size: 0.8em;
	
}
footer .wrapper .footer-bg .middle {
	padding-right: 0px;
	padding-left: 0px;
	width: 34%;
}
}

/*=============================
Smartphone Styles Landscape 
=============================*/
@media only screen  
and (max-width : 480px)
{
	.wrapper, #content .wrapper, footer .wrapper {
		width: 98%;
		padding: 0px;
	}
	nav {
	height: auto;
	margin-top: 0px;
	}
	nav ul li {
	float: none;
	text-align: center;
	
	}
	nav ul li a{
	padding-top: 15px;
	padding-bottom: 15px;
	background-image: none;
	background-color: #313131;
	}
	nav ul .seperator {
		border-bottom: solid 1px #FFF;
	} 
	nav ul .seperator  img  {
		display: none;
	}
	#content .wrapper .col3 {
		float:none;
		width: 100%;
		margin-bottom: 20px;
	}
	#content .wrapper .middle {
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 20px;
	}
	#content .wrapper .col1 .clearfix {
		height: 0px;
	}
	input {
		width: 280px;
	}
	textarea {
		max-width: 280px;
	}
	footer .wrapper .footer-bg    {
		padding-top: 50px;
	}
	footer .wrapper .footer-bg .col3 {
		float: none;
		width: 100%;
		margin-bottom: 20px;
		color: #FFF;
	}
	footer .wrapper .footer-bg .col1 {
		text-align: left;
	}
}

/*=============================
iPhone Styles Potrait 
=============================*/
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
	.wrapper, #content .wrapper, footer .wrapper {
		width: 98%;
		padding: 0px;
	}
	nav {
	height: auto;
	margin-top: 0px;
	}
	nav ul li {
	float: none;
	text-align: center;
	
	}
	nav ul li a{
	padding-top: 15px;
	padding-bottom: 15px;
	background-image: none;
	background-color: #313131;
	}
	nav ul .seperator {
		border-bottom: solid 1px #FFF;
	} 
	nav ul .seperator  img  {
		display: none;
	}
	#content .wrapper .col3 {
		float:none;
		width: 100%;
		margin-bottom: 20px;
	}
	#content .wrapper .middle {
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 20px;
	}
	#content .wrapper .col1 .clearfix {
		height: 0px;
	}
	input {
		width: 280px;
	}
	textarea {
		max-width: 280px;
	}
	footer .wrapper .footer-bg    {
		padding-top: 50px;
	}
	footer .wrapper .footer-bg .col3 {
		float: none;
		width: 100%;
		margin-bottom: 20px;
		color: #FFF;
	}
	footer .wrapper .footer-bg .col1 {
		text-align: left;
	}
}


/*=============================
iPad Styles Portrait 
=============================*/
@media only screen  
and (min-device-width: 768px) 
and (max-device-width: 1024px) 
and (orientation: portrait)
{
}

/*=============================
iPad Styles Landscape 
=============================*/
@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1024px) 
and (orientation: landscape) {
}
