/*mobile Ansicht*/
@media only screen and (max-width: 799px){
/*Content*/
body {
	text-decoration: none;
	font-family: sans-serif;
	font-size: 15px;
	width: 100%;
	margin-top: 0%;
	margin-left: 0%;
	background-color: #EAEAEA;
}

.content{
	text-align: right;
	position: absolute !important;
	margin-top: 150px;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 0%;
	padding-top: 20px !important;
	padding-left: 40px;
	padding-right: 30px;
	padding-bottom: 0%;
	width: 80%;
	height: 100%;
	background-color: white;
	float: left;
	z-index: -1;
	/*box-shadow: 1px 2px 15px white;*/
}

.content p, .content h2{
	text-align: right;
	
}
/*Content End*/
/*Navbar*/
.nav-slider{
	position: absolute;
	top: 0px;
	left: calc(50% + 30px);
	width: 60px;
	height: 35px;
	background-color: #f1f1f1;
	color: #000;
	border: 1px solid;
	 line-height: 30px;
	 vertical-align: middle;
	 outline: none;
	border-top: none;
	cursor: pointer;
	 border-bottom-left-radius: 5px;
	 border-bottom-right-radius: 5px;
	 -webkit-transition: all 0.25s ease;
	 -moz-transition: all 0.25s ease;
}
.nav-slider:hover{
	color: white;
	background-color: grey;	
}
.nav-ico{
	background-color: grey;
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	margin-top: 4px;
	margin-left: 25%;
	margin-bottom: 4px;
}
nav button:hover span{
	background-color: #f1f1f1;
}
nav .navbutton {
	margin-top: 10px;
    background-color: rgba(102,102,102,0.6);
    padding: 6px 12px 6px 12px;
    font-size: 200%;
    color: white;
    font-family: sans-serif;
    position: absolute;
    top: 1%;
    border-radius: 0px 5px 5px 0px;
    left: 100%;
}
nav {
	overflow: visible;
	transition: margin-left 1s;
	margin: 0px 0px 0px -15%;
	padding: 0px;
	margin-top: 100px;
	position: fixed;
	margin-left: 0%;
	background-color: #f1f1f1;
	max-width: 100%;
	display: inline-block;
}
#navigation{
	display: none;
	list-style-type: none;
	width: 200px;
	margin: 0;
	padding: 0;
	/*text-shadow: 2px 2px 10px black;*/
	background-color: #f1f1f1;
	!important
}
nav li{
	border-bottom: 1px solid;
}
nav li:last-child {
	border-bottom: none;
}
nav li a{
	color: #000;
	text-align: center;
	display: block;
	text-decoration: none;
	padding: 6px 12px;
	!important
}

nav li a:hover, nav li a#active, nav li a:active{
	background-color: #0C4991;
	color: #85878A;	
}

.dropbtn {
    font-size: 15px;
    cursor: pointer;
	text-align: center;
	width: 177px;
	!important
}
.dropdown {
    position: relative;
    display: inline-block;
	min-width: 200px;
}
.dropdown-content {
    display: none;
    position: absolute;
	left: 200px;
	top: -1px;
	background-color: #f1f1f1;	
	color: #000;
    min-width: 160px;
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
    z-index: 1;
}
.dropdown-content a {
    color: #000;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
	background-color: #f1f1f1;		
}
.dropdown-content a:hover, .dropdown-content a:active{
	background-color: #0C4991;
	color: #85878A;	
}
.dropdown:hover .dropdown-content {
    display: block;
}
/* Navbar End */
/* Header */
.header{
	position: fixed;
	max-width: 100%;
	min-height: 100px;
	min-width: 700px;
	/*box-shadow: 5px 5px 8px grey;*/
	padding-right: 500px;
}
.headertext {
	padding-top: 10%;
	padding-left: 20%;
	/*text-shadow: 2px 2px 5px black;*/
}
/*.logo {
	position: fixed;	
	min-width: 100px;
	min-height: 100px;
	background: url(../assets/images/logomobile.jpg) no-repeat left;
	
}*/
.banner {
	position: fixed;
	padding-left:0px;
	border-left: 0px;
	width: 250px;
	height: 100px;
	text-align: center;
	background: url(../assets/images/headermobile.png) no-repeat right;
	
}
.bannernext {
	position: fixed;
	padding-top: 0px;
	padding-left: 250px;
	border-left: 250px;
	width: 250px;
	height: 100px;
	background: url(../assets/images/headermobilenext.png) no-repeat right;
}
.bannerzwei {
	position: fixed;
	padding-top: 0px;
	padding-left:500px;
	border-left: 500px;
	width: 250px;
	height: 100px;
	text-align: center;
	background: url(../assets/images/headermobile.png) no-repeat right;
	
}
.bannerzweinext {
	position: fixed;
	padding-top: 0px;
	padding-left: 750px;
	border-left: 750px;
	width: 250px;
	height: 100px;
	background: url(../assets/images/headermobilenext.png) no-repeat right;
}


/* Header End */
/*Footer*/

.footer {
	position: fixed;
    text-align: center;
    width: 100%;
    color: grey;
    left: 0px;
    bottom: 0px;
    height: 2%;
	background-color: #f1f1f1;
    padding: 14px 0px;
    /*box-shadow: 0 0 5px black;*/
	font-size: 10px;
	}

.contact{
	color: black;	
}
/*Footer End*/
}
/* !!! Desktop Version !!!*/
@media only screen and (min-width: 800px){
	
/*Content*/
body {
	text-decoration: none;
	font-family: sans-serif;
	font-size: 16px;
	width: 100%;
	margin-top: 0%;
	margin-left: 0%;
	background-color: #EAEAEA;
}

.content{
	text-align: right;
	width: 70%;
	height: 70%;
	position: static;
	margin-top: 250px;
	margin-left: 230px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 2%;
	background-color: white;
	float: left;
	/*box-shadow: 1px 2px 15px white;*/
}
.content p, .content h2{
	text-align: right;
}

/*Content End*/
/*Navbar*/
.nav-slider{
	position: fixed;
	display: none;
}
nav {
	margin-top: 200px;
	position: fixed;
	margin-left: 0%;
	margin-bottom: 0%;
	height: 200%;
	padding-bottom: 20%;
	background-color: #f1f1f1;
	max-width: 200px;
	/*box-shadow: 1px 1px 3px #f1f1f1;*/
}
nav ul{
	list-style-type: none;
	width: 200px;
	margin: 0;
	padding: 0;
	/*text-shadow: 2px 2px 10px black;*/
	background-color: #f1f1f1;
	!important
}
nav li{
	border-bottom: 1px solid;
}
nav li:last-child {
	border-bottom: none;
}
nav li a{
	color: #000;
	text-align: center;
	display: block;
	text-decoration: none;
	padding: 6px 12px;
	!important
}

nav li a:hover, nav li a#active, nav li a:active{
	background-color: #0C4991;
	color: #85878A;	
}
nav::after {
	display: none;
}
.dropbtn {
    font-size: 16px;
    cursor: pointer;
	text-align: center;
	width: 177px;
	!important
}
.dropdown {
    position: relative;
    display: inline-block;
	min-width: 200px;
}
.dropdown-content {
    display: none;
    position: absolute;
	left: 200px;
	top: -1px;
	background-color: #f1f1f1;	
	color: #000;
    min-width: 160px;
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
    z-index: 1;
}
.dropdown-content a {
    color: #000;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
	background-color: #f1f1f1;		
}
.dropdown-content a:hover, .dropdown-content a:active{
	background-color: #0C4991;
	color: #85878A;	
}
.dropdown:hover .dropdown-content {
    display: block;
}
.navbutton{
	display: none;
}
/* Navbar End */

/* Header */
.header{
	position: fixed;
	max-width: 100%;
	min-height: 200px;
	min-width: 700px;
	/*box-shadow: 5px 5px 8px grey;*/
	padding-right: 500px;
}
.headertext {
	padding-top: 10%;
	padding-left: 20%;
	/*text-shadow: 2px 2px 5px black;*/
}
.logo {
	position: fixed;	
	min-width: 200px;
	min-height: 200px;
	background: url(../assets/images/logo.png) no-repeat left;
	
}
.banner {
	position: fixed;
	padding-left:200px;
	border-left: 200px;
	width: 500px;
	height: 200px;
	text-align: center;
	background: url(../assets/images/header.png) no-repeat right;
	
}
.bannernext {
	position: fixed;
	padding-top: 0px;
	padding-left: 500px;
	border-left: 500px;
	width: 500px;
	height: 200px;
	background: url(../assets/images/headernext.png) no-repeat right;
}
.bannerzwei {
	position: fixed;
	padding-left: 1000px;
	border-left: 1000px;
	width: 500px;
	height: 200px;
	text-align: center;
	/*box-shadow: 0px 0px 5px white;*/
	background: url(../assets/images/header.png) no-repeat right;
	
}
.bannerzweinext {
	position: fixed;
	padding-top: 0px;
	padding-left: 1500px;
	border-left: 1500px;
	width: 500px;
	height: 200px;
	/*box-shadow: 0px 0px 5px white;	*/
	background: url(../assets/images/headernext.png) no-repeat right;
}
/* Header End */

/*Footer*/

.footer {
	position: fixed;
    text-align: center;
    width: 200px;
    color: grey;
    left: 0px;
    bottom: 0px;
    height: 4%;
	background-color: #f1f1f1;
    padding: 14px 0px;
    /*box-shadow: 0 0 5px black;*/
	font-size: 10px;
	}

.contact{
	color: black;	
}
/*Footer End*/
}

