/**
Theme Name: Astra Child
Author: Webbureau IFRA
Author URI: https://ifra.nl
Description: Astra is het snelste, volledig aanpasbare en mooie thema, geschikt voor blogs, persoonlijke portfolio\'s en zakelijke websites. Het is zeer lichtgewicht (minder dan 50 KB aan de voorkant) en biedt ongeÃ«venaarde snelheid. Astra is gebouwd met SEO in gedachten en wordt geleverd met geÃ¯ntegreerde schema.org-code, zodat zoekmachines dol zullen zijn op uw website.
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* Sticky header verschil oplossen */
#beschikbaarheid {
  scroll-margin-top: 120px;
}

/* Mobiel én kleine tablets: 2 kolommen */
@media (max-width: 1024px) {
  .voordelen-icons .uagb-container-inner-blocks-wrap,
  .voordelen-icons .wp-block-group__inner-container,
  .voordelen-icons {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 20px !important;
  }

  .voordelen-icons > *,
  .voordelen-icons .wp-block-uagb-info-box,
  .voordelen-icons .uagb-ifb-wrap {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    min-width: 0 !important;
  }

  .voordelen-icons .uagb-container-inner-blocks-wrap > *:last-child,
  .voordelen-icons .wp-block-group__inner-container > *:last-child,
  .voordelen-icons > *:last-child {
    grid-column: 1 / -1 !important;
    justify-self: center !important;
    width: 100% !important;
    max-width: 90% !important;
    text-align: center !important;
  }

  .voordelen-icons h3,
  .voordelen-icons h4,
  .voordelen-icons .uagb-ifb-title,
  .voordelen-icons p {
    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
    white-space: normal !important;
  }
}