/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com
 Description:    Child Theme for Divi Theme by Elegant Themes
 Author:         Divi.world
 Author URI:     http://divi.world
 Template:       Divi
 Version:        1.0.0
*/

/* =Ab hier kannst du deine CSS-Anpassungen eintragen
------------------------------------------------------- */


/* =Deine CSS-Anpassungen
------------------------------------------------------- */

/* Grundstil: Schrift, Farbe, Lesbarkeit */
body {
  font-family: 'Lato', sans-serif !important;
  /*font-size: 1.05rem;*/
  color: #333333;
  line-height: 1.5;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}

/* Überschriften */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Belleza', sans-serif !important;
  color: #333333;
  letter-spacing: 0.01em;
  margin-top: 0.8em;
  margin-bottom: 0.5em;
  hyphens: none !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

h1 { font-size: 2.8rem; margin-bottom: 0.2em; line-height: 1.1; }
h2 { font-size: 2.2rem; margin-top: 0; line-height: 1.1; }
h3 { font-size: 1.8rem; }
h4 { font-weight: bold; }

/* Absätze & Listen */
p {
  margin-bottom: 0.6em;
  /*font-size: 1.05rem;*/
  line-height: 1.5;
}

p + p { margin-top: 0.2em; }

li {
  margin-bottom: 0.4em;
  line-height: 1.4;
}

/* Responsive */
@media screen and (max-width: 768px) {
  body { font-size: 1rem; }
  h1 { font-size: 2rem; }
  h2 { font-size: 1.6rem; }
  h3 { font-size: 1.4rem; }
  p  { font-size: 1rem; }
}

