@charset "utf-8";
/* CSS Document */
/* Anfahrt */
.main-contact {
	width: 80%;
	max-width: 1000px;
	min-height: 600px;
	margin-left: 100px;
	margin-bottom: 150px;
}
.main-contact p, span {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
	display: grid;
	margin-bottom: 20px;
}
/* Google Maps */
#map {
	height: 400px;
	width: 80%;
}
/* Beschreibung Anfahrt */
.main-contact h3 {
	font-size: 32px;
	font-weight: 500;
  	text-transform: uppercase;
	color: #e30613;
	margin: 40px 0px 20px 0px;
}
.main-contact img {
	width: 80%;
	height: auto;
	margin: 20px auto;
}
.main-contact ul {
	list-style-type: disc;	
	margin-left: 20px;
}
.main-contact li {
	padding-left: 10px;
	list-style-position: outside;
	display: list-item;
	font-size: 20px;
	font-weight: 500;
	margin: 20px 0px;
}