html
	{
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
font-size: 1em;
font-weight: 200;
	min-height: 100%;
	}
body
	{
	border-style: solid;
	border-width: 0px 7px;
	width: 516px;
	margin: 0px auto;
	position:relative; /* needed for footer positioning*/
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100% !important; /* real browsers */
	min-height:800px; /* real browsers */
	}
div#container
	{
	padding: 0px 8px 25px 8px;
	height: 100%;
	max-width: 516px;
	}
div#header
	{
	height: 4em;
	padding: 20px 0px 0px 0px;
	margin-bottom: 20px;
	}
div#footer
	{
	clear: both;
	font-size: 0.8em;
	width:100%;
	/*bottom:0;*/ /* stick to bottom */
	}
div#footer p 
	{
	padding:0.5em;
	margin:0;
	text-align: center;
	}
div#main_image
	{
	margin: 0px;
	padding: 0px;
	}
h1
	{
	font-size: 1.5em;
	letter-spacing: 1px;
	font-weight: 300;
	margin: 0 0 5px 0;
	padding: 0px 0px;
	}
h1 a
	{
	text-decoration: none;
	border: 0;
	}
h2
	{
    margin: 0;
    padding: 0;
font-size: 1em;
font-weight: 300;
    box-sizing: border-box;
    border: none;
    text-decoration: none;
	}
p.willkommen
	{
	font-size: 1.25em;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	}
address
	{
	font-style: normal;
	}
a
	{
	text-decoration: none;
	}
div#kontaktkarte
	{
	margin: 0px auto;
	width: 375px; 
	padding: 7px;
	}
.mainmenu
	{
	position: relative;
	width: 100%;
	padding: 0px 2px;
	overflow: hidden;
	border: 0;
	margin: 5px 0 0 -8px;
        }
.mainmenu li 
	{
	float: left;
	list-style: none;
	}
.mainmenu li.back
	{
	width: 9px;
	height: 25px;
	z-index: 0;
	position: absolute;
	}
.mainmenu li a
	{
	font-size: 1em;
	text-decoration: none;
	outline: none;
	text-align: center;
	z-index: 10;
	display: block;
	float: left;
	height: 1.5em;
	position: relative;
	overflow: hidden;
	padding: 0px 5px;
	border: none;
	}
div#menu li a:hover, .mainmenu li a:active, 
	{
	color: #94bddd;
	border: none;
	}
.mainmenu li a:visited
	{
	border: none;
	}
p	{
	line-height:1.5; 
	margin:0.5em 0;
	}
ul.list li
	{
	list-style-type: square;
	line-height: 1.5em;
	margin-bottom: 5px;
	}
img.logo
{
max-width: 80px;
max-height: 80px;
}
	/*///////////////////////////////////////////////////////////////////////////////////*/
/*      tablets / phones             */
/*///////////////////////////////////////////////////////////////////////////////////*/

@media only screen and (max-width: 550px) 
{
html
{
width: 100%;
font-size: 1.1em;
font-weight: 200;
}
body
{
width: 98%;
border: 0;
}
div.container
{
max-width: 100%;
}
img
{
max-width: 100%;
}
img.replaced
{
width: auto !important; 
width: 100%;
max-width: 100%;
margin: auto;
}
.gallery{width:100% !important;} 
#main_image{width:100% !important;}
div#footer
	{
	clear: both;
	font-size: 0.8em;
	position:relative;
	width:100%;
	}
div#footer p 
	{
	padding:5px 0;
	margin:0;
	text-align: center;
	}
	div#header
	{
height: auto;
border-bottom: 0 !important;
	}
img.grafik
	{
width: auto !important; 
width: 100%;
max-width: 100%;
	}
.mainmenu li.back
{
/* lavalamp deaktivieren! */
display: none !important;
}
h2
{
    font-size: 1em;
    font-weight: 1em;
    line-height: 1.2em;
    font-weight: 400;
}
.mainmenu li a
	{
	font-size: 1em;
	text-decoration: none;
	outline: none;
	text-align: center;
	vertical-align: center;
	z-index: 10;
	display: block;
	float: left;
	position: relative;
	overflow: hidden;
	padding: 3px 5px;
	margin: 3px;
	border: none;
	background-color: #333333;
	height: 1.6em;
	line-height: 1.6em;
	}
.mainmenu li a:hover, .mainmenu li.current a
	{
	background-color: #94bddd;
	color: #000000;
	border: none;
	}
.logo
{
}
}