/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.footer-text p {
    margin: 0;
}

.elementor-nav-menu__container.elementor-nav-menu--dropdown {
    padding-top: 35px;
}
@media screen and (min-width: 540px) {
    .elementor-nav-menu__container.elementor-nav-menu--dropdown {
        padding-top: 0px;
    }
}


/* ===== Standaard (desktop) ===== */
h1 .bedrijf {
    font-size: 30px;
  }
  
  h1 .naam {
    font-size: 64px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: -0.5px;
  }
  
  /* ===== Tablet (max 1024px) ===== */
  @media (max-width: 1024px) {
    h1 .naam {
      font-size: 40px;
      font-weight: 600;
      line-height: 32px;
      letter-spacing: -0.5px;
    }
  }
  
  /* ===== Mobiel (max 767px) ===== */
  @media (max-width: 767px) {
    h1 .bedrijf {
      font-size: 22px;
    }
  
    h1 .naam {
      font-size: 38px;
      font-weight: 600;
      line-height: 1.2em; /* optioneel, of vaste waarde */
      letter-spacing: -0.5px;
    }
  }
  