/* A P P E A R E N C E */
body,td,th {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #b0b0b0;
font-size: 0.33cm;
}
body {
background-color: #DBDBDB;
background-image: url(../Graphic/back.jpg);
background-repeat: repeat;
margin-top: 1em;
margin-left: 1em;
margin-right: 1em;
margin-bottom: 3em;
}
a:link {
color: #FFFFFF;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #FFFFFF;
}
a:hover {
text-decoration: underline;
color: #FFFFFF;
}
a:active {
text-decoration: none;
color: #FFFFFF;
}
.style1 {
color: #FFFFFF;
font-size:1.33em;
}
.style2 {
color: #FFFFFF;
font-size:1em
}
.style4 {
font-size:0.7em;
}
.style5 {
color: #b77171; /* graurot */
}
.style-years {
font-size:0.7em;
color: #8A8A8A;
vertical-align: middle;
margin-left: 0.5em;
}

/* A B S T Ä N D E */
.distance {
margin-bottom: 2.5em;
}
.sdistance {
margin-bottom: 0.3em;
}  


/* R E L E A S E - B U T T O N */
input[type="checkbox"] {
    display:none;
}
/* Button-Design */
input[type="checkbox"] ~ label {
	color: white;
	font-size: 120%;
	cursor:pointer;
   transition:	opacity	.3s .05s; /* Hover-Off */
}
/* Hover über Button */
input[type="checkbox"] ~ label:hover {
	transition: opacity .25s; /* Hover-On */
	opacity:	0.5;
}
/* Geschlossen */
input[type="checkbox"] ~ div {
   display:none;
	background-color: none;
	overflow: hidden;
	opacity: 0;
	height: 0em;
}
/* Offen */
input[type="checkbox"]:checked ~ div {
   display:block;  
   margin: 0.5em 0em 1.5em 0em;
   background-color: #1B2231;
	padding:	1em 0em 1em 0em;
	overflow: hidden;
	opacity:	1;
	height: auto;
}
/* Pfeil geschlossen */
input[type="checkbox"] ~ label:before {
	content: "\25BA"; /*\25A0*/ 
	margin: 0.3em;
	color: grey;
	/* font-size:130%; 
	line-height:0; */
}
/* Pfeil offen */
input[type="checkbox"]:checked ~ label:before {
	content: "\25BC  ";
	margin: 0.3em;
	color: white;
}
/* Exit */
input[type="checkbox"]:checked ~ div:after {
	white-space: pre;
	content: "\A - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -";
} 
