/*
 Theme Name:   Feuerwehrverein Zollikon
 Template:     generatepress
 Version:      1.0
 Author:       Feuerwehrverein Zollikon
 Description:  Child Theme mit angepassten Headings
*/

/* =============================================
   HEADINGS - Größe angepasst
   ============================================= */

h1 {
  font-size: 32px !important;
  margin-bottom: 20px;
  line-height: 1.3em;
  font-weight: 400;
}

h2 {
  font-size: 26px !important;
  margin-bottom: 20px;
  line-height: 1.3em;
  font-weight: 600;
}

h3 {
  font-size: 22px !important;
  margin-bottom: 20px;
  line-height: 1.35em;
  font-weight: 600;
}

h4 {
  font-size: 19px !important;
  margin-bottom: 15px;
  font-weight: 400;
}

h5 {
  font-size: 17px !important;
  margin-bottom: 15px;
  font-weight: 400;
}

h6 {
  font-size: 15px !important;
  margin-bottom: 15px;
  font-weight: 400;
}

/* =============================================
   RESPONSIVE ANPASSUNGEN
   ============================================= */

@media (max-width: 768px) {
  h1 {
    font-size: 28px !important;
  }
  
  h2 {
    font-size: 24px !important;
  }
  
  h3 {
    font-size: 21px !important;
  }
  
  h4 {
    font-size: 18px !important;
  }
  
  h5 {
    font-size: 16px !important;
  }
  
  h6 {
    font-size: 14px !important;
  }
}