footer#fuss {
    height: auto;
    clear: both;
    width: 100%;
    padding: 0.625em 0;/*10px 0*/
    background-color: #2b597f; 
    -webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			box-sizing:border-box;
			position: relative;
		}

#fuss{
	color:#fff;
	padding:2% 1%;
	 width: 100%;
	}
#fuss a{
	padding:5px 4px;
	color:#fff;
	font-size:12px;
	}
#fuss a:hover {
    color: rgba(0,0,0,0.7);
    background-color: #ddd;
}
#fuss p{
	color:#fff !important;
	padding:0;	
		}
	ul.menue-oben {
		width:auto;
		}	
ul.menue-oben li, ul.menue-unten li, ul.impressum li{
	display:inline;
	
	}
#fuss li{
		line-height: 2.5em;
	
		}
#fuss .tel{
	display:inline;
	height:auto;
	float:left;
	padding:0.5em 3em 0 0;
	margin:0;
}
#fuss .tel p {
	padding:0;
}
#fuss .fa.fa-phone-square {
	padding: 0 10px 0 0;
}
#fuss .trusted {
  display:inline;
  width:30%;
  height: 70px;
  position: absolute;
  right:10px;
  bottom:-25px;
  background-image:url("../img/trusted-symbol_170.png");
  background-repeat: no-repeat;
  z-index: 0;
  background-position:right top; 
  background-size:100% auto;
}

@media only screen and (min-width: 350px) {
	#fuss .trusted {
		display:inline;
		width:25%;	
		bottom:-20px;
		}
}


@media only screen and (min-width: 768px) {
#fuss .tel {
			display:none;
		}

#fuss a{
	font-size:15px;
	padding:15px 8px;
	 }
#fuss a:hover {
    color: rgba(0,0,0,0.7);
    background-color: #ddd;
}
  
 ul.impressum {
			float:right;
			margin-right:0.625em;/*10px*/
			margin-bottom:0;
	}
ul.menue-unten {
			float:left;
			line-height: 1.8em;
		}
#fuss{
	padding:1%;
	}
	
		
}

@media only screen and (min-width: 900px) {
	footer#fuss {
        padding: 0.3125rem 1%;/*5px 1%*/
           }
		 #fuss ul{
			padding:10px 0;
			}
	
	}