/* Vollbild- und Schließen-Icon bei Video- und Fotowiedergabe weiß einblenden */
.fancybox-button svg {
    color: #ffffff!important;
}
.fancybox-toolbar {
    opacity: 1;
    visibility: visible;
}
.pano {
    font-weight:bold;
}

/* Titel bei Hilfebox ausblenden */
#descriptionBox .headline {display: none}


.navigation-container a img {
    border: 2px solid #fff;
}

/* LEVEL 1 */
.navigation-container li a { font-size: 15.5px; }
/* LEVEL 2 */
.navigation-container li>ul li a { font-size: 14.5px; }
/* LEVEL 3 */
.navigation-container li>ul li>ul li a { font-size: 14px; }

/* farbige Kategorien in der Navigation */
/* 1. Therme */
#nav_95654 i.fa-chevron-circle-right, #nav_95654 .SubOpen, #nav_95654 a:hover, #nav_95654 a.active { color: #23b8ce!important; }
/* 2. VitalOase */
#nav_95665 i.fa-chevron-circle-right, #nav_95665 .SubOpen, #nav_95665 a:hover, #nav_95665 a.active { color: #74ab38!important; }
/* 3. Galaxy*/
#nav_95688 i.fa-chevron-circle-right, #nav_95688 .SubOpen, #nav_95688 a:hover, #nav_95688 a.active { color: #d93366!important; }

/* 4. Wellenbad */

/* 5. Vitaltherme */
#nav_95724 i.fa-chevron-circle-right, #nav_95724 .SubOpen, #nav_95724 a:hover, #nav_95724 a.active { color: #df8b3e!important; }
/*  Hotel und Gästehaus Victory */



/* farbige Kategorien im Lageplan */
.groundplan-marker__wrapper.colorGeniessen .groundplan-marker__element:after {
    background: #42745a!important;
    border: 2px solid #42745a!important;
}




.copyright_label { display:none!important }

.hotspot {
    background: #ffffff;
    border: 2px solid #05365e;
    display: block;
    height: 49px;
    width: 49px;
    border-radius: 100%;
    cursor: pointer;
   	margin: 5px;
	box-shadow: 0px 0px 2px 1px #333;
}


.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: #05365e;
    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: #05365e;
    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: #05365e;
}

.hotspot.plane .fa-plane { padding-top:3px;}