/* ===== INCRAST – PAGE: Coaching für Führung & Teams ===================
   Präfix: .pg-coach
   Sektionen: .pg-coach-hero / -intro / -pakete / -faq(optional) / -cta
   ===================================================================== */

.pg-coach-hero .el-meta{ color:var(--c-accent); font-weight:600; letter-spacing:.06em; }
.pg-coach-hero h1{ font-size: clamp(28px, 3.2vw + 10px, 46px); line-height:1.16; }
.pg-coach-intro{ max-width: 980px; margin: 0 auto; }

/* Paket-Karten */
.pg-coach-pakete .uk-card{ border-radius:14px; box-shadow:0 14px 38px rgba(0,0,0,.06); }
.pg-coach-pakete .uk-card .el-meta{ color:var(--c-accent); }
.pg-coach-cta .uk-button{ border-radius:999px; }




/* Overlay-Kachel (wie Startseite) */
.pg-coach-hero .uk-overlay-default{
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 16px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(3px);
  background: rgba(255,255,255,.78);
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
}

/* Falls YOOtheme die Position zentral setzt: sauber zentrieren */
.pg-coach-hero [class*="uk-position-center"]{
  left: 50%;
  transform: translate(-50%, -50%);
}


/* Overlay-Breite & Padding je Breakpoint */
@media (min-width:1600px){ .start-hero .uk-overlay-default{ padding:60px 62px 40px; } }
@media (min-width:1200px) and (max-width:1599px){ .pg-coach-hero .uk-overlay-default{ max-width:920px; padding:64px 64px 40px; } }
@media (min-width:960px) and (max-width:1199px){ .pg-coach-hero .uk-overlay-default{ max-width:820px; padding:56px 56px 36px; } }
@media (min-width:640px) and (max-width:959px){ .pg-coach-hero .uk-overlay-default{ max-width:560px; padding:48px 40px 28px; } }
@media (max-width:639px){ .pg-coach-hero .uk-overlay-default{ max-width:92vw; padding:22px 18px 22px; } }

/* Topline (el-meta) und H1 – Basis */
.pg-coach-hero .el-meta{
  color: #6e6b66;
  font-weight: 600;
  font-size: .95em;
  letter-spacing: .14em;
  text-transform: uppercase;
  opacity: .75;
  margin-bottom: .35rem;
}

.pg-coach-hero h1{
  letter-spacing: .01em;
  line-height: 1.15;
   margin-bottom: .35rem;
}


/* ---------- Content aus deinem HTML: Subline & subline-2 ---------- */
/* Tipp: dein HTML-Wrapper heißt .start-leistungen-hero */
.pg-coach-hero .start-leistungen-hero .hero-subline {
  font-family: var(--ff-sans, "Raleway", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
  color: #1f2a38;
}

/* Abstände */
.pg-coach-hero .start-leistungen-hero .hero-subline{
  margin-bottom: .35rem;
}
.pg-coach-hero .start-leistungen-hero .hero-subline-2{
  margin-bottom: 28px;
}
/* Subline-2 hervorgehoben */
.pg-coach-hero .start-leistungen-hero .hero-subline-2 {
  font-weight: 600;          /* mittelstark, nicht fett */
  line-height: 1.25;
  text-transform: uppercase; /* Kapitälchen */
  letter-spacing: .065em;       /* großzügiger Abstand für Eleganz */
  color: #555;               /* dezentes Grau, anpassbar ans Farbschema */
  margin-top: 0.3em;         /* etwas Luft nach oben */
  opacity: .92;

}

/* ---------- Typo-Skalierung (analog Startseite) ---------- */
/* XS */
@media (max-width:639px){
  .pg-coach-hero .el-meta{ font-size: 12.5px; line-height: 1.25; letter-spacing: .06em; font-weight: 600; }
  .pg-coach-hero h1{ font-size: 26px; line-height: 1.16; letter-spacing: .015em; }

  .pg-coach-hero .start-leistungen-hero .hero-subline{ font-size: 19px; line-height: 1.45; font-weight: 500; }
  .pg-coach-hero .start-leistungen-hero .hero-subline-2{ font-size: 18px; line-height: 1.45; font-weight: 400; }
}

/* S */
@media (min-width:640px) and (max-width:959px){
  .pg-coach-hero .el-meta{ font-size: 13px; }
  .pg-coach-hero h1{ font-size: 28px; line-height: 1.16; }

  .pg-coach-hero .start-leistungen-hero .hero-subline{ font-size: 19px; }
  .pg-coach-hero .start-leistungen-hero .hero-subline-2{ font-size: 16px; }
}

/* M */
@media (min-width:960px){
  .pg-coach-hero .el-meta{ font-size: 13.5px; }
  .pg-coach-hero h1{ font-size: 32px; line-height: 1.16; }

  .pg-coach-hero .start-leistungen-hero .hero-subline{ font-size: 24px; line-height: 1.4;  font-weight: 500; }
  .pg-coach-hero .start-leistungen-hero .hero-subline-2{ font-size: 18px; line-height: 1.45; font-weight: 400; }
}

/* L */
@media (min-width:1200px){
  .pg-coach-hero .el-meta{ font-size: 14px; }
  .pg-coach-hero h1{ font-size: 38px; line-height: 1.16; }

  .pg-coach-hero .start-leistungen-hero .hero-subline{ font-size: 26px; }
  .pg-coach-hero .start-leistungen-hero .hero-subline-2{ font-size: 20px; }
}

/* XL */
@media (min-width:1600px){
  .pg-coach-hero .el-meta{ font-size: 15.2px; }
  .pg-coach-hero h1{ font-size: 42px; line-height: 1.14; }

  .pg-coach-hero .start-leistungen-hero .hero-subline{ font-size: 28px; }
  .pg-coach-hero .start-leistungen-hero .hero-subline-2{ font-size: 22px; }
}


.pg-coach-hero .uk-button-primary {
   margin-top: .6rem;
   padding: 10px 22px;
}


/* ===== Lernpfad – ruhiger, edler Card-Look ===== */
/* ===== Lernpfad (unabhängig von hd-timeline) ===== */
:root{
  --lp-border: #c7b08c;               /* eleganter Gold-/Bronzeton */
  --lp-bg: rgba(255,253,248,.80);     /* warmes Off-White */
  --lp-shadow: 0 10px 24px rgba(12,22,34,.10);
  --lp-shadow-hover: 0 14px 28px rgba(12,22,34,.14);
  --lp-meta: #7a8699;
}

/* Cards im Lernpfad */
.pg-lernpfad .el-item.uk-card.uk-card-default,
.pg-lernpfad .uk-card.uk-card-default.uk-card-body {
  background: var(--lp-bg) !important;
  border: 1.5px solid var(--lp-border) !important;
  border-radius: 12px !important;
  box-shadow: var(--lp-shadow) !important;
  padding: 18px 22px !important;
  overflow: visible !important;
  transition: box-shadow .25s ease, transform .25s ease !important;
}

/* Dezent anheben auf Hover */
.pg-lernpfad .uk-card.uk-card-default:hover {
  box-shadow: var(--lp-shadow-hover) !important;
  transform: translateY(-4px);
}
@media (prefers-reduced-motion: reduce){
  .pg-lernpfad .uk-card.uk-card-default{ transition: none !important; }
}

/* Meta-Zeile (kleiner, klarer, weniger Luft) */
.pg-lernpfad .el-meta{
  font-size: 12px !important;
  line-height: 1.3 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
  color: var(--lp-meta) !important;
  margin: 0 0 6px 0 !important;
}

/* Titel minimal kompakter */
.pg-lernpfad .el-title.uk-card-title{
  margin-top: .25rem !important;
  margin-bottom: .35rem !important;
}

/* Bullets – gleichmäßige Abstände */
.pg-lernpfad .el-content ul{
  list-style: circle outside !important;
  margin: 10px 0 0 18px !important;    /* Abstand Bullet ↔ Textblock */
  padding: 0 !important;
}
.pg-lernpfad .el-content li{
  margin: 3px 0 !important;           /* Abstand zwischen Punkten */
  padding-left: 2px !important;       /* minimaler Einzug hinter Bullet */
}

/* (Optional) Timeline-Linie/Marker etwas dezenter – nur falls vorhanden */
.pg-lernpfad [class*="timeline-line"]{ background: rgba(12,22,34,.10) !important; }
.pg-lernpfad [class*="timeline-icon"]{ background:#fff !important; border-color: rgba(12,22,34,.18) !important; }

/* ===== Lernpfad Text-Optimierung ===== */
.pg-lernpfad p { 
  font-size: 15px !important;          /* 1–2px kleiner */
  line-height: 1.5 !important;         /* enger, aber gut lesbar */
  color: #2a2a2a !important;           /* leicht dunkler, bessere Lesbarkeit */
  margin: 0 !important;
}

.pg-lernpfad .el-content li {
  font-size: 15px !important;          /* 1–2px kleiner */
  line-height: 1.2 !important;         /* enger, aber gut lesbar */
  color: #2a2a2a !important;           /* leicht dunkler, bessere Lesbarkeit */
  margin: 0 0 5px !important;
}

/* Meta-Zeile kräftiger machen */
.pg-lernpfad .el-meta {
  font-size: 12.5px !important;
  font-weight: 600 !important;         /* mehr Kraft */
  color: #5c6470 !important;           /* dunkleres Grau */
  letter-spacing: .05em !important;
  margin-bottom: 4px !important;
}

/* Titel minimal angepasst */
.pg-lernpfad .el-title.uk-card-title {
  font-size: 24px !important;          /* etwas kleiner, wirkt eleganter */
  line-height: 1.3 !important;
  margin-bottom: 2px !important;
}
.pg-usp .el-meta {
   color: #5c6470;
   font-weight: 600;
}
.pg-coach-timeline .el-meta{
  color: #546470;
  font-weight: 600;
}

/* Eleganter Verlaufstrenner */
.pg-finebar {
  width: 160px;                    /* Länge der Linie */
  height: 3px;                     /* Dicke */
  margin: 18px auto 26px;          /* Abstand nach oben/unten */
  background: linear-gradient(
    to right,
    rgba(180,138,90,0.9) 0%,       /* kräftiges Gold links */
    rgba(180,138,90,0.4) 40%,      /* sanft abfallend */
    rgba(180,138,90,0) 100%        /* läuft komplett aus */
  );
  border-radius: 2px;
}

/* Spine heller warmgrau */
.pg-lernpfad .hd-timeline::before,
.pg-lernpfad .hd-timeline-line{
  background: #e8e3dc;   /* fallback */
  border-color: #e8e3dc; /* falls als border umgesetzt */
}

/* Dots/Kreise neutral-elegant */
.pg-lernpfad .hd-timeline-icon-default{
  background: #fff !important;
  border: 2px solid #d8c6ad !important;   /* warmes helles Goldgrau */
  box-shadow: 0 1px 8px rgba(0,0,0,.06), 0 0 0 4px #fff; /* Lift + Weißring */
}

/* Padding etwas straffen */
.pg-lernpfad .uk-card.uk-card-default.uk-card-body{
  padding: 18px 22px !important;
}

  /* dezenter Hover, berücksichtigt die Überlappung */
  .pg-lernpfad .el-timeline-item > .el-item.uk-card.uk-card-default.uk-card-body:hover {
    transform: translateY(calc(-0.5em - 6%)) !important;
  }


/* Mobile/Tablet stacked: keine Überlappung */
@media (max-width: 959.98px) {
  .pg-lernpfad .el-timeline-item > .el-item.uk-card.uk-card-default.uk-card-body {
    transform: none !important;
    margin-top: 0 !important;
  }
}

/* Grundzustand */
.pg-lernpfad .uk-card.uk-card-default.uk-card-body {
  margin-top: -30px;                /* falls noch %-Margins gesetzt sind, neutralisieren */
}





/* compare neu   */
/* ===== INCRAST Vergleichstabelle ===== */
.incrast-compare table {
  table-layout: fixed;               /* verhindert Überlappungen bei langen Inhalten */
  width: 100%;
}
.incrast-compare th, 
.incrast-compare td {
  vertical-align: top;               /* keine Überlappung durch baseline/flex-Mix */
  line-height: 1.45;
  word-wrap: break-word;
  overflow-wrap: anywhere;
  padding: 12px 10px;
}
.incrast-compare thead th {
  position: sticky;                  /* Head bleibt beim horizontalen Scroll sichtbar */
  top: 0;
  background: #fff;
  z-index: 2;
}
.incrast-compare .col-feature { 
  width: 28%;                        /* genug Platz für Feature-Texte */
  min-width: 180px;
}
.incrast-compare td, 
.incrast-compare th {
  border-color: rgba(0,0,0,0.07);
}

/* Zebra + leichte Trennung (YOOtheme bringt schon einiges mit) */
.incrast-compare tbody tr:nth-child(odd) td {
  background: rgba(0,0,0,0.015);
}

/* Mobile Transformation: Tabelle -> Karten pro Feature-Zeile */
@media (max-width: 960px) {
  .incrast-compare table,
  .incrast-compare thead,
  .incrast-compare tbody,
  .incrast-compare th,
  .incrast-compare td,
  .incrast-compare tr { display: block; }
  
  .incrast-compare thead { 
    display: none;                   /* Header ausgeblendet; Labels unten in ::before */
  }

  .incrast-compare tbody tr {
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 12px;
    padding: 10px 12px;
    margin-bottom: 12px;
    background: #fff;
  }

  .incrast-compare td {
    display: grid;
    grid-template-columns: 120px 1fr;/* Label (Paket) links, Wert rechts */
    gap: 8px;
    padding: 8px 0;
    border: 0 !important;
  }

  .incrast-compare td.feature {
    display: block;
    font-weight: 600;
    padding-top: 4px;
    padding-bottom: 8px;
    border-bottom: 1px dashed rgba(0,0,0,0.1);
    margin-bottom: 6px;
  }

  /* Paket-Labels für die Spalten in mobiler Ansicht */
  .incrast-compare td:nth-of-type(2)::before { content: "Bronze"; font-weight: 600; }
  .incrast-compare td:nth-of-type(3)::before { content: "Silber"; font-weight: 600; }
  .incrast-compare td:nth-of-type(4)::before { content: "Gold"; font-weight: 600; }
  .incrast-compare td:nth-of-type(5)::before { content: "Platin"; font-weight: 600; }
}


/* ===== Paket-Karten ===== */
.incrast-packages .pkg {
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
}
.incrast-packages .pkg .price {
  font-size: 1.35rem;
  font-weight: 700;
  margin: 10px 0 14px;
}
.incrast-packages .pkg.bronze   { border-top: 4px solid #a46c3b; }
.incrast-packages .pkg.silver   { border-top: 4px solid #a9aeb3; }
.incrast-packages .pkg.gold     { border-top: 4px solid #c8a041; }
.incrast-packages .pkg.platin  { border-top: 4px solid #6aaecf; }

/* Optional: gleiche Höhe */
@media (min-width: 960px) {
  .incrast-packages .pkg { height: 100%; display: flex; flex-direction: column; }
  .incrast-packages .pkg .uk-button { margin-top: auto; }
}




/* ===== CTA ===== */
.incrast-cta { border-radius: 16px; }
.incrast-cta h3 { margin-bottom: 8px; }


/* === INCRAST Vergleich als Cards === */
.incrast-compare-cards { margin-block: clamp(16px, 3vw, 36px); }
.incrast-compare-cards .ic-head h3 { margin: 0 0 4px; }
.incrast-compare-cards .ic-sub { margin: 0 0 16px; color: rgba(0,0,0,.65); }

.ic-grid { row-gap: 14px; }
.ic-card { border-radius: 16px; box-shadow: 0 8px 22px rgba(0,0,0,.06); position: relative; }
.ic-card h4 { margin-top: 2px; margin-bottom: 10px; }

.ic-legend .ic-card { position: sticky; top: 80px; }
.ic-list { list-style: none; padding: 0; margin: 0; }
.ic-list li { 
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 0; border-bottom: 1px dashed rgba(0,0,0,.08);
}
.ic-list li:last-child { border-bottom: 0; }

/* dezente Paketfarben an der Kante */
.ic-card.bronze  { border-top: 4px solid #a46c3b; }
.ic-card.silver  { border-top: 4px solid #a9aeb3; }
.ic-card.gold    { border-top: 4px solid #c8a041; }
.ic-card.platin { border-top: 4px solid #6aaecf; }

/* Empfehlung-Badge */
.ic-hot { box-shadow: 0 10px 26px rgba(0,0,0,.08); }
.ic-badge {
  position: absolute; right: 14px; top: 14px;
  font-size: 12px; padding: 4px 8px; border-radius: 999px;
  background: #111; color: #fff; letter-spacing: .02em;
}

/* Typografie & Spacing konsistent halten */
.incrast-compare-cards .ic-card .values li strong { font-weight: 700; }

/* Mobile: Legend oben, Pakete darunter, klare Lesbarkeit */
@media (max-width: 959px) {
  .ic-legend { order: -1; }
  .ic-card { border-radius: 14px; }
  .ic-list li { padding: 8px 0; }
}

/* --- INCRAST: Vergleich als Cards --- */
.incrast-compare-cards { margin-block: clamp(16px, 3vw, 36px); }
.incrast-compare-cards .ic-head h3 { margin: 0 0 4px; }
.incrast-compare-cards .ic-sub { margin: 0 0 18px; opacity:.75; }

.ic-grid { row-gap: 18px; }
.ic-card {
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(0,0,0,.06);
  height: 100%;
  display:flex; flex-direction:column;
}
.ic-card h4 { margin: 2px 0 10px; }

/* Legende bleibt oben beim Scroll nur auf großen Screens */
.ic-legend .ic-card { position: sticky; top: 84px; }

/* Liste sauber ausrichten */
.ic-list { list-style: disc; padding-left: 18px; margin: 0; }
.ic-list li { padding: 6px 0; border-bottom: 1px dashed rgba(0,0,0,.08); }
.ic-list li:last-child { border-bottom: 0; }

/* Paket-Kantenfarben (an eurem Goldton orientiert) */
.ic-card.bronze  { border-top: 4px solid #a46c3b; }
.ic-card.silver  { border-top: 4px solid #a9aeb3; }
.ic-card.gold    { border-top: 4px solid #c8a041; }
.ic-card.platin { border-top: 4px solid #6aaecf; }

/* Empfehlung-Badge */
.ic-hot { box-shadow: 0 12px 30px rgba(0,0,0,.08); }
.ic-badge {
  position:absolute; right:14px; top:14px;
  font-size:12px; padding:4px 8px; border-radius:999px;
  background:#111; color:#fff; letter-spacing:.02em;
}

/* Responsive: Karten bleiben 1:1-2-3-5 Spalten (L = 5) */
@media (max-width: 1199px) { /* UIkit @l bricht bei 1200px */
  .ic-legend .ic-card { position: static; } /* Sticky aus auf kleineren Screens */
}


/* ===== INCRAST Matrix-Karten ===== */
.incrast-matrix { margin-block: clamp(16px,3vw,36px); }
.incrast-matrix .ic-head h3{ margin:0 0 6px }
.incrast-matrix .ic-sub{ margin:0 0 18px; opacity:.75 }

/* Grundlayout: 1 Sidebar + 4 Spalten */
.incrast-matrix .ic-grid{
  display:grid;
  grid-template-columns: minmax(240px,280px) repeat(4, 1fr);
  gap: 18px;
  align-items:start;
}

/* Sticky Sidebar */
.ic-sidebar{ position:sticky; top:84px; align-self:start }
.ic-sidecard{
  background:#fff; border-radius:16px; box-shadow:0 10px 28px rgba(0,0,0,.06);
  padding:22px 20px;
}
.ic-sidecard h4{ margin:2px 0 10px }

/* Zeilenraster: überall identisch -> gleiche Zeilenhöhen */
.ic-rows{
  display:grid;
  grid-template-rows: repeat(var(--ic-rows,5), 1fr); /* Anzahl Zeilen hier steuern */
  gap: 12px;
  margin:0; padding:0; list-style:none;
}

/* Spaltenköpfe */
.ic-colhead{
  background:#fff; border-radius:16px; box-shadow:0 10px 28px rgba(0,0,0,.06);
  padding:16px 18px; font-weight:700; position:relative;
  margin-bottom:12px; border-top:4px solid transparent;
}
.ic-colhead.bronze  { border-top-color:#a46c3b; }
.ic-colhead.silver  { border-top-color:#a9aeb3; }
.ic-colhead.gold    { border-top-color:#c8a041; }
.ic-colhead.platin { border-top-color:#6aaecf; }
.ic-badge{
  position:absolute; right:14px; top:12px; font-size:12px; padding:3px 8px;
  background:#111; color:#fff; border-radius:999px; letter-spacing:.02em;
}

/* Karten je Zelle */
.ic-card{
  height:100%;
  background:#fff; border-radius:14px; box-shadow:0 8px 22px rgba(0,0,0,.06);
  padding:16px 18px; display:flex; align-items:center; justify-content:flex-start;
}

/* Sidebar-Liste optisch ruhig */
.ic-sidecard .ic-list li{
  background:#fff; border-radius:12px; box-shadow:0 6px 16px rgba(0,0,0,.05);
  padding:12px 14px; display:flex; align-items:center;
}

/* Responsive */
@media (max-width: 1199px){
  .incrast-matrix .ic-grid{ grid-template-columns: 1fr; }
  .ic-sidebar{ position:static }
  /* Mobil: pro Zeile ein Block -> Label oben, darunter 4 Karten im 2x2 */
  .ic-sidecard{ margin-bottom:8px }
  .incrast-matrix .ic-grid > .ic-col{ margin-bottom:18px }
}
@media (max-width: 959px){
  /* Alternative Mobil-Ansicht: Feature-weise */
  .incrast-matrix .ic-grid{
    display:block;
  }
  .ic-mobile{ display:none } /* optionaler Hook */
  /* Feature-Blöcke generieren */
  .incrast-matrix .ic-feature-block{ margin-bottom:16px }
}

/* Typo-Feinschliff */
.ic-colhead, .ic-sidecard h4{ font-family: inherit; }


/* Grundstruktur */
.pkg {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(0,0,0,.06);
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  text-align: center; /* Titel, Preis, Button mittig */
  border-top: 4px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.pkg:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0,0,0,.08);
}

/* Titel */
.pkg .uk-card-title {
  margin: 0 0 14px;
  font-size: 1.4rem;
  font-weight: 700;
}

/* Feature-Liste */
.pkg .uk-list {
  list-style: none;
  padding: 0;
  margin: 0 0 14px;
}
.pkg .uk-list li {
  background: #fff;
  border: 1px solid rgba(0,0,0,.04);
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0,0,0,.05);
  padding: 10px 12px;
  margin-bottom: 8px;
  font-size: 0.95rem;
}

/* Preis & Button */
.pkg .price {
  margin-top: 18px;
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: .005em;
  white-space: nowrap;
}
.pkg .uk-button {
  border-radius: 999px;
  padding: 10px 22px;
  background: #0f172a;
  color: #fff;
  font-weight: 600;
}
.pkg .uk-button:hover {
  background: #1e293b;
  color: #fff;
}

/* Farbige Top-Kanten */
.pkg.bronze  { border-top-color: #a46c3b; }
.pkg.silver  { border-top-color: #a9aeb3; }
.pkg.gold    { border-top-color: #c8a041; }
.pkg.platin { border-top-color: #6aaecf; }

/* Staffelung der Kartenhöhen */
@media (min-width: 960px) {
  .pkg-stagger > div:nth-child(1) .pkg { margin-top: 0;    min-height: 400px; }
  .pkg-stagger > div:nth-child(2) .pkg { margin-top: 12px; min-height: 440px; }
  .pkg-stagger > div:nth-child(3) .pkg { margin-top: 24px; min-height: 480px; }
  .pkg-stagger > div:nth-child(4) .pkg { margin-top: 36px; min-height: 520px; }
}

/* Mobil: kein Stufeneffekt */
@media (max-width: 959px) {
  .pkg-stagger > div .pkg { margin-top: 0; min-height: auto; }
}

/* 1) Straffere Karte + kleinere Pills */
.pkg { padding:18px 18px; }
.pkg .uk-card-title{ margin:0 0 10px; font-size:1.3rem; }
.pkg .uk-list li{
  padding:8px 10px;
  margin-bottom:6px;
  border-radius:10px;
  box-shadow:0 5px 14px rgba(0,0,0,.05);
}

/* 2) Preis + Button kompakter, als Block zusammen */
.pkg .price{
  margin-top:14px;
  margin-bottom:6px;    /* dichter an den Button */
  font-size:1.05rem;
  font-weight:700;
  text-align:center;
  white-space:nowrap;
}
.pkg .uk-button{
  margin-top:0;         /* kein zusätzlicher Abstand mehr */
  padding: 4px 26px;
  border-radius:999px;
  align-self:center;    /* mittig */
}

/* 3) Treppen-Optik NUR über Offsets – KEINE min-height mehr */
@media (min-width:960px){
  .pkg-stagger > div:nth-child(1) .pkg{ margin-top: 0;  }
  .pkg-stagger > div:nth-child(2) .pkg{ margin-top: 10px; }
  .pkg-stagger > div:nth-child(3) .pkg{ margin-top: 20px; }
  .pkg-stagger > div:nth-child(4) .pkg{ margin-top: 30px; }

  /* falls vorher irgendwo height/min-height gesetzt wurde – neutralisieren */
  .pkg-stagger > div .pkg{ min-height:auto !important; height:auto !important; }
}

/* 4) Mobil bündig */
@media (max-width:959px){
  .pkg-stagger > div .pkg{ margin-top:0; }
}


/* Karten-Hover */
.pkg {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.pkg:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 28px rgba(0,0,0,.08);
}

/* Button-Hover */
.pkg .uk-button {
  transition: background-color 0.25s ease, transform 0.2s ease;
}
.pkg .uk-button:hover {
  background: #1a2438;   /* leicht heller als #0f172a */
  transform: scale(1.04); /* mini Zoom */
}



/* Karten allgemein */
.incrast-b2b .uk-card.mini {
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.incrast-b2b .uk-card.mini:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0,0,0,.08);
}

/* Überschrift */
.incrast-b2b .uk-card.mini h4 {
  margin: 0 0 6px;
  color: #a46c3b; /* dein Goldbraun */
  font-weight: 600;
}

/* Beschreibung */
.incrast-b2b .uk-card.mini p {
  margin-left: 4px;  /* leichter Einzug */
  margin-bottom: 10px;
  color: #444;
}

/* Preis */
.incrast-b2b .mini-price {
  margin-left: 4px;  /* ebenfalls eingerückt */
  font-weight: 700;
  margin-bottom: 14px; /* mehr Abstand nach unten */
}

/* Button */
.incrast-b2b .uk-card.mini .uk-button {
  margin-left: 4px;  /* optisch auf Linie mit Preis/Text */
  margin-top: 6px;   /* mehr Luft nach oben */
}


/* Container */
.incrast-dates { border-radius: 16px; box-shadow: 0 8px 22px rgba(0,0,0,.06); }

/* Liste als Grid */
.date-list { list-style: none; margin: 0 0 14px; padding: 0; display: grid; gap: 12px; }

/* Einzelkarte */
.date-card {
  display: grid;
  grid-template-columns: 92px 1fr;
  align-items: center;
  gap: 16px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0,0,0,.05);
  padding: 12px 14px;
}

/* Datum-Badge links */
.d-badge{
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,.06);
  background: linear-gradient(180deg, rgba(200,160,65,.10), rgba(200,160,65,.03));
  text-align: center;
  padding: 10px 6px;
  color:#0f172a;
}
.d-day{ display:block; font-size: 1.4rem; font-weight: 700; line-height: 1; }
.d-mon{ display:block; font-size:.85rem; font-weight:600; letter-spacing:.02em; }
.d-year{ display:block; font-size:.7rem; opacity:.65; }

/* Inhalt rechts */
.d-content h5{ margin:0 0 2px; font-size:1rem; }
.d-meta{ display:flex; align-items:center; gap:8px; color:#555; font-size:.9rem; }
.chip{
  padding:2px 8px; border-radius:999px; font-size:.78rem; line-height:1.6;
  border:1px solid rgba(0,0,0,.12); background:#fff;
}
.chip-online{ border-color:#c8a041; color:#c8a041; }

/* CTA unten (dein bestehender Button) */
.incrast-dates .uk-button { border-radius:999px; }

/* Responsive: bei sehr schmalen Screens Badge oben */
@media (max-width:640px){
  .date-card { grid-template-columns: 1fr; }
  .d-badge { justify-self: start; }
}


/* CTA-Button unter den Terminen */
.incrast-dates .uk-button {
  margin-top: 24px;          /* mehr Abstand nach oben */
  padding: 10px 26px;        /* etwas höher + breiter */
  font-weight: 600;          /* kräftigere Schrift */
  font-size: 0.95rem;        /* leicht größer, besser lesbar */
  border-radius: 999px;      /* bleibt pillenförmig */
}


/* =========================
   Section Spacing
========================= */
section {
  margin: 40px 0;               /* Einheitlicher Abstand zwischen Sektionen */
}

/* =========================
   Karten-Styling vereinheitlichen
========================= */
.uk-card {
  border-radius: 16px !important;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  border: none;
}

.uk-card-body {
  padding: 24px;
}

/* =========================
   Überschriften mit Finebar
   Standard: linksbündig
========================= */
.pg-pakete-head .el-title,
.pg-coach-timeline .el-title {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  color: #0f172a; /* dunkler Farbton */
  margin-bottom: 32px;
}

.pg-pakete-head .el-title::after,
.pg-coach-timeline .el-title::after {
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:72px;
  height:2px;
  background:linear-gradient(90deg,rgba(201,166,107,.7),rgba(201,166,107,0));
}

/* =========================
   Variante: Finebar mittig
   (nur wenn zusätzlich .center Klasse vergeben wird)
========================= */
.pg-pakete-head.center .el-title::after,
.pg-coach-timeline.center .el-title::after {
  left: 50%;
  transform: translateX(-50%);
}


/* Termine Coaching */
/* ---------- Termin-Karten (Lernpfad) ---------- */
/* Card-Optik für Lernpfade */
.inc-lesson {
  font-family: 'Raleway', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  padding: 18px 22px;
  border-radius: 14px;
  box-shadow: 0 6px 22px rgba(15, 23, 42, 0.06);
}

/* Titel */
.inc-lesson h3 {
  margin: 0 0 4px 0;
  color: #1f2937; /* dunkles Grau */
  font-weight: 700;
  font-size: 1.15rem;
}

/* Introzeile */
.inc-lesson .inc-intro {
  color: #6b7280; /* gedämpftes Grau */
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}

/* Akkordeon */
.inc-lesson .uk-accordion-title {
  color: #1f2937;
  font-weight: 600;
  font-family: 'Raleway', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
.inc-lesson .uk-accordion-content {
  color: #374151;
  line-height: 1.6;
}
.inc-lesson .uk-accordion > li:not(:last-child) {
  border-bottom: 1px solid rgba(15,23,42,0.06);
}

/* Card Styling */
.inc-lesson.uk-card {
  font-family: 'Raleway', sans-serif;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

/* Badge */
.date-badge {
  min-width: 60px;
  min-height: 60px;
  border-radius: 8px;
  background: #fff;
  text-align: center;
  line-height: 1.2;
  box-shadow: 0 2px 4px rgba(0,0,0,0.08);
}
.date-badge div:first-child {
  color: #C5A46D; /* Gold */
  font-size: 20px;
  font-weight: 700;
}
.date-badge div:nth-child(2) {
  color: #C5A46D; /* Gold */
  font-size: 14px;
  font-weight: 600;
}
.date-badge div:last-child {
  font-size: 11px;
  color: #555;
}

/* Meta + Intro */
.inc-lesson .meta {
  font-size: 14px;
  color: #666;
  margin-bottom: 4px;
}
.inc-lesson .intro {
  font-size: 14px; /* größer als Meta */
  color: #333;
  font-weight: 500;
  margin-bottom: 16px;
}

/* Blocküberschriften */
.inc-lesson h4 {
  font-size: 15px;
  font-weight: 600;
  color: #222; /* kein Gold */
  margin: 15px 0 5px;
}

.inc-lesson p, ul {
  margin-top: 0;
  font-size: 14px;
  font-weight: 500;
}

.date-badge {
  border: 0.5px solid #c9a76d;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  display: flex;
  flex-direction: column;
  justify-content: center; /* vertikal mittig */
}

.date-badge div:first-child {
  color: #C5A46D; /* Gold */
  font-size: 20px;
  font-weight: 700;
}
.date-badge div:nth-child(2) {
  color: #C5A46D;
  font-size: 14px;
  font-weight: 600;
}
.date-badge div:last-child {
  font-size: 11px;
  color: #555;
}

.course-footnote {
  margin-top: 30px;
  padding: 15px 20px;
  border-top: 1px solid #ddd;
  font-size: 14px;
  color: #555;
  line-height: 1;
  text-align: left;
}

.course-footnote strong {
  color: #222;
}



/* ===========================
   FOKUS-WORKSHOPS (namespaced)
   =========================== */

/* Farben falls nicht global definiert */
:root {
  --wk-gold: #b89457;           /* Gold-Akzent */
  --wk-ink:  #2c3440;           /* Dunkle Schrift */
  --wk-card-bg: #ffffff;        /* Card-Hintergrund */
}

/* Panel / Section-Rahmen */
.wk-focus .wk-panel {
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,.05);
}

/* Headline */
.wk-focus .wk-heading {
  font-family: "Raleway", var(--font-family, system-ui);
  font-weight: 700;
  color: var(--wk-gold);
  margin-bottom: 18px;
}

/* Liste der Workshops */
.wk-focus .wk-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

/* Einzel-Item als kleine Card */
.wk-focus .wk-item {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 14px 14px;
  margin: 0;
  border-radius: 14px;
  background: var(--wk-card-bg);
}

/* Badge links */
.wk-focus .wk-badge {
  flex: 0 0 54px;
  height: 54px;
  border-radius: 14px;
  border: .75px solid var(--wk-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1.05;
  color: var(--wk-gold);
  background: #fff;
}
.wk-focus .wk-badge .wk-day {
  font-family: "Raleway", var(--font-family, system-ui);
  font-weight: 800;
  font-size: 18x;
  letter-spacing: .5px;
}
.wk-focus .wk-badge .wk-mon {
  font-family: "Raleway", var(--font-family, system-ui);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .8px;
  margin-top: 2px;
}
.wk-focus .wk-badge .wk-year {
  font-family: "Raleway", var(--font-family, system-ui);
  font-weight: 600;
  color: var(--wk-ink);
  font-size: 11px;
  opacity: .75;
  margin-top: 2px;
}

/* Titel rechts */
.wk-focus .wk-title {
  margin: 0;
  font-family: "Raleway", var(--font-family, system-ui);
  font-weight: 600;
  color: var(--wk-ink);
  font-size: 16px;
  line-height: 1.25;
}

/* Fußnote */
.wk-focus .wk-footnote {
  color: rgba(44,52,64,.75);
}

/* Responsive */
@media (max-width: 959px) {
  .wk-focus .wk-item { padding: 14px 16px; }
  .wk-focus .wk-title { font-size: 14px; }
}
@media (max-width: 639px) {
  .wk-focus .wk-item {
    gap: 14px;
    padding: 12px 14px;
  }
  .wk-focus .wk-badge {
    flex-basis: 50px;
    height: 46px;
    border-radius: 12px;
  }
  .wk-focus .wk-badge .wk-day { font-size: 16px; }
  .wk-focus .wk-badge .wk-mon { font-size: 11px; }
  .wk-focus .wk-badge .wk-year { font-size: 10px; color: var(--wk-ink)}
  .wk-focus .wk-title { font-size: 17px; }
}


/* Zwei Spalten ab Tablet, eine Spalte mobil */
.wk-focus .wk-list.wk-list--two {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
@media (min-width: 700px) {
  .wk-focus .wk-list.wk-list--two {
    grid-template-columns: 1fr 1fr;
  }
}

/* Inhalt rechts neben Badge */
.wk-focus .wk-item { align-items: flex-start; }
.wk-focus .wk-body { display: grid; gap: 4px; }

/* Titel + Kurzbeschreibung */
.wk-focus .wk-title {
  margin: 0;
  font-family: "Raleway", var(--font-family, system-ui);
  font-weight: 700;
  color: var(--wk-ink);
  font-size: 19px;             /* etwas kleiner, damit 2-Spalten luftig bleibt */
  line-height: 1.25;
}
.wk-focus .wk-desc {
  margin: 0;
  color: rgba(44,52,64,.78);
  font-size: 15px;
  line-height: 1.4;
}

/* Hinweis unter der Überschrift */
.wk-focus .wk-note { color: rgba(44,52,64,.65); }


.lp-levels { margin-block: 32px; }
.lp-head h3 { margin: 0 0 6px; }
.lp-head p  { margin: 0 0 18px; opacity: .8; }
.lp-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(260px,1fr));
  gap: 16px;
}
.lp-card { padding: 18px; }
.lp-title { margin: 0 0 10px; font-size: 1.1rem; }
.lp-list { margin: 0; padding-left: 1.1em; display: grid; row-gap: 6px; }
.lp-note { margin-top: 12px; font-size: .92rem; opacity: .85; }
@media (max-width: 980px){ .lp-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px){ .lp-grid { grid-template-columns: 1fr; } }

/* Top-Border-Farben */
.border-bronze { border-top: 5px solid #a46c3b; }
.border-silver { border-top: 5px solid #a9aeb3; }
.border-gold   { border-top: 5px solid #c8a041; }
.border-platin { border-top: 5px solid #6aaecf; }

.lp-platin { margin-top: 24px; }



/* ===== Pakete: Layout & Optik (konfliktfreie Klassen) ===== */
.pkg-section { padding-top: 32px; padding-bottom: 0; }
.pkg-head .pkg-subline { opacity:.85; }

/* Grundkarte */
.pkg-card{
  background:#fff;
  border-radius:18px;
  box-shadow:0 10px 26px rgba(0,0,0,.06);
  padding:20px 18px;
  border-top:4px solid #e5e5e5;
  min-height: 260px;
  transition: transform .25s ease, box-shadow .25s ease;
  display:flex; flex-direction:column;
}
.pkg-card:hover{ transform:translateY(-6px); box-shadow:0 16px 36px rgba(0,0,0,.10); }

/* Farbstreifen oben – an Themen angelehnt */
.pkg-card--comm  { border-top-color:#a46c3b; } /* warm bronze */
.pkg-card--social{ border-top-color:#a9aeb3; } /* silver */
.pkg-card--hr    { border-top-color:#c8a041; } /* gold */
.pkg-card--lead  { border-top-color:#6aaecf; } /* teal */

.pkg-title{ margin:0 0 4px; line-height:1.2; }
.pkg-kicker{ margin:0 0 10px; font-size:.95rem; color:#6b7280; } /* neutral grey */
.pkg-list li{ margin-bottom:6px; }

/* Summary-Card */
.pkg-card--summary{
  border-top-color:#1f2a44; /* dein dunkles Blau */
  padding:22px;
}
.pkg-summary-wrap{
  display:flex; gap:24px; align-items:center; justify-content:space-between;
  flex-wrap:wrap;
}
.pkg-summary-text{ max-width: 820px; }
.pkg-tags{
  list-style:none; padding:0; margin:10px 0 0;
  display:flex; gap:10px; flex-wrap:wrap;
}
.pkg-tags li{
  font-size:.85rem; line-height:1;
  padding:8px 10px; border-radius:999px;
  background:#f5f5f7; border:1px solid #ececec;
}
.pkg-summary-cta{ text-align:right; min-width:220px; }
.pkg-hint{ max-width:360px; }

/* Responsive Feinschliff */
@media (max-width: 959px){
  .pkg-summary-cta{ text-align:left; }
}

/* Subline unter der Hauptüberschrift dunkler machen */
.coaching-subline {
  color: #333333;   /* statt hellem Grau, besser lesbar */
  font-size: 1rem;  /* optional: ein Tick größer */
  line-height: 1.5; /* bessere Lesbarkeit */
}

/* Abstand Button in der Maßgeschneidert-Card optimieren */
.massgeschneidert-card .cta-button {
  margin-top: 1rem;   /* etwas mehr Luft nach oben */
  margin-bottom: 0.5rem; /* optional, damit nicht zu viel Weißraum */
  padding: 0.5rem 1.2rem; /* Button etwas kompakter */
  font-size: 0.95rem; /* Buttontext nicht überproportioniert */
}


/* Abschnitt leicht einfärben (du hast bereits muted gesetzt) */
.pricing-section { padding-top: 48px; padding-bottom: 56px; }

/* Card-Grundstil */
.pricing-card {
  position: relative;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
  border: 1px solid rgba(0,0,0,.06);
  display: flex; flex-direction: column; /* für gleichmäßigen Footer-Abstand */
  gap: 12px;
}

/* Titel & Preis */
.pricing-title { margin: 0 0 2px; line-height: 1.25; text-align: center; font-size: 24px;}
.pricing-price {
  font-size: 22px !important;
  font-weight: 600;
  text-align: center !important;
  letter-spacing: .2px;
}

/* Bullet-Liste */
.pricing-points { margin: 6px 0 0; padding-left: 18px; }
.pricing-points li { margin-bottom: 4px; }

/* Kleintext/Fußnote unten */
.pricing-note { margin-top: auto; font-size: .9rem; opacity: .8; }

/* Termin-Chips */
.pricing-chips { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 2px; }
.uk-label-light { background: rgba(0,0,0,.06); color: inherit; }

/* optional: dezenter Hover ohne Hektik */
.pricing-card:hover { transform: translateY(-2px); transition: transform .2s ease; }

/* Barrierefreiheit: graue Texte nicht zu hell */
.pricing-card, .pricing-card p, .pricing-card li { color: #333; }


.uk-button {
  border-radius: 999px;
  padding: 10px 18px;
  font-weight: 600;
  background: #333; /* ersetze bei Bedarf */
  color: #fff;
}
.uk-button:hover { filter: brightness(1.05); }


/* --- Mobile Spacing-Fix unter den Headings --- */
.uk-heading-line { color: #333; }


.pricing-card.inhouse {
  border: 1px solid #cbbba0; /* zartes Beige/Gold passend zur CI */
  background: #fffdf9; /* ganz leicht getönt */
} 

/* Inhouse-Karten unterscheiden */
.pricing-card.inhouse {
  background: #fffdf9; /* ganz zartes Beige */
  border: 1px solid #d6c6a8; /* gold-beiger Rahmen */
  border-radius: 16px;
}

/* Optional: stärkere Abhebung beim Hover */
.pricing-card.inhouse:hover {
  box-shadow: 0 10px 22px rgba(214, 198, 168, 0.25);
  transform: translateY(-2px);
}

/* Inhouse-Badge anpassen */
.pricing-card.inhouse .uk-label {
  background: #a38347;   /* warmes Goldbraun */
  color: #fff;           /* Weiß für guten Kontrast */
  font-size: 14px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 999px;
}


/* Inhouse-Karten unterscheiden */
.pricing-card.inhouse {
  background: #fffdf9; /* zartes Beige */
  border: 1px solid #d6c6a8; /* gold-beiger Rahmen */
  border-radius: 16px;
}

.pricing-card.inhouse:hover {
  box-shadow: 0 10px 22px rgba(214, 198, 168, 0.25);
  transform: translateY(-2px);
}

.pricing-card.inhouse .uk-label {
  background: #a38347; 
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 999px;
}

/* --- Inhouse-Block optisch absetzen (ohne Label/Badge) --- */
.pricing-card.inhouse{
  background: #fffdf9;              /* minimal warm getönt */
  border-color: #e6d9c5;            /* zarter CI-Rahmen */
}
.pricing-card.inhouse:hover{
  box-shadow: 0 10px 22px rgba(214,198,168,.25);
}

/* Abschnittsüberschriften kontrastreicher & kleiner */
.section-subhead{
  color:#4d4d4d; /* statt sehr hellgrau */
  font-size: clamp(16px, 1.3vw, 18px);
  font-weight: 600;
}
.section-subdesc{
  color:#5a5a5a;
  font-size: 15.5px;
  margin-top: 4px;
}

/* Grid: gleiche Höhen & sauberes Umbrechen */
.pricing-grid{
  /* uk-grid-Klassen lässt du wie gehabt, das hier ergänzt nur Feinheiten */
} 

.section-subhead,
.uk-heading-line span {
  color: #a38347;        /* deutlich stärkerer Kontrast */
  font-weight: 600;   /* etwas kräftiger */
}

.pricing-footnote {
  margin-top: 20px;
  font-size: 14px;
  color: #555;       /* dezentes, aber gut lesbares Grau */
  text-align: center;
}


/* Grid unverändert belassen – nur zur Vollständigkeit */
.wk-list { display:grid; gap:14px; }
.wk-list.wk-list--two { grid-template-columns:1fr; }
@media (min-width:960px){ .wk-list.wk-list--two { grid-template-columns:1fr 1fr; } }

/* Details-Accordion auf deiner Karte .wk-item */
.wk-item{ 
  display:block !important;
  border-radius:14px; overflow:hidden;
}

/* Kopfzeile */
.wk-item summary{
  width:100%;
  display:flex; align-items:center; gap:16px;
  list-style:none; cursor:pointer; padding:14px 18px 14px 16px;
}
.wk-item summary::-webkit-details-marker{ display:none; }

.wk-item .wk-badge{ flex-shrink:0; }     /* Badge bleibt fix */
.wk-item .wk-body{ flex:1; min-width:0; } /* Titel nimmt Platz zwischen Badge & Icon */
.wk-item .wk-title{ margin:0; font-weight:600; font-size:18px; line-height:1.35; }

/* Toggle-Icon (sichtbar, klickbar, rechts) */
.wk-item .wk-toggle{
  margin-left:12px; flex:none;
  margin-right: 12px;
  display:inline-grid; place-items:center;
  width:24px; height:24px; border-radius:999px;
  border:1px solid #d6c6a8; color:#a38347;
  font-weight:700; font-size:16px; line-height:1;
}
.wk-item .wk-toggle::before{ content:"+"; }
.wk-item[open] .wk-toggle::before{ content:"–"; }

/* Inhalt klappt immer UNTER der Summary, nie daneben */
.wk-item .wk-content{
  display:block; width:100%;
  grid-column:1 / -1;                /* falls umgebendes Grid aktiv ist */
  padding:12px 16px 16px;
  border-top:1px solid #ece7df; color:#333;
}
.wk-item .wk-desc{ margin:0 0 6px; }
.wk-dates{ margin:6px 0 0; }




/* === Incrast Mobile Optimierung (max 767px) === */
@media (max-width: 767px) {

  /* Headings */
  h1, .wk-heading, .inc-lesson h3 { font-size: 1.8rem !important; line-height: 1.3; }
  h2 { font-size: 1.4rem !important; }
  h3, h4 { font-size: 1.1rem !important; }

  /* Buttons */
  .uk-button {
    display: block; width: 100%; padding: 0.9rem 1rem;
    font-size: 1rem; border-radius: 10px; margin-bottom: 0.8rem;
  }

  /* — Rabattbox (DEZENT) — */
  .uk-alert-incrast-light {
    padding: 0.8rem 1rem;
    border-width: 2px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.06);
  }
  .uk-alert-incrast-light h4 { font-size: 1rem; margin-bottom: 0.4rem; }
  .uk-alert-incrast-light p { font-size: 0.95rem; line-height: 1.5; }

  /* — Rabattbox (AUFFÄLLIG) — */
  .uk-alert-incrast {
    padding: 0.9rem 1rem;
    box-shadow: 0 3px 12px rgba(0,0,0,0.12);
  }
  .uk-alert-incrast h4 { font-size: 1rem; margin-bottom: 0.35rem; }
  .uk-alert-incrast p { font-size: 0.95rem; line-height: 1.5; }

  /* Accordion / Workshops */
  .uk-accordion-title { font-size: 1rem; padding: 0.6rem 0.4rem; }
  .uk-accordion-content { font-size: 0.95rem; }

  /* CF7 Form: Inputs & Labels */
  .wpcf7 input[type="text"],
  .wpcf7 input[type="email"],
  .wpcf7 input[type="tel"],
  .wpcf7 input[type="number"],
  .wpcf7 select,
  .wpcf7 textarea {
    width: 100% !important; font-size: 1rem; padding: 0.7rem;
    border-radius: 8px;
  }
  .wpcf7 label { font-size: 0.9rem; display: block; margin-bottom: 0.3rem; }

  /* Radio/Checkbox touch area */
  .wpcf7 input[type="checkbox"],
  .wpcf7 input[type="radio"] {
    transform: scale(1.25);
    margin-right: 0.5rem;
  }

  /* Spalten → einspaltig erzwingen bei UIkit-Grids */
  .uk-grid > [class*="uk-width-1-2"] { width: 100% !important; }
  .uk-grid > [class*="uk-width-1-3"] { width: 100% !important; }

  /* Abstände enger */
  .uk-section { padding-top: 40px; padding-bottom: 40px; }
  .uk-margin-small { margin-bottom: 10px !important; }
}

/* — Basis-Styles der Rabattboxen (falls noch nicht eingefügt) — */
.uk-alert-incrast {
  background: #c59d5f; color: #fff; border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15); padding: 1.2rem 1.5rem;
}
.uk-alert-incrast h4 { margin: 0 0 0.3rem; font-size: 1.2rem; font-weight: 700; color: #fff; }
.uk-alert-incrast p { margin: 0; font-size: 1rem; line-height: 1.5; color: #fff; }

.uk-alert-incrast-light {
  background: #fff; border: 2px solid #c59d5f; border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08); padding: 1.2rem 1.5rem; color: #333;
}
.uk-alert-incrast-light h4 { margin: 0 0 0.3rem; font-size: 1.2rem; font-weight: 700; color: #c59d5f; }
.uk-alert-incrast-light p { margin: 0; font-size: 1rem; line-height: 1.5; color: #333; }
.uk-alert-incrast-light strong { color: #c59d5f; }


/* Overlay-Position relativ zum Container */
.has-promo-badge{ position: relative; }
.promo-badge--overlay{
  position:absolute; right:-10px; top:-10px;  /* ggf. feinjustieren */
  z-index: 5;
}

/* Mobile: näher an den Inhalt rücken */
@media (max-width: 767px){
  .promo-badge--overlay{ right: -6px; top: -6px; width:72px; height:72px; }
}