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

/* Tooltipp für Karte */
.csstooltip_map {background: #ffdd00; color: #0088c2;}

/* Tooltipp für Sidebar */
.csstooltip:after {background: #ffdd00; color: #0088c2;}
.csstooltip:before {border-top: 20px solid #ffdd00;}