.elementor-kit-12{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Verberg de author-link met user icon */
a[href*="/author/"],
a[href*="/author/"] * {
  display: none !important;
}

/* Verberg de reactie-link met #respond */
a[href*="#respond"],
a[href*="#respond"] * {
  display: none !important;
}

/* Als ze in spans staan: verberg de hele span */
span:has(> a[href*="/author/"]),
span:has(> a[href*="#respond"]) {
  display: none !important;
}
/* Maak de kolommen stretch zodat cards dezelfde hoogte kunnen krijgen */
.blog-area .row {
  align-items: stretch;
}

/* Elke card even hoog + flex layout */
.blog-area .postbox {
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Thumbnail blok vaste hoogte + crop */
.blog-area .postbox__thumb {
  height: 220px;            /* pas aan: 200/240/280 */
  overflow: hidden;
}

.blog-area .postbox__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Tekstblok vult de rest */
.blog-area .postbox__text {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Titel op minimaal 2 regels gelijk trekken (optioneel) */
.blog-area .blog-title {
  min-height: 56px;         /* pas aan als je grotere font hebt */
}

/* Excerpt mag groeien */
.blog-area .post-text {
  flex: 1;
}

/* Read more altijd onderaan */
.blog-area .read-more {
  margin-top: auto;
}
#spoed-bel {
  position: fixed;
  left: 20px;
  bottom: 25px;
  background: #c62828;
  color: #fff;
  padding: 14px 18px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  z-index: 2147483647; /* alles voorbij */
  box-shadow: 0 6px 20px rgba(0,0,0,.25);
  pointer-events: auto;
}

#spoed-bel:hover {
  background: #b71c1c;
  color: #fff;
}/* End custom CSS */