
/* Allgemein */

a,
a:visited,
.wh_publication_toc .active > .topicref a,
.wh_breadcrumb ol .active
 {
    color: #C53030;
}

.wh_publication_toc,
#wh_publication_toc_content {
    background-color: #e0e0e0;
    
    /* Verhindert Mitlauf des ToC, jedoch sonst Probleme mit max-height. */
    position: static !important;
    max-height: none !important;
}


/* Header */

.wh_header {
	color: white;
	background-color: #E53E3E;
}
.wh_header a {
	color: white;
}
.wh_header.has-children,
.wh_header.topicref,
ul[role="menubar"] li[aria-expanded="true"] .title > a,
ul[role="menu"] li[role="menuitem"] .title > a  {
    background-color: #C53030;
}
ul[role="menu"] li[role="menuitem"] .title > a:hover {
    background-color: #ab2b2b;
}
.wh_top_menu:not(.activated-on-click) ul li {
    /* Deaktiviert Transition */
    transition: none;
}


/* Footer */

.wh_footer {
	color: white;
	background-color: #b2b3b5;
	text-align: left;
}
.wh_footer a {
	color: white;
}
.wh_footer a:hover {
	text-decoration: underline;
}

