/*
Theme Name:   Mijnkerk Child
Template:     mijnkerk
Version:      1.0.1
Website:      Silasgroep

  INHOUDSOPGAVE
  ─────────────────────────────────
  1.  Algemeen
  2.  Knoppen
  3.  Typografie
  4.  Header
  5.  Menu & Navigatie
  6.  Hero & Paginaheader
  7.  Pagina-layout
  8.  Paginablokken – Carousel & Overzicht
  9.  Paginablokken – Verwijzingen
  10. Paginablokken – Page Breaker
  11. Stichtingen
  12. Kernwaarden
  13. KKA – Algemeen
  14. KKA – Dienstverlening
  15. KKA – Financieel
  16. KKA – Personeelszaken
  17. KKA – Twinfield
  18. KKA – Checklist & Hulpklassen
  19. Vacatures
  20. Contact
  21. Tabellen & Tarieven
  22. Overige blok-specifieke stijlen
  23. Vastgoed / Single templates
  24. Footer
  25. Media queries – Tablet
  26. Media queries – Mobiel
  ─────────────────────────────────
*/

/* ==========================================================================
   1. ALGEMEEN
   ========================================================================== */

section.boven-geen-ruimte .section-inner-wrap {
  padding-top: 0px !important;
}

.section-inner-wrap.smalle-breedte {
  max-width: 1000px;
}

section.tekst-afbeelding:not(.hero) .tekst-inner {
  background: none;
}

/* ==========================================================================
   2. KNOPPEN
   ========================================================================== */

.button:not(.button-alt) {
  border-color: var(--hoofdkleur-1);
  color: #ffffff;
  text-shadow: none !important;
}

.button.button-alt {
  border-color: var(--hoofdkleur-2);
  color: var(--hoofdkleur-2);
  text-shadow: none !important;
}

.hero .button.button-alt {
  border-color: #ffffff;
  color: #ffffff;
  background-color: #ffffff44;
}

section.verwijzingen .button {
  padding: 0;
  background: none;
  color: var(--hoofdkleur-1);
  border: none;
  font-weight: 600;
}

#dienstverlening-kka2 a {
  display: flex;
  flex-direction: column;
}

#dienstverlening-kka2 a .button {
  padding: 0;
  background: none;
  color: var(--hoofdkleur-1);
  border: none;
  font-weight: 600;
  margin-top: auto;
  padding-top: 16px;
}
/* ==========================================================================
   3. TYPOGRAFIE
   ========================================================================== */



/* Maak alleen de bovenste regel van `.post-info` vet, de overige regels normaal.
   Werkt wanneer regels gescheiden zijn met <br> (e.g. adresregels). */
.post-info {
  display: block;
  font-weight: 400;
}
.post-info::first-line {
  font-weight: 700;
}

.hero {
  overflow: hidden;
}

.mapplic-popup-title h4 {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.wp-theme-mijnkerk mapplic-map .mapplic-popup-body a {
  color: var(--hoofdkleur-1);
}

#blok_6a2fef9d2834f a {
  justify-content: flex-start;
}

/* (Voeg hier font-imports of globale tekststijlen toe) */

/* ==========================================================================
   4. HEADER
   ========================================================================== */

@media (min-width: 992px) {
  #header:not(.header-scroll) {
    border-radius: 0px 0px 20px 20px;
    overflow: hidden;
    margin-bottom: -20px;
  }

  #header:not(.header-scroll) .header-container {
    flex-direction: column;
  }

  #header:not(.header-scroll) .header-left {
    padding-bottom: 10px;
  }

  #header:not(.header-scroll) .header-right {
    border-top: 2px solid #eeeeee;
  }

  #header2 {
    position: absolute;
    z-index: 101;
    padding-top: 10px;
    height: 60px;
    right: 0px;
  }

  #header2 .header-row {
    background-color: transparent;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 50px;
  }
}

/* ==========================================================================
   5. MENU & NAVIGATIE
   ========================================================================== */

#hoofdmenu-list > .current_menu_item a {
  color: var(--hoofdkleur-1) !important;
}

#menu-organisaties {
  flex-direction: row;
  display: flex;
  padding: 0;
  margin: 0;
  align-items: center;
  gap: 10px;
}

#menu-organisaties .menu-item {
  list-style-type: none;
}

#menu-organisaties > .menu-item > a {
  color: rgb(0, 0, 0);
  text-decoration: none;
  font-size: 18px;
}

.menu-org-minilogo {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-right: 6px;
  vertical-align: middle;
  display: inline-block;
  filter: grayscale(100%);
  transition: filter 0.25s ease;
}

li:hover > a .menu-org-minilogo,
a:hover .menu-org-minilogo {
  filter: grayscale(0%);
}

.menu-org-label {
  vertical-align: middle;
  display: inline-block;
  font-family: "Lato";
}

@media (min-width: 992px) {
  #hoofdmenu-list > .menu-item:last-child a {
    padding-right: 0px;
  }
}


/* ==========================================================================
   6. HERO & PAGINAHEADER
   ========================================================================== */

body.page img + .content-section {
  height: 50vh;
  min-height: 450px;
  display: flex;
  align-items: flex-end;
}

.page .hero-image {
  height: 50vh;
  min-height: 450px;
}

body img + .content-section {
  position: relative;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.4) 100%
  );
}

body img + .content-section .section-inner-wrap {
  height: fit-content;
  z-index: 1;
  padding: 0px;
  width: 100%;
}

.hero h1 {
  color: var(--hoofdkleur-1) !important;
}

.hero p {
  color: var(--achtergrondkleur-1);
}

@media (min-width: 992px) {
  .hero .full-width {
    width: 60%;
  }
}

body.single-vastgoed .content-section.standaard {
  background: #fff;
}

.wp-singular.page .content-section div.rounded.content {
  color: var(--achtergrondkleur-1);
}

/* ==========================================================================
   7. PAGINA-LAYOUT
   ========================================================================== */

.content-section .rounded.content {
  background: transparent;
  padding-left: clamp(20px, calc(50% - 680px), calc(50% - 680px));
  padding-right: clamp(20px, calc(50% - 680px), calc(50% - 680px));
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
}

/* Paginablokken override: smaller content width */
.content-section .rounded.content {
  width: 70%;
}

body.page .nohero {
  padding-bottom: 0px;
}

body.page .nohero .content {
  padding-bottom: 0px;
}

/* ==========================================================================
   8. PAGINABLOKKEN – CAROUSEL & OVERZICHT
   ========================================================================== */

.carousel h4,
.overzicht h4 {
  font-weight: 500;
  font-size: 20px !important;
}

.carousel h4,
.overzicht.overzicht:not(.overzicht-vastgoed) h4 {
  margin-bottom: 40px;
}

.carousel a .button,
.overzicht a .button {
  background: transparent;
  color: var(--tekstkleur);
  padding: 0px;
  border: 0px;
  position: absolute;
  bottom: 20px;
}

.carousel .post-info,
.overzicht .post-info {
  color: #666666;
  font-size: var(--s-text);
}

.carousel .text-block,
.overzicht:not(.overzicht-vastgoed) .text-block {
    flex-direction: column; }
  .carousel .flickity-cell img,
  .carousel a img {
    object-fit: cover;
    object-position: top center;
    display: block;
  }
.carousel h4 {
  margin-bottom: 12px;
}

strong a {
  color: var(--hoofdkleur-1);
}

#blok_6a2969971f798 a {
  justify-content: flex-start;
}
   /*========================================================================== */

.contactblokken {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

.contactblok {
    padding: 1.5rem;
    background: var(--achtergrondkleur-1, #f8f8f8);
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.contactblok strong {
    display: block;
    margin-bottom: .75rem;
}

.contactblok i {
    width: 1.25em;
    margin-right: .35rem;
}

.contactblok a {
    text-decoration: none;
}

.contactblok a:hover {
    text-decoration: underline;
}

@media (max-width: 900px) {
    .contactblokken {
        grid-template-columns: 1fr;
    }
}


.verwijzingen h2,
.verwijzingen .verwijzingen-tekst {
  max-width: 750px;
  margin: auto;
}


.fa-phone {
    font-weight: 900 !important;
}

.mailadres i {
  padding-right: 8px;
}

.postadres-main i, .mailadres i, .bezoekadres-main i {
  width: 12%;
  
}

.verwijzing-icon {
  --icon-size: 64px;
  width: var(--icon-size);
  aspect-ratio: 1 / 1;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem auto;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M50 4 Q54 4 57 6 L90 25 Q93 27 93 31 L93 69 Q93 73 90 75 L57 94 Q54 96 50 96 L10 75 Q7 73 7 69 L7 31 Q7 27 10 25 L43 6 Q46 4 50 4 Z'/%3E%3C/svg%3E")
    center / 100% 100% no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M50 4 Q54 4 57 6 L90 25 Q93 27 93 31 L93 69 Q93 73 90 75 L57 94 Q54 96 50 96 L10 75 Q7 73 7 69 L7 31 Q7 27 10 25 L43 6 Q46 4 50 4 Z'/%3E%3C/svg%3E")
    center / 100% 100% no-repeat;
}
/* ==========================================================================
   VASTGOED / SINGLE TEMPLATE STIJLEN
   ========================================================================== */

/* Basiscontainer: centreer en geef maximale breedte */


.single-vastgoed .content-section.standaard .rounded.content,
.content-section.standaard .rounded.content {
  margin: 0 auto;
  padding: 60px 36px 36px 36px;


  border-radius: 12px;

  width: 100%;
}


.content h3 {
  font-size: 18px;
}


.content-section.standaard .single-meta {
  color: #6b7280;
  font-size: 14px;
}

/* Slider */
.content-section .slider { margin: 18px 0;   grid-column: 1;}
.content-section .flickity-viewport .flickity-slider img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.flickity-prev-next-button { background: rgba(0,0,0,0.45); }
.flickity-button-icon { fill: #fff; }

/* Content blocks */
.omschrijving, .kenmerken, .informatie, .kaart {
  margin-top: 20px;
  padding: 18px;
  background: #fbfbfb;
  border: 1px solid #efefef;
  border-radius: 8px;
}
.omschrijving h2, .kenmerken h2, .informatie h2, .kaart h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  color: var(--hoofdkleur-1, #075985);
}
.omschrijving-content p, .informatie-content p, .kenmerken-content {
  color: #374151;
  line-height: 1.6;
}

/* Kenmerken: label/value layout */
.kenmerken-content strong { display: inline-block; width: 140px; color: #111827; }

/* Kaart responsive */
.kaart-content iframe { width: 100%; min-height: 300px; border: 0; border-radius: 6px; }

/* Blauwe overlay over de kaart */
.kaart-content {
  position: relative;
}

.kaart-content::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(37, 99, 235, 0.35); /* pas kleur/dekking naar wens aan */
  border-radius: 6px;
  pointer-events: none; /* laat de kaart bedienbaar blijven */
}


@media (max-width: 899px) {
  .content-section .rounded.content { padding: 18px; width: 100%; }
  .kenmerken-content strong { display: block; width: auto; margin-bottom: 6px; }
}


.verwijzing-icon i {
  color: var(--hoofdkleur-1);
  font-size: 2rem;
  line-height: 1;
}

a:hover .verwijzing-icon {
  transform: translateY(-2px);
  transition: transform 0.2s ease;
}

section.verwijzingen h4 {
  color: var(--hoofdkleur-2);
  font-size: var(--h5);
}

section.verwijzingen.boven a {
  background: none;
}

/* ==========================================================================
   10. PAGINABLOKKEN – PAGE BREAKER
   ========================================================================== */

@media (min-width: 992px) {
  .page-breaker .full-width {
    width: 50%;
  }
}

/* ==========================================================================
   11. STICHTINGEN
   ========================================================================== */

#stichtingen.verwijzingen.boven .section-inner-wrap img {
  width: 64px;
  height: 64px;
  border-radius: 0;
  margin: 20px 0px 0px 20px;
}

#stichtingen p {
  margin-block-end: 30px;
}

#stichtingen a.box-shadow:nth-child(1) {
  border-top: 10px #2b8bcc;
  border-style: solid;
  border-right-color: #e4ecf2;
  border-bottom-color: #e4ecf2;
  border-left-color: #e4ecf2;
}

#stichtingen a.box-shadow:nth-child(2) {
  border-top: 10px #00954c;
  border-style: solid;
  border-right-color: #eaf6f0;
  border-bottom-color: #eaf6f0;
  border-left-color: #eaf6f0;
}

#stichtingen a.box-shadow:nth-child(3) {
  border-top: 10px #95c23d;
  border-style: solid;
  border-right-color: #f6faef;
  border-bottom-color: #f6faef;
  border-left-color: #f6faef;
}

#stichtingen h4 {
  padding-bottom: 8px;
}


/* ==========================================================================
   12. KERNWAARDEN
   ========================================================================== */

#kernwaarden.verwijzingen.boven .section-inner-wrap img {
  width: 64px;
  height: 64px;
  border-radius: 0px;
  margin-top: 20px;
}

/* ==========================================================================
   13. KKA – ALGEMEEN
   ========================================================================== */

#organisatie-en-karakter img {
  height: 70px;
  object-fit: contain;
  width: auto;
}

#organisatie-en-karakter .div-block {
  align-items: center;
}

#organisatie-en-karakter .collumns-2.boven {
  grid-gap: 0;
}

#over-kka .collumns-2,
#aanpak-kka .collumns-2,
#administratie-kka .collumns-2 {
  align-items: center;
}

/* ==========================================================================
   14. KKA – DIENSTVERLENING
   ========================================================================== */

#dienstverlening-kka .verwijzing-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

#dienstverlening-kka h4 {
  font-size: 16px;
}

#dienstverlening-kka a {
  padding: 24px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.05),
    0 2px 4px -1px rgba(0, 0, 0, 0.03);
}

#dienstverlening-kka2 a {
  padding: 24px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.05),
    0 2px 4px -1px rgba(0, 0, 0, 0.03);
  justify-content: flex-start;
}

#dienstverlening-kka2 .verwijzing-icon {
  margin: 0;
  background: var(--hoofdkleur-3);
}

#dienstverlening-kka2 h4 {
  margin-top: 20px;
}

/* ==========================================================================
   15. KKA – FINANCIEEL
   ========================================================================== */

#financieel .div-block .tekst-inner {
  padding: 24px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.05),
    0 2px 4px -1px rgba(0, 0, 0, 0.03);
  justify-content: flex-start;
}

#financieel .checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px 40px;
}

#financieel li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

#financieel ul li::before {
  content: "";
  background-image: url(https://silasgroep.nl/wp-content/uploads/2026/02/iconify-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  position: relative;
  top: 0.15em;
}

/* ==========================================================================
   16. KKA – PERSONEELSZAKEN
   ========================================================================== */

#personeelszaken a {
  padding: 24px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.05),
    0 2px 4px -1px rgba(0, 0, 0, 0.03);
  justify-content: flex-start;
  margin: 0;
}

#personeelszaken .verwijzing-icon {
  margin: 0;
}

/* ==========================================================================
   17. KKA – TWINFIELD
   ========================================================================== */

#watistwinfield .media {
  padding: 20px 20px 20px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: var(--hoofdkleur-3);
  border-radius: 10px;
}

#watistwinfield .iconen-lijst {
  margin: 0;
}

#watistwinfield .icoon-block {
  margin: 0;
  padding: 0;
  border: none;
}

#watistwinfield i {
  background: none;
  padding: 10px;
  margin: 0;
  border: none;
  width: 20px;
}

/* --- Aanvraagformulieren Twinfield (page-id-10255) --- */

/* Waarschuwingsblok bovenaan */
#blok_6a426c79198b3 .tekst-inner {
  background: #fff8e1;
  border-left: 4px solid #f5a623;
  border-radius: 6px;
  padding: 16px 20px;
}

/* Formuliersecties als kaarten */
.page-id-10255 section[id^="aanmelden"],
.page-id-10255 section[id^="afmelden"] {
  border: 1px solid var(--hoofdkleur-3);
  border-radius: 14px;
  overflow: hidden;
}

/* H3 sectietitel */
.page-id-10255 section[id^="aanmelden"] h3,
.page-id-10255 section[id^="afmelden"] h3 {
  color: var(--hoofdkleur-1);
  border-bottom: 2px solid var(--hoofdkleur-3);
  padding-bottom: 16px;
  margin-bottom: 24px;
}

/* Gravity Forms wrapper */
.page-id-10255 .gform_wrapper {
  border: 1px solid var(--hoofdkleur-3);
  border-radius: 10px;
  padding: 24px;
  background: #fff;
}

/* Tekstvelden & textarea */
.page-id-10255 .gform_wrapper input[type="text"],
.page-id-10255 .gform_wrapper input[type="email"],
.page-id-10255 .gform_wrapper input[type="search"],
.page-id-10255 .gform_wrapper textarea {
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 15px;
  width: 100%;
  box-sizing: border-box;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.page-id-10255 .gform_wrapper input[type="text"]:focus,
.page-id-10255 .gform_wrapper input[type="email"]:focus,
.page-id-10255 .gform_wrapper textarea:focus {
  border-color: var(--hoofdkleur-1);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--hoofdkleur-1) 20%, transparent);
  outline: none;
}

/* Labels */
.page-id-10255 .gform_wrapper .gfield_label {
  font-weight: 600;
  margin-bottom: 6px;
  display: block;
}

/* Verplicht-tekst */
.page-id-10255 .gfield_required_text {
  color: #c0392b;
  font-size: 12px;
  font-weight: normal;
}

/* Radio- en checkboxlijsten */
.page-id-10255 .gfield_radio,
.page-id-10255 .gfield_checkbox {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.page-id-10255 .gchoice {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.page-id-10255 .gfield-choice-input {
  margin-top: 3px;
  flex-shrink: 0;
  accent-color: var(--hoofdkleur-1);
  width: 16px;
  height: 16px;
}

/* Formuliersectietitel (gsection) */
.page-id-10255 .gsection_title {
  color: var(--hoofdkleur-2);
  border-bottom: 2px solid var(--hoofdkleur-3);
  padding-bottom: 8px;
  margin-top: 32px;
}

/* HTML-velden (informatieve tekst) */
.page-id-10255 .gfield_html {
  background: var(--hoofdkleur-3);
  border-radius: 6px;
  padding: 12px 16px;
  font-weight: 500;
}

/* Toestemmingsvelden */
.page-id-10255 .ginput_container_consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.page-id-10255 .ginput_container_consent input[type="checkbox"] {
  margin-top: 3px;
  flex-shrink: 0;
  accent-color: var(--hoofdkleur-1);
  width: 16px;
  height: 16px;
}

/* Verzendknop */
.page-id-10255 .gform_wrapper .gform_button {
  background-color: var(--hoofdkleur-1);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 12px 28px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 600;
  transition: background-color 0.2s, transform 0.1s;
}

.page-id-10255 .gform_wrapper .gform_button:hover {
  background-color: var(--hoofdkleur-2);
  transform: translateY(-1px);
}

/* E-mail dubbelveld naast elkaar */
.page-id-10255 .ginput_complex.ginput_container_email {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.page-id-10255 .ginput_complex.ginput_container_email .gform-grid-col {
  flex: 1 1 200px;
}

.page-id-10255 .ginput_complex .gform-field-label--type-sub {
  font-size: 13px;
  color: #666;
  margin-top: 4px;
  display: block;
}

/* Ruimte tussen formuliervelden */
.page-id-10255 .gform_fields .gfield {
  margin-bottom: 20px;
}

/* ==========================================================================
   18. KKA – CHECKLIST & HULPKLASSEN
   ========================================================================== */

.checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 32px;
  row-gap: 18px;
}

.checklist li {
  position: relative;
  line-height: 1.25;
}

.checklist li::before {
  position: absolute;
  left: 0;
  top: 0.05em;
}

.admin-background {
  display: flex;
  width: 584px;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  border-radius: 6px;
  background: var(--hoofdkleur-3);
}

.website-achtergrond {
  padding: 24px;
  border-radius: 6px;
  background: var(--hoofdkleur-3);
}

/* ==========================================================================
   19. VACATURES
   ========================================================================== */

#vacatures .verwijzing-columns-2 {
  height: 300px;
}

#vacatures a {
  display: flex;
  height: 300px;
  justify-content: end;
}

#vacatures a:hover {
  transform: none;
}

#vacatures .verwijzingen-tekst {
  margin-right: 50px;
}

#vacatures .verwijzing-tekst h4 {
  color: var(--tekstkleur);
  font-size: 20px;
  text-shadow: none;
  font-weight: 400;
}

#vacatures .verwijzing-tekst {
  display: flex;
  flex-direction: row;
  color: var(--tekstkleur);
  background-color: #fff;
  font-size: 18px;
  text-shadow: none;
  padding: 10px;
  width: 100%;
  border-radius: 10px;
  font-weight: 400;
  justify-content: space-between;
  align-items: center;
  margin-right: 100px;
}

#vacatures .section-inner-wrap {
  display: flex;
  flex-direction: row;
}

/* ==========================================================================
   20. CONTACT
   ========================================================================== */

#contact .collumns-2.no_img {
  grid-template-columns: repeat(2, 1fr);
}

#contact-silas .fa-regular:before,
#contact-silas .fa-brands:before {
  display: flex;
  width: 30px;
  height: 30px;
  padding: 25px;
  margin-right: 20px;
  background-color: var(--hoofdkleur-3);
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

#contact-silas .div-block p {
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
}

#contact-verwijzingen i {
  margin: 5px 10px 10px 0px;
  width: 20px;
}

#contact-verwijzingen a {
  padding: 24px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.05),
    0 2px 4px -1px rgba(0, 0, 0, 0.03);
  justify-content: flex-start;
}

.postadres-main,
.bezoekadres-main,
.mailadres {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 10px 10px 10px;
  border: solid var(--hoofdkleur-3);
  border-radius: 10px;
}

.postadres,
.bezoekadres,
.gegevens {
  padding-left: 20px;
}

div.div-block.media div.iconen-lijst {
  width: 100%;
}

h2.gform_title {
  font-size: var(--h3);
}

#gform_wrapper_3 {
  padding: 35px;
  border-style: solid;
  border-color: var(--hoofdkleur-3);
  border-radius: 14px;
  width: 100%;
}

/* ==========================================================================
   21. TABELLEN & TARIEVEN
   ========================================================================== */

.tables-wrapper {
  display: flex;
  gap: 40px;
}

.table_component {
  width: 48%;
}

.table_component table {
  border: 1px solid #dededf;
  height: 100%;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 1px;
  text-align: left;
}

.table_component caption {
  caption-side: top;
  text-align: left;
}

.table_component th {
  border: 1px solid #dededf;
  background-color: #e4ecf2;
  color: #525252;
  padding: 5px;
}

.table_component td {
  border: 1px solid #dededf;
  background-color: #ffffff;
  color: #525252;
  padding: 5px;
}

#Tarieven .buttons {
  margin-top: var(--xl-space);
}

#Tarieven h3 {
  margin-bottom: 20px;
}

#Tarieven p {
  display: none;
}

#tabel table {
  border-collapse: collapse;
  width: 100%;
}

#tabel td,
#tabel th {
  border: 1px solid var(--hoofdkleur-3);
  padding: 8px;
}

#tabel tr:nth-child(even) {
  background-color: var(--hoofdkleur-3);
}

#tabel th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: var(--hoofdkleur-1);
}

/* ==========================================================================
   22. OVERIGE BLOK-SPECIFIEKE STIJLEN
   ========================================================================== */

#status .iconen-lijst .icoon-block {
  display: flex;
  align-items: flex-start;
}

#status div.icoon-block {
  display: flex;
  padding: 20px;
  margin-top: 20px;
  border-style: solid;
  border-color: var(--hoofdkleur-3);
  width: 100%;
  border-radius: 14px;
}

#status .iconen-lijst .icoon-block i {
  font-size: 20px;
  color: var(--hoofdkleur-2);
  background-color: var(--hoofdkleur-3);
  padding: 18px;
  margin-right: 20px;
  border-radius: 10px;
}

#website .collumns-2.no_img {
  grid-template-columns: repeat(2, 1fr);
}

#publicatie .collumns-2 {
  display: flex;
  flex-direction: column;
}

#PKN-gemeenten .verwijzing-columns-7 {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: clamp(20px, 1vmin, 10px);
}

#PKN-gemeenten a {
  padding: 20px;
  border-style: solid;
  border-color: var(--hoofdkleur-3);
  width: 100%;
  border-radius: 14px;
}

#PKN-gemeenten a div.verwijzing-tekst {
  margin-top: 0;
}

#geschiedenis .verwijzing-columns-5 {
  grid-template-columns: repeat(1, 1fr);
}

#geschiedenis a:hover {
  transform: none;
}

#wiezijnwijkkg .div-block {
  align-items: center;
}

#blok_69a06fbc9bd5e .collumns-2,
#blok_69a06fbc9a830 .collumns-2,
#blok_69a06e9bc8e17 .collumns-2,
#blok_699820093f77f .collumns-2,
#blok_6998200941177 .collumns-2,
#blok_69982009427d7 .collumns-2,
#blok_6998200943dd7 .collumns-2,
#aanbod .collumns-2,
#kkgdiensten .collumns-2 {
  align-items: center;
}

#blok_6931acda696c0 .tekst-inner {
  align-items: center;
}

#blok_6998789b7e7d6 a,
#blok_6998789b7e7d6 .verwijzing-icon {
  background-color: transparent;
}

/* ==========================================================================
   23. VASTGOED / SINGLE TEMPLATES
   ========================================================================== */

.vastgoed-template-default .hero-image {
  display: none;
}

.vastgoed-template-default .section-inner-wrap {
  background-color: #ffffff;
}

.omschrijving-content p {
  max-width: none;
  color: var(--tekstkleur);
}

.vastgoed-label {
  position: absolute;
  top: 20px;
  color: #FEFDFE;
  padding: 5px 15px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}

.vastgoed-label.kkg {
	background-color: #00954d;
}

.vastgoed-label.kkg-adviseurs {
	background-color: #8bc650;
}

.vastgoed-onderlabel {
  font-size: 10px;
	font-weight: 600;
}


/* ==========================================================================
   24. FOOTER
   ========================================================================== */

footer {
  font-size: 16px;
}

/* ==========================================================================
   25. MEDIA QUERIES – TABLET (max-width: 900px)
   ========================================================================== */

@media (max-width: 900px) {
  .verwijzing-columns-4,
  .verwijzing-columns-7,
  .verwijzing-columns-8,
  .verwijzing-columns-10,
  .verwijzing-columns-11,
  .verwijzing-columns-12,
  .verwijzing-columns-13 {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ==========================================================================
   26. MEDIA QUERIES – MOBIEL (max-width: 767px)
   ========================================================================== */

@media (max-width: 767px) {
  .content-section .rounded.content {
    width: 100%;
  }

  body:not(.single) .content-section .section-inner-wrap .rounded {
    width: 100%;
  }

  section.overzicht .overzicht-inner {
    grid-template-columns: repeat(1, 1fr);
  }

  footer .footer-row-top {
    display: flex;
    flex-direction: column;
  }

  .admin-background {
    width: 100%;
  }

  #dienstverlening-kka .verwijzing-columns-6 {
    grid-template-columns: repeat(2, 1fr);
  }

  #vacatures .section-inner-wrap {
    flex-direction: column;
  }

  .verwijzing-columns-6,
  .verwijzing-columns-10,
  .verwijzing-columns-12 {
    grid-template-columns: repeat(1, 1fr);
  }

  #blok_699c37f215282 img {
    object-fit: contain;
  }

  .verwijzing-columns-tijdlijn {
    display: flex;
    flex-direction: column;
    background: transparent;
  }

  .verwijzing-columns-tijdlijn a:nth-child(odd)::after {
    display: none;
  }

  #blok_6940082da799e .verwijzing-columns-4 {
    grid-template-columns: repeat(1, 1fr);
  }

  #blok_6a43ac50ecd92 .contactblokken {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    gap: 20px;
}
}

@media (max-width: 700px) {
  .checklist {
    grid-template-columns: 1fr;
    column-gap: 0;
  }
}

section.tekst-afbeelding .media img,
div-block .media {
  height: 100%;
  aspect-ratio: 1 / cos(30deg);
  --hex: url("https://silasgroep.nl/wp-content/uploads/2026/06/hexagon-1.svg");
  mask-image: var(--hex);
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: center;

  -webkit-mask-image: var(--hex);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

#blok_6940044e6d0af img,
#blok_6a01d42e5c538 img,
#blok_6a01d42e5a705 img,
#blok_6a01d4d8c6282 img,
#blok_6a01d4d8c7534 img,
#blok_6a01ca25851f6 img,
.footer,
#blok_699878df89eaa img,
#contact-silas img
 {
  mask-image: none;
}

/* Contactfoto zonder hexagon-vorm */
#contact-silas2 .media img {
  height: auto;
  aspect-ratio: auto;
  mask-image: none;
  -webkit-mask-image: none;
}

#blok_6a302ccccbfbe a {
  justify-content: flex-start;
}

#blok_667a901bbde80::after, #kkg-hero::after  {
  content: "";
  position: absolute;
  top: 150px;
  right: -5%;
  width: 800px;
  height: 800px;
  background: rgba(255, 255, 255, 0.2);

  --hex: url("https://silasgroep.nl/wp-content/uploads/2026/06/hexagon-1.svg");

  mask-image: var(--hex);
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: center;

  -webkit-mask-image: var(--hex);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;

  pointer-events: none;
}

.div-block .media::after,
#kkg-hero::after {
  content: "";
  position: absolute;

  right: 0%;
  width: 800px;
  height: 800px;
  background: rgba(255, 255, 255, 0.2);

  --hex: url("https://silasgroep.nl/wp-content/uploads/2026/06/hexagon-1.svg");

  mask-image: var(--hex);
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: center;

  -webkit-mask-image: var(--hex);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;

  pointer-events: none;
}

section.overzicht:not(.overzicht-viering) .text-block {
  flex-direction: column;
  padding-left: 0;
}

section.overzicht:not(.overzicht-viering) .text-block h4 {
  margin-bottom: 12px;
}

.overzicht-team img {
  border-radius: 20px;
}

.page-id-9065 .content-section div.rounded.content {
  width: 100%;
}

#blok_6a01d42e5a705 img {
  object-fit: contain;
}

.flickity-page-dots .flickity-page-dot {
    display: none;
}


.wp-post-image {
  border-radius: 20px;
}


@media (max-width: 768px) {
  .header-row .header-container {
    padding-bottom: 10px;
  }
}

@media (max-width: 400px) {
  .menu-org-minilogo {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 991px) {
  #header2,
  #header2 .header-row,
  #header2 .header-container,
  #header2 .header-right,
  #header2 .header-right-tekst,
  #header2 .menu-organisaties-container,
  #header2 #menu-organisaties {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    overflow: visible !important;
    clip: auto !important;
    clip-path: none !important;
    transform: none !important;
    pointer-events: auto !important;
  }

  #header2 {
    position: relative;
    width: 100%;
    z-index: 101;
    padding: 6px 0;
  }

  #header2 .header-row {
    background-color: transparent;
    flex-direction: row;
    justify-content: center;
    padding: 0;
  }

  #header2 .header-container {
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
  }

  #header2 .header-left,
  #header2 .header-center {
    display: none !important;
  }

  #header2 .header-right {
    justify-content: flex-start;
    width: 100%;
  }

  #menu-organisaties {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }
}


@media (max-width: 991px) {
    #mobile-button span {
        height: 3px;
    }
	.button-large {
    font-size: 12px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

    #blok_667a901bbde80::after {
        top: 183px;
        right: -100px;
        width: 400px;
    }

}


.wp-post-image {
	border-radius: var(--borderradius);
}

/* =========================================================
   CONTACTPAGINA KKA
   Pagina-ID: 9147
   ========================================================= */

.page-id-9147 {
    --contact-border: rgba(0, 96, 81, 0.14);
    --contact-shadow: 0 12px 32px rgba(0, 45, 52, 0.08);
    --contact-shadow-hover: 0 18px 40px rgba(0, 45, 52, 0.13);
    --contact-icon-bg: var(--hoofdkleur-3);
}


/* =========================================================
   HERO
   ========================================================= */

.page-id-9147 .content-section {
    position: relative;
    overflow: hidden;
}

.page-id-9147 .content-section::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(
            90deg,
            rgba(0, 48, 44, 0.72) 0%,
            rgba(0, 48, 44, 0.38) 58%,
            rgba(0, 48, 44, 0.12) 100%
        );
}

.page-id-9147 .content-section .section-inner-wrap {
    position: relative;
    z-index: 2;
}

.page-id-9147 .content-section .rounded.content {
    max-width: 920px;
}

.page-id-9147 .content-section h1 {
    margin: 0 0 16px;
    color: var(--hoofdkleur-1);
}

.page-id-9147 .content-section .rounded.content p {
    max-width: 850px;
    margin: 0;
    color: #fff;
    font-size: clamp(1rem, 1.6vw, 1.2rem);
    line-height: 1.65;
}


/* =========================================================
   DUBBEL EN KAPOT CONTACTBLOK VERBERGEN
   De gegevens staan erboven al correct op de pagina.
   ========================================================= */

.page-id-9147 #contact-verwijzingen {
    display: none;
}


/* =========================================================
   REGIOKANTOREN
   ========================================================= */

.page-id-9147 #blok_6a43ac50ecd92 {
    padding-block: clamp(64px, 8vw, 112px);
    background: var(--achtergrondkleur-1);
}

.page-id-9147 #blok_6a43ac50ecd92 .collumns-2 {
    display: block;
    margin: 0;
    max-width: 100%;
}

.contactblokken {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  gap: 20px; /* Optional: adds space between the blocks */
}

.page-id-9147 #blok_6a43ac50ecd92 .div-block.tekst {
    width: 100%;
    max-width: none;
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.page-id-9147 #blok_6a43ac50ecd92 .div-block.media {
    display: none;
}



.page-id-9147 #blok_6a43ac50ecd92 .tekst-inner strong {
    display: block;
    margin-bottom: 16px;
    color: var(--koptekstkleur);
    font-size: 1.15rem;
    line-height: 1.35;
}

.page-id-9147 #blok_6a43ac50ecd92 .tekst-inner p {
    margin: 0;
    line-height: 1.65;
    display: flex;
    flex-direction: row ;
    align-items: center;
}

.page-id-9147 #blok_6a43ac50ecd92 .tekst-inner a {
    color: var(--hoofdkleur-1);
    font-weight: 500;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    overflow-wrap: anywhere;
}

.page-id-9147 #blok_6a43ac50ecd92 .tekst-inner a:hover {
    color: var(--hoofdkleur-2);
}

.page-id-9147 #blok_6a43ac50ecd92 .tekst-inner i {
    display: inline-grid;
    width: 40px;
    height: 40px;
    margin: 16px 8px 8px 0;
    place-items: center;
    border-radius: 12px;
    background: var(--contact-icon-bg);
    color: var(--hoofdkleur-1) !important;
}


.gform_wrapper {
    --gform-border: rgba(0, 96, 81, 0.22);
    --gform-focus: rgba(37, 141, 204, 0.14);
}

/* Ruimte tussen velden */

.gform_wrapper .gform_fields {
    gap: 20px 16px;
}

/* Labels */

.gform_wrapper .gfield_label {
    margin-bottom: 8px;
    color: var(--koptekstkleur);
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.4;
}

.gform_wrapper .gfield_required {
    color: var(--hoofdkleur-1);
    font-size: 0.8em;
}

/* Invoervelden */

.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="password"],
.gform_wrapper input[type="date"],
.gform_wrapper input[type="time"],
.gform_wrapper select,
.gform_wrapper textarea {
    width: 100%;
    min-height: 52px;
    padding: 12px 16px;
    border: 1px solid var(--gform-border);
    border-radius: 10px;
    outline: none;
    background: var(--achtergrondkleur-1);
    color: var(--tekstkleur);
    font: inherit;
    line-height: 1.5;
    box-shadow: none;
    transition:
        border-color 160ms ease,
        box-shadow 160ms ease,
        background-color 160ms ease;
}

.gform_wrapper textarea {
    min-height: 180px;
    resize: vertical;
}

/* Focus */

.gform_wrapper input:focus,
.gform_wrapper select:focus,
.gform_wrapper textarea:focus {
    border-color: var(--hoofdkleur-1);
    box-shadow: 0 0 0 4px var(--gform-focus);
}

/* Placeholder */

.gform_wrapper input::placeholder,
.gform_wrapper textarea::placeholder {
    color: var(--tekstkleur);
    opacity: 0.55;
}

/* Sub-labels, bijvoorbeeld voornaam en achternaam */

.gform_wrapper .ginput_complex label,
.gform_wrapper .gfield_description {
    margin-top: 6px;
    color: var(--tekstkleur);
    font-size: 0.8rem;
    line-height: 1.5;
}

/* Checkbox en radio */

.gform_wrapper input[type="checkbox"],
.gform_wrapper input[type="radio"] {
    width: 18px;
    height: 18px;
    margin: 2px 8px 0 0;
    accent-color: var(--hoofdkleur-1);
}

.gform_wrapper .gfield_checkbox,
.gform_wrapper .gfield_radio {
    display: grid;
    gap: 10px;
}

.gform_wrapper .gfield_checkbox label,
.gform_wrapper .gfield_radio label {
    color: var(--tekstkleur);
    font-weight: 400;
    line-height: 1.5;
}

/* Footer en verzendknop */

.gform_wrapper .gform_footer {
    margin-top: 24px;
    padding: 0;
}

.gform_wrapper input[type="submit"],
.gform_wrapper button[type="submit"],
.gform_wrapper .gform_button {
    min-height: 52px;
    padding: 14px 26px;
    border: 0;
    border-radius: 10px;
    background: var(--hoofdkleur-1);
    color: #fff;
    font: inherit;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(37, 141, 204, 0.2);
    transition:
        background-color 160ms ease,
        transform 160ms ease,
        box-shadow 160ms ease;
}

.gform_wrapper input[type="submit"]:hover,
.gform_wrapper button[type="submit"]:hover,
.gform_wrapper .gform_button:hover {
    background: var(--hoofdkleur-2);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(0, 96, 81, 0.22);
}

.gform_wrapper input[type="submit"]:focus-visible,
.gform_wrapper button[type="submit"]:focus-visible,
.gform_wrapper .gform_button:focus-visible {
    outline: 3px solid var(--hoofdkleur-1);
    outline-offset: 3px;
}

/* Validatiefouten */

.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error select,
.gform_wrapper .gfield_error textarea {
    border-color: #b42318;
}

.gform_wrapper .validation_message {
    margin-top: 6px;
    color: #b42318;
    font-size: 0.85rem;
    font-weight: 600;
}

.gform_wrapper .gform_validation_errors {
    margin-bottom: 24px;
    padding: 16px 20px;
    border: 1px solid rgba(180, 35, 24, 0.3);
    border-radius: 10px;
    background: rgba(180, 35, 24, 0.06);
    color: #b42318;
}

/* Mobiel */

@media (max-width: 640px) {
    .gform_wrapper .gform_fields {
        gap: 16px;
    }

    .gform_wrapper .ginput_complex {
        row-gap: 16px;
    }

    .gform_wrapper input[type="submit"],
    .gform_wrapper button[type="submit"],
    .gform_wrapper .gform_button {
        width: 100%;
    }
}


/* =========================================================
   AANVULLENDE CSS VOOR NIEUWSDETAILPAGINA'S
   Sluit aan op de single-vastgoed styling
   ========================================================= */


/* =========================================================
   HERO
   ========================================================= */

.single-post .content-section.paginadesign-achter {
  position: relative;
  min-height: clamp(360px, 42vw, 560px);
  overflow: hidden;
  border-radius: 0 0 var(--borderradius) var(--borderradius);
  background: var(--hoofdkleur-2);
}

.single-post .content-section.paginadesign-achter::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(0, 50, 22, 0.68) 0%,
      rgba(0, 50, 22, 0.3) 60%,
      rgba(0, 50, 22, 0.08) 100%
    );
}

.single-post .content-section.paginadesign-achter .hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.single-post
  .content-section.paginadesign-achter
  .section-inner-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: inherit;
}

.single-post
  .content-section.paginadesign-achter
  .section-inner-wrap
  .content {
  max-width: 1050px;
}

.single-post .content-section.paginadesign-achter h1 {
  max-width: 1050px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.25rem, 5.5vw, 4.5rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  text-shadow: 0 3px 20px rgba(0, 35, 15, 0.28);
  text-wrap: balance;
}


/* =========================================================
   ACHTERGROND ARTIKEL
   ========================================================= */

.single-post section.standaard > .section-inner-wrap {
  width: min(1120px, calc(100% - 40px));
  max-width: 1120px;
}


/* =========================================================
   ARTIKELKAART
   ========================================================= */

.single-post section.standaard .content {
  width: 100%;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 64px);
  border-radius: var(--borderradius);
  background: var(--achtergrondkleur-1);
}

.single-post section.standaard .content strong {
  color: var(--hoofdkleur-1);

}
/* =========================================================
   DATUM
   ========================================================= */

.single-post section.standaard .content > .single-meta,
.single-post section.standaard .content > time {
  display: inline-flex;
  align-items: center;
  width: auto;
  min-height: 36px;
  margin: 28px 0 28px 0;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--hoofdkleur-3);
  color: var(--koptekstkleur);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1;
}

/*
 * Op de huidige nieuwsopbouw lijkt de datum soms direct als
 * eerste div in .content te staan.
 */

.single-post section.standaard .content > div:first-child {
  color: var(--koptekstkleur);
}


/* =========================================================
   ARTIKELTEKST
   ========================================================= */

.single-post section.standaard .content {
  color: var(--tekstkleur);
  font-size: clamp(1rem, 1.4vw, 1.1rem);
  line-height: 1.8;
}

.single-post section.standaard .content p {
  margin: 0 0 24px;
}

.single-post section.standaard .content p:empty {
  display: none;
}

.single-post section.standaard .content > p:first-of-type {
  margin-bottom: 36px;
  color: var(--koptekstkleur);
  font-size: clamp(1.05rem, 1.8vw, 1.22rem);
  line-height: 1.7;
}

.single-post section.standaard .content > p:first-of-type strong {
  font-weight: 650;
}


/* =========================================================
   TUSSENKOPPEN
   De huidige tussenkoppen staan als strong in een alinea.
   ========================================================= */

.single-post
  section.standaard
  .content
  > p:not(:first-of-type)
  > strong:only-child {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 48px;
  color: var(--koptekstkleur);
  font-size: clamp(1.25rem, 2.5vw, 1.55rem);
  line-height: 1.3;
}

.single-post
  section.standaard
  .content
  > p:not(:first-of-type)
  > strong:only-child::before {
  content: "";
  flex: 0 0 auto;
  width: 5px;
  height: 25px;
  border-radius: 999px;
  background: var(--hoofdkleur-1);
}



/* =========================================================
   CITATEN EN CURSIEVE TEKST
   ========================================================= */

.single-post section.standaard .content em {
  color: var(--tekstkleur);
  line-height: inherit;
}

.single-post section.standaard .content blockquote {
  position: relative;
  margin: 32px 0;
  padding: 28px 32px 28px 40px;
  border: 1px solid rgba(0, 76, 30, 0.12);
  border-left: 5px solid var(--hoofdkleur-1);
  border-radius: 0 12px 12px 0;
  background: var(--hoofdkleur-3);
  color: var(--koptekstkleur);
  font-size: 1.08em;
  font-style: italic;
}

.single-post section.standaard .content blockquote p:last-child {
  margin-bottom: 0;
}


/* =========================================================
   LINKS EN LIJSTEN
   ========================================================= */

.single-post section.standaard .content a:not(.button) {
  color: var(--hoofdkleur-1);
  font-weight: 600;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.single-post section.standaard .content a:not(.button):hover {
  color: var(--hoofdkleur-2);
}

.single-post section.standaard .content ul,
.single-post section.standaard .content ol {
  margin: 24px 0 32px;
  padding-left: 0;
}

.single-post section.standaard .content ul {
  list-style: none;
}

.single-post section.standaard .content ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 28px;
}

.single-post section.standaard .content ul li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--hoofdkleur-1);
}


/* =========================================================
   AFBEELDINGEN IN HET ARTIKEL
   ========================================================= */

.single-post section.standaard .content img {
padding: 0;
}

.single-post section.standaard .content .alignnone,
.single-post section.standaard .content .aligncenter {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 36px auto;
}

.single-post section.standaard .content .alignleft {
  float: left;
  margin: 8px 28px 20px 0;
}

.single-post section.standaard .content .alignright {
  float: right;
  margin: 8px 0 20px 28px;
}

/* Grote afbeeldingen extra ruimte geven */

.single-post section.standaard .content img.size-full,
.single-post section.standaard .content img[class*="wp-image"] {
  margin-top: 12px;
  margin-bottom: 28px;
  border-radius: var(--borderradius);
}


/* Bijschriften */

.single-post section.standaard .content .wp-caption {
  max-width: 100%;
  margin-block: 36px;
}

.single-post section.standaard .content .wp-caption img {
  margin-bottom: 0;
}

.single-post section.standaard .content .wp-caption-text {
  margin: 10px 4px 0;
  color: var(--tekstkleur);
  font-size: 0.85rem;
  line-height: 1.5;
  opacity: 0.8;
}


/* =========================================================
   CTA ONDER HET ARTIKEL
   ========================================================= */


.single-post section.standaard .content > h4::after {
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(0, 149, 77, 0.1);
  pointer-events: none;
}

.single-post section.standaard .content > h4 strong {
  position: relative;
  z-index: 1;
}


/* Knop onder CTA */

.single-post section.standaard .content .buttons {
  margin-top: 20px;
}


/* Kenmerken netjes uitlijnen met bestaande HTML */

.single-vastgoed .kenmerken-content {
    padding-left: 180px;
    line-height: 1.55;
}

.single-vastgoed .kenmerken-content strong {
    float: left;
    clear: left;
    width: 160px;
    margin-left: -180px;
    margin-right: 20px;
    color: var(--koptekstkleur);
    font-weight: 700;
}

/* Iedere <br> begint een nieuwe kenmerkenrij */

.single-vastgoed .kenmerken-content br {
    display: block;
    clear: both;
    content: "";
    margin-bottom: 6px;
}


/* Op mobiel labels boven de waarden */

@media (max-width: 600px) {
    .single-vastgoed .kenmerken-content {
        padding-left: 0;
    }

    .single-vastgoed .kenmerken-content strong {
        float: none;
        display: block;
        width: auto;
        margin: 0 0 2px;
    }

    .single-vastgoed .kenmerken-content br {
        margin-bottom: 12px;
    }
}

/* Terugknop vastgoed */

.single-vastgoed .vastgoed-teruglink {
    gap: 10px;
    margin: 0 0 28px;
}

.single-vastgoed .vastgoed-teruglink i {
    transition: transform 0.2s ease;
}

.single-vastgoed .vastgoed-teruglink:hover i {
    transform: translateX(-3px);
}

@media (max-width: 600px) {
    .single-vastgoed .vastgoed-teruglink {
        margin-bottom: 22px;
    }
}

/* Algemene ::after-pijl bij deze knop uitschakelen */

.single-vastgoed .vastgoed-teruglink::after {
    display: none !important;
    content: none !important;
}

/* Eigen terugpijl zichtbaar maken */

.single-vastgoed .vastgoed-teruglink i {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    color: currentColor;
    font-size: 14px;
    line-height: 1;
    opacity: 1;
    visibility: visible;
    transition: transform 0.2s ease;
}

.single-vastgoed .vastgoed-teruglink:hover i {
    transform: translateX(-3px);
}


section.carousel .text-block {
  position: relative;
  padding-bottom: 60px;
}

section.carousel .carousel-cell a .post-button {
  bottom: 20px;
  left: 20px;
  position: absolute;
}


.i4ewOd-pzNkMb-haAclf {
  display: none !important;
}

#blok_6a6c556f85d9e .div-block p {
  width: 100%;
}

iframe {
border-radius: var(--borderradius);
}

@media (min-width: 768px) {
  #contact-silas2 .div-block.media img {
    height: 100%;
  }
}

#contact-silas2 .tekst-inner {
  padding: 0;
}

#contact-silas h3 {
  padding-bottom: 20px;
}


#contact-silas img {
  object-fit: contain;
}

.kka-locatiekaart {
    width: 100%;
    max-width: 990px;
    margin-inline: auto;
}

.kka-locatiekaart object {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 990.53 / 937.26;
    border: 0;
}

#contact-silas .tekst-inner {
  padding: 0;
}