#footernavigation ul{
	width: 100%;
  	display: table;
	table-layout: fixed; /* optional */ 
	margin-left: -4.4%;
}

#footernavigation li{
	display: table-cell;
  	width: auto;
  	text-align: center;
}

#footernavigation ul,
#footernavigation li {
	list-style-type: none;
	margin:0;
	padding:0;	
}

#footernavigation ul.level1>li {
	display: inline-block;
	float: left;
	box-sizing: border-box;
	padding-right: 15px;
	font-weight: normal;
	text-decoration: none !important;
	font-family: UniversLTPro-65Bold;
	font-size: 12px;
	display: inline;
    max-width:15% !important; /* limit width */
    min-width: 5% !important;
    
}

#footernavigation ul.level1>li.active {
	color: #fff !important;
}
#footernavigation ul.level1>li>a {
	text-transform: uppercase;
	text-decoration: none !important;
}

#footernavigation>ul>li>a {
	color: #fff;
	width: 100%;
	display: block;
	/*min-width: 127px;*/
}



#footernavigation a:hover,
#footernavigation a.open {
	color: #fff;
}

#footernavigation a.active {
	background: rgba(0, 0, 0, 0) url("/_local/templates/images/special_link_icon_neg.png") no-repeat scroll 0 center;
    padding: 0 0 0 15px;
    margin-left: 5px;
}

#footernavigation>ul.level1>li.nichtimfooter {
	display: none;
}


#footernavigation ul.level1 li ul.level2 {
	margin-top: 5px;
	text-transform: normal;
}

#footernavigation ul.level1 li ul.level2 li{
	clear: left;
	font-weight: normal;
	margin: 0;
	line-height: 15px;
	width: 100% !important;
}

#footernavigation>ul>li>ul>li>a {
	color: #fff;
	width: 100%;
	display: block;
	min-width: 130px;
	font-size: 95%;
	text-transform: normal;
}

label {
	font-size: 90%;
}


