body {
	font-family: 'Century Gothic', Arial, sans-serif;
	font-size: 12px;
	overflow:scroll;
	margin:0;
	padding:0;
}

h1 {
	color: #b70808;
	font-size:1.8em;
	margin-bottom:10px;
	margin-top:14px;
	text-align: center;
	padding-left:10px;
	padding-right:10px;
}

.container {
	width:700px;
	margin: 0 auto;
}


input {
	font-size:2.0em;
	text-align:center;
	padding:15px;
	margin:5px 0;
	width:100%;
}

button {
	background:#04a019;
	color:#fff;
	padding: 15px 0;
	border:0;
	font-weight: bold;
	font-size: 1.7em;
	cursor: pointer;
	width:100%;
	margin-top:10px;
}

#clear {
	background:#eee;
	color:#b70808;
	padding:5px 0;
	font-size:1.2em;
}

p {
	text-align:center;
}


.navigation {
	margin: 15px 0;
	padding: 0;
}
.navigation li {
	display:block;
	text-align:center;
	padding:13px 0;
	font-size:1.6em;
	font-weight: 500;
	background: #b70808;
	color:#fff;
	text-decoration: none;
	cursor: pointer;
	margin-bottom:3px;
}
.navigation li a:hover, .navigation li a:active {
	background:#fff;
	color: #b70808;
}

.ok, .fehler {
	font-size: 2.5em;
	text-align: center;
} 
.fehler {
	width: 100%;
	font-size: 1.9em;
	padding: 10px 5px;
	color: #fff;
	background: #8b0707;
}
#check {
	color: #04a019;
	font-size:7.0em;
	/*margin-bottom: 0;*/
}

@media only screen and (max-width: 800px) {
	body {
		overflow:scroll;
	}
	input {
		margin-left:0;
		margin-right:0;
	}
	.container {
		max-width:95%;
	}	
	form { 
		margin: 0 auto;
	}
	#footer {
		text-align: center;
		max-width:95%;
		padding:0;
		margin:0;
	}
}




@media only screen and (min-width: 800px) {
	/* Desktop-Ansicht */
	.navigationm {
		margin: 15px 0;
		padding: 0;
		text-align:center;
		display: table;
		width:100%;
		list-style-type:none;
		list-style: none;
	}
	.navigationm li {
		display: table-cell;
	}
	.navigationm li a {
		display:block;
		margin-right:3px;
		text-align:center;
		padding:15px 10px;
		font-size:1.6em;
		font-weight: bold;
		background: #b70808;
		color:#fff;
		text-decoration: none;
	}
		.navigationm li:last-child a {
			margin-right:0;
		}
	
	.navigationm li a:hover, .navigationm li a:active, .navigationm li a.aktiv {
		background:#fff;
		color: #b70808;
	}
	
	.green li a { 
		background:#04a019;
	}
	
	.navigationm li a.feedback_true {
		background:#04a019;
		color: #fff;
	}
	
	.navigationm li a.feedback_false {
		background:#b70808;
		color: #fff;
	}
	
	.shownavim {
		display:none;
	}

}

@media only screen and (max-width: 800px) {
	/* 
		MOBILE Ansicht
		Breite <= 800px */
	.navigationm {
		margin: 15px 0;
		padding: 0;
				list-style-type:none;
		list-style: none;
	}
	.navigationm li {
		
		margin-bottom:3px;
	}
	.navigationm li a {
		display:block;
		text-align:center;
		padding:18px 0;
		font-size:1.6em;
		font-weight: bold;
		background: #b70808;
		color:#fff;
		text-decoration: none;
	}
	.navigationm li a:hover, .navigationm li a:active {
		background:#fff;
		color: #b70808;
	}
		
	.green li a { 
		background:#04a019;
	}
	
	.navigationm li.feedback_true {
		background:#04a019;
		color: #fff;
	}

	
	.navigationm li.feedback_false {
		background:#b70808;
		color: #fff;
	}
	
	#navi { display:none; }
	
	.shownavim {
		display:none;
	}
	
}