

/* Layout für Mobilgeräte: 480 px oder weniger. */

.footerNav {
	padding: 10px 0px 10px 0px;
	background-color: #ac4380;
	}

ul.footerNav {
	margin: 0px;
	list-style-type: none;
	width: 100%;
	font-size: 1.3em;
	line-height: 2.3em;
	text-align: center;
	}

li.footerNav {
	display: inline;
	padding: 0px 25px;
	margin: 2.3em 0;
	}

li.footerNav a {
	text-decoration: none;
	color: #ddd;
	}

li.footerNav a:hover {
	color: #fff;
	}







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

ul.footerNav {
	font-size: 1.4em;
	}

}	
	
	
/* Layout für Tablet-PCs: 481 bis 768 px. Erbt Stile vom: Layout für Mobilgeräte. */

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

ul.footerNav {
	font-size: 1.5em;
	}
	
}
	
	
/* Layout für Tablet-PCs: 769 bis 968 px. Erbt Stile vom: Layout für Mobilgeräte. */

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

ul.footerNav {
	font-size: 1.6em;
	}

}





/* Desktoplayout: 919 bis maximal 1232 px.  Erbt Stile von: den Layouts für Mobilgeräte und Tablet-PCs. */

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

ul.footerNav {
	font-size: 1.8em;
	}
}