/* Art of Balance — Stylesheet
   Farben, Schriften und Abstände zentral. Alle Klassen mit aob- als Präfix. */
/* Alle Klassen mit aob- damit nichts mit dem Baukasten kollidiert */
.aob{font-family:Karla,system-ui,sans-serif;color:#3A302A;background:#FAF6F1;font-size:16px;line-height:1.6;
  width:100vw;margin-left:calc(50% - 50vw);position:relative}
.aob *,.aob *::before,.aob *::after{box-sizing:border-box}
.aob p,.aob h1,.aob h2,.aob h3,.aob ul,.aob ol{margin:0}
.aob a{text-decoration:none;color:inherit}
.aob-wrap{max-width:1180px;margin:0 auto;padding:0 28px}
.aob-band{border-top:1px solid #E7DCD1;border-bottom:1px solid #E7DCD1;background:#F3EAE1}
.aob-dark{background:#2E251F;color:#F6EDE4}

.aob-label{font-family:'IBM Plex Mono',monospace;font-size:11.5px;letter-spacing:.2em;
  text-transform:uppercase;color:#A65B3D}
.aob-h1{font-family:'Cormorant Garamond',serif;font-weight:300;font-size:clamp(42px,5.4vw,78px);
  line-height:1.02;letter-spacing:-.015em;color:#2E251F}
.aob-h2{font-family:'Cormorant Garamond',serif;font-weight:300;font-size:clamp(32px,3.6vw,44px);
  line-height:1.1;color:#2E251F}
.aob-lead{font-size:19px;line-height:1.65;color:#4E423A;max-width:34em;text-wrap:pretty}
.aob-body{font-size:17.5px;line-height:1.7;color:#4E423A;text-wrap:pretty}
.aob-quiet{font-size:15px;line-height:1.6;color:#6B5A4E}
.aob-serif-it{font-family:'Cormorant Garamond',serif;font-size:26px;font-style:italic;color:#A65B3D}

.aob-btn{display:inline-block;background:#A65B3D;color:#FFF9F4;padding:15px 26px;font-size:15px;
  font-weight:600;border-radius:2px;border:0;cursor:pointer;transition:background .15s}
.aob-btn:hover{background:#7E4128;color:#FFF9F4}
.aob-btn-ghost{display:inline-block;background:none;color:#3A302A;border:1px solid #C9B7A7;
  padding:15px 26px;font-size:15px;font-weight:600;border-radius:2px;cursor:pointer;transition:.15s}
.aob-btn-ghost:hover{border-color:#A65B3D;color:#A65B3D}
.aob-btn-out{display:inline-block;background:none;color:#A65B3D;border:1px solid #A65B3D;
  padding:14px 24px;font-size:15px;font-weight:600;border-radius:2px;cursor:pointer;transition:.15s}
.aob-btn-out:hover{background:#A65B3D;color:#FFF9F4}
.aob-btn-warm{display:inline-block;background:#D79A79;color:#2E251F;padding:15px 26px;font-size:15px;
  font-weight:600;border-radius:2px;transition:background .15s}
.aob-btn-warm:hover{background:#EBB392;color:#2E251F}

/* Aktionsknöpfe im Kopf der Startseite: unten zwei Knöpfe nebeneinander,
   darüber der Hauptknopf über beide Spalten — so schließen alle drei
   bündig auf derselben Breite ab. Die Spalten richten sich nach den
   beiden unteren Knöpfen, justify-content:start verhindert, dass sie
   sich stattdessen über die ganze Textspalte ziehen. */
.aob-hero-aktionen{display:grid;grid-template-columns:1fr;gap:12px;justify-content:start}
.aob-hero-aktionen>a{text-align:center}
@media (min-width:1000px){
  /* Darunter ist die Textspalte zu schmal: Die beiden unteren Knöpfe
     bräuchten zusammen rund 420px, sonst bricht ihre Beschriftung auf
     zwei Zeilen um. Bis dahin stehen alle drei untereinander. */
  .aob-hero-aktionen{grid-template-columns:repeat(2,auto)}
  .aob-hero-aktionen>.aob-btn{grid-column:1/-1}
}
.aob-link{color:#A65B3D;font-size:15px;font-weight:600;border-bottom:1px solid rgba(166,91,61,.4)}
.aob-link:hover{color:#7E4128;border-bottom-color:#7E4128}

.aob-ph{background-color:#EFE4D9;
  background-image:repeating-linear-gradient(135deg,rgba(166,91,61,.09) 0 2px,transparent 2px 11px);
  display:flex;align-items:flex-end;padding:20px}
.aob-ph span{font-family:'IBM Plex Mono',monospace;font-size:11px;letter-spacing:.08em;color:#8B7362;
  background:#FAF6F1;padding:7px 10px}
.aob-band .aob-ph{background-color:#E6D7C9}
.aob-band .aob-ph span{background:#F3EAE1}
/* height:auto — die Höhe kommt aus dem aspect-ratio am Bild selbst.
   Mit height:100% würde sich das Bild in Rastern über die ganze
   Zeilenhöhe strecken und Name und Rolle darunter herausdrücken. */
.aob-img{width:100%;height:auto;object-fit:cover;display:block}

.aob-two{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(320px,100%),1fr));gap:56px;align-items:center}
.aob-grid{display:grid;gap:1px;background:#E7DCD1;border:1px solid #E7DCD1}
.aob-cell{background:#FAF6F1;padding:26px 24px}
.aob-num{font-family:'Cormorant Garamond',serif;font-size:34px;color:#A65B3D;margin-bottom:6px!important}
.aob-cell p:last-child{font-size:14.5px;line-height:1.5;color:#6B5A4E}

.aob-card{background:#FAF6F1;padding:34px 30px 30px;display:flex;flex-direction:column;gap:12px;
  min-height:240px;transition:background .15s}
.aob-card:hover{background:#F3EAE1}
.aob-tag{font-family:'IBM Plex Mono',monospace;font-size:10.5px;letter-spacing:.14em;
  text-transform:uppercase;color:#A65B3D}
.aob-card-name{font-family:'Cormorant Garamond',serif;font-size:30px;line-height:1.15;color:#2E251F}
.aob-card-txt{font-size:15.5px;line-height:1.6;color:#6B5A4E;flex:1}
.aob-card-go{font-size:14px;font-weight:600;color:#A65B3D}

.aob-sechead{display:flex;align-items:baseline;justify-content:space-between;gap:24px;flex-wrap:wrap;
  margin-bottom:40px}
.aob-sec{padding-top:92px;padding-bottom:92px}
.aob-sec-sm{padding-top:84px;padding-bottom:84px}

.aob-prev-list{display:grid;gap:1px;background:rgba(246,237,228,.18);align-content:start}
.aob-prev{background:#2E251F;padding:22px 4px;display:flex;align-items:baseline;
  justify-content:space-between;gap:20px;transition:color .15s}
.aob-prev:hover{color:#D79A79}
.aob-prev b{font-family:'Cormorant Garamond',serif;font-size:27px;font-weight:400}
.aob-prev i{font-family:'IBM Plex Mono',monospace;font-size:11px;color:#A8917E;font-style:normal}

/* Kursplan: eine aufklappbare Gruppe je Wochentag */
.aob-tag-gruppe{border-bottom:1px solid #E7DCD1}
.aob-tag-gruppe:last-of-type{border-bottom:0}
.aob-tag-gruppe>summary{display:flex;align-items:center;justify-content:space-between;gap:16px;
  padding:18px 26px;cursor:pointer;list-style:none;background:#FBF8F4;transition:background .15s}
.aob-tag-gruppe>summary::-webkit-details-marker{display:none}
.aob-tag-gruppe>summary:hover{background:#F5EEE6}
.aob-tag-gruppe>summary:focus-visible{outline:2px solid #A65B3D;outline-offset:-2px}
.aob-tag-name{font-family:'IBM Plex Mono',monospace;font-size:12px;letter-spacing:.1em;
  text-transform:uppercase;color:#A65B3D}
.aob-tag-anzahl{display:flex;align-items:center;gap:10px;font-size:13.5px;color:#8B7362}
.aob-tag-anzahl::after{content:'\25BE';font-size:11px;color:#A65B3D}
.aob-tag-gruppe[open]>summary .aob-tag-anzahl::after{content:'\25B4'}

.aob-row{display:grid;grid-template-columns:118px minmax(170px,1fr) 130px 130px;gap:16px;
  padding:20px 26px;border-top:1px solid #EFE4D9;align-items:center}
.aob-row span:nth-child(1){font-family:'IBM Plex Mono',monospace;font-size:12.5px;letter-spacing:.04em;
  color:#A65B3D}
.aob-row span:nth-child(2){font-family:'Cormorant Garamond',serif;font-size:25px;color:#2E251F}
.aob-row span:nth-child(3){font-size:14.5px;color:#6B5A4E}
.aob-row span:nth-child(4){font-size:13.5px;color:#8B7362}

.aob-team{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:26px}
.aob-team .aob-ph{aspect-ratio:3/4;margin-bottom:16px;padding:14px}
.aob-team .aob-img{margin-bottom:16px}
.aob-team-name{font-family:'Cormorant Garamond',serif;font-size:27px;color:#2E251F;margin-bottom:4px!important}

.aob-quote{border:1px dashed #C9B7A7;padding:28px}
.aob-quote p:first-child{font-family:'Cormorant Garamond',serif;font-size:24px;line-height:1.45;
  color:#4E423A;margin-bottom:14px!important}
.aob-quote p:last-child{font-family:'IBM Plex Mono',monospace;font-size:11px;color:#8B7362}

.aob-faq{border-top:1px solid #DCCDBF}
.aob-faq-item{border-bottom:1px solid #DCCDBF;padding:26px 0;display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(280px,100%),1fr));gap:40px}
.aob-faq-item h3{font-size:18px;font-weight:600;color:#2E251F;line-height:1.45}
.aob-faq-item p{font-size:16.5px;line-height:1.7;color:#4E423A;text-wrap:pretty}

@media (max-width:640px){
  .aob-wrap{padding:0 18px}
  .aob-sec{padding-top:60px;padding-bottom:60px}
  .aob-sec-sm{padding-top:56px;padding-bottom:56px}
  .aob-two{gap:34px}
  /* Am Handy untereinander: Zeit, dann der Kursname groß, dann Raum und Art
     nebeneinander. Vorher quetschte sich der Kursname in eine halbe Spalte. */
  .aob-row{display:flex;flex-wrap:wrap;align-items:baseline;gap:4px 12px;padding:18px 20px}
  .aob-row span:nth-child(1){flex:1 0 100%}
  .aob-row span:nth-child(2){flex:1 0 100%;font-size:23px;line-height:1.25}
  .aob-row span:nth-child(3),
  .aob-row span:nth-child(4){flex:0 0 auto}
  .aob-btn,.aob-btn-ghost,.aob-btn-warm{width:100%;text-align:center}
}

/* --- Header / Navigation --- */
.aob-head{border-bottom:1px solid #E7DCD1;background:#FAF6F1;position:sticky;top:0;z-index:50}
.aob-head-in{max-width:1180px;margin:0 auto;padding:18px 28px;display:flex;align-items:center;
  justify-content:space-between;gap:28px}
.aob-logo{font-family:'Cormorant Garamond',serif;font-size:26px;line-height:1.1;color:#2E251F}
.aob-logo small{display:block;font-family:'IBM Plex Mono',monospace;font-size:9.5px;letter-spacing:.18em;
  text-transform:uppercase;color:#A65B3D;margin-top:3px}
.aob-nav{display:flex;align-items:center;gap:26px;flex-wrap:wrap}
.aob-nav a{font-size:15px;font-weight:500;color:#3A302A}
.aob-nav a:hover{color:#A65B3D}
.aob-nav .current-menu-item>a{color:#A65B3D}

/* Untermenue: Kursseiten unter "Kurse" — Klappmenue ab 901px */
.aob-nav li{position:relative}
.aob-nav .menu-item-has-children>a::after{content:'\25BE';margin-left:6px;font-size:11px;color:#A65B3D}
.aob-nav .sub-menu{position:absolute;top:100%;left:-18px;z-index:60;display:none;min-width:212px;
  margin:0;padding:10px 0;list-style:none;background:#FAF6F1;border:1px solid #E7DCD1;
  box-shadow:0 10px 28px rgba(46,37,31,.10)}
.aob-nav li:hover>.sub-menu,.aob-nav li:focus-within>.sub-menu{display:block}
.aob-nav .sub-menu a{display:block;padding:9px 20px;font-size:14.5px;white-space:nowrap}
.aob-nav .sub-menu a:hover{background:#F2E9E0;color:#A65B3D}
.aob-burger{display:none;background:none;border:1px solid #C9B7A7;padding:10px 14px;font-size:14px;
  font-weight:600;color:#3A302A;border-radius:2px;cursor:pointer}
@media (max-width:900px){
  .aob-burger{display:block}
  /* .aob-nav ist selbst die Liste — deshalb hier auch ihre eigene
     Einrückung und die Aufzählungspunkte zurücksetzen. */
  .aob-nav{display:none;width:100%;flex-direction:column;align-items:flex-start;gap:0;
    border-top:1px solid #E7DCD1;margin-top:16px;padding:8px 0 0;list-style:none}
  .aob-nav.is-open{display:flex}
  .aob-nav ul{list-style:none;margin:0;padding:0}
  .aob-nav li{width:100%;border-bottom:1px solid #EFE4D9;list-style:none}
  .aob-nav a{display:block;padding:14px 0;font-size:16px}
  .aob-nav .sub-menu{position:static;display:block;min-width:0;margin:0;padding:0;
    background:transparent;border:0;box-shadow:none}
  .aob-nav .sub-menu li:last-child{border-bottom:0}
  .aob-nav .sub-menu a{padding:11px 0 11px 18px;font-size:15px;color:#6B5B4E}
  .aob-nav .menu-item-has-children>a::after{content:''}
  .aob-head-in{flex-wrap:wrap}
}

/* --- Footer --- */
.aob-foot{background:#2E251F;color:#D8C8BA;font-size:15px;line-height:1.7}
.aob-foot-in{max-width:1180px;margin:0 auto;padding:64px 28px 30px;display:grid;
  grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px}
.aob-foot h4{font-family:'IBM Plex Mono',monospace;font-size:10.5px;letter-spacing:.16em;
  text-transform:uppercase;color:#A8917E;margin:0 0 16px;font-weight:400}
.aob-foot a{color:#D8C8BA;text-decoration:none}
.aob-foot a:hover{color:#EBB392}
.aob-foot ul{list-style:none;margin:0;padding:0;display:grid;gap:9px}
.aob-foot .aob-foot-marke{font-family:'Cormorant Garamond',serif;font-size:23px;letter-spacing:.14em;
  text-transform:uppercase;color:#F6EDE4;margin:0 0 16px;font-weight:400}
.aob-foot-kontakt a{border-bottom:1px solid #4A3C33;padding-bottom:3px}
.aob-foot-kontakt a:hover{border-bottom-color:#EBB392}
.aob-foot-bar{max-width:1180px;margin:0 auto;padding:22px 28px 44px;border-top:1px solid #4A3C33;
  display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;font-size:13px;color:#A8917E}

/* --- Innenseiten --- */
.aob-hero{border-bottom:1px solid #E7DCD1;padding:76px 0 64px}
.aob-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1px;
  background:#E7DCD1;border:1px solid #E7DCD1}
.aob-fact{background:#FAF6F1;padding:22px}
.aob-fact dt{font-family:'IBM Plex Mono',monospace;font-size:10.5px;letter-spacing:.14em;
  text-transform:uppercase;color:#A65B3D;margin-bottom:7px}
.aob-fact dd{margin:0;font-size:16.5px;color:#3A302A;line-height:1.5}
.aob-list{list-style:none;padding:0;margin:0;display:grid;gap:12px}
.aob-list li{padding-left:20px;position:relative;font-size:17px;line-height:1.65;color:#4E423A}
.aob-list li::before{content:'';position:absolute;left:0;top:11px;width:7px;height:1px;background:#A65B3D}
.aob-steps{list-style:none;padding:0;margin:0;counter-reset:s;display:grid;gap:18px}
.aob-steps li{counter-increment:s;padding-left:44px;position:relative;font-size:17px;
  line-height:1.65;color:#4E423A}
.aob-steps li::before{content:counter(s);position:absolute;left:0;top:-2px;
  font-family:'Cormorant Garamond',serif;font-size:26px;color:#A65B3D}
.aob-prose h2{font-family:'Cormorant Garamond',serif;font-weight:300;font-size:34px;color:#2E251F;
  margin:48px 0 16px;line-height:1.15}
.aob-prose h3{font-size:19px;font-weight:600;color:#2E251F;margin:32px 0 10px}
.aob-prose p{font-size:17.5px;line-height:1.72;color:#4E423A;margin:0 0 18px;max-width:36em;
  text-wrap:pretty}
.aob-prose ul,.aob-prose ol{margin:0 0 18px;padding-left:22px}
.aob-prose li{font-size:17.5px;line-height:1.7;color:#4E423A;margin-bottom:8px}
.aob-prose a{color:#A65B3D;border-bottom:1px solid rgba(166,91,61,.4)}
.aob-prose img{max-width:100%;height:auto}

/* --- Team als Kartenraster (Shortcode [team]) --- */
.aob-team-karten{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(300px,100%),1fr));
  border:1px solid #E7DCD1;background:#E7DCD1;gap:1px}
.aob-karte{display:flex;gap:20px;padding:26px;background:#FAF6F1}
.aob-karte-bild{flex:0 0 92px}
.aob-karte-bild .aob-ph{aspect-ratio:3/4;padding:10px}
.aob-karte-bild .aob-ph span{font-size:9.5px}
.aob-karte-bild .aob-img{aspect-ratio:3/4}
.aob-karte-text{min-width:0}
.aob-karte .aob-karte-name{font-family:'Cormorant Garamond',serif;font-size:27px;font-weight:400;
  color:#2E251F;margin:0 0 4px;line-height:1.15}
.aob-karte .aob-karte-rolle{font-family:'IBM Plex Mono',monospace;font-size:10.5px;letter-spacing:.11em;
  text-transform:uppercase;color:#A65B3D;margin:0 0 14px;line-height:1.5}
.aob-karte .aob-karte-bio{font-size:15.5px;line-height:1.65;color:#4A3F38;margin:0;max-width:none}
.aob-karte .aob-karte-kurse{font-size:13.5px;line-height:1.6;color:#8B7362;margin:14px 0 0;max-width:none}
@media (max-width:560px){
  .aob-karte{flex-direction:column;gap:16px}
  .aob-karte-bild{flex:0 0 auto;max-width:120px}
}

/* --- Hinweisbox, z. B. "Wir suchen Verstaerkung" --- */
.aob-hinweisbox{background:#F3EAE1;padding:34px 36px;margin:44px 0 0;
  display:grid;grid-template-columns:repeat(auto-fit,minmax(min(260px,100%),1fr));gap:28px;align-items:center}
.aob-hinweisbox h2,.aob-hinweisbox h3{font-family:'Cormorant Garamond',serif;font-weight:400;
  font-size:30px;color:#2E251F;margin:0 0 12px}
.aob-hinweisbox p{font-size:16px;line-height:1.7;color:#4A3F38;margin:0;max-width:none}

/* --- Seite Praeventionskurse (template-praevention.php) --- */
.aob-praev-kopf{padding:96px 0 100px}
.aob-praev-kopf .aob-label{color:#D79A79;margin:0 0 26px}
.aob-praev-kopf .aob-h1{color:#F6EDE4;margin:0 0 30px;max-width:16em}
.aob-praev-kopf .aob-lead{color:#D8C8BA;max-width:40em;margin:0}

.aob-praev-raster{display:grid;grid-template-columns:1fr 1fr;
  border:1px solid #E7DCD1;background:#E7DCD1;gap:1px}
.aob-praev-karte{display:block;background:#FAF6F1;padding:34px 36px;transition:background .15s}
.aob-praev-karte:hover{background:#F5EEE6}
.aob-praev-karte h3{font-family:'Cormorant Garamond',serif;font-weight:400;font-size:30px;
  color:#2E251F;margin:0 0 14px;line-height:1.15}
.aob-praev-karte p{font-size:16px;line-height:1.7;color:#4E423A;margin:0}
.aob-praev-karte .aob-praev-meta{font-family:'IBM Plex Mono',monospace;font-size:12px;
  letter-spacing:.06em;color:#A65B3D;margin:18px 0 0}

.aob-schritte{list-style:none;margin:0;padding:0;display:grid;
  grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:34px}
.aob-schritte li{border-top:1px solid #A65B3D;padding-top:18px}
.aob-schritt-nr{display:block;font-family:'IBM Plex Mono',monospace;font-size:12px;
  letter-spacing:.14em;color:#A65B3D;margin-bottom:16px}
.aob-schritte h3{font-family:'Cormorant Garamond',serif;font-weight:400;font-size:26px;
  color:#2E251F;margin:0 0 12px;line-height:1.2}
.aob-schritte p{font-size:15.5px;line-height:1.65;color:#4E423A;margin:0}

.aob-praev-fragen{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(300px,100%),1fr));gap:52px;
  align-items:start}
.aob-praev-fragenliste{display:flex;flex-direction:column}
.aob-praev-fragenliste>div{border-top:1px solid #DCC9B6;padding:24px 0}
.aob-praev-fragenliste>div:last-child{border-bottom:1px solid #DCC9B6}
.aob-praev-fragenliste h3{font-size:17px;font-weight:600;color:#2E251F;margin:0 0 10px;line-height:1.45}
.aob-praev-fragenliste p{font-size:16px;line-height:1.72;color:#4E423A;margin:0}

@media (max-width:760px){
  .aob-praev-kopf{padding:64px 0 66px}
  .aob-praev-karte{padding:26px 24px}
  .aob-praev-raster{grid-template-columns:1fr}
}

/* --- Anmeldeformular (Jetpack-Formularblock in der Seite) -----------------
   Der Block bringt kein eigenes Aussehen mit, deshalb steht hier alles:
   Felder, Auswahl, Absendeknopf und die Zustände nach dem Abschicken.
   Die Klassen submission-success, show-errors und has-errors setzt Jetpack
   selbst — nur damit werden Bestätigung und Fehlermeldungen sichtbar. */
.aob-formular{background:#F3EAE1;border:1px solid #E7DCD1;padding:36px 34px 32px;margin:8px 0 0}
.aob-prose .aob-formular-intro{font-size:16.5px;line-height:1.65;color:#4E423A;margin:0 0 26px;max-width:38em}
.aob-prose .aob-formular-fuss{font-size:14.5px;line-height:1.6;color:#6B5A4E;margin:24px 0 0;max-width:40em}

.aob-formular .jetpack-contact-form-container{max-width:600px}
.aob-formular .contact-form{margin:0}
.aob-formular .wp-block-jetpack-contact-form{display:flex;flex-direction:column;align-items:stretch;
  gap:20px;margin:0;padding:0}
.aob-formular .grunion-field-wrap{margin:0;width:100%;max-width:100%}

.aob-formular label:not(.checkbox):not(.radio),
.aob-formular legend,
.aob-formular .grunion-field-label:not(.checkbox):not(.radio){display:block;font-family:'IBM Plex Mono',monospace;font-size:11px;
  letter-spacing:.11em;text-transform:uppercase;color:#6B5A4E;margin:0 0 8px;font-weight:400;line-height:1.5;
  padding:0;float:none}
.aob-formular .grunion-label-required{color:#A65B3D;text-transform:none;letter-spacing:0;
  font-family:Karla,system-ui,sans-serif;font-size:12px;margin-left:6px}
.aob-formular fieldset{border:0;margin:0;padding:0;min-width:0}

.aob-formular input[type="text"],
.aob-formular input[type="email"],
.aob-formular input[type="tel"],
.aob-formular input[type="url"],
.aob-formular select,
.aob-formular textarea{width:100%;max-width:100%;font-family:Karla,system-ui,sans-serif;font-size:16px;
  line-height:1.5;color:#3A302A;background:#FAF6F1;border:1px solid #D8C8BA;border-radius:2px;
  padding:12px 14px;box-shadow:none;transition:border-color .15s,box-shadow .15s}
.aob-formular textarea{min-height:150px;height:150px;resize:vertical}
.aob-formular input:focus,
.aob-formular select:focus,
.aob-formular textarea:focus{outline:none;border-color:#A65B3D;box-shadow:0 0 0 3px rgba(166,91,61,.14)}

/* Auswahlknöpfe und Einwilligung: Kästchen neben dem Text, nicht darüber */
.aob-formular .grunion-radio-options,
.aob-formular .grunion-checkbox-options{display:flex;flex-direction:column;gap:9px}
.aob-formular p.contact-form-field,
.aob-formular .contact-form__checkbox-wrap{display:flex;align-items:flex-start;gap:11px;margin:0;
  font-size:16px;line-height:1.55}
.aob-formular .grunion-radio-label,
.aob-formular .grunion-checkbox-label,
.aob-formular label.checkbox,
.aob-formular label.radio{font-family:Karla,system-ui,sans-serif;font-size:16px;line-height:1.55;
  letter-spacing:0;text-transform:none;color:#4E423A;margin:0;text-wrap:pretty}
.aob-formular input[type="checkbox"],
.aob-formular input[type="radio"]{width:18px;height:18px;flex:0 0 18px;margin:1px 0 0;
  accent-color:#A65B3D;background:#FAF6F1}

.aob-formular button[type="submit"],
.aob-formular input[type="submit"],
.aob-formular .wp-block-jetpack-button button{display:inline-block;width:auto;align-self:flex-start;
  background:#A65B3D;color:#FFF9F4;border:0;border-radius:2px;padding:15px 30px;
  font-family:Karla,system-ui,sans-serif;font-size:15px;font-weight:600;letter-spacing:0;
  text-transform:none;cursor:pointer;transition:background .15s}
.aob-formular button[type="submit"]:hover,
.aob-formular input[type="submit"]:hover{background:#7E4128;color:#FFF9F4}

/* Fehlermeldungen erscheinen erst, wenn Jetpack sie freigibt */
.aob-formular .contact-form__error,
.aob-formular .contact-form__input-error{display:none;font-family:Karla,system-ui,sans-serif;
  font-size:14.5px;line-height:1.5;color:#8C3A20;text-transform:none;letter-spacing:0;margin:6px 0 0}
.aob-formular .contact-form__error.show-errors,
.aob-formular .contact-form__input-error.has-errors{display:block}
.aob-formular input[aria-invalid="true"],
.aob-formular select[aria-invalid="true"],
.aob-formular textarea[aria-invalid="true"]{border-color:#8C3A20}

/* Nach dem Abschicken: Formular weg, Bestätigung da */
.aob-formular .contact-form-submission{display:none}
.aob-formular .contact-form-submission.submission-success{display:block}
.aob-formular .contact-form.submission-success{display:none}
.aob-formular .contact-form-submission .go-back-message{margin:0 0 14px}
.aob-formular .contact-form-submission a{color:#A65B3D;font-weight:600}
.aob-formular .contact-form-submission h4{font-family:'Cormorant Garamond',serif;font-weight:400;
  font-size:28px;color:#2E251F;margin:0 0 16px;line-height:1.2}
.aob-formular .contact-form-submission p{font-size:16px;line-height:1.6;color:#4E423A;margin:0 0 8px}

@media(max-width:620px){
  .aob-formular{padding:26px 20px 24px}
  /* Der Block-Rahmen um den Knopf wächst nicht von allein mit — ohne ihn
     bliebe der Knopf schmal, egal was am Knopf selbst steht. */
  .aob-formular .wp-block-jetpack-button,
  .aob-formular .wp-block-button{width:100%}
  .aob-formular button[type="submit"],
  .aob-formular input[type="submit"]{width:100%;text-align:center}
}

/* --- Aktuelles: Hinweisleiste (unter dem Hero) --- */
.aob-hinweis{display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center;
  border:1px solid #A65B3D;background:#FDF9F5;padding:24px 26px;margin-top:56px}
.aob-hinweis-typ{display:flex;align-items:center;gap:10px;font-family:'IBM Plex Mono',monospace;
  font-size:10.5px;letter-spacing:.16em;text-transform:uppercase;color:#A65B3D;margin:0 0 9px}
.aob-hinweis-typ::before{content:'';width:6px;height:6px;background:#A65B3D;border-radius:50%;flex:none}
.aob-hinweis h2{font-family:'Cormorant Garamond',serif;font-weight:300;font-size:30px;line-height:1.12;
  color:#2E251F;margin:0 0 9px}
.aob-hinweis p{font-size:15.5px;line-height:1.6;color:#6B5A4E;margin:0;max-width:44em}
@media (max-width:700px){
  .aob-hinweis{grid-template-columns:1fr;gap:20px;margin-top:40px}
  .aob-hinweis .aob-btn{width:100%;text-align:center}
}

/* --- Aktuelles: Abschnitt --- */
.aob-akt{display:grid;gap:1px;background:#E7DCD1;border:1px solid #E7DCD1}
.aob-akt-item{background:#FAF6F1;padding:26px 24px;display:grid;
  grid-template-columns:122px 1fr auto;gap:24px;align-items:center}
.aob-akt-item:last-child{background:#F3EAE1}
.aob-akt-zeit{border-right:1px solid #E7DCD1;padding-right:20px}
.aob-akt-item:last-child .aob-akt-zeit{border-right-color:#DCCDBF}
.aob-akt-zeit b{display:block;font-family:'Cormorant Garamond',serif;font-size:34px;line-height:1;
  font-weight:400;color:#A65B3D;margin-bottom:3px}
.aob-akt-zeit span{font-family:'IBM Plex Mono',monospace;font-size:10.5px;letter-spacing:.12em;
  color:#8B7362}
.aob-akt-typ{font-family:'IBM Plex Mono',monospace;font-size:10.5px;letter-spacing:.14em;
  text-transform:uppercase;color:#A65B3D;margin:0 0 6px}
.aob-akt-titel{font-family:'Cormorant Garamond',serif;font-size:27px;line-height:1.15;color:#2E251F;
  margin:0 0 7px}
.aob-akt-text{font-size:15px;line-height:1.6;color:#6B5A4E;margin:0}
.aob-akt-go{font-size:14.5px;font-weight:600;color:#A65B3D;white-space:nowrap}
.aob-akt-go:hover{color:#7E4128}
@media (max-width:700px){
  .aob-akt-item{grid-template-columns:1fr;gap:14px;padding:24px 20px}
  .aob-akt-zeit{border-right:0;padding-right:0;display:flex;align-items:baseline;gap:10px}
  .aob-akt-zeit b{font-size:26px;margin-bottom:0}
}

/* --- Seite "Über Karin" (template-ueber.php) --- */
.aob-ueber{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}
.aob-ueber-text{min-width:0}
.aob-ueber-seite{min-width:0;display:flex;flex-direction:column;gap:22px}
.aob-ueber .aob-h1{font-size:clamp(34px,3.8vw,52px)}
.aob-ueber .aob-prose p{max-width:none}
.aob-ueber-seite .aob-ph{aspect-ratio:3/4;padding:18px}

.aob-zitat{background:#F3EAE1;padding:26px 28px}
.aob-ueber .aob-zitat-satz{font-family:'Cormorant Garamond',serif;font-size:24px;font-style:italic;
  line-height:1.3;color:#A65B3D;margin:0 0 10px}
.aob-ueber .aob-zitat-text{font-size:14.5px;line-height:1.6;color:#6B5A4E;margin:0}

.aob-quali{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:#E7DCD1;border:1px solid #E7DCD1}
.aob-quali-zelle{background:#FAF6F1;padding:20px 22px}
.aob-ueber .aob-quali-zeit{font-family:'IBM Plex Mono',monospace;font-size:10.5px;letter-spacing:.14em;
  text-transform:uppercase;color:#A65B3D;margin:0 0 7px;line-height:1.4}
.aob-ueber .aob-quali-was{font-size:15.5px;line-height:1.5;color:#3A302A;margin:0;text-wrap:pretty}

@media(max-width:820px){
  .aob-ueber{grid-template-columns:1fr;gap:40px}
  .aob-ueber-seite{order:-1}
}
@media(max-width:520px){
  .aob-quali{grid-template-columns:1fr}
}

/* --- WhatsApp-Zeichen vor der Beschriftung ---
   Nimmt die Farbe des Knopfes an, damit nichts aus der Palette fällt. */
.aob-wa-icon{width:1.05em;height:1.05em;vertical-align:-.17em;margin-right:.5em;flex:none}
.aob-foot-kontakt .aob-wa-icon{margin-right:.45em;vertical-align:-.15em}

/* --- Seite FAQ (template-faq.php) --- */
.aob-faq-titel{margin:0 0 20px;max-width:16em;font-size:clamp(34px,4.2vw,58px)}
.aob-faq-lead{margin:0 0 8px;max-width:46em}

.aob-faqseite{margin-top:50px}
.aob-faq-zeile{display:grid;grid-template-columns:1fr 1fr;gap:52px;
  padding:26px 0;border-top:1px solid #E7DCD1}
.aob-faqseite .aob-faq-frage{font-family:Karla,system-ui,sans-serif;font-size:16.5px;font-weight:600;
  line-height:1.45;color:#2E251F;margin:0;text-wrap:pretty}
.aob-faqseite .aob-faq-antwort p{font-size:16px;line-height:1.7;color:#6B5A4E;margin:0;text-wrap:pretty}
.aob-faqseite .aob-faq-antwort a{color:#A65B3D;border-bottom:1px solid rgba(166,91,61,.4)}
.aob-faqseite .aob-faq-antwort a:hover{color:#7E4128}

/* Zwischenüberschrift, wenn in daten.php eine 'gruppe' gesetzt ist */
.aob-faqseite .aob-faq-gruppe{font-family:'IBM Plex Mono',monospace;font-size:10.5px;letter-spacing:.16em;
  text-transform:uppercase;color:#A65B3D;margin:44px 0 0}
.aob-faqseite .aob-faq-gruppe:first-child{margin-top:0}

@media(max-width:760px){
  .aob-faq-zeile{grid-template-columns:1fr;gap:12px;padding:22px 0}
}

/* --- Yogaretreat (template-retreat.php) --- */
.aob-retreat-eck{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(240px,100%),1fr));
  gap:1px;background:#E7DCD1;border:1px solid #E7DCD1}
.aob-retreat-karte{background:#FAF6F1;padding:30px 28px}
.aob-retreat-kasse{background:#F3EAE1}
.aob-retreat-eck .aob-retreat-preis{font-family:'Cormorant Garamond',serif;font-size:40px;line-height:1;
  color:#2E251F;margin:10px 0 10px}
.aob-retreat-kasse .aob-retreat-preis{color:#A65B3D}
.aob-retreat-eck .aob-retreat-klein{font-size:14.5px;line-height:1.55;color:#6B5A4E;margin:0}

.aob-retreat-fruehbucher{background:#A65B3D;color:#FFF9F4;font-size:15.5px;font-weight:600;
  padding:15px 24px;margin:1px 0 0;text-wrap:pretty}

.aob-retreat-fakten{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(220px,100%),1fr));
  gap:34px;margin:48px 0 0}
.aob-retreat-fakten p:not(.aob-tag){font-size:16px;line-height:1.65;color:#4E423A;margin:8px 0 0}

.aob-retreat-motto{font-family:'Cormorant Garamond',serif;font-size:26px;font-style:italic;
  color:#A65B3D;margin:48px 0 0;max-width:24em;text-wrap:pretty}
.aob-retreat-buchen{display:flex;flex-wrap:wrap;gap:12px;margin:48px 0 0}

/* --- Lageplan (Kurzbefehl [karte]) --- */
.aob-lageplan{border:1px solid #E7DCD1;background:#F3EAE1;margin:34px 0}
.aob-lageplan-vorschau{padding:34px 30px;display:flex;flex-direction:column;align-items:flex-start;gap:20px}
.aob-lageplan-adresse{font-size:16.5px;line-height:1.7;color:#4E423A;margin:0}
.aob-lageplan-adresse span{color:#8A7261}
.aob-lageplan-hinweis{font-size:14px;line-height:1.6;color:#8A7261;margin:0}
.aob-lageplan-hinweis a{color:#A65B3D;border-bottom:1px solid rgba(166,91,61,.4)}
.aob-lageplan iframe{display:block;width:100%;height:420px;border:0}
.aob-lageplan-offen{background:none}
@media(max-width:600px){
  .aob-lageplan-vorschau{padding:26px 22px}
  .aob-lageplan iframe{height:320px}
}

/* --- Jetpack-Telefonfeld: Länderliste unter dem Feld halten ---
   Jetpack legt die Liste mit position:absolute und top:100% an, setzt aber
   selbst keinen positionierten Rahmen darum. Ohne den bezieht sich die Liste
   auf die ganze Seite und landet am unteren Rand. Eine Zeile genügt. */
.wp-block-jetpack-field-phone .jetpack-field__input-phone-wrapper,
.wp-block-jetpack-field-telephone .jetpack-field__input-phone-wrapper{position:relative}
