div.asp_m.asp_m_1 .probox .proinput input.orig {
  font-style: italic;
}

/* START hide comments (on media files) */
.awb-icon-bubbles {
	display:none;
}

.awb-icon-bubbles::before {
	display:none;
}
/* END hide comments (on media files) */


/* WERKT NIET IN AVADA --- 
START styling weergave meta data in custom 'postcard' search results 
.postcard-search-result {
  display: flex;            
  align-items: center;      
}

.item:not(:last-child)::after {
  content: "|";             
  margin: 0 0.5rem;    
  color: #666;              
}
END styling weergave meta data in custom 'postcard' search results */


/* START PRINT BUTTON */
@media print {
 
  header,
  nav,
  .fusion-header,
  .fusion-main-menu,
  .site-footer,
  .fusion-footer {
    display: none !important;
  }


  .sidebar,
  .widget-area,
  .breadcrumbs,
  .cookie-notice {
    display: none !important;
  }

 
  .content,
  .fusion-content, .fusion-builder-element-content
  main {
    width: 100% !important;
    margin: 0 !important;
  }
}


/* only-print */
@media print {
  .only-print { display: none!important; }
}
/* END PRINT BUTTON */


/* START STYLING Heading1 posts  */
.head-news-post h1 {
	padding-bottom: 1rem!important;
}

.head-news-post + div, .head-news-post {
    position: relative;
    padding-left: 1.5rem!important; 
}

.head-news-post + div::before, .head-news-post:before {
    background: #00b2b0;
    content: "";
    position: absolute;
    left: 0; 
    top: 0;
    bottom: 0;
    width: .25rem;
}


/* END STYLING Heading 1 posts */

.post-meta {
    color: #afb0b1; 
}


/* tekstgrootte favoriet en print kennisportaal */
.sidebar-fav-print {
	font-size: .875rem;
	color: #6c757d!important;
}


/* Styling tabellen */
.table-container {
    width: 100%;
    overflow-x: auto; /* Adds horizontal scroll if needed */
}

table {
    table-layout: fixed;  
	  width: 100%;
    border-collapse: collapse;
	  box-sizing: border-box;
    margin-bottom: 2em;
    font-size: 1rem;
    font-family: 'Poppins', Arial, sans-serif;
    color: #666;
    background: #fff;
}

table th,
table td {
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;  
		padding: 8px;
    box-sizing: border-box;
    text-align: left;
    vertical-align: top;
    border: none; /* Geen lijntjes tussen cellen */
}


table,
table thead,
table tbody {
    border: none !important;
    box-shadow: none !important;
}


table th {
    background: #00b2b0;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.5px;
}

table td:first-child, table th:first-child {
    min-width: 160px; /* Breder, pas aan indien nodig */
    width: 200px;
    white-space: nowrap;
}

table tbody tr:nth-child(even) {
    background: #f7f7f7;
}

/* Optional: Set specific column widths */
table tbody {
th:nth-child(1) { width: 20%; }
th:nth-child(2) { width: 15%; }
th:nth-child(3) { width: 10%; }
}

/* Optioneel: alleen een dun lijntje onder elke rij */
table tr {
    border-bottom: 1px solid #e0e0e0;
}
table tr:last-child {
    border-bottom: none;
}

/* Verberg markeer favoriet op SRP - 
dit script werkt niet */
.page-id-2941 .cbxwpbkmarktrig-button-addto {
    display: none!important;
}

/* Fontsize aanpassen boven zoekfilter op SRP */
div.asp_w.asp_sb.searchsettings fieldset legend {
    font-size: 24px!important;
}

.asp_option_label {
	font-size: 18px!important;
}

/* Custom list item bullets */
.custom-bullets {
  list-style: none;
  padding-left: 0;
}

.custom-bullets li {
  position: relative;
  padding-left: 28px; 
  margin-bottom: 8px; 
}

.custom-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px; 
  width: 20px;
  height: 19px;
  background-image: url('/wp-content/uploads/2024/04/pointer.rood_-e1750667696507.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}



/* Zoekfilter: verberg de echte checkbox én de custom checkbox in hoofdcategorieën */
.asp_option_cat_level-0 input[type="checkbox"],
.asp_option_cat_level-0 .asp_option_checkbox {
    display: none !important;
}

/* Maak de hoofdcategorie-tekst vet en niet klikbaar */
.asp_option_cat_level-0 .asp_option_label {
    font-weight: bold !important;
    cursor: default !important;
    pointer-events: none;
}

div.ajaxsearchpro.searchsettings .asp_sett_scroll>.asp_option_cat:first-child>.asp_option_inner {
    margin-top: 0 !important;
    display: none;
}

div.ajaxsearchpro.searchsettings .asp_sett_scroll > .asp_option_cat.asp_option_cat_level-0 > .asp_option_inner {
    display: none !important;
}

/* Zet 'Kennisportaal' boven het filter naar links */
div.ajaxsearchpro.searchsettings fieldset legend {
    margin-left: -20px !important;
}


/* kleur titels zoekresultaten aanpassen - werkt niet */
.fusion-body .fusion-title .title-srp a  {
	color: green!important;
}


.awb-imageframe-caption-title .fusion-responsive-typography-calculated {
	display:none;
}

.fusion-title .title fusion-title-5 .fusion-sep-none .fusion-title-text .fusion-title-size-one .title-srp {
	color: green!important;
}

/* START STYLING responsive tabel */
.responsive-table-wrapper {
  width: 100%;
  overflow-x: auto;
}

.responsive-table {
	font-family: Poppins, Verdana, sans-serif;
  width: 100%;
  border-collapse: collapse;
  min-width: 800px;
  background: #fff;
}

.responsive-table caption {
  caption-side: top;
  font-weight: bold;
  margin-bottom: 0.5em;
  text-align: left;
}

.responsive-table th,
.responsive-table td {
  border: 1px solid #ccc;
  padding: 0.5em 0.75em;
  text-align: left;
  vertical-align: top;
	word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  padding: 0.5em 0.75em;
}

.responsive-table th {
  background: #f5f5f5;
  font-weight: bold;
	color: #616365!important;
}

@media (max-width: 900px) {
  .responsive-table,
  .responsive-table thead,
  .responsive-table tbody,
  .responsive-table tr {
    display: block;
    width: 100%;
  }
  .responsive-table thead {
    display: none;
  }
  .responsive-table tr {
    margin-bottom: 1.5em;
    border-bottom: 2px solid #eee;
  }
  .responsive-table td {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 45%;
    min-height: 2.5em;
    align-items: center;
  }
  .responsive-table td:before {
    content: attr(data-label);
    position: absolute;
    left: 0.75em;
    width: 40%;
    font-weight: bold;
    color: #333;
    white-space: pre-wrap;
    text-align: left;
  }
  .responsive-table td:last-child {
    border-bottom: 2px solid #ccc;
  }
}

.responsive-table th,
.responsive-table td {
  border: 1px solid #ccc;
  padding: 0.5em 0.75em;
  text-align: left;
  vertical-align: top;
  word-break: break-word;
  hyphens: auto;
  overflow-wrap: break-word;
}

.responsive-table td:first-child {
  max-width: 180px;      /* Pas aan naar wens */
  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  white-space: normal !important;
}
/* END STYLING responsive tabel */

.special-tabel th {
  white-space: nowrap !important;
  overflow: visible !important; 
  text-overflow: unset !important;
  max-width: none !important;
  word-break: normal !important;
}

table.special-tabel th {
  background: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
	color: #616365!important;
}


/* START COPY FROM betoninfra CSS */
.table {
  --bs-table-color:#616365;
  --bs-table-bg:transparent;
  --bs-table-border-color:#e9edf2;
  --bs-table-accent-bg:transparent;
  --bs-table-striped-color:#616365;
  --bs-table-striped-bg:rgba(0,0,0,.05);
  --bs-table-active-color:#616365;
  --bs-table-active-bg:rgba(0,0,0,.1);
  --bs-table-hover-color:#616365;
  --bs-table-hover-bg:rgba(0,0,0,.075);
  border-color:var(--bs-table-border-color);
  color:var(--bs-table-color);
  margin-bottom:1rem;
  vertical-align:top;
  width:100%
}
.table>:not(caption)>*>* {
  background-color:var(--bs-table-bg);
  border-bottom-width:1px;
  box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg);
  padding:.5rem
}
.table>tbody {
  vertical-align:inherit
}
.table>thead {
  vertical-align:bottom
}
.table-group-divider {
  border-top:2px solid
}
.caption-top {
  caption-side:top
}
.table-sm>:not(caption)>*>* {
  padding:.25rem
}
.table-bordered>:not(caption)>* {
  border-width:1px 0
}
.table-bordered>:not(caption)>*>* {
  border-width:0 1px
}
.table-borderless>:not(caption)>*>* {
  border-bottom-width:0
}
.table-borderless>:not(:first-child) {
  border-top-width:0
}
.table-striped-columns>:not(caption)>tr>:nth-child(2n),
.table-striped>tbody>tr:nth-of-type(odd)>* {
  --bs-table-accent-bg:var(--bs-table-striped-bg);
  color:var(--bs-table-striped-color)
}
.table-active {
  --bs-table-accent-bg:var(--bs-table-active-bg);
  color:var(--bs-table-active-color)
}
.table-hover>tbody>tr:hover>* {
  --bs-table-accent-bg:var(--bs-table-hover-bg);
  color:var(--bs-table-hover-color)
}
.table-primary {
  --bs-table-color:#000;
  --bs-table-bg:#f8d7d6;
  --bs-table-border-color:#dfc2c1;
  --bs-table-striped-bg:#eccccb;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#dfc2c1;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#e5c7c6;
  --bs-table-hover-color:#000
}
.table-primary,
.table-secondary {
  border-color:var(--bs-table-border-color);
  color:var(--bs-table-color)
}
.table-secondary {
  --bs-table-color:#000;
  --bs-table-bg:#e2e3e5;
  --bs-table-border-color:#cbccce;
  --bs-table-striped-bg:#d7d8da;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#cbccce;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#d1d2d4;
  --bs-table-hover-color:#000
}
.table-success {
  --bs-table-color:#000;
  --bs-table-bg:#d1e7dd;
  --bs-table-border-color:#bcd0c7;
  --bs-table-striped-bg:#c7dbd2;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#bcd0c7;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#c1d6cc;
  --bs-table-hover-color:#000
}
.table-info,
.table-success {
  border-color:var(--bs-table-border-color);
  color:var(--bs-table-color)
}
.table-info {
  --bs-table-color:#000;
  --bs-table-bg:#ccf0ef;
  --bs-table-border-color:#b8d8d7;
  --bs-table-striped-bg:#c2e4e3;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#b8d8d7;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#bddedd;
  --bs-table-hover-color:#000
}
.table-warning {
  --bs-table-color:#000;
  --bs-table-bg:#fff3cd;
  --bs-table-border-color:#e6dbb9;
  --bs-table-striped-bg:#f2e7c3;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#e6dbb9;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#ece1be;
  --bs-table-hover-color:#000
}
.table-danger,
.table-warning {
  border-color:var(--bs-table-border-color);
  color:var(--bs-table-color)
}
.table-danger {
  --bs-table-color:#000;
  --bs-table-bg:#f8d7d6;
  --bs-table-border-color:#dfc2c1;
  --bs-table-striped-bg:#eccccb;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#dfc2c1;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#e5c7c6;
  --bs-table-hover-color:#000
}
.table-light {
  --bs-table-color:#000;
  --bs-table-bg:#fff;
  --bs-table-border-color:#e6e6e6;
  --bs-table-striped-bg:#f2f2f2;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#e6e6e6;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#ececec;
  --bs-table-hover-color:#000
}
.table-dark,
.table-light {
  border-color:var(--bs-table-border-color);
  color:var(--bs-table-color)
}
.table-dark {
  --bs-table-color:#fff;
  --bs-table-bg:#616365;
  --bs-table-border-color:#717374;
  --bs-table-striped-bg:#696b6d;
  --bs-table-striped-color:#fff;
  --bs-table-active-bg:#717374;
  --bs-table-active-color:#fff;
  --bs-table-hover-bg:#6d6f71;
  --bs-table-hover-color:#fff
}
.table-responsive {
  -webkit-overflow-scrolling:touch;
  overflow-x:auto
}
@media (max-width:619.98px) {
  .table-responsive-sm {
    -webkit-overflow-scrolling:touch;
    overflow-x:auto
  }
}
@media (max-width:767.98px) {
  .table-responsive-md {
    -webkit-overflow-scrolling:touch;
    overflow-x:auto
  }
}
@media (max-width:1023.98px) {
  .table-responsive-lg {
    -webkit-overflow-scrolling:touch;
    overflow-x:auto
  }
}
@media (max-width:1249.98px) {
  .table-responsive-xl {
    -webkit-overflow-scrolling:touch;
    overflow-x:auto
  }
}
@media (max-width:1399.98px) {
  .table-responsive-xxl {
    -webkit-overflow-scrolling:touch;
    overflow-x:auto
  }
}
/* RESPONSIVE CSS BETONINFRA CSS*/

.table-responsive {
  -webkit-overflow-scrolling:touch;
  overflow-x:auto
}
@media (max-width:619.98px) {
  .table-responsive-sm {
    -webkit-overflow-scrolling:touch;
    overflow-x:auto
  }
}
@media (max-width:767.98px) {
  .table-responsive-md {
    -webkit-overflow-scrolling:touch;
    overflow-x:auto
  }
}
@media (max-width:1023.98px) {
  .table-responsive-lg {
    -webkit-overflow-scrolling:touch;
    overflow-x:auto
  }
}
@media (max-width:1249.98px) {
  .table-responsive-xl {
    -webkit-overflow-scrolling:touch;
    overflow-x:auto
  }
}
@media (max-width:1399.98px) {
  .table-responsive-xxl {
    -webkit-overflow-scrolling:touch;
    overflow-x:auto
  }
}

/* END COPY BETONINFRA CSS*/

/*. STYLING shortcode aantal berichten  */
.aantal-berichten {
	font-size: 2rem;
	padding-left: 10%;
}

.aantal-zoekresultaten {
	font-size: 2rem;
}