<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'Sintony';
  src: url('Sintony-Regular.ttf');
}
body {
	background-image:url(../image/layout/bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-attachment:fixed;
	margin:0px;
	font-family: 'Sintony', Sintony, Courier New, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333;
	letter-spacing:1px;
	line-height:1.4
}
a {
	color: #333;
}
a:hover {
	color: #666;
	text-decoration:none
}
#alle {
	background:url(../image/layout/bg.png);
    position: relative;
	margin:auto;
	width:500px;
	padding:0 25px;
	z-index:100
}
header {
	background-image:url(../image/layout/logo.png);
	background-repeat:no-repeat;
	background-position:top center;
    position: relative;
	margin:auto;
	height:627px;
	width:500px;
	z-index:101
}
nav {
    position: relative;
	width:500px;
	float:left;
	padding:10px 0px;
	margin-top:435px;
	z-index:5000;
}
ul#navmenu-h { 
	/*-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;*/
  width:100%;
padding: 0; float:right; margin-top:0px; list-style: none; z-index:1001; } 
ul#navmenu-h ul { 
 /* Sub Menu Width */ margin:0; z-index:2000;  	display:none; width:250px;
 list-style: none; position: absolute; float:right; top:120px; left: 10px; } 
ul#navmenu-h ul ul,ul#navmenu-h ul ul ul { 
top: 0; left: 100%; } 
ul#navmenu-h li { 
  color: #333;
  padding:0;
  float:left;
  width:100%;
  display:block;
  position: relative;
} 
ul#navmenu-h ul li { 
width: 100%; display: block; } /* Root Menu */ 
ul#navmenu-h a img{
	border:0px
}
ul#navmenu-h a {
  font-size: 17px;
  text-align:center;
  border-radius:0px;
/*	text-shadow: 1px 1px 1px #fff;*/
	width:100%;
	display:block;
  padding:1px 0;
  line-height:2;
  text-transform:uppercase;
  text-decoration:none;
  display:block;
  letter-spacing:3px;
  color: #fff;
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition-duration: 0.4s;
} /* Root Menu Hover Persistence */ 
ul#navmenu-h a:hover,ul#navmenu-h li:hover a,ul#navmenu-h li.iehover a {
	background-image:url(../image/layout/nav.png);
	color:#630
} /* 2nd Menu */ 
ul#navmenu-h li:hover li a,ul#navmenu-h li.iehover li a { 
  background:#090;
  width:240px;
  padding: 5px 15px;
  margin-left:1px;
  box-shadow: 0px 0px 0px #bbb;
  letter-spacing:1px;
  text-align:left;
  text-transform:uppercase;
  font-size: 12px;
  color: #fff;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
 } /* 2nd Menu Hover Persistence */ 
ul#navmenu-h li:hover li a:hover,ul#navmenu-h li:hover li:hover a,ul#navmenu-h li.iehover li a:hover,ul#navmenu-h li.iehover li.iehover a { 
  color: #090;
  background:#fff;
} 
ul#navmenu-h li:hover li:hover li:hover li a:hover,ul#navmenu-h li.iehover li.iehover li.iehover li a:hover { 
background: #333; } /* Hover Function - Do Not Move */ 
ul#navmenu-h li:hover ul ul,ul#navmenu-h li:hover ul ul ul,ul#navmenu-h li.iehover ul ul,ul#navmenu-h li.iehover ul ul ul { 
display: none; } 
ul#navmenu-h li:hover ul,ul#navmenu-h ul li:hover ul,ul#navmenu-h ul ul li:hover ul,ul#navmenu-h li.iehover ul,ul#navmenu-h ul li.iehover ul,ul#navmenu-h ul ul li.iehover ul { 
display: block; }	
.index_nav {
	padding-top:30px
}
.index_nav li {
	list-style:none;
	line-height:2
}
.index_nav a {
	font-size:22px;
}
section {
	position:relative;
	background:#FFF;
	margin:auto;
	width:480px;
	z-index:5;
	padding:1px 10px;
}
aside {
	position:relative;
	width:500px;
	padding:0;
	z-index:6;
	margin:auto;
}
aside img {
	border:0;
	width:100%;
	border-bottom:20px solid #fff;
	float:left;
}
aside p {
	float:left;
	color:#FFF;
	width:36%;
	padding:10px 2%;
}
aside strong,footer strong {
	color:#004985
}
aside p:first-child {
	width:25%;
	margin-left:6%
}
aside p:last-child {
	width:15%;
	text-align:center
}
aside p a {
	color:#FFF;
	text-decoration:none
}
footer {
	width:100%;
	position:relative;
	clear:both;
	padding:30px 0;
	margin:auto;
}
footer div {
	margin:auto;
	width:1000px;
	position:relative;
}
footer div {
	width:100%;
	float:left;
	text-align:center;
	position:relative;
}
#unavi p {
  color: #b20000;
	text-align:center;
	letter-spacing:2px;
	line-height:1.5;
	width:100%;
	padding:3px 0 15px 0;
	font-size:16px;
}
#unavi p a{
	text-decoration:none;
	text-transform:uppercase;
	font-size:14px;
  color: #b20000;
}
footer p{
	width:29%;
	color:#FFF;
	font-size:14px;
	padding:0px 2.5%;
	float:left
}
iframe {
	float:left;
	width:100%;
	border:0;
	height:300px
}

.copy {
	color: #fff;
	width:100%;
	float:left;
	text-align:center;
	padding:20px 0 20px 0;
	margin:auto;
}
.copy a{
	text-decoration:none;
	font-size:12px;
	color: #fff
}

.clear {
	clear:both;
}

.faction_bild_rechts {
	margin:10px 0px 20px 20px; 
	float:right;
}
.faction_bild_rechts img {
	border:5px solid #e1e1e1;
	border-radius:10px;
}
.faction_bild_rechts figcaption {
	clear:both;
	text-align:right;
	font-size:10px
}
.bild_rechts {
	border:5px solid #bbb;
	border-radius:0px;
	margin:10px 0px 10px 10px; 
	float:right;
}

.bild_rechts_ohne {
	border:0px; 
	margin:13px; 
	float:right
}
.bild_links_ohne {
	border:0px; 
	margin:13px; 
	float:left
}
.bild_links {
	border:0px solid #36AD8F;
	border-radius:10px;
	margin:10px 10px 0px 0px; 
	float:left
}
.bild {
	border:5px solid #36AD8F;
	margin:10px; 
	border-radius:25px;
}
.galerie {
	margin:0px;
	text-align:center;
	font-size:14px;
	float:left
}
.galerie img {
	border:0px solid #e1e1e1;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:0px;
	margin:5px; 
	float:left;
	transition-duration: 0.8s;
}
.galerie img:hover {
	border-radius:5px;
}
.galerie div {
	float:left;
	text-align:center;
	margin:5px
}
ul {
		line-height:1.8
}
hr {
 	background: #930;
	border:0px;
	height:4px;
	clear: both
}
.preise i {
	margin-left:20px;
	color:#693
}
textarea {
	padding: 6px;
	font-size:18px;
	background: #efefef;
	font-family:"Courier New", Courier, monospace;
	border: 0px solid #bfbfbf;
	box-shadow: inset 3px 3px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 3px 3px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 3px 3px 3px rgba(0,0,0,0.1);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:0px;
	color:#514E26
}
select {
	padding: 6px;
	font-size:18px;
	background: #efefef;
	font-family:"Courier New", Courier, monospace;
	border: 0px solid #bfbfbf;
	box-shadow: inset 3px 3px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 3px 3px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 3px 3px 3px rgba(0,0,0,0.1);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:0px;
	color:#514E26
}
.inputbox{
	padding: 6px;
	font-size:18px;
	font-family:"Courier New", Courier, monospace;
	background: #efefef;
	border: 0px solid #bfbfbf;
	box-shadow: inset 3px 3px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 3px 3px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 3px 3px 3px rgba(0,0,0,0.1);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:0px;
	color:#514E26
}
.mehr{
	border:0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background:#630;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	font-size:16px;
	padding:4px 20px;
	cursor:pointer;
}
.mehr:hover{ background-color: #666; text-decoration:none; color:#ccc}

.mehr_kreis{
	border:0;
	-moz-border-radius:5px;
	float:right;
	-webkit-border-radius:5px;
	border-radius:50px;
	background: #999;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	font-size:14px;
	padding:0px 5px;
	cursor:pointer;
}
.code_feld {
	width:100px
}
.captcha {
	border:0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
h1 {
	font-size: 25px;
	letter-spacing:1px;
  	color: #F60;
	text-transform:uppercase;
	font-weight:normal;
	text-decoration:none
}
h2 {
	text-transform:uppercase;
	font-size: 19px;
	letter-spacing:2px;
	font-weight:normal;
	color: #630;
	text-decoration:none
}
h3 {
	text-transform:uppercase;
	font-size: 16px;
	padding:0px;
	font-weight:normal;
	margin:0px;
	color: #630;
	text-decoration:none
}
h4 {
	text-transform:uppercase;
	font-size:22px;
	margin:10px 0;
	font-weight:normal;
	color:#4C542B;
	text-decoration:none
}
h5 {
	text-transform:uppercase;
	font-size:16px;
	margin:0px 0;
	font-weight:normal;
	color:#e1e1e1;
	text-decoration:none
}
.grau {
	color: #bbb;
	font-style:italic
}
.gruen {
	color:#090
}
.img {
	border:0px;
}
.center {
	text-align:center
}
.right {
	text-align:right
}
.bg_grau {
	padding:10px;
	background:#e1e1e1
}
.seiten_aufzaehlung {
	width:100%;
	text-align:right;
}
.seiten_aufzaehlung a {
	background:#630;
	color:#fff;
	text-decoration:none;
	text-align:center;
	padding:1px 3px;
	width:15px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
.seiten_aufzaehlung span {
	border:1px solid #630;
	padding:0px 2px;
	color:#630;
	width:15px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}

@media screen and (max-width: 700px) {
body {
	background-image:url(../image/layout/dyn.png), none, url(../image/layout/bg.jpg) !important;
}
#alle {
	width:100%;
	margin:auto;
	padding:0;
	
	z-index:100
}
header {
	height:430px;
	background-size:100%;
	width:100%;
}
.index_link {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100px;
}
nav {
	background:none;
  width:100%;
	padding:0;
	margin-left:0;
}
nav ul:last-child {
	margin-left:0px;
}
ul#navmenu-h { 
padding: 0; float:left; margin-top:0px; list-style: none; z-index:1000; width:100% } 
ul#navmenu-h li {
	position:relative;
  width:100%;
  border-right:0;
	float:none;
 } 
ul#navmenu-h a {
  font-size: 16px;
  width:100%;
  text-align:center;
  display:block;
  margin:2px auto;
  letter-spacing:3px;
  padding:4px 0;
}
ul#navmenu-h a:hover {
  padding:4px 0 !important;
}/* Root Menu Hover Persistence */ 
#main {
	width:100%;
}
#adresse {
	display:none
}

section {
	clear:both;
	width:96%;
	padding:2%;
	border-left:0px;
}
aside {
	width:100%;
	padding:0
}
aside img {
	width:100%;
}
.bottom_box div {
	padding:15px 2%;
	width:92%;
	height:auto;
	margin:20px 2%;
}

footer {
	width:100%;
}
footer p {
	width:90%;
	padding:0 5%
}
footer div {
	width:96%;
	margin:0 2%;
}
footer div div {
	width:100%;
	height:100px;
	margin:0
}
.bild, .bild_rechts, .img {
	width:96%;
	margin:2%
}
.inputbox, textarea {
	width:95%;
	margin-bottom:15px;
}
iframe {
	width:100%
}
.mobile_hidden {
	display:none
}
}</pre></body></html>