/**************************************************************************************************************************/
/*
Theme Name: Bernd Schleifer
Author: Vivian Müller

 Farben
Hintergrund (gelb): #fef6c7
Schrift (hell): #7f7b7c
Schrift (dunkel): #644320

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



body {
color: #7f7b7c;
font-size: 12px;
font-family: verdana, arial, helvetica, sans-serif;
background: #fff;
padding-top: 20px;
margin: 0;
Background-color: #fef6c7;
}

html {
	height: 101%;
}

#wrapper {
    margin: 0 auto;
    max-width: 960px;
    width: 96%;
	Background-color: #fff;
}

#header{
	height: 265px;
}

#content{
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
	width: 100%;
}

#breadcrumbs {
    font-size: 0.8em;
    padding-top: 1em;
}

#breadcrumbs a{
    text-decoration: underline;
	color: #644320;
}

#breadcrumbs a:hover{
    text-decoration: none;
}

.content-mitte {
	width: 80%;
	float: left;
}

.content-mitte-start {
	width: 80%;
	float: right;
}

.content-rechts {
	width: 20%;
	float: right;
	text-align: right;
}

.content-mitte-breit {
	width: 100%;
	float: left;
}

#footer {
    background-color: #69383B;
    clear: both;
    color: white;
    font-size: 0.8em;
    padding: 0.2em;
    text-align: left;
	/* Funktioniert nur auf großen, nicht auf kleinen Bildschirmen
	bottom: 0px;
	position: sticky;
	*/
}

#footer a{
	color: white;
}
#footer a:hover{
	color: white;
	text-decoration: none;
}
ul li {
	list-style: none;
}


a {color: #644320;}
a:visited {color: #644320;}
a:hover {text-decoration:none;}



/* Schriften */

h1 {
	font-size: 1.2em;
	line-height: 1.7;
	font-weight: bold;
	color: #644320;
	margin-top: 0;
	margin-left: 6px;
}

h2 {
	font-size: 1em;
	line-height: 1.7;
	font-weight: bold;
	color: #644320;
}

.faq h2 {
	font-size: 1.1em;
	margin-left: 4em;
}

.gallery h2 {
	font-size: 1.1em;
}

h3 {

	line-height: 1.7;
	font-weight: bold;
	color: #644320;
}

p {
    font-size: 1.1em;
    margin-left: 4em;
    margin-right: 5em;
    margin-top: 2px;
}

.dunkelbraun {
	color: #644320;
}

.gallery img{
    width: 230px;
	/*height: 230px;*/
}
/*
div.bild {
   width:230px;
   height:230px;
   text-align: center
   overflow:hidden;
   float: left;
}
*/




/* Responsiv Design */
@media only screen and (min-width: 320px) and (max-width: 800px) {
	

	.content-rechts {
		display: none;
	}

	.content-mitte {
		width: 100%;
	
	}
	
	p {
		margin-right:0em;
	}
}