@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
div.clear {
    clear:both;
}
.clear:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}
body {
	line-height: 1;
	background-image: url(bghell2.gif);
	background-repeat: repeat;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
#einband {
	height: 15px;
	background-color: #b9966b	;
	display: block;
	opacity: 0.3;
	-moz-opacity: 0.3;
	filter: Alpha(opacity=30);
}

#wrapper {
	width: 95%;
	margin: auto;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	background-image: url(bghell2.gif);
	background-repeat: repeat;
}
#contentstart {
	background-image: url(img/startbild.png);
	background-repeat: no-repeat;
	display: block;
	height: 100%;
	width: 913px;
	margin-left: 274px;

	}
#contentstart a {
	text-decoration: none;
	color: #166277;
	}

#content {
	background-image: url(img/luftschiff.png);
	background-repeat: no-repeat;
	display: block;
	height: 100%;
	width: 913px;
	margin-left: 274px;
	}
	

#contentleis {
	background-image: url(img/leistungen.png);
	background-repeat: no-repeat;
	display: block;
	height: 100%;
	width: 913px;
	margin-left: 274px;
	}
#contentkontakt {
	background-image: url(img/kontakt.gif);
	background-repeat: no-repeat;
	display: block;
	height: 100%;
	width: 913px;
	margin-left: 274px;
	}
	#karte {
	background-image:url(img/karte.jpg);
	display:block;
	height: 400px;
	width: 604px;
	border: thin solid #1D758A;
}
	
#contentarb {
	display: block;
	height: 100%;
	width: 913px;
	margin-left: 274px;
	}
#contentleis ul {
	float: left;
	display: block;
	height: auto;
	width: 110px;
	border: thin solid #D5B792;
	padding: 10px;
	margin-right: 15px;
	margin-bottom: 15px;
	background: rgba(255,255,255,0.4);
}
#contentleis ul.break {
	clear: left;
}	

#contentleis li {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	color: #333533;}

#galerie {
	width: 600px;
	height: auto;
	display: block;
}	
.textstart {
	padding-top: 90px;
	padding-left: 50px;
	}

.textstart p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	color: #333533;
	
}
.textstart p em {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	color: #0f758b;
	font-style: normal;
	
}
.text {
	padding-left: 50px;
	}

.text p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	color: #333533;
	
}
.text p i {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 13px;
	line-height: 20px;
	color: #0f758b;
	font-style: normal;
	
}
.container {
	margin-left: 0;}

.accordion {
	width: 700px;
	box-shadow:
        0px 0px 0px 1px rgba(155,155,155,0.3),
        0px 2px 2px rgba(0,0,0,0.1);
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 50px;
}
.accordion label {
	font-family: 'Open Sans', sans-serif;
	font-weight: lighter;
	text-transform: uppercase;
	color: #333533;
	padding: 5px 20px;
	position: relative;
	display: block;
	height: 30px;
	cursor: pointer;
	line-height: 33px;
	font-size: 13px;
	background: rgba(187,155,112,0.4);
	border: 1px solid #EAE1D2;
	letter-spacing: 0.1em;
}
.accordion label:hover {
    background: #F3F3F3;
}
.accordion input + label {
    -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;
}
.accordion input:checked + label,
.accordion input:checked + label:hover {
	color: #3d7489;
	box-shadow:
        0px 0px 0px 1px rgba(155,155,155,0.3),
        0px 2px 2px rgba(0,0,0,0.1);
	background-color: #CDB799;
}
.accordion input {
    display: none;
}
.accordion .article {
	background: rgba(255, 255, 255,0.1);
	overflow: hidden;
	height: 0px;
	-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;
}
.accordion .article p {
	font-family: 'Open Sans', sans-serif;
	line-height: 23px;
	font-size: 12px;
	padding: 20px;
	font-weight: 300;
}
.accordion input:checked ~ .article {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.accordion input:checked ~ .article.ac-small {
    height: 410px;
}


.article.ac-small {
	font-size: 12px;
}


#linkespalte {
	width: 274px;
	float: left;
	display: block;
	text-align: center;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#logo {
	background-image:url(img/logo.gif);
	width:100%;
	height: 170px;
	display: block;
	background-repeat: no-repeat;
	text-align: center;
	background-position: center;
	position: relative;
	bottom: 20px;
}
h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #333533;
}
h1 em{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0em;
	font-style: normal;
	line-height: 150%;
	font-size: 90%;
}
h2 {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	color: #333533;
	letter-spacing: 0.1em;
	font-weight: 400;
	}
h2 em{
	font-family: 'Rochester', cursive;
	color: #0f758b;
	font-size: 48px;
	text-transform: none;
	letter-spacing: 0;
	line-height: 120px;
	font-style: normal;
	}
	
h2 strong{
	font-family: 'Rochester', cursive;
	color: #0f758b;
	font-size: 48px;
	text-transform: none;
	letter-spacing: 0;
	vertical-align: 30%;
	font-weight: normal;
	}
.slogan { 
	padding-top: 170px;
	padding-left: 50px;}
#hauptnavi {
	margin-top: 10 px;}

#hauptnavi li strong {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	color: #333533;
	background-color: #d3c0a1;
	display:block;
	height: 29px;
	width:154px;
	text-align: center;
	vertical-align: middle;
	margin: auto;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding-top: 14px;
	font-size: 14px;
	font-weight: 400;
}
	
#hauptnavi a {
	font-family: 'Open Sans', sans-serif;
	font-weight: lighter;
	text-transform: uppercase;
	color: #333533;
	text-decoration: none;
	color: #333533;
	width: 154px;
	height: 29px;
	padding-top: 14px;
	display: block;
	background-color: #ddceb7;
	text-align: center;
	vertical-align: middle;
	margin: auto;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 14px;
}
#hauptnavi a:hover {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	background-color: #d3c0a1;
}

#footer {
	width: auto;
	height: auto;
	min-height: 100%;
	margin-top: 2px;
	background: rgba(187,155,112,0.4);
	display: block;
	clear: both;
}
#footerinhalt {
	width: 95%;
	height: 100%;
	margin: auto;
	padding-top: 20px;
} 

#label {
	background-image: url(img/label.png);
	background-position: right;
	display: block;
	height: 111px;
	width: 111px;
	background-repeat: no-repeat;
	position: relative;
	bottom: 70px;
	float: right;
	margin-right: 20px;
}

#adresse {
	width: 274px;
	float: left;
	display: block;
	text-align: center;
	margin-right: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #333533;
	font-size: 12px;
	line-height: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	}
	#adresse a {
	margin-top: 20px;
	color: #333533;
	text-decoration: none;
	font-weight: bold;
	padding-top: 20px;
		}

#footer ul {
	width: 110px;
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #333533;
	font-size: 12px;
	line-height: 25px;
	margin-bottom: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D1B593;
	padding-left: 10px;
	}
	

#h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.text p a {
	color: #1D758A;
	text-decoration: none;
}
