<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ALLE GENERATE */
#map .map-container { background: transparent!important;top:0; }
#map .map-container .headline {display:none;}

/* LEVEL 1 */
.navigation-container li a { font-size: 16px; }
/* LEVEL 2 */
.navigation-container li&gt;ul li a { font-size: 15px; }
/* LEVEL 3 */
.navigation-container li&gt;ul li&gt;ul li a { font-size: 15px; }

/* NUR DESKTOP */
@media only screen and (min-width: 760px) {
.navigation-container li a { font-size: 18px; }
.navigation-container li&gt;ul li a { font-size: 14px; }
.navigation-container li&gt;ul li&gt;ul li a { font-size: 13px; }
}

.navigation-container li&gt;ul li a { font-weight:bold; }

.csstooltip:before { border-top: 20px solid #434f4f; }
.csstooltip:after { background: #434f4f; }</pre></body></html>