/* ============================================================
   AHNENHUB · Über mich
   Einfügen unter: Design → Customizer → Zusätzliches CSS
   Farben und Schriften: A0 Kernkontext, Abschnitt 10
   Mobil zuerst. Keine Bewegung, keine Einblendeffekte.
   ============================================================ */


/* ---------- 1. KOPFBEREICH -------------------------------- */
/* Schliesst nahtlos an das gruene Titelband des Themes an.
   Die -4px schlucken die Bordeaux-Linie, die das Theme unter
   das Band setzt. Steht danach noch eine Linie da: Wert auf
   -6px erhoehen.                                             */

.ah-kopf{
  position: relative;
  margin-top: -4px;
  background: #4E7460;
  padding: 24px 0 92px;          /* unten Platz fuer die Karte */
  border-bottom: 3px solid #7A2E3E;
  overflow: hidden;
}

.ah-kopf .wpb_column{ position: relative; z-index: 1; }

/* Kompassrose, rein dekorativ. Ohne Bild-URL einfach
   diesen ganzen Block loeschen.                              */
.ah-kopf::after{
  content: "";
  position: absolute;
  right: -80px;
  top: 10px;
  width: 220px;
  height: 220px;
  background: url("KOMPASSROSE-URL") center / contain no-repeat;
  opacity: .16;
  pointer-events: none;
  z-index: 0;
}

.ah-kopf .wpb_text_column p{
  color: #F0EAD6;
  font-size: 19px;
  line-height: 1.55;
  max-width: 32ch;
}

.ah-kopf .vc_single_image-img{
  border: 6px solid #F0EAD6;
}

@media (min-width: 768px){
  .ah-kopf{ padding: 32px 0 118px; }
  .ah-kopf::after{ right: -110px; top: 20px; width: 320px; height: 320px; }
  .ah-kopf .wpb_text_column p{ font-size: 21px; }
}


/* ---------- 2. KURZPROFIL-KARTE --------------------------- */
/* Das eine laute Element der Seite. Alles andere bleibt still. */

.ah-karte{
  position: relative;
  z-index: 3;
  margin-top: -52px !important;
  margin-bottom: 0 !important;
  padding: 0 24px;
}

.ah-karte .ah-karte-box{
  max-width: 660px;
  margin: 0 auto;
  background: #F0EAD6;
  border: 1px solid #D9CDB0;
  border-top: 6px solid #7A2E3E;
  box-shadow: 0 14px 34px rgba(42,37,32,.14);
  padding: 6px 24px;
}

.ah-karte .ah-karte-liste ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

.ah-karte .ah-karte-liste li{
  font-family: "Jost", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #2A2520;
  padding: 14px 0;
  border-top: 1px solid #D9CDB0;
  margin: 0;
}

.ah-karte .ah-karte-liste li:first-child{ border-top: 0; }

@media (min-width: 768px){
  .ah-karte{ margin-top: -68px !important; }
  .ah-karte .ah-karte-box{ padding: 8px 32px; }
  .ah-karte .ah-karte-liste li{ font-size: 17px; }
}


/* ---------- 3. ABSCHNITTE --------------------------------- */

.ah-abschnitt{
  padding: 40px 0;
  border-bottom: 2px solid #4E7460;
}

.ah-abschnitt:last-of-type{ border-bottom: 0; }

.ah-abschnitt .wpb_text_column p,
.ah-abschnitt .wpb_text_column li{
  font-size: 18px;
  line-height: 1.66;
  color: #2A2520;
}

/* Textspalten ueber die volle Breite kuerzen, damit keine
   ueberlangen Zeilen entstehen.                              */
.ah-schmal .wpb_text_column{ max-width: 68ch; }

@media (min-width: 768px){
  .ah-abschnitt{ padding: 56px 0; }
  .ah-abschnitt .wpb_text_column p,
  .ah-abschnitt .wpb_text_column li{ font-size: 19px; }
}


/* ---------- 4. KLEINTEILE --------------------------------- */

.ah-bildtext p{
  font-family: "Jost", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px !important;
  line-height: 1.5;
  color: #5A5550 !important;
  margin-top: 10px;
}

.ah-leitsatz{
  margin: 32px 0 0;
  padding-left: 20px;
  border-left: 5px solid #4E7460;
}

.ah-leitsatz p{
  font-family: "Playfair Display", Georgia, serif;
  font-size: 22px !important;
  line-height: 1.4;
  color: #2A2520 !important;
}

.ah-klein p{
  font-family: "Jost", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px !important;
  line-height: 1.5;
  color: #5A5550 !important;
}

@media (min-width: 768px){
  .ah-leitsatz p{ font-size: 26px !important; }
}


/* ---------- 5. SCHALTFLAECHE ------------------------------ */
/* Mindestens 44 px hoch, damit sie sicher zu treffen ist.    */

.ah-abschnitt .ubtn{
  min-height: 52px !important;
  padding: 14px 26px !important;
  border-radius: 0 !important;
}

.ah-abschnitt .ubtn:hover{ background-color: #3E5D4D !important; }

.ah-abschnitt .ubtn:focus-visible{
  outline: 3px solid #7A2E3E;
  outline-offset: 3px;
}


/* ---------- 6. DRUCK -------------------------------------- */

@media print{
  .ah-kopf{ background: #fff !important; border-bottom: 2px solid #000; }
  .ah-kopf .wpb_text_column p{ color: #000 !important; }
  .ah-kopf::after{ display: none; }
  .ah-karte{ margin-top: 20px !important; }
  .ah-karte .ah-karte-box{ box-shadow: none; border: 1px solid #000; }
}