@charset "utf-8";
/* Einfache fließende Medien
   Hinweis: Für fließende Medien müssen Sie die Attribute 'height' und 'width' des Medium aus dem HTML-Code entfernen
   http://www.alistapart.com/articles/fluid-images/ 
*/
@import url(http://fonts.googleapis.com/css?family=Pontano+Sans|Open+Sans|Waiting+for+the+Sunrise);
@import url(http://weloveiconfonts.com/api/?family=entypo);

/* entypo */
[class*="entypo-"]:before {
  	font-family: 'entypo', sans-serif;
}

img, object, embed, video {
	max-width: 100%;
}
/* IE 6 unterstützt keine maximale Breite, verwenden Sie daher eine Standardbreite von 100% */
.ie6 img {
	width:100%;
}
@font-face {
	font-family: 'flexslider-icon';
	src:url('../fonts/webfonts/flexslider-icon.eot');
	src:url('../fonts/webfonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/webfonts/flexslider-icon.woff') format('woff'),
		url('../fonts/webfonts/flexslider-icon.ttf') format('truetype'),
		url('../fonts/webfonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* --Clearfix */
.cf:before,
.cf:after {content:""; display:table;}
.cf:after {clear:both;}
.cf {zoom:1;}

.toggle { margin: 2px 0 0 14px; float: left; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; }
.toggle li { float: left; }
.toggle li a {width: 50px; padding: 6px 0; text-align: center; display: block; text-shadow: 1px 1px 0 #fff; font-size: 12px; font-weight: 600; color: #666; -webkit-border-radius: 0 4px 4px 0; -moz-border-radius: 0 4px 4px 0; -o-border-radius: 0 4px 4px 0; border-radius: 0 4px 4px 0; 

background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#ededed 100%); /* IE10+ */
background: linear-gradient(top, #ffffff 0%,#ededed 100%); /* W3C */

box-shadow: inset 1px 1px 0 #fff, inset -1px -1px 0 #fff;
-moz-box-shadow: inset 1px 1px 0 #fff, inset -1px -1px 0 #fff;
-webkit-box-shadow: inset 1px 1px 0 #fff, inset -1px -1px 0 #fff;

}
.toggle li:first-child a {-webkit-border-radius: 4px 0 0 4px; -moz-border-radius: 4px 0 0 4px; -o-border-radius: 4px 0 0 4px; border-radius: 4px 0 0 4px;}
.toggle li a:hover { background: #ededed; color: #222; }
.toggle li a.active { background: #c8e0f3; color: #325874; cursor: default; box-shadow: inset 0 0 3px rgba(0,0,0,0.4); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.4); -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.4); }

.slider { margin: 50px 0 10px!important;}

/*
	Dreamweaver-Eigenschaften für fließende Raster
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		10;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Idee durch den Artikel "Responsive Web Design" von Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	und "Golden Grid System" von Joni Korpi
	http://goldengridsystem.com/
*/

/* Layout für Mobilgeräte: 480 px oder weniger. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
}

#logo {
	clear: both;
	float:left;
	margin-left: 0;
	width: 47.3684%;
	display: block;
}
#zitat{
	clear: both;
	float: left;
	margin-left: 26.3157%;
	margin-bottom:25px;
	width: 47.3684%;
	display: block;
	text-align:center;

}

#nav {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height:200px;
	height:12.5rem;
	display: block;
}

#whg {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#ziele {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#preise {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#img {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
body{
	font-family: 'Pontano Sans', sans-serif;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 0.5px;
	line-height: 1.5;
	padding: 0 20px 0 20px;
	}
h1,h2,h3,h4,h5,h6 {
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 25px 0 0;
	margin: 2.5rem 0 0rem;
	padding: 0;
	text-transform: uppercase;
}

h1 {
	font-size: 22px;
	font-size: 2.2rem;
}

h2 {
	font-size: 20px;
	font-size: 2rem;
}

h3 {
	font-family: 'Waiting for the Sunrise', cursive;
	font-size: 18px;
	font-size: 1.8rem;
	text-transform:none;
	transform:rotate(-20deg);
	text-align:left;
	line-height:1;
}

h4 {
	font-size: 16px;
	font-size: 1.6rem;
	color:#9cc;
}

h5 {
	font-size: 14px;
	font-size: 1.4rem;
	text-align: left;
	color:#9cc;
}

h6 {
	font-size: 12px;
	font-size: 1.2rem;
	color:#333;

}
a{
	text-decoration:none;
	color: #333;
	font-size: 13px;
	letter-spacing: 2px;
	padding: 0;
}
a:hover{
	color:#666;
	}
a:visited{
	color: #333;
}
a.weiter{
	text-transform: uppercase;
}

nav ul {
	margin: 0;
	padding: 0;
	height: 10px;
}
nav ul li{
	list-style: none;
	background: #ffF;
	padding:5px;
	text-align: left;
	border-top: 1px solid #9CC;
	position: relative;

}
nav ul li:first-child{
	margin:20px 0 0 0;
}

nav ul li:last-child{
	border-bottom:1px solid #9cc;;
}
nav ul li:hover{
	background-color:#9CC;
	color:#333;
}
nav ul li:hover ul {
	height:auto;
	}
nav ul li ul {
	height:0;
	overflow:hidden;
	opacity:0;
	position:absolute;
	top:45px;
	left: 0;
}
nav ul li ul li{
	width:130px;
}
nav ul li ul li:first-child{
	border-radius:10px 10px 0 0;
}
nav ul li ul li:last-child{
	border-radius:0 0 10px 10px;
	border:none;
}
#footer ul.footer{
	margin: 0;
	padding: 0;
	height: 10px;
}
#footer ul.footer li{
	list-style: none;
	float: left;
	background: #ffF;
	padding: 0;
	text-align: center;
	position: relative;
	overflow: auto;
}
#footer ul.footer li:last-child{
	padding: 0 0 0 50px;
}
#info{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#info2a{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#info2b{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#info2c{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#info2{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#bilder {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	overflow: hidden;
	}


/* Layout für Tablet-PCs: 481 bis 768 px. Erbt Stile vom: Layout für Mobilgeräte. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 91.14%;
	padding-left: 0.93%;
	padding-right: 0.93%;
}
#logo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 69.3877%;
	display: block;
	margin:0 0 20px 0;
}
#nav {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height:20px;
	height:2.0rem;
	display: block;
}
#whg {
	clear: both;
	float: left;
	margin-left: 0;
	width: 48.9795%;
	display: block;
}
#ziele {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 48.9795%;
	display: block;
}
#preise {
	clear: both;
	float: left;
	margin-left: 0;
	width: 48.9795%;
	display: block;
}
#img {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 48.9795%;
	display: block;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
nav ul {
	margin: 0;
	padding: 0;
	float:left;
	height: 10px;
	box-shadow:0px 0px 32px 0px #FFF;
	border-radius:10px;
}
nav ul li{
	list-style: none;
	float: left;
	background: #ffF;
	padding: 10px;
	text-align: center;
	border-top: 1px solid #9CC;
	position: relative;
	overflow: auto;
}
nav ul li:first-child{
	margin:0 0 0 0;
}
nav ul li:last-child{
	border-bottom:none;
}
nav ul li:hover{
	background-color:#9CC;
	color:#fff;
}
nav ul li:hover ul {
	height:auto;
	}
nav ul li ul {
	height:0;
	overflow:hidden;
	opacity:0;
	position:absolute;
	top:45px;
	left: 0;
}
nav ul li ul li{
	width:130px;
}
nav ul li ul li:first-child{
	border-radius:10px 10px 0 0;
}
nav ul li ul li:last-child{
	border-radius:0 0 10px 10px;
	border:none;
}
#zitat{
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 18.3673%;
	display: block;
}
#info{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#info2a{
	clear: both;
	float: left;
	margin-left: 0;
	width: 48.9795%;
	display: block;
}
#info2b{
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 48.9795%;
	display: block;
}
#info2c{
	clear: both;
	float: left;
	margin-left: 0;
	width: 48.9795%;
	display: block;
}
#info2{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#bilder{
	clear: both;
	float: left;
	width: 100%;
	margin-left:0;
	display: block;
	overflow:hidden;
}
}

/* Desktoplayout: 769 bis maximal 1232 px.  Erbt Stile von: den Layouts für Mobilgeräte und Tablet-PCs. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
}
#logo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 57.6271%;
	display: block;
}
#nav {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#whg {
	clear: both;
	float: left;
	margin-left: 0;
	width: 49.1525%;
	display: block;
}
#ziele {
	clear: none;
	float: left;
	margin-left: 1.6949%;
	width: 49.1525%;
	display: block;
}
#preise {
	clear: both;
	float: left;
	margin-left: 0;
	width: 49.1525%;
	display: block;
}
#img {
	clear: none;
	float: left;
	margin-left: 1.6949%;
	width: 49.1525%;
	display: block;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#zitat {
	clear: none;
	float: left;
	margin-left: 1.6949%;
	width: 15.2542%;
	display: block;
}
#info {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#info2a {
	clear: both;
	float: left;
	margin-left: 0;
	width: 32.2033%;
	display: block;
}
#info2b {
	clear: none;
	float: left;
	margin-left: 1.6949%;
	width: 32.2033%;
	display: block;
}
#info2c {
	clear: none;
	float: left;
	margin-left: 1.6949%;
	width: 32.2033%;
	display: block;
}
#info2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#bilder {
	clear: both;
	float: left;
	width: 100%;
	max-width:640px;
	display: block;
	overflow:hidden;
}
}
