#contact ul li, #about ul li {list-style:none; margin-left:-2.5em}

#map img {
	height: 90%;
	width: auto;
	margin-left: 35px;
}


/*Galaxy*/
/* Portrait */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: portrait) {
	  
	  h1,h2{
		 font-size:32px !important; 
		  }
	
	#maps img{
		height:82% !important;
		margin-left:0 !important;
		}
	#intro .row{
		width:250px !important;
		}
		#map img{
		height:40% !important;
		}
	

}

/* Map anpassen bei zu kleinem Display */
@media (max-width: 504px) {
	#map img{
		height: auto !important;
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 !important;
	}
}

/*iPhone*/
/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
	h1,h2{
		 font-size:32px !important;
	}

	#intro .row{
		width:250px !important;
	}
}
