body { background-color:#000000;
	margin-left:0px;
	margin-right:2px;
	margin-top:2px;
	margin-bottom:2px;
        color:white;
	font-size:10pt;
	font-family:Arial;
	font-weight:normal; }

h1 { color:white;
	font-size:16pt;
	font-family:Arial;
	font-weight:bold;
	display:inline;
	margin:0px; }

p { color:white;
	font-size:10pt;
	font-family:Arial;
	font-weight:normal; }

a:link { text-decoration:none;
	color:#FFEE99;
	font-size:10pt;
	font-family:Arial; }

a:visited { text-decoration:none;
	color:#FFEE99;
	font-size:10pt;
	font-family:Arial; }

a:hover { color:#FFEE99;
	font-size:10pt;
	font-family:Arial;
	text-decoration:underline; }

a:active { text-decoration:none;
	color:#FFEE99;
	font-size:10pt;
	font-family:Arial; }

hr { border-color:#990022; }

.menu { background-image: url(pics/menu3.gif); }

.sidemenu { background-color: #760406; }

.line { border-bottom: 1px #990022 solid; }

.linetop { border-top: 1px #990022 solid; }

.lines { border-top: 1px #990022 solid; 
	border-bottom: 1px #990022 solid; }

.headline { color:white;
	font-size:16pt;
	font-family:Arial;
	font-weight:bold; }

.hidden { color:#888870;
	font-size:10pt;
	font-family:Arial; }

.image {
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	margin: 2; }

.thumb {
	border-color: #000000;
	border-width: 2px;
	border-style: solid;
	max-width: 240px;
	max-height; 240px; }

.offline {
	border-color: #990022;
	border-width: 2px;
	border-style: solid;
	max-width: 240px;
	max-height; 240px; }


* {
  box-sizing: border-box;
}
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}
.col-titelbild {width: 75%;}

[class*="col-"] {
  float: left;
  padding: 5px;
  border: 0;
  min-width: 120px;
}

img.fade {
border:0px solid #000000;
opacity: 0.4;
}

img.fade:hover {opacity: 1;}

.galerie {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
@media (max-width: 960px) {
	.col-titelbild {
		width: 100%;
	}
}

@media (max-width: 720px) {
	.col-6 {
		width: 100%;
	}
}

nav {
	width: 100%;
}
nav ul{
	list-style: none;
	float: right;
	width: 100%;
}
nav ul li{
	float: right;
	padding: 0px 8px;
	margin-bottom: 4px;
	text-align: right;
}
@media (max-width: 640px) {
	nav ul li{
		width: 100%;
		padding: 0px 8px;
	}
	nav ul {
		display: none;
		margin-top: 6px;
		background-color:black;
	}
}
.burgericon {
	width: 26px;
	height: 26px;
	display: none;
	margin-top: 8px;
	margin-bottom: 0px;
	margin-right: 12px;
	cursor: pointer;
}
.burgericon div {
	width: 100%;
	margin: 5px 5%;
	height: 4px;
	background-color: #FFEE99;
}
@media (max-width: 640px) {
	.burgericon {
		display: block;
	}
}
#navigation {
	opacity: 0;
	height: 0px;
}
#navigation:checked ~ ul {
	display: block;
}
#navigation:checked ~ label .burgericon {
	margin-top: 17px;
	margin-bottom: -3px;
}
#navigation:checked ~ label .burgericon div:first-of-type{
	rotate: 45deg;
}
#navigation:checked ~ label .burgericon div:last-child{
	rotate: -45deg;
	margin-top: -10px;
}
#navigation:checked ~ label .burgericon div:nth-child(2){
	display: none;
}

#title
{position:absolute; position:fixed; width:100%; margin:0 0px 0 0; padding:0px 0; height:52px; z-index:3;}

#content
{position:absolute; top:0; left:0; margin:54px 0 0 0; z-index:1;}
