/* Allgemeine Grund-Formatierung */

@import url(fonts.css);

* {
	padding: 0px;
	margin: 0px;
}


a img, img{border: none;}
ul{list-style:none;}
.clear{clear:both;}
.align_left{text-align:left;}
.align_center{text-align:center;}
.align_right{text-align:right;}
.float_left{float:left;}
.float_right{float:right;}
.center {text-align:center;}

html {
}

body {
	background:url(../images/bg-body.png) top center;
	font-family:'Open Sans', OpenSans, arial, helvetica, sans-serif;
}


/* Seitenspezifische Formatierung */

header{
	background:rgba(0,0,0,.7);
}
.inner {
	margin:0px auto;
	width:1000px;
	position:relative;
}

#navi{

}

#content .inner, #content2 .inner{
	padding:15px;
	width:970px;
}

#start1content {
	background:url(../images/seilrolle.png) center no-repeat;
	height:510px;
	margin-top:-110px;
	margin-bottom:-83px;
	position:relative;
	z-index:10;
}
#start1content .inner {
	height:100%;
	margin:0px auto;
	width:70%;
}
#start2content {
	background:rgba(0,0,0,.65);
	height:347px;
}
#start2content .inner {
	background:url(../images/zeichnung.png) top right no-repeat;
	height:100%;
	position:relative;
	z-index:5;
	width:70%;
}

#start2content  p {
	color:#fff;
	line-height:190%;
	font-size:0.85em;
}

#start3content {
	background:url(../images/interlift.jpg) top right no-repeat;
	height:510px;
	margin-top:-690px;
	margin-right:10px;
	margin-bottom:-83px;
	position:relative;
	z-index:40;
}
	
.logo {
	position:absolute;
	right:0px;
	top:0px;
}

/* ################################# Navigation ################################# */

#headernavi {

}

#headernavi li {
	float:left;
}
#headernavi li a {
	color:#b3b3b3;
	text-decoration:none;
	text-transform:uppercase;
	font-size:0.8em;
	padding:8px 0px 8px 15px;
	display:inline-block;
	transition:color .5s;
}

#headernavi li a:hover {
	color:#fff;
	transition:color .5s;
}

nav {
	padding:20px 0px 80px 0px;
	z-index:10;
	position:relative;
}

nav ul li {
	float:left;
	position:relative;
}

nav ul li a{
	font-size:1.5em;
	font-weight:100;
	padding:15px;
	border-bottom:1px solid transparent;
	text-decoration:none;
	color:#575757;
	text-transform:uppercase;
	display:inline-block;
	transition:border .7s, color .5s;
}

nav ul li a:hover, nav ul li a.active{
	border-bottom:1px solid #0077ba;
	color:#000;
	transition:border .7s, color .5s;
}


nav ul li ul {
position:absolute; 
top:75px;
left:7px;
width:400px;
}
nav ul li ul li {
float:left;
}

nav ul li ul li a,nav ul li ul li a.active {
	font-size:1em;
	padding:8px;
	display:inline-block;
}

footer .inner {
	margin-bottom:50px;
	width:70%;
	padding:40px;
	border-top:1px #cacaca dashed;
}

footer {
	margin-top:50px;
	text-align:center;
	box-shadow:inset 0px 0px 30px 0px rgba(0,0,0,.1);
}

footer a {
	font-size:0.8em;
	border-right:1px dotted #979797;
	padding:0px 5px; margin:3px 0px;
	text-decoration:none;
	color:#575757;
	text-transform:uppercase;
	display:inline-block;
	color .5s;
}
footer a:hover {
	color:#0077ba;
	transition:color .5s;
}


/* ################################# Text-Formatierung ################################# */

p, form{
	font-size:0.9em;
	line-height:180%;
	color:#575757;
	margin-bottom: 12px;
}

h1{
	font-size:1.8em;
	font-weight:100;
	margin-bottom: 12px;
}

h2{
	font-size:1.5em;
	font-weight:100;
	color:#0077ba;
	margin-bottom: 8px;
}

strong {color:#000;}

#start1content .inner h1 {
	position:absolute;
	top:40%;
	right:0px;
	display:inline;
	color:#575757;
	background:rgba(255,255,255,.8);
	border-radius:8px;
	padding:15px;
	box-shadow:0px 0px 30px rgba(255,255,255,.8);
}

a {
	color:#0077ba;
	text-decoration:none;
	text-shadow:0px 0px 5px rgba(0,0,0,0);
	transition:text-shadow .3s;
}
a:hover {
	text-shadow:0px 0px 5px rgba(0,0,0,0.2);
	transition:text-shadow .3s;
}


#content ul  {
	margin:0px 0px 25px 30px;
	list-style-image:url(../images/arrow.png);
}

ul.listepdf {
	list-style-image:url(../images/pdf.png) !important;
	margin-left:35px !important;
	margin-bottom:15px;
}
.textundlistestartseite {
	width:60%;
	position:absolute;
	left:15px;
	top:30px;
	background:rgba(86,86,86,0.75);
}
.textundlistestartseite ul {
	background:rgba(255,255,255,0.9);
	width:400px;
}



#content ul li, ul.listepdf li {
	color:#575757;
	padding:10px 0px 10px 30px;
	border-bottom:1px #cacaca dashed;
	background:none;
	transition:background 0.3s, color 0.3s;
}
#content li:hover, ul.listepdf li:hover  {
	color:#0077ba;
	background:rgba(0,0,0,0.05);
	transition:background 0.3s, color 0.3s;
}


table {border-collapse:collapse;background:rgba(255,255,255,.5);}

table td {
	border:1px solid #cacaca;
	padding:5px;
	font-size:0.9em;
	vertical-align:top;
	color:#575757;
}

td.reshead {
	font-size:0.5em;
}


.spalte1 {
	width:45%;
	float:left;
}

.spalte2 {
	width:45%;
	float:right;}

	
label {
	width:200px;
	display:inline-block;
	vertical-align:top;
}	
.einheit {
	display:inline;
	clear:both;
	font-size:0.7em;
	padding:5px 10px;
}

input, select, textarea {
	padding:5px;
	font-size:0.8em;
	color:#575757;
	width:170px;
	border-radius:4px;
	border:1px solid #cacaca;
	display:inline-block;
}

select option {
	padding:3px;
}

.formzeile {
	margin-bottom:5px;
}

.small {
	font-size:0.7em;
}

input[type=checkbox] {
	width:auto;
	margin:5px;
	border:8px #0077ba solid;
	border-radius:3px !important;
}
input[type=checkbox]:hover{
	cursor:pointer;
}

figure img {height:245px; width:auto;}
figure.dreibilder img {height:210px; width:auto;}

.button {
	background:#0077ba;
	padding:8px;
	border-radius:4px;
	color:#fff;
	transition:box-shadow 0.2s;
	transition:box-shadow 0.2s, background 0.5s, color 0.2s;
	cursor:pointer;
	border:0px;
}

.button:hover {
	color:#0077ba;
	background:#fff;
	box-shadow:0px 0px 20px rgba(0,0,0,0.25);
	transition:box-shadow 0.2s, background 0.2s, color 0.2s;
}

td.haken:hover {
background:#fff;
}




