/**
 * Shared inner page design — contact, over-ons, bekendheden, sitemap, etc.
 */

/* Override hello-elementor reset.css link color (#c36) inside page content */
.elementor-11860 .elementor-element-47c44859 a:not(.elementor-button):not(.elementor-item),
.elementor-260 .elementor-widget-text-editor a,
.elementor-236 .elementor-widget-text-editor a {
  color: #505050;
  text-decoration: none;
}

.elementor-11860 .elementor-element-47c44859 a:not(.elementor-button):not(.elementor-item):hover,
.elementor-260 .elementor-widget-text-editor a:hover,
.elementor-236 .elementor-widget-text-editor a:hover {
  color: #020912;
  text-decoration: underline;
}

/* Fix Elementor kit 36px breadcrumb typography */
.elementor-widget-breadcrumbs,
.elementor-widget-breadcrumbs .elementor-widget-container,
.elementor-widget-breadcrumbs #breadcrumbs {
  font-family: Verdana, sans-serif;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 1.4 !important;
  color: #505050;
  margin: 0;
}

.elementor-widget-breadcrumbs a {
  color: #505050;
  text-decoration: none;
}

.elementor-widget-breadcrumbs a:hover {
  color: #020912;
  text-decoration: underline;
}

/* Nested page content duplicates template breadcrumbs */
.elementor-11860 .elementor-319 .elementor-widget-breadcrumbs,
.elementor-11860 .elementor-319 .elementor-element-65f92e4 {
  display: none !important;
}

/* Hide meaningless publish date on directory pages */
.page-id-319 .elementor-element-2bf4160,
.page-id-234 .elementor-element-2bf4160 {
  display: none !important;
}

/* ── Page titles ── */
.page-id-319 .elementor-element-a0ccc1a .elementor-heading-title,
.elementor-11860 .elementor-319 .elementor-element-a0ccc1a h1.elementor-heading-title,
.elementor-11860 .elementor-319 > section > .elementor-container > .elementor-column > .elementor-widget-wrap > .elementor-widget-heading h2,
.elementor-260 h1.elementor-heading-title,
.elementor-236 h1.elementor-heading-title {
  font-family: Verdana, sans-serif;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 700;
  color: #020912;
  margin: 0 0 1.5rem;
  line-height: 1.2;
}

/* ── Two-column template layout (bekendheden / sitemap) ── */
.elementor-11860 .elementor-section.elementor-element-7b77f18d {
  padding: 48px 0 80px;
}

.elementor-11860 .elementor-element-47c44859 > .elementor-element-populated {
  padding-right: 24px;
}

@media (min-width: 1025px) {
  .elementor-11860 .elementor-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .elementor-11860 .elementor-col-66 {
    width: 66.666%;
  }

  .elementor-11860 .elementor-col-33 {
    width: 33.333%;
  }
}

@media (max-width: 1024px) {
  .elementor-11860 .elementor-col-66,
  .elementor-11860 .elementor-col-33 {
    width: 100%;
  }

  .elementor-11860 .elementor-element-5908790f > .elementor-element-populated {
    margin-left: 0 !important;
    margin-top: 40px;
  }
}

/* ── Bekendheden alphabetical directory ── */
.page-id-319 .elementor-element-239c21f3 > .elementor-widget-container {
  padding-top: 4px;
}

.zbmp-category-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px 16px;
  margin-top: 0;
}

.zbmp-category-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-id-319 .alpha-group {
  background: #fafafa;
  border: 1px solid #ececec;
  border-radius: 8px;
  padding: 14px 12px 10px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.page-id-319 .alpha-group:hover {
  border-color: #ddd;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.alpha-group h5 {
  font-family: Verdana, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #020912;
  margin: 0 0 10px;
  padding-bottom: 8px;
  border-bottom: 2px solid #e8e8e8;
  line-height: 1;
  letter-spacing: 0.04em;
}

.alpha-group li {
  margin: 0 0 4px;
}

.page-id-319 .alpha-group a,
.zbmp-category-links .alpha-group a {
  color: #505050 !important;
  text-decoration: none;
  font-family: Verdana, sans-serif;
  font-size: 14px;
  line-height: 1.45;
  transition: color 0.2s ease;
  display: inline-block;
  padding: 1px 0;
}

.page-id-319 .alpha-group a:hover,
.page-id-319 .alpha-group a:focus-visible,
.zbmp-category-links .alpha-group a:hover,
.zbmp-category-links .alpha-group a:focus-visible {
  color: #020912 !important;
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .zbmp-category-links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .zbmp-category-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 16px;
  }

  .alpha-group h5 {
    font-size: 1.25rem;
  }
}

@media (max-width: 480px) {
  .zbmp-category-links {
    grid-template-columns: 1fr;
  }
}

/* ── Sidebar table of contents ── */
.elementor-11860 .elementor-element-f55e73b .elementor-widget-container {
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

.elementor-11860 .elementor-element-f55e73b {
  --header-background-color: #f7f7f7 !important;
  --header-color: #020912 !important;
  --item-text-color: #505050;
  --item-text-hover-color: #020912;
  --marker-color: #020912;
}

.page-id-319 .elementor-element-f55e73b .elementor-toc__header-title::before {
  content: none;
}

.page-id-319 .elementor-element-f55e73b .elementor-toc__list-item-text {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.single-post .elementor-element-f55e73b {
  --header-background-color: #f7f7f7 !important;
  --header-color: #020912 !important;
  --item-text-color: #505050;
  --item-text-hover-color: #020912;
  --marker-color: #020912;
}

.single-post .elementor-element-f55e73b .elementor-widget-container {
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
  margin-bottom: 8px;
}

/* Blog + bekendheden sidebar TOC — fix Elementor 36px typography bleed */
.single-post .elementor-element-f55e73b .elementor-toc__list-item,
.single-post .elementor-element-f55e73b .elementor-toc__list-item-text,
.page-id-319 .elementor-element-f55e73b .elementor-toc__list-item {
  font-family: Verdana, sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
}

.single-post .elementor-element-f55e73b .elementor-toc__list-item-text {
  color: #505050 !important;
  text-decoration: none !important;
  display: block;
  padding: 5px 0;
}

.single-post .elementor-element-f55e73b .elementor-toc__list-item-text:hover {
  color: #020912 !important;
  text-decoration: none !important;
}

@media (min-width: 1025px) {
  .single-post .elementor-element-5908790f > .elementor-element-populated {
    position: sticky;
    top: 24px;
    align-self: flex-start;
  }
}

.elementor-11860 .elementor-toc__header {
  padding: 14px 16px;
  border-bottom: 1px solid #e8e8e8;
}

.elementor-11860 .elementor-toc__header-title {
  font-family: Verdana, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #020912;
}

.elementor-11860 .elementor-toc__body {
  padding: 8px 0 12px;
}

.elementor-11860 .elementor-toc__list {
  list-style: none;
  margin: 0;
  padding: 0 16px;
}

.elementor-11860 .elementor-toc__list-item {
  margin: 0;
  padding: 4px 0;
}

.elementor-11860 .elementor-toc__list-item-text {
  font-family: Verdana, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #505050;
  text-decoration: none;
  display: block;
  padding: 2px 0;
}

.elementor-11860 .elementor-toc__list-item-text:hover {
  color: #020912;
  text-decoration: none;
}

.elementor-11860 .elementor-toc__toggle-button {
  color: #505050;
  cursor: pointer;
}

/* Sidebar "Andere artikelen" */
.elementor-11860 .elementor-element-18024928 .elementor-heading-title {
  font-family: Verdana, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #020912;
  margin: 32px 0 0;
}

.elementor-11860 .elementor-element-2539a66c {
  margin-top: 8px;
}

/* ── Contact / Over ons hero sections ── */
.elementor-260 .elementor-element-42e70977,
.elementor-236 .elementor-element-42e70977 {
  padding: 48px 0 24px;
}

.elementor-260 .elementor-element-3b5d78c8,
.elementor-236 .elementor-element-3b5d78c8 {
  font-family: Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #505050;
}

.elementor-260 .elementor-element-a0f1872 > .elementor-widget-wrap {
  min-height: 200px;
  background-color: #f5f5f5;
  border-radius: 8px;
}

/* Contact form */
.elementor-260 .elementor-form-fields-wrapper {
  gap: 16px;
}

.elementor-260 .elementor-field-group label {
  font-family: Verdana, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #020912;
  margin-bottom: 6px;
}

.elementor-260 .elementor-field-textual,
.elementor-260 .elementor-field-textarea {
  font-family: Verdana, sans-serif;
  font-size: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 12px 14px;
  transition: border-color 0.2s ease;
}

.elementor-260 .elementor-field-textual:focus,
.elementor-260 .elementor-field-textarea:focus {
  border-color: #020912;
  outline: none;
}

.elementor-260 .elementor-button {
  font-family: Verdana, sans-serif;
  font-weight: 600;
  background-color: #020912;
  border-radius: 4px;
  padding: 14px 28px;
  transition: background-color 0.2s ease;
}

.elementor-260 .elementor-button:hover {
  background-color: #333;
}

/* ── Blog single posts (template 11860) ── */
.single-post .elementor-element-3315de3b .elementor-heading-title {
  font-family: Verdana, sans-serif;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #020912;
  margin: 0;
  line-height: 1.2;
}

.single-post .elementor-element-2bf4160 .elementor-post-info {
  list-style: none;
  margin: 0;
  padding: 0;
}

.single-post .elementor-element-2bf4160 .elementor-post-info__item--type-date {
  font-family: Verdana, sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #505050;
}

.single-post .elementor-element-6a92d39d .elementor-widget-container {
  font-family: Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #505050;
}

.single-post .elementor-element-6a92d39d h2 {
  font-family: Verdana, sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  color: #020912;
  margin: 2rem 0 1rem;
  line-height: 1.3;
}

.single-post .elementor-element-6a92d39d h3 {
  font-family: Verdana, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #020912;
  margin: 1.5rem 0 0.75rem;
  line-height: 1.35;
}

.single-post .elementor-element-6a92d39d h4 {
  font-family: Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #020912;
  margin: 1.25rem 0 0.5rem;
}

.single-post .elementor-element-6a92d39d p {
  margin: 0 0 1em;
}

.single-post .elementor-element-6a92d39d ul,
.single-post .elementor-element-6a92d39d ol {
  margin: 0 0 1em 1.25em;
  padding: 0;
}

.single-post .elementor-element-6a92d39d li {
  margin-bottom: 0.35em;
}

.single-post .elementor-element-6a92d39d a {
  color: #020912;
  text-decoration: underline;
}

.single-post .elementor-element-6a92d39d a:hover {
  color: #505050;
}

.single-post .elementor-element-6a92d39d img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1.5rem 0;
}

.single-post .elementor-element-6a92d39d figure {
  margin: 1.5rem 0;
}

.single-post .elementor-element-6a92d39d blockquote {
  margin: 1.5rem 0;
  padding: 0.75rem 1.25rem;
  border-left: 3px solid #020912;
  color: #505050;
}

.single-post .elementor-element-2539a66c .elementor-post__title a {
  color: #020912;
  font-weight: 700;
  text-decoration: none;
}

.single-post .elementor-element-2539a66c .elementor-post__title a:hover {
  color: #505050;
  text-decoration: underline;
}

/* Fix Elementor 36px secondary typography on sidebar related posts widget */
.single-post .elementor-element-2539a66c,
.single-post .elementor-element-2539a66c .elementor-posts-container,
.single-post .elementor-element-2539a66c .elementor-post {
  font-family: Verdana, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
}

.single-post .elementor-element-2539a66c .elementor-post__title,
.single-post .elementor-element-2539a66c .elementor-post__title a {
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  color: #020912 !important;
  text-decoration: none !important;
  margin: 0 !important;
}

.single-post .elementor-element-2539a66c .elementor-post__meta-data,
.single-post .elementor-element-2539a66c .elementor-post-date {
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  color: #888 !important;
  margin-top: 6px !important;
}

.single-post .elementor-element-2539a66c .elementor-post__read-more {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #020912 !important;
  margin-top: 8px !important;
  display: inline-block;
}

.single-post .elementor-element-2539a66c .elementor-post__thumbnail {
  margin-bottom: 12px;
  border-radius: 6px;
  overflow: hidden;
}

.single-post .elementor-element-2539a66c .elementor-post__thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.single-post .elementor-element-2539a66c .elementor-post {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ececec;
}

.single-post .elementor-element-2539a66c .elementor-post:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.single-post .elementor-element-18024928 .elementor-heading-title {
  font-family: Verdana, sans-serif;
  font-size: 1.125rem !important;
  font-weight: 700 !important;
  color: #020912 !important;
  margin: 28px 0 12px !important;
}

.single-post .elementor-element-2bf4160 > .elementor-widget-container {
  margin: 12px 0 24px !important;
}

.single-post .elementor-element-3315de3b > .elementor-widget-container {
  margin-bottom: 0;
}

.single-post .elementor-element-18c246d0 > .elementor-widget-container {
  margin-bottom: 8px;
}

.single-post .blog-featured-image {
  margin: 0 0 1.75rem;
  border-radius: 8px;
  overflow: hidden;
  background: #f5f5f5;
}

.single-post .blog-featured-image img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 480px;
  object-fit: cover;
}

.single-post .elementor-element-6a92d39d .elementor-widget-container > img:first-child,
.single-post .elementor-element-6a92d39d .elementor-widget-container > figure:first-child {
  margin-top: 0;
}

/* ── Sitemap ── */
.elementor-sitemap.sitemap-page,
.elementor-sitemap .sitemap-page {
  padding: 48px 0 80px;
}

.elementor-sitemap .sitemap-content {
  display: block;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.elementor-sitemap .sitemap-breadcrumbs {
  margin-bottom: 1rem;
}

.elementor-sitemap .sitemap-breadcrumbs,
.elementor-sitemap .sitemap-breadcrumbs #breadcrumbs {
  font-family: Verdana, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #505050;
  margin-top: 0;
}

.elementor-sitemap .sitemap-breadcrumbs a {
  color: #505050;
  text-decoration: none;
}

.elementor-sitemap .sitemap-breadcrumbs a:hover {
  color: #020912;
  text-decoration: underline;
}

.elementor-sitemap .sitemap-section {
  display: block;
  width: 100%;
  clear: both;
  margin: 0;
  padding: 0;
}

.elementor-sitemap .elementor-heading-title,
.elementor-sitemap .sitemap-title {
  font-family: Verdana, sans-serif;
  color: #020912;
  display: block;
  width: 100%;
}

.elementor-sitemap .sitemap-title,
.elementor-sitemap h1.elementor-heading-title {
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 700;
  margin: 0 0 1.5rem;
  line-height: 1.2;
}

.elementor-sitemap .sitemap-section h2.elementor-heading-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 2rem 0 0.75rem;
  padding: 0;
}

.elementor-sitemap ul {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  display: block;
  width: 100%;
}

.elementor-sitemap .sitemap-pages-list {
  columns: 1;
}

.elementor-sitemap .sitemap-vermogen-list {
  columns: 2;
  column-gap: 32px;
}

.elementor-sitemap li {
  margin: 0 0 6px;
  break-inside: avoid;
  display: block;
}

.elementor-sitemap a {
  color: #505050;
  text-decoration: none;
  font-family: Verdana, sans-serif;
  font-size: 15px;
  line-height: 1.45;
}

.elementor-sitemap a:hover {
  color: #020912;
  text-decoration: underline;
}

.elementor-sitemap .sitemap-categories {
  display: block;
  width: 100%;
}

.elementor-sitemap .sitemap-category {
  display: block;
  width: 100%;
  margin-bottom: 1.5rem;
}

.elementor-sitemap .sitemap-category-title {
  margin: 0 0 0.5rem;
  font-family: Verdana, sans-serif;
  font-size: 15px;
  color: #020912;
}

.elementor-sitemap .sitemap-category-list {
  columns: 1;
  padding-left: 0;
}

@media (min-width: 768px) {
  .elementor-sitemap .sitemap-category-list {
    columns: 2;
    column-gap: 32px;
  }
}

@media (max-width: 767px) {
  .elementor-sitemap .sitemap-vermogen-list {
    columns: 1;
  }
}
