@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Tahoma:400,600,700,800,300);

body {
	background-color: rgb(255,200,50);
	font-size:16px;
	font-family: 'Tahoma', sans-serif;
	
}

a {
	cursor: pointer;
	text-decoration: none;
	outline: none;
}

/* ==================== */
/* Header */
/* ==================== */

header {
	position: fixed;
	width: 100%;
	height:	55px;
	box-shadow: 0px -5px 20px 5px #000000;
	-webkit-box-shadow: 0px -5px 20px 5px #000000;
	-o-box-shadow: 0px -5px 20px 5px #000000;
	-ms-box-shadow: 0px -5px 20px 5px #000000;
	-moz-box-shadow: 0px -5px 20px 5px #000000;
	background-color: rgba(255,200,50,0.8);
	/* Firefox v3.5+ */
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,0.55);
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,0.55);
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	box-shadow:0px 1px 3px rgba(0,0,0,0.55);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#8c000000,Positive=true)";
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#8c000000,Positive=true);
}

header nav {
	text-align: center;
}

header nav ul {
	display:block;
	position: relative;
	list-style-type: none;
}

header nav ul li {
	display:inline-block;
	text-align: center;
	margin:12px 0 0 0;
}

header nav ul li a {
	color:rgb(136,136,136);
	font-family: 'Tahoma', sans-serif;
	line-height:120%;
	font-size: 19px;
	width:158px;
	padding: 10px 1.52em 6px 1.52em;
	font-weight: 400;
}

header nav ul li a:hover, header nav ul li.active a {
	border-bottom-color: rgba(0,0,0,0.663);
	border-bottom-style: solid;
	border-bottom-width: 3px;
	color:rgb(39,39,39);
	transition-delay: 0s;
	transition-duration: 0.3s;
	transition-property: border-bottom, color;
	transition-timing-function:ease-in, ease-in;
}

/* ============================ */
/* Content */
/* ============================ */

#wrapper {
	width: 100%;
	height:	100%;
	padding-top: 55px;
}

section {
	width: 100%;
	height:	auto;
	padding-bottom: 45px;
}

section .section-banner {
	background:url('../images/banner.jpg') center no-repeat;
	height:100px;
	padding-top:55px;
}

section article {
	width: 950px;
	height:	auto;
	min-height:	550px;
	padding: 0;
	margin: 10px auto 0 auto;
}

section article .article-logo {
	width: 100%;
	padding: 20px 0 25px 0;
}

section article .article-logo h1 {
	font-size: 38px;
	letter-spacing: -3px;
	line-height: 1;
	margin: 0 auto;
	background: url('../images/logo.png') no-repeat;
	width: 649px;
	height: 56px;
}

section article .article-logo h1 a {
	display: block;
	width: 649px;
	height:	56px;
}

section article .article-logo h1 span {
	visibility:hidden;
	display:block;
	text-indent:-9999px;
}

/* Home */

section article .block {
	width: 300px;
	float: left;
	height:	auto;
	position: relative;
	margin: 10px 25px 0 0;
	background-color:rgba(255,200,50,0.9);
	/* Firefox v3.5+ */
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,0.5);
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,0.5);
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	box-shadow:0px 1px 3px rgba(0,0,0,0.5);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#7e000000,Positive=true)";
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#7e000000,Positive=true);
}

section article .block.last {
	margin: 10px 0 0 0;
}

section article .block a {
	display: block;
	opacity: 0;
}

section article .block a:hover {
	opacity: 0.9;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

section article .block h4 {
	font-family: 'Tahoma', sans-serif;
	position: absolute;
	top: 50px;
	display: block;
	width: 300px;
	font-size: 24px;
	text-align: center;
}
    
section article .block img {
	position: absolute;
}
    
section article .block span {
	font-family: 'Tahoma', sans-serif;
	font-size: 90%;
	font-weight: 200;
}

/* Firma, News, Rotoren, CPP, Services, Impressum */

section article .block_headline {
	width: 940px;
	padding:0 5px 5px 5px;
	height:45px;
	margin:0 auto;
}

section article .block_headline h1 {
	background: #ffd35b;
	border-bottom-color: rgba(0,0,0,0.663);
	border-bottom-style: solid;
	border-bottom-width: 3px;
	font-size: 24px;
	font-family: 'Tahoma', sans-serif;
	font-weight:600;
	line-height:120%;
	color:rgb(39,39,39);
	padding: 15px 0 15px 25px;
	margin:0;
}

section article .block_fullwidth.content {
	width: 910px;
	padding:20px 20px 0 20px;
	height:100%;
	margin:0 auto;
}

section article .block_fullwidth.content p {
	font-family: 'Tahoma', sans-serif;
	font-weight:normal;
	font-size:12px;
	line-height:150%;
	padding: 5px;
	font-weight: normal;
	color:rgb(51,51,51);
}

section article .block_fullwidth.content h2 {
	font-family: 'Tahoma', sans-serif;
	font-weight:normal;
	color:rgb(136,136,136);
	font-size:16px;
	line-height:150%;
	padding:0;
	margin:0;
}

section article .block_fullwidth .left {
	width: 390px;
	padding:0 20px 0 0;
	height:100%;
	float:left;
}

section article .block_fullwidth .left h2 {
	font-family: 'Tahoma', sans-serif;
	font-weight:normal;
	color:rgb(136,136,136);
	font-size:16px;
	line-height:150%;
	padding:0;
	margin:0;
}

section article .block_fullwidth .left p {
	font-family: 'Tahoma', sans-serif;
	font-weight:normal;
	font-size:12px;
	line-height:150%;
	padding: 5px;
	font-weight: normal;
	color:rgb(51,51,51);
}

section article .block_fullwidth ul {
	font-family: 'Tahoma', sans-serif;
	font-size:12px;
	list-style-type:square;
	color:rgb(136,136,136);
	position:relative;
	margin:15px 0 0 15px;
	padding:0;
	line-height:150%;
}

section article .block_fullwidth ul li span {
	font-family: 'Tahoma', sans-serif;
	color:rgb(51,51,51);
}

.news {
	background-color: #ffd35b;
}

/* Kontakt */

section article .block_fullwidth.contact {
	width: 910px;
	padding:20px 20px 20px 20px;
	height:100%;
	margin:0 auto;
}

section article .block_fullwidth.contact .left {
	width: 450px;
	padding:0 20px 0 0;
	height:100%;
	float:left;
}
section article .block_fullwidth.contact .right {
	width: 420px;
	padding:0 20px 0 0;
	height:100%;
	float:left;
}

section article .block_fullwidth.contact .right h2 {
	font-family: 'Tahoma', sans-serif;
	font-weight:normal;
	color:rgb(136,136,136);
	font-size:16px;
	line-height:150%;
	padding:0;
	margin:0;
}

section article .block_fullwidth.contact .right p {
	font-family: 'Tahoma', sans-serif;
	font-weight:normal;
	font-size:12px;
	line-height:150%;
	padding: 5px;
	font-weight: normal;
	color:rgb(51,51,51);
}

section article .block_fullwidth.contact .right form fieldset .input-line label {
	font-family: 'Tahoma', sans-serif;
	color:rgb(51,51,51);
	text-align:left;
	font-size:12px;
	line-height:150%;
	position:relative;
	padding:0;
	margin:15px 0 0 0;
}

section article .block_fullwidth.contact .right form fieldset .input-line .input-bg input[type="text"] {
	background-color:rgb(255,255,255);
	width:100%;
	height:30px;
	border-color:rgb(229,229,229);
	border-width:1px;
	/* Firefox v1.0+ */
	-moz-border-radius:1px;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius:1px;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius:1px;
	border-style:solid;
	/* Firefox v3.5+ */
	-moz-box-shadow:inset 1px 1px 2px rgba(0,0,0,0.54);
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-box-shadow:inset 1px 1px 2px rgba(0,0,0,0.54);
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	box-shadow:inset 1px 1px 2px rgba(0,0,0,0.54);
}

section article .block_fullwidth.contact .right form fieldset .input-line .textarea-bg textarea {
	background-color:rgb(255,255,255);
	width:100%;
	height:89px;
	border-color:rgb(229,229,229);
	border-width:1px;
	/* Firefox v1.0+ */
	-moz-border-radius:1px;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius:1px;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius:1px;
	border-style:solid;
	/* Firefox v3.5+ */
	-moz-box-shadow:inset 1px 1px 2px rgba(0,0,0,0.54);
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-box-shadow:inset 1px 1px 2px rgba(0,0,0,0.54);
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	box-shadow:inset 1px 1px 2px rgba(0,0,0,0.54);
}

section article .block_fullwidth.contact .right form fieldset button[type="submit"] {
	font-family: 'Tahoma', sans-serif;
	font-weight:normal;
	font-size:21px;
	border:none;
	float:right;
	background-color: #ffd35b;
	width:200px;
	height:45px;
	line-height:120%;
	color:rgb(136,136,136);
	text-align:left;
	margin: 20px -40px -20px 0;
}

section article .block_fullwidth.contact .right form fieldset button[type="submit"]:hover {
	color: rgb(39,39,39);
	text-decoration: underline;
}

/* ============================ */
/* Footer */
/* ============================ */

footer {
	position:fixed;
	z-index:999;
	bottom:0;
	width:100%;
	height:	45px;
}

footer nav {
	text-align: center;
	background: #ffd35b;
	height:45px;
	/* Firefox v3.5+ */
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,0.55);
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,0.55);
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	box-shadow:0px 1px 3px rgba(0,0,0,0.55);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#8c000000,Positive=true)";
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#8c000000,Positive=true);
}

footer nav ul {
	width: 100%;
	display:inline-block;
	position: relative;
	list-style-type: none;
	padding:17px 0 0 10px;
	margin:0;
}

footer nav ul li {
	font-family: 'Tahoma', sans-serif;
	font-weight:normal;
	font-size:16px;
	line-height:120%;
	color:rgb(136,136,136);
	text-align: center;
	display: inline-block;
	width: 260px;
}

footer nav ul li a {
	color:rgb(136,136,136);
}

footer nav ul li a:hover {
	color:rgb(39,39,39);
	text-decoration:underline;
}