﻿@charset "utf-8";
/* CSS Document */

/* Resets */
html, body, div, span, h1, h2, h3, h4, h5, h6, a, p, em, strong, b, u, i, 
img, form, label, ul, ol, li, iframe, table, tbody, thead, tr, th, td,
object, blockquote, pre, abbr, address, cite, code, del, dfn, ins, kbd,
q, s, samp, small, sub, sup, var, dl, dt, dd, fieldset, legend, caption,
article, aside, canvas, details, embed, figure, figcaption, footer, header, 
hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0 none;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
/* HTML5 hack alte Browser */
article, aside, details, figcaption, figure, 
footer, header, hgroup, main, menu, nav, section {
	display: block;
}
/* weitere Resets */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
}

body{
	color: #2D343E;
	font: 300 18px/1.5 'Roboto Condensed', sans-serif;
	-webkit-text-size-adjust: none;
}

html, body {
	height: 100%;
	width: 100%;
}

#wrapper{
    min-height: 100%;
    padding-bottom: 80px;
    position: relative;
}

#headerWrapper{
	margin: 0 auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
	
}

#headerWrapper > div{
	margin: 0 auto;
    max-width: 1020px;
    padding: 0 15px 10px;
    position: relative;
}

#headerWrapper.fixed > div> #menu {
	top: 0;
}
#headerWrapper.fixed > div > #menu:before {
	background: #FFFFFF;
}

#headerWrapper > div > a.logo {
	display: block;
	float: left;
	max-width: 255px;
	min-width: 140px;
	position: relative;
	width: 25.858585858585858%; /* 256 */
	z-index: 2;
}
#headerWrapper > div > a.logo > img {
	display: block;
	width: 100%;
}
#headerWrapper > div > a.logo.var {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(221,221,221,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(221,221,221,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%); /* W3C */
	border-bottom: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	min-height: 105px;
	padding: 20px;
}
#headerWrapper > div > a.logo.var:after {
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.68) 51%,rgba(255,255,255,1) 75%); /* W3C */
	border-radius: 0 0 6px 6px;
	bottom: 0;
	content: "";
	height: 100px;
	left: 0;
	opacity: 0.3;
	position: absolute;
	width: 100%;
	z-index: 1;
}
#headerWrapper > div > a.logo.var:hover {
	color: #2D343E;
	text-decoration:none; 	
}
#headerWrapper > div > a.logo.var > span {
	display: block;
	line-height: 1.2;
	position: relative;
	text-align: center;    
	word-wrap: break-word;
	z-index: 2;
}

#headerWrapper > div > a.logo.var > span.logo{
    background-image: url(../images/logo_left.png);
    height: 102px;
    width: 187px;
	margin: 0 auto;
}


#logo_group{
	height:102px;
	width: 1200px;
}
#logo_left{
	margin:15px 0 0 30px;
	background-image:url(../images/logo_left.png);
	height:102px;
	width:187px;
	float:left;
	
}
#logo_right{
	margin:20px 0 0 410px;
	background-image:url(../images/logo_right.png);
	height:75px;
	width:531px;
	float:left;
}
#menu{
	height: 50px;
    padding: 0 80px 0 0;
    position: relative;
    top: 46px;
    width: 100%;
    z-index: 1;
    -webkit-transition: top 300ms ease-in-out;
    -moz-transition: top 300ms ease-in-out;
    -o-transition: top 300ms ease-in-out;
    transition: top 300ms ease-in-out;
}
#menu:before{
	
	
	background: #FFFFFF;
    background: rgba(255, 255, 255, 0.75);
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    content: "";
    height: 50px;
    left: -5000px;
    position: absolute;
    top: -1px;
    width: 10000px;
    z-index: -1;
}
	
#middle{
clear: both;
overflow: hidden;
height: 100%;
}

#left{
	float:left;
	width:270px;
	min-height:533px;
	background-image:url(../images/menubg.png);
	margin:10px 0 0 0;
	padding-bottom: 32768px;
	margin-bottom: -32768px;
}

#schnellanfrage{
	min-height:242px;
	background-image:url(../images/schnellanfrage.png);
	background-repeat:no-repeat;
	background-position:8px 0;
	color:#FFF;
	padding:20px;
}



#clear{
	clear:both;
	
}

#bottom{
	height:60px;
	background-color:#7d0505;
	width:100%;
	bottom:0px;
	z-index:1;
	text-align: center;
	color: #FFF;
	font-family:Verdana, Geneva, sans-serif;
}

#bottom a:link,#bottom a:visited{
	color:#FFF;
	text-decoration:none;
}
#bottom a:hover{
	text-decoration:underline;
}

#map{
	height:115px;
	background-image:url(../images/map.png);
	background-repeat:no-repeat;
	width:227px;
	position:fixed;
	bottom:0px;
left: 50%;
margin-left: 330px; 
	z-index:2;

}
#button1{
	background-image:url(../images/buttons/1.png);
	height:154px;
	width:215px;
	background-position:0 154px;
	float:left;
	margin-left:35px;
}
#button1:hover{
	background-position:0 0px;
}
#button2{
	background-image:url(../images/buttons/2.png);
	height:154px;
	width:215px;
	background-position:0 154px;
	float:left;
	margin-left:35px;
}
#button2:hover{
	background-position:0 0px;
}
#button3{
	background-image:url(../images/buttons/3.png);
	height:154px;
	width:215px;
	background-position:0 154px;
	float:left;
	margin-left:35px;
}
#button3:hover{
	background-position:0 0px;
}
#button4{
	background-image:url(../images/buttons/4.png);
	height:154px;
	width:215px;
	background-position:0 154px;
	float:left;
	margin-left:35px;
}
#button4:hover{
	background-position:0 0px;
}
#status{
	height:114px;
	width:245px;
	padding-top:140px;
	padding-left:85px;
	font-size:10px;
	text-align:center;
}

	
#liftstatus{
height:17px;
width:200px;
margin-left:21px;
background-image:url(../images/pbar-ani.gif);
padding-top:3px;
}

.titel{
font-size: 38px;
line-height: 43px;
font-family: 'Great Vibes', cursive;
padding: 0;
margin: 0;
font-weight: normal;
letter-spacing: normal;
width:80%;
float:left;
height:50px;
}


	
#left_menup{
	color:#FFF;
	background-image:url(../images/menupunktbg.png);
	padding:5px;
}
#left_menup:hover{
	color:#FFF;
	background-image:url(../images/menupunktroll.png);
}
#left_menup a:link, #left_menup a:visited{
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
}


#contentWrapper{
	    margin: 0 auto;
    max-width: 1020px;
    min-height: 100%;
    padding: 215px 15px 20px;
    position: relative;
    z-index: 2;
}

#contentWrapper > div:after {
	clear: both;
	content: "";
	display: block;
}

#contentWrapper > div > section {
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.9);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0 0 0 282px;
	padding: 35px;
	position: relative;
	-webkit-transition: margin-top 300ms ease-out;
	-moz-transition: margin-top 300ms ease-out;
	-ms-transition: margin-top 300ms ease-out;
	-o-transition: margin-top 300ms ease-out;
	transition: margin-top 300ms ease-out;
}

#contentWrapper > div > section img {
	max-width:100%;
}


#contentWrapper > div > section > div.triggerContent {
	cursor: pointer;
	width: 20%;
	float:left;
	height:50px;
	line-height: 43px;
	font-size:40px;
	text-align:right;
}

/* Hide */

#contentWrapper.hideContent > div > section > div.triggerContent {
	background: #000000;
	background: rgba(0, 0, 0, 0.8);
	height: 55px;
	left: 50%;
	margin-left: -50px;
	position: absolute;
	top: -55px;
	width: 100px;
	border-radius: 5px 5px 0 0;
	color: #FFF;
    text-align: center;
}
#contentWrapper.hideContent > div > section > div.triggerContent:hover {
	background: #000000;
}
#contentWrapper.hideContent > div > section > div.triggerContent:before {
	color: #ffffff;
	font-size: 42px;
	left: 23px;
	padding-bottom: 3px;
	padding-top: 2px;
	top: 5px;
}