/******************************
* CUSTOMIZING: VOEV & CH-DIRECT
* CSS definitions to abstract separate voev.ch & ch-direct.org
*******************************/

/* GALLERY: category breadcrumb: hide root level  */
#gallery .category_tree a[href$="gallery"],
#gallery .category_tree span.separator:first-of-type{
    display: none;
}

/* DOWNLOAD: download breadcrumb: hide root level  */
#downloads .breadcrumb a[href$="downloads"]{
    display: none;
}

/* NAVIGATION: hide-navigation point  */
body:not(.site-ch-direct) .hide-in-voev-section,
body.site-ch-direct .hide-in-ch-direct-section{
    display: none !important;
    visibility: hidden;
}
/* hide all second levels in ch-direct section, except in ch-direct navigation point */
body.site-ch-direct #mainnav li.level-0:not(.hide-in-voev-section) ul{
    display: none;
}

/* NEWS: hide one of double title in news overview (Workaround, because we generate a manual detail link. So the News redirection feature doesn't work)  */
.ch-direct-news h2:not([data-auto-link*=newsid]) .manuell-link {
    display: none;
}
.ch-direct-news h2[data-auto-link*=newsid] .auto-link {
    display: none;
}