
/* zum ausblenden des Kopfes none oder visible*/

.hide{
	display: none;

}
.flex-container.navi a:nth-of-type(3) {
	background: #14437d;
	color: white;
}
.navi{
	position: fixed;
	width: 960px;
	margin-top: 1em;
	/*background: black;
	opacity: 0.9;*/

}
section.flex-container{
	margin:100px 0 0 0;
}
body{
	background: black;
	/*background-image: url("img/black-snake-skin-1366x768.jpg");*/
}
.wrapper{
	 background: black;
}
/* Dropbox */
.box {
	  width: 420px;
	  height: 30px;
	  border: 1px solid #999;
	  font-size: 18px;
	  color: #1c87c9;
	  background-color: #d6d9d9;
	  border-radius: 5px;
	  box-shadow: 4px 4px #423d3d;
	}
