/* hide language filter - temp */
#search-filter .filterlang {display: none;}
/* make places in search smaller */
#locsection {font-size: 0.8em;}

/* blockquote */
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;
}


/* custom tagging info underneath news item */
#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: '';
}

/* persoverzicht toc = alle toc */

#content ol.TOC1Digit ol li {
    list-style-type: decimal;
}
#content ol.TOC1Digit li:before {
    content: none;
}
#content ol.TOC1Digit > li > a {
    font-size: 1.2rem; /* added */
    font-weight: bold; 
    color: #056188;
    text-decoration: none;
}
#content ol.TOC1Digit ol ol li {
    list-style-type: none;
    padding-left: 1em;
    position: relative;
}
#content ol.TOC1Digit ol ol li:before {
  content: "\203a";
  font-size: 130%;
  display: block;
  position: absolute;
  top: -.25em;
  left: 0;
  }

/** added **/

/* bolder title for h3 */
/*
#content ol.TOC1Digit > li > ol > li > a {
    font-weight: 600;
}
*/

/* color for h4 in toc */
#content ol.TOC1Digit > li > ol > li > ol > li > a {
    color: #067AAC;
}
#content ol.TOC1Digit > li {
    padding-top: .5em;
}

/** OLD **/
/*
#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;
}
*/