@charset "UTF-8";

@import url("../fonts/fonts.css");

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "soose", sans-serif;
	font-size: 18px;
	color: #dadce0;
	background-color: #095b8b;
	font-weight: 300;
}

p,#content-wrapper ul,#content-wrapper ol,#content-wrapper table,h2,h3,h4,h5,h6 {
	margin-bottom: 16px;
}

h1 {
	float: left;
	margin-bottom: 222px;
}

h1 a {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	font-size: 0;
}

.captcha { padding: 0 10px; }
.ds { padding: 10px; }

.footer-data ul li{
	display: inline-block;
	margin-top: 14px;
}

.footer-data{
	height: 50px;
	text-align: center;
}

h1 a img{
	display: block;
}

h2{
	font-weight: 600;
	font-size: 29px;
	color: #dadce0;
	text-align: center;
}

h3{
	font-size: 24px;
	color: #fff;
	font-weight: 300;
	border-bottom: 2px #fff solid;
	padding-bottom: 5px;
}

h4{
	font-weight: 600;
	font-size: 29px;
	color: #095b8b;
}

address {
	font-style: normal;
}

a,a:visited {
	outline: none;
	text-decoration: none;
	color: #fff;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

a:hover,a:active,a:focus {
	color: #000;
}

b, strong{
	font-weight: 600;
}

em{
	color: #095b8b;
	font-style: normal;
}

img {
	border: none;
}

img.block {
	display: block;
}

/**********************************************

	   ////////// Nicht l�schen ///////////

***********************************************/
.clear {
	clear: both;
	float: none;
}

.nopadding {
	padding: 0 !important;
}

.nomargin {
	margin: 0 !important;
}

.left {
	float: left;
}

.right {
	float: right;
}

.endrow {
	margin-right: 0 !important;
}

.bigger{
	font-size: 24px;
}

/**********************************************

	   ////////// sticky footer ///////////

***********************************************/
html,body,#main-wrapper {
	height: 100%;
}

#main-wrapper {
	margin: 0 auto;
	width: 100%;
	overflow: visible;
	position: relative;
	z-index: 2;
	background: url("../images/head.jpg") center top no-repeat transparent;
	min-height: 680px;
}

body>#main-wrapper {
	height: auto;
	min-height: 100%;
}

#content-wrapper {
	padding-bottom: 390px;
	width: 960px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

/**********************************************

	   ////////// Seitenformatierung ///////////

***********************************************/
.contenter{
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#header {
	position: relative;
	z-index: 3;
	width: 960px;
	margin: 0 auto;
	height: 680px;
}

#inner_header{
	width: 1280px;
	margin: 0 -160px;
}

#navi{
	padding-top: 90px;
	float: right;
	padding-right: 160px;
}

#navi ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#navi ul li {
	display: block;
	float: left;
	padding-left: 6px;
}

#navi ul li a,#navi ul li a:visited,#navi ul li.empty span{
	display: block;
	border-bottom: 4px #fff solid;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	text-shadow: 0 0 0 #fff;
}

#navi ul li.empty span{
	cursor: help;
}

#navi ul li a:hover,#navi ul li a:active,#navi ul li a:focus,#navi ul li.active a{
	color: #24628e;
	border-bottom-color: #24628e;
	text-shadow: 0 0 2px #fff;
}

#spruch{
	background-color: rgba(255,255,255,.85);
	font-weight: 300;
	float: right;
	padding: 30px 160px 10px 70px;
	color: #000;
}

#spruch h2{
	font-size: 28px;
	font-weight: 300;
	color: #095b8b;
	text-align: left;
}

#bline{
	height: 4px;
	background-color: #fff;
	width: 100%;
	margin: 0 0 60px;
}

.knopp,.knopp:visited{
	background-color: #fff;
	color: #095b8b;
	width: 205px;
	height: 50px;
	line-height: 50px;
	-webkit-box-shadow: 4px 4px 0 #a9aaab;
	-moz-box-shadow: 4px 4px 0 #a9aaab;
	box-shadow: 4px 4px 0 #a9aaab;
	position: relative;
	top: 0;
	left: 0;
	margin: 0 27px 20px 0;
	float: left;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	text-align: center;
	font-weight: 600;
	font-size: 19px;
}

.knopp.twolines{
	line-height: 25px;
}

.knopp:hover,.knopp:active,.knopp:focus{
	background-color: #e0e1e5;
	top: 4px;
	left: 4px;
	-webkit-box-shadow: 0 0 0 #a9aaab;
	-moz-box-shadow: 0 0 0 #a9aaab;
	box-shadow: 0 0 0 #a9aaab;
}

#gmaps{
	width: 100%;
	height: 400px;
	margin: 0 auto 20px;
	display: block;
	border: none;
}

#footer {
	position: relative;
	z-index: 2;
	height: 350px;
	margin-top: -350px;
	background-color: #fff;
}

#termin{
	border-top: 4px #fff solid;
	background-color: #e0e1e5;
	color: #000;
	height: 275px;
}

#termin .contenter{
	width: 660px;
	padding-top: 18px;
}

#termin h4{
	padding-top: 25px;
}

img#karte{
	position: absolute;
	z-index: 10;
	top: 18px;
	right: 0;
}

#kuller{
	background-color: #095b8b;
	font-weight: 600;
	color: #fff;
	width: 120px;
	height: 85px;
	-webkit-border-radius: 120px;
	-moz-border-radius: 120px;
	border-radius: 120px;
	text-align: center;
	padding-top: 35px;
	position: absolute;
	z-index: 11;
	top: 135px;
	right: 150px;
}

#footer address{
	height: 71px;
	line-height: 71px;
	font-size: 17px;
	color: #000;
	text-align: center;
}

#footer address a,#footer address a:visited {
	color: #095b8b;
}

#footer address a:hover,#footer address a:active,#footer address a:focus {
	color: #000;
}