* {
  box-sizing: border-box;
}

html {
  font-size: 15px;
  line-height: 1.8;
}

body {
  margin: 0;
  color: #000;
  background: #f3f3f3;
}

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

a {
  color: #000;
}

a:hover,
a:focus {
  color: #216cff;
}

.bm-scroll-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 999998;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.86);
  color: #fff;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.26);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 0.18s ease, transform 0.18s ease, background 0.18s ease;
}

.bm-scroll-top::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 54%;
  width: 15px;
  height: 15px;
  border-top: 3px solid currentColor;
  border-left: 3px solid currentColor;
  transform: translate(-50%, -50%) rotate(45deg);
}

.bm-scroll-top span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.bm-scroll-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.bm-scroll-top:hover,
.bm-scroll-top:focus-visible {
  background: #216cff;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

#site-wrapper {
  min-height: 100vh;
}

#content,
#container,
.main {
  width: 100%;
}

.lp-slider {
  background: #111;
  max-width: 1200px;
  margin: 0 auto;
}

.is-home .lp-slider {
  width: 100%;
  max-width: none;
  height: 100vh;
  margin: 0;
  overflow: hidden;
}

.bm-home-template .jtpl-content {
  background: #f3f3f3;
}

.lp-staticslider {
  position: relative;
  overflow: hidden;
  min-height: 320px;
}

.is-home .lp-staticslider {
  width: 100%;
  height: 100vh;
  min-height: 100vh;
}

.lp-staticslider::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.24);
}

.is-home .lp-staticslider::before {
  background: rgba(0, 0, 0, 0.32);
}

.lp-staticslider-image {
  display: block;
  width: 100%;
  height: auto;
}

.is-home .lp-staticslider-image {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center center;
}

.lp-staticslider .staticslider-caption {
  position: absolute;
  z-index: 3;
  left: 8%;
  right: 8%;
  top: 25%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  transform: translateY(-50%);
}

.is-home .lp-staticslider .staticslider-caption {
  left: clamp(34px, 23vw, 430px);
  right: auto;
  top: 47%;
  max-width: 520px;
  margin: 0;
  text-align: left;
  transform: translateY(-50%);
}

.lp-staticslider .staticslider-caption-title {
  margin: 0;
  color: #fff;
  font-size: 3.5em;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  opacity: 0;
  animation: bm-slider-fade-up 0.75s 0.3s ease-in-out forwards;
}

.lp-staticslider .staticslider-caption-title.bm-hero-wordmark {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.08em;
  font-family: "Arial Narrow", "HelveticaNeue-CondensedBold", "Helvetica Neue Condensed", "Roboto Condensed", "Liberation Sans Narrow", Impact, sans-serif !important;
  font-size: clamp(42px, 6.1vw, 82px);
  font-weight: 300 !important;
  line-height: 0.9;
  letter-spacing: 0.18em;
  text-shadow: none;
  text-transform: uppercase;
}

.bm-hero-wordmark-line {
  display: block;
  white-space: nowrap;
  transform: none;
  transform-origin: left center;
}

.bm-hero-wordmark-blue {
  color: #216cff;
  -webkit-text-fill-color: #216cff;
}

.bm-hero-wordmark-white {
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  font-size: 1.08em;
}

.bm-hero-wordmark-ev {
  display: inline-block;
  margin-left: 0.12em;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  font-family: "Brush Script MT", "Segoe Script", "Lucida Handwriting", cursive;
  font-size: 0.54em;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.8;
  text-transform: none;
  transform: translateX(-0.58em) translateY(-0.02em) rotate(-8deg);
  vertical-align: baseline;
}

.lp-staticslider .staticslider-sep {
  display: block;
  width: 120px;
  height: 2px;
  margin: 22px auto;
  background: #fff;
  opacity: 0;
  animation: bm-slider-fade-up 0.75s 0.45s ease-in-out forwards;
}

.is-home .lp-staticslider .staticslider-sep {
  margin-left: 0;
}

.lp-staticslider .staticslider-caption-text {
  color: #fff;
  font-size: 1.75em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.18);
  opacity: 0;
  animation: bm-slider-fade-up 0.75s 0.6s ease-in-out forwards;
}

.bm-hero-booking-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  margin-top: 28px;
  padding: 0 38px;
  border: 2px solid #f0184d;
  border-radius: 999px;
  background: #f0184d;
  color: #fff;
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-decoration: none;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
  opacity: 0;
  animation: bm-slider-fade-up 0.75s 0.75s ease-in-out forwards;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.bm-hero-booking-button:hover,
.bm-hero-booking-button:focus-visible {
  background: #fff;
  border-color: #fff;
  color: #111;
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.34);
}

@keyframes bm-slider-fade-up {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.lp-blocks {
  background: #f3f3f3;
  padding: 58px 20px 52px;
}

.lp-blocks-inside {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  max-width: 1200px;
  margin: 0 auto;
}

.lp-block {
  text-align: center;
}

.lp-block a {
  display: inline-block;
  text-decoration: none;
}

.lp-block-title {
  margin: 0;
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.35;
  text-transform: uppercase;
}

@media (max-width: 780px) {
  .lp-blocks-inside {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .lp-staticslider .staticslider-caption {
    left: 5%;
    right: 5%;
  }

  .is-home .lp-staticslider .staticslider-caption {
    left: 8%;
    right: 8%;
    top: 39%;
    max-width: none;
    text-align: center;
  }

  .is-home .lp-staticslider .staticslider-caption-title.bm-hero-wordmark {
    align-items: flex-start;
    font-size: clamp(34px, 10.5vw, 52px);
  }

  .is-home .lp-staticslider .staticslider-sep {
    margin-left: 0;
  }

  .bm-hero-booking-button {
    min-height: 46px;
    margin-top: 22px;
    padding: 0 26px;
    font-size: 0.92rem;
  }
}

@media (max-width: 520px) {
  .lp-staticslider {
    min-height: 260px;
  }

  .lp-staticslider-image {
    min-height: 260px;
    object-fit: cover;
  }
}

.bm-verein-template .jtpl-content {
  background: #f3f3f3;
}

.bm-verein-content {
  max-width: 1040px;
  padding-top: 44px;
}

.bm-verein-intro,
.bm-verein-section-head {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.bm-verein-intro {
  max-width: 1070px;
}

.bm-verein-intro > p {
  max-width: 720px;
}

.bm-verein-intro h1,
.bm-verein-section-head h2 {
  margin: 0;
  color: #222;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.25;
}

.bm-verein-intro h1 {
  font-size: 2.85rem;
}

.bm-verein-line,
.bm-verein-small-line {
  display: block;
  width: 38px;
  height: 1px;
  margin: 18px auto;
  background: #111;
}

.bm-verein-intro-image {
  max-width: 100%;
  margin: 0 auto 28px;
  aspect-ratio: 1070 / 390;
  overflow: hidden;
  text-align: center;
}

.bm-verein-intro-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bm-verein-intro p,
.bm-verein-section-head p {
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.8;
}

.bm-verein-pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 64px;
  margin: 62px 0 52px;
}

.bm-verein-pillars article {
  text-align: left;
}

.bm-verein-icon {
  display: block;
  width: 34px;
  height: 34px;
  margin: 0 auto;
  color: #222;
}

.bm-verein-icon svg {
  width: 100%;
  height: 100%;
}

.bm-verein-small-line {
  width: 24px;
  margin: 14px auto 20px;
}

.bm-verein-pillars h2 {
  margin: 0 0 16px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.35;
}

.bm-verein-pillars p {
  margin: 0;
  line-height: 1.8;
}

.bm-verein-board {
  border-top: 1px solid #d1d1d1;
  padding-top: 42px;
}

.bm-verein-people {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 38px;
  margin-top: 34px;
  text-align: center;
}

.bm-verein-portrait {
  position: relative;
  display: grid;
  width: 100%;
  aspect-ratio: 1;
  margin-bottom: 18px;
  overflow: hidden;
  place-items: center;
  background:
    radial-gradient(circle at 50% 32%, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 34%),
    linear-gradient(145deg, #080808, #2b2b2b);
}

.bm-verein-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bm-verein-people h3 {
  margin: 0 0 4px;
  font-size: 1.1rem;
  font-weight: 400;
}

.bm-verein-role {
  margin: 0 0 14px;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.bm-verein-people article > p:not(.bm-verein-role) {
  line-height: 1.7;
}

.bm-verein-statutes {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) 280px;
  gap: 34px;
  align-items: center;
  margin-top: 48px;
  border-top: 1px solid #d1d1d1;
  padding-top: 34px;
}

.bm-verein-doc-icon {
  display: block;
  width: 48px;
  height: 48px;
  justify-self: center;
  color: #222;
}

.bm-verein-doc-icon svg {
  width: 100%;
  height: 100%;
}

.bm-verein-statutes h2 {
  margin: 0 0 8px;
  font-size: 1.25rem;
  font-weight: 400;
}

.bm-verein-statutes p {
  margin: 0;
  line-height: 1.75;
}

.bm-verein-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid #222;
  color: #222;
  font-size: 0.86rem;
  letter-spacing: 0.13em;
  text-decoration: none;
  text-transform: uppercase;
}

.bm-verein-button:hover,
.bm-verein-button:focus {
  border-color: #216cff;
  background: #216cff;
  color: #fff;
}

.bm-verein-button svg {
  width: 18px;
  height: 18px;
}

@media (max-width: 900px) {
  .bm-verein-pillars,
  .bm-verein-people {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bm-verein-statutes {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .bm-verein-button {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 640px) {
  .bm-verein-content {
    padding-top: 34px;
  }

  .bm-verein-pillars,
  .bm-verein-statutes {
    grid-template-columns: 1fr;
  }

  .bm-verein-people {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 16px;
    margin-top: 24px;
  }

  .bm-verein-portrait {
    width: min(100%, 150px);
    margin: 0 auto 12px;
  }

  .bm-verein-people h3 {
    font-size: 1rem;
  }

  .bm-verein-role {
    margin-bottom: 8px;
    font-size: 0.68rem;
    letter-spacing: 0.1em;
  }

  .bm-verein-people article > p:not(.bm-verein-role) {
    font-size: 0.84rem;
    line-height: 1.45;
  }

  .bm-verein-pillars {
    gap: 38px;
  }

  .bm-verein-statutes {
    text-align: center;
  }

  .bm-verein-button {
    grid-column: auto;
    justify-self: stretch;
  }
}

.bm-legal-template .jtpl-content {
  background: #f3f3f3;
}

.bm-legal-content {
  max-width: 980px;
  padding: 54px 20px 76px;
}

.bm-legal-hero {
  max-width: 720px;
  margin: 0 auto 42px;
  text-align: center;
}

.bm-legal-hero p {
  margin: 0 0 12px;
  color: #216cff;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.bm-legal-hero h1 {
  margin: 0;
  color: #111;
  font-size: 2.85rem;
  font-weight: 300;
  line-height: 1.05;
}

.bm-legal-line {
  display: block;
  width: 48px;
  height: 1px;
  margin: 22px auto 0;
  background: #111;
}

.bm-legal-panel {
  display: grid;
  gap: 0;
  border: 1px solid #d9d9d9;
  background: #fff;
}

.bm-legal-panel article {
  padding: 28px 32px;
  border-top: 1px solid #ececec;
}

.bm-legal-panel article:first-child {
  border-top: 0;
}

.bm-legal-panel h2 {
  margin: 0 0 12px;
  color: #111;
  font-size: 1.05rem;
  line-height: 1.35;
  font-weight: 700;
}

.bm-legal-panel p {
  margin: 0;
  color: #333;
  font-size: 1rem;
  line-height: 1.75;
}

@media (max-width: 640px) {
  .bm-legal-content {
    padding-top: 36px;
  }

  .bm-legal-hero h1 {
    font-size: 2.25rem;
  }

  .bm-legal-panel article {
    padding: 22px 20px;
  }
}

.bm-band-template .jtpl-content {
  background: #f3f3f3;
}

.bm-kontakt-template .jtpl-content {
  background: #f3f3f3;
}

.bm-kontakt-content {
  max-width: 1120px;
  padding: 44px 20px 72px;
}

.bm-kontakt-intro,
.bm-kontakt-side-title {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.bm-kontakt-intro {
  max-width: 1070px;
}

.bm-kontakt-intro > p {
  max-width: 760px;
}

.bm-kontakt-intro h1,
.bm-kontakt-side-title h2,
.bm-kontakt-note-box h2 {
  margin: 0;
  color: #222;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.25;
}

.bm-kontakt-intro h1 {
  font-size: 2.85rem;
}

.bm-kontakt-line,
.bm-kontakt-small-line {
  display: block;
  width: 38px;
  height: 1px;
  margin: 18px auto;
  background: #111;
}

.bm-kontakt-small-line {
  width: 24px;
  margin: 14px 0 18px;
}

.bm-kontakt-hero-image {
  max-width: 100%;
  margin: 0 auto 28px;
  aspect-ratio: 1070 / 390;
  overflow: hidden;
  text-align: center;
}

.bm-kontakt-hero-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bm-kontakt-intro p,
.bm-kontakt-side-title p,
.bm-kontakt-note-box p {
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.8;
}

.bm-kontakt-ways,
.bm-kontakt-info {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 42px;
  align-items: start;
  margin-top: 62px;
}

.bm-kontakt-cards,
.bm-kontakt-topics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.bm-kontakt-cards article,
.bm-kontakt-topics article,
.bm-kontakt-note-box {
  border: 1px solid #d9d9d9;
  background: rgba(255, 255, 255, 0.58);
  padding: 26px 24px 24px;
}

.bm-kontakt-cards h3,
.bm-kontakt-topics h3 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.35;
}

.bm-kontakt-cards p,
.bm-kontakt-topics p {
  margin: 0;
  line-height: 1.8;
}

.bm-kontakt-address {
  font-size: 1.05rem;
  font-weight: 600;
  word-break: break-word;
}

.bm-kontakt-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.bm-kontakt-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid #222;
  color: #222;
  text-decoration: none;
  transition: background .16s ease, border-color .16s ease, color .16s ease;
}

.bm-kontakt-links a:hover,
.bm-kontakt-links a:focus {
  border-color: #216cff;
  background: #216cff;
  color: #fff;
}

.bm-kontakt-note {
  margin-top: 48px;
  border-top: 1px solid #d1d1d1;
  padding-top: 34px;
}

.bm-kontakt-note-box {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 980px) {
  .bm-kontakt-ways,
  .bm-kontakt-info {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .bm-kontakt-cards,
  .bm-kontakt-topics {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .bm-kontakt-content {
    padding-top: 34px;
  }

  .bm-kontakt-intro h1,
  .bm-kontakt-side-title h2,
  .bm-kontakt-note-box h2 {
    font-size: 2.15rem;
  }
}

.bm-home-intro-text {
  font-size: 16px;
  line-height: 1.7;
}

.bm-band-content {
  max-width: 1180px;
  padding: 70px 20px 72px;
}

.bm-band-hero,
.bm-band-stats-section,
.bm-band-history,
.bm-band-people-section {
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr);
  gap: 70px;
  align-items: center;
}

.bm-band-stats-section {
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 34px;
}

.bm-band-history {
  grid-template-columns: 200px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
}

.bm-band-hero {
  display: block;
  max-width: 1070px;
  margin: 0 auto;
  padding-bottom: 72px;
  text-align: center;
}

.bm-band-hero h1,
.bm-band-side-title h2 {
  margin: 0;
  color: #111;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.85rem;
  font-weight: 400;
  line-height: 1.15;
}

.bm-band-stats-section .bm-band-side-title h2,
.bm-band-history .bm-band-side-title h2,
.bm-band-people-section .bm-band-side-title h2 {
  font-size: 1.85rem;
}

.bm-band-line,
.bm-band-small-line {
  display: block;
  width: 40px;
  height: 1px;
  margin: 26px 0;
  background: #111;
}

.bm-band-hero .bm-band-line {
  margin: 22px auto 28px;
}

.bm-band-small-line {
  width: 32px;
  margin: 14px 0 22px;
}

.bm-band-topics .bm-band-small-line {
  width: 24px;
  margin: 14px auto 20px;
}

.bm-band-hero > p {
  max-width: 720px;
  margin: 28px auto 0;
  line-height: 1.85;
}

.bm-band-hero-image {
  aspect-ratio: 1070 / 390;
  margin: 0;
  overflow: hidden;
}

.bm-band-hero-image img {
  display: block;
  width: 100%;
  height: 100%;
  filter: grayscale(1);
  object-fit: cover;
}

.bm-band-stats-section,
.bm-band-topics,
.bm-band-history,
.bm-band-people-section {
  
  padding: 48px 0;
}

.bm-band-stats {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: center;
}

.bm-band-stats article {
  min-height: 78px;
  padding: 0 22px;
  border-left: 1px solid #c8c8c8;
  text-align: center;
}

.bm-band-stats strong {
  display: block;
  margin-bottom: 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.1;
}

.bm-band-stats article:last-child strong {
  font-size: 1.28rem;
  text-align: center;
}

.bm-band-stats span {
  display: block;
  line-height: 1.7;
}

.bm-band-topics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 95px;
}

.bm-band-topics article {
  display: flex;
  min-height: 350px;
  flex-direction: column;
}

.bm-band-icon {
  display: block;
  width: 34px;
  height: 34px;
  margin: 0 auto;
  color: #222;
}

.bm-band-icon svg {
  width: 100%;
  height: 100%;
}

.bm-band-topics h2 {
  margin: 0 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 400;
}

.bm-band-topics p,
.bm-band-topics li {
  line-height: 1.85;
}

.bm-band-topics ul {
  margin: 14px 0 32px;
  padding-left: 24px;
}

.bm-band-topics a {
  display: inline-flex;
  gap: 10px;
  margin-top: auto;
  text-decoration: none;
}

.bm-band-timeline {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.bm-band-timeline li {
  position: relative;
  text-align: center;
}

.bm-band-timeline strong {
  display: block;
  margin-bottom: 28px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.18rem;
  font-weight: 400;
}

.bm-band-timeline span {
  display: block;
  position: relative;
  height: 1px;
  margin-bottom: 22px;
  background: #a9a9a9;
}

.bm-band-timeline span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border: 1px solid #333;
  border-radius: 50%;
  background: #f3f3f3;
  transform: translate(-50%, -50%);
}

.bm-band-timeline p {
  margin: 0 auto;
  max-width: 150px;
  line-height: 1.7;
}

.bm-band-history-copy {
  line-height: 1.85;
}

.bm-band-history-copy p {
  margin: 0 0 1.15em;
}

.bm-band-history-copy p:last-child {
  margin-bottom: 0;
}

.bm-band-history-toggle {
  display: none;
  margin-top: 10px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #216cff;
  font: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
}

.bm-band-people-section {
  align-items: start;
}

.bm-band-side-title p {
  margin: 0 0 28px;
  line-height: 1.85;
}

.bm-band-button {
  display: inline-flex;
  min-width: 170px;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid #222;
  color: #222;
  background: transparent;
  font: inherit;
  text-decoration: none;
  cursor: pointer;
}

.bm-band-button:hover,
.bm-band-button:focus {
  border-color: #216cff;
  background: #216cff;
  color: #fff;
}

.bm-band-people {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  text-align: center;
}

.bm-band-portrait {
  display: grid;
  aspect-ratio: 1;
  margin-bottom: 18px;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 32%, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 34%),
    linear-gradient(145deg, #080808, #2b2b2b);
}

.bm-band-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bm-band-portrait span {
  color: rgba(255, 255, 255, 0.86);
  font-size: 2.35rem;
  letter-spacing: 0.08em;
}

.bm-band-people h3 {
  margin: 0 0 6px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  font-weight: 400;
}

.bm-band-people p {
  margin: 0;
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.bm-band-people-more {
  display: grid;
  grid-column: 2;
  margin-top: 10px;
}

.bm-band-people[hidden] {
  display: none !important;
}

@media (max-width: 980px) {
  .bm-band-hero,
  .bm-band-stats-section,
  .bm-band-history,
  .bm-band-people-section {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .bm-band-stats,
  .bm-band-people {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bm-band-stats {
    gap: 0;
    border-top: 1px solid #d1d1d1;
  }

  .bm-band-stats article {
    min-height: 72px;
    padding: 18px 14px;
    border-left: 0;
    border-right: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
  }

  .bm-band-stats article:nth-child(2n) {
    border-right: 0;
  }

  .bm-band-stats strong {
    margin-bottom: 6px;
    font-size: 1.65rem;
  }

  .bm-band-stats article:last-child strong {
    font-size: 1.08rem;
  }

  .bm-band-stats span {
    font-size: 0.9rem;
    line-height: 1.45;
  }

  .bm-band-people-more {
    grid-column: 1;
  }

  .bm-band-topics {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .bm-band-topics article {
    min-height: 0;
  }

  .bm-band-icon {
    margin-left: auto;
    margin-right: auto;
  }

  .bm-band-topics article:nth-child(2) {
    margin-top: -12px;
  }

  .bm-band-timeline {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (max-width: 620px) {
  .bm-band-content {
    padding-top: 42px;
  }

  .bm-band-hero h1,
  .bm-band-side-title h2 {
    font-size: 2.15rem;
  }

  .bm-band-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bm-band-people {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 16px;
  }

  .bm-band-portrait {
    width: min(100%, 150px);
    margin: 0 auto 12px;
  }

  .bm-band-portrait span {
    font-size: 1.7rem;
  }

  .bm-band-people h3 {
    font-size: 1rem;
  }

  .bm-band-people p {
    font-size: 0.66rem;
    letter-spacing: 0.1em;
    line-height: 1.35;
  }

  .bm-band-stats article {
    min-height: 62px;
    padding: 14px 8px;
  }

  .bm-band-stats strong {
    font-size: 1.35rem;
  }

  .bm-band-stats article:last-child strong {
    font-size: 0.88rem;
    line-height: 1.25;
  }

  .bm-band-stats span {
    font-size: 0.78rem;
    line-height: 1.35;
  }

  .bm-band-history-copy.is-collapsed .bm-band-history-more {
    display: none;
  }

  .bm-band-history-toggle {
    display: inline-flex;
  }
}

.bm-termine-template .jtpl-content {
  background: #f3f3f3;
}

.bm-termine-content {
  max-width: 1180px;
  padding: 58px 20px 76px;
}

.bm-termine-intro {
  max-width: 1070px;
  margin: 0 auto;
  text-align: center;
}

.bm-termine-intro h1 {
  margin: 0;
  color: #111;
  font-size: 2.85rem;
  font-weight: 300;
  line-height: 1.05;
}

.bm-termine-line {
  display: block;
  width: 40px;
  height: 1px;
  margin: 20px auto;
  background: #111;
}

.bm-termine-intro p {
  max-width: 660px;
  margin: 28px auto 0;
  font-size: 1.18rem;
  line-height: 1.65;
}

.bm-termine-hero-image {
  aspect-ratio: 1070 / 340;
  margin: 0;
  overflow: hidden;
}

.bm-termine-hero-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bm-termine-upcoming-section,
.bm-termine-archive-section {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 58px;
  margin-top: 44px;
}

.bm-termine-archive-section {
  border-top: 1px solid #d1d1d1;
  padding-top: 46px;
}

.bm-termine-side-title h2 {
  margin: 0;
  color: #111;
  font-size: 1.85rem;
  font-weight: 400;
  line-height: 1.2;
}

.bm-termine-side-title p {
  margin: 8px 0 0;
  font-size: 1rem;
}

.bm-termine-side-title .bm-termine-line {
  margin: 24px 0 0;
}

.bm-termine-list {
  display: grid;
  gap: 28px;
}

.bm-termine-event {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 42px;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 26px;
}

.bm-termine-poster,
.bm-termine-mini-poster {
  position: relative;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  text-transform: uppercase;
}

.bm-termine-poster img,
.bm-termine-mini-poster img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.bm-termine-poster {
  aspect-ratio: 4 / 5;
  padding: 22px 22px 18px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.14);
}

.bm-termine-poster::before,
.bm-termine-mini-poster::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 72% 26%, rgba(255, 255, 255, 0.16), transparent 18%),
    linear-gradient(145deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.76));
}

.bm-termine-poster.has-image::before,
.bm-termine-mini-poster.has-image::before {
  display: none;
}

.bm-termine-poster.has-image,
.bm-termine-mini-poster.has-image {
  background:#f6f1e7;
}

.bm-termine-poster.has-image img,
.bm-termine-mini-poster.has-image img {
  object-fit: contain;
}

.bm-termine-poster > *,
.bm-termine-mini-poster > * {
  position: relative;
  z-index: 1;
}

.bm-termine-poster span {
  color: #43b4ff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.1;
}

.bm-termine-poster strong {
  display: block;
  font-size: 2.25rem;
  letter-spacing: 0.04em;
  line-height: 0.95;
}

.bm-termine-poster em {
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.35;
}

.bm-termine-poster.is-sommer,
.bm-termine-mini-poster.is-sommer {
  background: linear-gradient(155deg, #053a56, #071528 55%, #0f5273);
}

.bm-termine-poster.is-jazz,
.bm-termine-mini-poster.is-night {
  background: linear-gradient(155deg, #06101c, #0b1630 58%, #9b5417);
}

.bm-termine-poster.is-winter,
.bm-termine-mini-poster.is-winter {
  background: linear-gradient(155deg, #07391e, #071528 55%, #b31d16);
}

.bm-termine-mini-poster.is-mai {
  background: linear-gradient(155deg, #241407, #6c3b12);
}

.bm-termine-mini-poster.is-jubilaeum {
  background: linear-gradient(155deg, #eee5d4, #d7c29b);
  color: #2a241d;
}

.bm-termine-event-copy {
  align-self: center;
}

.bm-termine-event-copy time {
  display: block;
  margin-bottom: 10px;
  font-size: 1.1rem;
  font-weight: 700;
}

.bm-termine-event-copy h3 {
  margin: 0 0 8px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.15;
}

.bm-termine-meta {
  margin: 0 0 20px;
  font-size: 1.1rem;
}

.bm-termine-event-copy p:not(.bm-termine-meta):not(.bm-termine-notes) {
  max-width: 620px;
  margin: 0 0 22px;
  line-height: 1.75;
}

.bm-termine-notes {
  margin: 0;
  color: #333;
  font-size: 0.92rem;
}

.bm-termine-meta span,
.bm-termine-notes span {
  padding: 0 10px;
}

.bm-termine-archive {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 28px;
}

.bm-termine-archive article {
  text-align: center;
}

.bm-termine-mini-poster {
  aspect-ratio: 3 / 4.45;
  justify-content: center;
  margin-bottom: 18px;
  padding: 16px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.14);
}

.bm-termine-mini-poster strong {
  display: block;
  font-size: 1.55rem;
  letter-spacing: 0.04em;
  line-height: 1.05;
}

.bm-termine-archive h3 {
  margin: 0 0 10px;
  font-size: 1rem;
  font-weight: 700;
}

.bm-termine-archive time,
.bm-termine-archive p {
  display: block;
  margin: 0 0 7px;
  line-height: 1.4;
}

@media (max-width: 980px) {
  .bm-termine-upcoming-section,
  .bm-termine-archive-section {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .bm-termine-archive {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .bm-termine-intro h1 {
    font-size: 3rem;
  }

  .bm-termine-event {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .bm-termine-poster {
    max-width: 260px;
  }

  .bm-termine-archive {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.bm-intern-template .jtpl-content {
  background: #f3f3f3;
}

.bm-intern-content {
  max-width: 1070px;
  padding: 70px 20px 82px;
}

.bm-intern-hero {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.bm-intern-hero h1 {
  margin: 0;
  color: #111;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.85rem;
  font-weight: 400;
  line-height: 1.15;
}

.bm-intern-hero .bm-band-line {
  margin: 22px auto 24px;
}

.bm-intern-hero p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.75;
}

.bm-intern-login {
  max-width: 440px;
  margin: 42px auto 0;
}

.bm-intern-card {
  display: grid;
  gap: 18px;
}

.bm-intern-field label {
  display: block;
  margin: 0 0 8px;
  color: #222;
  font-size: 0.86rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bm-intern-field input {
  width: 100%;
  min-height: 48px;
  padding: 10px 13px;
  border: 1px solid #bdbdbd;
  border-radius: 0;
  background: #fff;
  color: #111;
  font: inherit;
}

.bm-intern-field input:focus {
  border-color: #216cff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(33, 108, 255, 0.14);
}

.bm-intern-submit {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
  border: 1px solid #222;
  background: transparent;
  color: #222;
  font: inherit;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  cursor: pointer;
}

.bm-intern-submit:hover,
.bm-intern-submit:focus {
  border-color: #216cff;
  background: #216cff;
  color: #fff;
}

.bm-intern-submit-link {
  text-decoration: none;
}

.bm-intern-forgot {
  display: block;
  margin-top: 18px;
  text-align: center;
  text-decoration: none;
}

.bm-intern-link-box {
  display: grid;
  gap: 8px;
  padding: 12px 14px;
  border-left: 3px solid #216cff;
  background: #fff;
  color: #111;
  line-height: 1.5;
  word-break: break-word;
}

.bm-intern-link-box a {
  color: #216cff;
  font-weight: 700;
}

.bm-intern-flash {
  padding: 12px 14px;
  border-left: 3px solid #216cff;
  background: #fff;
  color: #111;
  line-height: 1.5;
}

.bm-intern-flash.error {
  border-left-color: #9f1d1d;
}

@media (max-width: 620px) {
  .bm-intern-content {
    padding-top: 42px;
  }

  .bm-intern-hero h1 {
    font-size: 2.15rem;
  }
}

/* Footer style  */
.blue-moon-template .jtpl-section-aside {
  background: #303030;
  color: #f3f3f3;
  padding: 18px 20px;
}

.blue-moon-template .jtpl-section-aside__inner {
  max-width: 1040px;
}

.blue-moon-template .jtpl-section-aside .j-module,
.blue-moon-template .jtpl-section-aside div.n {
  padding: 0;
}

.blue-moon-template .jtpl-section-aside .cc-m-hgrid-column {
  padding: 0 22px;
}

.blue-moon-template .bm-public-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  min-height: 56px;
  color: #87909a;
  text-align: center;
}

.blue-moon-template .jtpl-section-aside h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 1.45rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-transform: none;
}

.blue-moon-template .jtpl-section-aside p {
  margin: 0 0 12px;
  color: #f3f3f3;
  line-height: 1.65;
}

.blue-moon-template .jtpl-section-aside a {
  color: inherit;
}

.blue-moon-template .jtpl-section-aside .cc-imagewrapper {
  margin: 0;
}

.blue-moon-template .jtpl-section-aside .cc-imagewrapper img {
  max-width: 210px;
  opacity: 0.92;
}

.blue-moon-template .bm-public-footer__legal {
  min-width: 245px;
  font-size: 1rem;
  line-height: 1.45;
}

.blue-moon-template .bm-public-footer__legal strong {
  display: block;
  color: #8f98a2;
  font-weight: 400;
}

.blue-moon-template .bm-public-footer__meta {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 2px;
}

.blue-moon-template .bm-public-footer__meta a {
  color: #8f98a2;
  text-decoration: none;
}

.blue-moon-template .bm-public-footer__meta a:hover,
.blue-moon-template .bm-public-footer__meta a:focus {
  color: #216cff;
}

.blue-moon-template .bm-public-footer__icons {
  display: flex;
  align-items: center;
  gap: 12px;
}

.blue-moon-template .bm-public-footer__icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 999px;
  color: #8f98a2;
  text-decoration: none;
  transition: color 0.18s ease, transform 0.18s ease;
}

.blue-moon-template .bm-public-footer__icon svg {
  width: 38px;
  height: 38px;
}

.blue-moon-template .bm-public-footer__icon:hover,
.blue-moon-template .bm-public-footer__icon:focus {
  color: #216cff;
  transform: translateY(-1px);
}

.blue-moon-template .bm-public-footer__intern {
  display: flex;
  align-items: center;
}

.blue-moon-template .j-calltoaction-wrapper {
  margin: 0 0 12px;
}

.blue-moon-template .j-calltoaction-link {
  min-width: 150px;
  padding: 9px 18px;
  border: 1px solid rgba(143, 152, 162, 0.74);
  background: transparent;
  color: #8f98a2;
  font-size: 0.9rem;
  letter-spacing: 0.06em;
  text-transform: none;
}

.blue-moon-template .j-calltoaction-link:hover,
.blue-moon-template .j-calltoaction-link:focus {
  border-color: #216cff;
  background: #216cff;
  color: #fff;
}

.blue-moon-template .jtpl-footer {
  background: #303030;
  color: #bdbdbd;
  padding: 2px 20px 14px;
}

.blue-moon-template .jtpl-section-aside .jtpl-footer {
  margin-top: 0;
  padding: 0;
  background: transparent;
}

.blue-moon-template #contentfooter {
  max-width: 1040px;
  color: #bdbdbd;
  font-size: 0.86rem;
  line-height: 1.7;
  text-align: left;
}

.blue-moon-template #contentfooter a {
  color: #fff;
  text-decoration: none;
}

.blue-moon-template #contentfooter a:hover,
.blue-moon-template #contentfooter a:focus {
  color: #216cff;
}

.bm-home-gallery-image-bw {
  filter: grayscale(100%);
}

.bm-home-gallery-section {
  margin: 22px auto 34px;
}

.bm-home-gallery-section .j-header h2 {
  margin-bottom: 10px;
  text-align: center;
}

.bm-home-gallery-line {
  display: block;
  width: 56px;
  height: 2px;
  margin: 0 auto 28px;
  background: #216cff;
}

.home-gallery-shell {
  --gallery-per-view: 3;
  --gallery-gap: 6px;
  position: relative;
  max-width: 1086px;
  margin: 0 auto;
  padding: 0 54px 34px;
}

.home-gallery-viewport {
  overflow: hidden;
}

.home-gallery {
  display: flex;
  gap: var(--gallery-gap);
  transform: translate3d(0, 0, 0);
  transition: transform 0.32s ease;
  will-change: transform;
}

.home-gallery-item {
  position: relative;
  flex: 0 0 calc((100% - (var(--gallery-gap) * (var(--gallery-per-view) - 1))) / var(--gallery-per-view));
  display: block;
  min-height: 0;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: 0;
  padding: 0;
  background: #fff;
  color: #fff;
  text-decoration: none;
}

.home-gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #f4f4f4;
  transform: translateZ(0);
  transition: filter 0.24s ease;
}

.home-gallery-item.is-black-white img {
  filter: grayscale(100%);
}

.home-gallery-item.is-black-white:hover img,
.home-gallery-item.is-black-white:focus img {
  filter: grayscale(100%) contrast(1.04);
}

.home-gallery-nav {
  position: absolute;
  top: calc(50% - 24px);
  z-index: 2;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: #216cff;
  color: #fff;
  cursor: pointer;
  transform: translateY(-50%);
}

.home-gallery-nav::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  border-top: 3px solid currentColor;
  border-left: 3px solid currentColor;
}

.home-gallery-nav-prev {
  left: 12px;
}

.home-gallery-nav-prev::before {
  transform: translate(-35%, -50%) rotate(-45deg);
}

.home-gallery-nav-next {
  right: 12px;
}

.home-gallery-nav-next::before {
  transform: translate(-65%, -50%) rotate(135deg);
}

.home-gallery-nav:disabled {
  opacity: 0.35;
  cursor: default;
}

.home-gallery-dots {
  position: absolute;
  left: 54px;
  right: 54px;
  bottom: 0;
  display: flex;
  justify-content: center;
  gap: 14px;
}

.home-gallery-dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 999px;
  background: #216cff;
  cursor: pointer;
  opacity: 1;
}

.home-gallery-dot.is-active {
  background: transparent;
  box-shadow: inset 0 0 0 2px #216cff;
}

@media (max-width: 920px) {
  .home-gallery-shell {
    --gallery-per-view: 2;
    padding-inline: 44px;
  }

  .home-gallery-dots {
    left: 44px;
    right: 44px;
  }
}

@media (max-width: 760px) {
  .home-gallery-shell {
    --gallery-per-view: 1;
    --gallery-gap: 0px;
    padding-inline: 0;
  }

  .bm-home-gallery-section {
    margin-top: 34px;
  }

  .home-gallery-nav {
    top: calc(50% - 18px);
  }

  .home-gallery-nav-prev {
    left: 10px;
  }

  .home-gallery-nav-next {
    right: 10px;
  }

  .home-gallery-dots {
    left: 0;
    right: 0;
  }

  .blue-moon-template .jtpl-section-aside {
    padding: 28px 18px;
  }

  .blue-moon-template .bm-public-footer {
    flex-direction: column;
    gap: 18px;
  }

  .blue-moon-template .jtpl-section-aside .cc-m-hgrid-column,
  .blue-moon-template .jtpl-section-aside .cc-m-hgrid-column.last {
    padding: 0;
    text-align: center;
  }

  .blue-moon-template .jtpl-section-aside h2 {
    text-align: center;
  }

  .blue-moon-template .jtpl-section-aside .cc-m-hgrid-column + .cc-m-hgrid-column {
    margin-top: 30px;
  }

  .blue-moon-template #contentfooter {
    text-align: center;
  }
}
