﻿body {
	padding: 0px;
	margin: 0px;
	font-family: Calibri;
	background-color: #ffffff;
}
.main {
	width: 100%;
	position: relative;
	margin: 0 auto;
	z-index: 4;
}
.header {
	width: 100%;
	background-color: #4bb2bc;
	position: absolute;
	top: 0;
}
.headerinhalt {
	margin: 0 auto;
}
.logo {
	width: 100%;
	height: 50px;
}
.logo1 {
	position: absolute;
	float: left;
	width: 10px;
	top: 0px;
	height: 40px;
	padding-left: 130px;
	background-color: fuchsia;
}
.logo2 {
	position: absolute;
	float: left;
	width: 80px;
	top: 0px;
	height: 40px;
	background-color: lime;
}
.logo3 {
	position: absolute;
	float: left;
	width: 200px;
	top: 0px;
	height: 50px;
	background-color: maroon;
}
.logo4 {
	position: absolute;
	float: left;
	width: 60px;
	top: 0px;
	height: 50px;
	background-color: red;
}
.logo5 {
	position: absolute;
	float: left;
	width: 60px;
	top: 0px;
	height: 50px;
	background-color: yellow;
}
.logo6 {
	position: absolute;
	float: left;
	width: 70px;
	top: 0px;
	height: 50px;
	background-color: orange;
}
.hauptbild {
	border: none;
	width: 100%;
	height: auto;
}
.wechselbild {
	position: absolute;
	width: 100%;
	margin: 30 auto 0 auto;
	z-index: 5;
	padding-top: 30px;
}
.cycle-slideshow {
	z-index: 0;
}
.headerbild {
	position: absolute;
	width: 100%;
	height: auto;
	z-index: 15;
}
.navigation {
	padding: 15px;
	height: auto;
	position: absolute;
	margin: 0 auto;
	width: 70%;
	z-index: 99;
	background-color: #EBEBEB;
	border-radius: 10px;
}
.navispalte {
	float: left;
}
.navispalte_mitte {
	float: left;
}
.navi {
	margin: 0 auto;
	height: auto;
	text-align: center;
}
.navi a {
	font-weight: bold;
}
.navi a:hover {
	color: #4bb2bc;
}
.content {
	position: relative;
	width: 100%;
	margin: 0 auto;
	top: 450px;
	z-index: 50;
}
.text {
	width: 100%;
	margin: 0 auto;
	position: inherit;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	z-index: 100;
}
.text img {
	width: 100%;
	height: auto;
}
h1 {
	color: #393939;
	text-transform: uppercase;
	font-size: 19px;
}
p {
	color: #393939;
	font-size: 15px;
	clear: both;
	line-height: 16px;
	margin-top: 0px;
}
a {
	color: #393939;
	text-decoration: none;
}
a:hover {
	color: #4bb2bc;
	text-decoration: underline;
}
.footerinhalt {
	width: 100%;
	margin: 0 auto;
	bottom: 0;
	background-image: url('../images/bg_footerinhalt_nanu.jpg');
	background-repeat: no-repeat;
}
.footer {
	position: inherit;
	width: 100%;
	z-index: 60;
	background-image: url('../images/bg_footer.jpg');
	background-repeat: repeat-x;
	bottom: 0;
}
.logo {
	width: 100%;
	text-align: center;
	height: 122px;
	margin: 0 auto;
}
.logo img {
	width: 100%;
	height: auto;
}
.footertext {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding-top: 0px;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #4bb2bc;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #4bb2bc;
	padding-bottom: 10px;
}
.footer h1 {
	text-transform: uppercase;
	color: #4bb2bc;
	font-weight: lighter;
}
.footer p {
	font-size: 12px;
	color: #ffffff;
	padding-top: 0px;
}
.footer a {
	text-decoration: none;
	color: #ffffff;
}
.footer a:hover {
	text-decoration: underline;
	color: #ffffff;
}
.footerzusatz {
	position: relative;
	clear: both;
	width: 100%;
	background-color: #d4d5d5;
}
.footerzusatz p {
	margin: 0 auto;
	line-height: 40px;
}
.impressum {
	margin: 0 auto;
	height: auto;
	text-align: center;
}
.impressum a {
	text-transform: uppercase;
	text-decoration: none;
	color: #4bb2bc;
	font-weight: lighter;
}
.impressum a:hover {
	color: #ffffff;
	text-decoration: none;
}
.bild {
	border: 0px;
}
.karte {
	border: 1px;
	border-color: #333333;
	height: auto;
	border-style: solid;
}
.galeriebild {
	border: 0px;
	width: 30%;
	max-width: 240px;
	min-width: 100px;
	height: auto;
	padding: 10px;
}
@media only screen and (min-width: 1401px) {
.header {
	height: 282px;
}
.headerinhalt {
	width: 960px;
	height: 300px;
}
.content {
	padding-top: 0px;
	top: 1200px;
}
.wechselbild {
	min-width: 960px;
	top: 290px;
}
.text {
	padding-top: 0px;
	max-width: 800px;
}
.navigation {
	width: 800px;
	top: 480px;
}
.navispalte {
	width: 250px;
}
.navispalte_mitte {
	width: 250px;
	padding-left: 25px;
	padding-right: 25px;
}
.navi {
	max-width: 800px;
}
.navi a {
	width: 230px;
}
.footerinhalt {
	max-width: 960px;
	height: 358px;
}
.footer {
	height: 358px;
}
.logo {
	min-width: 800px;
	padding-top: 60px;
}
.footertext {
	max-width: 800px;
	height: 112px;
}
.spalte_links {
	width: 23%;
	float: left;
}
.spalte {
	width: 27%;
	float: left;
}
.spalte_rechts {
	width: 23%;
	float: right;
}
.footerzusatz {
	height: 40px;
}
.footerzusatz p {
	line-height: 40px;
}
.impressum {
	width: 800px;
}
.impressum a {
	margin: 30px;
}
.karte {
	width: 300px;
}
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) {
.header {
	height: 282px;
}
.headerinhalt {
	width: 960px;
	height: 300px;
}
.content {
	padding-top: 0px;
	top: 950px;
}
.wechselbild {
	min-width: 960px;
	top: 290px;
}
.text {
	padding-top: 50px;
	max-width: 800px;
}
.text2 {
	max-width: 800px;
	padding-top: 270px;
}
.navigation {
	width: 800px;
	top: 310px;
}
.navispalte {
	width: 250px;
}
.navispalte_mitte {
	width: 250px;
	padding-left: 25px;
	padding-right: 25px;
}
.navi {
	max-width: 800px;
}
.navi a {
	width: 230px;
}
.footerinhalt {
	max-width: 960px;
	height: 358px;
}
.footer {
	height: 358px;
}
.logo {
	min-width: 800px;
	padding-top: 60px;
}
.footertext {
	max-width: 800px;
	height: 112px;
}
.spalte_links {
	width: 23%;
	float: left;
}
.spalte {
	width: 27%;
	float: left;
}
.spalte_rechts {
	width: 23%;
	float: right;
}
.footerzusatz {
	height: 40px;
}
.footerzusatz p {
	line-height: 40px;
}
.impressum {
	width: 800px;
}
.impressum a {
	margin: 30px;
}
.karte {
	width: 300px;
}
.galeriebild {
	padding: 10px;
}
}
@media only screen and (min-width: 751px) and (max-width: 999px) {
.header {
	height: 206px;
}
.headerinhalt {
	width: 700px;
	height: 300px;
}
.content {
	padding-top: 0px;
	top: 750px;
}
.wechselbild {
	min-width: 100%;
	top: 212px;
}
.text {
	padding-top: 50px;
	max-width: 700px;
}
.text2 {
	max-width: 700px;
	padding-top: 270px;
}
.navigation {
	width: 700px;
	top: 220px;
}
.navispalte {
	width: 200px;
}
.navispalte_mitte {
	width: 200px;
	padding-left: 25px;
	padding-right: 25px;
}
.navi {
	max-width: 650px;
}
.navi a {
	width: 200px;
}
.footerinhalt {
	max-width: 700px;
	height: 358px;
}
.footer {
	height: 358px;
}
.logo {
	width: 700px;
	padding-top: 60px;
}
.footertext {
	width: 700px;
	height: 112px;
}
.spalte_links {
	width: 23%;
	float: left;
}
.spalte {
	width: 27%;
	float: left;
}
.spalte_rechts {
	width: 23%;
	float: right;
}
.footerzusatz {
	height: 40px;
}
.footerzusatz p {
	line-height: 40px;
}
.impressum {
	width: 700px;
}
.impressum a {
	margin: 30px;
}
.karte {
	width: 300px;
}
.bild {
	width: 190px;
	height: auto;
}
.galeriebild {
	float: none;
	padding: 2px;
}
}
@media only screen and (min-width: 620px) and (max-width: 750px) {
.header {
	height: 179px;
}
.headerinhalt {
	width: 610px;
	height: 149px;
}
.content {
	padding-top: 109px;
	width: 100%;
	top: 290px;
}
.wechselbild {
	width: 100%;
	margin-top: 185px;
}
.headerbild {
	width: 100%;
	height: auto;
	z-index: 0;
}
.text {
	padding-top: 150px;
	width: 360px;
}
.text2 {
	width: 360px;
	padding-top: 250px;
	font-size: 12px;
}
.text p {
	font-size: 12px;
}
.text2 h1 {
	font-size: 12px;
}
.navigation {
	width: 500px;
	top: 180px;
	text-align: center;
}
.navispalte {
	width: 150px;
}
.navispalte_mitte {
	width: 150px;
	padding-left: 5px;
	padding-right: 5px;
}
.navi {
	width: 475px;
	font-size: 12px;
}
.navi a {
	width: 150px;
}
.footerinhalt {
	width: 600px;
	height: 200px;
	background: 100%;
}
.footer {
	height: 280px;
	font-size: 12px;
}
.logo {
	width: 360px;
	padding-top: 60px;
	display: none;
}
.footertext {
	width: 600px;
	height: 150px;
	padding-top: 60px;
	border: none;
}
.spalte_links {
	width: 25%;
	float: left;
}
.spalte {
	width: 25%;
	float: left;
}
.spalte_rechts {
	width: 25%;
	float: left;
}
.footerzusatz {
	height: 40px;
}
.footerzusatz p {
	line-height: 40px;
}
.impressum {
	width: 360px;
}
.impressum a {
	margin: 30px;
}
.karte {
	width: 300px;
}
.bild {
	width: 100px;
	height: auto;
}
.footer h1 {
	font-size: 13px;
}
.footer p {
	font-size: 12px;
}
.galeriebild {
	float: none;
	padding: 10px;
}
}
@media only screen and (min-width: 480px) and (max-width: 619px) {
.header {
	height: 140px;
}
.headerinhalt {
	width: 480px;
	height: 149px;
}
.content {
	padding-top: 109px;
	width: 100%;
	top: 220px;
}
.wechselbild {
	width: 100%;
	margin-top: 145px;
}
.headerbild {
	width: 100%;
	height: auto;
	z-index: 0;
}
.text {
	width: 360px;
	padding-top: 220px;
	font-size: 12px;
}
.text p {
	font-size: 12px;
}
.text h1 {
	font-size: 12px;
}
.navigation {
	width: 360px;
	top: 140px;
	text-align: center;
}
.navispalte {
	width: 113px;
}
.navispalte_mitte {
	width: 113px;
	padding-left: 5px;
	padding-right: 5px;
}
.navi {
	width: 360px;
	font-size: 12px;
}
.navi a {
	width: 100px;
}
.footerinhalt {
	width: 400px;
	height: 250px;
	background: 100%;
}
.footer {
	height: 300px;
	font-size: 12px;
}
.logo {
	width: 360px;
	padding-top: 60px;
	display: none;
}
.footertext {
	width: 400px;
	height: 150px;
	padding-top: 60px;
	border: none;
}
.spalte_links {
	width: 50%;
	float: left;
}
.spalte {
	width: 50%;
	float: left;
}
.spalte_rechts {
	width: 50%;
	float: left;
}
.footerzusatz {
	height: 40px;
}
.footerzusatz p {
	line-height: 40px;
}
.impressum {
	width: 360px;
}
.impressum a {
	margin: 60px;
}
.karte {
	width: 300px;
}
.bild {
	width: 100px;
	height: auto;
}
.footer h1 {
	font-size: 13px;
}
.footer p {
	font-size: 12px;
}
.galeriebild {
	float: none;
	padding: 10px;
}
}
@media only screen and (max-width: 479px) {
.header {
	height: 106px;
}
.headerinhalt {
	width: 360px;
	height: 149px;
}
.content {
	padding-top: 109px;
	width: 100%;
	top: 190px;
	z-index: 5;
}
.wechselbild {
	width: 100%;
	margin-top: 109px;
}
.headerbild {
	width: 100%;
	height: auto;
	z-index: 0;
}
.text {
	width: 360px;
	padding-top: 200px;
	font-size: 12px;
}
.text p {
	font-size: 12px;
}
.text h1 {
	font-size: 12px;
}
.navigation {
	width: 360px;
	top: 110px;
	text-align: center;
}
.navispalte {
	width: 113px;
}
.navispalte_mitte {
	width: 113px;
	padding-left: 5px;
	padding-right: 5px;
}
.navi {
	width: 360px;
	font-size: 12px;
}
.navi a {
	width: 100px;
}
.footerinhalt {
	width: 360px;
	height: 280px;
	background: 100%;
}
.footer {
	height: 390px;
	font-size: 12px;
}
.logo {
	width: 360px;
	padding-top: 60px;
	display: none;
}
.footertext {
	width: 360px;
	height: 150px;
	padding-top: 60px;
	border: none;
}
.spalte_links {
	width: 50%;
	float: left;
}
.spalte {
	width: 50%;
	float: left;
}
.spalte_rechts {
	width: 50%;
	float: left;
}
.footerzusatz {
	height: 40px;
}
.footerzusatz p {
	line-height: 40px;
}
.impressum {
	width: 360px;
}
.impressum a {
	margin: 55px;
}
.karte {
	width: 300px;
}
.bild {
	width: 100px;
	height: auto;
}
.footer h1 {
	font-size: 13px;
}
.footer p {
	font-size: 12px;
}
.galeriebild {
	float: none;
	padding: 10px;
}
}
