/* set font color to black */
a,h1 a,h2 a,h3 a,h4 a,h5 a,h1,h2,h3,h4,h5 {font-weight: bold; color:#000;}

/* set URL after links */
a[href]:after {
    background-color: inherit;
    color: #666;
	content: " ";
	font-style: italic;
}

a.external-link[href]:after, table a.external-link[href]:after,
a.external-link-new-window[href]:after, table a.external-link-new-window[href]:after {
 content: " ";
}

/* no displayed link for E-Mail etc. */
a.mail[href]:after, table a[href]:after,
.csc-textpic-imagewrap a[href]:after {
   content: " ";
}
/* tables */
thead {display: table-header-group;}
tr {page-break-inside: avoid;}

.navbar-brand img {
	display: block !important;
}
#indexedsearchbox,
.fraction-bg,
.html5videoplayer,
.hoffinder-fs,
.navbar-toggler,
.footer-wrapper-bottomnavi,
.footer-wrapper-blase,
.cc-revoke,
.cc-window {
	display: none !important;
}