.sidebarNavigation { width: 250px; }
.toggleNavigation.left { left: 250px; }
.sidebarNavigation .quicklinks-container .mobileExpand { display: none!important; }
.sidebarNavigation .quicklinks-container { padding: 0 20px 20px 20px; }
.navigation-container a:link, a:visited { padding: 8px 10px; }
.navigation-container li> a { font-weight:; }
.navigation-container a img {
    border: 2px solid #ffffff;
}

.pano {
    font-weight:bold;
}

/* LEVEL 1 */
.navigation-container li a { font-size: 15px; }
/* LEVEL 2 */
.navigation-container li>ul li a { font-size: 14px; }
/* LEVEL 3 */
.navigation-container li>ul li>ul li a { font-size: 13.5px; }
/* LEVEL 4 */
.navigation-container li>ul li>ul li a { font-size: 13.5px; }

/* Vollbild- und Schließen-Icon bei Video- und Fotowiedergabe weiß einblenden */
.fancybox-button svg {
    color: #ffffff!important;
}
.fancybox-toolbar {
    opacity: 1;
    visibility: visible;
}

/* Titel bei Hilfebox ausblenden */
#descriptionBox .headline {display: none}

/** 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: #008245;
}


/*
 * 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; } }


/*
 * Innere Kreis des Hotspots
 */
.hotspot_pulse_2 .puls {
    background: #008245;
}

/*
 * Pulsierender Rahmen
 */
.hotspot_pulse_2 .pulsate {
    border: 4px solid #008245;
}