@font-face { font-family: 'Lithos Pro'; src: url('font/lithos_pro/lithos_pro.eot'); src: url('font/lithos_pro/lithos_pro.eot?#iefix') format('embedded-opentype'), url('font/lithos_pro/lithos_pro.svg#Lithos Pro') format('svg'), url('font/lithos_pro/lithos_pro.woff') format('woff'), url('font/lithos_pro/lithos_pro.ttf') format('truetype'); font-weight: normal; font-style: normal;}
@charset "utf-8";


/* CSS Document */

body
{
	background-color:#fff;
	color:#000;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	min-width: 300px;
	margin: 0;
	padding: 0;
	border: none;
	overflow-x: hidden;
}

.wrapper{
	position: relative;
	margin: 40px auto 0 auto;
	min-width: 300px;
	max-width: 1000px;
}

h1{
	color: #000;
    font-size:140%; 
	font-family: 'Lithos Pro', Arial, Helvetica, sans-serif;	
	font-weight: 400;
}
h2{
	color: #000;
    font-size:120%; 
	font-family: 'Lithos Pro', Arial, Helvetica, sans-serif;	
}

/*
a{
	color: #81a569;
	text-decoration: none;
	font-family: 'Lithos Pro';
}
a:hover{
	color: #91b579;
	text-decoration: none;
}
a:active{
	color: #81a569;
	text-decoration: none;
}	
a:visited{
	color: #81a569;
	text-decoration: none;
}	
*/
nav{
	/*position: relative;*/
}
#navigation{
	position: absolute;
	top: 14px;
	right: 10px;
	padding: 0;
	margin: 0;
	width: 240px;
	min-width: 160px;
	z-index: 1200;
}
#navigation ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation a{
	color: #c00;
	text-decoration: none;
}
#navigation a:hover{
	color: #e4958e !important;
	text-decoration: none;
}
#navigation a:active{
	color: #c00;
	text-decoration: none;
}	
#navigation a:visited{
	color: #c00;
	text-decoration: none;
}
#navigation .current_page_item a{
  color: #e4958e !important;
}
.navi_separator{
	height: 15px;
}

header{
	position: relative;
    margin: 0 0 10% 0;
    width: 100%;
	max-width: 1000px;
	font-family: 'Lithos Pro';
}
#logo{
	position: relative;
	margin: 0 0 0 -36px;
}

#siteTitle{
	position: absolute;
	top: 14px;
	left: 20%;
	font-size: 150%;
	font-family: 'Lithos Pro';
	color: #000;
	z-index:10;
}
.siteTitle_tel{
	position: relative;
	font-size: 15px;
	margin: 3px 0 12px 0;
}

#siteSentence_within_header{
	position: absolute;
	bottom: 3%;
	left: 20%;
	width: 75%;
	font-size: 15px;
	font-family: 'Lithos Pro', arial, sans-serif;
	color: #000;
	z-index:10;
}
#siteSentence_within_footer{
	position: relative;
	margin: 3% 3%;
	font-size: 15px;
	font-family: 'Lithos Pro', arial, sans-serif;
	color: #000;
	z-index:10;
	display: none;
}

#oeffnungszeiten{
	position: relative;
	top: 97px;
	right: 0;
	width: 250px;
	margin: 0;
	padding: 0;
	float: right;
	border: 1px none black;
	font-family: 'Lithos Pro';
	font-size: 15px;
}
#oeffnungszeiten td{
	border: 1px none black;
}

.content_main{
	position: relative;
	padding: 0;
	margin: 60px 0 0 0;
	width: 60%;
	min-width: 260px;
	min-height: 250px;
	font-family: Helvetica, Arial, sans-serif;
}

/* ############### bild div start ###### */

#bild_clipper{
	position: relative;
	left: 0;
	width: 100%;
	max-height: 250px;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 1px none black;
/*	
	background-color: #ffdc86;
	background-color: #c56169;
	background-color: #e16b5f;
	background-color: #646567;
*/
	z-index: 1;
}

#bild_clipper div{
	/*border: 1px none black; */
	/*opacity: 0.5; */
}
#bild_blende{
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
/*	background-image: url("images/maske_banner_2000px.png");*/
	z-index: 1111;
}
#bild_blende img{
	position: relative;
/*	width: 100%;*/
	height: 100%;
}
#bild_div{
	position: relative;
	top: 0;
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
}
#bild_div img{
	position: relative;
	width: 100%;
	height: auto;
}

/* ############### bild div end ###### */

#footer{}


/* ############### medias angaben start ########### */
@media (max-width: 1050px) {
	#logo{
		left: 20px;
	}
	.content_main{
		left: 20px;
	}
}
@media (max-width: 1000px) {
	#bild_clipper{
		position: relative;
		left: 0 !important;
		width: 100% !important;
		height: 100% !important;
	}
}

@media(max-width: 800px){
	#siteTitle{
		left: 160px;
	}
	#siteSentence_within_header{
		left: 160px;
	}
}

@media (max-width: 700px){
	#navigation{
		left: 160px !important;
		top: 120px;
	}
	#navigation li{
		margin: 0 0 5px 0;
	}
	#siteSentence_within_header{
		display: none;
	}
	#siteSentence_within_footer{
		display: block;
	}
	#oeffnungszeiten{
		top: 30px;
		left: 20px;
		float: none;
	}
	.content_main{
		width: 90%;
	}
}

@media (max-width: 400px){
	#siteTitle{
		position: relative;
		top: 0;
		left: 20px;
		width: 250px;
		font-size: 150%;
		border: 1px none black;
	}
	#navigation{
		position: relative;
		top: 15px;
		left: 20px !important;
		width: 160px;
		margin: 0;
		border: 1px none black;
	}
	#logo{
		position: absolute;
		right: 0;
		height: 250px;
		margin: 90px 0 auto auto;
		border: 1px none black;
	}
}

@media (max-width: 350px){ 
	#siteTitle{
		width: 250px;
		font-size: 150%;
	}
	#logo{
		margin: 90px 0 auto auto;
		height: 250px;
	}

}

/* ############### medias angaben ende ########### */

/* ############### klapper divs start ############ */

.layout-1{
	position: relative;
	border: 1px solid #e7e7e7;
	background-color: #fff;
	padding: 0;
}
.layout-1 h1{
	margin: 0;
	padding: 3px 10px;
	/*background-color: #f8f8f8;*/
	color: #c00;
	z-index: 11;
	cursor: pointer;
}
.layout-1 > div > div{
	display: none;
	margin: 15px;
}
/*
.layout-1 .bodytext{
	margin: 15px;
	display: none;
}
*/
.klapper_button{
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	display: none;
}
.klapper_button:hover{}

/* ############### klapper divs end ############ */

