/* Standard (Desktop) */
h1 { font-size: 48px; }
h2 { font-size: 40px; }
.zshero-banner-style-18 h1.zpheading {
    font-size: 48px;
}
.zshero-banner-style-18 h2.zpheading {
    font-size: 48px;
}

/* Mobil (Responsive Anpassung) */
@media (max-width: 1200px) {
  h1 { font-size: 40px; }
  h2 { font-size: 32px; }
  .zshero-banner-style-18 h1.zpheading {
    font-size: 40px;
  }
  .zshero-banner-style-18 h2.zpheading {
    font-size: 32px;
  }
}

@media (max-width: 1024px) {
  h1 { font-size: 36px; }
  h2 { font-size: 28px; }
  .zshero-banner-style-18 h1.zpheading {
    font-size: 36px;
  }
  .zshero-banner-style-18 h2.zpheading {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  h1 { font-size: 28px; }
  h2 { font-size: 24px; }
  .zshero-banner-style-18 h1.zpheading {
    font-size: 28px;
  }
  .zshero-banner-style-18 h2.zpheading {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  h1 { font-size: 20px; }
  h2 { font-size: 16px; }
 .zshero-banner-style-18 h1.zpheading {
    font-size: 20px;
  }
  .zshero-banner-style-18 h2.zpheading {
    font-size: 16px;
  }
}