

/* --- Stylesheet 5061 () --------- */ 

.mobileNav{
	display: none;
	position: fixed;
	left: 0;
	bottom: 0;
	background: #808080;
	width: 100%;
	border-top: 3px solid #fff;
	height: 64px;
	z-index: 999;
}
.mobileNav ul{
	width: 100%;
}
.mobileNav li{
	float: left;
	width: 33%;
}
.mobileNav li a{
	width: 100%;
	height: 10px;
	display: inline-block;
	text-align: center;
	padding-top: 40px;
}

.mobileNav li a.first{
	background: url(https://tramino.s3.amazonaws.com/s/1st-of-8/745766/ic-anruf.png) no-repeat center center;
}
.mobileNav li a{
	background: url(https://tramino.s3.amazonaws.com/s/1st-of-8/745767/ic-email.png) no-repeat center center;
}
.mobileNav li a.last{
	background: url(https://tramino.s3.amazonaws.com/s/1st-of-8/745765/ic-anfahrt.png) no-repeat center center;
}