



/* -------------------- class "location-img" in Xibis eingetragen -------------------- */

div.overview-content {
	margin-top: 1rem;
	margin-bottom: 0;
}

.overview-link:hover {
	background: #71a71b;
}

#content_wrap div.location-img img {
	/* border: 10px solid #71a71b !important; */
	border-top: 0 solid #71a71b !important;
	border-right: 10px solid #71a71b !important;
	border-bottom: 10px solid #71a71b !important;
	border-left: 10px solid #71a71b !important;
	margin-bottom: 1rem;
}

#content_wrap div.location-img img:hover {
	-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	-webkit-transform: none;
	box-shadow: none;
}
	
	@media only screen and (min-width: 40.063em) {
	.overview-link {
		min-height: 120px;
	}
}
	
	
