<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Stylesheet für SelfHTML Design Nr. 2  */

html {padding: 0 5% 10px;}

body {
	position:relative;
	background-image: url("../img/hpbackground.png");
	/* background: #eee; */
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	/* color: #58585a; */
	color: black;
	width: 960px;	/* Breite ueber alles */
	margin:0 auto;
}

* {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	
}

a {
	text-decoration: none;
}

header {
	background: #EE272E url("../img/main-logo.png") top right no-repeat;
	width: 100%;
	height: 120px; /* Hoehe des weissen Blocks am oberen Rand */
	margin:0 auto;

	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	border-radius: 0 0 15px 15px;
}

#logo {
	float: left;clear:both;
	margin: 11px 0 11px  3%;
	color: #58585a;
	font-size:1.3em;
	font-style:italic;
	font-weight:normal;
}

header a#navlink {
	display:none;
	float: right;
	color: #88a600;
	text-decoration: none;
	font-size: 1.8em;
	font-weight: bold;
	margin:20px 20px 0 0;
}
		


.dropdown {
	background: #97b314;
	padding: 10px;
	color: #fff;
	position: absolute;
	width: 170px;
	display: none;
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.2);
	box-shadow: 0 0 4px rgba(0,0,0,0.2);
}

	.dropdown a {
		float: left;
		clear: both;
		color: #fff;
		margin: 5px 0 5px 0;
	}
	
	.mitglied {
		margin: 34px 0 0 116px;
	}
	
/** CONTENT **/
main {
	float:left;
	width: 100%;
	margin: -5px 0 30px 0;
}


article{
	background: #fff;overflow:hidden;
	padding: 30px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

h1 {
	font-size: 1.3em;
	font-weight:bold;
}
	
h1 span {
	color: #c3d66a;
}
		
p {
	font-size: 0.85em;
	line-height: 1.5em;
	margin: 10px 0 0 0;
}
	

	
section {
	position:relative;
	width:80%;
	float: left;

	position: relative;
	-webkit-box-shadow: 0 0 80px rgba(0,0,0,0.1) inset, 0 3px 1px rgba(0,0,0,0.15);
	box-shadow: 0 0 80px rgba(0,0,0,0.1) inset, 0 3px 1px rgba(0,0,0,0.15);
}

section table{
	margin:14px 0 0 15px;
	width: 90%;
	font-weight: bold;
	font-size:0.85em;
}

/* Spaltenblocks untersschiedlicher Hoehe */
section.spaltefull{
	width: 90%;
	height:220px;
	margin: 30px 23px 0 0;
	padding: 0px 0px 10px 0px;
}

section.spaltefullx{
	width: 90%;
	margin: 30px 23px 0 0;
	padding: 0px 0px 10px 0px;
}

section.spalte{
	width: 277px;
	height:350px;
	margin: 30px 23px 0 0;
	padding: 114px 0px 10px 0px;
}

section.spaltex0{
	width: 277px;
	margin: 30px 23px 0 0;
	padding: 0px 0px 10px 0px;
}

section.spaltex{
	width: 277px;
	height:200px;
	margin: 30px 23px 0 0;
	padding: 0px 0px 10px 0px;
}

section.spaltex250{
	width: 277px;
	height:250px;
	margin: 30px 23px 0 0;
	padding: 0px 0px 10px 0px;
}

section.spaltex300{
	width: 277px;
	height:300px;
	margin: 30px 23px 0 0;
	padding: 0px 0px 10px 0px;
}

section.spaltex350{
	width: 277px;
	height:350px;
	margin: 30px 23px 0 0;
	padding: 0px 0px 10px 0px;
}

section.spaltex450{
	width: 277px;
	height:450px;
	margin: 30px 23px 0 0;
	padding: 0px 0px 10px 0px;
}

section.spaltexl{
	width: 277px;
	height:400px;
	margin: 30px 23px 0 0;
	padding: 0px 0px 10px 0px;
}

section.spaltexxl{
	width: 277px;
	height:500px;
	margin: 30px 23px 0 0;
	padding: 0px 0px 10px 0px;
}

section.spaltexxxl{
	width: 277px;
	height:600px;
	margin: 30px 23px 0 0;
	padding: 0px 0px 10px 0px;
}

section.spaltefoto{
	width: 400px;
	height:420px;
	margin: 30px 23px 0 0;
	padding: 0px 0px 10px 0px;
	text-align: center;
}

aside {
	width:18%;
	float:right;
}

h2 {
	color: #fff; /*schriftfarbe*/
/*	font-size: 1.15em;*/
	font-size: 1.35em;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
	margin: 0 0 0 0;
	background: rgba(40,160,250,0.95); /* gruenlicher Default*/
	-webkit-border-radius: 0 0 5px 5px;
	border-bottom:2px #009966;	 /* gruenlicher Default*/
	border-radius: 0 0 5px 5px;
	-webkit-box-shadow: 0 3px 0 #708900; /* gruenlicher Default*/
	box-shadow: 0 3px 0 #708900; /* gruenlicher Default, Schatten unter h2 Box*/
}

section h3 {
	font-weight: bold;
	font-style: italic;
	font-size: 1em;
	margin:14px 0 0 15px;
}

section p{
	margin:14px 0 0 15px;
	font-weight: bold;
	font-size:0.85em;
	}
section a.button {
	position:absolute;
	bottom:15px;
	right:20px;
	font-weight: bold;
}

a.button{
	background: #97b314;
	font-size: 12px;
	font-weight: bold;
	-webkit-box-shadow: 0 0 20px #c3d34e inset, 0 2px 1px rgba(0,0,0,0.2);
	box-shadow: 0 0 20px #c3d34e inset, 0 2px 1px rgba(0,0,0,0.2);
	color: #fff;
	padding: 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
}
a.button:hover {
	background: #d1e15e;
	color:gray;
}
section form{position:relative;}			
section input {
	width: 243px;
	margin: 20px 15px 10px 15px;
	background: #58585a;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: none;
	color: #bebebe;
	padding: 10px 10px 10px 30px;
	font-weight: bold;
}
		
form i {position:absolute;top:30px; left:20px;
	color:#bebebe;
}

.angebot a {margin-top:25px;}

section ul {margin: 10px 0 0 55px;
}
		
section li {
	font-size: 0.85em;
	font-weight: bold;
	margin: 10px 0 20px 30px;
}
section li i {color:#a4ba42;}

a {color: #444; } /* Linkfarbe Default */


.box-schatten-links {
	background: yellow url("../img/box-schatten-links.png") no-repeat;
	width: 25px;
	height: 262px;
	position: absolute;
	bottom: 0;
	left: -25px;
}

.box-schatten-rechts {
	background: orange url("../img/box-schatten-rechts.png") no-repeat;
	width: 25px;
	height: 262px;
	position: absolute;
	bottom: 0;
	right: -26px;
}
		

#footer-p {
	float: left;
	font-weight: bold;
	font-size: 12px;
	margin: 20px 0 0 0;
}


#navigation ul ul {
	display: none;
}

#navigation ul li:hover &gt; ul {
	display: block;
}


#navigation ul {
	list-style: none;
	position: absolute;
	display: inline-table;
	float: right;
	top:60px;
	right:7%;
}

#navigation ul li {
	display: inline-block;position:relative;
}

#navigation ul li:hover a, #navigation ul li:active a {
	background: #97b314;
	color: white;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}		


		
#navigation ul li a {
	display: block; 
	text-decoration: none;
	padding: 10px;
}

#navigation ul li:hover a {
	color: #fff;
}		
		
#navigation ul ul {
	position: absolute; top:34px;left:0;
	z-index:99;
}
#navigation ul li:hover ul {display:block;}
#navigation ul ul li {
	display:block;
	float: none;
	position: relative; 
}

#navigation ul ul li a {
	background: #97b314;
	color: #fff;
}	
#navigation ul ul li a:hover {
	background:  #d0ff00;
	color:gray;
}

#second-nav {
	position:relative;
	float:right;
	margin:50px 2% 0 0;
}

#second-nav li {
	list-style-type:none;
	background: #fff;
	border: 1px solid #666;
	border-bottom: 1px solid transparent;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	float: left;
	padding: 10px 13px 10px 13px;
	margin-right:5px;
		-webkit-box-shadow: 0 2px 2px rgba(151,179,20,0.1) inset;
		box-shadow: 0 2px 2px rgba(151,179,20,0.1) inset;
		-webkit-box-shadow: 3px 0px 2px rgba(50, 50, 50, 0.75);
		box-shadow:         3px 0px 2px rgba(50, 50, 50, 0.75);
		font-size: 11px;
		  
}
#second-nav li:hover {
	background: #97b314;
	color:gray;
}
#second-nav li:hover a{color:lightgray;}
	
#scnd-nav span {
		background: url("../img/scnd-schatten.png") no-repeat;
		width: 10px;
		height: 34px;
		position: absolute;
		margin: -11px 0 0 -23px;
	}	

 footer {
	background: #fff ;
	width:100%;
	height: 34px;
	padding:0px 1% 0 1%;
	margin:0 auto;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	border-radius: 15px 15px 0 0;
	}
 footer a{
	font-weight:bold;
  color: black;
 }

.foot {
  position: sticky;
  /*left: 0;*/
  bottom: 0;
  color: gray;
  width: 100%;
  text-align: center;
	font-size:1.0em;
	font-weight:bold;
}

#social {
	float: left;
}

#social li {
	margin: 0 20px 0 0;
	display:inline-block;;
}
	
#fb {
	background: url("../img/fb.png") no-repeat;
	float: left;
	width: 16px;
	height: 16px;
}
	
#twitter {
	background: url("../img/twitter.png") no-repeat;
	float: left;
	width: 16px;
	height: 16px;
}
	
#yt {
	background: url("../img/yt.png") no-repeat;
	float: left;
	width: 16px;
	height: 16px;
}
	
footer #copyright {
	float: right;
}
@media only screen and (max-width: 960px) {
body{width:100%}	


}
/* 1-Spaltenlayout  */
@media only screen and (max-width: 600px) {

header a#navlink {
	display:block;
}
nav#second-nav{position:relative;}
nav#second-nav ul {display:block;}
nav#second-nav ul ul {position:relative;z-index:0;}

main{width: 100%;float:left; margin:0;padding: 0%;}
article section {width:100%;}

nav ul li{width:90%}

#navigation{
	float:left;
	clear:left; 
	width:90%; 
	padding:0; 
	margin:0;
}
#navigation ul {
	position:relative;
	padding:0;
	margin:0;
	top:0;
	left:0%;
	width:100%;
	clear:left;
}
#navigation li {
	display: block; 
	padding: 0;
	margin: 0;
}
			
} /* Media Only Screen  */

</pre></body></html>