.navigation-container li>ul li a { font-weight:bold; }

/* Vollbild- und Schließen-Icon bei Video- und Fotowiedergabe weiß einblenden */
.fancybox-button svg {
    color: #c82719!important;
}
.fancybox-toolbar {
    opacity: 1;
    visibility: visible;
}

/* Titel bei Hilfebox ausblenden */
#descriptionBox .headline {display: none}

.navigation-container a img {
    border: 2px solid #fff;
}


/* LEVEL 1 */
.navigation-container li a { font-size: 17px; }
/* LEVEL 2 */
.navigation-container li>ul li a { font-size: 15.5px; }
/* LEVEL 3 */
.navigation-container li>ul li>ul li a { font-size: 15px; }

/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) { #cssfvt-startScreen { padding-top: 2%; }
  #cssfvt-startScreen .cssfvt-wrapper { padding: 30px 0; width: 90%; }
  #cssfvt-startScreen .cssfvt-head img { max-width: 150px; }
  #cssfvt-startScreen .cssfvt-text { font-size: 1.6em; }
  #cssfvt-startScreen .cssfvt-close { padding: 10px 20px; font-size: 17px; margin-bottom: 10px; } }
/* Extra Small Devices, Phones */