@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@500;700;900&family=Rajdhani:wght@400;500;600;700&display=swap");

:root {
  --bb-green: #acf520;
  --bb-blue: #5297fe;
  --bb-bg: #03060c;
  --bb-text: #ecfaff;
  --bb-muted: rgba(236,250,255,0.74);
}

/* GLOBAL */
html,
body {
  background:
    linear-gradient(rgba(2,6,12,0.58), rgba(2,6,12,0.82)),
    url("/images/bg-bambam-future.webp") center center / cover no-repeat fixed !important;
}

body,
input,
textarea,
select {
  font-family: "Rajdhani", system-ui, sans-serif !important;
  color: var(--bb-muted) !important;
}

h1, h2, h3, h4, h5, h6,
#logo h1,
.wrapper .title,
#nav a {
  font-family: "Orbitron", sans-serif !important;
}

#scrollbox,
#page-wrapper,
#header,
.wrapper,
.wrapper.style1,
.wrapper.style2,
.wrapper.style3,
#intro,
#stats,
#highlights,
#footer {
  background: transparent !important;
}

/* HEADER */
#header {
  height: 32em !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden;
}

#header::before,
#header::after,
.wrapper::before,
.wrapper::after,
.wrapper.style1::before,
.wrapper.style1::after {
  content: none !important;
  display: none !important;
}

/* LOGO */
#logo {
  position: relative !important;
  top: 0 !important;
  width: 100% !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
  text-align: center !important;
}

#logo img {
  width: clamp(120px, 12vw, 180px) !important;
  height: auto !important;
  filter:
    drop-shadow(0 0 18px rgba(172,245,32,0.52))
    drop-shadow(0 0 34px rgba(82,151,254,0.28));
}

#logo h1 {
  margin-top: 0.7em !important;
  color: #fff !important;
  font-size: clamp(2rem, 4vw, 4rem) !important;
  font-weight: 900 !important;
  letter-spacing: 0.13em !important;
  text-shadow:
    0 0 12px rgba(172,245,32,0.32),
    0 0 28px rgba(82,151,254,0.25);
}

#logo h1 a {
  color: #fff !important;
  text-decoration: none !important;
}

#logo p {
  display: inline-block !important;
  margin-top: 1em !important;
  padding: 0.75em 1.35em !important;
  color: rgba(255,255,255,0.82) !important;
  background: rgba(4,9,18,0.62) !important;
  border: 1px solid rgba(255,255,255,0.14) !important;
  border-radius: 999px !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  letter-spacing: 0.16em !important;
}

/* NAV */
#nav {
  position: absolute !important;
  top: 1.5em !important;
  left: 50% !important;
  width: auto !important;
  transform: translateX(-50%) !important;
  z-index: 1000 !important;
  text-align: center !important;
}

#nav > ul {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.25em !important;
  margin: 0 !important;
  padding: 0 1.1em !important;
  background: rgba(5,12,22,0.76) !important;
  border: 1px solid rgba(255,255,255,0.13) !important;
  border-radius: 999px !important;
  box-shadow:
    0 16px 42px rgba(0,0,0,0.34),
    0 0 36px rgba(82,151,254,0.12),
    inset 0 1px 0 rgba(255,255,255,0.08) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

#nav > ul > li {
  display: flex !important;
  margin: 0 !important;
  padding: 0 !important;
}

#nav > ul > li > a,
#nav > ul > li > span {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 4em !important;
  padding: 0 1.35em !important;
  color: rgba(255,255,255,0.82) !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  font-size: 0.68em !important;
  font-weight: 700 !important;
  letter-spacing: 0.18em !important;
}

#nav > ul > li:hover > a,
#nav > ul > li.current > a {
  color: #fff !important;
  text-shadow:
    0 0 8px rgba(172,245,32,0.38),
    0 0 18px rgba(82,151,254,0.22);
}

#nav > ul > li > a::after {
  background: linear-gradient(90deg, var(--bb-green), var(--bb-blue)) !important;
  height: 3px !important;
  border-radius: 999px !important;
  bottom: 0.95em !important;
}

/* SECTION WRAPPER */
.wrapper {
  padding: 3.2em 0 5.5em 0 !important;
}

.wrapper .container {
  position: relative;
  width: min(1180px, calc(100% - 56px)) !important;
  max-width: 1180px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.wrapper .title,
.wrapper > .title,
section.wrapper > .title {
  position: relative !important;
  left: 50% !important;
  top: -3.5em !important;
  transform: translateX(-50%) !important;
  display: none !important;
  width: fit-content !important;
  min-width: 11.5em !important;
  max-width: calc(100vw - 40px) !important;
  height: 2.65em !important;
  line-height: 2.65em !important;
  padding: 0 2.2em !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  color: #fff !important;
  text-align: center !important;
  border-radius: 999px !important;
  background: rgba(3,7,14,0.72) !important;
  border: 1px solid rgba(82,151,254,0.22) !important;
  box-shadow:
    0 0 0 1px rgba(172,245,32,0.06),
    0 0 18px rgba(82,151,254,0.10),
    inset 0 1px 0 rgba(255,255,255,0.05) !important;
  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;
}

/* GLOBAL GLASS FRAME */
#intro .container::before,
#stats .container::before,
#highlights .container::before,
#footer .container::before {
  content: "";
  position: absolute;
  inset: -12px;
  z-index: 0;
  border-radius: 30px;
  background: rgba(3,7,14,0.34) !important;
  border: 1px solid rgba(82,151,254,0.24) !important;
  box-shadow:
    0 0 0 1px rgba(172,245,32,0.08),
    0 24px 90px rgba(0,0,0,0.38),
    0 0 50px rgba(82,151,254,0.10),
    inset 0 1px 0 rgba(255,255,255,0.07) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

#intro .container > *,
#stats .container > *,
#highlights .container > *,
#footer .container > * {
  position: relative;
  z-index: 1;
}

/* HOME / ABOUT */
.bb-home-v3 .container {
  overflow: visible !important;
  padding-top: 0;
}

.bb-about-hero {
  max-width: 820px;
  margin: 0 auto 42px auto;
  text-align: center;
}

.bb-page-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px auto;
  padding: 8px 16px;
  border-radius: 999px;
  color: var(--bb-green);
  background: rgba(5,12,22,0.38);
  border: 1px solid rgba(255,255,255,0.12);
  font-family: "Orbitron", sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.bb-about-photo-panel {
  position: relative;
  width: min(360px, 92%);
  margin: 0 auto 22px auto;
  overflow: hidden;
  padding: 14px;
  border-radius: 28px;
  text-align: center;
  background:
    linear-gradient(145deg, rgba(8,17,31,0.50), rgba(3,8,16,0.30)) !important;
  border: 1px solid rgba(255,255,255,0.13) !important;
  box-shadow:
    0 18px 54px rgba(0,0,0,0.28),
    0 0 42px rgba(82,151,254,0.12),
    0 0 34px rgba(172,245,32,0.08),
    inset 0 1px 0 rgba(255,255,255,0.08) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.bb-about-photo-glow {
  position: absolute;
  inset: auto -35% -28% -35%;
  height: 220px;
  background:
    radial-gradient(circle, rgba(172,245,32,0.22), transparent 58%),
    radial-gradient(circle, rgba(82,151,254,0.24), transparent 62%);
  filter: blur(8px);
  pointer-events: none;
}

.bb-about-photo {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 320px;
  height: auto;
  margin: 0 auto;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.16);
  box-shadow:
    0 18px 46px rgba(0,0,0,0.32),
    0 0 38px rgba(82,151,254,0.14);
}

.bb-about-intro {
  margin: 0 auto;
}

.bb-about-intro h1 {
  margin: 0 0 14px 0;
  color: #fff !important;
  font-size: clamp(1.7rem, 3.2vw, 2.35rem);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0.035em;
  text-shadow:
    0 0 14px rgba(172,245,32,0.18),
    0 0 28px rgba(82,151,254,0.14);
}

.bb-about-intro p {
  max-width: 780px;
  margin: 0 auto 10px auto;
  color: rgba(236,250,255,0.84) !important;
  font-size: 1.05rem;
  line-height: 1.55;
}

.bb-photo-twitch-btn {
  position: relative;
  z-index: 2;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  min-width: 230px;
  margin-top: 10px;
  padding: 0 22px;
  border-radius: 999px;
  color: #fff !important;
  text-decoration: none !important;
  font-family: "Orbitron", sans-serif !important;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background:
    linear-gradient(135deg, rgba(172,245,32,0.18), rgba(82,151,254,0.22)),
    rgba(4,10,20,0.52);
  border: 1px solid rgba(255,255,255,0.16);
  box-shadow:
    0 0 22px rgba(82,151,254,0.16),
    inset 0 1px 0 rgba(255,255,255,0.08);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.bb-photo-twitch-btn:hover {
  transform: translateY(-2px);
  border-color: rgba(172,245,32,0.34);
  box-shadow:
    0 0 26px rgba(172,245,32,0.15),
    0 0 32px rgba(82,151,254,0.16),
    inset 0 1px 0 rgba(255,255,255,0.10);
}

.bb-about-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
  margin-top: 34px;
}

.bb-text-block {
  min-width: 0;
  margin: 0;
  padding: 24px 24px;
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(8,17,31,0.50), rgba(3,8,16,0.30)) !important;
  border: 1px solid rgba(255,255,255,0.13) !important;
  box-shadow:
    0 18px 54px rgba(0,0,0,0.28),
    0 0 42px rgba(82,151,254,0.09),
    inset 0 1px 0 rgba(255,255,255,0.08) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.bb-text-block h2 {
  margin: 0 0 18px 0;
  color: #fff !important;
  font-size: clamp(1.18rem, 1.5vw, 1.7rem);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-wrap: balance;
}

.bb-text-block p {
  margin: 0 0 13px 0;
  color: rgba(236,250,255,0.82) !important;
  font-size: 1.04rem;
  line-height: 1.58;
}

.bb-text-block p:last-child {
  margin-bottom: 0;
}

.bb-text-block-highlight {
  background:
    linear-gradient(145deg, rgba(172,245,32,0.09), rgba(82,151,254,0.10)),
    rgba(3,8,16,0.30) !important;
  border-color: rgba(172,245,32,0.20) !important;
}

.bb-green-text {
  color: var(--bb-green) !important;
}

.bb-about-tags {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 16px 0;
}

.bb-about-tags span {
  position: relative;
  display: block;
  padding-left: 18px;
  color: rgba(255,255,255,0.86);
  font-weight: 700;
}

.bb-about-tags span::before {
  content: "◆";
  position: absolute;
  left: 0;
  top: 0.08em;
  color: var(--bb-green);
  font-size: 0.72em;
}

.bb-about-actions {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
  margin: 20px auto 0 auto;
}

.bb-btn-main,
.bb-btn-main-glass {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 20px !important;
  border-radius: 16px !important;
  color: #fff !important;
  text-decoration: none !important;
  font-family: "Orbitron", sans-serif !important;
  font-size: 0.82rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  background:
    linear-gradient(135deg, rgba(172,245,32,0.16), rgba(82,151,254,0.20)),
    rgba(4,10,20,0.46) !important;
  border: 1px solid rgba(255,255,255,0.15) !important;
  box-shadow:
    0 14px 34px rgba(0,0,0,0.22),
    0 0 22px rgba(82,151,254,0.12),
    inset 0 1px 0 rgba(255,255,255,0.08) !important;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.bb-btn-main:hover,
.bb-btn-main-glass:hover {
  transform: translateY(-2px);
  border-color: rgba(172,245,32,0.34) !important;
  box-shadow:
    0 16px 38px rgba(0,0,0,0.28),
    0 0 26px rgba(172,245,32,0.13),
    0 0 34px rgba(82,151,254,0.15),
    inset 0 1px 0 rgba(255,255,255,0.10) !important;
}

/* FOOTER */
.bb-footer,
.bb-footer-card {
  background:
    linear-gradient(145deg, rgba(9,18,32,0.58), rgba(6,10,20,0.46)) !important;
  border: 1px solid rgba(255,255,255,0.13) !important;
  border-radius: 24px !important;
  box-shadow:
    0 18px 48px rgba(0,0,0,0.28),
    0 0 30px rgba(82,151,254,0.10),
    inset 0 1px 0 rgba(255,255,255,0.06) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.bb-footer-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 16px !important;
  align-items: stretch !important;
}

.bb-footer-card {
  padding: 18px !important;
  min-height: 180px !important;
}

.bb-footer-header h2,
.bb-footer-card h3 {
  color: #fff !important;
}

.bb-footer-header p,
.bb-footer-card p,
.bb-footer-card a,
.bb-socials a {
  color: rgba(236,250,255,0.76) !important;
}

body.bb-page-home .bb-about-hero {
  margin: -150px auto 26px auto;
}

/* MOBILE */
@media screen and (max-width: 1180px) {
  .bb-about-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bb-about-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 980px) {
  #nav {
    display: none !important;
  }

  #titleBar .toggle:before {
    background: rgba(5,12,22,0.86) !important;
    border: 1px solid rgba(255,255,255,0.14);
    color: var(--bb-green) !important;
  }

  #navPanel {
    background:
      linear-gradient(180deg, rgba(5,10,18,0.98), rgba(8,23,39,0.98)) !important;
  }

  #navPanel .link {
    color: rgba(236,250,255,0.82) !important;
  }
}

@media screen and (max-width: 900px) {
  .bb-footer-grid {
    grid-template-columns: 1fr !important;
  }
}

@media screen and (max-width: 736px) {
  #header,
  .homepage #header {
    height: 28em !important;
  }

  #logo img {
    width: 126px !important;
  }

  #logo h1 {
    font-size: 1.5rem !important;
    letter-spacing: 0.075em !important;
  }

  #logo p {
    font-size: 0.74em !important;
    letter-spacing: 0.08em !important;
  }

  .wrapper {
    padding: 4em 0 5em 0 !important;
  }

  .wrapper .container {
    width: calc(100% - 28px) !important;
  }

  .wrapper .title {
    min-width: 10em !important;
    font-size: 0.75em !important;
  }

  #intro .container::before,
  #stats .container::before,
  #highlights .container::before,
  #footer .container::before {
    inset: -10px;
    border-radius: 22px;
  }

  .bb-about-photo-panel {
    width: min(330px, 94%);
  }

  .bb-about-card-grid {
    grid-template-columns: 1fr;
  }

  .bb-about-actions {
    grid-template-columns: 1fr;
  }

  .bb-text-block {
    padding: 20px 18px;
    border-radius: 20px;
  }

  .bb-text-block p {
    font-size: 1rem;
    line-height: 1.6;
  }

  .bb-btn-main,
  .bb-btn-main-glass {
    width: 100%;
  }
}
/* =========================================================
   MOBILE HERO FIX - nur Handy, Desktop bleibt in Ruhe
========================================================= */

@media screen and (max-width: 760px) {

  body.bb-page-home #header,
  body.bb-page-home .homepage #header {
    min-height: auto !important;
    padding: 26px 14px 18px !important;
  }

  body.bb-page-home #logo {
    padding-top: 10px !important;
    margin-bottom: 12px !important;
  }

  body.bb-page-home #logo img,
  body.bb-page-home .bb-logo,
  body.bb-page-home .site-logo {
    max-width: 150px !important;
    width: 150px !important;
    height: auto !important;
    margin: 0 auto 14px auto !important;
  }

  body.bb-page-home #logo h1,
  body.bb-page-home #logo h1 a {
    font-size: clamp(2rem, 9vw, 3rem) !important;
    line-height: 1.04 !important;
    letter-spacing: 0.05em !important;
    margin: 0 auto 8px auto !important;
    white-space: normal !important;
    text-align: center !important;
  }

  body.bb-page-home #logo p,
  body.bb-page-home .bb-claim,
  body.bb-page-home .bb-tagline {
    font-size: 0.78rem !important;
    line-height: 1.35 !important;
    margin: 8px auto 10px auto !important;
    max-width: 92vw !important;
  }

  body.bb-page-home .bb-rotator,
  body.bb-page-home .bb-typing,
  body.bb-page-home .bb-auto-text,
  body.bb-page-home .bb-hero-rotator,
  body.bb-page-home .bb-hero-pill,
  body.bb-page-home .bb-hero-card,
  body.bb-page-home .bb-subline-card {
    position: relative !important;
    inset: auto !important;
    transform: none !important;

    width: min(92vw, 520px) !important;
    min-height: 46px !important;
    height: auto !important;

    margin: 10px auto 18px auto !important;
    padding: 10px 16px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    font-size: 0.86rem !important;
    line-height: 1.3 !important;
    letter-spacing: 0.12em !important;
    text-align: center !important;

    border-radius: 999px !important;
  }

  body.bb-page-home .bb-rotator *,
  body.bb-page-home .bb-typing *,
  body.bb-page-home .bb-auto-text *,
  body.bb-page-home .bb-hero-rotator *,
  body.bb-page-home .bb-hero-pill *,
  body.bb-page-home .bb-hero-card *,
  body.bb-page-home .bb-subline-card * {
    font-size: inherit !important;
    line-height: inherit !important;
    margin: 0 !important;
    text-align: center !important;
  }

  body.bb-page-home #navPanel,
  body.bb-page-home #titleBar {
    z-index: 10000 !important;
  }

  body.bb-page-home #titleBar {
    height: 58px !important;
  }

  body.bb-page-home #titleBar .toggle {
    top: 10px !important;
    left: 10px !important;
  }
}

@media screen and (max-width: 430px) {
  body.bb-page-home #logo img,
  body.bb-page-home .bb-logo,
  body.bb-page-home .site-logo {
    max-width: 128px !important;
    width: 128px !important;
  }

  body.bb-page-home #logo h1,
  body.bb-page-home #logo h1 a {
    font-size: clamp(1.8rem, 8.5vw, 2.45rem) !important;
  }
}

/* =========================================================
   MOBILE TITLE FINAL FIX
========================================================= */

@media screen and (max-width: 760px) {

  body.bb-page-home #logo h1,
  body.bb-page-home #logo h1 a,
  body.bb-page-home .homepage-title,
  body.bb-page-home .bb-hero-title {
    width: 100% !important;
    max-width: 100% !important;

    font-size: 2.55rem !important;
    line-height: 0.95 !important;
    letter-spacing: 0.03em !important;

    word-break: break-word !important;
    overflow-wrap: break-word !important;

    padding: 0 10px !important;
    margin: 0 auto 12px auto !important;

    text-align: center !important;
  }
}

@media screen and (max-width: 430px) {

  body.bb-page-home #logo h1,
  body.bb-page-home #logo h1 a,
  body.bb-page-home .homepage-title,
  body.bb-page-home .bb-hero-title {
    font-size: 2.15rem !important;
    line-height: 0.92 !important;
    letter-spacing: 0.02em !important;
  }
}

/* =========================================================
   MOBILE TITLE SAFARI FIX FINAL
========================================================= */

@media screen and (max-width: 760px) {

  body.bb-page-home #logo {
    width: 100% !important;
    overflow: hidden !important;
  }

  body.bb-page-home #logo h1,
  body.bb-page-home #logo h1 a,
  body.bb-page-home .homepage-title,
  body.bb-page-home .bb-hero-title {

    display: block !important;

    width: 100% !important;
    max-width: 100% !important;

    padding: 0 14px !important;
    margin: 0 auto 16px auto !important;

    font-size: 1.85rem !important;
    line-height: 1.08 !important;
    letter-spacing: 0.015em !important;

    text-align: center !important;

    white-space: normal !important;
    word-break: keep-all !important;
    overflow-wrap: break-word !important;

    box-sizing: border-box !important;
  }
}

@media screen and (max-width: 430px) {

  body.bb-page-home #logo h1,
  body.bb-page-home #logo h1 a,
  body.bb-page-home .homepage-title,
  body.bb-page-home .bb-hero-title {

    font-size: 1.65rem !important;
    line-height: 1.05 !important;
  }
}

/* =========================================================
   MOBILE TITLE REAL FIX - eigener sauberer Mobile-Titel
========================================================= */

.bb-mobile-site-title {
  display: none;
}

@media screen and (max-width: 760px) {

  body.bb-page-home #logo h1,
  body.bb-page-home #logo h1 a {
    font-size: 0 !important;
    line-height: 0 !important;
    color: transparent !important;
    text-shadow: none !important;
  }

  body.bb-page-home #logo h1::after {
    content: "BAMBAMOFFICIAL.DE";
    display: block !important;

    width: min(92vw, 420px) !important;
    margin: 0 auto 14px auto !important;
    padding: 0 10px !important;

    color: #f4fff7 !important;
    text-shadow:
      0 0 10px rgba(172,245,32,.18),
      0 0 18px rgba(255,255,255,.14) !important;

    font-size: clamp(1.55rem, 7.2vw, 2.05rem) !important;
    line-height: 1.08 !important;
    letter-spacing: 0.055em !important;
    text-align: center !important;

    white-space: normal !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
  }
}

@media screen and (max-width: 390px) {
  body.bb-page-home #logo h1::after {
    font-size: 1.42rem !important;
    letter-spacing: 0.04em !important;
  }
}

/* =========================================================
   MOBILE TITLE FIX - Pseudo-Titel wieder aus, Original sauber
========================================================= */

@media screen and (max-width: 760px) {

  body.bb-page-home #logo h1::after {
    content: none !important;
    display: none !important;
  }

  body.bb-page-home #logo h1,
  body.bb-page-home #logo h1 a {
    font-size: clamp(1.35rem, 6vw, 1.9rem) !important;
    line-height: 1.05 !important;
    letter-spacing: 0.035em !important;

    color: #f4fff7 !important;
    text-shadow:
      0 0 10px rgba(172,245,32,.18),
      0 0 18px rgba(255,255,255,.14) !important;

    white-space: nowrap !important;
    word-break: normal !important;
    overflow-wrap: normal !important;

    max-width: 94vw !important;
    width: 94vw !important;

    overflow: hidden !important;
    text-overflow: clip !important;

    padding: 0 !important;
    margin: 0 auto 14px auto !important;
    text-align: center !important;
  }
}

@media screen and (max-width: 390px) {
  body.bb-page-home #logo h1,
  body.bb-page-home #logo h1 a {
    font-size: 1.28rem !important;
    letter-spacing: 0.025em !important;
  }
}

/* =========================================================
   MOBILE TITLE CENTER FIX
========================================================= */

@media screen and (max-width: 760px) {

  body.bb-page-home #logo,
  body.bb-page-home .logo,
  body.bb-page-home .homepage-logo {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;
    text-align: center !important;
  }

  body.bb-page-home #logo h1,
  body.bb-page-home #logo h1 a {
    display: block !important;

    width: 100% !important;
    max-width: 100% !important;

    margin-left: auto !important;
    margin-right: auto !important;

    text-align: center !important;
  }
}

/* BB_PUBLIC_ACTIVE_NAV_STRICH_FIX */
#nav a,
#nav li a,
#nav > ul > li > a,
header nav a,
#header nav a{
    position:relative;
}

#nav .current > a::after,
#nav li.current > a::after,
#nav li.active > a::after,
#nav a.active::after,
#nav a[aria-current="page"]::after,
#header nav .current > a::after,
#header nav li.current > a::after,
#header nav li.active > a::after,
#header nav a.active::after{
    content:"" !important;
    position:absolute !important;
    left:50% !important;
    bottom:-10px !important;
    width:34px !important;
    height:3px !important;
    transform:translateX(-50%) !important;
    border-radius:999px !important;
    background:#acf520 !important;
    box-shadow:0 0 14px rgba(172,245,32,.75) !important;
}

#nav .current > a,
#nav li.current > a,
#nav li.active > a,
#nav a.active,
#nav a[aria-current="page"],
#header nav .current > a,
#header nav li.current > a,
#header nav li.active > a,
#header nav a.active{
    color:#ffffff !important;
    text-shadow:0 0 14px rgba(172,245,32,.22) !important;
}

/* PUBLIC CLIP PLAYER RESTORE */
body video,
body .bb-clip-player video,
body .bb-clips-player video,
body .clip-player video,
body .clips-player video,
body .bb-gallery video,
body .bb-video-modal video {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 78vh !important;
    object-fit: contain !important;
    background: #000 !important;
    border-radius: 18px !important;
}

body .bb-clip-player,
body .bb-clips-player,
body .clip-player,
body .clips-player,
body .bb-video-modal,
body .bb-gallery-video-modal {
    background: rgba(3,8,18,.94) !important;
    border-radius: 22px !important;
    overflow: hidden !important;
}

/* keine Fake-Controls über Videos */
body .bb-clip-player::before,
body .bb-clip-player::after,
body .bb-clips-player::before,
body .bb-clips-player::after,
body .clip-player::before,
body .clip-player::after,
body .clips-player::before,
body .clips-player::after {
    display: none !important;
    content: none !important;
}

/* =========================================================
   PUBLIC PAGE WIDTH STANDARD
   Alle normalen Public-Seiten auf Home-Breite.
   Stats 3.0 und Admin bleiben unberührt. Finger weg vom laufenden Zeug.
   ========================================================= */

body:not(.bb-admin-page):not(.bb-stats30-page) .wrapper > .container,
body:not(.bb-admin-page):not(.bb-stats30-page) section.wrapper > .container {
    max-width: 1500px !important;
    width: min(1500px, calc(100vw - 56px)) !important;
}

body.bb-page-home .wrapper > .container {
    max-width: 1500px !important;
    width: min(1500px, calc(100vw - 56px)) !important;
}

@media (max-width: 760px) {
    body:not(.bb-admin-page):not(.bb-stats30-page) .wrapper > .container,
    body:not(.bb-admin-page):not(.bb-stats30-page) section.wrapper > .container,
    body.bb-page-home .wrapper > .container {
        width: min(100% - 28px, 1500px) !important;
    }
}

/* =========================================================
   CMS PUBLIC BAM BAM STANDARD
   Neue/alte CMS-Seiten: Home-Breite, Glaslook, lesbare Schrift.
   Stats/Admin bleiben außen vor.
   ========================================================= */

body:not(.bb-admin-page):not(.bb-stats30-page) .bb-cms-standard-page > .container,
body:not(.bb-admin-page):not(.bb-stats30-page) .bb-cms-page > .container {
    max-width: 1500px !important;
    width: min(1500px, calc(100vw - 56px)) !important;
}

.bb-cms-standard-page .bb-cms-content,
.bb-cms-standard-block,
.bb-cms-standard-grid article {
    background: rgba(5,15,30,.55) !important;
    border: 1px solid rgba(172,245,32,.18) !important;
    box-shadow:
        0 0 40px rgba(0,64,255,.08),
        inset 0 1px 0 rgba(255,255,255,.04) !important;
    backdrop-filter: blur(18px) !important;
    -webkit-backdrop-filter: blur(18px) !important;
    border-radius: 30px !important;
}

.bb-cms-standard-block {
    padding: clamp(30px, 5vw, 58px) !important;
    margin-bottom: 24px !important;
}

.bb-cms-standard-block h1 {
    color: #fff !important;
    font-size: clamp(3rem, 7vw, 6.5rem) !important;
    line-height: .9 !important;
    letter-spacing: -.055em !important;
    margin: 0 0 18px !important;
}

.bb-cms-standard-block p,
.bb-cms-standard-grid p,
.bb-cms-standard-page p,
.bb-cms-standard-page li {
    color: rgba(245,248,255,.86) !important;
    font-size: 1.05rem !important;
    line-height: 1.65 !important;
}

.bb-cms-standard-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
}

.bb-cms-standard-grid article {
    padding: 26px !important;
}

.bb-cms-standard-grid h2,
.bb-cms-standard-page h2,
.bb-cms-standard-page h3 {
    color: #fff !important;
}

@media(max-width:760px) {
    body:not(.bb-admin-page):not(.bb-stats30-page) .bb-cms-standard-page > .container,
    body:not(.bb-admin-page):not(.bb-stats30-page) .bb-cms-page > .container {
        width: min(100% - 28px, 1500px) !important;
    }

    .bb-cms-standard-grid {
        grid-template-columns: 1fr !important;
    }
}

/* =========================================================
   CMS PUBLIC HERO BLOCK
   Frontend-Ausgabe für Hero Builder.
   ========================================================= */

.bb-cms-hero-block {
    display: grid !important;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr) !important;
    gap: 28px !important;
    align-items: center !important;
    margin-bottom: 26px !important;
    padding: clamp(30px, 5vw, 62px) !important;
    border-radius: 32px !important;
    background:
        radial-gradient(circle at 14% 18%, rgba(172,245,32,.12), transparent 38%),
        radial-gradient(circle at 88% 80%, rgba(0,64,255,.18), transparent 42%),
        rgba(5,15,30,.55) !important;
    border: 1px solid rgba(172,245,32,.18) !important;
    box-shadow: 0 0 40px rgba(0,64,255,.08), inset 0 1px 0 rgba(255,255,255,.04) !important;
    backdrop-filter: blur(18px) !important;
    -webkit-backdrop-filter: blur(18px) !important;
}

.bb-cms-hero-copy h1 {
    color: #fff !important;
    font-size: clamp(3.2rem, 7vw, 7rem) !important;
    line-height: .88 !important;
    letter-spacing: -.06em !important;
    margin: 0 0 18px !important;
}

.bb-cms-hero-copy p {
    color: rgba(245,248,255,.84) !important;
    font-size: 1.08rem !important;
    line-height: 1.65 !important;
    max-width: 780px !important;
}

.bb-cms-hero-actions {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    margin-top: 22px !important;
}

.bb-cms-hero-image {
    margin: 0 !important;
    border-radius: 26px !important;
    overflow: hidden !important;
    border: 1px solid rgba(255,255,255,.12) !important;
    background: rgba(2,8,20,.62) !important;
    box-shadow: 0 0 30px rgba(0,64,255,.12) !important;
}

.bb-cms-hero-image img {
    width: 100% !important;
    height: 100% !important;
    min-height: 320px !important;
    object-fit: cover !important;
    display: block !important;
}

@media(max-width: 900px) {
    .bb-cms-hero-block {
        grid-template-columns: 1fr !important;
    }

    .bb-cms-hero-image img {
        min-height: 240px !important;
    }
}

/* =========================================================
   CMS PUBLIC BLOCKS
   Ausgabe für Block Builder.
   ========================================================= */

.bb-cms-faq-block,
.bb-cms-partner-block article,
.bb-cms-project-block,
.bb-cms-notice-block,
.bb-cms-cta-block {
    margin-bottom: 24px !important;
    padding: clamp(24px, 4vw, 42px) !important;
    border-radius: 30px !important;
    background: rgba(5,15,30,.55) !important;
    border: 1px solid rgba(172,245,32,.18) !important;
    box-shadow: 0 0 40px rgba(0,64,255,.08), inset 0 1px 0 rgba(255,255,255,.04) !important;
    backdrop-filter: blur(18px) !important;
    -webkit-backdrop-filter: blur(18px) !important;
}

.bb-cms-faq-block h2,
.bb-cms-partner-block h2,
.bb-cms-project-block h2,
.bb-cms-cta-block h2 {
    color: #fff !important;
}

.bb-cms-faq-block details {
    margin-top: 12px !important;
    padding: 16px 18px !important;
    border-radius: 18px !important;
    border: 1px solid rgba(255,255,255,.10) !important;
    background: rgba(2,8,20,.45) !important;
}

.bb-cms-faq-block summary {
    cursor: pointer !important;
    color: #acf520 !important;
    font-weight: 950 !important;
}

.bb-cms-notice-block {
    border-color: rgba(255,210,90,.30) !important;
    background: rgba(255,210,90,.08) !important;
}

.bb-cms-notice-block strong {
    display: block !important;
    color: #ffe28a !important;
    font-size: 1.2rem !important;
    margin-bottom: 8px !important;
}

.bb-cms-project-block ul {
    margin-left: 1.2rem !important;
}

.bb-cms-project-block li {
    margin-bottom: 6px !important;
}

.bb-cms-cta-block {
    text-align: center !important;
}

/* =========================================================
   CMS 4.4 TEMPLATE LIBRARY BLOCKS
   FAQ, Partner, Event, Regeln, Projektseiten.
   ========================================================= */

.bb-cms-card-grid-3 {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0,1fr)) !important;
    gap: 18px !important;
    margin-bottom: 24px !important;
}

.bb-cms-card-grid-3 article,
.bb-cms-timeline-block,
.bb-cms-rules-block article {
    padding: clamp(22px, 3vw, 34px) !important;
    border-radius: 28px !important;
    background: rgba(5,15,30,.55) !important;
    border: 1px solid rgba(172,245,32,.18) !important;
    box-shadow: 0 0 40px rgba(0,64,255,.08), inset 0 1px 0 rgba(255,255,255,.04) !important;
    backdrop-filter: blur(18px) !important;
    -webkit-backdrop-filter: blur(18px) !important;
}

.bb-cms-card-grid-3 h2,
.bb-cms-rules-block h2 {
    color: #fff !important;
}

.bb-cms-timeline-block {
    display: grid !important;
    gap: 12px !important;
    margin-bottom: 24px !important;
}

.bb-cms-timeline-block article {
    display: grid !important;
    grid-template-columns: 140px minmax(0,1fr) !important;
    gap: 14px !important;
    align-items: center !important;
    padding: 16px 18px !important;
    border-radius: 18px !important;
    background: rgba(2,8,20,.48) !important;
    border: 1px solid rgba(255,255,255,.10) !important;
}

.bb-cms-timeline-block strong {
    color: #acf520 !important;
}

.bb-cms-rules-block {
    display: grid !important;
    gap: 14px !important;
    margin-bottom: 24px !important;
}

.bb-cms-rules-block article {
    display: grid !important;
    grid-template-columns: 58px minmax(0,1fr) !important;
    gap: 16px !important;
    align-items: start !important;
}

.bb-cms-rules-block article > strong {
    width: 46px !important;
    height: 46px !important;
    display: grid !important;
    place-items: center !important;
    border-radius: 50% !important;
    background: rgba(172,245,32,.14) !important;
    color: #acf520 !important;
    border: 1px solid rgba(172,245,32,.30) !important;
}

@media(max-width: 900px) {
    .bb-cms-card-grid-3 {
        grid-template-columns: 1fr !important;
    }

    .bb-cms-timeline-block article,
    .bb-cms-rules-block article {
        grid-template-columns: 1fr !important;
    }
}

/* =========================================================
   CMS 4.8 DB HERO BLOCK
   Hero aus page.hero_title / hero_subtitle / hero_image.
   ========================================================= */

.bb-cms-db-hero-block {
    display: grid !important;
    grid-template-columns: minmax(0, 1.12fr) minmax(280px, .88fr) !important;
    gap: 28px !important;
    align-items: center !important;
    margin-bottom: 26px !important;
    padding: clamp(30px, 5vw, 62px) !important;
    border-radius: 32px !important;
    background:
        radial-gradient(circle at 14% 18%, rgba(172,245,32,.12), transparent 38%),
        radial-gradient(circle at 88% 80%, rgba(0,64,255,.18), transparent 42%),
        rgba(5,15,30,.55) !important;
    border: 1px solid rgba(172,245,32,.18) !important;
    box-shadow: 0 0 40px rgba(0,64,255,.08), inset 0 1px 0 rgba(255,255,255,.04) !important;
    backdrop-filter: blur(18px) !important;
    -webkit-backdrop-filter: blur(18px) !important;
}

.bb-cms-db-hero-copy h1 {
    color: #fff !important;
    font-size: clamp(3.2rem, 7vw, 7rem) !important;
    line-height: .88 !important;
    letter-spacing: -.06em !important;
    margin: 0 0 18px !important;
}

.bb-cms-db-hero-copy p {
    color: rgba(245,248,255,.84) !important;
    font-size: 1.08rem !important;
    line-height: 1.65 !important;
    max-width: 780px !important;
}

.bb-cms-db-hero-image {
    margin: 0 !important;
    border-radius: 26px !important;
    overflow: hidden !important;
    border: 1px solid rgba(255,255,255,.12) !important;
    background: rgba(2,8,20,.62) !important;
    box-shadow: 0 0 30px rgba(0,64,255,.12) !important;
}

.bb-cms-db-hero-image img {
    width: 100% !important;
    min-height: 320px !important;
    object-fit: cover !important;
    display: block !important;
}

@media(max-width: 900px) {
    .bb-cms-db-hero-block {
        grid-template-columns: 1fr !important;
    }

    .bb-cms-db-hero-image img {
        min-height: 240px !important;
    }
}
