#map-container {
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #ccc #999 #ccc;
	-webkit-box-shadow: rgba(64, 64, 64, 0.5) 0 2px 5px;
	-moz-box-shadow: rgba(64, 64, 64, 0.5) 0 2px 5px;
	box-shadow: rgba(64, 64, 64, 0.1) 0 2px 5px;
	width:100%;
	padding-bottom: 100%;
	position: relative;
	margin-bottom: 40px;
}
#map {
	position: absolute;
	width: 100%;
	height: 100%;
}
.button-row {
	display: block;
}

.button-row a,
.button-row a:link,
.button-row a:visited { 
	background: #feed00; 
	color: #000;
	display: block;
	padding: 10px 10px;
	line-height: 20px;
	margin-right: 1px;
	text-decoration: none;
	white-space: nowrap;
}
.button-row a.active,
.button-row a.active:link,
.button-row a.active:visited {
	background: #000;
	color: #feed00;
}
@media (min-width: 768px) {
	
	#map-container { 
		padding-bottom: 41%;
	}
	.button-row a,
	.button-row a:link,
	.button-row a:visited { padding: 10px 40px; width: 50%; float:left; }
}
@media (min-width: 1024px) {
	.button-row {
		display: flex;
	}
}
#zipsearch {
	float: right;
	width: 100%;
	text-align: right;
	margin: 0;
	position: relative;
}
#zipsearch input,
#zipsearch button {
	margin: 0;
	display: inline-block;
	width: auto;
}
#zipsearch input { width: calc(100% - 41px); padding: 5px 10px; line-height: 20px; height: 40px; }
#zipsearch button.search {
	background: url(../Images/lupe.svg) no-repeat center;
	background-size: 24px 24px;
	width: 40px;
	height: 40px;
	display: inline-block;
	vertical-align: bottom;
}
#zipsearch .error { position: absolute; top: 100%; left: 0; right: 0; padding: 5px 10px; background-color: #fff; border-color: #dd0000; color: #dd0000; text-align: Left; }
.listicon.kulturdenkmal { background: url(../Images/Kulturdenkmal_listing.svg) no-repeat 0 0; }
.listicon.veranstaltungszentren { background: url(../Images/Veranstaltungszentrum_Listing.svg) no-repeat 0 0; }
.listicon.festivals { background: url(../Images/Festival_Listing.svg) no-repeat 0 0; }
.listicon.museen { background: url(../Images/Museum_Listing.svg) no-repeat 0 0; }
.listicon { width: 95px; height: 95px; display: block; background-size: 100% 100%; }
.detailimage .listicon { width: 100%; height: auto; padding-bottom: 80%; display: block; background-size: 100% 100%; max-width: 160px; max-height: 160px; margin: 0 auto; }
.tx-wx-kbblocation .wx .em { font-size: 1em; font-weight: 200; }
.addresslist {
	font-size: 0;
}
.addresslist > div {
	display: none;
	vertical-align: top;
	font-size: 14px;
	float: none;
}
.addresslist > div.show-record {
	display: inline-block;
}
.addresslist .website { padding-left: 30px; }
.addresslist .telicon a { color: inherit; text-decoration: none; }
.addresslist .minheight { min-height: 120px; }
#zipautocomplete-list { position: absolute; top: 100%; left: 0; right: 0; background: #f1f1f1; text-align: center; z-index: 999; font-size: 12px; }
#zipautocomplete-list > div { float: left; padding: 2px 4px; border: 1px solid #fff; width: 25%; cursor: pointer; font-family: "Courier New", Courier, monospace; }
#zipautocomplete-list > div:hover { background: #fff; }