.elementor-kit-11{--e-global-color-primary:#43352D;--e-global-color-secondary:#F8F1E7;--e-global-color-text:#1A1A1A;--e-global-color-accent:#FEFAF2;--e-global-color-b5f1b23:#FFFFFF;--e-global-color-ddfb501:#000000;--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;background-color:var( --e-global-color-accent );color:var( --e-global-color-text );font-family:"Hanken Grotesk", Sans-serif;font-size:13px;font-weight:300;line-height:1.8em;letter-spacing:0.2px;}.elementor-kit-11 button,.elementor-kit-11 input[type="button"],.elementor-kit-11 input[type="submit"],.elementor-kit-11 .elementor-button{background-color:#39201600;font-size:1em;font-weight:600;text-transform:uppercase;line-height:1.2em;color:var( --e-global-color-primary );border-style:none;border-radius:0px 0px 0px 0px;padding:0% 0% 0% 0%;}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-kit-11 a{color:var( --e-global-color-text );}.elementor-kit-11 h1{color:var( --e-global-color-text );font-family:"ivypresto-display", Sans-serif;font-size:44px;font-weight:300;line-height:1.2em;}.elementor-kit-11 h2{color:var( --e-global-color-text );font-family:"ivypresto-display", Sans-serif;font-size:34px;font-weight:300;line-height:1.4em;}.elementor-kit-11 h3{color:var( --e-global-color-text );font-family:"ivypresto-display", Sans-serif;font-size:24px;font-weight:300;line-height:1.4em;}.elementor-kit-11 h4{color:var( --e-global-color-text );font-family:"Hanken Grotesk", Sans-serif;font-size:14px;font-weight:600;text-transform:uppercase;line-height:1.4em;letter-spacing:1px;}.elementor-kit-11 h5{color:var( --e-global-color-text );}.elementor-kit-11 h6{color:var( --e-global-color-text );font-size:12px;font-weight:500;text-transform:uppercase;line-height:1.2em;letter-spacing:1.2px;}.elementor-kit-11 button:hover,.elementor-kit-11 button:focus,.elementor-kit-11 input[type="button"]:hover,.elementor-kit-11 input[type="button"]:focus,.elementor-kit-11 input[type="submit"]:hover,.elementor-kit-11 input[type="submit"]:focus,.elementor-kit-11 .elementor-button:hover,.elementor-kit-11 .elementor-button:focus{color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1600px;}.e-con{--container-max-width:1600px;}.elementor-widget:not(:last-child){margin-block-end: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-kit-11 h1{font-size:3em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-11{font-size:14px;line-height:1.7em;}.elementor-kit-11 h1{font-size:36px;}.elementor-kit-11 h2{font-size:30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//****** algemeen ******/
.elementor-section{ padding: 0 6%;}

.elementor-inner-section{ padding: unset;}


.c-unset a {color: unset;}

.elementor-widget-text-editor a{
    text-decoration: underline;
    font-weight: 500;
}

.a-unset a{
    text-decoration: none;
    font-weight: 300;
}


span.elementor-button-text {
    text-align: left;
}
/******  site *******/

strong{
    font-weight: 600;
}

/*.elementor-widget-text-editor {
    margin-bottom: -15px !important;
}*/


.titel-met-lijn {
    position: relative;
    padding-left: 30px; /* ruimte voor de lijn */
}

.titel-met-lijn::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0.15em;     /* bepaalt hoe dicht tegen de tekst */
    width: 28px;        /* lengte van de lijn */
    height: 1px;        /* dikte */
    background-color: #1a1a1a;
}


.elementor-widget-text-editor h2, .elementor-widget-text-editor h3, .elementor-widget-text-editor H4, .elementor-widget-text-editor h5{
    color: unset;
}

.faq .elementor-accordion-item {
    border-top: 1px solid #1A1A1A !important;
    
}

.elementor-widget-breadcrumbs span.separator {
    font-size: 8px;
    margin: 8px;
}





/******  buttons *******/

.btn-full svg{
    font-size: 0.6em;
    margin-top: 2px;
}

.btn-full:hover svg path{
    fill: var(--e-global-color-primary);
}


/* ===============================
   BASIS KNOP
================================ */

.btn-outline-static {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 16px;

    padding: 5px 10px 5px 2px;
    border-radius: 999px;

    color: #3b332a;
    font-weight: 500;
    text-decoration: none;

    overflow: hidden;
    width: fit-content;

    transition: color 0.4s ease;
}

/* Tekst altijd boven alles */
.btn-outline-static .elementor-button-text {
    position: relative;
    z-index: 3;
    margin-top: 1px;
}

/* ===============================
   ICON (VASte POSITIE)
================================ */

.btn-outline-static .elementor-button-icon {
    position: relative;
    z-index: 3;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 20px;
    height: 20px;

    border: 1.5px solid #3b332a; /* blijft altijd donker */
    border-radius: 50%;

    flex-shrink: 0;

    /* GEEN width-animatie meer */
    transition:
        background-color 0.4s ease,
        color 0.4s ease;
}

/* SVG normaliseren */
.btn-outline-static .elementor-button-icon svg {
    width: 10px;
    height: 10px;
    display: block;
}

/* ===============================
   ACHTERGROND (EXACTE KNOPBREEDTE)
================================ */

.btn-outline-static::after {
    content: "";
    position: absolute;
    inset: 0;

    background-color: #3b332a;
    border-radius: 999px;

    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;

    z-index: 1;
}

/* ===============================
   HOVER STATES
================================ */

.btn-outline-static:hover .elementor-button-text{
    color: #F8F1E7!important;
}


.btn-outline-static:hover::after {
    transform: scaleX(1);
}

.btn-outline-static:hover .elementor-button-icon svg path {
    fill: #F8F1E7;
}


/* ===============================
   WITTE VARIANT
================================ */

.btn-outline-static-white {
    color: #fefaf2;
}

/* Icoonrand */
.btn-outline-static-white .elementor-button-icon {
    border-color: #fefaf2;
}

/* Hover-achtergrond */
.btn-outline-static-white::after {
    background-color: #fefaf2;
}

/* Hover tekstkleur (donker voor contrast) */
.btn-outline-static-white:hover .elementor-button-text {
    color: #43352d !important;
}

/* Hover icoon */
.btn-outline-static-white:hover .elementor-button-icon svg path {
    fill: #43352d;
}


/******  mega menu *******/

.jet-mega-menu-mega-container__inner {
    padding: 0px!important;
    background-color: transparent!important;
}

/******  knop icoon *******/

span.elementor-button-icon {
    font-size: 20px;
    margin-top: -1px;
}

.elementor-button-content-wrapper:hover circle{
    opacity: 100;
}

.elementor-button-content-wrapper:hover g#Pijl path {
    fill: #f8f1e7;
}

/******  opsomming -  *******/

.elementor-widget-text-editor ul {
  list-style: none;
  padding-left: 0em;
  margin-bottom: 1.5em;
}

.elementor-widget-text-editor ul li {
  position: relative;
  margin-bottom: 1em;
  padding-left: 1em;
  line-height: 1.6;
}

.elementor-widget-text-editor ul li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: #000;
  font-weight: normal;
}

/******  opsomming + en pijl  *******/

.plus-opsomming ul, .pijl-opsomming ul {
  list-style: none;
  padding-left: 0em;
  margin-bottom: 1.5em;
}

.plus-opsomming ul li, .pijl-opsomming ul li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 2.1em;
  line-height: 1.6;
}

.plus-opsomming ul li::before {
  content: "+";
  position: absolute;
  left: 0;
  top: -0.1em;
  color: #000;
  font-weight: 300;
}


/******  opsomming pijl  *******/


.pijl-opsomming li::before {
    content: "" !important;
    position: absolute;
    left: 0;
    top: 0.45em;

    width: 10px;
    height: 10px;

    background-image: url("https://drhannahaerts.thedigitalhub-beta.be/wp-content/uploads/2026/01/Pijltje-icoon.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}


/******  selection *******/
::-moz-selection { /* Code for Firefox */
  color: white;
  background: var(--e-global-color-primary)!important;
}

::selection {
  color: white;
  background: var(--e-global-color-primary)!important;
}


/** Cookies **/

.cky-notice .cky-title {
    font-weight: 500!important;
    font-size: 14px!important;
    margin-bottom: 5px!important;
}


.cky-notice-des{
    font-size: 12px!important;
    line-height: 18px!important;
}

button.cky-btn {
    font-size: 12px!important;
    padding: 3px!important;
}


button.cky-btn.cky-btn-accept{
background-color: var(--e-global-color-primary)!important;
border-color: var(--e-global-color-primary)!important;
}

button.cky-btn.cky-btn-reject, button.cky-btn.cky-btn-customize, button.cky-btn.cky-btn-preferences{
    color: #b7b7b7!important; 
    border-color: #b7b7b7!important;
}

.cky-btn-revisit-wrapper.cky-revisit-bottom-left {
    background-color: var(--e-global-color-primary)!important;
}


 

 /******  .menu-mobile *******/

.menu-mobile a{
    display: none!important;
}


@media only screen and (max-width: 1024px) {
  .menu-mobile a{
    display: flex!important;
}}

@media only screen and (max-width: 767px) {
  .center-mobile a{
    justify-content: center!important;
}
}/* End custom CSS */