@import url('./fa4/style.css');
.hotspot {
    background: #ffffff;
    border: 2px solid #00874c;
    display: block;
    height: 49px;
    width: 49px;
    border-radius: 100%;
    cursor: pointer;
   	margin: 5px;
	box-shadow: 0px 0px 0px 1px #fff;
}


.hotspot:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	box-sizing: content-box;
	top: -6px;
	left: -6px;
	padding: 5px;
	box-shadow: 0 0 0 2px #fff;
	-moz-transition: -moz-transform .2s, opacity .2s;
	-moz-transform: scale(.6);
	-webkit-transition: -webkit-transform .2s, opacity .2s;
	transition: transform .2s, opacity .2s;
	-webkit-transform: scale(.6);
	-ms-transform: scale(.6);
	transform: scale(.6);
	opacity: 0
}

.hotspot:hover:after {
	-webkit-animation: sonarEffect 1.3s ease-out 75ms;
	animation: sonarEffect 1.3s ease-out 75ms;
}

.hotspot.infinite:after {
	-webkit-animation: sonarEffect 1.3s ease-out 75ms infinite;
	animation: sonarEffect 1.3s ease-out 75ms infinite;
}


@-webkit-keyframes sonarEffect {
	0% {
		opacity: .3
	}
	10% {
		opacity: .5;
		box-shadow: 0 0 0 1px rgba(255, 255, 255, .3), 0 0 15px 3px #fff, 0 0 0 5px rgba(255, 255, 255, .5)
	}
	100% {
		box-shadow: 0 0 0 1px rgba(255, 255, 255, .3), 0 0 15px 3px #fff, 0 0 0 5px rgba(255, 255, 255, .5);
		-webkit-transform: scale(.7);
		opacity: 0
	}
}

@keyframes sonarEffect {
	0% {
		opacity: .3
	}
	40% {
		opacity: .5;
		box-shadow: 0 0 0 1px rgba(255, 255, 255, .3), 0 0 15px 3px #fff, 0 0 0 5px rgba(255, 255, 255, .5)
	}
	100% {
		box-shadow: 0 0 0 1px rgba(255, 255, 255, .3), 0 0 15px 3px #fff, 0 0 0 5px rgba(255, 255, 255, .5);
		-webkit-transform: scale(.7);
		transform: scale(.7);
		opacity: 0
	}
}

.hotspot .inner {
    display: block;
    background: #00874c;
    width: 39px;
    height: 39px;
    border-radius: 100%;
    position: relative;
    top: 3px;
    left: 3px;
    font-size: 26px;

    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hotspot .inner:before {
    border-radius: 100%;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}


.hotspot:hover, .hotspot:focus, .hotspot:active {
    background-color: #ffde03;
    border-color: #ffffff;
}

.hotspot:hover .inner:before,
.hotspot:focus .inner:before,
.hotspot:active .inner:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}


.hotspot .inner div.fa {
    color: #ffffff;
    line-height: 39px;
}

.hotspot:hover .inner div.fa,
.hotspot:focus .inner div.fa,
.hotspot:active .inner div.fa {
    color: #ffde03;
}

.hotspot.plane .fa-plane { padding-top:2px;}
.hotspot.euro .fa-euro { padding-top:2px; padding-right:6px;}

/** Update Lorenz **/
/*
 * Farbe des Kreises der pulsiert
 */
.hotspot_pulse_1:before,
.hotspot_pulse_1:after {
    border: 6px solid rgba(255,0,0,0.5);
}
.hotspot_pulse_1 .inner {
   background: #00874c;
}

/*
 * That's all, stop editing!
 */
.hotspot_pulse_1 .inner { width: 10px; height: 10px; border-radius: 100%; position: absolute; left: 50%; margin-left: -6px; top: 50%; margin-top: -6px; }
.hotspot_pulse_1:before, .hotspot_pulse_1:after { content: ""; border-radius: 100%; opacity: 0; -webkit-transform: scale(0); transform: scale(0); height: 60px; width: 60px; position: absolute; -webkit-animation-name: puls; animation-name: puls; -webkit-animation-duration: 1.8s; animation-duration: 1.8s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; -webkit-animation-delay: 0.9s; animation-delay: 0.9s; }
@-webkit-keyframes puls { 20% { opacity: 1; } 50% { opacity: 1; } 100% { -webkit-transform: scale(1); transform: scale(1); opacity: 0; } }
@keyframes puls { 20% { opacity: 1; } 50% { opacity: 1; } 100% { -webkit-transform: scale(1); transform: scale(1); opacity: 0; } }


.hotspot_pulse_2 .puls {
    background: #ffffff;
}
.hotspot_pulse_2 .pulsate {
    border: 5px solid #ffffff;
}

/*
 * That's all, stop editing!
 */
.hotspot_pulse_2 { position: absolute; width: 72px; height: 72px; display: flex; align-items: center; justify-content: center; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.hotspot_pulse_2 .puls { border-radius: 50%; height: 30px; position: absolute; width: 30px; top: 8px; left: 8px; }
.hotspot_pulse_2 .pulsate { border-radius: 50%; height: 55px; opacity: 1; position: relative; width: 55px; animation: pulsate 1s ease-out; animation-iteration-count: infinite; }
@keyframes pulsate { 0% { transform: scale(0.7); opacity: 1; } 50% { opacity: 1; } 100% { transform: scale(1.2); opacity: 0; } }




.infospot { box-shadow: none!important; }
.infospot { width: 650px; white-space: normal; }

@media only screen and (max-width: 767px) {
.infospot { width: 650px; text-}
}
/*
 * Innere Kreis des Hotspots
 */
.hotspot_pulse_2 .puls {
    background: #00874c;
}

/*
 * Pulsierender Rahmen
 */
.hotspot_pulse_2 .pulsate {
    border: 5px solid #ffffff;
}

.komsa_euro,
.komsa_mail,
.komsa_play,
.komsa_info {
    background-color: #fff;
}

/*
 * That's all, stop editing!
 */
.hotspot_pulse_2 { position: absolute; width: 72px; height: 72px; display: flex; align-items: center; justify-content: center; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.hotspot_pulse_2 .puls { border-radius: 50%; height: 30px; position: absolute; width: 30px; top: 8px; left: 8px; }
.hotspot_pulse_2 .pulsate { border-radius: 50%; height: 55px; opacity: 1; position: relative; width: 55px; animation: pulsate 1s ease-out; animation-iteration-count: infinite; }
@keyframes pulsate { 0% { transform: scale(0.7); opacity: 1; } 50% { opacity: 1; } 100% { transform: scale(1.2); opacity: 0; } }



.komsa_euro,
.komsa_mail,
.komsa_play,
.komsa_info {
    position: relative;
    display: inline-block;
}

.komsa_euro {
    -webkit-mask-image: url(https://projekte.lorenzrings.de/360grad_team/komsa/komsa_euro.svg);
    mask-image: url(https://projekte.lorenzrings.de/360grad_team/komsa/komsa_euro.svg);
    width: 17px;
    height: 21px;
    top: 5px;
    left: -2px;
}

.komsa_mail {
    -webkit-mask-image: url(https://projekte.lorenzrings.de/360grad_team/komsa/komsa_mail.svg);
    mask-image: url(https://projekte.lorenzrings.de/360grad_team/komsa/komsa_mail.svg);
    width: 23px;
    height: 17px;
    top: 7px;
    left:-1px;
}

.komsa_play {
    -webkit-mask-image: url(https://projekte.lorenzrings.de/360grad_team/komsa/komsa_play.svg);
    mask-image: url(https://projekte.lorenzrings.de/360grad_team/komsa/komsa_play.svg);
    width: 26px;
    height: 26px;
    top: 2px;
}

.komsa_info {
    -webkit-mask-image: url(https://projekte.lorenzrings.de/360grad_team/komsa/komsa_info.svg);
    mask-image: url(https://projekte.lorenzrings.de/360grad_team/komsa/komsa_info.svg);
    width: 4px;
    height: 18px;
    top: 6px;
}