header {
	position: fixed;
	margin-top: 70px;
	width:100%;
	margin-left: 0;
	margin-right: 0;
	text-align:center;
	background:lightgrey;
	font-size:40px;
	font-family: arial;
	}
	
body {
	background: #efefef; /*vorher: #cdfbcc */
	}

* {
	margin: 0;8
	padding: 0;
	box-sizing: border-box;
	}

html,
	body {
	font-size: 20px;
	}
	

	#frame {
margin-top:120px;
}

#div egal {
	margin-right:0px;
}
nav {
position:fixed;
font-family:arial;
}

@media screen and (max-width: 800px) {
#frame {
margin-top:40px;
}
}

@media screen and (max-width: 1024px) {
#frame {
margin-top:70px;
}
#div egal {
	margin-right:0px;
}
#menueeins{
top:40px;
padding-bottom:35px;
margin-bottom:5px;
}

.burger2:hover {
background: rgba(255,255,255,0.85);
color: #777;
}
header {
	font-size:24px;
	top: -30px;
	}
}

	
	

@media screen and (max-width: 800px) {
	
	html,
	body {
	font-size: 20px;
	}
	header {
	font-size:24px;
	top: -30px;
	}
	
	/*groessere Schrift fuer das senkrechte menue kleiner 800px, sonst nav li löschen!*/
	nav li {
	font-size: 20px;
	background-color: hsla(156,100%,40%,0.5);
	z-index:101;
	}
	nav ul ul{
	display:none;
	}
	}
	
input#responsive-nav,
label.responsive-nav-label {
	display: none;
	}
	
@media screen and (max-width: 560px) {
	body {
	font-size: 20px;
	}
	header {
	font-size:20px;
	top:-30px;
	}
	#frame {
margin-top:20px;
overflow: scroll;
}
#menueeins{
top:40px;
padding-bottom:35px;
margin-bottom:5px;
}

	/*groessere Schrift fuer das senkrechte menue kleiner 560px, sonst nav li löschen!*/
	nav li {
	font-size: 20px;
	}
	footer {
	font-size: 18px;
	}
	#frame {
	margin-top: 30px
	}
	}
	
@media screen and (max-width: 1260px) {
	label.responsive-nav-label {
	position: fixed;
	top:0px;
	display: block;
	padding: 3px;
	background-color: hsla(156,50%,30%,0.5);
	cursor: pointer;
	color: #fff;
	border: 3px outset darkgreen; border-radius: 10px;
	z-index:200;
	font-family:arial;
	font-size:18px;
	}/*die Navigation oben links*/

/*hier steht die hover Eigenschaft für Navigation oben links*/
.responsive-nav-label:hover {
background: rgba(255,255,255,0.85);
color: #777;
}
	
	label.responsive-nav-label span {
	margin-right: 10px;
	}
	
	header {
	position: absolute;
	top:-30px;
	}
	
	nav {
	position: absolute;
	top: -9999px;
	padding: 10px;
	}
	input#responsive-nav[type=checkbox]:checked ~ nav {
	position: absolute;
	top: 0;
	z-index:150;
	}
	/*das kleine Dreieck im senkrechten Menü anzeigen- yes/none */
	nav a:after {
	display: yes;
	}
	
	nav li {
	float: none !important;
	width: 100% !important;
	border-bottom: none !important;
	}
	
	nav li a {
	margin-bottom: 10px !important;
	padding: 10px 20px !important;
	background: #4a4a4a;
	}
	
	nav ul li:hover {
	background: none !important;
	}
	
	nav ul li a:hover {
	background: #daa520;
	}
	
	nav ul ul {
	position: relative !important;
	width: 100%;
	left: 0 !important;
	top: 0 !important;
	background: none !important;
	box-shadow: none;
	}
	
	nav ul ul li {
	padding-left: 20px;
	}
		
	}
	
nav {
	position:fixed,relative;
	box-sizing: border-box;
	float: left;
	width: 100%;
	background: #009f00;
	font-size: 20px;
	}

nav ul {
	margin: 0;
	padding: 0;
	}
	
nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	}
	
nav ul li {
	position: relative;
	float: left;
	list-style: none;
	}
	
nav ul li:hover {
	background: #daa520;
	}
	
nav ul li a {
	padding: 20px;
	}
	
nav ul ul {
	position: absolute;
	top: -9999px;
	left: -9999px;
	background: #333;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.6);
	}
	
nav ul ul li {
	float: none;
	width: 250px;
	border-bottom: 1px solid #555;
	}



nav ul ul li a {
	padding: 10px 20px;
	}
	
nav ul li:hover > ul {
	top: 100%;  left: 0;
	}
	
nav ul ul li:hover > ul {
	top: 0;  left: 250px;
	}
	
nav ul li.submenu > a:after{
	position: relative;  
	float: right;  content: '';
	margin-left: 10px;
	margin-top: 5px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #fff;
	border-bottom: 5px solid transparent;
	}
	
nav ul ul li.submenu a:after {
	margin-left: auto;
	margin-right: -10px;
	border-left: 5px solid #fff;
	border-right: 5px solid transparent;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	}
	
nav ul ul li:last-child {
	border-bottom: none;
	}
	
nav li ul {
	max-width: 400px;
}
	
footer {
	position: fixed;
	bottom:0;
	width:100%;
	background:hsla(360,0%,78%,0.9);
	}
	
#linkeins {
	margin-left:35%;
	}
	
#linkzwei {
	padding-left:100px;
	}
