a[class^="BaseButton"][href^="/events/add"],
a[class^="BaseButton"][href^="/blog/add"],
a[class^="BaseButton"][href^="/polls/add"] { 
    display: none 
}
/* Geen datum bij uitgelicht */
.swiper-list .FeedItemMeta time span { display: none; }
.swiper-list.swiper-list .FeedItemMeta > :not(:last-child)::after {content:'';}

/*geen witregel na opsommingslijst */
/*geen witregel na genummerde opsommingslijst */
.ProseMirror > * + ul,
.ProseMirror > * + ol  {
    margin-top: 0px !important;
}

ul { margin-top: 0px !important; }
ol { margin-top: 0px !important; }

/* bredere widget editor */
div[class^='WidgetSettings__Wrapper'] { 
    min-width: 50%;
    width: 90%;
}

/* 2e niveau unordered list open rondje */
.ProseMirror > * + ul li li {
    list-style-type: circle;
}

/* geen hashes voor de anchors */
.ProseMirror .mark-anchor.mark-anchor  > a::before {content: "";}

/* eigen css classes voor FFD */
.cursief { font-style: italic; }
.vet { font-weight: bold; }
.blueb { background: #99D8F4; }
.dik { font-weight: bold; }
.kop1 { font-family: "Rijksoverheid Sans"; font-size: 1.875rem; line-height: 2.375rem; font-weight: bold; color: rgb(1, 104, 155); }
.kop1alt { font-family: "Rijksoverheid Sans"; font-size: 1.875rem; line-height: 2.375rem; font-weight: bold; color: rgb(16, 66, 115); }
.bluetx { color: rgb(16, 66, 115); 
 font-weight: bold;
 font-size: 1.5em;
 }
.bluetx3 { color: rgb(16, 66, 115); 
 font-weight: bold;
 font-size: 1.17em;
 }
.wit { color: rgb(255, 255, 255); }
.quote1 { padding-left: 24px; font-size: 1.2rem; line-height: 1.875rem; }
.klein { font-size: 0.8rem; font-weight: normal; }
.acc_kop { font-size: 1rem }
.blauwblok { display: block; margin-block-start: 0em; margin-block-end: 1em; margin-inline-start: 0em; margin-inline-end: 0px; outline: 0px solid; background-color:#DDF0F8; padding-left: 3rem; padding-top: 1rem; padding-bottom: 1rem; padding-right: 2.2rem; }
.rood { background: red; }
.onderstreep { text-decoration: underline; }
.kop1blauw { 
 font-family: "Rijksoverheid Sans";
 font-size: 1.875rem;
 line-height: 2.375rem;
 font-weight: bold;
 color: rgb(24, 67, 115);
 }

/* Superscript */
.sup {
    font-size: 0.8em;
    vertical-align: super;
    line-height: 0;
    position: relative;
    top: -0.1em;
}

/* Subscripts */
.sub {
    font-size: 0.8em;
    vertical-align: sub;
    line-height: 0;
    position: relative;
    top: 0.1em;
}

/* Koppen in accordeon */
.tiptap-details-content h2, .tiptap-details-content h3, .tiptap-details-content h4, .tiptap-details-content h5 {
    font-size: 1em !important;
}

/* Link in blauwblok */
p:has(.link-in-blauw-blok) {
background-color: #DDF0F8;
padding: 20px;
padding-left: 3rem;
padding-right: 2.2rem;
padding-top: 1rem;
padding-bottom: 1rem;
}

ul:has(.link-in-blauw-blok) {
 background-color: #DDF0F8;
 padding: 0px;
}

/* Block om code te presenteren */
.code {
 display: block;
 padding: 10px;
}

.code, .code-inline {
 font-family: courier;
  color: #fff;
 background-color: #666;
}

/* LET OP! Tabel blauw is tint lichter dan blauwblok! */

/* Kleur in tabel header */
table:has(.thblauw) th { background-color: #EEF7FB !important; }

/* Kleur in tabel row */
tr:has(.trblauw) td { background-color: #EEF7FB !important; }

/* Kleur in tabel cell */
td:has(.tdblauw) { background-color: #EEF7FB !important; }

/* Alternatieve kleuren l */
td:has(.tdliblauw) { background-color: #def0f8 !important; }
td:has(.tddkblauw) { background-color: #146a9a !important; }
td:has(.tdgeel) { background-color: #fcf6bf !important; }
td:has(.tdgroen) { background-color: #c4dbb9 !important; }
td:has(.tdoranje) { background-color: #eda966 !important; }

/* Wit in tabel header */
table:has(.thwit) th { background-color: #FFFFFF !important; }

/* Wit in tabel row */
tr:has(.trwit) td { background-color: #FFFFFF !important; }

/* Wit in tabel cell */
td:has(.tdwit) { background-color: #FFFFFF !important; }

/* Omlijning onzichtbaar van tabel
.tdhid { td { display: none; td; display: block; }

/* Hide tabel row */
tr:has(.trhide) td { border-color: #FFFFFF !important; }

/* Hide tabel header*/
table:has(.thhide) th { border-color: #FFFFFF !important; }

/* tabelbreedte */
table:has(.kolom5) td:nth-child(n) { min-width: 60px; max-width: 60px !important;}
table:has(.kolom4) td:nth-child(n) { min-width: 75px !important;}
table:has(.kolom3) td:nth-child(n) { min-width: 100px !important;}
table:has(.kolom2) td:nth-child(n) { min-width: 150px !important;}

/* Wijzigen style opsomming */
ol:has(.letter) li {
 list-style: lower-alpha;
}

/* Tekst centreren */
.centreer {
display: block;
 text-align: center;
 border: 0px;
 }

/* *** Stijl voor paginatitels */
/* minder regelspacing na <p> */
p:has(.minbovenp) {
margin-bottom: 0px !important;
margin-top: 9px !important;
}

/* grote titel */
.paginatitel {
 display: block;
 border: 0px;
 text-align: center;
 font-size: 2em;
 font-weight: bold;
 color: #016898;
}

.paginasubtitel {
 display: block;
 border: 0px;
 text-align: center;
 font-size: 1.5em;
 font-weight: bold;
 color: #000000;
}

/* Kleuren in tabellen */
/* Kleur in tabel header */
table:has(.thblauw) th { background-color: #DDF0F8 !important; }

/* Kleur in tabel row */
tr:has(.trblauw) td { background-color: #DDF0F8 !important; }

/* Kleur in tabel cell */
td:has(.tdblauw) { background-color: #DDF0F8 !important; }

/* Tabel indelen op vaste breedtes */
/* table 2 columns each 50% */
table:has(.twoEqualColumns) td,
table:has(.twoEqualColumns) th { width: 50% !important;}

/* table 3 columns each 33% */
table:has(.threeEqualColumns) td,
table:has(.threeEqualColumns) th { width: 33% !important;}

/* table 4 columns each 25% */
table:has(.fourEqualColumns) td,
table:has(.fourEqualColumns) th { width: 25% !important;}

/* table 5 columns each 20% */
table:has(.fiveEqualColumns) td,
table:has(.fiveEqualColumns) th { width: 20% !important;}

/* Test cms-block-html align
.cms-block-html { text-align: right !important; } */

/* cms-block-html align voorwaardeljk */
.coderechts {
     text-align: right !important; 
    }

/* afwijkend align cms-block-html
.cms-block-html p:has (.uitlijnlinks) {
text-align: left !important; } */

/* afwijkend align cms-block-html */
.codelinks {
text-align: left !important; 
}

/* Beveiligingsinstellingen */

/* verberg Files in persoonlijk dropdown menu.*/
.NavigationActions ul[role=menu] li[role=menuitem]:nth-child(3) {
    display: none;
}

/* verberg Publicatieverzoeken in persoonlijk dropdown menu. */
.NavigationActions ul[role=menu] li[role=menuitem]:nth-child(7) {
    display: none;
}

/* opsomming in romeinse cijfers - klein */
ol:has(.romanlow) li {
 list-style: lower-roman;
}

/* opsomming in letters- groot */
ol:has(.letterup) li {
 list-style: upper-alpha;
}

/* opsomming in letters- groot */
ul:has(.letterupul) li {
 list-style: upper-alpha;
}

ol:has(.subromanlow) li li {
 list-style: lower-roman;
}