
nav li{
    float: left;
	background:#2e3f59;
}

li a{
    display: block;
    color: #131923;
    text-align: center;
    padding: 14px 16px;
}

li a:hover:not(.active){
    background-color: #131923;
	color:white
}

li a.active{
    color: white;
    background-color: #131923;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    border-bottom:1px solid white;
}

li a:not(.active){
	border-bottom:1px solid #131923;
}

li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

li a:hover, .dropdown:hover .dropbtn {
    background-color: #131923;
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #606060;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: white;
    padding: 12px 16px;
    display: block;
    text-align: left;
	font-family: sans-serif;

}

.dropdown-content a:hover {
	background-color: white;
}

.dropdown:hover .dropdown-content {
    display: block;
}

ul {
    list-style-type: none;
    margin-right: 0;
    padding: 0;
    overflow: hidden;
    background-color: #383838;
	font-family: sans-serif;
}










body{
    background-color: #131923;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}

#header{
	width:980px;
	height:150px;
	background:#2e3f59;
	border-radius:10px;
	font-family:sans-serif;
	text-align:center;
}

#header p{
	color: White;
	font-size:50px;
	text-shadow:1px 1px 15px Black;
	padding:20px;
}

#layout{
	width:980px;
	margin:0 auto;
}

#menu{
	float:left;
	width:200px;
	height:300px;
	background:#2e3f59;
	border-radius:10px;
	text-align: center;
	margin-top:10px;
	color:white;
}

#menu p{
	font-family:sans-serif;
	font-size:23px;
	text-align: center;
	text-shadow:1px 1px 10px black;
	color: White;
}

#inhalt{
	float:right;
	width:770px;
	height:300px;
	background:#2e3f59;
	margin-top:10px;
	margin-bottom:10px;
	border-radius:10px;
	text-align:center;
	color:white;
}

#inhalt h1{
	text-shadow:2px 2px 15px black;
}

#inhalt p{
	font-size:20px;
	font-family:sans-serif;
	text-shadow:2px 2px 15px black;
}

#footer {
	margin-top:100px;
	width:980px;
	height:25px;
	background:#2e3f59;
	border-radius:10px;
	clear:both;
	margin-top:1000px;
	color:White;
}

#footer p{
	margin:5px;
	float:left;
	font-family:sans-serif;
}

#footer p:hover{
	text-shadow:2px 2px 2px Black;
	cursor:pointer;
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.7s;
}











ul h1{
	float:left;
	margin:0;
	padding-left:26px;
	padding-right:30px;
	padding-top:4px;
	font-family:serif;
}

nav li{
	display:block;
	float:left;
}

nav h1{
	float:left;
	padding-left:25px;
	padding-right:25px;
	padding-top:7px;
	margin:0;
	font-family:sans-serif;
}

nav h1 a{
	text-decoration:none;
	color:White;
}

nav{
	display:inline-block;
	width:100%;
	background:#2e3f59;
}

nav ul{
	padding:0;
	margin:0;
	float:left;
}
.responsive-bar{
	width:100%;
	background:#2e3f59;
	padding: 10px 30px;
	box-sizing: border-box;
	display:none;
	border-radius:10px;
}

.responsive-bar h3{
	margin:0;
	padding:3px 0;
	color:#fff;
	float:left;
	font-family:sans-serif;
	text-shadow:2px 2px 2px black;
}

.responsive-bar h3 a{
	text-decoration:none;
	color:#fff;
}

.responsive-bar h4{
	margin:0;
	padding:0;
	color:#fff;
	float:right;
	padding:5px 10px;
	background:Black;
	text-transform: uppercase;
	cursor: pointer;
	font-family:sans-serif;
}

@media(max-width:900px)
{
	nav{
		display:none;
	}
	.responsive-bar{
		display:block;
	}
	nav h1{
		display:block;
		float:none;
	}
	nav ul{
		float:none;
	}
	nav li{
		text-align:center;
		display:block;
		width:100%;
		background:#2e3f59;
		padding:15px 20px;
		border-bottom:1px solid rgb(0,0,0);
		margin:0;
		padding:0;
	}
	h1.brand{
		display:none;
	}
	#menu p{
		padding:25px;
	}
	#inhalt h1{
		padding-top:15px;
	}
	#inhalt p{
	font-family:arial;
	font-size:20px;
	text-align: center;
	padding-bottom:10px;
	}
	li a:not(.active){
	border-bottom:none;
	}
}


@media screen and (max-width:900px)
{
	#layout{
		width:100%;
		padding:0px;
	}
	#header{
		float:none;
		width:90%;
		margin:40px auto;
	}
	#menu{
		float:none;
		width:90%;
		margin:40px auto;
	}
	#inhalt{
		float:none;
		width:90%;
		height:40%;
		margin:40px auto;
	}
	#footer{
		float:none;
		width:100%;
		margin:40px auto;
	}
}