
/* - ploneCustom.css - */
@media all {
/* https://nieuws.kuleuven.be/portal_css/ploneCustom.css?original=1 */
/* */
#search-filter .filterlang {display: none;}
/* */
#locsection {font-size: 0.8em;}
/* */
blockquote::before {
background-color: #414141;
border-radius: 50%;
color: #fff;
content: '\201C';
font-family: Georgia, serif;
font-size: 40px;
font-weight: bold;
height: 44px;
left: 55px;
top: 25px;
line-height: 1;
padding: 10px 9px 11px 12px;
position: absolute;
width: 44px;
}
blockquote {
border-left: 0;
color: #1d8db0;
min-height: 45px;
position: relative;
padding: 20px 60px 20px 110px;
}
/* */
h1 {text-transform: none;
letter-spacing: 0;}
/* */
p.ondertitel {
font-family: Open Sans, sans-serif;
font-weight: bold;
font-style: normal;
}
/* */
#content ul.tagging {
margin-top: 1rem;
margin-bottom: 2rem;
font-size: 0.9em;
}
#content ul.tagging li {
display:inline;
}
#content ul.tagging li a {
text-decoration: none;
}
#content ul.tagging li::before {
content: '\25E6';
}
#content ul.tagging li:first-child::before {
content: '';
}
/* */
#content ol.TOC1Digit > li {
padding-top: 1em;
list-style-type: none;
}
#content ol.TOC1Digit > li > a {
font-weight: bold;
color: #056188;
text-decoration: none;
margin-left: -1em;
}
#content ol.TOC1Digit > li > ol > li > a {
color: #004070;
}
#content ol.TOC1Digit ol li {
list-style-type: decimal;
}
#content ol.TOC1Digit ol ol li {
list-style-type: circle;
}
}

