@charset "utf-8";

#footer {
	background-color: #000000;
	bottom: 0;
	font-family: 'Fira Sans', sans-serif;
	font-size: 1.6em;
	font-weight: 700;
	height: 80px;
	position: fixed;
	width: 100%;
	z-index:10;
	}

#footer ul {
	text-align: center;
	}

#footer li {
	color:#ffffff;
	margin-top:15px;
	padding: 0 10px;
	display: inline-block;
	}

#footer a {
	float:left;
	color: #ffffff;
	text-decoration: none;
	}

#footer a.drachenlink:hover {
	color: #50c838;
	}

#footer a.gamelink:hover {
	color: #50c838;
	}

#footer a.fotolink:hover {
	color: #006838;
	}

#footer a.filmlink:hover {
	color: #006838;
	}

#footer a.betandralink:hover {
	color: #003c00;
	}

#footer a.kontaktlink:hover {
	color: #003c00;
	}
	


@media screen and (max-width:1000px) {
	

#footer {
	height: auto;
	font-size: 2em;
	text-align:center;
	}
	
#footer ul {
	display: inline-block;
	}

}


@media screen and (max-width:600px) {

#footer {
	display:none;
	}

}