				#footer{
					position: relative;
					top: 240px;
					width: 100%;
					height: 360px;
					background-color: transparent;
					z-index: 100;
					border: 0;
					text-align: center;
					margin-top: 60px;
				}
				#footer .logos{
					position: absolute;
					top: 90px;
					width: 100%;
					text-align: center;
					-webkit-filter: grayscale(100%);
					filter: grayscale(100%);
				}
				#footer .logos:hover {
					-webkit-filter: grayscale(0);
					filter: grayscale(0);
				}
				#footer hr {
					border:none;
  					height: 20px;
				 	width: 100%;
					height: 50px;
					margin-top: 0;
					border-bottom: 1px solid #1f1209;
					
  					margin: -50px auto 10px;  
				}
				#footernavigation{
					position: absolute;
					left: 0;
					bottom: 60px;
					width: 100%;
					height: auto;
					opacity: 1;
					border: none;
					background-color:  tramsparent;
					display: flex; 
					flex-direction: row;  
					flex-wrap: wrap;
					justify-content: space-around; 
					-webkit-align-content: center; 
					-ms-flex-line-pack: center; 
					align-content: center; 						
					-webkit-align-items: center; 
					-ms-flex-align: center; 
					align-items: center; 
					border-bottom: 1px solid #1f1209;
					
				}
				#footernavigation .links{
					width: 180px;
					height: 36px;
					border-left, border-right, border-top: none; 
					border-bottom: none;
					background-color: transparent;
					text-align: center;
					margin-left: 0;
					margin-right: 0;
				}
				#footernavigation .grafiklink{
					background-attachment: scroll;
				   	background-color: transparent;
				   	background-position: center;
				   	background-repeat: no-repeat;
				   	background-size: contain;
				   	background-image: url('media/footer/Instagram_logo.png');
					width: 120px;
					min-width: 12px;
					height: 0;
					padding-bottom: calc(1 / (3 / 4) * 120px);
					position: relative;
					border: none;
					margin-right: 1.2em;
				}
				#footernavigation a, 
				#footernavigation a:visited {
					font-size: 1em;
				   	line-height: 2em;
				   	font-family: "Quicksand";
				   	font-weight: 500;
				    font-style: normal;
					background-color: transparent;
					color: #E6E6E6;
					text-align: center;
					text-decoration: none;
				}
				#footernavigation a:hover{
					color: #7d7d7d;
					border: none;
					transition: 0.2s ease-in-out;
				}
@media only screen and (max-width: 1080px) {
	
	}