/* /podcasts — Werte aus reference/seitenformat.md (Startseite) */

.dm-pod {
  margin: 0;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.8;
  background: #ffffff;
}

.dm-pod-main {
  display: block;
}

.dm-pod-main h1,
.dm-pod-main h2,
.dm-pod-main h3,
.dm-pod-main h4 {
  margin-top: 0;
  margin-bottom: 30px;
  color: #000000;
  font-weight: 600;
  line-height: 1.2;
  text-transform: none;
  word-wrap: break-word;
}

.dm-pod-main h1 { font-size: 60px; }
.dm-pod-main h2 { font-size: 60px; }
.dm-pod-main h3 { font-size: 30px; }
.dm-pod-main h4 { font-size: 21px; }

.dm-pod-main p {
  margin: 0 0 40px;
}

.dm-pod-main a {
  color: #000000;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid #000000;
}

.dm-pod-main a:hover {
  color: #e5bd47;
  border-bottom-color: #e5bd47;
}

.dm-pod-wrap {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.dm-pod-kicker {
  margin: 0 0 10px;
  color: #e5bd47;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.2;
}

.dm-pod-lead {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.5;
}

.dm-pod-section {
  padding: 100px 40px;
  text-align: center;
}

#warum-wir {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

#beispiele {
  padding-top: 180px;
}

.dm-pod-btn {
  display: inline-block;
  min-width: 100px;
  padding: 20px 34px;
  border: 5px solid #e5bd47;
  border-radius: 10px;
  background: #e5bd47;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: lowercase;
  text-decoration: none;
  border-bottom: 5px solid #e5bd47;
}

.dm-pod-main a.dm-pod-btn {
  color: #ffffff;
  font-weight: 800;
  border-bottom: 5px solid #e5bd47;
}

.dm-pod-main a.dm-pod-btn:hover {
  background: transparent;
  color: #e5bd47;
  border-color: #e5bd47;
}

/* Hero: links, volle Höhe, gleichmäßige Abdunkelung */
.dm-pod-hero {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 67vh;
  padding: 40px 40px 40px 10%;
  text-align: left;
  color: #ffffff;
  background-color: #111111;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.587), rgba(0, 0, 0, 0.587)),
    url("/assets/podcasts/hero-studio.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 70% 100%;
}

.dm-pod-hero-inner {
  width: 100%;
  max-width: 760px;
}

.dm-pod-hero .dm-pod-kicker {
  max-width: none;
  margin: 0 0 4px;
  font-weight: 700;
}

.dm-pod-hero h1 {
  max-width: 12em;
  margin: 0 0 30px;
  color: #ffffff;
  font-weight: 700;
  font-size: 60px;
  text-align: left;
}

.dm-pod-hero-lead,
.dm-pod-hero-line {
  max-width: 720px;
  margin: 0;
  color: #ffffff;
  font-size: 25px;
  line-height: 1.45;
  text-align: left;
  opacity: 0.8;
}

.dm-pod-hero-line {
  margin-top: 6px;
  white-space: nowrap;
}

.dm-pod-hero .dm-pod-btn {
  background: transparent;
  color: #ffffff;
  font-size: 20px;
}

.dm-pod-main .dm-pod-hero a.dm-pod-btn {
  color: #ffffff;
}

.dm-pod-main .dm-pod-hero a.dm-pod-btn:hover {
  background: #e5bd47;
  border-color: #e5bd47;
  color: #ffffff;
}

/* Abschnitt mit Bild daneben */
.dm-pod-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 8%;
  align-items: stretch;
  margin-top: 10px;
  text-align: left;
}

.dm-pod-split .dm-pod-lead,
.dm-pod-radio {
  max-width: none;
  margin-left: 0;
  font-size: 19px;
  line-height: 1.8;
}

#warum-wir .dm-pod-split h3 {
  margin: 0;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.8;
}

.dm-pod-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.dm-pod-steps li {
  margin-bottom: 20px;
}

.dm-pod-steps strong {
  display: block;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.2;
}

.dm-pod-steps p {
  margin: 8px 0 0;
  font-size: 19px;
}

.dm-pod-why-row {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  column-gap: 8%;
  align-items: center;
  text-align: left;
}

.dm-pod-why-row > img {
  width: 100%;
  height: 100%;
  max-height: 620px;
  object-fit: cover;
  object-position: center;
}

.dm-pod-nums {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dm-pod-nums li {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 18px;
  align-items: start;
  margin-bottom: 28px;
}

.dm-pod-nums li:last-child {
  margin-bottom: 0;
}

.dm-pod-num {
  display: block;
  color: #e5bd47;
  font-size: 60px;
  font-weight: 600;
  line-height: 0.85;
}

.dm-pod-nums h3 {
  margin-bottom: 8px;
}

.dm-pod-nums p {
  margin: 0;
  font-size: 19px;
  line-height: 1.8;
}

.dm-pod-portrait {
  background-color: transparent;
  background-image: url("/_cdn.chimpify.net/65ae30c0aa58722e588b4aed/2024/01/sascha_baron_trans.webp");
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: contain;
}

#beispiel-video h2 {
  margin-bottom: 12px;
}

.dm-pod-main p.dm-pod-video-caption {
  max-width: 900px;
  margin: 0 auto 32px;
  font-size: 19px;
  text-align: center;
}

.dm-pod-photo {
  margin: 0;
}

.dm-pod-photo img {
  width: 100%;
  max-height: 640px;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
}

.dm-pod-photo figcaption {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.5;
  text-align: left;
}

/* Drei Spalten */
.dm-pod-fields-grid,
.dm-pod-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.dm-pod-fields-grid h3,
.dm-pod-card h3 {
  margin-bottom: 10px;
}

.dm-pod-fields-grid p,
.dm-pod-card p {
  margin: 0;
  font-size: 19px;
}

.dm-pod-card {
  display: flex;
  flex-direction: column;
}

.dm-pod-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
  margin-bottom: 20px;
}

.dm-pod-card h3 {
  margin-bottom: 10px;
  font-size: 30px;
}

.dm-pod-since {
  max-width: 900px;
  margin: 50px auto 0;
  font-size: 19px;
  line-height: 1.8;
}

/* Kundenlogos wie Startseite, auf Mischpult-Hintergrund, volle Sektionsbreite */
#warum-wir > .dm-pod-wrap {
  padding-left: 40px;
  padding-right: 40px;
}

.dm-pod-logo-band {
  margin-top: 48px;
  padding: 56px 0 48px;
  background-color: #0a0a0a;
  background-image: url("/assets/podcasts/logo-band.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.dm-pod-prose {
  max-width: 900px;
  text-align: left;
}

.dm-pod-prose h2 {
  text-align: center;
}

.dm-pod-boost-art {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 10px;
  margin-bottom: 56px;
}

.dm-pod-boost-art img {
  width: 100%;
  height: auto;
}

.dm-pod-video {
  max-width: 900px;
  margin: 0 auto;
}

.dm-pod-video-btn {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}

.dm-pod-video-btn img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
}

.dm-pod-video-btn .fa-play-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #e5bd47;
  font-size: 100px;
  line-height: 1;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
}

.dm-pod-video iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}

.dm-pod-video-note {
  margin-top: 16px;
  font-size: 15px;
  text-align: center;
}

.dm-pod-client {
  display: block;
  margin-bottom: 8px;
  color: #e5bd47;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.2;
}

.dm-pod-card a {
  display: inline-block;
  margin-top: 16px;
}

/* Multiplikator: drei Textspalten, dann Viererpunkte */
.dm-pod-flow {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  margin-top: 10px;
  text-align: left;
}

.dm-pod-arrow {
  display: none;
}

.dm-pod-flow article {
  padding: 0;
}

.dm-pod-step-label {
  display: block;
  margin-bottom: 10px;
  color: #e5bd47;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.2;
}

.dm-pod-flow h3 {
  margin-bottom: 10px;
}

.dm-pod-flow p {
  margin-bottom: 20px;
  font-size: 19px;
}

.dm-pod-chips {
  margin: 0;
  padding-left: 60px;
  text-align: left;
}

.dm-pod-chips li {
  margin-bottom: 20px;
  font-size: 19px;
}

.dm-pod-why {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 8%;
  row-gap: 10px;
  margin: 60px 0 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.dm-pod-why strong {
  display: block;
  margin-bottom: 8px;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.2;
}

.dm-pod-why p {
  margin: 0;
  font-size: 19px;
}

.dm-pod-cta .dm-pod-lead {
  margin-bottom: 45px;
}

.dm-pod-cta .dm-pod-btn {
  text-transform: none;
}

@media (max-width: 991px) {
  .dm-pod-main h2 {
    font-size: 40px;
  }

  .dm-pod-hero h1 {
    font-size: 50px;
  }

  .dm-pod-split,
  .dm-pod-fields-grid,
  .dm-pod-why-row,
  .dm-pod-boost-art {
    grid-template-columns: 1fr;
  }

  .dm-pod-num {
    font-size: 40px;
  }

  .dm-pod-portrait {
    aspect-ratio: 1 / 1;
    max-height: 520px;
  }
}

@media (max-width: 800px) {
  .dm-pod-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 479px) {
  .dm-pod-main h1 { font-size: 30px; }
  .dm-pod-main h2 { font-size: 30px; }
  .dm-pod-main h3 { font-size: 20px; }
  .dm-pod-main h4 { font-size: 18px; }

  .dm-pod-section {
    padding: 50px 25px;
  }

  .dm-pod-hero {
    align-items: stretch;
    justify-content: flex-start;
    padding: 128px 25px 40px 40px;
    text-align: left;
  }

  .dm-pod-video-btn .fa-play-circle {
    font-size: 72px;
  }

  .dm-pod-grid,
  .dm-pod-fields-grid {
    grid-template-columns: 1fr;
  }

  .dm-pod-hero h1,
  .dm-pod-hero .dm-pod-kicker,
  .dm-pod-hero-lead {
    max-width: 100%;
    font-size: 40px;
  }

  .dm-pod-hero .dm-pod-kicker,
  .dm-pod-hero-lead,
  .dm-pod-hero-line {
    font-size: 20px;
  }

  .dm-pod-hero-line {
    white-space: normal;
  }

  .dm-pod-hero h1 {
    font-size: 40px;
  }

  #warum-podcast .dm-pod-why-row {
    row-gap: 40px;
  }

  #warum-podcast {
    padding-bottom: 48px;
  }

  #warum-wir {
    padding-top: 48px;
    padding-bottom: 0;
  }

  #warum-wir > .dm-pod-wrap {
    padding-left: 25px;
    padding-right: 25px;
  }

  #beispiele {
    padding-top: 72px;
  }

  .dm-pod-split,
  .dm-pod-fields-grid,
  .dm-pod-grid,
  .dm-pod-flow,
  .dm-pod-why {
    grid-template-columns: 1fr;
  }

  .dm-pod-flow article:last-child,
  .dm-pod-grid .dm-pod-card:last-child,
  .dm-pod-fields-grid li:last-child {
    grid-column: auto;
  }

  .dm-pod-chips {
    padding-left: 24px;
  }
}

/* Glossar-Links in Hero/Überschriften: Farbe erben, kein Layoutbruch */
.dm-pod-main .dm-pod-hero .dm-pod-kicker a,
.dm-pod-main .dm-pod-hero-lead a {
  color: inherit;
  font-weight: inherit;
  border-bottom: 1px solid currentColor;
}
.dm-pod-main .dm-pod-hero .dm-pod-kicker a:hover,
.dm-pod-main .dm-pod-hero-lead a:hover {
  color: inherit;
  border-bottom-color: currentColor;
  opacity: 0.85;
}
.dm-pod-main .dm-pod-prose h2 a {
  color: inherit;
  font-weight: inherit;
  border-bottom: 2px solid currentColor;
}
.dm-pod-main .dm-pod-prose h2 a:hover {
  color: #e5bd47;
  border-bottom-color: #e5bd47;
}
