#footer {
	position: relative;
}

#karte {
	float: left;
	clear: both;
	width: 100%;
	padding: 10px 0 0 0;
	position: relative;
	overflow: hidden;
}

#karte .color {
	content: "";
	display: block;
	width: 100px;
	height: 60px;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	top: -28px;
	z-index: 3;
}

#karte.offen .color {
	box-shadow: 0px 2px 1px 0 rgba(0,0,0,0.3);
}

#karte.zu .frame {
	height: 0;
	overflow: hidden;
	transition: all 0.3s ease;
}

#karte.offen .frame {
	height: 360px;
	overflow: hidden;
	width: 100% !important;
	transition: all 0.3s ease;
}

.mapsschalter {
	position: absolute;
    top: -20px;
	left: 50%;
	z-index: 4;
	width: 30px;
    margin: 0 0 0 -15px;
}

.pin {
    width: 30px;
    height: 30px;
    transform: rotate(-45deg);
    cursor: pointer;
    position: relative;
}

.pin span {
	display: block;
	border-radius: 50% 50% 50% 0;
	width: 100%;
	height: 100%;
	background: #6c8ba1;
}

.pin span::before {
    content: '';
    width: 14px;
    height: 14px;
    top: 50%;
    left: 50%;
    margin: -7px 0 0 -7px;
    background: #fff;
    position: absolute;
	border-radius: 50%;
	z-index: 2;
}

.pin::before {
    content: '';
    border-radius: 50%;
    height: 8px;
    width: 16px;
    position: absolute;
    left: 0;
	top: 100%;
	z-index: -1;
    margin: -4px 0 0 -8px;
    transform: rotate(45deg);
    background: rgba(0, 0, 0, 0.15);
}

.pin::after {
    content: "";
    border-radius: 50%;
    height: 20px;
    width: 40px;
	position: absolute;
    left: -20px;
	top: 65%;
	z-index: -1;
    transform: rotate(45deg) scale(0);
    box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    animation-name: pulsate;
    animation-iteration-count: 4;
    animation-duration: 1s;
    animation-play-state: paused;
	display: none;
}

@keyframes pulsate {
    0% {transform: rotate(45deg) scale(0); opacity: 0;}
    50% {opacity: 1;}
    100% {transform: rotate(45deg) scale(1); opacity: 0;}
}

.pin:hover::after {
    display: block;
    animation-play-state: unset;
}
/*
     FILE ARCHIVED ON 09:08:48 Jun 13, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:40:20 Feb 13, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.788
  exclusion.robots: 0.028
  exclusion.robots.policy: 0.011
  esindex: 0.012
  cdx.remote: 10.438
  LoadShardBlock: 126.378 (3)
  PetaboxLoader3.datanode: 197.441 (5)
  PetaboxLoader3.resolve: 358.35 (2)
  load_resource: 452.206
  loaddict: 73.825
*/