<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.hidden {
	display:none;
}
/*------------------ =body -----------------------------*/
body {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	background: white;
	font-size: 10pt;
	font-family:Arial, Helvetica, sans-serif;
	color: black;
}
/*------------------ =Claim ----------------------------*/
blockquote {
	font-size: 16pt;
	color: #339900;
}
blockquote {
	margin: 0;
	padding: 0;
	width: auto;
	display: block;
	text-indent: 0;
}
/*------------------ =Headlines ------------------------*/

h1, h2, h3, h4, h5, h6 {
	color: #666666;
}
h1 {
	font-size: 16pt;
}
h2 {
	font-size: 15pt;
}
h3 {
	font-size: 14pt;
}
h4 {
	font-size: 13pt;
}
h5 {
	font-size: 12pt;
}
h6 {
	font-size: 11pt;
}
/*------------------ =Lists ---------------------------*/
ol, ul, li {
	font-size: 11pt;
	line-height: 1.4;
}
dt, dd {
	float:left;
	margin-right:5%;
	width:40%;
	margin-bottom:10px;
}
.content-column-left, .content-column-right {
	float:none;
	clear:both;
	width:100%!important;
}
/*------------------ =hr ------------------------------*/
hr {
	background-color: #ccc;
	margin: 0 0 25pt 0;
}
/*------------------ =Paragraphs ----------------------*/
p {
	font-size: 11pt;
	line-height: 1.5;
	margin: 0 0 1.1em 0;
}
/*------------------ =Link ----------------------------*/
a, a:visited, a:hover, a:visited:hover {
	background: transparent;
	text-decoration: none;
}
a:link, a:visited {
	background: transparent;
	text-decoration: underline;
	color: black !important;
}
a img {
	border: none;
}
/*------------------ =Images  -------------------------*/

img {
	margin: 0 0 1.5em 0 !important;
	display:none;
}
/*------------------ =Elements Hide -------------------*/
#claim, #nav, #nav-add, #header, #header-left, #header-right, #aktuelles, .fragen, .anfahrt, #footer, #footer-add, #Kontaktformular, #push, #slider, .impressum {
	display: none;
}
.pane {
	display:block!important;
}

#ContentColumn li {
	list-style:none;
}

.contact ul {
	list-style:none;
	margin-left:-20px;
}

.oeffnungszeiten ul {
	list-style:none;
	margin-left:-20px;
}
#navi ul {
	list-style:none;
}

.list ul {
	margin-left:-40px;
	text-decoration:none;
}

.liste2 li {
	margin-left:-40px;
	text-decoration:none;
}

.liste li {
	margin-left:-40px;
	text-decoration:none;
}

#branding {
	display:compact;
	
}
/*------------------ =Show items ----------------------*/
</pre></body></html>