.hdpi .pac-icon {
	background-image: none;
}

#gmap {
    padding-top: 30px;
    height: 90vh;
    width: 100%;
}

#gmap label {
	display: inline;
}

#map-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0px;
    display: none;
    background-color: #333333;
    opacity: 0.5;
}

.google-marker-info {
	padding-left: 10px;
  /*	HUUCS: AEMVSTINFO-159 Karte: Standortschilder auf Kartenuebersicht zu klein
	/*	min-width: 250px;	*/
    min-width: 100px;
}

.google-marker-info .expanded-format {
    position: relative;
}

.google-marker-info .expanded-format .logo img {
  margin-bottom: 10px;
  width: 150px;
  height: auto;
  margin-left: calc((100% - 150px) / 2);
}

.google-marker-info ul {
	list-style: none;
	padding: 0;
}

.google-marker-info .format > li:first-child {
    border-top: 1px solid #d5d5d5;
}

.google-marker-info .format > li {
    padding: 10px 0;
    border-bottom: 1px solid #d5d5d5;
    position: relative;
}

.google-marker-info ul.format {
	margin: 10px 0;
}

.google-marker-info .format ul li {
    float: left;
    width: 100px;
}

.google-marker-info .more {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
    background-position: -41px -360px;
    width: 29px;
    height: 14px;
    background-image: url("headlibs/images/icons/sprites.svg");
    background-size: 70px auto;
}
.google-marker-info a {
    display: block;
}
.google-marker-info a:visited {
    color: #333;
    text-decoration: none;
}
.google-marker-info input {
    outline: 0 !important;
}

.gm-style .gm-style-mtc label{
	font-weight: 400;
	font-size: 11px !important;
}

.detail-map-container {
	margin-bottom: 34px;
	/* HUUCS: AEMVSTINFO-107 Detailseite: Karte geht nicht ueber die volle Breite */
	/* Breite groesser 640px geht nur mit UrlSigner. Der funktioniert aber nur mit JDK1.8. Das kann aber AEM-CQ nicht. */
	/* Deshalb wurde beschlossen, das von Google zu klein gelieferte Bild zumindest zu zentrieren. */
	text-align:center;
}
#detail-map-container {
	width:100%;
	height:400px;
}

@media only screen and (max-width: 767px) {
	#detail-map-container {
		width: 100%;
		height: 300px;
	}
}


.image-container-big, .image-container-small {
	display: none;
}

.vst-display-none {
	display: none;
}

.KBK-007-A-text > h3{
	font-size: 2rem;
	line-height: 3rem;
	margin-bottom: 0;
}

.vst-location-container .vst-result-map {
	padding-top: 0%;
}

#google-map {
	width: 100%;
	height: 400px;
}

@media only screen and (max-width: 767px) {
	#google-map {
		width: 100%;
		height: 300px;
	}
}

.vst-detail-logo img {
    max-width: 33%;
}

.old-image .vst-detail-image {
    width: 40%;
    max-width: 40%;
    display: inline;
}

.old-image .vst-shop {
    margin-top: 40px;
}

.old-image .vst-detail-image-wrapper {
    padding-bottom: 20px;
}