@charset "utf-8";
/* CSS Document */

.clicked{
	color:#a6e3de;
	font-weight: 800;
}
#navigation{
	position:fixed;
	top:0;
	right:0;
	z-index:1;	
}
nav ul {
	height: 0;
	line-height: 0;
	overflow: hidden;
	list-style: none;
	visibility: hidden;
	opacity: 0;
	position:absolute;
	-webkit-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    transition: opacity 0.1s;
		-webkit-box-shadow: 1px 2px 3px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 2px 3px 2px rgba(0,0,0,0.3);
	box-shadow: 1px 2px 3px 2px rgba(0,0,0,0.3);
	background: url(BILDER/footerpapierhell.jpg);
	background-size: 200px;
}	
nav ul li{
	text-align: center;
	line-height: 0px;
	letter-spacing: 2px;
	display:block;
}
nav ul li a{
	font-weight: 800;
}
nav ul li a:active{
	color:#5bb0a9;
}
nav ul li a:hover{
	color:#e5e489;
}
nav ul li a{
	text-decoration: none;
	color: #000;
}
[type="checkbox"]:checked ~ ul {
	display: block;
	position: absolute;
	list-style: none;
	background-color: rgba(246, 248, 237, 0.9);
	width: 60px;
	height: auto;
	padding: 0px 20px;
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
	z-index: 999;
}
hr {
	width: 100%;
	height: 15px;
	background-image:url(BILDER/LINIE1.png);
	background-repeat:no-repeat;
    background-position: 60% 100%;
	background-size: 100% 50%;
	border: none;
	margin: 0 auto;
	margin-top: -20px;
	}
@media (min-width: 900px) and (max-width: 10000px) {
#header{
	height: 125px;
	width: 100%;
	position: fixed;
	position: 0;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 3px 3px rgba(100,130,130,0.1), 0px 0px 2px 1px rgba(74,92,92,0.1);
	-moz-box-shadow: 0px 0px 3px 3px rgba(100,130,130,0.1), 0px 0px 2px 1px rgba(74,92,92,0.1);
	box-shadow: 0px 0px 3px 3px rgba(100,130,130,0.1), 0px 0px 2px 1px rgba(74,92,92,0.1);
	background-image: url(BILDER/RINGEL2.jpg);
    background-repeat: repeat-x;
	background-size: auto 23px;
    background-position: 0 101.5px;
}
#logo {
	width: 55%;
  	height: 100px;
	background-image:url(BILDER/LOGO_HN.png);
	background-repeat:no-repeat;
    background-position: 5% 60%;
	background-size: 80px auto;
	}
#titel{
	text-align: center;
	font-size: 30px;
	line-height: 33px;
	padding-top: 20px; 
	float: right;
}
label {
	display: block;
	width: 90px;
  	height: 110px;
  	cursor: pointer;
	position: absolute;
	right: 50%;
	background-image:url(BILDER/BURGER.png);
	background-repeat:no-repeat;
    background-position: 50% 50%;
	background-size: 90px auto;
	//*-webkit-box-shadow: 0px 0px 3px 3px rgba(100,130,130,0.08), 0px 0px 2px 1px rgba(74,92,92,0.1);
	-moz-box-shadow: 0px 0px 3px 3px rgba(100,130,130,0.08), 0px 0px 2px 1px rgba(74,92,92,0.1);
	box-shadow: 0px 0px 3px 3px rgba(100,130,130,0.08), 0px 0px 2px 1px rgba(74,92,92,0.1);
	background-color: rgba(246, 248, 237, 1);*//
	z-index: 1000;
}	
#navigation{
	width: 100px;
}
[type="checkbox"]:checked ~ ul {
	right: 50%;
	margin: 125px 0 0 0;
}
input[type=checkbox] {
     display: none;
}
nav ul {

}		
nav ul li{
	margin: 30px 0px;
	font-size: 25px;
	text-align: center;
}

}


@media (min-width: 400px) and (max-width: 899px) {
#header{	
	height: 90px;
	width: 100%;
	position: fixed;
	position: 0;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 3px 3px rgba(100,130,130,0.1), 0px 0px 2px 1px rgba(74,92,92,0.1);
	-moz-box-shadow: 0px 0px 3px 3px rgba(100,130,130,0.1), 0px 0px 2px 1px rgba(74,92,92,0.1);
	box-shadow: 0px 0px 3px 3px rgba(100,130,130,0.1), 0px 0px 2px 1px rgba(74,92,92,0.1);
	background-image: url(BILDER/RINGEL2.jpg);
    background-repeat: repeat-x;
	background-size: auto 18px;
    background-position: 0 72px;
}
#logo {
	width: 65%;
  	height: 100px;
	background-image:url(BILDER/LOGO_HN.png);
	background-repeat:no-repeat;
    background-position: 5% 20%;
	background-size: 60px auto;
	}
#titel{
	text-align: left;
	font-size: 21px;
	line-height: 22px;
	padding-top: 16px;
	margin-left: 15px;
	float: right;
}
label {
	display: block;
	width: 80px;
  	height: 110px;
  	cursor: pointer;
	position: absolute;
	right: 20%;
	background-image:url(BILDER/BURGER.png);
	background-repeat:no-repeat;
    background-position: 100% 15%;
	background-size: 70px auto;
	//*-webkit-box-shadow: 0px 0px 3px 3px rgba(100,130,130,0.08), 0px 0px 2px 1px rgba(74,92,92,0.1);
	-moz-box-shadow: 0px 0px 3px 3px rgba(100,130,130,0.08), 0px 0px 2px 1px rgba(74,92,92,0.1);
	box-shadow: 0px 0px 3px 3px rgba(100,130,130,0.08), 0px 0px 2px 1px rgba(74,92,92,0.1);
	background-color: rgba(246, 248, 237, 1);*//
	z-index: 1000;
}	
nav ul {

}	
#navigation{
	width: 100px;
}
[type="checkbox"]:checked ~ ul {
	right: 10%;
	margin: 90px 0 0 0;
}
input[type=checkbox] {
     display: none;
}
nav ul {
}		
nav ul li{
	margin: 25px 0px;
	font-size: 25px;
	text-align: center;
}
}

@media (min-width: 40px) and (max-width: 399px) {
#header{	
	height: 80px;
	width: 100%;
	position: fixed;
	position: 0;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 3px 3px rgba(100,130,130,0.1), 0px 0px 2px 1px rgba(74,92,92,0.1);
	-moz-box-shadow: 0px 0px 3px 3px rgba(100,130,130,0.1), 0px 0px 2px 1px rgba(74,92,92,0.1);
	box-shadow: 0px 0px 3px 3px rgba(100,130,130,0.1), 0px 0px 2px 1px rgba(74,92,92,0.1);
	background-image: url(BILDER/RINGEL2.jpg);
    background-repeat: repeat-x;
	background-size: auto 15px;
    background-position: 0 65px;
}
#logo {
	width: 75%;
  	height: 80px;
	background-image:url(BILDER/LOGO_HN.png);
	background-repeat:no-repeat;
    background-position: 6% 20%;
	background-size: 50px auto;
	}
#titel{
	text-align: left;
	font-size: 17px;
	line-height: 18px;
	padding-top: 16px; 
	letter-spacing: 0px;
	margin-left: 15px;
	float: right;
}
label {
	display: block;
	width: 80px;
  	height: 110px;
  	cursor: pointer;
	position: absolute;
	right: 5px;
	background-image:url(BILDER/BURGER.png);
	background-repeat:no-repeat;
    background-position: 100% 5%;
	background-size: 65px auto;
	//*-webkit-box-shadow: 0px 0px 3px 3px rgba(100,130,130,0.08), 0px 0px 2px 1px rgba(74,92,92,0.1);
	-moz-box-shadow: 0px 0px 3px 3px rgba(100,130,130,0.08), 0px 0px 2px 1px rgba(74,92,92,0.1);
	box-shadow: 0px 0px 3px 3px rgba(100,130,130,0.08), 0px 0px 2px 1px rgba(74,92,92,0.1);
	background-color: rgba(246, 248, 237, 1);*//
	z-index: 1000;
}	
nav ul {

}	
#navigation{
	width: 100px;
}
[type="checkbox"]:checked ~ ul {
	right: 0px;
	margin: 80px 0 0 0;
}
input[type=checkbox] {
     display: none;
}
nav ul {
}		
nav ul li{
	margin: 30px 0px;
	font-size: 23px;
	text-align: center;
}
}

