.elementor-image-gallery .gallery-item img {
width:auto !important;
}

.footer-social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    font-size: 18px;
    
}

.footer-social.aa {
   color: #fff; 
   background: var(--ast-global-color-0);
}


.footer-social i {
    line-height: 1;
}

.site-footer-primary-section-1 a {
    text-decoration: underline;
    color:#fff;
}

.site-footer-section.site-footer-section-3 {
    top:-35px;
    position: relative;
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
    padding-bottom:0;
}

.site-footer-section.site-footer-section-3 {
 
    position: relative;
    width: calc(100% + 88px);
    left: -88px;
}

.map-wrapper, .map-b {
    position: relative;
    width: 100%;
    max-width: 1920px;
    height: 300px;
    overflow: hidden;
}

.map-wrapper iframe, .map-b iframe {
    width: 100%;
    height: 100%;
    
}

.map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* subtiele overlaykleur: zwart 20% */
    
    pointer-events: none; /* laat klikken door naar de kaart */
}

.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row {
    min-height: 5px;
}

.wpcf7-form-control-wrap {
    margin-top:6px;
    display: block;
}

.elementor-widget-text-editor a:hover {
    text-decoration: underline;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 0;
    border: 0;
}

.wpcf7-not-valid {
    border:1px solid red !important;
}

.wpcf7-not-valid-tip {
    display:block;
    padding-top:4px;
}

form br {
    display: none;
}

form label {
    margin-bottom:13px;
    display: block;
}

 .whatsapp-btn{
    display:inline-flex;
    align-items:center;
    gap:.6rem;
    padding:.9rem 1.1rem;
    border-radius:999px;
    text-decoration:none;
    font-weight:700;
    line-height:1;
    border:1px solid rgba(0,0,0,.08);
  
    transition:transform .12s ease, box-shadow .12s ease;
  }
  .whatsapp-btn:hover{
      color:#fff !important;
  }
  .whatsapp-btn:focus {
      color:#fff !important;
  }

  /* Kleuren (WhatsApp-ish) */
  .whatsapp-btn{
    background:#25D366;
    color:#fff !important;
  }
  
  header:before {
      position:absolute;
      height:20px;
      width:100%;
      background-color:#E5190D;
      content:'';
      top:35px;
      left:0;
      z-index:10;
  }
  
  header:after {
      position:absolute;
      height:55px;
      width:100%;
      background-color:#2F8FB6;
      content:'';
      top:0;
      left:0;
      z-index:9;
  }  
  
  .ast-desktop .ast-primary-header-bar.main-header-bar {
      padding-top:65px !important;
  }