@charset "UTF-8";

article, aside, figcaption,
figure, footer, header, hgroup,
menu, nav, section{
	display: block;
} 

#start{
	margin: 0%;
	padding: 0%;
	height: 100%;
    background-color: #efebe1;
	background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc5JyBoZWlnaHQ9JzE4JyB2aWV3Qm94PScwIDAgNSAxMCc+Cgk8cmVjdCB3aWR0aD0nMTEwJScgeD0nLTUlJyB5PSctNSUnIGhlaWdodD0nMTEwJScgZmlsbD0nI2ZmZicvPgoJPGxpbmUgeDE9Jy0yJyB5MT0nMScgeDI9JzcnIHkyPScxMCcgc3Ryb2tlPScjZTVlNWU1JyBzdHJva2Utd2lkdGg9JzIuMzUnLz4KCTxsaW5lIHgxPSctMicgeTE9JzYnIHgyPSc3JyB5Mj0nMTUnIHN0cm9rZT0nI2U1ZTVlNScgc3Ryb2tlLXdpZHRoPScyLjM1Jy8+Cgk8bGluZSB4MT0nLTInIHkxPSctNCcgeDI9JzcnIHkyPSc1JyBzdHJva2U9JyNlNWU1ZTUnIHN0cm9rZS13aWR0aD0nMi4zNScvPgoJPGxpbmUgeDE9JzcnIHkxPScxJyB4Mj0nLTInIHkyPScxMCcgc3Ryb2tlPScjZjJmMmYyJyBzdHJva2Utd2lkdGg9JzIuMzUnLz4KCTxsaW5lIHgxPSc3JyB5MT0nNicgeDI9Jy0yJyB5Mj0nMTUnIHN0cm9rZT0nI2YyZjJmMicgc3Ryb2tlLXdpZHRoPScyLjM1Jy8+Cgk8bGluZSB4MT0nNycgeTE9Jy00JyB4Mj0nLTInIHkyPSc1JyBzdHJva2U9JyNmMmYyZjInIHN0cm9rZS13aWR0aD0nMi4zNScvPgo8L3N2Zz4=);	

	}
	
h1{
	padding: 0% 0% 4% 0%;
	color: #000;
}

article p{
	color: #5f4b3d;
}

/*Galerie*/

.galerie {

	margin: 0% 0% 5% 0%;
	display: block;
	width: 100%;
	height: auto;
	background-color: #5f4b3d;
}

.bilder {

	padding: 1.5em;
}

.galerie a {

	text-decoration: none;
}

.galerie h2 {

	border-bottom: 2px dashed #7d5a42;
	padding-bottom: 0.4em;
	font-size: 2.5em;
	color: #fff;
	font-family: Calibri;
	text-decoration: none;
	text-align: center;
	
	
}
.img-angabe {

	font-size: 0.4em;
}

.thumbnail {
	
	border: 5px solid;
	border-color: #fff;
	max-width: 100%;	/*180px*/
	height: auto;
}

.thumbnail:hover {

	border: 5px solid #7d5a42;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

/*Galerie*/
.thumbnail-ausflugsziele{

	border: 5px solid;
	border-color: #dbdbdb; 

}
.thumbnail-ausflugsziele:hover{

	border: 5px solid #7d5a42;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.bildersammlung {

	position: relative; 
	width: 90%;
	height: auto;
	margin: 0% 0% 0% 5%;
}
.bildersammlung a {

	text-decoration: none;
}
/*++++++++++++++++++++++++++Navigation_Start++++++++++++++++++++++++++++++++++++++++++++++++++*/	
nav, ul, li, a {
	margin: 0;
	padding: 0;
	list-style: none;
	box-sizing: border-box;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

header {
	position: relative;
	width: 100%;
	float: left;
	background-color: #5f4b3d;
	margin: 0% 0% 5% 0%;
	z-index: 10;
}

header[class="kopf"] {margin:0;}	/*SONDERSTELLUNG FÜR INDEX.HTML->Abstand Bildslider*/

.logo {
	display: block;
	background-color: #5f4b3d; /*#fff*/
	margin: 0% 0% 0% 0%;
	width: 100%;
	height: auto;
	max-height: 80px;
}

nav {
	width: 100%;
	float: left;
	background: #5f4b3d;
	height: 0px;
	overflow: hidden;
	transition: height .2s ease-in-out;
}

nav li {
	float: left;
	width: 100%;
}

nav a {
	display: block;
	height: 100%;
	width: 100%;
	padding: 1em;
	text-decoration: none;
	color: white;
	border-top: 1px solid rgba(0,0,0,0.2);
}

nav a:hover {
	background: rgba(0,0,0,0.2);
}

.nav-toggle {
	background: rgba(0,0,0,0.2);
	display: block;
	position: relative;	/*Vorher-> 'absolute'*/
	right: 0;
	top: 0;
	padding: 1em;
	color: white;
	cursor: pointer;
	text-decoration: none;	
}

.nav-toggle:hover {
	background: rgba(0,0,0,0.4);
}

#nav-open:target .nav-closed {
	display: block;
}

.nav-closed,
#navi-closed:target .nav-closed,
#nav-open:target .nav-open {
	display: none;
}

@media screen and (max-width: 799px) {
	#nav-open:target nav {
		height: 260px;
	}

	.logo-fewo-broders {
	
	max-width: 400px;	
	}
	
	
}

@media screen and (min-width:800px) {
	
	.nav-toggle {
	
		display: none !important;
	}

	.logo {
		width: 100%;
		height: auto;
		float: left;	
	}
	
	.logo-fewo-broders {

		max-width: 400px;
		width: auto;
	}
	
	nav {
		float: right;
		width: auto;
		display: block !important;
		height: auto;
	}
	
	nav li {
		width: auto;
		padding: 0;
	}
}/*
* {margin: 0%;}	*/	/*-->Stern(*) & p -->Muss margin=0, da sich sonst die Kopfzeile nach unten verschiebt, wodurch Leerraum entsteht!**/
article .text, p, h1 {margin: 0%;}

.current {
	background-color: rgba(0,0,0,0.4);
}
/*++++++++++++++++++++++++++Navigation_Ende+++++++++++++++++++++++++++++++++++++++++++++++++++*/



/*++++++++++++++++++++++++++++++Footer_Start++++++++++++++++++++++++++++++++++++++++++++++++++*/
footer[role="contentinfo"]{

	background-color: #5f4b3d;/*#D8D8D8;*/ /* #CAE4E2,e7e6d6**/
	margin: 20% 0% 0% 0%;
	padding: 0%;
	height: 29em;
	bottom: 0;
	clear: both;
	font-family: Calibri;
}
#footer{

	width: 100%;
}

.anschrift {

	color: #fff;
	font-size: 1.2em;
	text-align: center;
	padding: 5px;
}

.buchen p a {

	width: 150px;
	height: 25px;
	background-color: #efebe1;
	text-align: center;
	padding: 10px;
	border: 2px solid #7d5a42;
	text-decoration: none;
	font-family: Calibri;
	font-size: 1.4em;
	color: #000;
}

.buchen p a:hover {

	background-color: #cdc8bc;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

.link-impr a{

	color: #fff;
	font-family: Calibri;
	text-decoration: none;
	line-height: 1.5em;
	position: relative;
	top: 2.5em;
	left: 5%;
}
.link-impr a:hover{

color: #0489B1;
}

.fb a img{

	width:40px;
	position: relative;
	top: 1.0em;
	left: 80%;
	padding: 0%;
	margin: 0%;
}

.fb a img:hover {

	background-color: #7d5a42;
}

.copyright{

	display: block;
	position: relative;
	top: 2.8em;
	text-align: center;
	color: #fff;
	border-top: dashed #7d5a42 1.5px;
	padding-top: 0.5em;
}
/*++++++++++++++++++++++++++++++Footer_Ende+++++++++++++++++++++++++++++++++++++++++++++++++++*/



/*++++++++++++++++++++++++++++++responsiveslides-css_Start++++++++++++++++++++++++++++++++++++*/
/*! http://responsiveslides.com v1.55 by @viljamis */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0% auto 5% auto;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  margin: 0;
  }
/*+++++++++++++++++++++++++++++responsiveslides-css_Ende++++++++++++++++++++++++++++++++++++++*/