.summary {
    color: #808080;
    border-left: 5px solid #E50E51;
    font-size:16px;
}


/* h3 {color: #db7a01; } */
h3 {color: #000000; }   /* Colour of headings of Level 3 */
h4 {color: #808080; }   /* Colour of headings of Level 4 */

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    font-family: 'DIN Pro', Fallback, sans-serif;
    color: black;
}

.nav > li.active > a {
/*  background-color: #db7a01; */
    background-color: #FEC804;  /* Background colour for the header of the opened list of topics in the sidebar */
    color: black; /* Colour of header title text of the opened list of topics in the sidebar */
}

.nav > li > a:hover {
/*  background-color: #db7a01; */
    background-color: #FEC804;  /* Background colour for the header of the collapsed list of topics in the sidebar when hovering over with mouse */
    color: black; /* Colour of header title text of the opened list of topics in the sidebar when hovering over with mouse */
}

div.navbar-collapse .dropdown-menu > li > a:hover {
/*    background-color: #7c7975; */
    background-color: #FEC804;  /* Background colour for the topic in the expanded list in the top navigation bar when hovering over with mouse */
}

.navbar-inverse .navbar-nav>li>a, .navbar-inverse .navbar-brand {
    color: white;
    top: 3px; /* adjusting the position of text in topnav, image to do */
}

.navbar-inverse .navbar-nav>li>a:hover, a.fa.fa-home.fa-lg.navbar-brand:hover {
     color: #f0f0f0;
}

.nav li.thirdlevel > a {
    background-color: #FAFAFA !important;
/*  color: #db7a01; */
    color: black;
    font-weight: bold;
}

a[data-toggle="tooltip"] {
/*  color: #649345; */
    color: #FEC804;
    font-style: italic;
    cursor: default;
}

.navbar-inverse {
 /* background-color: #db7a01; */
 /* border-color: #db7a01; */
    background-color: #000000; /* Top navigation bar's background colour. */
    border-color: #000000;
    color: white;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
/*  color: #db7a01; */
    color: #FEC804;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
/*  background-color: #db7a01; */
    background-color: #FEC804; /* Dropdown list title's background colour in the top navigation bar */
/*  color: #ffffff; */
    color: black; /* Dropdown list title text's colour in the top navigation bar */
}

/* not sure if using this ...*/
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
/*  border-color: #db7a01 !important; */
    border-color: #FEC804 !important;
}

.btn-primary {
/*  color: #ffffff;
    background-color: #db7a01;
    border-color: #db7a01; */
    color: black;
    background-color: #FEC804;
    border-color: #FEC804;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
/*  background-color: #db7a01;
    border-color: #db7a01; */
    color: black; /* avoid white text on yellow background*/
    background-color: #FEDE73 !important; /* if I do not find all the places, this will override other settings*/
    border-color: #FEDE73 !important; /* if I do not find all the places, this will override other settings*/
    color: black; /*  Colour of button title when hovering over with mouse - Links to Selected Topics */
}

.printTitle {
/*  color: #db7a01 !important; */
    color: #FEC804 !important;
}

/* body.print h1 {color: #db7a01 !important; font-size:28px;} */
body.print h1 {color: #FEC804 !important; font-size:28px;}
body.print h2 {color: #595959 !important; font-size:24px;}
/* body.print h3 {color: #db7a01 !important; font-size:14px;} */
body.print h3 {color: #FEC804 !important; font-size:14px;}
body.print h4 {color: #679DCE !important; font-size:14px; font-style: italic;}

.anchorjs-link:hover {
    color: #4f7233;
}

div.sidebarTitle {
/*  color: #db7a01; */
    color: #000000;
}

li.sidebarTitle {
    margin-top:20px;
    font-weight:normal;
    font-size:130%;
/*  color: #db7a01; */
    color: #000000;
    margin-bottom:10px;
    margin-left: 5px;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
/*  background-color: #db7a01; */
    background-color: #FEC804;
    color: #000000;
}

.projectTitle {
    color: white !important;
}

img.docimage {
    border: 1px solid rgba(0, 0, 0, 0.1); /* Leichter Rahmen mit Transparenz */
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); /* Schatten mit einer leichten Transparenz */
}

iframe {
    border: 1px solid rgba(0, 0, 0, 0.1); /* Leichter Rahmen mit Transparenz */
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); /* Schatten mit einer leichten Transparenz */
}
