/* =========================================================
   Dana Gutjahr – Cassiopeia Child Template
   Globale Gestaltung
   ========================================================= */


/* ---------------------------------------------------------
   1. Grundvariablen
   --------------------------------------------------------- */

:root {
  --dana-blue: #5a7481;
  --dana-dark: #304954;
  --dana-orange: #ffb004;
  --dana-light: #eef3f4;
  --dana-line: #d6e0e4;
  --dana-ink: #293e47;
}


/* ---------------------------------------------------------
   2. Grunddesign
   --------------------------------------------------------- */

body {
  font-family: "Open Sans", Arial, sans-serif;
  color: var(--dana-ink);
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", Arial, sans-serif;
  color: var(--dana-dark);
}

a {
  color: var(--dana-blue);
}

a:hover,
a:focus {
  color: var(--dana-orange);
}


/* ---------------------------------------------------------
   3. Cassiopeia Header & Navigation
   --------------------------------------------------------- */

.container-header {
  background: var(--dana-blue);
}

/* Cassiopeia-Schriftzug ausblenden */
.container-header .navbar-brand {
  display: none;
}

/* Navigation mittig */
.container-header .container-nav {
  justify-content: center;
}

.container-header .mod-menu {
  justify-content: center;
  gap: 8px;
}

.container-header .mod-menu > li > a {
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  padding: 12px 14px;
}

.container-header .mod-menu > li > a:hover,
.container-header .mod-menu > li > a:focus,
.container-header .mod-menu > li.active > a {
  color: var(--dana-orange);
}


/* =========================================================
   STARTSEITE
   ========================================================= */


/* ---------------------------------------------------------
   4. Grundrahmen
   --------------------------------------------------------- */

.dg-home,
.dg-home * {
  box-sizing: border-box;
}

.dg-home {
  --blue: var(--dana-blue);
  --dark: var(--dana-dark);
  --orange: var(--dana-orange);
  --light: var(--dana-light);
  --line: var(--dana-line);
  --ink: var(--dana-ink);

  color: var(--ink);
  font-family: "Open Sans", Arial, sans-serif;
  margin: 0 auto;
  max-width: 1180px;
  padding: 46px 20px 72px;
  width: 100%;
}

.dg-home a {
  transition:
    background-color .2s ease,
    border-color .2s ease,
    color .2s ease,
    transform .2s ease;
}

.dg-home h1,
.dg-home h2,
.dg-home h3 {
  color: var(--dark);
}

.dg-home h2 {
  font-size: clamp(1.8rem, 3.8vw, 2.75rem);
  line-height: 1.15;
  margin: 0 0 16px;
}

.dg-home p {
  line-height: 1.65;
}


/* ---------------------------------------------------------
   5. Kleine Abschnittsüberschrift
   --------------------------------------------------------- */

.dg-kicker {
  color: var(--blue);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .11em;
  margin: 0 0 10px;
  text-transform: uppercase;
}


/* ---------------------------------------------------------
   6. Buttons
   --------------------------------------------------------- */

.dg-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 26px;
}

.dg-btn {
  align-items: center;
  background: var(--orange) !important;
  border: 2px solid var(--orange) !important;
  border-radius: 999px;
  color: #17313c !important;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  line-height: 1.25;
  min-height: 48px;
  padding: 11px 21px;
  text-decoration: none !important;
  -webkit-text-fill-color: #17313c;
}

.dg-btn:hover,
.dg-btn:focus-visible {
  background: #e79f00 !important;
  border-color: #e79f00 !important;
  transform: translateY(-1px);
}

.dg-btn-secondary {
  background: transparent !important;
  border-color: var(--blue) !important;
  color: var(--dark) !important;
  -webkit-text-fill-color: var(--dark);
}

.dg-btn-secondary:hover,
.dg-btn-secondary:focus-visible {
  background: var(--blue) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff;
}


/* ---------------------------------------------------------
   7. Hero
   --------------------------------------------------------- */

.dg-hero {
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 26px;
  box-shadow: 0 18px 48px rgba(48, 73, 84, .13);
  display: grid;
  gap: clamp(30px, 5vw, 64px);
  grid-template-columns: minmax(0, 1.16fr) minmax(280px, .84fr);
  overflow: hidden;
  padding: clamp(28px, 5vw, 58px);
  position: relative;
}

.dg-hero::before {
  background: var(--orange);
  border-radius: 0 0 999px 999px;
  content: "";
  height: 7px;
  left: clamp(28px, 5vw, 58px);
  position: absolute;
  top: 0;
  width: 118px;
}

.dg-hero h1 {
  font-size: clamp(2.35rem, 5.6vw, 4.65rem);
  font-weight: 600;
  letter-spacing: -.045em;
  line-height: 1.02;
  margin: 0 0 22px;
}

.dg-hero-lead {
  color: #50666f;
  font-size: clamp(1.05rem, 1.8vw, 1.24rem);
  margin: 0;
  max-width: 700px;
}

.dg-hero-photo-wrap {
  position: relative;
}

.dg-hero-photo-wrap::after {
  background: var(--orange);
  border: 7px solid #ffffff;
  border-radius: 50%;
  bottom: 22px;
  content: "";
  height: 42px;
  left: -16px;
  position: absolute;
  width: 42px;
}

.dg-hero-photo {
  aspect-ratio: 4 / 5;
  border-radius: 22px;
  box-shadow: 0 14px 34px rgba(48, 73, 84, .2);
  display: block;
  object-fit: cover;
  object-position: center 32%;
  width: 100%;
}


/* ---------------------------------------------------------
   8. Drei Wege
   --------------------------------------------------------- */

.dg-paths {
  padding: 76px 0 18px;
}

.dg-section-head {
  margin: 0 auto 30px;
  max-width: 790px;
  text-align: center;
}

.dg-section-head p:last-child {
  color: #536870;
  font-size: 1.05rem;
  margin: 0;
}

.dg-path-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dg-path-card {
  background: var(--light);
  border: 1px solid var(--line);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  padding: 28px;
}

.dg-path-icon {
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 50%;
  box-shadow: 0 7px 18px rgba(48, 73, 84, .08);
  display: flex;
  height: 68px;
  justify-content: center;
  margin-bottom: 22px;
  width: 68px;
}

.dg-path-icon svg {
  display: block;
  height: 42px;
  overflow: visible;
  width: 42px;
}

.dg-path-icon .dg-icon-line {
  fill: none;
  stroke: var(--dark);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.dg-path-icon .dg-icon-accent {
  fill: none;
  stroke: var(--orange);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.dg-path-icon .dg-icon-fill {
  fill: var(--orange);
}

.dg-path-card h3 {
  font-size: 1.32rem;
  margin: 0 0 10px;
}

.dg-path-card p {
  color: #536870;
  margin: 0 0 22px;
}

.dg-text-link {
  color: var(--dark) !important;
  font-weight: 800;
  margin-top: auto;
  text-decoration: none !important;
}

.dg-text-link::after {
  color: var(--orange);
  content: " →";
}

.dg-text-link:hover,
.dg-text-link:focus-visible {
  color: #bd8200 !important;
}


/* ---------------------------------------------------------
   9. Ausbildung / Feature
   --------------------------------------------------------- */

.dg-feature {
  background: var(--dark);
  border-radius: 24px;
  color: #ffffff;
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 1.2fr) minmax(270px, .8fr);
  margin-top: 62px;
  overflow: hidden;
  padding: clamp(28px, 5vw, 52px);
  position: relative;
}

.dg-feature::after {
  background: rgba(255, 176, 4, .12);
  border-radius: 50%;
  content: "";
  height: 260px;
  position: absolute;
  right: -90px;
  top: -100px;
  width: 260px;
}

.dg-feature .dg-kicker {
  color: var(--orange);
}

.dg-feature h2 {
  color: #ffffff;
}

.dg-feature-copy > p {
  color: rgba(255, 255, 255, .82);
  margin: 0;
  max-width: 710px;
}

.dg-feature-facts {
  display: grid;
  gap: 11px;
  position: relative;
  z-index: 1;
}

.dg-feature-fact {
  background: rgba(255, 255, 255, .09);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 13px;
  color: #ffffff;
  line-height: 1.45;
  padding: 13px 15px;
}

.dg-feature-fact strong {
  color: var(--orange);
  display: block;
  font-size: .72rem;
  letter-spacing: .07em;
  margin-bottom: 2px;
  text-transform: uppercase;
}

.dg-feature .dg-btn-secondary {
  border-color: #ffffff !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff;
}

.dg-feature .dg-btn-secondary:hover,
.dg-feature .dg-btn-secondary:focus-visible {
  background: #ffffff !important;
  color: var(--dark) !important;
  -webkit-text-fill-color: var(--dark);
}


/* ---------------------------------------------------------
   10. Haltung / Werte
   --------------------------------------------------------- */

.dg-values {
  align-items: center;
  display: grid;
  gap: clamp(30px, 6vw, 72px);
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  padding: 82px 0 70px;
}

.dg-values-panel {
  background: var(--light);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: clamp(24px, 4vw, 40px);
}

.dg-values-list {
  display: grid;
  gap: 15px;
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}

.dg-values-list li {
  display: grid;
  gap: 12px;
  grid-template-columns: 27px minmax(0, 1fr);
  line-height: 1.55;
}

.dg-values-list li::before {
  color: var(--orange);
  content: "✓";
  font-size: 1.15rem;
  font-weight: 900;
}

.dg-values-copy p {
  color: #536870;
}


/* ---------------------------------------------------------
   11. Termine
   --------------------------------------------------------- */

.dg-schedule {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 12px 32px rgba(48, 73, 84, .09);
  padding: clamp(25px, 4vw, 42px);
  text-align: center;
}

.dg-schedule p {
  color: #536870;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

.dg-schedule .dg-btns {
  justify-content: center;
}


/* ---------------------------------------------------------
   12. Über mich
   --------------------------------------------------------- */

.dg-about {
  align-items: center;
  display: grid;
  gap: clamp(30px, 5vw, 58px);
  grid-template-columns: minmax(260px, .78fr) minmax(0, 1.22fr);
  padding: 78px 0 66px;
}

.dg-about-photo {
  aspect-ratio: 4 / 5;
  border-radius: 22px;
  display: block;
  object-fit: cover;
  object-position: center 32%;
  width: 100%;
}

.dg-about p {
  color: #536870;
}

.dg-about-signature {
  color: var(--dark) !important;
  font-size: 1.12rem;
  font-weight: 700;
}


/* ---------------------------------------------------------
   13. Stimmen / Erfahrungen
   --------------------------------------------------------- */

.dg-voices {
  padding: 10px 0 68px;
}

.dg-voice-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dg-voice {
  background: var(--light);
  border: 1px solid var(--line);
  border-radius: 20px;
  margin: 0;
  padding: 30px;
  position: relative;
}

.dg-voice::before {
  color: var(--orange);
  content: "“";
  font-family: Georgia, serif;
  font-size: 4.8rem;
  left: 22px;
  line-height: 1;
  opacity: .75;
  position: absolute;
  top: 13px;
}

.dg-voice blockquote {
  color: #405761;
  font-size: 1.02rem;
  line-height: 1.65;
  margin: 34px 0 18px;
}

.dg-voice figcaption {
  color: var(--dark);
  font-size: .87rem;
  font-weight: 800;
}

.dg-experience-note {
  color: #6a7c83;
  font-size: .76rem;
  margin: 17px auto 0;
  max-width: 760px;
  text-align: center;
}


/* ---------------------------------------------------------
   14. Abschluss-CTA
   --------------------------------------------------------- */

.dg-final {
  background: var(--dark);
  border-radius: 24px;
  color: #ffffff;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: clamp(27px, 5vw, 48px);
}

.dg-final h2 {
  color: #ffffff;
  margin-bottom: 8px;
}

.dg-final p {
  color: rgba(255, 255, 255, .8);
  margin: 0;
  max-width: 720px;
}

.dg-final-actions {
  align-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  justify-content: flex-end;
}

.dg-final .dg-btn-secondary {
  border-color: #ffffff !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff;
}

.dg-final .dg-btn-secondary:hover,
.dg-final .dg-btn-secondary:focus-visible {
  background: #ffffff !important;
  color: var(--dark) !important;
  -webkit-text-fill-color: var(--dark);
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 900px) {

  .dg-hero,
  .dg-feature,
  .dg-values,
  .dg-about,
  .dg-final {
    grid-template-columns: 1fr;
  }

  .dg-hero-photo-wrap,
  .dg-about-photo {
    margin: 0 auto;
    max-width: 430px;
    width: 100%;
  }

  .dg-feature-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dg-final-actions {
    justify-content: flex-start;
  }
}


@media (max-width: 760px) {

  .dg-path-grid,
  .dg-voice-grid {
    grid-template-columns: 1fr;
  }
}


@media (max-width: 520px) {

  .dg-home {
    padding: 28px 12px 46px;
  }

  .dg-hero {
    border-radius: 18px;
    padding: 30px 18px 22px;
  }

  .dg-hero h1 {
    font-size: clamp(2.2rem, 12vw, 3rem);
    overflow-wrap: anywhere;
  }

  .dg-btns,
  .dg-final-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .dg-btn {
    width: 100%;
  }

  .dg-paths {
    padding-top: 58px;
  }

  .dg-feature {
    border-radius: 18px;
  }

  .dg-feature-facts {
    grid-template-columns: 1fr;
  }

  .dg-values,
  .dg-about {
    padding: 58px 0;
  }

  .dg-voice {
    padding: 25px 20px;
  }

  .dg-final {
    border-radius: 18px;
  }
}


/* ---------------------------------------------------------
   Bewegungsreduktion / Barrierearmut
   --------------------------------------------------------- */

@media (prefers-reduced-motion: reduce) {

  .dg-home *,
  .dg-home *::before,
  .dg-home *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
/* =========================================================
   CASSIOPEIA FOOTER
   ========================================================= */

.container-footer {
  background: var(--dana-dark);
  background-image: none;
  color: #ffffff;
  margin-top: 40px;
}

/* Äußerer Cassiopeia-Container */
.container-footer .grid-child {
  display: flex;
  justify-content: center;
  max-width: 1180px;
  margin: 0 auto;
  padding: 30px 20px;
  width: 100%;
}

/* Das Menü-Modul selbst */
.container-footer .grid-child > * {
  width: 100%;
}

/* Footer-Menü */
.container-footer .mod-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px 28px;
  margin: 0;
  padding: 0;
  width: 100%;
}

.container-footer .mod-menu > li {
  margin: 0;
  padding: 0;
}

.container-footer .mod-menu > li > a {
  color: rgba(255, 255, 255, .82);
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
}

.container-footer .mod-menu > li > a:hover,
.container-footer .mod-menu > li > a:focus {
  color: var(--dana-orange);
}

@media (max-width: 600px) {
  .container-footer .mod-menu {
    flex-direction: column;
    gap: 9px;
  }
}

/* =========================================================
   KARTEN-ICONS OHNE INLINE-SVG
   ========================================================= */

.dg-path-icon {
  position: relative;
}

/* gemeinsames Grundelement */
.dg-path-icon::before,
.dg-path-icon::after {
  content: "";
  position: absolute;
}

/* 1. Coaching – Pflanze */
.dg-path-card:nth-child(1) .dg-path-icon::before {
  width: 2px;
  height: 30px;
  background: var(--dana-dark);
  left: 50%;
  top: 17px;
  transform: translateX(-50%);
  border-radius: 2px;
}

.dg-path-card:nth-child(1) .dg-path-icon::after {
  width: 22px;
  height: 14px;
  border: 2px solid var(--dana-orange);
  border-radius: 100% 0 100% 0;
  left: 23px;
  top: 13px;
  transform: rotate(-18deg);
}

/* 2. Reflexintegration – Bewegung */
.dg-path-card:nth-child(2) .dg-path-icon::before {
  width: 32px;
  height: 32px;
  border: 2px solid var(--dana-orange);
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  left: 17px;
  top: 17px;
  transform: rotate(-25deg);
}

.dg-path-card:nth-child(2) .dg-path-icon::after {
  width: 8px;
  height: 8px;
  background: var(--dana-dark);
  border-radius: 50%;
  left: 29px;
  top: 16px;
  box-shadow:
    -8px 13px 0 -2px var(--dana-dark),
    7px 18px 0 -2px var(--dana-dark);
}

/* 3. Seminare – Gruppe */
.dg-path-card:nth-child(3) .dg-path-icon::before {
  width: 9px;
  height: 9px;
  background: var(--dana-orange);
  border-radius: 50%;
  left: 29px;
  top: 14px;
  box-shadow:
    -15px 13px 0 var(--dana-dark),
    15px 13px 0 var(--dana-dark);
}

.dg-path-card:nth-child(3) .dg-path-icon::after {
  width: 34px;
  height: 16px;
  border: 2px solid var(--dana-dark);
  border-top: 0;
  border-radius: 0 0 18px 18px;
  left: 15px;
  top: 35px;
}
/* =========================================================
   INTERAKTIVE KARTEN
   ========================================================= */

.dg-path-card,
.dg-voice {
  transition:
    transform .22s ease,
    box-shadow .22s ease,
    border-color .22s ease;
}

.dg-path-card:hover,
.dg-voice:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(48, 73, 84, .12);
  border-color: rgba(90, 116, 129, .35);
}

@media (prefers-reduced-motion: reduce) {
  .dg-path-card,
  .dg-voice {
    transition: none;
  }

  .dg-path-card:hover,
  .dg-voice:hover {
    transform: none;
  }
}
/* =========================================================
   WIDERRUF
   ========================================================= */

.dg-widerruf {
  --dg-blue: #5a7481;
  --dg-dark: #314f5b;
  --dg-accent: #ffb004;
  --dg-text: #314f5b;
  --dg-soft: #f5f8f9;
  --dg-border: #d5e0e4;

  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 34px 22px 70px;
  box-sizing: border-box;
  font-family: "Open Sans", Arial, sans-serif;
  color: var(--dg-text);
  line-height: 1.7;
}

.dg-widerruf *,
.dg-widerruf *::before,
.dg-widerruf *::after {
  box-sizing: border-box;
}

.dg-widerruf a {
  color: var(--dg-dark);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}


/* ---------------------------------------------------------
   HERO
   --------------------------------------------------------- */

.dg-widerruf-hero {
  position: relative;
  overflow: hidden;
  background: var(--dg-dark);
  border-radius: 28px;
  padding: 58px 58px 62px;
  color: #fff;
}

.dg-widerruf-hero::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  right: -100px;
  top: -100px;
  background: rgba(255, 255, 255, .05);
}

.dg-widerruf-label,
.dg-widerruf-action-label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--dg-accent);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .11em;
}

.dg-widerruf-label::before {
  content: "";
  display: inline-block;
  width: 38px;
  height: 3px;
  background: var(--dg-accent);
  border-radius: 20px;
}

.dg-widerruf-hero h1 {
  position: relative;
  z-index: 1;
  margin: 17px 0 16px;
  color: #fff;
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1.08;
  font-weight: 700;
}

.dg-widerruf-hero > p {
  position: relative;
  z-index: 1;
  max-width: 780px;
  margin: 0;
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255, 255, 255, .9);
}

.dg-widerruf-nav {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.dg-widerruf-nav a {
  display: inline-block;
  padding: 9px 16px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: .2s ease;
}

.dg-widerruf-nav a:hover {
  border-color: var(--dg-accent);
  color: var(--dg-accent);
}


/* ---------------------------------------------------------
   ÜBERSICHT
   --------------------------------------------------------- */

.dg-widerruf-overview {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 22px 0;
}

.dg-widerruf-overview-card {
  min-height: 135px;
  padding: 24px 25px;
  background: var(--dg-soft);
  border: 1px solid var(--dg-border);
  border-radius: 20px;
}

.dg-widerruf-overview-card strong {
  display: block;
  margin-bottom: 7px;
  color: var(--dg-dark);
  font-size: 20px;
}

.dg-widerruf-overview-card span {
  font-size: 14px;
  line-height: 1.55;
}


/* ---------------------------------------------------------
   INHALTSKARTEN
   --------------------------------------------------------- */

.dg-widerruf-card {
  margin-top: 22px;
  padding: 44px 48px;
  background: #fff;
  border: 1px solid var(--dg-border);
  border-radius: 24px;
}

.dg-widerruf-card h2,
.dg-widerruf-contact h2,
.dg-widerruf-action h2 {
  margin: 0 0 22px;
  color: var(--dg-dark);
  font-size: clamp(27px, 3vw, 36px);
  line-height: 1.2;
}

.dg-widerruf-card h3 {
  margin: 35px 0 12px;
  color: var(--dg-dark);
  font-size: 21px;
}

.dg-widerruf-card p {
  margin: 0 0 17px;
}

.dg-widerruf-address {
  margin: 22px 0;
  padding: 20px 22px;
  background: var(--dg-soft);
  border-left: 4px solid var(--dg-accent);
  border-radius: 0 14px 14px 0;
}

.dg-widerruf-hint {
  margin-top: 28px;
  padding: 24px 26px;
  background: #fff9eb;
  border: 1px solid #f2dda4;
  border-radius: 18px;
}

.dg-widerruf-hint strong {
  display: block;
  margin-bottom: 8px;
  color: var(--dg-dark);
  font-size: 17px;
}

.dg-widerruf-hint p {
  margin: 0;
}


/* ---------------------------------------------------------
   ELEKTRONISCHER WIDERRUF
   --------------------------------------------------------- */

.dg-widerruf-action {
  margin-top: 22px;
  padding: 42px 48px;
  background: var(--dg-soft);
  border: 2px solid var(--dg-accent);
  border-radius: 24px;
}

.dg-widerruf-action-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 40px;
}

.dg-widerruf-action h2 {
  margin: 9px 0 13px;
}

.dg-widerruf-action p {
  max-width: 700px;
  margin: 0 0 9px;
}

.dg-widerruf-small {
  font-size: 14px;
}

.dg-widerruf-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 205px;
  padding: 15px 24px;
  border-radius: 999px;
  background: var(--dg-accent);
  color: var(--dg-dark) !important;
  text-decoration: none !important;
  font-weight: 700;
  white-space: nowrap;
  transition: transform .2s ease, box-shadow .2s ease;
}

.dg-widerruf-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(49, 79, 91, .15);
}


/* ---------------------------------------------------------
   BEREICH FÜR DAS FUNKTIONIERENDE RSFORM
   --------------------------------------------------------- */

.dg-widerruf-form-section {
  scroll-margin-top: 30px;
}


/* ---------------------------------------------------------
   MUSTERFORMULAR
   --------------------------------------------------------- */

.dg-widerruf-formular {
  margin-top: 25px;
  padding: 28px;
  background: var(--dg-soft);
  border-radius: 18px;
}

.dg-widerruf-formular p {
  margin-bottom: 18px;
}

.dg-formular-title {
  color: var(--dg-dark);
  font-size: 19px;
}

.dg-placeholder {
  margin: -7px 0 22px;
  padding: 10px 13px;
  background: #fff;
  border: 1px dashed var(--dg-border);
  border-radius: 8px;
  color: #71858e;
  font-size: 14px;
}


/* ---------------------------------------------------------
   KOPIERBUTTON
   --------------------------------------------------------- */

.dg-copy-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
}

.dg-copy-button {
  appearance: none;
  border: 0;
  border-radius: 999px;
  background: var(--dg-accent);
  color: var(--dg-dark);
  padding: 13px 22px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
}

.dg-copy-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(49, 79, 91, .15);
}

.dg-copy-note {
  max-width: 500px;
  color: #71858e;
  font-size: 13px;
  line-height: 1.5;
}


/* Unsichtbarer Kopiertext */

.dg-copytext {
  position: absolute !important;
  left: -99999px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  white-space: pre-wrap;
}


/* ---------------------------------------------------------
   KONTAKT
   --------------------------------------------------------- */

.dg-widerruf-contact {
  margin-top: 22px;
  padding: 38px 46px;
  background: var(--dg-dark);
  border-radius: 24px;
  color: #fff;
}

.dg-widerruf-contact h2 {
  margin-bottom: 10px;
  color: #fff;
}

.dg-widerruf-contact p {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, .88);
}

.dg-widerruf-contact a {
  color: var(--dg-accent);
  font-weight: 700;
}


/* =========================================================
   WIDERRUF – MOBILE
   ========================================================= */

@media (max-width: 800px) {

  .dg-widerruf {
    width: 100%;
    max-width: 100%;
    padding: 24px 16px 50px;
    overflow: hidden;
  }

  .dg-widerruf-hero {
    width: 100%;
    padding: 36px 26px 38px;
    border-radius: 22px;
    overflow: hidden;
  }

  .dg-widerruf-label {
    font-size: 12px;
    letter-spacing: .08em;
  }

  .dg-widerruf-label::before {
    width: 28px;
  }

  .dg-widerruf-hero h1 {
    font-size: clamp(34px, 10vw, 42px);
    line-height: 1.12;
    overflow-wrap: anywhere;
    word-break: normal;
    hyphens: auto;
  }

  .dg-widerruf-hero > p {
    font-size: 16px;
  }

  .dg-widerruf-nav {
    gap: 8px;
    margin-top: 26px;
  }

  .dg-widerruf-nav a {
    padding: 8px 13px;
    font-size: 13px;
  }

  .dg-widerruf-overview {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .dg-widerruf-overview-card {
    min-height: auto;
    padding: 21px 22px;
  }

  .dg-widerruf-card {
    padding: 30px 24px;
    border-radius: 20px;
  }

  .dg-widerruf-card h2,
  .dg-widerruf-contact h2,
  .dg-widerruf-action h2 {
    font-size: 27px;
    overflow-wrap: anywhere;
  }

  .dg-widerruf-card h3 {
    font-size: 19px;
  }

  .dg-widerruf-address {
    padding: 18px;
  }

  .dg-widerruf-action {
    padding: 30px 24px;
    border-radius: 20px;
  }

  .dg-widerruf-action-inner {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .dg-widerruf-button {
    width: 100%;
    min-width: 0;
  }

  .dg-widerruf-formular {
    padding: 22px 18px;
  }

  .dg-placeholder {
    overflow-wrap: anywhere;
  }

  .dg-copy-wrap {
    display: block;
  }

  .dg-copy-button {
    width: 100%;
  }

  .dg-copy-note {
    display: block;
    margin-top: 11px;
    text-align: center;
  }

  .dg-widerruf-contact {
    padding: 30px 24px;
    border-radius: 20px;
  }
}
/* =========================================================
   NEWSLETTER
   ========================================================= */

.dg-newsletter {
  --dg-blue: #5a7481;
  --dg-dark: #304954;
  --dg-orange: #ffb004;
  --dg-light: #eef3f4;
  --dg-line: #d6e0e4;
  --dg-ink: #293e47;

  max-width: 1180px;
  margin: 0 auto;
  padding: 46px 20px 72px;
  color: var(--dg-ink);
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 1.65;
}

.dg-newsletter *,
.dg-newsletter *::before,
.dg-newsletter *::after {
  box-sizing: border-box;
}

.dg-newsletter h1,
.dg-newsletter h2 {
  color: var(--dg-dark);
  line-height: 1.15;
  margin-top: 0;
}

.dg-newsletter h1 {
  margin-bottom: 20px;
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  letter-spacing: -0.04em;
}

.dg-newsletter h2 {
  margin-bottom: 18px;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  letter-spacing: -0.025em;
}

.dg-newsletter p {
  margin-top: 0;
}

.dg-newsletter .dg-kicker {
  margin-bottom: 12px;
  color: var(--dg-blue);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}


/* =========================================================
   NEWSLETTER HERO – an alte Proportionen angelehnt
   ========================================================= */

.dg-newsletter-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, .82fr);
  gap: clamp(30px, 5vw, 62px);
  align-items: center;

  padding: clamp(26px, 5vw, 58px);

  border: 1px solid var(--dg-line);
  border-radius: 26px;
  background: #ffffff;

  box-shadow: 0 18px 48px rgba(48, 73, 84, .13);

  overflow: hidden;
}

/* orange Linie oben links */

.dg-newsletter-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: clamp(26px, 5vw, 58px);

  width: 116px;
  height: 7px;

  border-radius: 0 0 999px 999px;
  background: var(--dg-orange);
}

/* Text */

.dg-newsletter-hero-text {
  position: relative;
  z-index: 2;
}

.dg-newsletter h1 {
  margin: 0 0 20px;

  color: var(--dg-dark);

  font-size: clamp(2.2rem, 4vw, 3.6rem);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.dg-newsletter-lead {
  max-width: 710px;
  margin: 0;

  color: #4d626b;

  font-size: clamp(1.04rem, 1.7vw, 1.23rem);
  line-height: 1.65;
}

/* Bildwrapper */

.dg-newsletter-photo-wrap {
  position: relative;
  z-index: 1;
}

/* gelber Kreis hinter dem Bild */

.dg-newsletter-photo-wrap::before {
  content: "";
  position: absolute;

  top: -20px;
  right: -18px;

  width: 76px;
  height: 76px;

  border-radius: 50%;
  background: var(--dg-orange);

  z-index: 0;
}

/* Bild */

.dg-newsletter-photo {
  position: relative;
  z-index: 1;

  display: block;
  width: 100%;

  aspect-ratio: 4 / 5;

  object-fit: cover;
  object-position: center 33%;

  border-radius: 22px;

  box-shadow:
    0 14px 34px rgba(48, 73, 84, .20);
}

/* Tablet */

@media (max-width: 850px) {

  .dg-newsletter-hero {
    grid-template-columns: 1fr;
  }

  .dg-newsletter-photo-wrap {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
  }

}

/* Mobile */

@media (max-width: 520px) {

  .dg-newsletter-hero {
    padding: 28px 18px 22px;
    border-radius: 18px;
  }

  .dg-newsletter h1 {
    font-size: clamp(2rem, 11vw, 2.75rem);
    overflow-wrap: anywhere;
  }

  .dg-newsletter-photo-wrap::before {
    top: -10px;
    right: -8px;

    width: 54px;
    height: 54px;
  }

}


/* INHALT */

.dg-newsletter-section {
  padding: 72px 0 0;
}

.dg-newsletter-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
  gap: 42px;
  align-items: start;
}

.dg-newsletter-list {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.dg-newsletter-list li {
  position: relative;
  margin-bottom: 18px;
  padding-left: 34px;
}

.dg-newsletter-list li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;

  color: var(--dg-orange);
  font-size: 1.1rem;
  font-weight: 800;
}


/* WILLKOMMENSGESCHENK */

.dg-newsletter-gift {
  padding: 34px;
  border: 1px solid var(--dg-line);
  border-radius: 24px;
  background: var(--dg-light);
}

.dg-newsletter-gift h2 {
  margin-bottom: 16px;
}

.dg-newsletter-gift p:last-child {
  margin-bottom: 0;
}


/* ANMELDUNG */

.dg-newsletter-signup {
  margin-top: 72px;
  padding: 54px;
  border-radius: 28px;
  background: var(--dg-dark);
  color: #ffffff;
}

.dg-newsletter-signup-inner {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.dg-newsletter-signup .dg-kicker {
  color: var(--dg-orange);
}

.dg-newsletter-signup h2 {
  color: #ffffff;
}

.dg-newsletter-signup-inner > p {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.dg-newsletter-form {
  margin: 32px auto;
  text-align: left;
}

.dg-newsletter-fineprint {
  margin-bottom: 0;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.76);
}

.dg-newsletter-fineprint a {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.dg-newsletter-fineprint a:hover,
.dg-newsletter-fineprint a:focus {
  color: var(--dg-orange);
}


/* RESPONSIVE */

@media (max-width: 850px) {

  .dg-newsletter {
    padding-top: 30px;
  }

  .dg-newsletter-hero {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 34px;
  }

  .dg-newsletter-hero-image {
    max-width: 620px;
  }

  .dg-newsletter-hero-image img {
    aspect-ratio: 16 / 11;
    object-position: center 35%;
  }

  .dg-newsletter-grid {
    grid-template-columns: 1fr;
  }

  .dg-newsletter-signup {
    padding: 42px 30px;
  }
}

@media (max-width: 520px) {

  .dg-newsletter {
    padding: 22px 14px 52px;
  }

  .dg-newsletter-hero {
    padding: 26px 22px;
    border-radius: 22px;
  }

  .dg-newsletter-hero-image {
    border-radius: 18px;
  }

  .dg-newsletter-section {
    padding-top: 52px;
  }

  .dg-newsletter-gift {
    padding: 26px 22px;
    border-radius: 20px;
  }

  .dg-newsletter-signup {
    margin-top: 52px;
    padding: 34px 22px;
    border-radius: 22px;
  }
}


/* Bewegungsreduktion */

@media (prefers-reduced-motion: reduce) {
  .dg-newsletter * {
    scroll-behavior: auto !important;
  }
}
/* Footer: Menü und Copyright untereinander */
.container-footer .grid-child {
  flex-direction: column;
  align-items: center;
}

.container-footer .dg-copyright {
  margin: 14px 0 0;
  text-align: center;
  font-size: 0.82rem;
  font-weight: 400;
  color: rgba(255, 255, 255, .65);
}
/* KlickTipp Newsletter */
.dg-klicktipp-embed {
  display: flex;
  justify-content: center;
  width: 100%;
}

.dg-klicktipp-embed iframe {
  display: block;
  width: 100%;
  max-width: 420px;
  height: 295px;
  border: 0;
  background: transparent;
}
/* =========================================================
   NEWSLETTER – KOMPAKTER UNTERER BEREICH
   ========================================================= */

.dg-newsletter-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
  gap: 28px;
  align-items: stretch;
  margin-top: 64px;
}

.dg-newsletter-info-card,
.dg-newsletter-signup-compact {
  border-radius: 26px;
}

.dg-newsletter-info-card {
  padding: 42px;
  border: 1px solid var(--dg-line);
  background: var(--dg-light);
}

.dg-newsletter-info-card h2,
.dg-newsletter-signup-compact h2 {
  margin-bottom: 18px;
}

.dg-newsletter-intro {
  margin-bottom: 26px;
}

.dg-newsletter-info-card .dg-newsletter-list {
  margin-top: 0;
}

.dg-newsletter-info-card .dg-newsletter-list li:last-child {
  margin-bottom: 0;
}

/* Geschenk kompakt */

.dg-newsletter-gift-compact {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  align-items: center;
  margin-top: 30px;
  padding: 24px 24px 24px 20px;
  border-left: 5px solid var(--dg-orange);
  border-radius: 18px;
  background: #ffffff;
}

.dg-newsletter-gift-icon {
  position: relative;
  width: 54px;
  height: 66px;
  border-radius: 10px;
  background: var(--dg-dark);
  box-shadow: 6px 6px 0 rgba(90, 116, 129, .14);
}

.dg-newsletter-gift-icon::after {
  content: "↗";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--dg-orange);
  font-size: 1.8rem;
  font-weight: 700;
}

.dg-newsletter-gift-text h3 {
  margin: 0 0 8px;
  color: var(--dg-dark);
  font-size: 1.15rem;
}

.dg-newsletter-gift-text p {
  margin: 0;
}

/* Anmeldung kompakt */

.dg-newsletter-signup-compact {
  padding: 42px;
  background: var(--dg-dark);
  color: #ffffff;
}

.dg-newsletter-signup-compact .dg-kicker {
  color: var(--dg-orange);
}

.dg-newsletter-signup-compact h2 {
  color: #ffffff;
}

.dg-newsletter-signup-compact > p {
  max-width: 620px;
}

.dg-newsletter-signup-compact .dg-newsletter-form {
  margin: 28px 0;
}

.dg-newsletter-signup-compact .dg-newsletter-fineprint {
  margin-bottom: 0;
  color: rgba(255, 255, 255, .76);
}

.dg-newsletter-signup-compact .dg-newsletter-fineprint a {
  color: #ffffff;
}

.dg-newsletter-signup-compact .dg-newsletter-fineprint a:hover,
.dg-newsletter-signup-compact .dg-newsletter-fineprint a:focus {
  color: var(--dg-orange);
}

/* kleine orange Hero-Akzente */

.dg-newsletter-hero {
  position: relative;
  overflow: hidden;
}

.dg-newsletter-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 68px;
  width: 120px;
  height: 6px;
  border-radius: 0 0 8px 8px;
  background: var(--dg-orange);
}


.dg-newsletter-hero-text,
.dg-newsletter-hero-image {
  position: relative;
  z-index: 1;
}

@media (max-width: 850px) {
  .dg-newsletter-bottom {
    grid-template-columns: 1fr;
    margin-top: 52px;
  }

  .dg-newsletter-info-card,
  .dg-newsletter-signup-compact {
    padding: 32px;
  }

  .dg-newsletter-hero::before {
    left: 34px;
    width: 88px;
  }

  .dg-newsletter-hero::after {
    top: 52px;
    right: 28px;
    width: 56px;
    height: 56px;
  }
}

@media (max-width: 520px) {
  .dg-newsletter-info-card,
  .dg-newsletter-signup-compact {
    padding: 26px 22px;
    border-radius: 22px;
  }

  .dg-newsletter-gift-compact {
    grid-template-columns: 46px 1fr;
    gap: 14px;
    padding: 20px 18px 20px 16px;
  }

  .dg-newsletter-gift-icon {
    width: 44px;
    height: 56px;
  }

  .dg-newsletter-gift-icon::after {
    font-size: 1.45rem;
  }
}
/* =========================================================
   WIDERRUF – Formular ein-/ausklappen
   ========================================================= */

.dg-widerruf-online-form {
  display: none;
}

.dg-widerruf-online-form.is-open {
  display: block;
}
/* =========================================================
   100-MINUTEN-SEMINARE
   Basislayout für Metaphern to go, Minifit & Co.
   ========================================================= */

.dg-seminar-page {
  --seminar-blue: #5a7481;
  --seminar-dark: #304954;
  --seminar-orange: #ffb004;
  --seminar-light: #f4f7f8;
  --seminar-line: #d6e0e4;
  --seminar-text: #293e47;

  max-width: 980px;
  margin: 0 auto;
  color: var(--seminar-text);
  line-height: 1.65;
}

.dg-seminar-page h1,
.dg-seminar-page h2,
.dg-seminar-page h3 {
  color: var(--seminar-dark);
  line-height: 1.2;
}

.dg-seminar-page h2 {
  margin: 0 0 18px;
  font-size: clamp(1.65rem, 3vw, 2.15rem);
}

.dg-seminar-page h3 {
  margin: 8px 0 10px;
  font-size: 1.15rem;
}

.dg-seminar-page p {
  margin-top: 0;
}


/* =========================================================
   HERO
   ========================================================= */

.dg-seminar-hero {
  padding: 54px 0 46px;
  border-bottom: 1px solid var(--seminar-line);
}

.dg-seminar-hero-inner {
  max-width: 820px;
}

.dg-seminar-kicker {
  margin-bottom: 8px;
  color: var(--seminar-blue);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.dg-seminar-hero h1 {
  margin: 0;
  font-size: clamp(2.6rem, 6vw, 4.5rem);
  font-weight: 800;
  letter-spacing: -.035em;
}

.dg-seminar-subtitle {
  margin: 4px 0 24px !important;
  color: var(--seminar-blue);
  font-size: clamp(1.25rem, 2.5vw, 1.65rem);
  font-weight: 500;
}

.dg-seminar-lead {
  max-width: 760px;
  margin-bottom: 14px !important;
  font-size: 1.08rem;
}

.dg-seminar-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0;
}

.dg-seminar-facts span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 13px;
  border: 1px solid var(--seminar-line);
  border-radius: 999px;
  background: var(--seminar-light);
  color: var(--seminar-dark);
  font-size: .88rem;
  font-weight: 700;
}
/* Facts / Bubbles im Seminar-Hero */

.dg-seminar-page .dg-seminar-facts {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 24px 0;
}

.dg-seminar-page .dg-seminar-facts > span {
  display: inline-flex !important;
  align-items: center;
  width: auto !important;
  min-height: 34px;
  padding: 6px 13px !important;
  margin: 0 !important;
  border: 1px solid var(--seminar-line);
  border-radius: 999px;
  background: var(--seminar-light);
  color: var(--seminar-dark);
  font-size: .88rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

/* =========================================================
   BUTTON
   ========================================================= */

.dg-seminar-page .dg-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  transition:
    transform .18s ease,
    box-shadow .18s ease;
}

.dg-seminar-page .dg-button-primary {
  background: var(--seminar-orange);
  color: var(--seminar-dark);
  box-shadow: 0 5px 14px rgba(41, 62, 71, .10);
}

.dg-seminar-page .dg-button-primary:hover,
.dg-seminar-page .dg-button-primary:focus {
  color: var(--seminar-dark);
  transform: translateY(-2px);
  box-shadow: 0 9px 20px rgba(41, 62, 71, .16);
}


/* =========================================================
   ALLGEMEINE ABSCHNITTE
   ========================================================= */

.dg-seminar-section {
  padding: 52px 0;
}

.dg-seminar-section-head {
  max-width: 820px;
  margin-bottom: 28px;
}

.dg-section-accent,
.dg-card-accent {
  display: block;
  width: 44px;
  height: 4px;
  margin-bottom: 13px;
  border-radius: 999px;
  background: var(--seminar-orange);
}


/* =========================================================
   DIE VIER KACHELN
   ========================================================= */

.dg-seminar-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.dg-seminar-card {
  position: relative;
  padding: 26px 25px 24px;
  overflow: hidden;
  border: 1px solid var(--seminar-line);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 7px 22px rgba(41, 62, 71, .07);
  transition:
    transform .2s ease,
    box-shadow .2s ease,
    border-color .2s ease;
}

.dg-seminar-card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 68px;
  height: 4px;
  border-radius: 0 0 4px 0;
  background: var(--seminar-orange);
  content: "";
}

.dg-seminar-card:hover {
  transform: translateY(-4px);
  border-color: rgba(90, 116, 129, .38);
  box-shadow: 0 13px 30px rgba(41, 62, 71, .12);
}

.dg-card-number {
  display: block;
  margin-bottom: 5px;
  color: var(--seminar-blue);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .035em;
}

.dg-seminar-card .dg-card-accent {
  display: none;
}

.dg-seminar-card p {
  margin-bottom: 0;
}


/* =========================================================
   FRAGEN-BOX
   ========================================================= */

.dg-seminar-highlight {
  display: block;
  margin: 8px 0 52px;
  padding: 30px 32px;
  border-left: 5px solid var(--seminar-orange);
  border-radius: 0 16px 16px 0;
  background: var(--seminar-light);
}

.dg-seminar-highlight .dg-highlight-line {
  display: none;
}

.dg-seminar-highlight > div {
  width: 100%;
  max-width: 780px;
}

.dg-seminar-highlight h2 {
  margin-bottom: 12px;
}

.dg-seminar-highlight p {
  width: 100%;
  max-width: none;
}

.dg-small {
  color: #5e7078;
  font-size: .88rem;
}


/* =========================================================
   PERSÖNLICHER ABSCHNITT
   ========================================================= */

.dg-seminar-personal {
  display: grid;
  grid-template-columns: minmax(0, 720px);
  gap: 34px;
  padding: 6px 0 54px;
}

.dg-seminar-personal-text {
  max-width: 720px;
}

/*
   Sobald dein Foto da ist, ergänzen wir hier eine zweite
   Spalte. Der Text funktioniert bis dahin allein.
*/


/* =========================================================
   7-TAGE-AUFZEICHNUNG
   ========================================================= */

.dg-seminar-recording {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 28px;
  align-items: center;
  margin: 0 0 54px;
  padding: 30px 34px;
  border: 1px solid var(--seminar-line);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(41, 62, 71, .07);
}

.dg-recording-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: var(--seminar-orange);
  color: var(--seminar-dark);
  font-size: .9rem;
  font-weight: 900;
  letter-spacing: .05em;
  text-align: center;
}

.dg-recording-content h2 {
  margin-bottom: 10px;
}

.dg-recording-content p:last-child {
  margin-bottom: 0;
}


/* =========================================================
   DER RAHMEN
   ========================================================= */

.dg-seminar-framework {
  padding-top: 8px;
}

.dg-framework-list {
  max-width: 800px;
  border-top: 1px solid var(--seminar-line);
}

.dg-framework-row {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 24px;
  padding: 14px 4px;
  border-bottom: 1px solid var(--seminar-line);
}

.dg-framework-row strong {
  color: var(--seminar-dark);
}


/* =========================================================
   TERMINE
   ========================================================= */

.dg-seminar-dates {
  padding-top: 46px;
}

.dg-seminar-termine {
  margin-top: 26px;
}

/*
   Auf der Seminar-Detailseite führt "Mehr erfahren" nur
   wieder zur Seite selbst. Deshalb nur HIER ausblenden.
*/

/* Auf Seminar-Detailseiten wird kein "Mehr erfahren" benötigt */
.dg-seminar-termine .dg-termin-actions {
  display: none;
}


/* =========================================================
   DIREKTBUCHUNG / EVENTS BOOKING
   ========================================================= */

.dg-eventbooking {
  margin: 18px 0 30px;
  padding: 38px 38px 42px;
  border: 1px solid var(--seminar-line);
  border-radius: 20px;
  background: var(--seminar-light);
}

.dg-eventbooking-head {
  max-width: 720px;
  margin-bottom: 28px;
}

.dg-eventbooking-head h2 {
  margin-bottom: 10px;
}

/*
   Events Booking gibt hier einen englischen Standardtext aus.
   Unser deutscher Einführungstext steht direkt darüber.
   Deshalb wird NUR diese Meldung innerhalb unserer
   Seminar-Buchungsbox ausgeblendet.
*/

.dg-eventbooking .eb-message {
  display: none;
}

.dg-eventbooking .eb-page-heading {
  margin: 8px 0 22px;
  font-size: 1.45rem;
}

/* Formular etwas ruhiger und großzügiger */

.dg-eventbooking .form-control {
  min-height: 44px;
  border-color: #cbd7dc;
  border-radius: 8px;
  background: #ffffff;
}

.dg-eventbooking textarea.form-control {
  min-height: 120px;
}

.dg-eventbooking .form-control:focus {
  border-color: var(--seminar-blue);
  box-shadow: 0 0 0 .15rem rgba(90, 116, 129, .14);
}

.dg-eventbooking .control-label,
.dg-eventbooking label {
  color: var(--seminar-dark);
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

  .dg-seminar-page {
    padding: 0 4px;
  }

  .dg-seminar-hero {
    padding: 38px 0 36px;
  }

  .dg-seminar-section {
    padding: 40px 0;
  }

  .dg-seminar-cards {
    grid-template-columns: 1fr;
  }

  .dg-seminar-card {
    padding: 24px 21px 22px;
  }

  .dg-seminar-highlight {
    gap: 17px;
    margin-bottom: 42px;
    padding: 25px 21px;
  }

  .dg-seminar-recording {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px 22px;
  }

  .dg-recording-badge {
    width: 74px;
    height: 74px;
  }

  .dg-framework-row {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .dg-eventbooking {
    padding: 28px 18px 32px;
    border-radius: 16px;
  }

}

@media (max-width: 480px) {

  .dg-seminar-facts {
    gap: 6px;
  }

  .dg-seminar-facts span {
    padding: 5px 10px;
    font-size: .8rem;
  }

  .dg-seminar-hero h1 {
    font-size: 2.45rem;
  }

}
/* Seminar-Facts – robuste Variante für Joomla/TinyMCE */

.dg-seminar-page .dg-seminar-facts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 24px 0;
}

.dg-seminar-page .dg-seminar-fact {
  display: inline-flex;
  align-items: center;
  width: auto;
  min-height: 34px;
  padding: 6px 13px;
  margin: 0;
  border: 1px solid var(--seminar-line);
  border-radius: 999px;
  background: var(--seminar-light);
  color: var(--seminar-dark);
  font-size: .88rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}
#dg-termine-122 .dg-termin-btn-primary {
  display: none !important;
}
@media (min-width: 768px) {
  .dg-seminar-page .dg-seminar-section-head {
    max-width: none;
  }
}
@media (min-width: 768px) {
  .dg-seminar-page .dg-seminar-lead,
  .dg-seminar-page .dg-seminar-section-head,
  .dg-seminar-page .dg-seminar-personal-text,
  .dg-seminar-page .dg-recording-content {
    max-width: none;
  }
}
/* =========================================================
   3-TEILIGE PRAXISSERIE – REFLEXINTEGRATION & ALLTAG
   ========================================================= */

.dg-series-page {
  --series-blue: #5a7481;
  --series-dark: #304954;
  --series-orange: #ffb004;
  --series-light: #eef3f4;
  --series-line: #d6e0e4;
  --series-ink: #293e47;

  color: var(--series-ink);
}

/* HERO */
.dg-series-hero {
  margin-bottom: 64px;
}

.dg-series-hero-inner {
  max-width: 1080px;
}

.dg-series-kicker {
  margin-bottom: 10px;
  color: var(--series-blue);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.dg-series-hero h1 {
  margin-bottom: 10px;
  color: var(--series-dark);
  font-size: clamp(2.2rem, 4.2vw, 3.5rem);
  line-height: 1.02;
}

.dg-series-subtitle {
  margin-bottom: 26px;
  color: var(--series-blue);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 700;
}

.dg-series-lead {
  margin-bottom: 16px;
  font-size: 1.12rem;
  line-height: 1.55;
}

.dg-series-hero-inner > p {
  line-height: 1.7;
}

.dg-series-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 26px 0;
}

.dg-series-fact {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 13px;
  border: 1px solid var(--series-line);
  border-radius: 999px;
  background: var(--series-light);
  color: var(--series-dark);
  font-size: .88rem;
  font-weight: 700;
  line-height: 1.2;
}

/* INTROBOX */
.dg-series-intro {
  margin-bottom: 64px;
}

.dg-series-intro-box {
  padding: 34px 36px;
  border-left: 5px solid var(--series-orange);
  border-radius: 0 18px 18px 0;
  background: var(--series-light);
}

.dg-series-intro-box h2 {
  margin-bottom: 22px;
  color: var(--series-dark);
}

.dg-series-intro-list {
  display: grid;
  gap: 11px;
  margin-bottom: 28px;
}

.dg-series-intro-list > div {
  position: relative;
  padding-left: 22px;
  line-height: 1.55;
}

.dg-series-intro-list > div::before {
  content: "•";
  position: absolute;
  left: 4px;
  top: 0;
  color: var(--series-orange);
  font-weight: 900;
}

.dg-series-corethought {
  padding: 18px 20px;
  border-radius: 14px;
  background: #ffffff;
  line-height: 1.55;
}

.dg-series-corethought strong {
  display: block;
  margin-bottom: 4px;
  color: var(--series-dark);
}

/* SECTION */
.dg-series-section {
  margin-bottom: 64px;
}

.dg-series-section-head {
  margin-bottom: 30px;
}

.dg-series-section-head h2 {
  margin-bottom: 10px;
  color: var(--series-dark);
}

.dg-series-section-head p {
  line-height: 1.65;
}

/* CARDS */
.dg-series-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.dg-series-card {
  position: relative;
  padding: 28px 26px;
  border: 1px solid var(--series-line);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 5px 16px rgba(48, 73, 84, .06);
  transition:
    transform .18s ease,
    box-shadow .18s ease,
    border-color .18s ease;
}

.dg-series-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  width: 54px;
  height: 4px;
  border-radius: 0 0 8px 8px;
  background: var(--series-orange);
}

.dg-series-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 176, 4, .55);
  box-shadow: 0 14px 28px rgba(48, 73, 84, .11);
}

.dg-series-card-number {
  margin-bottom: 14px;
  color: var(--series-blue);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.dg-series-card h3 {
  margin-bottom: 14px;
  color: var(--series-dark);
  font-size: 1.25rem;
  line-height: 1.3;
}

.dg-series-card > p {
  margin-bottom: 20px;
  line-height: 1.6;
}

.dg-series-card-points {
  display: grid;
  gap: 9px;
  margin-bottom: 22px;
}

.dg-series-card-points > div {
  position: relative;
  padding-left: 18px;
  font-size: .93rem;
  line-height: 1.45;
}

.dg-series-card-points > div::before {
  content: "•";
  position: absolute;
  left: 2px;
  top: 0;
  color: var(--series-orange);
  font-weight: 900;
}

.dg-series-card-thought {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--series-line);
  color: var(--series-dark);
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.45;
}

/* MOBILE / TABLET */
@media (max-width: 960px) {
  .dg-series-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .dg-series-hero {
    margin-bottom: 48px;
  }

  .dg-series-intro,
  .dg-series-section {
    margin-bottom: 48px;
  }

  .dg-series-intro-box {
    padding: 26px 22px;
  }

  .dg-series-card {
    padding: 26px 22px;
  }

  .dg-series-facts {
    gap: 7px;
  }

  .dg-series-fact {
    white-space: normal;
  }
}
/* EINSTEIGER */
.dg-series-beginner {
  max-width: 1080px;
  padding: 34px 36px;
  border: 1px solid var(--series-line);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(48, 73, 84, .06);
}

.dg-series-beginner h2 {
  margin-bottom: 14px;
  color: var(--series-dark);
}

.dg-series-beginner p {
  max-width: 900px;
  line-height: 1.65;
}

/* TERMINE */
.dg-series-datebox {
  display: grid;
  gap: 10px;
  max-width: 900px;
}

.dg-series-dateitem {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 18px;
  border: 1px solid var(--series-line);
  border-radius: 12px;
  background: var(--series-light);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.dg-series-dateitem:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 176, 4, .55);
  box-shadow: 0 10px 22px rgba(48, 73, 84, .08);
}

.dg-series-dateitem strong {
  color: var(--series-dark);
}

/* ANMELDUNG */
.dg-series-signup {
  margin: 64px 0;
}

.dg-series-signup-inner {
  max-width: 900px;
  padding: 36px 38px;
  border-radius: 20px;
  background: var(--series-dark);
  color: #ffffff;
}

.dg-series-signup-inner .dg-series-kicker {
  color: var(--series-orange);
}

.dg-series-signup-inner h2 {
  margin-bottom: 14px;
  color: #ffffff;
}

.dg-series-signup-inner p {
  line-height: 1.65;
}

.dg-series-signup-note {
  margin: 18px 0 26px;
  color: rgba(255,255,255,.78);
  font-size: .95rem;
}

@media (max-width: 767px) {
  .dg-series-beginner,
  .dg-series-signup-inner {
    padding: 26px 22px;
  }

  .dg-series-dateitem {
    flex-direction: column;
    gap: 4px;
  }
}
.dg-series-package-dates {
  display: grid;
  gap: 10px;
  max-width: 900px;
  margin: 26px 0 18px;
}

.dg-series-package-date {
  display: grid;
  grid-template-columns: 140px 1fr;
  align-items: center;
  gap: 18px;
  padding: 16px 18px;
  border: 1px solid var(--series-line);
  border-radius: 12px;
  background: var(--series-light);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.dg-series-package-date:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 176, 4, .55);
  box-shadow: 0 10px 22px rgba(48, 73, 84, .08);
}

.dg-series-package-label {
  color: var(--series-dark);
  font-weight: 800;
}

.dg-series-package-info {
  color: var(--series-ink);
}

.dg-series-package-note {
  max-width: 900px;
  margin: 18px 0 22px;
  padding: 16px 18px;
  border-left: 4px solid var(--series-orange);
  border-radius: 0 10px 10px 0;
  background: #fff8e8;
  line-height: 1.55;
}

.dg-series-package-note strong {
  color: var(--series-dark);
}

@media (max-width: 767px) {
  .dg-series-package-date {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}
/* Events Booking – englische Standard-Einleitung ausblenden */
.dg-series-signup .eb-message,
.dg-series-signup .eb-page-heading + .eb-message {
  display: none !important;
}