
/* Musik-Seite: eigenständiger Rot-Look */
body.theme-musik {
  background: linear-gradient(135deg, #f8eaea 0%, #f2c9c9 25%, #e79a9a 50%, #d96c6c 75%, #b22828 100%);
  background-attachment: fixed;
}
.theme-musik .brand,
.theme-musik .h1,
.theme-musik .icon { color: #b22828; }
.theme-musik a { color: #b22828; text-decoration-color: #b22828; }
.theme-musik a:hover { color: #8f1f1f; text-decoration-color: #8f1f1f; }
.theme-musik .card { border-top: 3px solid #b22828; }
.theme-musik .card a { font-weight: 600; }
.intro { margin: 1.25rem 0 0.5rem; }
.intro .sub { opacity: .85; margin-top: .25rem; }
.thumb {
  width: 100%;
  height: auto;
  border-radius: 12px;
  border: 1px solid rgba(178,40,40,.25);
  display: block;
}

/* Tagline nur auf der Startseite sichtbar, in musik ausgeblendet */
.theme-musik .tag { display: none; }
