/* =====================================================================
   bausteine.css — Aussehen der Bausteine aus dem Seiten-Editor
   ---------------------------------------------------------------------
   Frueher steckte dieses CSS in assets/blocks.js und wurde erst nach dem
   Laden per JavaScript eingefuegt. Als echte Datei kommt es zusammen mit
   der Seite an: kein Nachladen, kein Aufblitzen ungestylter Inhalte.
   ===================================================================== */

.owlbk{
  --bk-gold:#c39a4a;
  --bk-gold-soft:#e2c179;
  --bk-ink:#23201b;
  --bk-muted:#6b6558;
  --bk-line:rgba(140,120,80,.22);
  max-width:1120px;margin:0 auto;padding:0 22px;color:var(--bk-ink);
}
/* In der freien Flaeche der Startseite sorgt bereits .wrap fuer die
   Breite – dann darf .owlbk nicht ein zweites Mal einruecken. */
.pbzone .owlbk{max-width:none;padding:0}
.pbzone:empty{display:none}

.owlbk section{margin:52px 0}
.owlbk .bk-kicker{display:block;font-size:.72rem;letter-spacing:.24em;text-transform:uppercase;
  color:var(--bk-gold);margin-bottom:10px;font-weight:600}
.owlbk h2.bk-h{font-family:'Cochin','Baskerville','Constantia','Palatino Linotype',Georgia,'Times New Roman',serif;
  font-weight:400;font-size:clamp(1.7rem,3.4vw,2.5rem);line-height:1.15;margin:0}
.owlbk h2.bk-h em{font-style:italic;color:var(--bk-gold)}
.owlbk .bk-center{text-align:center}
.owlbk .bk-text{font-size:1.06rem;line-height:1.75;max-width:760px}
.owlbk .bk-text.bk-center{margin-left:auto;margin-right:auto}
.owlbk .bk-text p{margin:0 0 1em}
.owlbk .bk-text p:last-child{margin-bottom:0}

.owlbk figure.bk-figure{margin:0}
.owlbk figure.bk-figure img{width:100%;height:auto;display:block;border-radius:12px}
.owlbk figure.bk-figure figcaption{font-size:.86rem;color:var(--bk-muted);margin-top:9px;font-style:italic}

.owlbk .bk-split{display:grid;grid-template-columns:1fr 1fr;gap:38px;align-items:center}
.owlbk .bk-split.bk-rev .bk-split-media{order:2}
.owlbk .bk-split img{width:100%;height:100%;max-height:460px;object-fit:cover;border-radius:12px;display:block}
.owlbk .bk-split h3{font-family:'Cochin','Baskerville','Constantia','Palatino Linotype',Georgia,serif;
  font-weight:400;font-size:1.6rem;margin:0 0 12px;line-height:1.2}

.owlbk .bk-cta{background:linear-gradient(135deg,#1c1913,#2a2418);color:#f3ecdd;
  border:1px solid var(--bk-line);border-radius:16px;padding:44px 40px;text-align:center}
.owlbk .bk-cta h3{font-family:'Cochin','Baskerville','Constantia','Palatino Linotype',Georgia,serif;
  font-weight:400;font-size:clamp(1.5rem,3vw,2.1rem);margin:0 0 12px}
.owlbk .bk-cta h3 em{font-style:italic;color:var(--bk-gold-soft)}
.owlbk .bk-cta p{max-width:620px;margin:0 auto 22px;line-height:1.7;color:#d9d0bd}
.owlbk .bk-btn{display:inline-block;background:var(--bk-gold);color:#141310;padding:14px 30px;
  border-radius:8px;font-weight:600;letter-spacing:.03em;text-decoration:none;transition:.15s}
.owlbk .bk-btn:hover{background:var(--bk-gold-soft)}

.owlbk blockquote.bk-quote{margin:0;padding:8px 0 8px 26px;border-left:3px solid var(--bk-gold);
  font-family:'Cochin','Baskerville','Constantia','Palatino Linotype',Georgia,serif;
  font-style:italic;font-size:1.4rem;line-height:1.5;color:#3a3529}
.owlbk blockquote.bk-quote cite{display:block;margin-top:14px;font-size:.9rem;font-style:normal;
  color:var(--bk-muted);letter-spacing:.04em}

.owlbk .bk-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px}
.owlbk .bk-gallery img{width:100%;height:190px;object-fit:cover;border-radius:10px;display:block}

.owlbk .bk-divider{border:0;height:1px;background:var(--bk-line);max-width:120px;margin:8px auto}

@media(max-width:760px){
  .owlbk .bk-split{grid-template-columns:1fr;gap:20px}
  .owlbk .bk-split.bk-rev .bk-split-media{order:0}
  .owlbk section{margin:36px 0}
  .owlbk .bk-cta{padding:32px 22px}
}
