@import "lightbox.css";

/*
    hop blauw: 7681b1
    hts groenblauw: 009bc1
    hts lichtblauw: 9ccef3
    hts lever: 986769
    hts lichtgrijs: d5dad7
    hts rood: 831b30
    geel:fdb813
*/

main {
    display:flex;
    flex-direction:column;
}
#bbr-title {
    color:#eee;
}
#bbr-title strong {
  font-weight:normal;
  }
#jb-logo {
    fill:#666;
}
nav ul li:hover {
    background-color: #aeb862;
}
nav ul li li:hover {
    background-color: #831b30;
}
nav ul li:hover li a{
    color:#fff;
} 
nav ul li a { 
    color:#986769;
}
nav ul ul {
    background-color: #83887c;
    color:#000;
    min-width:17em;
}
h1.title, h1.subtitle, h2.subtitle, h1.review, h1.small {
    background-color:#831b30;
}
h1.author, div.author {
    background-color:#9ccef3;
}
h1.translator {
    color:#009bc1;
}

@media screen and (max-width: 450px) {
  #bbr-title {
    font-size: 4.5vw;
  }
}
#header-content {
    background-color: #7681b1;
}

.client-authmsg {
    margin:1em .5em 0;
    padding:1em;
}
.auth:hover {
    background-color:inherit;
}

.affiliation {
    color: #555;
}
.boardmember .affiliation {
    font-size: 1em;
    font-style:italic;
}
.svg-nav-toggle {
	fill: #fff;
	height:22px;
	width:32px;
    pointer-events: all;
    cursor: pointer;
}
.svg-sub-toggle path {
    stroke-width:0;
    transition: all .5s;
}
#submenu svg, #subburger svg, #back-to-top svg {
    border: solid 1px #bbb;
    border-radius:.25em;
    background-color:#9ccef3;
    height:35px;
    width:35px;
    opacity:.75;
}

#subburger svg path, #back-to-top svg line, #back-to-top svg path {
    stroke:#253776;
    fill:#253776;
}
#search {
    float: right;
}
A:active {
	color: inherit;
}
A:hover {
	border-bottom:.35em solid #9ccef3;
}
.letters a {
    background-color:#eee;
    color:#253776;
    border:.1em solid #9ccef3;
}
.reference {
    text-indent:-6em;
    margin-left:6em;
}
a.crossref 
{
	color: #831b30;
	font-weight: bold;
}

a.met, a.met:visited {
	color: #006995;
}
a.bop, a.bop:visited {
	color: #63947d;
}
a.hop, a.hop:visited {
	color: #7681b1;
}
a.hts, a.hts:visited {
	color: #009bc1;
}
a.tsb, a.tsb:visited {
	color: #c1001f;
}
.toc_indent {
    margin-left:.25em;
    display:inline-block;
}
.toc_indent:before {
    content: "| ";
    color:#ddd;
}
.toc_title {
    display:inline-block;
}
@media screen and (min-width: 1280px) {
    details.toc {
        font-weight:normal;
    }
}