.elementor-kit-6{--e-global-color-primary:#8C2E36;--e-global-color-secondary:#76AF93;--e-global-color-text:#333333;--e-global-color-accent:#EBBA7C;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:600;}.elementor-kit-6 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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* Rollin Zorg sectietitels - universeel */
.rz-heading-stage {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto clamp(35px, 5vw, 50px);
  padding: 0 24px;
  display: flex;
}

.rz-heading-stage.is-left {
  justify-content: flex-start;
}

.rz-heading-stage.is-center {
  justify-content: center;
}

.rz-heading-stage.is-right {
  justify-content: flex-end;
}

.rz-section-heading {
  width: fit-content;
}

.rz-section-heading h2 {
  margin: 0;
  line-height: 1.08;
  text-transform: uppercase;
}

.rz-section-heading span,
.rz-section-heading strong {
  display: block;
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 700;
  letter-spacing: 0.02em;
}

.rz-section-heading span {
  color: #111;
}

.rz-section-heading strong {
  color: #76AF93;
}

/* Speelse varianten */
.rz-heading-stage.shift-left {
  transform: translateX(-50px);
}

.rz-heading-stage.shift-right {
  transform: translateX(50px);
}

/* Mobiel */
@media (max-width: 768px) {
  .rz-heading-stage {
    justify-content: flex-start !important;
    transform: none;
    padding: 0 20px;
    margin-bottom: 32px;
  }

  .rz-section-heading span,
  .rz-section-heading strong {
    font-size: 26px;
  }
}

/* Verberg standaard Hello Elementor header */
.site-header,
header.site-header,
#site-header {
  display: none !important;
}

html,
body {
  margin: 0 !important;
  padding: 0 !important;
}

/* Achtergrond van normale pagina's gelijk trekken met sitekleur */
body:not(.home),
body:not(.home) #page,
body:not(.home) #content,
body:not(.home) .site-main,
body:not(.home) .page-content,
body:not(.home) .elementor {
  background: #f4eee5 !important;
}

/* Wit randje/padding bovenaan op pagina's verwijderen */
body:not(.home) #content,
body:not(.home) .site-main,
body:not(.home) .page-content,
body:not(.home) .entry-content,
body:not(.home) .elementor-section-wrap,
body:not(.home) .elementor-widget-wrap {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Eerste blok op juridische pagina's strak tegen bovenkant */
.rz-legal-page {
  margin-top: 0 !important;
  padding-top: 0 !important;
}/* End custom CSS */