/* Lobpreis Radio-Band + persistenter Host (seitenweite Play/Stop-Steuerung) */

.page-lobpreis {
  overflow-x: clip;
}

.lobpreis-radio-banner.home-lobpreis-teaser {
  position: relative;
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  overflow: hidden;
  /* niedrigere Banner-Höhe */
  padding: clamp(1.45rem, 3.2vw, 2.1rem) clamp(1rem, 3.5vw, 1.75rem)
    clamp(1.35rem, 3vw, 1.9rem);
  background:
    radial-gradient(90% 55% at 50% 38%, rgba(30, 58, 95, 0.55) 0%, rgba(10, 22, 40, 0) 62%),
    radial-gradient(ellipse 78% 58% at 50% 12%, rgba(201, 168, 76, 0.14), transparent 56%),
    radial-gradient(ellipse 70% 46% at 50% 100%, rgba(7, 24, 46, 0.55), transparent 68%),
    linear-gradient(180deg, #0c1a30 0%, #0a1628 46%, #070f1c 100%);
  border-bottom: 1px solid rgba(201, 168, 76, 0.22);
  color: #faf6ee;
}

.page-lobpreis .lobpreis-radio-banner.home-lobpreis-teaser {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  border-radius: 0;
}

.lobpreis-radio-banner.home-lobpreis-teaser::before {
  background:
    radial-gradient(ellipse 60% 40% at 18% 70%, rgba(30, 58, 95, 0.35), transparent 70%),
    radial-gradient(ellipse 55% 38% at 82% 30%, rgba(201, 168, 76, 0.08), transparent 65%);
}

.lobpreis-radio-banner .llx-hero__melody,
.lobpreis-radio-banner .llx-hero__notes-drift {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.lobpreis-radio-banner .llx-hero-drift-note {
  width: clamp(0.95rem, 2.3vw, 1.55rem);
  color: rgba(245, 235, 211, 0.96);
  filter:
    drop-shadow(0 0 3px rgba(250, 246, 238, 0.95))
    drop-shadow(0 0 10px rgba(201, 168, 76, 0.75))
    drop-shadow(0 0 18px rgba(201, 168, 76, 0.45));
}

.lobpreis-radio-banner .llx-hero-drift-note--flag {
  width: clamp(1.1rem, 2.6vw, 1.85rem);
}

.lobpreis-radio-banner .llx-hero-drift-note--beam {
  width: clamp(1.35rem, 3.1vw, 2.15rem);
}

.lobpreis-radio-banner__inner {
  position: relative;
  z-index: 1;
  max-width: min(26.5rem, 100%);
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

.page-lobpreis .lobpreis-radio-banner__inner {
  max-width: min(26.5rem, calc(100vw - 1.7rem));
}

/* Rahmen um Player + Link darunter (im Rahmen) */
/* Rahmen knapp um Player; Link darunter im selben Rahmen */
.lobpreis-radio-banner__player {
  width: min(22.5rem, 100%);
  margin: 0 auto;
  border-radius: 1.1rem;
  overflow: hidden;
  border: 1px solid rgba(201, 168, 76, 0.42);
  background:
    linear-gradient(165deg, rgba(19, 39, 68, 0.42) 0%, rgba(10, 22, 40, 0.28) 55%, rgba(7, 15, 28, 0.34) 100%);
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(245, 235, 211, 0.1);
  backdrop-filter: blur(14px) saturate(1.15);
  -webkit-backdrop-filter: blur(14px) saturate(1.15);
  display: flex;
  flex-direction: column;
  padding: 0;
}

.lobpreis-radio-banner__frame-slot {
  width: 100%;
  /* kompakter Embed ~ Panel + Play, ohne Leerraum/Scrollbar */
  height: 26rem;
  min-height: 26rem;
  max-height: 26rem;
  overflow: hidden;
  /* dunkler Untergrund hinter transparentem Live-Embed = Milchglas wie Bild 1 */
  background: #0a1628;
}

.lobpreis-radio-banner__install {
  margin: 0;
  padding: 0.55rem 0.75rem 0.7rem;
  text-align: center;
  border-top: 1px solid rgba(201, 168, 76, 0.22);
  background: rgba(10, 22, 40, 0.28);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.lobpreis-radio-banner__install a {
  color: rgba(232, 213, 160, 0.95);
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
}

.lobpreis-radio-banner__install a:hover,
.lobpreis-radio-banner__install a:focus-visible {
  color: #f5ebd3;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.lobpreis-page-player {
  margin-top: clamp(3.25rem, 7vw, 5rem);
}

/* Persistenter Radio-Host */
.glr-radio-host {
  z-index: 45;
}

.glr-radio-host.is-parked {
  position: fixed;
  width: 1px;
  height: 1px;
  left: -9999px;
  top: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.glr-radio-host.is-page {
  position: fixed;
  pointer-events: none;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.glr-radio-host.is-page .glr-radio-host__frame {
  scrollbar-width: none;
  -ms-overflow-style: none;
  pointer-events: auto;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  overflow: hidden;
  background: #0a1628;
}

.glr-radio-host__frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #0a1628;
  overflow: hidden;
  color-scheme: dark;
}

/* Float: Noten = aus, Pause = läuft */
.lp-float__icon--note {
  width: 1.55rem;
  height: 1.55rem;
  color: inherit;
}

.lp-float__note-svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lp-float__glyph[hidden] {
  display: none !important;
}

.lp-float__trigger[data-glr-float-state="idle"] .lp-float__glyph--notes,
.lp-float__trigger[data-glr-float-state="paused"] .lp-float__glyph--notes {
  display: inline;
}

.lp-float__trigger[data-glr-float-state="idle"] .lp-float__glyph--play,
.lp-float__trigger[data-glr-float-state="paused"] .lp-float__glyph--play,
.lp-float__trigger[data-glr-float-state="idle"] .lp-float__glyph--pause,
.lp-float__trigger[data-glr-float-state="paused"] .lp-float__glyph--pause {
  display: none !important;
}

.lp-float__trigger[data-glr-float-state="idle"]:hover .lp-float__glyph--notes,
.lp-float__trigger[data-glr-float-state="paused"]:hover .lp-float__glyph--notes,
.lp-float__trigger[data-glr-float-state="idle"]:focus-visible .lp-float__glyph--notes,
.lp-float__trigger[data-glr-float-state="paused"]:focus-visible .lp-float__glyph--notes {
  display: none !important;
}

.lp-float__trigger[data-glr-float-state="idle"]:hover .lp-float__glyph--play,
.lp-float__trigger[data-glr-float-state="paused"]:hover .lp-float__glyph--play,
.lp-float__trigger[data-glr-float-state="idle"]:focus-visible .lp-float__glyph--play,
.lp-float__trigger[data-glr-float-state="paused"]:focus-visible .lp-float__glyph--play {
  display: inline !important;
}

.lp-float__trigger[data-glr-float-state="playing"] .lp-float__glyph--notes,
.lp-float__trigger[data-glr-float-state="playing"] .lp-float__glyph--play {
  display: none !important;
}

.lp-float__trigger[data-glr-float-state="playing"] .lp-float__glyph--pause {
  display: inline !important;
}

@media (max-width: 390px) {
  .lobpreis-radio-banner.home-lobpreis-teaser {
    padding-left: 0.85rem;
    padding-right: 0.85rem;
  }

  .lobpreis-radio-banner__player {
    width: 100%;
  }

  .lobpreis-radio-banner__frame-slot {
    height: 25.5rem;
    min-height: 25.5rem;
    max-height: 25.5rem;
  }
}

/* Lobpreis-Seite: Intro über Radio + YouTube-Kopf */
/* Lobpreis-Seite: Intro ueber Radio + YouTube-Kopf */
.page-lobpreis .lobpreis-page-intro {
  margin-bottom: 0;
  padding-bottom: clamp(1.15rem, 2.8vw, 1.85rem);
}

.page-lobpreis .lobpreis-page-intro__text {
  margin: 0 auto;
  max-width: 38rem;
  text-align: center;
  line-height: 1.7;
}

.page-lobpreis .lobpreis-page-intro__text + .lobpreis-page-intro__text {
  margin-top: 0.85rem;
}

.page-lobpreis .article-shell.content-wrapper {
  padding-bottom: clamp(1.35rem, 3.2vw, 2.1rem);
}

.page-lobpreis.page-main,
body.page-lobpreis #main-content.page-main {
  padding-top: calc(var(--nav-h) + clamp(3.6rem, 7.5vw, 5rem));
}

.page-lobpreis .lobpreis-radio-banner.home-lobpreis-teaser {
  margin-top: clamp(0.35rem, 1.2vw, 0.75rem);
}

.lobpreis-page-player__header {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto clamp(1.75rem, 4vw, 2.75rem);
}

.lobpreis-page-player__eyebrow {
  margin: 0 0 0.65rem;
  font-family: var(--font-sans);
  font-size: clamp(0.68rem, 1.35vw, 0.72rem);
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold-on-light, #b8984f);
}

.lobpreis-page-player__title {
  margin: 0 0 clamp(0.75rem, 1.8vw, 1rem);
  font-family: var(--font-serif);
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  font-weight: 500;
  line-height: 1.18;
  color: var(--text-dark, #0a1628);
}

.lobpreis-page-player__lead {
  margin: 0 auto;
  max-width: 36rem;
  font-size: clamp(0.98rem, 1.7vw, 1.08rem);
  line-height: 1.7;
  color: var(--text-muted, rgba(10, 22, 40, 0.78));
}

.lobpreis-page-player__lead + .lobpreis-page-player__lead {
  margin-top: 0.85rem;
}


.lobpreis-radio-banner__player {
  position: relative;
}

.lobpreis-radio-banner__share {
  position: absolute;
  top: 0.7rem;
  right: 0.7rem;
  z-index: 4;
}

.lobpreis-radio-banner__share .gt-share__btn {
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 999px;
  border: 1px solid rgba(201, 168, 76, 0.45);
  background: rgba(10, 22, 40, 0.62);
  color: rgba(232, 213, 160, 0.95);
}

.lobpreis-radio-banner__share .gt-share__btn:hover,
.lobpreis-radio-banner__share .gt-share__btn:focus-visible,
.lobpreis-radio-banner__share .gt-share__btn[aria-expanded="true"] {
  border-color: rgba(232, 213, 160, 0.85);
  color: #f5ebd3;
  background: rgba(10, 22, 40, 0.82);
}


/* Radio-Float: Button ist Trigger und Wrapper zugleich – Klicks muessen ankommen */
.site-float-stack .lp-float.lp-float__trigger {
  pointer-events: auto;
}


/* Hauptmenue: Dropdown-Koepfe ohne Link, Optik wie weisse Nav-Links */
button.nav-dropdown-toggle {
  appearance: none;
  -webkit-appearance: none;
  display: block;
  margin: 0;
  padding: 0.5rem 0.85rem;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--cream, #faf6ee);
  font: inherit;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: inherit;
  text-align: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.2s, background 0.2s;
}

button.nav-dropdown-toggle:hover,
button.nav-dropdown-toggle:focus-visible {
  color: var(--gold-light, #e8d5a0);
  outline: none;
}

body.is-inner button.nav-dropdown-toggle,
#navbar.scrolled button.nav-dropdown-toggle {
  color: var(--cream, #faf6ee);
}

body.is-inner button.nav-dropdown-toggle:hover,
body.is-inner button.nav-dropdown-toggle:focus-visible,
#navbar.scrolled button.nav-dropdown-toggle:hover,
#navbar.scrolled button.nav-dropdown-toggle:focus-visible {
  color: var(--gold-light, #e8d5a0);
}

@media (max-width: 767px) {
  button.nav-dropdown-toggle {
    width: 100%;
    padding: 0.85rem 1rem;
    font-size: 1.05rem;
    border-radius: var(--radius, 8px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 44px;
    box-sizing: border-box;
  }
}


/* Lobpreis YouTube: mobil Video → Lieder → Plattform-Buttons */
@media (max-width: 767px) {
  .page-lobpreis .lobpreis-page-player .home-lobpreis__player-layout,
  .lobpreis-page-player .home-lobpreis__player-layout {
    display: flex;
    flex-direction: column;
  }

  .page-lobpreis .lobpreis-page-player .home-lobpreis__player,
  .lobpreis-page-player .home-lobpreis__player {
    display: contents;
  }

  .page-lobpreis .lobpreis-page-player .home-lobpreis__embed,
  .lobpreis-page-player .home-lobpreis__embed {
    order: 1;
  }

  .page-lobpreis .lobpreis-page-player .home-lobpreis__tracklist,
  .lobpreis-page-player .home-lobpreis__tracklist {
    order: 2;
  }

  .page-lobpreis .lobpreis-page-player .home-lobpreis__player-platforms,
  .lobpreis-page-player .home-lobpreis__player-platforms {
    order: 3;
    margin-top: clamp(0.85rem, 2vw, 1.15rem);
  }
}

/* Lobpreis-Seite: mehr Luft unter dem Hauptmenü */
.page-lobpreis.page-main,
body.page-lobpreis #main-content.page-main {
  padding-top: calc(var(--nav-h) + clamp(3.6rem, 7.5vw, 5rem));
}


/* Erfahrungen (/erfahrungen): mehr Abstand Menue → erste Ueberschrift */
body.page-erfahrungen .page-main.article-page,
body.page-erfahrungen #main-content.page-main {
  padding-top: calc(var(--nav-h) + clamp(3.35rem, 6.5vw, 4.5rem));
}


/* ===== Lobpreis: horizontale Radio-Leiste auf Noten-Banner ===== */
.lobpreis-radio-banner--bar .lobpreis-radio-banner__inner--bar {
  max-width: min(56rem, calc(100vw - 1.5rem));
  width: 100%;
}

.glr-bar {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(0.85rem, 2.5vw, 1.75rem);
  width: 100%;
  box-sizing: border-box;
  padding: clamp(1rem, 2.4vw, 1.35rem) clamp(1rem, 2.8vw, 1.6rem);
  border-radius: 1.35rem;
  border: 1px solid rgba(201, 168, 76, 0.45);
  background:
    linear-gradient(165deg, rgba(250, 246, 238, 0.07) 0%, rgba(19, 39, 68, 0.22) 38%, rgba(10, 22, 40, 0.3) 100%);
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.14),
    inset 0 1px 0 rgba(245, 235, 211, 0.14),
    inset 0 0 0 1px rgba(245, 235, 211, 0.05);
  backdrop-filter: blur(16px) saturate(1.2);
  -webkit-backdrop-filter: blur(16px) saturate(1.2);
  color: #faf6ee;
}

.glr-bar__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  min-width: 5.5rem;
}

.glr-bar__emblem {
  display: grid;
  place-items: center;
  width: 4.1rem;
  height: 4.1rem;
  color: var(--gold, #c9a84c);
}

.glr-bar__emblem svg {
  width: 100%;
  height: 100%;
  display: block;
}

.glr-bar__brand-text {
  font-family: var(--font-serif, Georgia, serif);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.25;
  text-align: center;
  color: rgba(232, 213, 160, 0.95);
}

.glr-bar__center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  text-align: center;
}

.glr-bar__eyebrow {
  margin: 0 0 0.45rem;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(201, 168, 76, 0.88);
}

.glr-bar__play {
  appearance: none;
  margin: 0;
  padding: 0;
  width: 4.6rem;
  height: 4.6rem;
  border: 0;
  border-radius: 50%;
  color: #0a1628;
  background: radial-gradient(circle at 35% 30%, #e8d5a0, #c9a84c 58%, #b08d38);
  box-shadow:
    0 10px 26px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(245, 235, 211, 0.35);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.glr-bar__play:hover,
.glr-bar__play:focus-visible {
  transform: translateY(-1px);
  outline: none;
  box-shadow:
    0 14px 30px rgba(0, 0, 0, 0.32),
    0 0 0 1px rgba(245, 235, 211, 0.5),
    0 0 22px rgba(201, 168, 76, 0.28);
}

.glr-bar__play-icon {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}

.glr-bar__play-icon[hidden] {
  display: none !important;
}

.glr-bar__play-icon svg {
  width: 4.6rem;
  height: 4.6rem;
  display: block;
}

.glr-bar[data-glr-bar-state="playing"] .glr-bar__play-icon--play {
  display: none !important;
}

.glr-bar[data-glr-bar-state="playing"] .glr-bar__play-icon--pause {
  display: grid !important;
}

.glr-bar__title {
  margin: 0.55rem 0 0;
  max-width: 28rem;
  font-family: var(--font-serif, Georgia, serif);
  font-size: clamp(0.98rem, 2.2vw, 1.2rem);
  font-weight: 500;
  line-height: 1.35;
  color: #faf6ee;
  overflow-wrap: anywhere;
}

.glr-bar__live {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.55rem;
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(201, 168, 76, 0.35);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: rgba(232, 213, 160, 0.95);
}

.glr-bar__live-dot {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: #c9a84c;
  box-shadow: 0 0 8px rgba(201, 168, 76, 0.8);
}

.glr-bar__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.55rem;
  align-self: start;
  padding-top: 0.15rem;
}

.glr-bar__share .gt-share__btn,
.glr-bar__save {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  border: 1px solid rgba(201, 168, 76, 0.45);
  background: rgba(10, 22, 40, 0.55);
  color: rgba(232, 213, 160, 0.95);
}

.glr-bar__save {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  text-decoration: none;
  box-sizing: border-box;
  padding: 0 0.65rem;
  width: auto;
  min-width: 2.25rem;
  min-height: 2.25rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.glr-bar__save:hover,
.glr-bar__save:focus-visible,
.glr-bar__share .gt-share__btn:hover,
.glr-bar__share .gt-share__btn:focus-visible {
  border-color: rgba(232, 213, 160, 0.85);
  color: #f5ebd3;
  background: rgba(10, 22, 40, 0.78);
  outline: none;
}

.glr-bar__save-label {
  display: none;
}

@media (min-width: 720px) {
  .glr-bar__save-label {
    display: inline;
  }
}

@media (max-width: 700px) {
  .glr-bar {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 0.85rem;
    padding: 1.15rem 1rem 1.25rem;
  }

  .glr-bar__brand {
    order: 1;
    flex-direction: row;
    gap: 0.65rem;
  }

  .glr-bar__brand-text {
    text-align: left;
  }

  .glr-bar__center {
    order: 2;
    width: 100%;
  }

  .glr-bar__actions {
    order: 3;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    align-self: center;
    width: 100%;
  }
}


/* Logo + Puls-Play (Bar v2) */
.glr-bar__brand {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

/* superseded by Radiologo groesser block */

.glr-bar__play {
  position: relative;
}

.glr-bar[data-glr-bar-state="idle"] .glr-bar__play {
  animation: glr-play-pulse 2.2s ease-in-out infinite;
}

.glr-bar[data-glr-bar-state="playing"] .glr-bar__play {
  animation: none;
}

@keyframes glr-play-pulse {
  0%, 100% {
    transform: scale(1);
    box-shadow:
      0 10px 26px rgba(0, 0, 0, 0.28),
      0 0 0 0 rgba(201, 168, 76, 0.45),
      0 0 0 1px rgba(245, 235, 211, 0.35);
  }
  55% {
    transform: scale(1.05);
    box-shadow:
      0 12px 28px rgba(0, 0, 0, 0.3),
      0 0 0 14px rgba(201, 168, 76, 0),
      0 0 0 1px rgba(245, 235, 211, 0.45);
  }
}

@media (prefers-reduced-motion: reduce) {
  .glr-bar[data-glr-bar-state="idle"] .glr-bar__play {
    animation: none;
  }
}

.glr-bar__save-label {
  display: none !important;
}

.glr-bar__save {
  width: 2.25rem !important;
  min-width: 2.25rem !important;
  padding: 0 !important;
}

.glr-bar__title {
  display: none !important;
}



/* Logo sichtbar (Assets-Pfad) + Titel unter LIVE */
/* superseded by Radiologo groesser block */

.glr-bar__title {
  display: block !important;
  margin: 0.45rem 0 0 !important;
  max-width: 28rem;
  font-family: var(--font-serif, Georgia, serif);
  font-size: clamp(0.95rem, 2.1vw, 1.15rem);
  font-weight: 500;
  line-height: 1.35;
  color: #faf6ee !important;
  overflow-wrap: anywhere;
}



/* Radiologo: groesser, weisse JPG-Ecken weg */
.glr-bar__brand {
  display: flex;
  align-items: center;
  justify-content: center;
}

.glr-bar__logo {
  display: block;
  width: clamp(6.9rem, 16.5vw, 8.7rem) !important;
  height: auto !important;
  border-radius: 1.35rem;
  /* weisse Ecken der JPG auf dunklem Banner ausblenden */
  mix-blend-mode: normal !important;
  background: transparent !important;
  object-fit: cover;
  box-shadow: none !important;
}

@media (max-width: 700px) {
  .glr-bar__logo {
    width: clamp(6.2rem, 28vw, 7.8rem) !important;
  }
}



/* Radio-Host geparkt: winzig im Viewport, damit iframe sofort lädt */
.glr-radio-host.is-parked {
  position: fixed !important;
  width: 2px !important;
  height: 2px !important;
  left: 0 !important;
  top: 0 !important;
  overflow: hidden !important;
  opacity: 0.01 !important;
  pointer-events: none !important;
  z-index: 0 !important;
}



/* Radio-Leiste: Milchglas wie radio.gottlebt.jetzt (.panel) */
.lobpreis-radio-banner--bar .glr-bar {
  background:
    linear-gradient(
      165deg,
      rgba(250, 246, 238, 0.07) 0%,
      rgba(19, 39, 68, 0.22) 38%,
      rgba(10, 22, 40, 0.3) 100%
    ) !important;
  border: 1px solid rgba(201, 168, 76, 0.45) !important;
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.14),
    inset 0 1px 0 rgba(245, 235, 211, 0.14),
    inset 0 0 0 1px rgba(245, 235, 211, 0.05) !important;
  backdrop-filter: blur(16px) saturate(1.2) !important;
  -webkit-backdrop-filter: blur(16px) saturate(1.2) !important;
}

