/*

Theme Name: Mee(h)r erleben
Theme URI: http://www.meehr-erleben.com/
Description: Seitengestaltung von Phlippe von Hogendorf
Author: Michael Zimmer
Author URI: http://vonhogendorf.de/
Version: 1.0
Tags: 

License:
License URI:

*/



body {
	margin:0 0 0 0;
	padding:0 0 0 0;}

a{
	text-decoration:none;
	border:0;
}

a:hover{
	text-decoration:none;
	border:0;
}


ul {
	margin:0 0 0 0;
	padding:0 0 0 0;
}

li {
	margin:0 0 0 0;
	padding:0 0 0 0;
	list-style-type:none;
}

p {
	margin:0 0 0 0;
	padding:0 0 0 0;
}


/*###################################################################################*/
/* Generelle Schriftangaben */
/*###################################################################################*/

h1 {
	margin:0 0 0 0;
	padding:0 0 0 0;
}

h2 {
}

h3 {

}

h4 {

}

strong {
	font-weight:bolder;

}

/*###################################################################################*/
/* Header */
/*###################################################################################*/


header {
	position: relative;
	width: 1200px;
	height: 125px;
	margin: 0 auto;
	padding: 0 0 0 0;
	background: rgba(0,0,0,0.35);
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	z-index: 200;
}

a.logo {
	width: 214px;
	height: 111px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: url("img/logo.png") center no-repeat;
}

header nav {
	width: 80%;
	height: 35px;
	margin: 90px 0 0 0;
	padding: 0 0 0 0;
}

header nav a {
	display: inline-flex;
	width: 22%;
	height: 27px;
	margin: 0 0 0 0;
	padding: 8px 0 0 2%;
	color:rgba(255,255,255,0.70);
	font:0.9em 'Nunito', sans-serif;
	text-align: center;
	transition: all 0.2s ease; 
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease; 
    -o-transition: all 0.2s ease;
}

header nav a:hover {
	color:rgba(255,255,255,0.80);
	background: rgba(198,156,109,1.00);
}



/*###################################################################################*/


section#headerbild {
	position: relative;
	width: 100%;
	height: 726px;
	margin: -125px 0 0 0;
	padding: 0 0 0 0;
	background: url("img/header.jpg") center no-repeat;
	background-size: cover;
	z-index: 1;
}

section#headerbild article {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 0 0 0 0;
}

.hauptlogo {
	width: 561px;
	height: 291px;
	margin: 0 0 -250px 8%;
    padding: 400px 0 0 0;
	background: url("img/hauptlogo.png") center no-repeat;
}


section#headerbild h1{
	width: 100%;
	height: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color:rgba(255,255,255,1.0);
	font:10em 'Niconne', cursive;
	text-align: center;
}




/*###################################################################################*/
/* Startbereich */
/*###################################################################################*/

section#start {
	width: 100%;
	height: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: rgba(198,156,109,0.40);
}

section#start article {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 0 0 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.startbild {
	width: 50%;
	height: 387px;
	margin: 50px 0 50px 0;
	padding: 0 0 0 0;
	background: url("img/startbild.jpg") center no-repeat;
	background-size: cover;
}

section#start article div.textblock {
	width: 47%;
	height: auto;
	margin: 50px 0 0 0;
}

section#start article h1 {
	width: 100%;
	height: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color:rgba(198,156,109,1.0);
	font:4em 'Niconne', cursive;
	text-align: left;
}

section#start article h3 {
	width: 99%;
	height: auto;
	margin: 0 0 0 1%;
	padding: 0 0 0 0;
	color:rgba(198,156,109,1.0);
	font:bold 1.5em 'Nunito', sans-serif;
	text-align: left;
}

section#start article p {
	width: 99%;
	height: auto;
	margin: 0 0 0 1%;
	padding: 0 0 0 0;
	color:rgba(198,156,109,1.0);
	font:1.1em 'Nunito', sans-serif;
	line-height: 1.5em;
	text-align: left;
	
}


/*###################################################################################*/
/* Video*/
/*###################################################################################*/


section#film {
	width: 100%;
	height: auto;
	margin: 50px 0 0 0;
	padding: 0 0 0 0;
	background: rgba(198,156,109,0.20);
}

section#film article {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 0 0 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

section#film article iframe {
	width: 47%;
	height: 316px;
    margin: 50px 0 50px 0;
}

section#film article div.textblock {
	width: 47%;
	height: auto;
	margin: 50px 0 0 0;
}


section#film article h2 {
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	color:rgba(198,156,109,1.0);
	font:2.5em 'Niconne', cursive;
	text-align: left;
}

section#film article p {
	width: 99%;
	height: auto;
	margin: 0 0 0 1%;
	padding: 0 0 0 0;
	color:rgba(198,156,109,1.0);
	font:1.1em 'Nunito', sans-serif;
	line-height: 1.5em;
	text-align: left;
	
}





/*###################################################################################*/
/* Buchungsbereich */
/*###################################################################################*/



section#buchung {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 0 0 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.icon {
	width: 50px;
	height: 50px;
	margin: 50px 0 0 25%;
	padding: 0 0 0 0;
	background: url("img/icon.png") center no-repeat rgba(198,156,109,1.0);
}

a.buchen {
	width: 50%;
	height: 50px;
	margin: 50px 18% 0 0;
	padding: 0 0 0 0;
	color:rgba(255,255,255,1.0);
	font:2em 'Nunito', sans-serif;
	line-height: 1.5em;
	text-align: center;
	background: rgba(198,156,109,1.0);
	transition: all 0.2s ease; 
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease; 
    -o-transition: all 0.2s ease;
}

a.buchen:hover {
	background: rgba(198,156,109,0.50);
}


section#buchung article {
	width: 32%;
	height: auto;
	margin: 25px 0 0 0;
	padding: 0 0 0 0;
}

section#buchung article div {
	width: 100%;
	height: 199px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#event {
	background: url("img/bild_kalender.jpg") center no-repeat;
	background-size: cover;
}

#ausflug{
	background: url("img/bild_ziele.jpg") center no-repeat;
	background-size: cover;
}

#freizeit {
	background: url("img/bild_angebote.jpg") center no-repeat;
	background-size: cover;
}


section#buchung article a {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 0 0;
	padding: 5px 0 8px 0;
	color:rgba(198,156,109,1.0);
	font:bold 1.6em 'Nunito', sans-serif;
	line-height: 1.5em;
	text-align: center;
	transition: all 0.2s ease; 
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease; 
    -o-transition: all 0.2s ease;
}

section#buchung article a:hover {
	color:rgba(255,255,255,1.0);
	background:rgba(198,156,109,0.9);
}



/*###################################################################################*/
/* Text */
/*###################################################################################*/

section#text {
	width: 100%;
	height: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: rgba(198,156,109,0.40);
}

section#text article {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 50px 0 50px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

section#text article h1 {
	width: 100%;
	height: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color:rgba(198,156,109,1.0);
	font:4em 'Niconne', cursive;
	text-align: left;
}

section#text article h2 {
	width: 100%;
	height: auto;
	margin: 15px 0 0 0;
	padding: 0 0 0 0;
	color:rgba(198,156,109,1.0);
	font:bold 1.5em 'Nunito', sans-serif;
	text-align: left;
}

section#text article h3 {
	width: 100%;
	height: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color:rgba(198,156,109,1.0);
	font:1.3em 'Nunito', sans-serif;
	text-align: left;
}

section#text article h4 {
	width: 100%;
	height: auto;
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
	color:rgba(198,156,109,1.0);
	font:1.1em 'Nunito', sans-serif;
	text-align: left;
}


section#text article p{
	width: 100%;
	height: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color:rgba(198,156,109,1.0);
	font: 1em 'Nunito', sans-serif;
	text-align: left;
}

section#text article strong{
	margin: 15px 0 0 0;
	font: bold 1.1em 'Nunito', sans-serif;
	color:rgba(198,156,109,1.0);
	text-align: left;
}
	
section#text article p a {
	color:rgba(198,156,109,1.0);
	font: 1em 'Nunito', sans-serif;
	text-align: left;
}

section#text article p a:hover {
	color:rgba(198,156,109,0.8);

}

section#text article ul {
	width: 100%;
	height: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

section#text article ul li {
	width: 100%;
	height: auto;
	margin: 5px 0 5px 0;
	padding: 0 0 0 0;
	font: bold 1.1em 'Nunito', sans-serif;
	color:rgba(198,156,109,1.0);
	list-style-type: circle !important;
	list-style-position: inside;
}

/*###################################################################################*/
/* Footer */
/*###################################################################################*/


footer {
	width: 100%;
	height: auto;
	margin: 100px 0 0 0;
	padding: 0 0 100px 0;
	background:rgba(198,156,109,0.9);
}

footer section#wichtiges {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 0 0 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


footer section#wichtiges .wetter {
	width: 32%;
	height: 320px;
	margin: 50px 0 0 0;
	padding: 0 0 0 0;
	background: rgba(255,255,255,0.36);
}

.wetterbereich {
    overflow: hidden;
    position: relative;
    width: 78% !important;
    height: 300px !important;
    margin: 15px 10% 0 12%;
    padding: 0 0 0 0;
    color: rgba(255,255,255,1.0);
    font: 0.9em 'Nunito', sans-serif;
}

.wcom-city a {
	color: rgba(255,255,255,1.0) !important;
    font: 1.2em 'Nunito', sans-serif !important;
}


footer article {
	width: 60%;
	height: auto;
	margin: 50px 0 0 0;
	padding: 0 0 0 0;
}

footer section#wichtiges nav {
	width: 100%;
	height: 35px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

footer section#wichtiges nav a {
	display: inline-flex;
	width: 30%;
	height: 27px;
	margin: 0 0 0 0;
	padding: 8px 0 0 2%;
	color:rgba(255,255,255,0.70);
	font:0.9em 'Nunito', sans-serif;
	text-align: right;
	transition: all 0.2s ease; 
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease; 
    -o-transition: all 0.2s ease;
}

footer section#wichtiges nav a:hover {
	color:rgba(198,156,109,0.80);
	background: rgba(255,255,255,0.80);
}

footer section#wichtiges article p {
	width: 98%;
	height: auto;
	margin: 0 0 0 2%;
	padding: 0 0 0 0;
	color:rgba(255,255,255,0.8);
	font:1em 'Nunito', sans-serif;
	line-height: 1.5em;
	text-align: left;
}

footer section#wichtiges article h3 {
	width: 98%;
	height: auto;
	margin: 128px 0 0 2%;
	padding: 0 0 0 0;
	color:rgba(255,255,255,0.8);
	font:bold 1.5em 'Nunito', sans-serif;
	line-height: 1.5em;
	text-align: left;
}


/*###################################################################################*/
/* Hier werden alle Retinagrafiken verwaltet */
/*###################################################################################*/


@media screen and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
	
	a.logo {
		background: url("img/logo@2x.png") center no-repeat;
		-moz-background-size:214px 111px;
			-o-background-size:214px 111px;
			-webkit-background-size:214px 111px;
			background-size:214px 111px;
	}
	
	.hauptlogo {
		background: url("img/hauptlogo@2x.png") center no-repeat;
		-moz-background-size:561px 291px;
			-o-background-size:561px 291px;
			-webkit-background-size:561px 291px;
			background-size:561px 291px;
	}

	
	.startbild {
		background: url("img/startbild@2x.jpg") center no-repeat;
		-moz-background-size:573px 387px;
			-o-background-size:573px 387px;
			-webkit-background-size:573px 387px;
			background-size:573px 387px;
	}
	
	.icon {
		background: url("img/icon@2x.png") center no-repeat rgba(198,156,109,1.0);
		-moz-background-size:50px 50px;
			-o-background-size:50px 50px;
			-webkit-background-size:50px 50px;
			background-size:50px 50px;
	}
	
	#event {
		background: url("img/bild_kalender@2x.jpg") center no-repeat;
		-moz-background-size:388px 199px;
			-o-background-size:388px 199px;
			-webkit-background-size:388px 199px;
			background-size:388px 199px;
	}

	#ausflug{
		background: url("img/bild_ziele@2x.jpg") center no-repeat;
		-moz-background-size:388px 199px;
			-o-background-size:388px 199px;
			-webkit-background-size:388px 199px;
			background-size:388px 199px;
	}

	#freizeit {
		background: url("img/bild_angebote@2x.jpg") center no-repeat;
		-moz-background-size:388px 199px;
			-o-background-size:388px 199px;
			-webkit-background-size:388px 199px;
			background-size:388px 199px;
	}
	
	
	
}





@media screen and (max-width:1200px) {
	
	header, section#headerbild article, section#start article, section#buchung, footer section#wichtiges, section#text article, section#film article {
		width: 90%;
	}
	
	.hauptlogo {
		width: 100%;
		height: 291px;
		margin: 0 0 -250px 0;
		padding: 400px 0 0 0;
	}
	
	footer section#wichtiges .wetter {
		width: 40%;
	}
	
	footer article {
		width: 50%;
	}
	
}


@media screen and (max-width:1050px) {
	
	
	section#headerbild {
		height: 620px;
	}
	
	section#headerbild h1{
		font:8em 'Niconne', cursive;
		text-align: center;
	}
	
	.hauptlogo {
		margin: 0 0 -200px 0;
    	padding: 300px 0 0 0;
		-moz-background-size:480px 249px;
			-o-background-size:480px 249px;
			-webkit-background-size:480px 249px;;
			background-size:480px 249px;
		
	}
	
	section#start article h1 {
		font:3em 'Niconne', cursive;
	}

	section#start article h3 {
		font:bold 1.3em 'Nunito', sans-serif;
		text-align: left;
	}

	section#start article p {
		font:1em 'Nunito', sans-serif;
		line-height: 1.5em;

	}
	
}



@media screen and (max-width:950px) {
	
	.wetterbereich {
		overflow: hidden;
		position: relative;
		width: 100% !important;
		height: 300px !important;
		margin: 15px 0 0 0;
		padding: 0 0 0 0;
		color: rgba(255,255,255,1.0);
		font: 0.9em 'Nunito', sans-serif;
	}
	
	
	
}





@media screen and (max-width:850px) {
	
	a.logo {
		display: none;
	}

	header {
		height: 35px;
		background: rgba(0,0,0,0.45);
	}
	
	header nav {
		width: 100%;
		height: 35px;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}
	
	
	section#headerbild {
		height: 500px;
	}
	
	section#headerbild h1{
		font:6.5em 'Niconne', cursive;
		text-align: center;
	}
	
	.hauptlogo {
		margin: 0 0 -150px 0;
		padding: 200px 0 0 0;
		-moz-background-size:410px 213px;
			-o-background-size:410px 213px;
			-webkit-background-size:410px 213px;
			background-size:410px 213px;
	}
	
	.startbild {
		width: 100%;
		height: 350px;
		margin: 50px 0 0 0;
	}
	
	section#start article div.textblock {
		width: 100%;
		margin: 25px 0 50px 0;
	}
	
	section#start article h1 {
		font: 5em 'Niconne', cursive;
	}
	
	section#start article h3 {
		font: bold 1.5em 'Nunito', sans-serif;
		text-align: left;
	}
	
	section#start article p {
		font: 1.2em 'Nunito', sans-serif;
		line-height: 1.5em;
	}
	
	.icon {
		width: 50px;
		height: 50px;
		margin: 50px 0 0 0;
	}
	
	
	a.buchen {
		width: 90%;
		height: 50px;
		margin: 50px 0 0 0;
		padding: 0 0 0 0;
	}
	
	section#film article iframe {
		width: 47%;
		height: 202px;
		margin: 25px 0 25px 0;
	}
	
	
}


@media screen and (max-width:750px) {

footer section#wichtiges .wetter {
		width: 100%;
	}
	
	footer article {
		width: 100%;
	}
	
	.wetterbereich {
		overflow: hidden;
		position: relative;
		width: 60% !important;
		height: 300px !important;
		margin: 0 20% 0 25%;
		padding: 0 0 0 0;
		color: rgba(255,255,255,1.0);
		font: 0.9em 'Nunito', sans-serif;
	}
}


@media screen and (max-width:680px) {
	
	
	header {
		height: 35px;
	}
	
	header nav {
		width: 100%;
		height: 35px;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}
	
	section#headerbild {
		height: 300px;
		margin: -35px 0 0 0;
	}
	
	
	
	section#headerbild h1{
		font:5.5em 'Niconne', cursive;
		text-align: center;
	}
	
	.hauptlogo {
		height: 156px;
		margin: 0 0 -60px 0;
		padding: 80px 0 0 0;
		-moz-background-size:300px 156px;
			-o-background-size:300px 156px;
			-webkit-background-size:300px 156px;
			background-size:300px 156px;
	}
	
	section#start article h1 {
		font: 3.5em 'Niconne', cursive;
	}
	
	section#start article h3 {
		font: bold 1.3em 'Nunito', sans-serif;
		text-align: left;
	}
	
	section#start article p {
		font: 1em 'Nunito', sans-serif;
		line-height: 1.5em;
	}
	
	section#buchung article {
		width: 100%;
		height: auto;
		margin: 25px 0 0 0;
		padding: 0 0 0 0;
	}
	
	section#film article div.textblock {
		width: 100%;
		height: auto;
		margin: 25px 0 0 0;
	}
	
	section#film article iframe {
		width: 100%;
		height: 352px;
		margin: 25px 0 25px 0;
	}
	
	section#film article p {
    font: 1em 'Nunito', sans-serif;
    line-height: 1.5em;
}

}


@media screen and (max-width:570px) {
	
	
	section#headerbild h1{
		font:4em 'Niconne', cursive;
		line-height: 0.8em;
		text-align: center;
	}
	
	
	.hauptlogo {
		height: 156px;
		margin: 0 0 -75px 0;
    	padding: 135px 0 0 0;
		-moz-background-size:260px 135px;
			-o-background-size:260px 135px;
			-webkit-background-size:260px 135px;
			background-size:260px 135px;
	}

	header nav a {
		position: relative;
		padding: 9px 0 0 2%;
		font: 0.75em 'Nunito', sans-serif;
		
	}
	
	
	.icon {
		display: none;
	}
	
	
	a.buchen {
		width: 100%;
		height: auto;
	}
	
	section#film article iframe {
		width: 100%;
		height: 288px;
		margin: 25px 0 25px 0;
	}
	
}

@media screen and (max-width:480px){

	.wetterbereich {
		overflow: hidden;
		position: relative;
		width: 100% !important;
		height: 300px !important;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		color: rgba(255,255,255,1.0);
		font: 0.9em 'Nunito', sans-serif;
	}
	
	section#film article iframe {
		width: 100%;
		height: 241px;
		margin: 25px 0 25px 0;
	}

}


@media screen and (max-width:420px) {
	
	header{
		width: 100%;
		height: auto;
	}
	
	
	header nav {
		height: auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	
	header nav a {
		display: inline-flex;
		width: 48%;
		padding: 9px 0 0 2%;
		font: 0.75em 'Nunito', sans-serif;
		border-bottom: 1pt solid rgba(255,255,255,0.55);
	}
	
	section#headerbild {
		height: 300px;
		margin: -75px 0 0 0;
	}
	
	section#headerbild h1{
		font:3.5em 'Niconne', cursive;
		line-height: 0.8em;
		text-align: center;
	}
	
	section#film article iframe {
		width: 100%;
		height: 198px;
		margin: 25px 0 25px 0;
	}
	
	
}


