#fuss {
    height: auto;
    clear: both;
    width: 100%;
    text-align: center;
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	font-size:12px;		
		}

#fuss {
    color: #fff;
    height: 30px;
    position: relative;
    bottom: -40px;
    padding: 5px 10px;
	font-weight:600;
  } 
#fuss ul {
	padding-left: 0;
}
#fuss ul li{
		padding:0;
		display:inline;
		}
#fuss a{
	padding:0 0.3em;
	color:#fff;
	text-decoration: none;
	}
#fuss a:hover{
	color:#be05a9;
}	

#fuss-navi{
			float:right;
			text-align: right;
			width:auto;
			font-size:14px;
			margin-top: 5px;
			color: #fff;
			}
#fuss ul.kontakt{
	font-size: 2.5em;
	width: 150px;
	position: relative;
	top: 10px;
	margin: 0;
	line-height:30px;
	padding-left: 0;
}
#fuss ul.kontakt li:first-child{
	position: relative;
    left: 10px;
    top: -2px;
}

@media only screen and (min-width: 500px) {
#fuss ul.kontakt{
	margin: 0 auto;
}

@media only screen and (min-width: 600px) {

}

@media only screen and (min-width: 768px) {
#fuss {
    color: #fff;
    height: 30px;
    position: relative;
    bottom: -40px;
    padding: 5px 10px;
  } 
}
@media only screen and (min-width: 800px) {

	}
@media only screen and (min-width: 900px) {

	}