:root {
  --hks-black: #000;
  --hks-dark: #212121;
  --hks-bluegrey: #90a4ae;
  --hks-light: #cfd8dc;
  --hks-red: #c55044;
  --hks-link: cornflowerblue;
}

body {
  background: var(--hks-black);
  color: var(--hks-light);
}

img {
  max-width: 100%;
  height: auto;
}

.logo {
  max-width: min(420px, 74vw);
  height: auto;
}

.navbar {
  border-bottom: 1px solid rgba(144, 164, 174, 0.35);
}

.navbar .nav-link {
  letter-spacing: 0.04rem;
}

.main {
  overflow-x: hidden;
}

.carousel-inner {
  margin-top: 50px;
}

.carousel-caption {
  background: linear-gradient(90deg, transparent, rgba(0,0,0,.45), transparent);
  padding: .75rem 1rem;
}

.a-top {
  color: #d8e2e6;
  font-weight: 600;
  text-shadow: 1px 1px 2px #000;
}

.content,
.content-1 {
  width: 100%;
}

.inhalt {
  max-width: 100%;
}

.section-title,
.top {
  color: var(--hks-bluegrey);
  font-weight: 900;
  letter-spacing: .18rem;
  text-transform: uppercase;
}

.contact-strip {
  margin: 4rem 0;
  padding: 2rem 1rem;
  background: #111;
  border-top: 1px solid rgba(144,164,174,.35);
  border-bottom: 1px solid rgba(144,164,174,.35);
}

.event-list {
  display: grid;
  gap: 1.25rem;
}

.event-card {
  margin: 0;
  padding: 1.25rem;
  background: linear-gradient(135deg, #111 0%, #1f1f1f 100%);
  border: 1px solid rgba(144,164,174,.35);
  border-left: 5px solid var(--hks-red);
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0,0,0,.28);
}

.event-card .datum {
  color: #fff;
  font-weight: 800;
  letter-spacing: .03rem;
}

.event-time {
  display: inline-block;
  margin-top: .35rem;
  color: var(--hks-light);
  font-size: 1rem;
  font-weight: 400;
}

.event-card .event {
  color: var(--hks-light);
  font-size: 1.05rem;
}

.event-link {
  color: var(--hks-link);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.responsive-video {
  position: relative;
  width: 100%;
  max-width: 760px;
  aspect-ratio: 16 / 9;
  margin-bottom: 1rem;
}

.responsive-video iframe {
  width: 100%;
  height: 100%;
}

.band-bild {
  display: block;
  margin-inline: auto;
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  color: #fff;
  font-size: 36px;
}

footer a,
.kontakt a {
  color: #b9d3ff;
}

@media (max-width: 991.98px) {
  .navbar-brand { max-width: 76vw; }
  .carousel-caption { position: static; background: #111; }
  .a-top { display: inline-block; margin: .2rem .35rem; font-size: .9rem; }
  .eric-band { margin-top: 2rem; text-align: center; }
  .eric-band p { margin-top: 2rem !important; text-align: left; }
  .contact-strip p { letter-spacing: .08rem !important; }
}

@media (max-width: 575.98px) {
  .logo { max-width: 68vw; margin-right: 0; }
  .main { margin-top: 72px; }
  .top, .section-title { font-size: 2rem !important; letter-spacing: .08rem; }
  .event-card { padding: 1rem; border-radius: 10px; }
  .event-card .event { margin-top: .75rem; }
  .btn-lg { font-size: 1rem; }
}

/* Navigation: nah am Original, aber ruhiger und moderner */
.site-nav {
  background: rgba(0, 0, 0, .96) !important;
  border-bottom: 1px solid rgba(144, 164, 174, .35);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .45);
  backdrop-filter: blur(6px);
}

.nav-shell {
  max-width: 1320px;
}

.nav-logo {
  padding: .35rem 0;
  margin-right: 2rem;
}

.nav-logo .logo {
  width: auto;
  max-width: min(360px, 58vw);
  max-height: 58px;
  display: block;
}

.nav-main .nav-item {
  margin-left: .15rem;
}

.nav-main .nav-link {
  position: relative;
  color: #d7e1e5 !important;
  padding: .75rem .85rem !important;
  font-size: .92rem;
  font-weight: 600;
  letter-spacing: .08rem;
  text-transform: uppercase;
  transition: color .2s ease, background-color .2s ease;
}

.nav-main .nav-link:hover,
.nav-main .nav-link:focus {
  color: #fff !important;
  background: rgba(144, 164, 174, .12);
  border-radius: 999px;
}

.nav-main .active > .nav-link::after {
  content: "";
  position: absolute;
  left: .85rem;
  right: .85rem;
  bottom: .45rem;
  height: 2px;
  background: var(--hks-red);
  border-radius: 999px;
}

.nav-action-item {
  margin-left: .4rem;
}

.nav-language,
.nav-social {
  border-radius: 999px;
  line-height: 1.2;
  white-space: nowrap;
}

.nav-language {
  border: 1px solid rgba(207, 216, 220, .45);
  padding: .42rem .78rem !important;
  font-weight: 700;
  letter-spacing: .09rem;
}

.nav-social {
  border: 1px solid rgba(197, 80, 68, .68);
  padding: .42rem .9rem !important;
  color: var(--hks-red) !important;
  font-weight: 700;
  letter-spacing: .06rem;
}

.nav-language:hover,
.nav-language:focus,
.nav-social:hover,
.nav-social:focus {
  background-color: rgba(197, 80, 68, .16) !important;
  border-color: rgba(197, 80, 68, .92);
  color: #ffffff !important;
}

.nav-legal .nav-link {
  color: #aebdc4 !important;
  font-size: .82rem;
  letter-spacing: .06rem;
}

.nav-toggle {
  border-color: rgba(144, 164, 174, .45);
  padding: .45rem .65rem;
}

@media (max-width: 991.98px) {
  .site-nav {
    background: #000 !important;
  }

  .nav-logo .logo {
    max-width: min(315px, 70vw);
    max-height: 52px;
  }

  .navbar-collapse {
    margin-top: .8rem;
    padding: .6rem 0 .9rem;
    border-top: 1px solid rgba(144, 164, 174, .25);
  }

  .nav-main {
    align-items: stretch !important;
  }

  .nav-main .nav-item {
    margin-left: 0;
  }

  .nav-main .nav-link {
    padding: .85rem .75rem !important;
    border-radius: 10px;
  }

  .nav-main .active > .nav-link::after {
    left: .75rem;
    right: auto;
    width: 42px;
    bottom: .4rem;
  }

  .nav-action-item {
    margin-left: 0;
    margin-top: .35rem;
  }

  .nav-language,
  .nav-social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    max-width: max-content;
  }
}

@media (max-width: 575.98px) {
  .nav-logo .logo {
    max-width: min(260px, 66vw);
    max-height: 46px;
  }

  .main {
    margin-top: 66px;
  }
}

/* Unterseite: Alben & Historie */
.album-page .album-card-section {
  margin-top: 3.25rem;
}

.album-page .album-card {
  align-items: center;
  padding: 1.5rem;
  background: linear-gradient(135deg, #101010 0%, #1c1c1c 100%);
  border: 1px solid rgba(144, 164, 174, .28);
  border-left: 5px solid var(--hks-red);
  border-radius: 16px;
  box-shadow: 0 18px 35px rgba(0, 0, 0, .32);
}

.album-page .album-card img {
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  object-fit: cover;
}

.album-action {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  margin: .25rem .35rem .25rem 0;
  border: 1px solid rgba(144, 164, 174, .35);
  background: #151515;
}

.album-action:hover,
.album-action:focus {
  background: rgba(197, 80, 68, .18);
  border-color: rgba(197, 80, 68, .7);
  color: #fff;
}

.history-section {
  margin-top: 2rem;
  margin-bottom: 4rem;
}

.history-item {
  margin: 0 0 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(144, 164, 174, .2);
}

.history-item .historie-datum {
  color: #fff;
  font-weight: 800;
  letter-spacing: .08rem;
}

.history-item .historie {
  color: var(--hks-light);
  line-height: 1.65;
}

.footer-address {
  display: block;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 30px;
  color: var(--hks-light);
}

@media (max-width: 991.98px) {
  .album-page .album-card {
    text-align: center;
  }

  .album-page .album-card .eric-band {
    margin-top: 1.5rem;
  }

  .album-action {
    justify-content: center;
  }
}

@media (max-width: 575.98px) {
  .album-page .album-card {
    padding: 1rem;
  }

  .album-page .eric-band span {
    letter-spacing: .12rem !important;
    font-size: 1.65rem !important;
  }

  .history-item .historie-datum {
    margin-bottom: .5rem;
  }
}


/* Gemeinsame Erweiterungen für englische Unterseiten */
.hks-site .btn a {
  color: inherit;
  text-decoration: none;
}

.hks-site .btn a:hover,
.hks-site .btn a:focus {
  color: inherit;
  text-decoration: none;
}

.hks-site .img-thumbnail {
  background-color: #111;
  border-color: rgba(144, 164, 174, .28);
}

.home-page .event-card,
.album-page .event-card {
  margin-bottom: 1.1rem;
}

.home-page .event-card .datum,
.album-page .event-card .datum {
  color: #ffffff;
}

.home-page .event-card .event,
.album-page .event-card .event {
  padding-top: 0 !important;
}

@media (max-width: 575.98px) {
  .hks-site .carousel-indicators {
    display: none;
  }

  .hks-site .kontakt,
  .hks-site .contact-strip {
    text-align: center;
  }

  .hks-site .kontakt p,
  .hks-site .contact-strip p {
    letter-spacing: .06rem !important;
  }
}


/* Stabilisierung: kein Layout-Sprung beim Ankern und saubere Eventkarten */
#band, #live-1, #live, #fotos, #press-photos, #shop, #alben, #historie {
  scroll-margin-top: 92px;
}

.event-list > .event-card {
  width: 100%;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within { scroll-behavior: auto; }
  *, *::before, *::after {
    scroll-behavior: auto !important;
  }
}


/* Rechtliche Unterseiten: Impressum & Datenschutz */
.legal-page .main {
  margin-top: 0;
}

.legal-hero {
  position: relative;
  min-height: 340px;
  margin-top: 58px;
  overflow: hidden;
  border-bottom: 1px solid rgba(144, 164, 174, .28);
}

.legal-hero img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  display: block;
  filter: saturate(.85) contrast(1.05) brightness(.65);
}

.legal-hero-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 0 0 3rem;
  background: linear-gradient(180deg, rgba(0,0,0,.16), rgba(0,0,0,.76));
}

.legal-kicker {
  margin-bottom: .35rem;
  color: var(--hks-red);
  font-weight: 800;
  letter-spacing: .18rem;
  text-transform: uppercase;
}

.legal-hero h1,
.legal-title {
  color: var(--hks-bluegrey);
  font-weight: 900;
  letter-spacing: .12rem;
  text-transform: uppercase;
}

.legal-hero h1 {
  font-size: clamp(2.2rem, 5vw, 4rem);
}

.legal-content-section {
  padding: 4rem 0 5rem;
}

.legal-card {
  padding: clamp(1.25rem, 3vw, 2.5rem);
  background: linear-gradient(135deg, #101010 0%, #1c1c1c 100%);
  border: 1px solid rgba(144, 164, 174, .28);
  border-left: 5px solid var(--hks-red);
  border-radius: 16px;
  box-shadow: 0 18px 35px rgba(0, 0, 0, .32);
}

.legal-card .legal-title {
  margin-bottom: 1.5rem;
  font-size: clamp(1.8rem, 3.5vw, 2.75rem);
}

.legal-card .main-text {
  color: var(--hks-light);
  line-height: 1.75;
  font-size: 1.02rem;
}

.legal-card b {
  color: #fff;
  letter-spacing: .03rem;
}

.site-footer .footer-head {
  border-bottom: 0.5px solid var(--hks-bluegrey);
  padding-bottom: 30px;
}

.site-footer .footer-title {
  font-size: 26px;
  font-weight: bold;
  color: var(--hks-bluegrey);
}

.site-footer .footer-body,
.site-footer .footer-col {
  background-color: var(--hks-dark);
}

.site-footer .footer-col {
  padding: 25px 30px 30px;
}

.site-footer .footer-subtitle {
  font-weight: bold;
  font-size: 21px;
  color: lightgray;
}

.footer-synpho-red {
  color: red;
  font-size: 31px;
  font-weight: bold;
}

.footer-synpho-white {
  color: #fff;
  font-size: 31px;
}

.pdf-icon {
  width: 21px;
  height: 21px;
}

@media (max-width: 575.98px) {
  .legal-hero {
    margin-top: 66px;
    min-height: 260px;
  }

  .legal-hero img {
    height: 260px;
  }

  .legal-hero-overlay {
    padding-bottom: 2rem;
  }

  .legal-kicker {
    letter-spacing: .08rem;
    font-size: .85rem;
  }

  .legal-card {
    border-radius: 12px;
  }

  .site-footer .footer-title,
  .site-footer .footer-col {
    text-align: left;
  }
}
