/*
Theme Name: Dichtl Divi Child
Theme URI: https://limbrunner-digital.de/
Description: Schlankes Divi-Child-Theme für die Website von Dr. med. Manuel Dichtl.
Author: Limbrunner Digital · Ludwig Limbrunner
Author URI: https://limbrunner-digital.de/
Template: Divi
Version: 1.0.0
Text Domain: dichtl-divi-child
*/

/*
 * Projektbezogene Styles können hier ergänzt werden.
 * Typografie-Größen und Zeilenhöhen bleiben bevorzugt in Divi editierbar.
 */

:root {
  --dichtl-black: #080808;
  --dichtl-gold: #c39a52;
  --dichtl-cream: #f3f0eb;
  --dichtl-muted: #aaa196;
}

/* Kleine, unkritische Helferklassen */
.dichtl-gold { color: var(--dichtl-gold); }
.dichtl-cream { color: var(--dichtl-cream); }
.dichtl-muted { color: var(--dichtl-muted); }

/* Sanfte Offcanvas-Grundanimation, falls projektweit benötigt */
.dichtl-offcanvas {
  transition: transform .58s cubic-bezier(.22,.72,.18,1), opacity .48s ease;
}


/* ---------------------------------------------------------
   Dr. Manuel Dichtl – Landingpage
   Nur Grundoptik/Farben. Schriftgrößen bleiben in Divi.
   --------------------------------------------------------- */

/* Hero: erste Inhaltssektion der Divi-Seite */
.et-l--body .et_pb_section:first-child h1,
.et-l--body .et_pb_section:first-child h1 span {
    color: #f2eee7;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
}

.et-l--body .et_pb_section:first-child h1 em {
    color: #c39a52;
    font-family: Georgia, "Times New Roman", serif;
    font-style: italic;
    font-weight: 400;
}

/* Kicker + Signatur */
.et-l--body .et_pb_section:first-child .et_pb_text:first-child p,
.et-l--body .et_pb_section:first-child .et_pb_text:nth-of-type(4) p {
    color: #c39a52;
}

/* Hero-Zitat */
.et-l--body .et_pb_section:first-child .et_pb_text:nth-of-type(3) p {
    color: #b8b0a5;
}

/* Behandlungsteaser: Überschriften und Texte besser lesbar */
.et-l--body .et_pb_section:nth-child(3) h3 {
    color: #f2eee7;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
}

.et-l--body .et_pb_section:nth-child(3) p {
    color: #aaa196;
}

/* Nummern 01–03 */
.et-l--body .et_pb_section:nth-child(3) .et_pb_column > .et_pb_text:first-of-type p {
    color: #c39a52;
}
