/*zusätzl. f. alle Devices kleiner als 500px, quer, z.B. iPhone */
@media only screen and (max-width: 570px) and (orientation:landscape) {
#mainNav li:nth-child(5){
	border-left: none;
	padding-left: 0px;
}
/**/}