@charset "utf-8";


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* =============================================== 
Beginn Body 
==============================================*/
@font-face{
	font-family: 'AR-BONNIE-FONT';
    src: url('AR-BONNIE-FONT.ttf') format('truetype');
}

body{
	color: black;
}

a {
	text-decoration:none; 
	color:black;
}
	
	a:focus, a:hover, a:active {
		color:#2E9AFE;
		}
	
ul {
	line-height: 1.3em;
	}

tr{
	line-height: 1.8em;
	}

p{
	padding-bottom: 1em;
	}

abbr, acronym{
	border-bottom: 0.1em dotted black;
	}
	
h1{
	font-family: AR-BONNIE-FONT, arial, sans-serif;
	font-size: 3em;
	padding:0.75em 0 0.75em 0;
}

h2{
	font-family: AR-BONNIE-FONT, arial, sans-serif;
	font-size: 2.2em;
	padding:0 0 0.75em 0;
}

h3{
	font-family: AR-BONNIE-FONT, arial, sans-serif;
	font-size: 1.8em;
	padding:0 0 0.75em 0;
}

h4{
	font-family: AR-BONNIE-FONT, arial, sans-serif;
	font-size: 1.6em;
	padding: 0.5em 0 0.5em 0;
}
/* =============================================== 
classes
==============================================*/
.kursiv{
	font-style:italic;
}

.left{
    text-align: left;
}

/*.navipunkt{
	float:left;
	margin: 0.4em 0.2em 0.4em 0.5em;
	font-family: AR-BONNIE-FONT, arial, sans-serif;
	font-size: 2em;
}*/

.footerlink{
	line-height:1.4em;
}

.hide_on_mobile{
	display:none;
}
/* =============================================== 
Beginn Header 
=============================================*/

header{
	background-color:#ffffcc;
}

#header{
	max-width:100%;
	margin:auto;
}

#logo{
	display: block;
    padding: 1em 0 0.5em 0;
	max-width: 60%;
	float:none;
	margin: auto;
}
		
/*nav{
}*/
		
#titelbild{
	max-width: 100%;
    height: auto;
	border-radius: 1em;
	margin:auto;
}


/* =============================================== 
Beginn leftcontent
========================================== */


/* =============================================== 
Beginn hauptcontent 
========================================== */

section {
	background-color:#ffffcc;
	max-width:100%;
	padding: 0 0.3em 0 0.3em;
}
		
#section{
	margin:auto;
	max-width:64em;
	overflow:hidden;
}

#inhalt{
	text-align:center;
}


	
			/* =========================================================================
			UNTERSEITEN
			==========================================================================*/
		
/* =============================================== 
Beginn rightcontent 
========================================== */	

/* =============================================== 
Beginn Footer 
========================================== */

footer{
	background-color:#A4A4A4;
	padding-top: 0.5em;
	line-height: 1.3em;
}

#footer_wrapper{
	margin:auto;
	overflow:hidden;
	max-width:100%;
}

#footer_links{
	font-size:80%;
}

#footer_info{
	float:left;
	padding-left: 0.5em;
}

/*#service{
	float:right;
	padding-right: 0.5em;
	min-width:13em;
}

#adresse{
	float:left;
	padding-left: 0.5em;
}*/

#oeffnungszeiten{
	float:right;
	padding-right: 0.5em;
}

#footer_embleme{
	max-width:100%;
}

#embleme{
	margin:auto;
	max-width:40%;
	display:block;
}

/*#footer_kontakt{
	max-width: 64em;
	display:block;
	text-align:center;
}*/

.phone{
	float:none;
}	

.mail{
	float:none;
	content: "\A";
	white-space: pre;
}	

#copyright{
	float:right;
	font-size:0.6em;
	margin-right:0.5em;
	content: "\A";
	white-space: pre;
}	

.clear{
	clear:both;
}	

.cleardevices{
	clear:both;
}	