/* Start custom CSS for html, class: .elementor-element-eceb864 */.grin-audio-showcase {
  --grin-audio-accent: #3589aa;
  --grin-audio-accent-dark: #286d89;
  --grin-audio-background: #f5f8f9;
  --grin-audio-surface: #ffffff;
  --grin-audio-text: #20272b;
  --grin-audio-muted: #657178;
  --grin-audio-border: #dce4e7;

  box-sizing: border-box;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 48px 24px;
  color: var(--grin-audio-text);
  background: var(--grin-audio-background);
  border-radius: 16px;
  font-family: inherit;
}

.grin-audio-showcase *,
.grin-audio-showcase *::before,
.grin-audio-showcase *::after {
  box-sizing: border-box;
}

.grin-audio-showcase__header {
  max-width: 760px;
  margin: 0 0 32px;
}

.grin-audio-showcase__eyebrow {
  margin: 0 0 8px;
  color: var(--grin-audio-accent);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.grin-audio-showcase__title {
  margin: 0 0 14px;
  color: var(--grin-audio-text);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  line-height: 1.15;
}

.grin-audio-showcase__intro {
  margin: 0;
  color: var(--grin-audio-muted);
  font-size: 18px;
  line-height: 1.6;
}

.grin-audio-player {
  overflow: hidden;
  background: var(--grin-audio-surface);
  border: 1px solid var(--grin-audio-border);
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(24, 47, 57, 0.08);
}

.grin-audio-player__track {
  display: grid;
  grid-template-columns: 32px 48px minmax(180px, 1fr) minmax(240px, 420px) 52px;
  gap: 16px;
  align-items: center;
  min-height: 88px;
  margin: 0;
  padding: 16px 20px;
  background: var(--grin-audio-surface);
  border-bottom: 1px solid var(--grin-audio-border);
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
}

.grin-audio-player__track:last-child {
  border-bottom: 0;
}

.grin-audio-player__track:hover {
  background: rgba(53, 137, 170, 0.07);
}

.grin-audio-player__number {
  color: var(--grin-audio-muted);
  font-size: 13px;
  font-variant-numeric: tabular-nums;
  text-align: center;
}
.grin-audio-player__artwork {
  width: 48px;
  height: 48px;
  overflow: hidden;
  background: rgba(53, 137, 170, 0.1);
  border: 1px solid rgba(53, 137, 170, 0.22);
  border-radius: 8px;
}

.grin-audio-player__artwork img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.grin-audio-player__play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  color: #ffffff;
  background: var(--grin-audio-accent);
  border: 0;
  border-radius: 50%;
  box-shadow: none;
  cursor: pointer;
  font: inherit;
  line-height: 1;
  appearance: none;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
}

.grin-audio-player__play:hover {
  background: var(--grin-audio-accent-dark);
  transform: scale(1.05);
}

.grin-audio-player__play:focus-visible {
  outline: 3px solid rgba(53, 137, 170, 0.35);
  outline-offset: 3px;
}

.grin-audio-player__play span {
  display: block;
  margin-left: 2px;
  font-size: 15px;
}

.grin-audio-player__info {
  min-width: 0;
}

.grin-audio-player__track-title {
  overflow: hidden;
  margin: 0 0 4px;
  color: var(--grin-audio-text);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.grin-audio-player__meta {
  overflow: hidden;
  margin: 0;
  color: var(--grin-audio-muted);
  font-size: 14px;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.grin-audio-player__audio {
  display: block;
  width: 100%;
  min-width: 0;
  height: 40px;
  accent-color: var(--grin-audio-accent);
}

.grin-audio-player__duration {
  color: var(--grin-audio-muted);
  font-size: 13px;
  font-variant-numeric: tabular-nums;
  text-align: right;
}

.grin-audio-showcase__note {
  margin: 20px 0 0;
  color: var(--grin-audio-muted);
  font-size: 14px;
  line-height: 1.6;
}

/* Tablet */
@media (max-width: 850px) {
  .grin-audio-player__track {
    grid-template-columns: 28px 44px minmax(0, 1fr) 48px;
  }

  .grin-audio-player__audio {
    grid-column: 2 / -1;
    width: 100%;
  }
}

/* Smartphone */
@media (max-width: 560px) {
  .grin-audio-showcase {
    padding: 32px 16px;
    border-radius: 10px;
  }

  .grin-audio-showcase__intro {
    font-size: 16px;
  }

  .grin-audio-player__track {
    grid-template-columns: 40px minmax(0, 1fr) 42px;
    gap: 12px;
    padding: 16px;
  }

  .grin-audio-player__number {
    display: none;
  }

  .grin-audio-player__play {
    width: 40px;
    height: 40px;
  }

  .grin-audio-player__audio {
    grid-column: 1 / -1;
  }
}

/* Bewegungsreduktion entsprechend der Systemeinstellung */
@media (prefers-reduced-motion: reduce) {
  .grin-audio-player__track,
  .grin-audio-player__play {
    transition: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c610cdf */.grin-composer-timeline {
  --grin-timeline-accent: #3589aa;
  --grin-timeline-accent-dark: #286f8b;
  --grin-timeline-accent-soft: rgba(53, 137, 170, 0.12);
  --grin-timeline-text: #20272b;
  --grin-timeline-muted: #66737a;
  --grin-timeline-surface: #ffffff;
  --grin-timeline-background: #f5f8f9;
  --grin-timeline-border: #d9e4e8;

  box-sizing: border-box;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 56px 32px;
  color: var(--grin-timeline-text);
  background: var(--grin-timeline-background);
  border-radius: 16px;
  font-family: inherit;
}

.grin-composer-timeline *,
.grin-composer-timeline *::before,
.grin-composer-timeline *::after {
  box-sizing: border-box;
}

.grin-composer-timeline__header {
  max-width: 760px;
  margin: 0 0 48px;
}

.grin-composer-timeline__eyebrow {
  margin: 0 0 8px;
  color: var(--grin-timeline-accent);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.grin-composer-timeline__title {
  margin: 0 0 16px;
  color: var(--grin-timeline-text);
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 700;
  line-height: 1.15;
}

.grin-composer-timeline__intro {
  margin: 0;
  color: var(--grin-timeline-muted);
  font-size: 18px;
  line-height: 1.65;
}

.grin-composer-timeline__list {
  position: relative;
  display: grid;
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Vertikale Hauptlinie */
.grin-composer-timeline__list::before {
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 109px;
  width: 2px;
  background: var(--grin-timeline-border);
  content: "";
}

.grin-composer-timeline__item {
  position: relative;
  display: grid;
  grid-template-columns: 88px 44px minmax(0, 1fr);
  align-items: start;
  margin: 0;
  padding: 0;
}

/* Punkt auf der Zeitachse */
.grin-composer-timeline__marker {
  position: relative;
  z-index: 2;
  grid-column: 2;
  width: 18px;
  height: 18px;
  margin: 22px auto 0;
  background: var(--grin-timeline-surface);
  border: 5px solid var(--grin-timeline-accent);
  border-radius: 50%;
  box-shadow: 0 0 0 5px var(--grin-timeline-background);
}

.grin-composer-timeline__card {
  position: relative;
  grid-column: 3;
  margin: 0;
  padding: 24px 28px;
  background: var(--grin-timeline-surface);
  border: 1px solid var(--grin-timeline-border);
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(30, 53, 63, 0.07);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.grin-composer-timeline__card::before {
  position: absolute;
  top: 23px;
  left: -9px;
  width: 16px;
  height: 16px;
  background: var(--grin-timeline-surface);
  border-bottom: 1px solid var(--grin-timeline-border);
  border-left: 1px solid var(--grin-timeline-border);
  content: "";
  transform: rotate(45deg);
}

.grin-composer-timeline__card:hover {
  border-color: rgba(53, 137, 170, 0.45);
  box-shadow: 0 12px 30px rgba(30, 53, 63, 0.11);
  transform: translateY(-2px);
}

.grin-composer-timeline__date {
  margin: 0 0 8px;
  color: var(--grin-timeline-accent);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

.grin-composer-timeline__event-title {
  margin: 0 0 10px;
  color: var(--grin-timeline-text);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
}

.grin-composer-timeline__text {
  margin: 0;
  color: var(--grin-timeline-muted);
  font-size: 16px;
  line-height: 1.65;
}

.grin-composer-timeline__text em {
  color: var(--grin-timeline-text);
}

.grin-composer-timeline__location {
  display: inline-flex;
  align-items: center;
  margin: 16px 0 0;
  padding: 5px 10px;
  color: var(--grin-timeline-accent-dark);
  background: var(--grin-timeline-accent-soft);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

/* Tablet */
@media (max-width: 760px) {
  .grin-composer-timeline {
    padding: 44px 24px;
  }

  .grin-composer-timeline__list::before {
    left: 21px;
  }

  .grin-composer-timeline__item {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .grin-composer-timeline__marker {
    grid-column: 1;
  }

  .grin-composer-timeline__card {
    grid-column: 2;
  }
}

/* Smartphone */
@media (max-width: 520px) {
  .grin-composer-timeline {
    padding: 36px 16px;
    border-radius: 10px;
  }

  .grin-composer-timeline__header {
    margin-bottom: 36px;
  }

  .grin-composer-timeline__intro {
    font-size: 16px;
  }

  .grin-composer-timeline__list {
    gap: 22px;
  }

  .grin-composer-timeline__card {
    padding: 20px;
  }

  .grin-composer-timeline__event-title {
    font-size: 19px;
  }

  .grin-composer-timeline__text {
    font-size: 15px;
  }
}

/* Reduzierte Animationen gemäß Systemeinstellung */
@media (prefers-reduced-motion: reduce) {
  .grin-composer-timeline__card {
    transition: none;
  }

  .grin-composer-timeline__card:hover {
    transform: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-60f31b0 *//* =========================================================
   Standalone Buchinfo-Block inkl. CTA-Button
   Für HTML-Wrapper:
   <section class="tbp-book-info-standalone">...</section>
   ========================================================= */

.tbp-book-info-standalone,
.tbp-book-info-standalone * {
  box-sizing: border-box;
}

.tbp-book-info-standalone {
  max-width: 1120px;
  margin: 0 auto;
  padding: 72px 24px;
  font-family: Georgia, "Times New Roman", serif;
  color: #1f1f1f;
}

/* Hauptbox */

.tbp-book-info-standalone .tbp-book-info-box {
  background: #ffffff;
  border: 1px solid #e3d8cd;
  border-radius: 28px;
  padding: clamp(28px, 5vw, 48px);
  box-shadow: 0 18px 45px rgba(31, 31, 31, 0.08);
}

/* Header */

.tbp-book-info-standalone .tbp-book-info-header {
  max-width: 720px;
  margin-bottom: 34px;
}

.tbp-book-info-standalone .tbp-book-info-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  font-family: Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #66615c;
}

.tbp-book-info-standalone h2 {
  margin: 0 0 18px;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  line-height: 1.15;
  letter-spacing: -0.035em;
  color: #2b2520;
}

.tbp-book-info-standalone p {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.7;
  color: #66615c;
}

/* Formatkarten */

.tbp-book-info-standalone .tbp-format-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 0 0 28px;
}

.tbp-book-info-standalone .tbp-format-card {
  padding: 28px;
  border-radius: 22px;
  background: #f4efe8;
  border: 1px solid #e3d8cd;
}

.tbp-book-info-standalone .tbp-format-label {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #3589aa;
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tbp-book-info-standalone .tbp-format-card h3 {
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  line-height: 1.15;
  color: #2b2520;
}

/* ISBN / Preis */

.tbp-book-info-standalone .tbp-format-card dl {
  margin: 0;
  padding: 0;
}

.tbp-book-info-standalone .tbp-format-card dl div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  padding: 12px 0;
  border-top: 1px solid rgba(43, 37, 32, 0.14);
}

.tbp-book-info-standalone .tbp-format-card dl div:last-child {
  padding-bottom: 0;
}

.tbp-book-info-standalone .tbp-format-card dt {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  font-size: 0.92rem;
  font-weight: 400;
  line-height: 1.35;
  color: #66615c;
}

.tbp-book-info-standalone .tbp-format-card dd {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.35;
  color: #2b2520;
  text-align: right;
}

/* Metadaten */

.tbp-book-info-standalone .tbp-book-meta-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
}

.tbp-book-info-standalone .tbp-book-meta-item {
  padding: 20px;
  background: #fbf8f4;
  border: 1px solid #e3d8cd;
  border-radius: 18px;
}

.tbp-book-info-standalone .tbp-book-meta-item span {
  display: block;
  margin-bottom: 6px;
  font-family: Arial, sans-serif;
  font-size: 0.82rem;
  line-height: 1.35;
  color: #66615c;
}

.tbp-book-info-standalone .tbp-book-meta-item strong {
  display: block;
  font-family: Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.35;
  color: #2b2520;
}

/* CTA-Button */

.tbp-book-info-standalone .tbp-book-buy-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 34px;
  text-align: center;
}

.tbp-book-info-standalone .tbp-buy-button,
.tbp-book-info-standalone .tbp-buy-button:link,
.tbp-book-info-standalone .tbp-buy-button:visited {
  display: inline-flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 280px;
  max-width: 100%;
  padding: 18px 34px;
  border-radius: 999px;
  background-color: #3589aa;
  color: #ffffff !important;
  text-decoration: none !important;
  font-family: Arial, sans-serif;
  line-height: 1.25;
  box-shadow: 0 14px 30px rgba(53, 137, 170, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  visibility: visible !important;
  opacity: 1 !important;
}

.tbp-book-info-standalone .tbp-buy-button:hover,
.tbp-book-info-standalone .tbp-buy-button:focus {
  background-color: #2d7895;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(53, 137, 170, 0.34);
}

.tbp-book-info-standalone .tbp-buy-button-main {
  display: block;
  font-size: 1rem;
  font-weight: 800;
}

.tbp-book-info-standalone .tbp-buy-button-sub {
  display: block;
  margin-top: 4px;
  font-size: 0.82rem;
  font-weight: 500;
  opacity: 0.9;
}

/* Responsive */

@media (max-width: 900px) {
  .tbp-book-info-standalone .tbp-format-grid,
  .tbp-book-info-standalone .tbp-book-meta-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .tbp-book-info-standalone {
    padding: 48px 18px;
  }

  .tbp-book-info-standalone .tbp-format-grid,
  .tbp-book-info-standalone .tbp-book-meta-grid {
    grid-template-columns: 1fr;
  }

  .tbp-book-info-standalone .tbp-format-card dl div {
    display: block;
  }

  .tbp-book-info-standalone .tbp-format-card dt {
    margin-bottom: 4px;
  }

  .tbp-book-info-standalone .tbp-format-card dd {
    text-align: left;
  }

  .tbp-book-info-standalone .tbp-buy-button {
    width: 100%;
    min-width: 0;
    padding: 17px 24px;
  }
}/* End custom CSS */