header {
	position: fixed;
	margin-top: 80px;
	width:100%;
	margin-left: 0;
	margin-right: 0;
	text-align:center;
	background:white;
	font-size:20px;
	}
	
body {
	background: orange;
	}

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

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

#frame {
margin-top:70px;
}

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

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

	
	

@media screen and (max-width: 800px) {
	
	html,
	body {
	font-size: 20px;
	}
	header {
	font-size:20px;

	margin-top: 70px;
	}
	/*groessere Schrift fuer das senkrechte menue kleiner 800px, sonst nav li löschen!*/
	nav li {
	font-size: 20px;
	}
	nav ul li.submenu > a:after {
	border-left: 5px solid transparent !important;
	border-right: 5px solid transparent !important;
	border-top: 5px solid #fff !important;
	border-bottom: 5px solid transparent;
	}
	nav {
	margin-top:50px;
	}
	}
	
	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:18px;
	}	
	/*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: 50px 
	}
	}
	
@media screen and (max-width: 1024px) {
	label.responsive-nav-label {
	position: fixed;
	z-index:100;
	width:100%;
	height:50px;
	display: block;
	padding-left: 10px;
	padding-top:1px;
	background: #009f00;
	cursor: pointer;
	color: #fff;
	}
	
		#burger {
	border: 3px solid white;
	border-radius:7px;
	margin-top:15px;
	}
	.burger2:hover {
	background: rgba(255,255,255,0.85);
	color: #777;
	}
	
	label.responsive-nav-label span {
	margin-right: 10px;
	}
	
	header {
	position: absolute;
	margin-top:70px;
	}
	nav {
	margin-top:50px;
	}
	nav  ul ul li{
	width:250px;
	}
	
	nav {
	position: absolute;
	top: -9999px;
	padding: 10px;
	}
	input#responsive-nav[type=checkbox]:checked ~ nav {
	position: relative;
	top: 0;
	}
	
	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;
	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 ul li {
	max-width: 400px;
	}
	
footer {
	position: fixed;
	bottom:0;
	width:100%;
	background:#ff0;
	}
	
#linkeins {
	margin-left:35%;
	}
	
#linkzwei {
	padding-left:100px;
	}
