#navigation { 	
					position: fixed;
					top: 30px;
					left: 50%;
					transform: translateX(-50%);
					width: 80%;
					height: auto;
					background-color: transparent;
					background-size: cover;
					background-image: url('images_web/bg/HG_container_navigation.png');
					overflow: visible;
					z-index: 300;
					display: flex;
					flex-direction: row;
					justify-content: space-between;
					border: none;
					border-bottom: 1px solid black;
					font-family: Oswald;
					font-size: 1em;
					font-weight: 400;
					line-height: 1.4em;
					white-space: nowrap;
					text-decoration: none;
					padding-top: 6px;
					padding-bottom: 6px;
					padding-left: 6px;
					padding-right: 6px;
					outline-style: none;
			}
#logo1 {
					width: 120px;
	    			height: 40px;
					opacity: 1;
					z-index: 400;
					border: none;
			}
#logo2 {
					width: 120px;
	    			height:104px;
					opacity: 1;
					z-index: 400;
					border: none;
			}
#navigation ul {
			 		margin_left: 0;
			  		display: flex;
				    flex-direction: row;
				    justify-content: space-between;
				    flex-wrap: wrap;
				    width: 100%;
				    max-height: 45px;
				    overflow: visible;
				}

#navigation li {
 					list-style: none;
				    display: inline-block;
				    width: calc(100% / 5);
				    min-width: 120px;
				    height: auto;
				    text-align: center;
				 	border: none;
				 	margin-left: 0;
				}
#navigation li:first-child {
 					text-align: left;
				 	padding-left: 0;
				}
#navigation li a {
					color: #777875;
					height: auto;
					display: flex;
					justify-content: space-between;
					padding: 12px;
					padding-left:0;
					text-decoration: none; 
					padding-left:0;
				}

#navigation li a:hover {
 			 		color: orange;
}
#navigation li a:first-child {
				    text-align: left;
				}
#navigation li:last-child {
 					text-align: left;
				}
#navigation a {
					z-index: 11;
					font-size: 1em;
					font-weight: 200;
					line-height: 1.4em;
					text-align: left;
					color: black;
					background-color: transparent;
			
			}
#navigationsliste { 
				position: relative;
				top: 0px;
				left: 50%;
				transform: translateX(-50%);
				width: 80%;
				height: 100%;
				min-height: calc(100vh - 116px);
				overflow: auto;
				z-index: 100;
				padding-left: 20px;
				padding-right: 12px;
				padding-top: 45px;
				background-color: transparent;
			}
