/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://elementor.com/hello-theme/
 Description:  Child Theme for Hello Elementor
 Author:       Kristina Peters
 Author URI:   https://www.herzensheld.com/
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/

/* ==========================================================
   HH LEGAL — Rechtsdokumente (Impressum/Urheberrecht, Datenschutz,
   AGB) — analog .fl-legal/.eg-legal, HH-Farbwelt #FF2E58 / #F0F0F0,
   Body-Font Public Sans (lokal vorhanden).
   Scope: nur div.hh-legal (Wrapper der eingefuegten HTML-Fragmente).
   Spezifitaet bewusst ueber "div.hh-legal", um Elementor-/Theme-
   Heading-Margins (Gleichstand) OHNE !important zu schlagen.
   Optik fuer HELLEN Seitenhintergrund.
   WICHTIG: style.css muss per functions.php enqueued sein (Hello-Child
   laedt sie sonst nicht). Fragmente in ein HTML-Widget, nicht Texteditor.
   ========================================================== */
div.hh-legal{
  --hh-accent:#FF2E58;
  --hh-bg:#F0F0F0;
  font-family:"Public Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  color:#1a1a1a;
  line-height:1.75;
  max-width:860px;
  margin:0 auto;
  padding:12px 4px;
}
div.hh-legal h1{color:var(--hh-accent);font-size:2.1em;line-height:1.2;margin:.2em 0 1em;font-weight:700}
div.hh-legal h2{color:var(--hh-accent);font-size:1.35em;line-height:1.3;margin:2.6em 0 .7em;font-weight:700;border-bottom:2px solid var(--hh-bg);padding-bottom:.35em}
div.hh-legal h3{color:#1a1a1a;font-size:1.1em;margin:1.8em 0 .45em;font-weight:700}
div.hh-legal p{margin:.95em 0}
div.hh-legal ul{margin:.8em 0 1.3em 1.4em}
div.hh-legal li{margin:.55em 0}
div.hh-legal a{color:var(--hh-accent);text-decoration:underline}
div.hh-legal a:hover{text-decoration:none}
div.hh-legal hr{border:0;border-top:1px solid #ccc;margin:3em 0}
div.hh-legal strong{font-weight:700}
div.hh-legal .hh-entwurf{background:var(--hh-bg);border-left:4px solid var(--hh-accent);padding:.95em 1.15em;font-size:.92em;color:#444;border-radius:4px;margin:0 0 1.8em}
div.hh-legal .hh-box{background:var(--hh-bg);border-radius:6px;padding:1.3em 1.5em;margin:1.6em 0}

@media (max-width:768px){
  div.hh-legal{line-height:1.7;padding:8px 2px}
  div.hh-legal h1{font-size:1.7em}
  div.hh-legal h2{font-size:1.2em;margin-top:2em}
}