/* ============================================================
   PART 1 / 3 – I-Single Community – custom.css
   Helix Ultimate / Joomla 5.x / Community Builder
   ------------------------------------------------------------
   Zweck dieses Parts:
   - globale Design-Tokens
   - Seitenhintergrund / Layout-Basics
   - Offcanvas-Menü + Login
   - Community Builder Profil-Grundlayout
   - mobile CB-Profil-Fixes
   - GroupJive Suche
   - CCM19 Modal-Verhalten
   - CB Moderation
   - CBSubs Upgrade-/Statuskarten
   - Footer
   - CB Avatar-/Canvas-Upload
   - Profil-Rating
   - Connections Mobile
   - Profil-Tabs
   - Gender Dot
   - Google Translate Offcanvas: Beginn

   WICHTIG:
   - Startseite (.is-*) bleibt strikt getrennt vom CB-CSS.
   - Profilbild-CSS gilt als FINAL und wird hier nicht verändert.
   - Regeln wurden inhaltlich NICHT optimiert, sondern kommentiert/geordnet.
   - Part 2 sollte direkt an das offene Google-Translate-Thema anschließen.

   Breakpoints:
   - XS Mobile  <= 575.98px
   - Mobile     <= 767.98px
   - Tablet      768–991.98px
   - Desktop     >= 992px
   ============================================================ */


/* ============================================================
   00) TOKENS / GLOBAL BASICS (SSOT)
   ------------------------------------------------------------
   Zentrale Variablen für Farben, Schatten, Rahmen und CBSubs.
   Vorteil: spätere Design-Anpassungen erfolgen möglichst hier.
   ============================================================ */

:root{
  /* Warmes CB-Design */
  --is-warm-bg: #fff7fb;
  --is-warm-border: rgba(237,20,125,.18);
  --is-text-soft: #5b5560;
  --is-text-strong: #2b2b2b;
  --is-shadow-main: 0 16px 40px rgba(0,0,0,0.10);
  --is-shadow-row: 0 8px 20px rgba(0,0,0,0.07);

  /* Neutraler Seitenhintergrund */
  --page-bg: var(--template-bg-light, #f0f4fb);

  /* CB Activity Cards – optionale Kartenbasis */
  --cb-card-radius: 14px;
  --cb-card-border: rgba(0,0,0,.08);
  --cb-card-bg: #fff;
  --cb-card-shadow: 0 8px 22px rgba(0,0,0,.06);
  --cb-muted: rgba(0,0,0,.58);

  /* CBSubs / I-Single Akzentfarben */
  --is-pink:      #ED147D;
  --is-pink-soft: rgba(237, 20, 125, .14);
  --is-pink-mid:  rgba(237, 20, 125, .28);
  --is-border:    rgba(0,0,0,.10);
  --is-border2:   rgba(0,0,0,.08);
}

/* Seitenhintergrund global stabilisieren, damit Helix/Joomla nicht kurz weiß flackert. */
html, body{
  background: var(--page-bg) !important;
  background-color: var(--page-bg) !important;
}

/* Hauptwrapper ebenfalls auf denselben Hintergrund setzen. */
#sp-main-body,
#sp-component,
.sp-page-wrapper,
.body-innerwrapper,
.body-wrapper{
  background: var(--page-bg) !important;
  background-color: var(--page-bg) !important;
  background-clip: padding-box;
}

/* Container im Main-Body übernehmen ebenfalls den neutralen Hintergrund. */
#sp-main-body > .container,
#sp-main-body > .container-fluid,
#sp-component > .container,
#sp-component > .container-fluid{
  background: var(--page-bg) !important;
  background-color: var(--page-bg) !important;
}

/* Helix-Fix: unerwünschten Leerraum direkt unter dem Header entfernen. */
#sp-main-body,
#sp-page-body,
.sp-page-body{
  padding-top: 0 !important;
  margin-top: 0 !important;
}


/* ============================================================
   10) OFFCANVAS (HELIX) – Basis-Layout + Menü
   ------------------------------------------------------------
   Steuert Breite, Ein-/Ausfahren, Menügrößen und Touch-Flächen.
   Desktop und Mobile/Tablet sind bewusst getrennt.
   ============================================================ */

/* Offcanvas initial rechts außerhalb des Viewports halten. */
.offcanvas-menu{
  transform: translateX(100%) !important;
  overflow: hidden;
}

/* Sobald Helix die aktive Klasse setzt, wird das Offcanvas eingeblendet. */
body.offcanvas-active .offcanvas-menu,
.offcanvas-active .offcanvas-menu{
  transform: translateX(0) !important;
}

/* Desktop-Offcanvas: feste Breite, größere Menütypografie. */
@media (min-width: 992px){
  .offcanvas-menu{
    width: 400px !important;
    max-width: 400px !important;
  }

  .offcanvas-menu .offcanvas-inner{
    padding-left: 24px;
    padding-right: 24px;
  }

  .offcanvas-menu .offcanvas-inner .sp-module > ul > li > a,
  .offcanvas-menu .offcanvas-inner .sp-module > ul > li > span{
    font-size: 1.25rem !important;
    line-height: 1.35 !important;
    padding: 12px 16px !important;
    font-weight: 600;
    letter-spacing: .2px;
  }

  .offcanvas-menu .offcanvas-inner .sp-module ul ul > li > a,
  .offcanvas-menu .offcanvas-inner .sp-module ul ul > li > span{
    font-size: 1.15rem !important;
    line-height: 1.30 !important;
    padding: 8px 16px !important;
    opacity: .92;
  }

  .offcanvas-menu .offcanvas-inner .sp-module ul ul{
    margin-top: 8px;
    padding-left: 14px;
    border-left: 1px solid rgba(0,0,0,.08);
  }

  .offcanvas-menu .offcanvas-inner .sp-module > ul > li{ margin: 6px 0; }

  .offcanvas-menu .offcanvas-inner .sp-module ul li > a{
    border-radius: 10px;
    transition: background-color .15s ease, padding-left .15s ease;
  }

  .offcanvas-menu .offcanvas-inner .sp-module ul li > a:hover{
    background: rgba(0,0,0,.05);
    padding-left: 20px !important;
  }

  .offcanvas-menu .offcanvas-inner .sp-module li.current > a,
  .offcanvas-menu .offcanvas-inner .sp-module li.active > a{
    background: rgba(0,0,0,.08);
    font-weight: 600;
  }
}

/* Mobile/Tablet-Offcanvas: responsive Breite, größere Touchflächen. */
@media (max-width: 991.98px){
  .offcanvas-menu{
    width: min(92vw, 420px) !important;
    max-width: 92vw !important;
  }

  .offcanvas-menu .offcanvas-inner{
    padding-left: 18px;
    padding-right: 18px;
  }

  .offcanvas-menu .offcanvas-inner .sp-module > ul > li > a{
    font-size: 1.25rem !important;
    line-height: 1.35 !important;
    padding: 14px 14px !important;
    font-weight: 600;
    border-radius: 12px;
  }

  .offcanvas-menu .offcanvas-inner .sp-module ul ul > li > a{
    font-size: 1.15rem !important;
    line-height: 1.35 !important;
    padding: 14px 14px !important;
    min-height: 48px;
    display: flex;
    align-items: center;
    border-radius: 12px;
  }

  .offcanvas-menu .offcanvas-inner .sp-module ul ul{
    margin-top: 8px;
    padding-left: 12px;
    border-left: 1px solid rgba(0,0,0,.10);
  }

  .offcanvas-menu .offcanvas-inner .sp-module ul li > a:active{
    background: rgba(0,0,0,.06);
  }

  .offcanvas-menu .offcanvas-inner .sp-module .menu-toggler{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    min-height: 42px;
    margin-left: 8px;
  }

  .offcanvas-menu .offcanvas-inner .sp-module + .sp-module{
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(0,0,0,.08);
  }

  .offcanvas-menu .mod-login-logout__login-avatar img{
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 14px;
  }

  .offcanvas-menu .logout-button .btn{
    width: 100%;
    padding: 12px 14px;
    border-radius: 12px;
  }

  .offcanvas-menu .mod-login-logout__options li a{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(0,0,0,.03);
  }
}


/* ============================================================
   20) ICON-LOGIK + OFFCANVAS CTA
   ------------------------------------------------------------
   - Icons in der Top-Navigation ausblenden.
   - Icons im Offcanvas sichtbar lassen.
   - Registrieren-CTA im Offcanvas als grünen Vollbreitenbutton stylen.
   ============================================================ */

/* FontAwesome-/Icon-Spans in der Desktop-Top-Navigation ausblenden. */
.sp-megamenu-wrapper a > span[class*="fa-"]{ display: none !important; }

/* Dieselben Icons im Offcanvas sichtbar halten. */
.offcanvas-inner a > span[class*="fa-"]{
  display: inline-block !important;
  margin-right: .6rem;
}

/* Grüner Registrieren-Button im Offcanvas. */
.offcanvas-inner a.oc-register-btn,
.offcanvas-inner a.oc-register-btn:visited,
.offcanvas-inner a.oc-register-btn:focus,
.offcanvas-inner a.oc-register-btn:active{
  display: block !important;
  width: 100% !important;
  box-sizing: border-box !important;
  text-align: center !important;

  background-color: #2dae36 !important;
  border: 1px solid #2dae36 !important;
  color: #fff !important;
  text-decoration: none !important;

  font-weight: 600 !important;
  border-radius: 12px !important;
  padding: 12px 14px !important;
  min-height: 48px !important;
  line-height: 24px !important;
  letter-spacing: .2px !important;

  margin: 0 0 14px 0 !important;
}

/* Mobile etwas mehr Abstand unter dem Registrieren-CTA. */
@media (max-width: 767.98px){
  .offcanvas-inner a.oc-register-btn{ margin-bottom: 16px !important; }
}


/* ============================================================
   30.2) CB PROFIL – Warm Card Design für Tabs/Tabpanes
   ------------------------------------------------------------
   Macht CB-Profilbereiche optisch wärmer und kartenartiger.
   Wichtig: betrifft nur Community-Builder-Seiten.
   ============================================================ */

/* CB-Seitenhintergrund transparent setzen, damit der globale page-bg sichtbar bleibt. */
body.com_comprofiler #sp-page-body,
body.com_comprofiler #sp-main-body,
body.com_comprofiler .sp-page-body,
body.com_comprofiler .sp-main-body,
body.com_comprofiler .sp-body-inner,
body.com_comprofiler .body-innerwrapper,
body.com_comprofiler .wrapper,
body.com_comprofiler .site,
body.com_comprofiler #sp-wrapper{
  background: transparent !important;
}

/* Tab-Navigation ohne klassische Bootstrap-Unterkante. */
body.com_comprofiler .nav-tabs{
  border-bottom: none !important;
  gap: 8px !important;
}

/* Tab-Pills allgemein. */
body.com_comprofiler .nav-tabs .nav-link{
  background: rgba(255,255,255,.92) !important;
  border: 1px solid rgba(0,0,0,.12) !important;
  border-radius: 999px !important;
  padding: 8px 14px !important;
  color: #343a40 !important;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease !important;
}

body.com_comprofiler .nav-tabs .nav-link:hover{
  transform: translateY(-1px) !important;
  box-shadow: 0 8px 18px rgba(0,0,0,.08) !important;
}

body.com_comprofiler .nav-tabs .nav-link.active{
  border-color: rgba(237,20,125,.30) !important;
  box-shadow: 0 10px 22px rgba(0,0,0,.10) !important;
}

/* Tab-Inhaltswrapper bleiben transparent; die aktive Pane bekommt die Karte. */
body.com_comprofiler .tab-content,
body.com_comprofiler .cbTabsContent,
body.com_comprofiler .cbTabContent,
body.com_comprofiler .cb_tab_content{
  background: transparent !important;
}

/* Aktive Tab-Pane als warme Karte. */
body.com_comprofiler .tab-pane.active,
body.com_comprofiler .cbTabPane.active,
body.com_comprofiler .cb_tab_pane.active{
  background: var(--is-warm-bg) !important;
  border: 1px solid var(--is-warm-border) !important;
  border-radius: 18px !important;
  padding: 18px 20px !important;
  box-shadow: var(--is-shadow-main) !important;
  position: relative !important;
  overflow: hidden !important;
}

/* Dezenter vertikaler Pink-Akzent links in aktiven Tabkarten. */
body.com_comprofiler .tab-pane.active::before,
body.com_comprofiler .cbTabPane.active::before,
body.com_comprofiler .cb_tab_pane.active::before{
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 16px !important;
  bottom: 16px !important;
  width: 4px !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, rgba(237,20,125,.85), rgba(237,20,125,.20)) !important;
}


/* ============================================================
   30.3) CB PROFIL – AVATAR IM CANVAS (FINAL SSOT)
   ------------------------------------------------------------
   Dieser Bereich ist bewusst als Platzhalter belassen.
   Laut Projekt-SSOT: Profilbild-CSS ist FINAL und soll nicht
   versehentlich verändert werden.
   ============================================================ */

/* >>> HIER deinen kompletten 30.3 Desktop/Tablet/Mobile Block einfügen. */


/* ============================================================
   31) CB PROFIL – MOBILE FIXES (SSOT)
   ------------------------------------------------------------
   Mobile Korrekturen für Avatar-Position, Tab-Inhalte,
   Profilfelder, Progress/Checkliste und kleine Tabletbreiten.
   ============================================================ */

/* ------------------------------------------------------------
   31.1) Mobile Avatar – S22 safe
   ------------------------------------------------------------
   Positioniert den Profilavatar auf kleinen Geräten stabil über
   Variablen. Die Stellschrauben liegen direkt in body.com_comprofiler.
   ------------------------------------------------------------ */
@media (max-width: 767.98px){
  body.com_comprofiler{
    --cbm-avatar: 110px;
    --cbm-left: 20px;
    --cbm-top: 5px;
    --cbm-lift: 122px;
    --cbm-gap: 18px;
  }

  body.com_comprofiler :is(.cbPosCanvasTop, .cbCanvasLayoutTop){
    position: relative !important;
    overflow: hidden !important;
  }

  body.com_comprofiler :is(.cbPosCanvasPhoto, .cbCanvasLayoutPhoto){
    position: absolute !important;
    left: var(--cbm-left) !important;
    top: var(--cbm-top) !important;
    right: auto !important;
    bottom: auto !important;
    transform: translateY(calc(-1 * var(--cbm-lift, 122px))) !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 9999 !important;
  }

  body.com_comprofiler :is(.cbPosCanvasPhoto, .cbCanvasLayoutPhoto) img.cbImgAvatar{
    width: var(--cbm-avatar) !important;
    height: var(--cbm-avatar) !important;
    object-fit: cover !important;
  }

  /* Padding zunächst für den Profilheader; später per Hotfix von Tab-Inhalten getrennt. */
  body.com_comprofiler .cbCanvasLayoutBody{
    padding-top: calc(var(--cbm-avatar) + 14px) !important;
    padding-left: calc(var(--cbm-avatar) + var(--cbm-gap)) !important;
  }
}

/* ------------------------------------------------------------
   31.2) XS Profilfelder – View-Modus: Label + Wert nebeneinander
   ------------------------------------------------------------
   Gilt bewusst nur für Profilansicht, nicht für Bearbeiten.
   ------------------------------------------------------------ */
@media (max-width: 575.98px){
  body.com_comprofiler .cbTabPaneMenu .cbFieldsContentsTab .cb_form_line{
    display: flex !important;
    align-items: baseline !important;
    flex-wrap: nowrap !important;
    margin: 0 0 10px !important;
  }

  body.com_comprofiler .cbTabPaneMenu .cbFieldsContentsTab .cb_form_line > label{
    flex: 0 0 38% !important;
    max-width: 38% !important;
    margin: 0 !important;
    padding: 0 10px 0 0 !important;
    white-space: nowrap !important;
  }

  body.com_comprofiler .cbTabPaneMenu .cbFieldsContentsTab .cb_form_line > .cb_field{
    flex: 1 1 auto !important;
    max-width: 62% !important;
    padding: 0 !important;
    margin: 0 !important;
    min-width: 0 !important;
  }

  body.com_comprofiler .cbTabPaneMenu .cbFieldsContentsTab .cb_form_line .form-control-plaintext{
    padding: 0 !important;
    margin: 0 !important;
    white-space: normal !important;
  }
}

/* ------------------------------------------------------------
   31.3) Profil-Progress Mobile – volle Breite + Checkliste
   ------------------------------------------------------------
   Sorgt dafür, dass der Profilfortschritt nicht in Spalten gequetscht wird.
   ------------------------------------------------------------ */
@media (max-width: 767.98px){
  body.com_comprofiler .cbft_progress.cb_form_line,
  body.com_comprofiler .cbft_progress.cb_form_line > .cb_field,
  body.com_comprofiler .cbft_progress.cb_form_line > .cb_field.col-sm-12{
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    display: block !important;
    box-sizing: border-box !important;
  }

  body.com_comprofiler #cbfv_164,
  body.com_comprofiler #cbfv_164 > div,
  body.com_comprofiler #cbfv_164 .cbProgress{
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    box-sizing: border-box !important;
  }

  body.com_comprofiler #cbfv_164 .cbProgressChecklist{
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    justify-self: stretch !important;
    align-self: stretch !important;
  }
}

/* XS: Checkliste zweispaltig. */
@media (max-width: 575.98px){
  body.com_comprofiler #cbfv_164 .cbProgressChecklist{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* Sehr schmale Geräte: Checkliste einspaltig. */
@media (max-width: 360px){
  body.com_comprofiler #cbfv_164 .cbProgressChecklist{
    grid-template-columns: 1fr !important;
  }
}

body.com_comprofiler #cbfv_164 .cbProgressChecklist > div{
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  min-width: 0 !important;
  white-space: normal !important;
}

/* ------------------------------------------------------------
   31.4) Small Tablet Fix – 600 bis 767.98px
   ------------------------------------------------------------
   Separate Avatar-Werte für kleine Tablets / breite Phones.
   ------------------------------------------------------------ */
@media (min-width: 600px) and (max-width: 767.98px){
  body.com_comprofiler{
    --cbm-avatar: 132px;
    --cbm-left: 18px;
    --cbm-top: 0px;
    --cbm-lift: 80px;
    --cbm-gap: 20px;
  }
}

/* ------------------------------------------------------------
   31.5) HOTFIX – Avatar-Padding nicht in Tab-Inhalte durchreichen
   ------------------------------------------------------------
   Verhindert, dass die Header-Abstände in normale Tabpanes laufen.
   ------------------------------------------------------------ */
@media (max-width: 767.98px){
  body.com_comprofiler .cbTabPaneMenu .cbCanvasLayoutBody{
    padding-top: 0 !important;
    padding-left: 0 !important;
  }

  body.com_comprofiler :is(.cbPosCanvasTop, .cbCanvasLayoutTop) .cbCanvasLayoutBody{
    padding-top: calc(var(--cbm-avatar) + 14px) !important;
    padding-left: calc(var(--cbm-avatar) + var(--cbm-gap)) !important;
  }
}


/* ============================================================
   110) OFFCANVAS LOGIN + CB CONNECT (JS Hooks)
   ------------------------------------------------------------
   Styling für Loginformulare im Offcanvas, inkl. Passwort-Auge,
   Remember-Me-Bereich und CB-Login-Varianten.
   ============================================================ */

/* Lokale Offcanvas-Variablen für Login-UI. */
.offcanvas-menu{
  --oc-radius: 14px;
  --oc-gap: 10px;
  --oc-border: rgba(0,0,0,.10);
  --oc-bg: rgba(255,255,255,.92);
  --oc-shadow: 0 10px 24px rgba(0,0,0,.10);
  --oc-focus: rgba(24,119,242,.12);
}

.offcanvas-menu .sp-module{ padding: 0 !important; }

/* Loginboxen als Karte darstellen. */
.offcanvas-menu .mod-login-logout__login,
.offcanvas-menu .cbLoginForm,
.offcanvas-menu .cb_login,
.offcanvas-menu .cbLogin{
  background: var(--oc-bg);
  border: 1px solid var(--oc-border);
  border-radius: var(--oc-radius);
  padding: 14px;
  box-shadow: var(--oc-shadow);
}

/* Loginformular vertikal stapeln. */
.offcanvas-menu .mod-login-logout__login form,
.offcanvas-menu .cbLoginForm form,
.offcanvas-menu .cb_login form,
.offcanvas-menu .cbLogin form{
  display: flex !important;
  flex-direction: column !important;
  gap: var(--oc-gap) !important;
}

/* Offcanvas Inputs vereinheitlichen. */
.offcanvas-menu input[type="text"],
.offcanvas-menu input[type="email"],
.offcanvas-menu input[type="password"]{
  border-radius: var(--oc-radius) !important;
  padding: 12px 12px !important;
  border: 1px solid rgba(0,0,0,.14) !important;
  background: #fff !important;
  height: auto !important;
}

.offcanvas-menu input[type="text"]:focus,
.offcanvas-menu input[type="email"]:focus,
.offcanvas-menu input[type="password"]:focus{
  outline: none !important;
  border-color: rgba(0,0,0,.28) !important;
  box-shadow: 0 0 0 4px var(--oc-focus) !important;
}

/* Buttons im Offcanvas full-width und appartig. */
.offcanvas-menu .btn,
.offcanvas-menu button.btn,
.offcanvas-menu input[type="submit"].btn,
.offcanvas-menu button,
.offcanvas-menu input[type="submit"]{
  width: 100% !important;
  border-radius: var(--oc-radius) !important;
  padding: 12px 14px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
}

.offcanvas-menu button[type="submit"],
.offcanvas-menu input[type="submit"]{
  margin-top: 6px !important;
  margin-bottom: 10px !important;
}

.offcanvas-menu a:not(.btn):not([role="button"]){ text-decoration: none; }
.offcanvas-menu a:not(.btn):not([role="button"]):hover{ text-decoration: underline; }

/* Passwortfeld-Wrapper für JS-injizierten Toggle. */
.offcanvas-menu .oc-passwrap{
  position: relative !important;
  width: 100% !important;
}

.offcanvas-menu .oc-passwrap input[type="password"],
.offcanvas-menu .oc-passwrap input[type="text"][name*="pass"]{
  padding-right: 52px !important;
}

/* Passwort-Auge sauber rechts im Feld platzieren. */
.offcanvas-menu .oc-passwrap .input-password-toggle{
  position: absolute !important;
  right: 10px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 38px !important;
  height: 38px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(0,0,0,.10) !important;
  border: 1px solid rgba(0,0,0,.18) !important;
  border-radius: 12px !important;
  color: rgba(0,0,0,.90) !important;
  z-index: 10 !important;
  pointer-events: auto !important;
}

/* Doppelte Toggles ausblenden, falls Joomla/CB mehrere rendert. */
.offcanvas-menu .oc-passwrap .input-password-toggle:not(:last-of-type){
  display: none !important;
}

/* Vom JS verschobener Remember-Me-Bereich. */
.offcanvas-menu .oc-remember-moved{
  margin-top: 10px !important;
  padding-top: 10px !important;
  border-top: 1px solid rgba(0,0,0,.08) !important;
}


/* ============================================================
   120) GROUPJIVE – Live-Suche im rosa Balken
   ------------------------------------------------------------
   Zentriert die Suche und formt sie als moderne Pill-Suchleiste.
   Unterstützt mehrere mögliche GroupJive-Klassen/Fallbacks.
   ============================================================ */

.gjLiveSearch,
.gj-live-search,
.gjSearchBar,
.gj-searchbar{
  display: flex !important;
  justify-content: center !important;
}

.gjLiveSearch form,
.gj-live-search form,
.gjSearchBar form,
.gj-searchbar form{
  width: 100% !important;
  max-width: 760px !important;
  margin: 0 auto !important;
  padding: 0 14px !important;
}

.gjLiveSearch input[type="search"],
.gjLiveSearch input[type="text"],
.gj-live-search input[type="search"],
.gj-live-search input[type="text"],
.gjSearchBar input[type="search"],
.gjSearchBar input[type="text"],
.gj-searchbar input[type="search"],
.gj-searchbar input[type="text"]{
  width: 100% !important;
  border-radius: 999px !important;
  padding: 10px 44px 10px 16px !important;
}

.gjLiveSearch button,
.gjLiveSearch .btn,
.gj-live-search button,
.gj-live-search .btn,
.gjSearchBar button,
.gjSearchBar .btn,
.gj-searchbar button,
.gj-searchbar .btn{
  border-radius: 999px !important;
}

/* Eigene Inline-Suche für Gruppen: kompakte Pill-Leiste mit Button rechts. */
form.groups-inline-search{
  width: min(760px, calc(100% - 28px)) !important;
  margin: 10px auto !important;

  display: flex !important;
  align-items: stretch !important;
  border-radius: 999px !important;
  overflow: hidden !important;

  background: #fff !important;
  border: 1px solid rgba(0,0,0,.12) !important;
  box-shadow: 0 6px 16px rgba(0,0,0,.08) !important;
}

form.groups-inline-search > input[type="search"]{
  flex: 1 1 auto !important;
  width: 100% !important;
  min-width: 0 !important;

  border: 0 !important;
  outline: none !important;
  background: transparent !important;

  padding: 10px 14px !important;
  font-size: 15px !important;
  line-height: 1.2 !important;
}

form.groups-inline-search > button{
  flex: 0 0 auto !important;
  border: 0 !important;
  background: rgba(0,0,0,.06) !important;
  padding: 0 14px !important;
  min-width: 46px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer;
}

form.groups-inline-search > button:hover{ background: rgba(0,0,0,.10) !important; }

form.groups-inline-search:focus-within{
  border-color: rgba(237,20,125,.35) !important;
  box-shadow: 0 0 0 4px rgba(237,20,125,.12) !important;
}

@media (max-width: 575.98px){
  form.groups-inline-search{
    width: calc(100% - 22px) !important;
    margin: 8px auto !important;
  }
  form.groups-inline-search > input[type="search"]{ padding: 10px 12px !important; }
}


/* ============================================================
   130) CCM19 – Preferences als Modal statt Ganzseitenansicht
   ------------------------------------------------------------
   Hält das CCM19-Einstellungsfenster modal, begrenzt Breite/Höhe
   und legt einen dunklen Overlay-Hintergrund darunter.
   ============================================================ */

.ccm-modal,
#ccm-widget{ z-index: 999999 !important; }

.ccm-modal .ccm-modal-inner,
.ccm-modal .ccm-modal-body,
#ccm-widget .ccm-modal-inner,
#ccm-widget .ccm-modal-body{
  max-width: 900px !important;
  width: calc(100% - 32px) !important;
  max-height: calc(100vh - 32px) !important;
  margin: 16px auto !important;
  border-radius: 14px !important;
  overflow: auto !important;
}

.ccm-modal::before,
#ccm-widget::before{
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.55);
  z-index: -1;
}

.ccm-modal,
#ccm-widget.ccm-modal{
  position: fixed !important;
  inset: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 16px !important;
}

/* CCM19-Transitions deaktivieren, damit das Modal nicht springt/flackert. */
#ccm-widget, .ccm-modal, [id*="ccm"], [class*="ccm"]{
  transition: none !important;
}


/* ============================================================
   140) CB MODERATION – Pill Optik + Icons + Alert Animation
   ------------------------------------------------------------
   Stylt Moderationslinks als moderne Pills und hebt Gallery-
   Benachrichtigungen mit Icon-Animation hervor.
   ============================================================ */

.cbModeratorLink { margin: .35rem 0; }

.cbModeratorLink a{
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: .55rem .85rem;
  border-radius: 999px;
  text-decoration: none !important;
  line-height: 1;
  font-weight: 700;

  background: rgba(0,0,0,.04);
  border: 1px solid rgba(0,0,0,.10);
  box-shadow: 0 8px 22px rgba(0,0,0,.08);
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease, border-color .15s ease;
}

.cbModeratorLink a:hover{
  transform: translateY(-1px);
  background: rgba(0,0,0,.06);
  border-color: rgba(0,0,0,.18);
  box-shadow: 0 12px 28px rgba(0,0,0,.12);
}

/* Standard-Icon für Moderationslinks. */
.cbModeratorLink a::before{
  content: "🛡️";
  display: inline-block;
  font-size: 1.05rem;
  transform-origin: 50% 0%;
}

/* Spezifische Icons pro Moderationsbereich. */
.cbModeratorLinkProfileReports a::before { content: "🧾"; }
.cbModeratorLinkPrivateMessages a::before { content: "✉️"; }
.cbModeratorLinkConnections a::before { content: "🤝"; }
.cbModeratorLinkGalleryItems a::before { content: "🔔"; }

/* Alert-Zustand für auffällige Moderationslinks. */
.cbModeratorLink a.is-alert{
  background: rgba(255, 87, 123, .12);
  border-color: rgba(255, 87, 123, .35);
  box-shadow: 0 10px 26px rgba(255, 87, 123, .12), 0 8px 22px rgba(0,0,0,.10);
}

.cbModeratorLinkGalleryItems a.is-alert::before{
  animation: cbBellWiggle 1.15s ease-in-out infinite;
  filter: drop-shadow(0 6px 10px rgba(255, 87, 123, .22));
}

.cbModeratorLinkGalleryItems a.is-alert::after{
  content: "";
  position: absolute;
  left: .62rem;
  top: 50%;
  width: 1.05rem;
  height: 1.05rem;
  transform: translateY(-50%);
  border-radius: 999px;
  border: 2px solid rgba(255, 87, 123, .35);
  opacity: 0;
  animation: cbBellPing 1.15s ease-in-out infinite;
  pointer-events: none;
}

@keyframes cbBellWiggle{
  0%,72%,100%{ transform: rotate(0deg); }
  76%{ transform: rotate(-12deg); }
  82%{ transform: rotate(12deg); }
  88%{ transform: rotate(-9deg); }
  94%{ transform: rotate(9deg); }
}

@keyframes cbBellPing{
  0%,72%{ transform: translateY(-50%) scale(.85); opacity: 0; }
  78%{ opacity: .55; }
  88%{ transform: translateY(-50%) scale(1.25); opacity: 0; }
  100%{ opacity: 0; }
}

/* Nutzer mit reduzierter Bewegung bekommen keine Animation. */
@media (prefers-reduced-motion: reduce){
  .cbModeratorLink a,
  .cbModeratorLink a::before,
  .cbModeratorLink a::after{
    transition: none !important;
    animation: none !important;
  }
}

/* Moderation Pills dürfen volle Breite nutzen. */
.cbModeratorLink a{
  width: 100%;
  justify-content: flex-start;
  max-width: 100%;
  white-space: normal;
  overflow: visible;
}

/* Optionaler Sonderfall für Gallery-Link mit Doppeltext. */
.cbModeratorLinkGalleryItems a{
  position: relative;
  display: inline-block;
}


/* ============================================================
   150) CBSubs – Upgrades Desktop + Status/Headers (SSOT)
   ------------------------------------------------------------
   Gestaltet Upgrade-Pläne als Cards, markiert den beliebten Plan,
   benennt Header um und beruhigt Status-/Abo-Karten.
   ============================================================ */

/* Desktop: Upgrade-Pläne als Grid. */
@media (min-width: 769px){
  #cbregUpgrades.cbregPlansList{
    display: grid;
    grid-template-columns: repeat(3, minmax(320px, 1fr));
    gap: 20px;
    align-items: stretch;
    margin-top: 14px;
  }

  /* Wenn weniger als drei Pläne vorhanden sind, zweispaltig anzeigen. */
  #cbregUpgrades.cbregPlansList:not(:has(.cbregPlan:nth-child(3))){
    grid-template-columns: repeat(2, minmax(320px, 1fr));
  }

  #cbregUpgrades .cbregPlan_rounded .card,
  #cbregUpgrades .cbregPlan_default .cbRegNameDesc{
    border: 1px solid var(--is-border);
    border-radius: 16px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0,0,0,.06);
    transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
    min-height: 190px;
  }

  #cbregUpgrades .cbregPlan_rounded .card:hover,
  #cbregUpgrades .cbregPlan_default .cbRegNameDesc:hover{
    transform: translateY(-3px);
    box-shadow: 0 14px 34px rgba(0,0,0,.10);
    border-color: rgba(0,0,0,.16);
  }

  #cbregUpgrades .cbregPlan_rounded .card-header,
  #cbregUpgrades .cbregPlan_default .cbregName{
    padding: 14px 16px;
    font-weight: 900;
    letter-spacing: .2px;
    border-bottom: 1px solid rgba(0,0,0,.08);
    background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,255,255,.92));
  }

  #cbregUpgrades .cbregPlan_rounded .card-body,
  #cbregUpgrades .cbregPlan_default .cbregParagraph{
    padding: 16px;
  }

  #cbregUpgrades .form-check{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 12px;
  }

  #cbregUpgrades input.cbregTick{
    width: 18px;
    height: 18px;
    margin: 0;
    cursor: pointer;
    flex: 0 0 auto;
  }

  #cbregUpgrades .cbregFee{
    margin: 0;
    font-weight: 900;
    font-size: 1.12rem;
    letter-spacing: .2px;
  }

  #cbregUpgrades label{ cursor: pointer; }

  /* Gewählter Plan bekommt Pink-Rahmen und leichten Lift. */
  #cbregUpgrades .cbregPlan_default:has(input.cbregTick:checked) .cbRegNameDesc,
  #cbregUpgrades .cbregPlan_rounded:has(input.cbregTick:checked) .card{
    border-color: var(--is-pink) !important;
    box-shadow: 0 14px 30px var(--is-pink-soft) !important;
    transform: translateY(-2px);
  }

  .cbregUpgradeButtonDiv{
    margin-top: 22px;
    display: flex;
    justify-content: center;
    gap: 10px;
  }

  .cbregUpgradeButtonDiv .btn{
    padding: 12px 18px;
    border-radius: 14px;
    font-weight: 900;
    letter-spacing: .2px;
    box-shadow: 0 10px 22px rgba(0,0,0,.10);
    transition: transform .14s ease, box-shadow .14s ease;
    background: var(--is-pink) !important;
    border-color: var(--is-pink) !important;
  }

  .cbregUpgradeButtonDiv .btn:hover{
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(0,0,0,.14);
    filter: brightness(.95);
  }
}

/* Rabattanzeige ausblenden. */
#cbregUpgrades .cbregDiscountRate{ display: none !important; }

/* Alte Header-Badges zunächst entfernen. */
#cbregUpgrades .card-header::after,
#cbregUpgrades .cbregName::after{ content: none; }

/* Plan mit ID cbpplan2 als beliebt markieren. */
#cbregUpgrades .cbregPlan:has(#cbpplan2) .card-header,
#cbregUpgrades .cbregPlan:has(#cbpplan2) .cbregName{ position: relative; }

#cbregUpgrades .cbregPlan:has(#cbpplan2) .card-header::after,
#cbregUpgrades .cbregPlan:has(#cbpplan2) .cbregName::after{
  content: "Beliebt" !important;
  position: absolute;
  right: 12px;
  top: 6px;
  font-size: 12px;
  font-weight: 900;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(237, 20, 125, .15) !important;
  border: 1px solid rgba(237, 20, 125, .45) !important;
  color: #111;
  pointer-events: none;
}

#cbregUpgrades .cbregPlan:has(#cbpplan2) .card,
#cbregUpgrades .cbregPlan:has(#cbpplan2) .cbRegNameDesc{ border-width: 2px; }

/* Headertext "Subscribed" durch deutschen Titel ersetzen. */
#cbregSubscribed .cb-content-header-title{
  visibility: hidden;
  position: relative;
}
#cbregSubscribed .cb-content-header-title::before{
  content: "Deine aktuelle Mitgliedschaft";
  visibility: visible;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 800;
}

/* Headertext für Upgrade-Möglichkeiten ersetzen. */
#cbregUpgradePossibilities .cb-content-header-title{
  visibility: hidden;
  position: relative;
}
#cbregUpgradePossibilities .cb-content-header-title::before{
  content: "Deine Upgrades";
  visibility: visible;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 800;
}

/* Aktuelle Mitgliedschaft: obere Statuskarte. */
#cbregSubscribed{
  background: #fff;
  border: 1px solid var(--is-border2);
  border-bottom: 0;
  border-radius: 14px 14px 0 0;
  padding: 14px 16px;
  margin-bottom: 0 !important;
}

#cbregSubscribed .cb-content-header{
  margin: 0 !important;
  border: 0 !important;
}

/* Aboinhalt direkt an Headerkarte anschließen. */
#cbregSubscr{
  background: #fff;
  border: 1px solid var(--is-border2);
  border-top: 0;
  border-radius: 0 0 14px 14px;
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}

#cbregSubscr .card.cbRegNameDesc{
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

#cbregSubscr .card-header{
  transition: background-color .15s ease, border-color .15s ease;
}
#cbregSubscr .card.cbRegNameDesc:hover .card-header{
  background: var(--is-pink-soft) !important;
}

/* Gültigkeits-/Ablauftext in der Statusübersicht ausblenden. */
#cbregSubscribed .cbregValExp .cbregValidity,
#cbregSubscribed .cbregValExp .cbregExpiring{
  display: none !important;
}


/* ============================================================
   160) KLEINE HILFSREGELN
   ------------------------------------------------------------
   Einzelne Utility-/Fix-Regeln für Gallery, PayPal/Business-Feld
   und eigene Conditional-Hidden-Klasse.
   ============================================================ */

.galleryEmpty{ display: none !important; }

#cbfv_payer_business_name{ display: none !important; }
label[for="payer_business_name"],
#payer_business_name{ display: none !important; }

.is-cbcond-hidden{ display:none!important; visibility:hidden!important; }


/* ============================================================
   170) CB EDIT PROFILE – MOBILE SUPER ROBUST (SSOT)
   ------------------------------------------------------------
   Stand: 2026-02-16
   Scope: nur com_comprofiler + #cbEditProfile auf Phone.

   Ziel:
   - 1-Spalten-Layout
   - Labels oben, mit Umbruch
   - Inputs/Selects/Select2/Chosen volle Breite
   - Privacy-Auswahl sauber darunter
   - Bootstrap row/col Effekte neutralisieren
   ============================================================ */

@media (max-width: 767.98px){

  /* Edit-Form selbst auf volle Breite bringen. */
  body.com_comprofiler #cbEditProfile{
    width: 100% !important;
    max-width: 100% !important;
  }

  /* Bootstrap/CB Row-Margins neutralisieren. */
  body.com_comprofiler #cbEditProfile .row,
  body.com_comprofiler #cbEditProfile .form-group.row,
  body.com_comprofiler #cbEditProfile .cb_form_line.row,
  body.com_comprofiler #cbEditProfile .cb_form_row.row{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* Alle Spalten im Editformular auf 100% setzen. */
  body.com_comprofiler #cbEditProfile [class*="col-"],
  body.com_comprofiler #cbEditProfile [class*="col-sm-"],
  body.com_comprofiler #cbEditProfile .col,
  body.com_comprofiler #cbEditProfile .col-auto{
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* CB-Tabellenlayout im Editbereich blocken. */
  body.com_comprofiler #cbEditProfile table,
  body.com_comprofiler #cbEditProfile tbody,
  body.com_comprofiler #cbEditProfile tr,
  body.com_comprofiler #cbEditProfile td,
  body.com_comprofiler #cbEditProfile th{
    display: block !important;
    width: 100% !important;
  }

  /* Jede Feldzeile einspaltig stapeln. */
  body.com_comprofiler #cbEditProfile [id^="cbfr_"],
  body.com_comprofiler #cbEditProfile .form-group,
  body.com_comprofiler #cbEditProfile .cb_form_line,
  body.com_comprofiler #cbEditProfile .cb_form_row,
  body.com_comprofiler #cbEditProfile .control-group{
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 6px !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* Labels oben anzeigen und Umbruch erlauben. */
  body.com_comprofiler #cbEditProfile label,
  body.com_comprofiler #cbEditProfile .control-label,
  body.com_comprofiler #cbEditProfile .cb_form_label{
    display: block !important;
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    line-height: 1.25 !important;
    word-break: break-word !important;
    hyphens: auto !important;
  }

  /* Feldcontainer 100%. */
  body.com_comprofiler #cbEditProfile .controls,
  body.com_comprofiler #cbEditProfile .cb_field,
  body.com_comprofiler #cbEditProfile .cb_form_field{
    display: block !important;
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Native Eingabefelder volle Breite. */
  body.com_comprofiler #cbEditProfile input[type="text"],
  body.com_comprofiler #cbEditProfile input[type="email"],
  body.com_comprofiler #cbEditProfile input[type="tel"],
  body.com_comprofiler #cbEditProfile input[type="number"],
  body.com_comprofiler #cbEditProfile input[type="search"],
  body.com_comprofiler #cbEditProfile input[type="url"],
  body.com_comprofiler #cbEditProfile select,
  body.com_comprofiler #cbEditProfile textarea{
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Select2/Chosen volle Breite. */
  body.com_comprofiler #cbEditProfile .select2,
  body.com_comprofiler #cbEditProfile .select2-container,
  body.com_comprofiler #cbEditProfile .chosen-container{
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    box-sizing: border-box !important;
  }

  body.com_comprofiler #cbEditProfile .select2-selection{
    width: 100% !important;
    box-sizing: border-box !important;
  }

  body.com_comprofiler #cbEditProfile .select2-selection__rendered{
    padding-right: 46px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    line-height: 1.2 !important;
  }

  body.com_comprofiler #cbEditProfile .select2-selection__arrow{
    right: 8px !important;
  }

  /* Privacy-Auswahl sauber unter dem Feld anzeigen. */
  body.com_comprofiler #cbEditProfile .cbPrivacy{
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 8px !important;
  }

  body.com_comprofiler #cbEditProfile .cbPrivacySelect,
  body.com_comprofiler #cbEditProfile select[name*="_privacy"]{
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 6px !important;
    margin-bottom: 12px !important;
  }

  /* Schutz: View-Regel 31.2 darf im Edit-Modus nicht eingreifen. */
  body.com_comprofiler #cbEditProfile .cbTabPaneMenu .cbFieldsContentsTab .cb_form_line{
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
  }
  body.com_comprofiler #cbEditProfile .cbTabPaneMenu .cbFieldsContentsTab .cb_form_line > label,
  body.com_comprofiler #cbEditProfile .cbTabPaneMenu .cbFieldsContentsTab .cb_form_line > .cb_field{
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
}


/* ============================================================
   180) I-SINGLE FOOTER – SP Page Builder / Helix Position
   ------------------------------------------------------------
   3-Spalten-Footer mit Bild auf Desktop/Tablet.
   Mobile: einspaltig, Bild ausgeblendet.
   Wrapper-HTML: .is-footer
   Helix-Position: #sp-footer1
   ============================================================ */

/* Helix/Footer-Wrapper: Hintergrund + dezente Trennlinie. */
#sp-footer,
#sp-footer1{
  background: #495057 !important;
  border-top: 1px solid rgba(255,255,255,.10);
}

/* Schwarze/sonstige Hintergründe innerhalb des Footer-Modul-Stacks neutralisieren. */
#sp-footer .sp-column,
#sp-footer1 .sp-column,
#sp-footer .sp-module,
#sp-footer1 .sp-module,
#sp-footer .sp-module-content,
#sp-footer1 .sp-module-content{
  background: transparent !important;
}

/* SP Page Builder Wrapper im Footer: keine eigenen Hintergründe/Boxen. */
#sp-footer1 .sp-page-builder .sppb-section,
#sp-footer1 .sp-page-builder .sppb-container,
#sp-footer1 .sp-page-builder .sppb-container-inner{
  background: transparent !important;
}

/* Footer-Layout als 3-Spalten-Grid. */
.is-footer{
  background: transparent;
  color: rgba(255,255,255,.92);
  padding: 18px 0;
  min-height: 100px;
  display: flex;
  align-items: center;
}

.is-footer__inner{
  width: min(1100px, calc(100% - 40px));
  margin: 0 auto;

  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 22px;
  align-items: start;
}

.is-footer__title{
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .2px;
  margin: 0 0 8px 0;
  color: rgba(255,255,255,.95);
}

.is-footer__links{
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.is-footer__links a{
  color: rgba(255,255,255,.78);
  text-decoration: none;
  font-size: 15px;
  line-height: 1.6;
}

.is-footer__links a:hover{
  color: #fff;
  text-decoration: none;
}

/* Desktop/Tablet: Trennlinien zwischen Spalten. */
@media (min-width: 768px){
  .is-footer__col--service{
    padding-left: 22px;
    border-left: 1px solid rgba(255,255,255,.12);
  }

  .is-footer__col--visual{
    padding-left: 22px;
    border-left: 1px solid rgba(255,255,255,.12);
  }
}

/* Footer-Bild: sichtbare Motivfläche, alte Max-Height-/Scale-Regeln neutralisiert. */
#sp-footer1 .is-footer__visual{
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255,255,255,.06);
}

#sp-footer1 .is-footer__visual img{
  display: block !important;
  width: 100% !important;

  height: 170px !important;
  max-height: none !important;

  object-fit: cover !important;
  object-position: center top !important;

  transform: none !important;
  border-radius: 14px;
}

/* Mobile: Footer einspaltig, Bild ausblenden. */
@media (max-width: 767px){
  .is-footer{
    padding: 16px 0;
    min-height: auto;
  }

  .is-footer__inner{
    grid-template-columns: 1fr;
    gap: 16px;
    text-align: center;
  }

  .is-footer__links{
    align-items: center;
  }

  .is-footer__col--service{
    padding-left: 0;
    border-left: 0;
  }

  .is-footer__col--visual{
    display: none !important;
  }

  .is-footer__links a{
    font-size: 14px;
  }
}

/* Footer bekommt einen oberen Schatten für mehr Tiefe. */
#sp-footer1{
  box-shadow: 0 -20px 40px rgba(0,0,0,.12);
}

/* Footerbild minimal kontrastieren/sättigen. */
#sp-footer1 .is-footer__visual img{
  filter: saturate(1.05) contrast(0.98);
}


/* ============================================================
   190) GROUPJIVE – Default Gruppenbanner
   ------------------------------------------------------------
   Ersetzt das Standard-Canvas nur dann, wenn GroupJive die Klasse
   .gjCanvasDefault setzt. Keine Höhenänderung, damit das Layout stabil bleibt.
   Datei: /images/Gruppen/group_default.png
   ============================================================ */

body .cbCanvasLayoutBackground .cbImgCanvas.gjCanvas.gjCanvasDefault{
  background-image: url("/images/Gruppen/group_default.png") !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;

  min-height: 0 !important;
  height: 100% !important;
}


/* ============================================================
   200) CB PROFIL BEARBEITEN – Avatar Upload Global
   ------------------------------------------------------------
   Feld: #cbfr_29 / Upload: #cbimagefile_upload_avatar
   Ziel:
   - Avatar-Upload auf allen Geräten als Center Stack
   - nativen File-Input verstecken
   - eigene JS-File-UI stylen
   ============================================================ */

/* Avatarfeld und innere Wrapper zentral stapeln. */
.cbEditProfile #cbfr_29,
.cbEditProfile #cbfr_29 .cb_field,
.cbEditProfile #cbfr_29 #cbfv_29{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:flex-start !important;
  text-align:center !important;
}

/* Avatarbild mittig ausrichten. */
.cbEditProfile #cbfr_29 .cbImageFieldImage{
  width:100% !important;
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
  padding:0 !important;
  margin:0 !important;
}

.cbEditProfile #cbfr_29 .cbImageFieldImage img{
  display:block !important;
  margin:0 auto !important;
  float:none !important;
  left:auto !important;
  right:auto !important;
  transform:none !important;
}

/* Auswahl- und Uploadbereich als Center Stack. */
.cbEditProfile #cbfr_29 .cbImageFieldChoice,
.cbEditProfile #cbfr_29 .cbImageFieldUpload{
  width:100% !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
}

/* Dropdown angenehm begrenzen. */
.cbEditProfile #cbfr_29 select{
  width:min(320px, 100%) !important;
  margin:0 auto !important;
}

/* Avatar-Upload-Container zentrieren. */
#cbimagefile_upload_avatar{
  width:100% !important;
  max-width:100% !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
}

#cbimagefile_upload_avatar > *{
  width:100% !important;
  max-width:100% !important;
  float:none !important;
  flex:none !important;
}

/* Lange Systemtexte ausblenden. */
#cbimagefile_upload_avatar > .mb-2,
#cbimagefile_upload_avatar > .mt-2{
  display:none !important;
}

/* Eigener Hinweistext vor dem Upload. */
#cbimagefile_upload_avatar::before{
  content:"Tipp: Bitte nutze ein klares Foto (JPG/PNG/WebP). Danach speichern.";
  display:block;
  width:100%;
  max-width:360px;
  margin:6px auto 10px auto;
  font-size:13px;
  line-height:1.35;
  color:rgba(0,0,0,.65);
  text-align:center;
}

/* Nativen File-Input verstecken; JS triggert ihn später über den Custom Button. */
#cbimagefile_upload_avatar input[type="file"][name="avatar__file"]{
  position:absolute !important;
  left:-9999px !important;
  width:1px !important;
  height:1px !important;
  opacity:0 !important;
  pointer-events:none !important;
}

/* Custom File UI. */
#cbimagefile_upload_avatar .is-fileui{
  width:100% !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
  gap:8px;
  margin-top:6px;
}

#cbimagefile_upload_avatar .is-fileui__btn{
  width:min(320px, 100%) !important;
  min-height:44px;
  padding:10px 12px;
  border-radius:12px;
  border:1px solid rgba(0,0,0,.15);
  background:#f1f3f5;
  color:#111;
  font-weight:800;
  text-decoration:none;
  user-select:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin:0 auto !important;
  cursor:pointer;
}

#cbimagefile_upload_avatar .is-fileui__name{
  width:min(320px, 100%) !important;
  margin:0 auto !important;
  font-size:13px;
  line-height:1.35;
  color:rgba(0,0,0,.65);
  overflow-wrap:anywhere;
  text-align:center !important;
}

/* Bootstrap-Padding nur im Avatarfeld neutralisieren. */
.cbEditProfile #cbfr_29 .row,
.cbEditProfile #cbfr_29 [class*="col-"],
.cbEditProfile #cbfr_29 .form-group{
  margin-left:0 !important;
  margin-right:0 !important;
  padding-left:0 !important;
  padding-right:0 !important;
}


/* ============================================================
   210) CB PROFIL BEARBEITEN – Hintergrund/Canvas Upload Mobile
   ------------------------------------------------------------
   Feld:    #cbfr_17 / #cbfv_17
   Upload:  #cbimagefile_upload_canvas
   Galerie: #cbimagefile_gallery_canvas

   Ziel:
   - mobile Center-Stack-Darstellung
   - Canvas-Preview als Banner
   - native File-UI ausblenden
   - Custom File UI stylen
   - Galerie-Kacheln im 16:9-Format
   ============================================================ */

@media (max-width: 768px){

  /* Feld-Layout als Center Stack. */
  .cbEditProfile #cbfr_17,
  .cbEditProfile #cbfr_17 .cb_field,
  .cbEditProfile #cbfr_17 #cbfv_17{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:flex-start !important;
    text-align:center !important;
    gap:12px !important;
  }

  /* Bootstrap row/col/no-gutters nur in diesem Feld neutralisieren. */
  .cbEditProfile #cbfr_17.row,
  .cbEditProfile #cbfr_17 .row,
  .cbEditProfile #cbfr_17 [class*="col-"]{
    margin-left:0 !important;
    margin-right:0 !important;
    padding-left:0 !important;
    padding-right:0 !important;
  }

  /* Previewbereich zentrieren. */
  .cbEditProfile #cbfr_17 .cbImageFieldImage{
    width:100% !important;
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
    margin:0 auto !important;
    padding:0 !important;
  }

  /* Canvas-Preview als Banner. */
  .cbEditProfile #cbfr_17 .cbImgCanvas.cbThumbCanvas{
    width:min(360px, 100%) !important;
    height:150px !important;

    border-radius:18px !important;
    border:1px solid rgba(0,0,0,.08) !important;
    box-shadow: 0 10px 26px rgba(0,0,0,.10), 0 2px 6px rgba(0,0,0,.06) !important;

    background-position:center !important;
    background-size:cover !important;
  }

  /* Canvas-Dropdown modernisieren. */
  .cbEditProfile #cbfr_17 select.cbImageFieldChoice{
    width:min(340px, 100%) !important;
    margin:0 auto !important;

    min-height:46px !important;
    border-radius:14px !important;
    padding:10px 12px !important;
    border:1px solid rgba(0,0,0,.12) !important;
    background:#fff !important;
  }

  /* Upload-Container zentrieren. */
  .cbEditProfile #cbimagefile_upload_canvas{
    width:100% !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    text-align:center !important;
    gap:10px;
  }

  /* Lange Systemtexte ausblenden. */
  .cbEditProfile #cbimagefile_upload_canvas > .mb-2,
  .cbEditProfile #cbimagefile_upload_canvas > .mt-2{
    display:none !important;
  }

  /* Echten File-Input offscreen verstecken. */
  .cbEditProfile #cbimagefile_upload_canvas input[type="file"][name="canvas__file"]{
    position:absolute !important;
    left:-9999px !important;
    width:1px !important;
    height:1px !important;
    opacity:0 !important;
    pointer-events:none !important;
  }

  /* Native Zeile mit "Durchsuchen" entfernen, Custom UI bleibt sichtbar. */
  .cbEditProfile #cbimagefile_upload_canvas > div:not(.mb-2):not(.mt-2):not(.is-fileui){
    display:none !important;
  }

  /* Eigener Hinweistext für Canvas-Upload. */
  .cbEditProfile #cbimagefile_upload_canvas::before{
    content:"Tipp: Nutze ein klares Hintergrundbild (JPG/PNG/WebP). Danach speichern.";
    display:block;
    width:100%;
    max-width:360px;
    margin:0 auto 2px auto;
    font-size:13px;
    line-height:1.35;
    color: rgba(0,0,0,.58);
    text-align:center;
  }

  .cbEditProfile #cbimagefile_upload_canvas .is-fileui::before{
    content:"Bilddatei auswählen";
    display:block;
    width:100%;
    max-width:360px;
    margin:4px auto 6px auto;
    font-weight:700;
    font-size:14px;
    color: rgba(0,0,0,.70);
    text-align:center;
  }

  /* Custom File UI für Canvas-Upload. */
  .cbEditProfile #cbimagefile_upload_canvas .is-fileui{
    width:100% !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    text-align:center !important;
    gap:8px;
    margin-top:0 !important;
  }

  .cbEditProfile #cbimagefile_upload_canvas .is-fileui__btn{
    width:min(340px, 100%) !important;
    min-height:46px !important;
    padding:10px 12px !important;
    border-radius:14px !important;

    border:1px solid rgba(0,0,0,.12) !important;
    background: linear-gradient(180deg, #ffffff 0%, #f3f5f7 100%) !important;
    box-shadow: 0 10px 22px rgba(0,0,0,.08), 0 2px 5px rgba(0,0,0,.06) !important;

    font-weight:900 !important;
    letter-spacing:.2px !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
  }

  .cbEditProfile #cbimagefile_upload_canvas .is-fileui__btn:active{
    transform: translateY(1px) scale(.99);
    filter: brightness(.98);
    box-shadow: 0 6px 14px rgba(0,0,0,.10), 0 2px 4px rgba(0,0,0,.06) !important;
  }

  .cbEditProfile #cbimagefile_upload_canvas .is-fileui__name{
    width:min(340px, 100%) !important;
    margin:0 auto !important;
    font-size:13px !important;
    line-height:1.35 !important;
    color: rgba(0,0,0,.62) !important;
    overflow-wrap:anywhere;
    text-align:center !important;
  }

  /* Canvas-Galerie: mobil einspaltig und zentriert. */
  .cbEditProfile #cbimagefile_gallery_canvas{
    width:100% !important;
    margin-left:0 !important;
    margin-right:0 !important;
    text-align:center !important;
    justify-content:center !important;
  }

  .cbEditProfile #cbimagefile_gallery_canvas > [class*="col-"]{
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* Galerie-Thumbs im 16:9-Bannerformat. */
  .cbEditProfile #cbimagefile_gallery_canvas .cbImgCanvas.cbThumbCanvas{
    width: min(360px, 100%) !important;
    margin: 0 auto !important;

    aspect-ratio: 16 / 9 !important;
    height: auto !important;

    border-radius:16px !important;
    border:1px solid rgba(0,0,0,.08) !important;
    box-shadow: 0 8px 18px rgba(0,0,0,.10), 0 2px 5px rgba(0,0,0,.06) !important;

    background-position:center !important;
    background-size:cover !important;
  }

  /* Inline-height überschreiben. */
  .cbEditProfile #cbimagefile_gallery_canvas .cbImgCanvas.cbThumbCanvas[style*="height"]{
    height:auto !important;
  }

  .cbEditProfile #cbimagefile_gallery_canvas .pb-3{
    padding-bottom:14px !important;
  }

  /* Gewählte Galerie-Kachel hervorheben. */
  .cbEditProfile #cbimagefile_gallery_canvas input[type="radio"]:checked + label .cbImgCanvas.cbThumbCanvas{
    outline: 3px solid rgba(255, 0, 128, .35) !important;
    outline-offset: 3px !important;
  }
}


/* ============================================================
   220) CB PROFIL – Sterne / privates Rating (SSOT)
   ------------------------------------------------------------
   Feld: cb_profil_level
   Feld CSS Klasse: .is-rating-profillevel

   Ziel:
   - doppelte Total-Sternreihe entfernen
   - Label ausblenden
   - Reset + Sterne in einer Zeile halten
   - Reset dezent, aber bedienbar lassen
   ============================================================ */

/* Doppelte Total-/Readonly-Anzeige entfernen. */
.cbProfile #cb_profil_levelTotal,
.cbProfile .cbRatingFieldTotal{
  display: none !important;
}

/* Feldtitel/Label ausblenden. */
.cbProfile .is-rating-profillevel .cb_label,
.cbProfile .is-rating-profillevel label,
.cbProfile .is-rating-profillevel .col-form-label{
  display: none !important;
}

/* Rating-Feld als Inline-Zeile. */
.cbProfile .is-rating-profillevel .cb_field{
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  white-space: nowrap !important;

  margin: 0 !important;
  padding: 0 !important;
}

/* RateIt-Zeile fixieren und leicht vertikal an Header-Zeile anpassen. */
.cbProfile .is-rating-profillevel .rateit[data-field="cb_profil_level"]{
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  white-space: nowrap !important;

  height: 18px !important;
  line-height: 18px !important;
  overflow: hidden !important;
  vertical-align: middle !important;

  transform: translateY(-2px) !important;

  margin: 0 !important;
  padding: 0 !important;
}

/* Sterne-Layer einzeilig halten. */
.cbProfile .is-rating-profillevel .rateit[data-field="cb_profil_level"] .rateit-range,
.cbProfile .is-rating-profillevel .rateit[data-field="cb_profil_level"] .rateit-empty,
.cbProfile .is-rating-profillevel .rateit[data-field="cb_profil_level"] .rateit-selected,
.cbProfile .is-rating-profillevel .rateit[data-field="cb_profil_level"] .rateit-hover{
  height: 18px !important;
  line-height: 18px !important;
  white-space: nowrap !important;
  overflow: hidden !important;

  letter-spacing: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Reset/Undo als modernes kleines X. */
.cbProfile .is-rating-profillevel .rateit[data-field="cb_profil_level"] > .rateit-reset{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 18px !important;
  height: 18px !important;
  line-height: 18px !important;

  margin: 0 !important;
  padding: 0 !important;

  border: 1px solid rgba(0,0,0,0.18) !important;
  border-radius: 999px !important;
  background: #fff !important;
  box-shadow: 0 6px 14px rgba(0,0,0,0.08) !important;

  cursor: pointer !important;

  opacity: .6;
  transition: opacity .2s ease, transform .2s ease, box-shadow .2s ease;
}

/* Original-Reset-Icon verstecken. */
.cbProfile .is-rating-profillevel .rateit[data-field="cb_profil_level"] > .rateit-reset span{
  display: none !important;
}

/* Eigenes Reset-Zeichen. */
.cbProfile .is-rating-profillevel .rateit[data-field="cb_profil_level"] > .rateit-reset::before{
  content: "×";
  font-size: 16px;
  line-height: 1;
  font-weight: 800;
  opacity: .75;
}

.cbProfile .is-rating-profillevel .rateit[data-field="cb_profil_level"] > .rateit-reset:hover{
  opacity: 1;
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(0,0,0,0.12) !important;
}

.cbProfile .is-rating-profillevel .rateit[data-field="cb_profil_level"] > .rateit-reset:focus{
  outline: none !important;
  opacity: 1;
  box-shadow: 0 0 0 3px rgba(255,0,128,0.20), 0 10px 18px rgba(0,0,0,0.12) !important;
}

/* Zahlenwerte/Counts ausblenden, falls CB/Rating-Plugin sie rendert. */
.cbProfile .is-rating-profillevel .cbRatingValue,
.cbProfile .is-rating-profillevel .rating-value,
.cbProfile .is-rating-profillevel .cbRatingCount,
.cbProfile .is-rating-profillevel .rating-count{
  display: none !important;
}


/* ============================================================
   230) CB CONNECTIONS – Mobile Card Layout
   ------------------------------------------------------------
   Ziel:
   - Full-width Card
   - Avatar links, Content rechts
   - kompakte Weißfläche
   - Select2/Felder volle Breite
   ============================================================ */

@media (max-width: 767px){

  /* Stellschrauben für Connections-Mobile-Layout. */
  :root{
    --is-conn-pad-x: 16px;

    --is-conn-avatar-size: 86px;
    --is-conn-avatar-radius: 12px;
    --is-conn-avatar-top: 58px;
    --is-conn-avatar-shift: 0px;

    --is-conn-avatar-gap: 12px;

    --is-conn-canvas-bottom: 12px;
    --is-conn-body-top: 12px;
    --is-conn-body-bot: 12px;

    --is-conn-text: #1b1f24;
    --is-conn-muted: rgba(27,31,36,.58);
    --is-conn-link: #0b63ce;
  }

  .cbManageConnections .card.cbCanvasLayoutSm{
    width: 100% !important;
    max-width: 100% !important;
    position: relative !important;
  }

  .cbManageConnections .card.cbCanvasLayoutSm .card-body{
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;

    padding-top: var(--is-conn-body-top) !important;
    padding-bottom: var(--is-conn-body-bot) !important;
    padding-right: var(--is-conn-pad-x) !important;
    padding-left: calc(var(--is-conn-pad-x) + var(--is-conn-avatar-size) + var(--is-conn-avatar-gap)) !important;
  }

  .cbManageConnections .card.cbCanvasLayoutSm .cbCanvasLayoutBottom{
    height: var(--is-conn-canvas-bottom) !important;
    min-height: var(--is-conn-canvas-bottom) !important;
    position: relative !important;
  }

  .cbManageConnections .card.cbCanvasLayoutSm .cbCanvasLayoutPhoto{
    position: absolute !important;
    left: var(--is-conn-pad-x) !important;
    top: var(--is-conn-avatar-top) !important;
    transform: translateY(var(--is-conn-avatar-shift)) !important;
    z-index: 20 !important;

    width: var(--is-conn-avatar-size) !important;
    height: var(--is-conn-avatar-size) !important;
    border-radius: var(--is-conn-avatar-radius) !important;
    overflow: hidden !important;
    box-shadow: 0 10px 22px rgba(0,0,0,.16) !important;
    background: transparent !important;
  }

  .cbManageConnections .card.cbCanvasLayoutSm .cbCanvasLayoutPhoto > a,
  .cbManageConnections .card.cbCanvasLayoutSm .cbCanvasLayoutPhoto > span{
    width: 100% !important;
    height: 100% !important;
    border-radius: var(--is-conn-avatar-radius) !important;
    overflow: hidden !important;
    display: block !important;
  }

  .cbManageConnections .card.cbCanvasLayoutSm .cbCanvasLayoutPhoto img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    border-radius: var(--is-conn-avatar-radius) !important;
  }

  .cbManageConnections .cbCanvasLayoutContent{
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .cbManageConnections .cbCanvasLayoutContent.m-2{
    margin: 8px 0 8px !important;
    text-align: left !important;
  }

  .cbManageConnections .cbCanvasLayoutContent.ml-2.mr-2.mb-2{
    margin: 0 0 10px !important;
  }

  .cbManageConnections .form-control,
  .cbManageConnections textarea.form-control,
  .cbManageConnections .select2-container,
  .cbManageConnections .select2-selection{
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .cbManageConnections .select2-container[style],
  .cbManageConnections span.select2.select2-container{
    width: 100% !important;
    max-width: 100% !important;
  }

  .cbManageConnections .select2-selection__choice{
    padding: 4px 8px !important;
    border-radius: 999px !important;
  }

  .cbManageConnections,
  .cbManageConnections .card,
  .cbManageConnections .cbCanvasLayoutContent,
  .cbManageConnections .form-control,
  .cbManageConnections textarea.form-control,
  .cbManageConnections .select2-selection,
  .cbManageConnections .select2-selection__rendered{
    color: var(--is-conn-text) !important;
  }

  .cbManageConnections a{
    color: var(--is-conn-link) !important;
  }

  .cbManageConnections .form-control::placeholder,
  .cbManageConnections textarea.form-control::placeholder{
    color: var(--is-conn-muted) !important;
    opacity: 1 !important;
  }
}


/* ============================================================
   231) CB CONNECTIONS – Textfarbe Reset
   ------------------------------------------------------------
   Globaler Farb-Reset für Connections, damit spätere/andere Regeln
   die Lesbarkeit nicht wieder überschreiben.
   Hinweis: Dieser Block sollte nahe am Ende der Datei bleiben.
   ============================================================ */

.cbManageConnections{
  --is-conn-text: #1b1f24;
  --is-conn-muted: rgba(27,31,36,.58);
  --is-conn-link: #0b63ce;
}

.cbManageConnections,
.cbManageConnections .card,
.cbManageConnections .card-body,
.cbManageConnections .cbCanvasLayoutBody,
.cbManageConnections .cbCanvasLayoutContent,
.cbManageConnections .cbCanvasLayoutContent *,
.cbManageConnections label,
.cbManageConnections .text-large,
.cbManageConnections .text-large *,
.cbManageConnections .form-control,
.cbManageConnections textarea.form-control{
  color: var(--is-conn-text) !important;
}

.cbManageConnections a,
.cbManageConnections a:visited{
  color: var(--is-conn-link) !important;
}

.cbManageConnections .form-control::placeholder,
.cbManageConnections textarea.form-control::placeholder{
  color: var(--is-conn-muted) !important;
  opacity: 1 !important;
}

.cbManageConnections .select2-container--bootstrap .select2-selection,
.cbManageConnections .select2-container--bootstrap .select2-selection__rendered,
.cbManageConnections .select2-container--bootstrap .select2-search__field{
  color: var(--is-conn-text) !important;
}

.cbManageConnections .select2-container--bootstrap .select2-selection__placeholder{
  color: var(--is-conn-muted) !important;
}

.cbManageConnections .select2-container--bootstrap .select2-dropdown,
.cbManageConnections .select2-container--bootstrap .select2-results__option{
  color: var(--is-conn-text) !important;
}


/* ============================================================
   240) CB PROFILE TABS – App UI / Markup-Fit
   ------------------------------------------------------------
   Dein Markup:
   - UL: .cbTabsNav
   - LI: .cbTabNav.cbNavBarItem
   - .is-tabs-app hängt bei dir am LI
   - Overflow: LI.cbNavBarOverflow + label[for*="overflow"]

   Ziel:
   - Mobile horizontal wischbar
   - kein Wrap
   - CB-Overflow "Mehr/Weniger" ausblenden
   - modernes Pill-Design mit Active Glow
   ============================================================ */

:root{
  --is-tab-radius: 14px;
  --is-tab-pad-y: 10px;
  --is-tab-pad-x: 14px;
  --is-tab-gap: 10px;

  --is-tab-bg: rgba(255,255,255,.72);
  --is-tab-border: rgba(255, 0, 128, .18);
  --is-tab-shadow: 0 10px 26px rgba(15, 23, 42, .08);

  --is-tab-text: rgba(15, 23, 42, .78);
  --is-tab-text-muted: rgba(15, 23, 42, .58);

  --is-tab-accent: var(--is-pink, #ff0080);
  --is-tab-accent-soft: rgba(255, 0, 128, .08);

  --is-tabs-top-nudge: 0px;
  --is-tabs-bottom-gap: 10px;
}

/* UL stylen, wenn darin ein LI.is-tabs-app liegt. */
.cbProfile ul.cbTabsNav:has(li.is-tabs-app){
  padding: 10px !important;
  margin: var(--is-tabs-top-nudge) 0 var(--is-tabs-bottom-gap) !important;

  border: 1px solid var(--is-tab-border) !important;
  border-radius: calc(var(--is-tab-radius) + 6px) !important;
  background: var(--is-tab-bg) !important;
  box-shadow: var(--is-tab-shadow) !important;

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

  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch !important;

  gap: var(--is-tab-gap) !important;
  touch-action: pan-x !important;
  scroll-snap-type: x proximity;

  border-bottom: 1px solid var(--is-tab-border) !important;
}

/* Fallback, falls .is-tabs-app irgendwann direkt am UL gesetzt wird. */
.cbProfile ul.cbTabsNav.is-tabs-app{
  padding: 10px !important;
  margin: var(--is-tabs-top-nudge) 0 var(--is-tabs-bottom-gap) !important;
  border: 1px solid var(--is-tab-border) !important;
  border-radius: calc(var(--is-tab-radius) + 6px) !important;
  background: var(--is-tab-bg) !important;
  box-shadow: var(--is-tab-shadow) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  gap: var(--is-tab-gap) !important;
  touch-action: pan-x !important;
  scroll-snap-type: x proximity;
}

/* Tab-Items nicht schrumpfen lassen. */
.cbProfile ul.cbTabsNav:has(li.is-tabs-app) > li.cbTabNav,
.cbProfile ul.cbTabsNav.is-tabs-app > li.cbTabNav{
  flex: 0 0 auto !important;
  margin: 0 !important;
  float: none !important;
  scroll-snap-align: start;
}

/* Tab-Links als Pills. */
.cbProfile ul.cbTabsNav:has(li.is-tabs-app) > li.cbTabNav > a,
.cbProfile ul.cbTabsNav.is-tabs-app > li.cbTabNav > a{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  padding: var(--is-tab-pad-y) var(--is-tab-pad-x) !important;
  border-radius: var(--is-tab-radius) !important;

  font-weight: 800 !important;
  letter-spacing: .15px !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  text-decoration: none !important;

  color: var(--is-tab-text-muted) !important;
  background: rgba(255,255,255,.55) !important;
  border: 1px solid rgba(15, 23, 42, .10) !important;

  transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease, color .12s ease, background .12s ease;
}

.cbProfile ul.cbTabsNav:has(li.is-tabs-app) > li.cbTabNav > a:hover,
.cbProfile ul.cbTabsNav.is-tabs-app > li.cbTabNav > a:hover{
  color: var(--is-tab-text) !important;
  border-color: rgba(15, 23, 42, .18) !important;
  box-shadow: 0 10px 20px rgba(15, 23, 42, .10) !important;
  transform: translateY(-1px);
}

/* Aktiver Tab mit weichem Glow und Unterstrich. */
.cbProfile ul.cbTabsNav:has(li.is-tabs-app) > li.cbTabNav > a.active,
.cbProfile ul.cbTabsNav.is-tabs-app > li.cbTabNav > a.active{
  color: #1f2937 !important;
  background: linear-gradient(180deg, rgba(255,255,255,.95), rgba(255,255,255,.72)) !important;
  border-color: rgba(255, 0, 128, .30) !important;
  box-shadow:
    0 12px 26px rgba(15, 23, 42, .12),
    0 0 0 4px var(--is-tab-accent-soft) !important;
  position: relative;
}

.cbProfile ul.cbTabsNav:has(li.is-tabs-app) > li.cbTabNav > a.active::after,
.cbProfile ul.cbTabsNav.is-tabs-app > li.cbTabNav > a.active::after{
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 6px;
  height: 3px;
  border-radius: 99px;
  background: var(--is-tab-accent);
  opacity: .85;
}

/* CB-Overflow komplett entfernen. */
.cbProfile ul.cbTabsNav:has(li.is-tabs-app) > li.cbNavBarOverflow,
.cbProfile ul.cbTabsNav.is-tabs-app > li.cbNavBarOverflow{
  display: none !important;
}

.cbProfile ul.cbTabsNav:has(li.is-tabs-app) label[for*="overflow"],
.cbProfile ul.cbTabsNav.is-tabs-app label[for*="overflow"],
.cbProfile ul.cbTabsNav:has(li.is-tabs-app) .cbNavBarOverflowIcon,
.cbProfile ul.cbTabsNav.is-tabs-app .cbNavBarOverflowIcon,
.cbProfile ul.cbTabsNav:has(li.is-tabs-app) .cbNavBarOverflowText,
.cbProfile ul.cbTabsNav.is-tabs-app .cbNavBarOverflowText{
  display: none !important;
}

/* Mobile Feinschliff für Tab-Pills. */
@media (max-width: 767px){
  .cbProfile ul.cbTabsNav:has(li.is-tabs-app),
  .cbProfile ul.cbTabsNav.is-tabs-app{
    gap: 8px !important;
    padding: 10px !important;
    border-radius: 18px !important;
  }

  .cbProfile ul.cbTabsNav:has(li.is-tabs-app) > li.cbTabNav > a,
  .cbProfile ul.cbTabsNav.is-tabs-app > li.cbTabNav > a{
    padding: 11px 14px !important;
    border-radius: 16px !important;
    font-size: 14px !important;
    min-height: 40px !important;
  }
}


/* ============================================================
   241) CB PROFILE TABS – Mobile Height Tuning
   ------------------------------------------------------------
   Macht die App-Tabs auf Mobile kompakter, ohne das Design zu ändern.
   ============================================================ */

@media (max-width: 767px){

  .cbProfile ul.cbTabsNav:has(li.is-tabs-app),
  .cbProfile ul.cbTabsNav.is-tabs-app{
    padding: 7px !important;
    gap: 7px !important;
    border-radius: 16px !important;
  }

  .cbProfile ul.cbTabsNav:has(li.is-tabs-app) > li.cbTabNav > a,
  .cbProfile ul.cbTabsNav.is-tabs-app > li.cbTabNav > a{
    padding: 9px 12px !important;
    min-height: 36px !important;
    border-radius: 14px !important;
    font-size: 14px !important;
  }

  .cbProfile ul.cbTabsNav:has(li.is-tabs-app) > li.cbTabNav > a.active::after,
  .cbProfile ul.cbTabsNav.is-tabs-app > li.cbTabNav > a.active::after{
    bottom: 5px !important;
    height: 3px !important;
  }
}


/* ============================================================
   250) GENDER DOT – Nur Profil (FINAL SSOT)
   ------------------------------------------------------------
   Quelle: cb_details_gender
   JS setzt auf der Profilseite:
   - .cbProfile.is-gm = männlich
   - .cbProfile.is-gf = weiblich
   - .cbProfile.is-gd = andere

   Im Stream werden keine Gender-Punkte angezeigt.
   ============================================================ */

:root{
  --is-gender-dot-size: 0.85em;
  --is-gender-dot-gap:  8px;
  --is-gender-dot-y:   -0.05em;

  --is-gender-m: #3b82f6;
  --is-gender-f: #ec4899;
  --is-gender-d: #a855f7;
}

/* Marker-/Hilfselemente grundsätzlich verstecken. */
.is-gender-class,
.is-gender-m,
.is-gender-f,
.is-gender-d,
.is-gender-dot{
  display: none !important;
}

/* Punkt vor Profilnamen vorbereiten. */
.cbProfile .cbProfileTitle .cb-page-header-title::before{
  content: "";
  display: inline-block;
  width: var(--is-gender-dot-size);
  height: var(--is-gender-dot-size);
  border-radius: 999px;
  margin-right: var(--is-gender-dot-gap);
  vertical-align: middle;
  transform: translateY(var(--is-gender-dot-y));
  background: transparent;
  opacity: 1;
}

.cbProfile.is-gm .cbProfileTitle .cb-page-header-title::before{
  background: var(--is-gender-m);
}

.cbProfile.is-gf .cbProfileTitle .cb-page-header-title::before{
  background: var(--is-gender-f);
}

.cbProfile.is-gd .cbProfileTitle .cb-page-header-title::before{
  background: var(--is-gender-d);
}


/* ============================================================
   260) CB AVATAR ACTIVITY – Dunklen Hintergrund entfernen
   ------------------------------------------------------------
   Entfernt dunkle Bootstrap-Hintergründe und Thumbnail-Rahmen
   bei Avataren im Activity-/Profilbereich.
   ============================================================ */

.cbAvatarActivity.bg-dark{
  background:transparent !important;
}

.cbAvatarActivity .img-thumbnail{
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
}


/* ============================================================
   270) GOOGLE TRANSLATE IM OFFCANVAS – Beginn (FINAL SSOT)
   ------------------------------------------------------------
   Ziel:
   - sichtbaren Google-Translate-Button im Offcanvas beruhigen
   - Google-G und Standard-Kleinteile ausblenden
   - sichtbaren Button wie nativen UI-Button darstellen
   - Buttontext auf "🌐 Sprache" vereinfachen
   - obere Google-Toolbar/Banner ausblenden
   - Google-Tooltips/Text-Highlights unterdrücken

   Hinweis:
   Die geöffnete Sprachliste kommt teils aus einem separaten
   Google-Frame und ist nur begrenzt extern stylbar.
   ============================================================ */

/* ------------------------------------------------------------
   270.1) Google Toolbar / Banner / Overlays global ausblenden
   ------------------------------------------------------------ */

/* Alte Banner-Varianten. */
.goog-te-banner-frame,
.goog-te-banner-frame.skiptranslate,
iframe.goog-te-banner-frame{
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Neuere Google-Toolbar-Variante. */
.VIpgJd-ZVi9od-ORHb-OEVmcd{
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Direkt unter body injizierte Google-Toolbar-Frames ausblenden,
   ohne das sichtbare Sprach-Widget unten kaputtzumachen. */
body > .skiptranslate > iframe{
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Layout-Shift verhindern, weil Google sonst body top setzen kann. */
html,
body{
  top: 0 !important;
  position: static !important;
}

/* Google Tooltip / Hover-Helfer / Text-Markierungen ausblenden. */
#goog-gt-tt,
.goog-te-balloon-frame,
.goog-tooltip,
.goog-text-highlight,
.VIpgJd-yAWNEb-VIpgJd-fmcmS-sn54Q{
  display: none !important;
  visibility: hidden !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Gelbe Google-Textmarkierung neutralisieren. */
.goog-text-highlight{
  background: transparent !important;
  border: none !important;
}

/* ============================================================
   ENDE PART 1 / 3
   ------------------------------------------------------------
   Part 2 sollte direkt hier anschließen.
   Erwarteter Anschluss:
   - Fortsetzung Google Translate Offcanvas
   - weitere globale/CB/Activity/Blog-Blöcke
   ============================================================ */
/* ============================================================
   PART 2 / 3 – I-Single Community – custom.css
   Helix Ultimate / Joomla 5.x / Community Builder
   ------------------------------------------------------------
   Zweck dieses Parts:
   - Fortsetzung Google Translate Offcanvas
   - User Notify: Nachrichten / Verbindungen
   - Offcanvas Mobile Feinschliff
   - Joomla / CB System Messages
   - CB Profil-Info Tab
   - Blog Einzelartikel / SP Page Builder Artikel-Layout
   - CB Private Messages UI
   - CCM19 Mobile Revisit ausblenden
   - CB Userliste T_5
   - Kunena Mail-Icon Fix
   - Blog Headline Basis

   WICHTIG:
   - Regeln wurden inhaltlich NICHT optimiert, sondern sauberer kommentiert/geordnet.
   - Dieser Part schließt direkt an PART 1 / 3 an.
   - PART 3 kann danach mit Blog/Amazon Ads/Endnav oder weiteren Blöcken anschließen.
   ============================================================ */


/* ============================================================
   270.2) GOOGLE TRANSLATE IM OFFCANVAS – Hauptbutton stylen
   ------------------------------------------------------------
   Fortsetzung aus Part 1.
   Ziel:
   - sichtbares Google-Translate-Widget wie nativen UI-Button darstellen
   - Google-Standardgrafiken und Trennlinien entfernen
   - Buttontext optisch auf „🌐 Sprache“ reduzieren
   ============================================================ */

/* Sichtbaren Google-Hauptbutton als ruhigen, nativen UI-Button darstellen. */
.goog-te-gadget-simple{
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;

  width: 100% !important;
  min-height: 46px !important;
  padding: 0 16px !important;

  border: 1px solid #d9dee5 !important;
  border-radius: 16px !important;
  background: #fff !important;

  text-decoration: none !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  cursor: pointer !important;
  box-shadow: none !important;
}

/* Ruhiger Hover-Zustand. */
.goog-te-gadget-simple:hover{
  border-color: #cbd3dc !important;
  box-shadow: 0 6px 18px rgba(20, 24, 40, 0.06) !important;
}

/* Dezenter aktiver/fokussierter Zustand. */
.goog-te-gadget-simple:focus,
.goog-te-gadget-simple:focus-within{
  border-color: rgba(255, 0, 128, 0.28) !important;
  box-shadow: 0 0 0 3px rgba(255, 0, 128, 0.08) !important;
  outline: none !important;
}

/* Google-Icon und Standardgrafiken entfernen. */
.goog-te-gadget-icon{
  display: none !important;
}

.goog-te-gadget-simple img{
  display: none !important;
}

.goog-te-gadget-simple span[style*="border-left"]{
  display: none !important;
}

/* Inneren Buttoninhalt stabilisieren. */
.goog-te-gadget-simple > span{
  display: block !important;
  width: 100% !important;
  vertical-align: middle !important;
}

.goog-te-gadget-simple a{
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;

  color: #495057 !important;
  text-decoration: none !important;
  font-family: inherit !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

/* Rendering-Macken bei einigen Browsern verhindern. */
.goog-te-gadget-simple,
.goog-te-gadget-simple a{
  border-collapse: separate !important;
}

/* Originaltext optisch ausblenden, Struktur aber erhalten. */
.goog-te-gadget-simple a > span:first-child{
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  min-height: 20px !important;

  font-size: 0 !important;
  color: transparent !important;
  white-space: nowrap !important;
}

/* Neuer sichtbarer Labeltext. */
.goog-te-gadget-simple a > span:first-child::before{
  content: "🌐 Sprache";
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  color: #495057;
}

/* Dropdown-Pfeil rechts sauber halten. */
.goog-te-gadget-simple a span[aria-hidden="true"]{
  display: inline-block !important;
  flex: 0 0 auto !important;
  margin-left: 12px !important;

  color: #6c757d !important;
  font-size: 14px !important;
}

/* Google-Logo-Link nicht anzeigen. */
.goog-logo-link{
  display: none !important;
}

/* Einzelne Google-Spans sollen keine unerwarteten Boxen erzeugen. */
.goog-te-gadget span:not([aria-hidden="true"]){
  box-sizing: border-box;
}


/* ============================================================
   280) USER NOTIFY – Nachrichten / Verbindungen (SSOT FINAL)
   ------------------------------------------------------------
   Bereich oberhalb Live Stream.
   JS setzt:
   - .has-new
   - data-count="..."

   Logik:
   - Mobile/Tablet: kompakte Kacheln mit Count-Pill im Text
   - Desktop: ruhige flache Karten, ebenfalls Count-Pill im Text
   ============================================================ */

/* ------------------------------------------------------------
   280.1) User Notify – Mobile <= 767px
   ------------------------------------------------------------ */
@media (max-width: 767px){

  :root{
    --is-un-gap: 8px;
    --is-un-card-minh: 58px;
    --is-un-card-pad-y: 10px;
    --is-un-card-pad-x: 10px;
    --is-un-card-radius: 16px;

    --is-un-card-bg: #f6f7f8;
    --is-un-card-text: #24324a;
    --is-un-card-shadow: 0 3px 10px rgba(0,0,0,.035);

    --is-un-alert-ring-pm: 0 0 0 1px rgba(237,20,125,.10);
    --is-un-alert-glow-pm: 0 4px 12px rgba(237,20,125,.08);

    --is-un-alert-ring-conn: 0 0 0 1px rgba(237,20,125,.07);
    --is-un-alert-glow-conn: 0 3px 10px rgba(237,20,125,.06);
  }

  .is-user-notify{
    display: flex !important;
    gap: var(--is-un-gap) !important;
    width: 100% !important;
    align-items: stretch !important;
  }

  .is-user-notify > a.is-user-notify__row{
    position: relative !important;
    display: inline-flex !important;
    flex: 1 1 0 !important;
    width: 50% !important;
    min-width: 0 !important;
    max-width: none !important;

    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;

    min-height: var(--is-un-card-minh) !important;
    padding: var(--is-un-card-pad-y) var(--is-un-card-pad-x) !important;
    box-sizing: border-box !important;

    border-radius: var(--is-un-card-radius) !important;
    background: var(--is-un-card-bg) !important;
    box-shadow: var(--is-un-card-shadow) !important;
    text-decoration: none !important;
    overflow: hidden !important;

    transition:
      box-shadow .18s ease,
      transform .18s ease,
      background-color .18s ease !important;
  }

  .is-user-notify > a.is-user-notify__row:active{
    transform: translateY(1px) scale(.995);
  }

  /* Original-Icon/Text/Badge ausblenden; eigene Pseudotexte übernehmen. */
  .is-user-notify > a.is-user-notify__row > .is-user-notify__icon,
  .is-user-notify > a.is-user-notify__row > .is-user-notify__txt,
  .is-user-notify > a.is-user-notify__row > .badge{
    display: none !important;
  }

  .is-user-notify > a.is-user-notify__row.pm::before,
  .is-user-notify > a.is-user-notify__row.conn::before{
    display: inline-block !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
    color: var(--is-un-card-text) !important;
    white-space: nowrap !important;
    text-align: center !important;
    letter-spacing: .03px !important;
    pointer-events: none !important;
  }

  .is-user-notify > a.is-user-notify__row.pm::before{
    content: "✉️ Briefkasten";
  }

  .is-user-notify > a.is-user-notify__row.conn::before{
    content: "❤️ Verbindungen";
  }

  /* Count-Pill direkt neben dem Text. */
  .is-user-notify > a.is-user-notify__row.pm[data-count]::after,
  .is-user-notify > a.is-user-notify__row.conn[data-count]::after{
    content: attr(data-count) !important;
    position: static !important;

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

    min-width: 20px !important;
    height: 20px !important;
    padding: 0 6px !important;
    border-radius: 999px !important;

    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 800 !important;

    background: rgba(237,20,125,.12) !important;
    color: #c21873 !important;
    border: 1px solid rgba(237,20,125,.18) !important;
    box-shadow: 0 2px 6px rgba(237,20,125,.08) !important;

    pointer-events: none !important;
    vertical-align: middle !important;
  }

  .is-user-notify > a.is-user-notify__row:not([data-count])::after,
  .is-user-notify > a.is-user-notify__row[data-count=""]::after{
    content: none !important;
    display: none !important;
  }

  .is-user-notify > a.is-user-notify__row.pm.has-new{
    box-shadow:
      var(--is-un-alert-ring-pm),
      var(--is-un-alert-glow-pm) !important;
  }

  .is-user-notify > a.is-user-notify__row.conn.has-new{
    box-shadow:
      var(--is-un-alert-ring-conn),
      var(--is-un-alert-glow-conn) !important;
  }
}


/* ------------------------------------------------------------
   280.2) User Notify – Tablet 768px bis 991.98px
   ------------------------------------------------------------ */
@media (min-width: 768px) and (max-width: 991.98px){

  :root{
    --is-ut-gap: 14px;
    --is-ut-card-minh: 68px;
    --is-ut-card-pad-y: 12px;
    --is-ut-card-pad-x: 16px;
    --is-ut-card-radius: 18px;

    --is-ut-card-bg: #f6f7f8;
    --is-ut-card-text: #24324a;
    --is-ut-card-shadow: 0 3px 12px rgba(0,0,0,.04);

    --is-ut-alert-ring-pm: 0 0 0 1px rgba(237,20,125,.10);
    --is-ut-alert-glow-pm: 0 6px 16px rgba(237,20,125,.10);

    --is-ut-alert-ring-conn: 0 0 0 1px rgba(237,20,125,.07);
    --is-ut-alert-glow-conn: 0 5px 14px rgba(237,20,125,.08);
  }

  .is-user-notify{
    display: flex !important;
    gap: var(--is-ut-gap) !important;
    width: 100% !important;
    align-items: stretch !important;
  }

  .is-user-notify > a.is-user-notify__row{
    position: relative !important;
    display: inline-flex !important;
    flex: 1 1 0 !important;
    width: 50% !important;
    min-width: 0 !important;
    max-width: none !important;

    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;

    min-height: var(--is-ut-card-minh) !important;
    padding: var(--is-ut-card-pad-y) var(--is-ut-card-pad-x) !important;
    box-sizing: border-box !important;

    border-radius: var(--is-ut-card-radius) !important;
    background: var(--is-ut-card-bg) !important;
    box-shadow: var(--is-ut-card-shadow) !important;
    text-decoration: none !important;
    overflow: hidden !important;

    transition:
      box-shadow .18s ease,
      transform .18s ease,
      background-color .18s ease !important;
  }

  .is-user-notify > a.is-user-notify__row:active{
    transform: translateY(1px) scale(.995);
  }

  .is-user-notify > a.is-user-notify__row > .is-user-notify__icon,
  .is-user-notify > a.is-user-notify__row > .is-user-notify__txt,
  .is-user-notify > a.is-user-notify__row > .badge{
    display: none !important;
  }

  .is-user-notify > a.is-user-notify__row.pm::before,
  .is-user-notify > a.is-user-notify__row.conn::before{
    display: inline-block !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
    color: var(--is-ut-card-text) !important;
    white-space: nowrap !important;
    text-align: center !important;
    letter-spacing: .04px !important;
    pointer-events: none !important;
  }

  .is-user-notify > a.is-user-notify__row.pm::before{
    content: "✉️ Briefkasten";
  }

  .is-user-notify > a.is-user-notify__row.conn::before{
    content: "❤️ Verbindungen";
  }

  .is-user-notify > a.is-user-notify__row.pm[data-count]::after,
  .is-user-notify > a.is-user-notify__row.conn[data-count]::after{
    content: attr(data-count) !important;
    position: static !important;

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

    min-width: 22px !important;
    height: 22px !important;
    padding: 0 7px !important;
    border-radius: 999px !important;

    font-size: 11px !important;
    line-height: 1 !important;
    font-weight: 800 !important;

    background: rgba(237,20,125,.12) !important;
    color: #c21873 !important;
    border: 1px solid rgba(237,20,125,.18) !important;
    box-shadow: 0 2px 6px rgba(237,20,125,.08) !important;

    pointer-events: none !important;
    vertical-align: middle !important;
  }

  .is-user-notify > a.is-user-notify__row:not([data-count])::after,
  .is-user-notify > a.is-user-notify__row[data-count=""]::after{
    content: none !important;
    display: none !important;
  }

  .is-user-notify > a.is-user-notify__row.pm.has-new{
    box-shadow:
      var(--is-ut-alert-ring-pm),
      var(--is-ut-alert-glow-pm) !important;
  }

  .is-user-notify > a.is-user-notify__row.conn.has-new{
    box-shadow:
      var(--is-ut-alert-ring-conn),
      var(--is-ut-alert-glow-conn) !important;
  }
}


/* ------------------------------------------------------------
   280.3) User Notify – Desktop / Laptop >= 992px
   ------------------------------------------------------------ */
@media (min-width: 992px){

  :root{
    --is-und-gap: 14px;
    --is-und-card-minh: 58px;
    --is-und-card-pad-y: 10px;
    --is-und-card-pad-x: 16px;
    --is-und-card-radius: 18px;

    --is-und-card-bg: #f8f9fb;
    --is-und-card-text: #24324a;
    --is-und-card-shadow: 0 3px 10px rgba(0,0,0,.035);

    --is-und-alert-ring-pm: 0 0 0 1px rgba(237,20,125,.10);
    --is-und-alert-glow-pm: 0 4px 12px rgba(237,20,125,.07);

    --is-und-alert-ring-conn: 0 0 0 1px rgba(237,20,125,.07);
    --is-und-alert-glow-conn: 0 3px 10px rgba(237,20,125,.05);
  }

  /* Äußere Wrapper neutralisieren. */
  .sppb-addon.is-user-notify,
  .sppb-addon.is-user-notify > .sppb-addon-content,
  .cbContent.is-user-notify{
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Innerer Wrapper als zweispaltiges Grid. */
  .cbContent.is-user-notify > .is-user-notify{
    display: grid !important;
    grid-template-columns: minmax(0,1fr) minmax(0,1fr) !important;
    gap: var(--is-und-gap) !important;

    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;

    align-items: stretch !important;
    justify-items: stretch !important;

    margin: 0 !important;
    padding: 12px 16px !important;
  }

  .cbContent.is-user-notify > .is-user-notify > a.is-user-notify__row{
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    text-align: center !important;

    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: var(--is-und-card-minh) !important;
    box-sizing: border-box !important;

    padding: var(--is-und-card-pad-y) var(--is-und-card-pad-x) !important;
    border-radius: var(--is-und-card-radius) !important;
    background: var(--is-und-card-bg) !important;
    box-shadow: var(--is-und-card-shadow) !important;
    text-decoration: none !important;
    overflow: hidden !important;

    justify-self: stretch !important;
    align-self: stretch !important;

    transition:
      transform .16s ease,
      box-shadow .16s ease,
      background-color .16s ease !important;
  }

  .cbContent.is-user-notify > .is-user-notify > a.is-user-notify__row:hover{
    transform: translateY(-1px);
  }

  .cbContent.is-user-notify > .is-user-notify > a.is-user-notify__row > .is-user-notify__icon,
  .cbContent.is-user-notify > .is-user-notify > a.is-user-notify__row > .is-user-notify__txt,
  .cbContent.is-user-notify > .is-user-notify > a.is-user-notify__row > .badge{
    display: none !important;
  }

  .cbContent.is-user-notify > .is-user-notify > a.is-user-notify__row.pm::before,
  .cbContent.is-user-notify > .is-user-notify > a.is-user-notify__row.conn::before{
    display: inline-block !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
    color: var(--is-und-card-text) !important;
    white-space: nowrap !important;
    letter-spacing: .05px !important;
    pointer-events: none !important;
  }

  .cbContent.is-user-notify > .is-user-notify > a.is-user-notify__row.pm::before{
    content: "✉️ Briefkasten";
  }

  .cbContent.is-user-notify > .is-user-notify > a.is-user-notify__row.conn::before{
    content: "❤️ Verbindungen";
  }

  .cbContent.is-user-notify > .is-user-notify > a.is-user-notify__row.pm[data-count]::after,
  .cbContent.is-user-notify > .is-user-notify > a.is-user-notify__row.conn[data-count]::after{
    content: attr(data-count) !important;
    position: static !important;

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

    min-width: 22px !important;
    height: 22px !important;
    padding: 0 7px !important;
    border-radius: 999px !important;

    font-size: 11px !important;
    line-height: 1 !important;
    font-weight: 800 !important;

    background: rgba(237,20,125,.12) !important;
    color: #c21873 !important;
    border: 1px solid rgba(237,20,125,.18) !important;
    box-shadow: 0 2px 6px rgba(237,20,125,.08) !important;

    pointer-events: none !important;
    vertical-align: middle !important;
  }

  .cbContent.is-user-notify > .is-user-notify > a.is-user-notify__row:not([data-count])::after,
  .cbContent.is-user-notify > .is-user-notify > a.is-user-notify__row[data-count=""]::after{
    content: none !important;
    display: none !important;
  }

  .cbContent.is-user-notify > .is-user-notify > a.is-user-notify__row.pm.has-new{
    box-shadow:
      var(--is-und-alert-ring-pm),
      var(--is-und-alert-glow-pm) !important;
  }

  .cbContent.is-user-notify > .is-user-notify > a.is-user-notify__row.conn.has-new{
    box-shadow:
      var(--is-und-alert-ring-conn),
      var(--is-und-alert-glow-conn) !important;
  }

  .cbContent.is-user-notify > .is-user-notify > a.is-user-notify__row.pm.has-new[data-count]::after{
    animation: isNotifyDesktopPulse 2.6s ease-in-out infinite !important;
  }

  .cbContent.is-user-notify > .is-user-notify > a.is-user-notify__row.conn.has-new[data-count]::after{
    animation: isNotifyDesktopPulse 3.2s ease-in-out infinite !important;
  }

  @keyframes isNotifyDesktopPulse{
    0%, 100%{
      transform: scale(1);
      box-shadow: 0 2px 6px rgba(237,20,125,.08);
    }
    50%{
      transform: scale(1.06);
      box-shadow: 0 4px 10px rgba(237,20,125,.14);
    }
  }
}


/* ============================================================
   290) OFFCANVAS MOBILE – PM / Verbindungen ausblenden
   ------------------------------------------------------------
   Nur visuell ausblenden.
   Die Elemente bleiben im DOM, damit Stream-Notify-JS weiter arbeiten kann.
   ============================================================ */

@media (max-width: 767px){
  .offcanvas-menu .logout-options-private-messages,
  .offcanvas-menu .logout-options-connection-requests{
    display: none !important;
  }
}


/* ============================================================
   291) OFFCANVAS MOBILE – Single Scroll Fix
   ------------------------------------------------------------
   Ziel:
   - nur ein Scroll-Container
   - weiches durchgehendes Wischen
   - kein doppeltes Scroll-Ansetzen im Offcanvas
   ============================================================ */

@media (max-width: 991.98px){

  .offcanvas-menu{
    height: 100dvh !important;
    max-height: 100dvh !important;

    overflow-y: auto !important;
    overflow-x: hidden !important;

    -webkit-overflow-scrolling: touch !important;
    overscroll-behavior-y: contain !important;

    box-sizing: border-box !important;
    backface-visibility: hidden;
  }

  .offcanvas-menu .offcanvas-inner{
    height: auto !important;
    max-height: none !important;
    min-height: 100% !important;

    overflow: visible !important;
    box-sizing: border-box !important;

    padding-bottom: 40px !important;
  }
}


/* ============================================================
   300) JOOMLA / CB SYSTEM MESSAGES (FINAL SSOT)
   ------------------------------------------------------------
   Ziel:
   - Joomla / Bootstrap Alerts hochwertiger darstellen
   - Success-Meldungen als Toast-/Popup-Boxen stylen
   - sauberer Close-Button
   - mobile robust
   - vorbereitet für JS Auto-Dismiss + Collapse
   ============================================================ */

/* Design Tokens für Alerts und Success Toasts. */
:root{
  --is-msg-radius: 14px;
  --is-msg-border: 1px solid rgba(15, 23, 42, 0.10);
  --is-msg-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
  --is-msg-pad-y: 16px;
  --is-msg-pad-x: 18px;
  --is-msg-gap: 14px;
  --is-msg-font: 15px;
  --is-msg-line: 1.45;
  --is-msg-text: #1f2937;
  --is-msg-bg: #ffffff;

  --is-msg-success: #4f8a47;
  --is-msg-success-bg: #f7fbf6;

  --is-msg-danger: #b42318;
  --is-msg-danger-bg: #fff7f7;

  --is-msg-warning: #b54708;
  --is-msg-warning-bg: #fffaf3;

  --is-msg-info: #1d4ed8;
  --is-msg-info-bg: #f5f9ff;

  --is-msg-icon-size: 24px;
  --is-msg-close-size: 38px;

  --is-toast-success: #4f8a47;
  --is-toast-success-2: #6aa55f;
  --is-toast-success-bg: #f8fbf7;
  --is-toast-success-border: rgba(79, 138, 71, 0.26);
  --is-toast-text: #243226;
  --is-toast-shadow: 0 16px 36px rgba(15, 23, 42, 0.14);
  --is-toast-radius: 14px;
  --is-toast-pad-y: 14px;
  --is-toast-pad-x: 16px;
  --is-toast-icon-size: 24px;
  --is-toast-close-size: 34px;
}

/* Joomla Message Container. */
#system-message-container,
.system-message-container,
.com-content-article__body #system-message-container{
  margin: 0 0 18px;
}

#system-message-container > .alert,
#system-message-container .alert,
.system-message-container .alert{
  margin-bottom: 14px;
}

/* Basis-Alert im Contentbereich. */
.alert{
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: var(--is-msg-gap);

  padding:
    var(--is-msg-pad-y)
    calc(var(--is-msg-pad-x) + 34px)
    var(--is-msg-pad-y)
    var(--is-msg-pad-x);

  border: var(--is-msg-border);
  border-radius: var(--is-msg-radius);
  background: var(--is-msg-bg);
  color: var(--is-msg-text);
  box-shadow: var(--is-msg-shadow);

  font-size: var(--is-msg-font);
  line-height: var(--is-msg-line);
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
}

.alert::before{
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 52px;
  background: #cbd5e1;
  pointer-events: none;
}

.alert::after{
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  width: var(--is-msg-icon-size);
  height: var(--is-msg-icon-size);
  margin-top: calc(var(--is-msg-icon-size) / -2);

  border-radius: 999px;
  background: rgba(255,255,255,0.94);
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.55);
  pointer-events: none;
}

.alert > *:not(.btn-close):not(.close){
  margin-left: 36px;
}

.alert strong,
.alert .alert-heading{
  color: inherit;
  font-weight: 700;
}

.alert > div,
.alert > span,
.alert > p{
  color: inherit;
}

.alert p:last-child,
.alert div:last-child{
  margin-bottom: 0;
}

.alert .visually-hidden,
.alert .sr-only{
  position: absolute !important;
}

.alert ul,
.alert ol{
  margin: 8px 0 0;
  padding-left: 18px;
}

.alert li + li{
  margin-top: 4px;
}

.alert a{
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.alert a:hover{
  opacity: .88;
}

/* Status-Typen: Success, Error, Warning, Info. */
.alert-success,
.alert.message,
.alert-message{
  background: var(--is-msg-success-bg);
  border-color: rgba(79, 138, 71, 0.32);
  color: #234125;
}

.alert-success::before,
.alert.message::before,
.alert-message::before{
  background: var(--is-msg-success);
}

.alert-success::after,
.alert.message::after,
.alert-message::after{
  content: "✓";
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--is-msg-success);
  font-weight: 900;
  font-size: 14px;
}

.alert-danger,
.alert-error,
.alert.alert-error{
  background: var(--is-msg-danger-bg);
  border-color: rgba(180, 35, 24, 0.24);
  color: #6f1d17;
}

.alert-danger::before,
.alert-error::before,
.alert.alert-error::before{
  background: var(--is-msg-danger);
}

.alert-danger::after,
.alert-error::after,
.alert.alert-error::after{
  content: "!";
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--is-msg-danger);
  font-weight: 900;
  font-size: 16px;
}

.alert-warning{
  background: var(--is-msg-warning-bg);
  border-color: rgba(181, 71, 8, 0.24);
  color: #7a3412;
}

.alert-warning::before{
  background: var(--is-msg-warning);
}

.alert-warning::after{
  content: "!";
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--is-msg-warning);
  font-weight: 900;
  font-size: 16px;
}

.alert-info,
.alert-primary{
  background: var(--is-msg-info-bg);
  border-color: rgba(29, 78, 216, 0.20);
  color: #1e3a8a;
}

.alert-info::before,
.alert-primary::before{
  background: var(--is-msg-info);
}

.alert-info::after,
.alert-primary::after{
  content: "i";
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--is-msg-info);
  font-weight: 900;
  font-size: 15px;
  font-family: Georgia, serif;
}

/* Close Button – Standard Alerts. */
.alert .btn-close,
.alert button.close,
.alert .close{
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);

  width: var(--is-msg-close-size);
  height: var(--is-msg-close-size);
  min-width: var(--is-msg-close-size);
  min-height: var(--is-msg-close-size);

  display: inline-flex;
  align-items: center;
  justify-content: center;

  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  box-shadow: none;
  opacity: 1;
  color: currentColor;
  text-shadow: none;

  cursor: pointer;
  transition: background-color .18s ease, color .18s ease, opacity .18s ease;
}

.alert .btn-close{
  background-size: 14px 14px;
}

.alert .close{
  font-size: 24px;
  line-height: 1;
}

.alert .btn-close:hover,
.alert button.close:hover,
.alert .close:hover{
  background: rgba(15, 23, 42, 0.06);
  opacity: 1;
}

.alert .btn-close:focus,
.alert button.close:focus,
.alert .close:focus{
  outline: none;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.18);
}

/* Success Toast / Floating Login Message. */
.alert-success,
.alert.message,
.alert-message,
#system-message-container .alert-success,
#system-message-container .alert.message,
#system-message-container .alert-message,
.cb_template .alert-success,
.cb_template .alert.message,
.cb_template .alert-message{
  position: relative;
  display: block;
  min-width: 280px;
  max-width: 360px;

  padding:
    var(--is-toast-pad-y)
    calc(var(--is-toast-pad-x) + 34px)
    var(--is-toast-pad-y)
    58px !important;

  border: 1px solid var(--is-toast-success-border) !important;
  border-radius: var(--is-toast-radius) !important;
  background: var(--is-toast-success-bg) !important;
  color: var(--is-toast-text) !important;
  box-shadow: var(--is-toast-shadow) !important;

  font-size: 15px !important;
  line-height: 1.45 !important;
  font-weight: 500;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
}

.alert-success::before,
.alert.message::before,
.alert-message::before,
#system-message-container .alert-success::before,
#system-message-container .alert.message::before,
#system-message-container .alert-message::before,
.cb_template .alert-success::before,
.cb_template .alert.message::before,
.cb_template .alert-message::before{
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 44px;
  background: linear-gradient(
    180deg,
    var(--is-toast-success-2) 0%,
    var(--is-toast-success) 100%
  );
}

.alert-success::after,
.alert.message::after,
.alert-message::after,
#system-message-container .alert-success::after,
#system-message-container .alert.message::after,
#system-message-container .alert-message::after,
.cb_template .alert-success::after,
.cb_template .alert.message::after,
.cb_template .alert-message::after{
  content: "✓";
  position: absolute;
  left: 10px;
  top: 50%;
  width: var(--is-toast-icon-size);
  height: var(--is-toast-icon-size);
  transform: translateY(-50%);

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

  border-radius: 999px;
  background: rgba(255,255,255,.96);
  color: var(--is-toast-success);
  font-size: 14px;
  font-weight: 900;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.7);
  pointer-events: none;
}

/* Doppelte Standard-Icons entfernen. */
.alert-success .fa-check,
.alert-success .fa-check-circle,
.alert-success .glyphicon-ok,
.alert-success .glyphicon-ok-sign,
.alert-success .icon-check,
.alert-success .icon-ok,
.alert-success .cbIcons,
.alert.message .fa-check,
.alert.message .fa-check-circle,
.alert.message .glyphicon-ok,
.alert.message .glyphicon-ok-sign,
.alert.message .icon-check,
.alert.message .icon-ok,
.alert.message .cbIcons,
.alert-message .fa-check,
.alert-message .fa-check-circle,
.alert-message .glyphicon-ok,
.alert-message .glyphicon-ok-sign,
.alert-message .icon-check,
.alert-message .icon-ok,
.alert-message .cbIcons{
  display: none !important;
}

.alert-success > .fa:last-child,
.alert-success > .icon:last-child,
.alert-success > span:last-child:empty,
.alert.message > .fa:last-child,
.alert.message > .icon:last-child,
.alert.message > span:last-child:empty,
.alert-message > .fa:last-child,
.alert-message > .icon:last-child,
.alert-message > span:last-child:empty{
  display: none !important;
}

/* Text im Success Toast beruhigen. */
.alert-success,
.alert-success *:not(.btn-close):not(.close),
.alert.message,
.alert.message *:not(.btn-close):not(.close),
.alert-message,
.alert-message *:not(.btn-close):not(.close){
  color: var(--is-toast-text) !important;
}

.alert-success strong,
.alert.message strong,
.alert-message strong{
  font-weight: 700;
}

.alert-success p,
.alert-success div,
.alert.message p,
.alert.message div,
.alert-message p,
.alert-message div{
  margin: 0 !important;
}

/* Close Button – Success Toast. */
.alert-success .btn-close,
.alert-success .close,
.alert-success button.close,
.alert.message .btn-close,
.alert.message .close,
.alert.message button.close,
.alert-message .btn-close,
.alert-message .close,
.alert-message button.close{
  position: absolute !important;
  top: 8px !important;
  right: 8px !important;
  transform: none !important;

  width: var(--is-toast-close-size) !important;
  height: var(--is-toast-close-size) !important;
  min-width: var(--is-toast-close-size) !important;
  min-height: var(--is-toast-close-size) !important;

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

  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: #6b7280 !important;
  opacity: 1 !important;
  box-shadow: none !important;
  text-shadow: none !important;

  font-size: 22px !important;
  line-height: 1 !important;
  cursor: pointer;
  transition: background-color .18s ease, color .18s ease, transform .18s ease;
}

.alert-success .btn-close:hover,
.alert-success .close:hover,
.alert-success button.close:hover,
.alert.message .btn-close:hover,
.alert.message .close:hover,
.alert.message button.close:hover,
.alert-message .btn-close:hover,
.alert-message .close:hover,
.alert-message button.close:hover{
  background: rgba(15, 23, 42, 0.06) !important;
  color: #334155 !important;
}

.alert-success .btn-close:focus,
.alert-success .close:focus,
.alert-success button.close:focus,
.alert.message .btn-close:focus,
.alert.message .close:focus,
.alert.message button.close:focus,
.alert-message .btn-close:focus,
.alert-message .close:focus,
.alert-message button.close:focus{
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(79, 138, 71, 0.16) !important;
}

/* Falls Wrapper bereits fixed ist: Margin neutralisieren. */
[style*="position: fixed"] .alert-success,
[style*="position:fixed"] .alert-success,
[style*="position: fixed"] .alert.message,
[style*="position:fixed"] .alert.message,
[style*="position: fixed"] .alert-message,
[style*="position:fixed"] .alert-message{
  margin: 0 !important;
}

/* JS Auto-Dismiss / Collapse Vorbereitung. */
.alert-success,
.alert.message,
.alert-message{
  transition:
    opacity .32s ease,
    transform .32s ease,
    visibility .32s ease,
    height .32s ease,
    max-height .32s ease,
    margin .32s ease,
    padding .32s ease,
    border-width .32s ease !important;
  will-change: opacity, transform, height, max-height;
}

.is-alert-hide{
  opacity: 0 !important;
  transform: translateY(8px) scale(.985) !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.is-alert-collapse{
  overflow: hidden !important;
  min-height: 0 !important;
}

/* Leere Alert-Reste sicher entfernen. */
.alert:empty,
div.alert:empty,
div[class*="alert"]:empty,
div[role="alert"]:empty{
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  min-height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
}

/* Mobile Alert-Anpassungen. */
@media (max-width: 767.98px){

  :root{
    --is-msg-radius: 12px;
    --is-msg-pad-y: 14px;
    --is-msg-pad-x: 14px;
    --is-msg-gap: 12px;
    --is-msg-font: 14px;
    --is-msg-icon-size: 22px;
    --is-msg-close-size: 34px;

    --is-toast-radius: 12px;
    --is-toast-pad-y: 13px;
    --is-toast-pad-x: 14px;
    --is-toast-icon-size: 22px;
    --is-toast-close-size: 32px;
  }

  .alert{
    padding:
      var(--is-msg-pad-y)
      calc(var(--is-msg-pad-x) + 28px)
      var(--is-msg-pad-y)
      var(--is-msg-pad-x);
    line-height: 1.4;
  }

  .alert::before{
    width: 44px;
  }

  .alert::after{
    left: 11px;
  }

  .alert > *:not(.btn-close):not(.close){
    margin-left: 28px;
  }

  .alert .btn-close,
  .alert button.close,
  .alert .close{
    right: 6px;
  }

  .alert-success,
  .alert.message,
  .alert-message,
  #system-message-container .alert-success,
  #system-message-container .alert.message,
  #system-message-container .alert-message,
  .cb_template .alert-success,
  .cb_template .alert.message,
  .cb_template .alert-message{
    min-width: 0;
    max-width: min(92vw, 340px);
    padding:
      var(--is-toast-pad-y)
      calc(var(--is-toast-pad-x) + 30px)
      var(--is-toast-pad-y)
      52px !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
  }

  .alert-success::before,
  .alert.message::before,
  .alert-message::before,
  #system-message-container .alert-success::before,
  #system-message-container .alert.message::before,
  #system-message-container .alert-message::before,
  .cb_template .alert-success::before,
  .cb_template .alert.message::before,
  .cb_template .alert-message::before{
    width: 40px;
  }

  .alert-success::after,
  .alert.message::after,
  .alert-message::after,
  #system-message-container .alert-success::after,
  #system-message-container .alert.message::after,
  #system-message-container .alert-message::after,
  .cb_template .alert-success::after,
  .cb_template .alert.message::after,
  .cb_template .alert-message::after{
    left: 9px;
  }
}

/* Sehr kleine Geräte. */
@media (max-width: 420px){
  .alert{
    border-radius: 11px;
  }

  .alert-success,
  .alert.message,
  .alert-message{
    max-width: calc(100vw - 20px);
  }
}


/* ============================================================
   310) CB TAB „PROFIL INFO“ – Unterer Info-Block (FINAL)
   ------------------------------------------------------------
   Bereich:
   - Mitglied seit
   - zuletzt online
   - Letzte Aktualisierung

   Ziel:
   - leere linke Bootstrap-Spalte entfernen
   - Info-Block weiter nach links holen
   - Label links / Wert rechts daneben
   - Zeitwerte auf Desktop in einer Zeile halten
   - mobil sauber umbrechen
   ============================================================ */

.cbProfile #cb_tabid_35 #cbfv_62 > .row.no-gutters > .col-sm:first-child{
  display: none !important;
}

.cbProfile #cb_tabid_35 #cbfv_62 > .row.no-gutters > .col-sm-3.pl-sm-2.text-right{
  flex: 0 0 auto !important;
  max-width: none !important;
  width: 100% !important;

  padding-left: 22px !important;
  padding-right: 0 !important;
  margin: 0 !important;

  text-align: left !important;
}

.cbProfile #cb_tabid_35 #cbtf_21 .cb_form_line{
  display: grid !important;
  grid-template-columns: 180px minmax(0, 1fr) !important;
  column-gap: 18px !important;
  align-items: start !important;

  margin: 0 0 18px 0 !important;
  padding: 0 !important;
}

.cbProfile #cb_tabid_35 #cbtf_21 .cb_form_line > label{
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;

  text-align: left !important;
  text-indent: 0 !important;
  justify-content: flex-start !important;
  align-self: start !important;
}

.cbProfile #cb_tabid_35 #cbtf_21 .cb_form_line > .cb_field{
  margin: 0 !important;
  padding: 0 !important;
  min-width: 0 !important;
  text-align: left !important;
}

.cbProfile #cb_tabid_35 #cbtf_21 .cb_form_line .cbDateTimeago{
  display: inline-block !important;
  white-space: nowrap !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  line-height: 1.35 !important;
}

@media (max-width: 767px){
  .cbProfile #cb_tabid_35 #cbfv_62 > .row.no-gutters > .col-sm-3.pl-sm-2.text-right{
    width: 100% !important;
    padding-left: 0 !important;
  }

  .cbProfile #cb_tabid_35 #cbtf_21 .cb_form_line{
    grid-template-columns: 1fr !important;
    row-gap: 4px !important;
  }

  .cbProfile #cb_tabid_35 #cbtf_21 .cb_form_line .cbDateTimeago{
    white-space: normal !important;
  }
}


/* ============================================================
   320) BLOG SSOT – Einzelartikel / SP Page Builder
   ------------------------------------------------------------
   Helix Ultimate + SP Page Builder + Joomla Artikel.

   Ziel:
   - Einzelartikel sauber und ruhig darstellen
   - Joomla/Helix Featured Image im Einzelartikel ausblenden
   - nur SP Page Builder im Artikel stylen
   - Footer und andere SPB-Bereiche unangetastet lassen
   - Blog-Textkarten zentral über .is-blog-textcard steuern
   ============================================================ */

/* Featured Image nur im Einzelartikel ausblenden. */
.view-article .article-intro-image,
.view-article .article-full-image,
.view-article .sp-pagebuilder-article-featured-image,
.view-article .article-details .article-featured-image {
  display: none !important;
}

/* Featured-Badges im Einzelartikel ausblenden. */
.view-article .featured,
.view-article .badge.featured,
.view-article .label-featured,
.view-article .article-featured,
.view-article [class*="featured"] {
  display: none !important;
}

/* Grundbreite und Artikelkopf. */
.view-article .article,
.view-article .blog-details,
.view-article .article-details {
  max-width: 1280px;
  margin: 0 auto;
}

.view-article .article-header,
.view-article .article-details .article-header,
.view-article .page-header {
  padding-top: 8px;
  margin-bottom: 12px !important;
}

.view-article h1,
.view-article .article-title,
.view-article h1[itemprop="headline"] {
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-top: 14px;
  margin-bottom: 12px !important;
  color: #1f2430;
}

.view-article .article-info,
.view-article .article-details .article-info,
.view-article .article-ratings-social-share,
.view-article .page-header + .article-info {
  font-size: 0.96rem;
  line-height: 1.5;
  color: #6b7280;
  margin-bottom: 14px !important;
}

.view-article .article-info dd,
.view-article .article-info dt,
.view-article .article-info span {
  color: #6b7280;
}

/* Buttons im Einzelartikel abrunden. */
.view-article .btn,
.view-article .sppb-btn {
  border-radius: 12px;
}

.view-article .btn-primary,
.view-article .sppb-btn-primary {
  box-shadow: 0 8px 18px rgba(0,0,0,0.08);
}

/* Nur den SP Page Builder im Artikel stylen, nicht global. */
.view-article .article-body .sp-page-builder,
.view-article .article .sp-page-builder:first-of-type,
.view-article .article-details .sp-page-builder:first-of-type {
  max-width: 1000px;
  margin: 18px auto 0 !important;
  padding: 30px 30px 36px !important;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.05);
  box-shadow: 0 12px 30px rgba(0,0,0,0.05);
}

/* Bilder im Artikel-SPB responsiv halten. */
.view-article .article-body .sp-page-builder img,
.view-article .article .sp-page-builder:first-of-type img,
.view-article .article-details .sp-page-builder:first-of-type img {
  max-width: 100% !important;
  height: auto !important;
}

/* Erstes Bild im Artikel als Hero behandeln. */
.view-article .article-body .sp-page-builder .sppb-addon-single-image:first-child img,
.view-article .article-body .sp-page-builder .sppb-addon-image-content:first-child img,
.view-article .article-body .sp-page-builder .sppb-addon-image-overlay:first-child img,
.view-article .article .sp-page-builder:first-of-type .sppb-addon-single-image:first-child img,
.view-article .article-details .sp-page-builder:first-of-type .sppb-addon-single-image:first-child img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  border-radius: 18px;
  box-shadow: 0 12px 26px rgba(0,0,0,0.08);
  margin: 0 0 26px 0 !important;
}

/* Zentrale Blog-Textkarte. */
.is-blog-textcard {
  background: #ffffff;
  padding: 26px;
  border-radius: 14px;
  box-shadow: 0 6px 22px rgba(0,0,0,0.05);
}

.is-blog-textcard h2,
.is-blog-textcard h3 {
  margin-top: 0;
  margin-bottom: 14px;
  line-height: 1.2;
  font-weight: 600;
}

.is-blog-textcard p {
  margin-bottom: 14px;
  font-size: 1.08rem;
  line-height: 1.8;
  color: #2f3542;
}

.is-blog-textcard p:last-child {
  margin-bottom: 0;
}

/* Mobile Blog-Feinschliff. */
@media (max-width: 767px) {
  .view-article h1,
  .view-article .article-title,
  .view-article h1[itemprop="headline"] {
    font-size: 2rem;
    line-height: 1.15;
    margin-top: 10px;
  }

  .view-article .article-info,
  .view-article .article-details .article-info,
  .view-article .article-ratings-social-share,
  .view-article .page-header + .article-info {
    font-size: 0.92rem;
    margin-bottom: 12px !important;
  }

  .view-article .article-body .sp-page-builder,
  .view-article .article .sp-page-builder:first-of-type,
  .view-article .article-details .sp-page-builder:first-of-type {
    padding: 18px 16px 22px !important;
    border-radius: 16px;
  }

  .view-article .article-body .sp-page-builder .sppb-addon-single-image:first-child img,
  .view-article .article-body .sp-page-builder .sppb-addon-image-content:first-child img,
  .view-article .article-body .sp-page-builder .sppb-addon-image-overlay:first-child img,
  .view-article .article .sp-page-builder:first-of-type .sppb-addon-single-image:first-child img,
  .view-article .article-details .sp-page-builder:first-of-type .sppb-addon-single-image:first-child img {
    border-radius: 12px;
  }

  .is-blog-textcard {
    padding: 18px;
    border-radius: 12px;
  }

  .is-blog-textcard p {
    font-size: 1rem;
    line-height: 1.75;
  }
}

/* Blog Hero Bild Radius. */
.is-blog-heroimg .sppb-addon-single-image-container{
  border-radius: 20px !important;
  overflow: hidden !important;
}

.is-blog-heroimg .sppb-addon-single-image-container img,
.is-blog-heroimg img.sppb-img-responsive{
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  border-radius: 20px !important;
}


/* ============================================================
   330) CB PRIVATE MESSAGES – Soft Modern UI (SSOT)
   ------------------------------------------------------------
   Ziel:
   - CB-PM modernisieren, ohne Thread-Logik zu brechen
   - TinyMCE „CMS Inhalt“ + Toggle ausblenden
   - Verlauf, Reply-Blöcke, Formular, Upload, Captcha und Buttons
     in ruhiger Premium-Optik darstellen
   ============================================================ */

/* Editor-Kleinteile im PM ausblenden. */
.cbPMS .js-editor-tinymce button[data-mce-name="jxtdbuttons"],
.cbPMS .js-editor-tinymce .tox-tbtn[data-mce-name="jxtdbuttons"]{
  display: none !important;
}

.cbPMS .toggle-editor{
  display: none !important;
}

/* PM Design Tokens. */
.cbPMS{
  --is-pm-accent: #ED147D;
  --is-pm-accent-strong: #ff2f6d;
  --is-pm-accent-soft: rgba(237,20,125,.10);

  --is-pm-text: #243047;
  --is-pm-muted: #6f7a8f;

  --is-pm-card: #ffffff;
  --is-pm-card-alt: #fbfbfe;
  --is-pm-border: #e7e9f0;
  --is-pm-shadow: 0 10px 28px rgba(20,27,44,.06);
  --is-pm-shadow-soft: 0 6px 18px rgba(20,27,44,.05);

  --is-pm-radius: 22px;
  --is-pm-radius-inner: 20px;
  --is-pm-radius-reply: 16px;
}

/* Äußerer PM-Container. */
.cbPMS .pmMessage{
  background: var(--is-pm-card) !important;
  border: 1px solid var(--is-pm-border) !important;
  border-radius: var(--is-pm-radius) !important;
  box-shadow: var(--is-pm-shadow) !important;
  overflow: hidden !important;
}

/* Header der Nachricht. */
.cbPMS .pmMessageHeader{
  margin: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid var(--is-pm-border) !important;
  background: linear-gradient(180deg, #ffffff 0%, var(--is-pm-card-alt) 100%) !important;
}

.cbPMS .pmMessageHeaderImg{
  padding: 16px 0 16px 16px !important;
}

.cbPMS .pmMessageHeaderImg .cbImgAvatar{
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 16px !important;
  border: 1px solid var(--is-pm-border) !important;
  box-shadow: none !important;
}

.cbPMS .pmMessageHeaderDetails{
  padding: 16px 16px 16px 12px !important;
}

.cbPMS .pmMessageHeaderUser .text-large,
.cbPMS .pmMessageHeaderUser .text-large a{
  font-size: 1.08rem !important;
  font-weight: 800 !important;
  color: var(--is-pm-text) !important;
  text-decoration: none !important;
}

.cbPMS .pmMessageHeaderDate{
  color: var(--is-pm-muted) !important;
  font-size: .92rem !important;
}

/* Hauptnachricht. */
.cbPMS .pmMessageContent{
  padding: 18px 18px 14px !important;
  color: var(--is-pm-text) !important;
  line-height: 1.6 !important;
}

.cbPMS .pmMessageContent > p,
.cbPMS .pmMessageContent p{
  margin: 0 0 10px !important;
  color: var(--is-pm-text) !important;
}

.cbPMS .pmMessageContent > p:last-child,
.cbPMS .pmMessageContent p:last-child{
  margin-bottom: 0 !important;
}

.cbPMS .pmMessageContent a{
  color: var(--is-pm-accent) !important;
  text-decoration: none !important;
}

.cbPMS .pmMessageContent a:hover{
  text-decoration: underline !important;
}

/* Reply-/Quote-Blöcke im Verlauf. */
.cbPMS .pmMessageReply{
  margin-top: 14px !important;
  padding: 12px 14px !important;
  border-left: 3px solid var(--is-pm-accent-strong) !important;
  border-radius: 0 var(--is-pm-radius-reply) var(--is-pm-radius-reply) 0 !important;
  background: linear-gradient(180deg, #fff8fb 0%, #fff 100%) !important;
  box-shadow: inset 0 0 0 1px rgba(255,47,109,.06) !important;
}

.cbPMS .pmMessageReply p{
  margin: 0 0 8px !important;
  color: var(--is-pm-text) !important;
}

.cbPMS .pmMessageReply p:last-child{
  margin-bottom: 0 !important;
}

.cbPMS .pmMessageReply .blockquote-footer{
  margin: 0 !important;
  color: var(--is-pm-muted) !important;
  font-size: .88rem !important;
}

.cbPMS .pmMessageReply .blockquote-footer a{
  color: var(--is-pm-accent-strong) !important;
  text-decoration: none !important;
  font-weight: 700 !important;
}

.cbPMS .pmMessageReply .pmMessageReply{
  margin-top: 10px !important;
  padding: 10px 12px !important;
  background: #fff !important;
  border-left-width: 2px !important;
  border-radius: 0 14px 14px 0 !important;
}

/* Attachments in Hauptnachricht. */
.cbPMS .pmMessageAttachments{
  padding: 0 18px 18px !important;
}

.cbPMS .pmMessageAttachments .galleryDivider{
  display: none !important;
}

.cbPMS .pmMessageAttachments .galleryItems{
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(180px, 220px));
  gap: 12px !important;
  justify-content: start !important;
}

.cbPMS .pmMessageAttachments .galleryItemContainer{
  background: transparent !important;
  border: 0 !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  box-shadow: 0 6px 16px rgba(20,27,44,.05) !important;
}

.cbPMS .pmMessageAttachments .galleryItemPreviewImg{
  width: 100% !important;
  height: auto !important;
  display: block !important;
  border-radius: 18px !important;
}

/* Trennlinie vor Reply-Form. */
.cbPMS .pmMessage > hr{
  border: 0 !important;
  height: 1px !important;
  background: var(--is-pm-border) !important;
  margin: 0 18px 18px !important;
}

/* Reply-Form als eigene Card. */
.cbPMS .pmMessageReplyForm{
  margin: 0 18px 18px !important;
  padding: 18px 18px 16px !important;
  background: #fff !important;
  border: 1px solid var(--is-pm-border) !important;
  border-radius: var(--is-pm-radius-inner) !important;
  box-shadow: var(--is-pm-shadow-soft) !important;
}

.cbPMS .pmMessageReplyForm input[type="text"],
.cbPMS .pmMessageReplyForm input[type="email"],
.cbPMS .pmMessageReplyForm select,
.cbPMS .pmMessageReplyForm textarea{
  width: 100% !important;
  border: 1px solid rgba(0,0,0,.12) !important;
  border-radius: 14px !important;
  background: #fff !important;
  color: var(--is-pm-text) !important;
  box-shadow: none !important;
}

.cbPMS .pmMessageReplyForm textarea{
  min-height: 150px !important;
  line-height: 1.55 !important;
  resize: vertical !important;
}

.cbPMS .pmMessageReplyForm input[type="text"]:focus,
.cbPMS .pmMessageReplyForm input[type="email"]:focus,
.cbPMS .pmMessageReplyForm select:focus,
.cbPMS .pmMessageReplyForm textarea:focus{
  outline: none !important;
  border-color: rgba(237,20,125,.40) !important;
  box-shadow: 0 0 0 4px rgba(237,20,125,.10) !important;
}

/* Uploadzone. */
.cbPMS .pmMessageReplyForm .galleryShareUploadDropZone{
  border: 2px dashed var(--is-pm-border) !important;
  border-radius: 16px !important;
  background: #f8f9fc !important;
}

.cbPMS .pmMessageReplyForm .galleryShareUploadCapture{
  border: 1px solid var(--is-pm-border) !important;
  border-radius: 16px !important;
  background: #f8f9fc !important;
}

.cbPMS .cbantispamCaptcha{
  margin-top: 12px !important;
  max-width: 100% !important;
}

/* PM Buttons. */
.cbPMS .pmButton{
  min-height: 46px !important;
  border-radius: 14px !important;
  font-weight: 700 !important;
  box-shadow: none !important;
}

.cbPMS .pmButtonSubmit{
  background: var(--is-pm-accent-strong) !important;
  border-color: var(--is-pm-accent-strong) !important;
  color: #fff !important;
  box-shadow: 0 10px 20px rgba(255,47,109,.18) !important;
}

.cbPMS .pmButtonBack{
  background: #eef1f6 !important;
  border-color: #eef1f6 !important;
  color: var(--is-pm-text) !important;
}

/* PM Mobile. */
@media (max-width: 767px){
  .cbPMS .pmMessage{
    border-radius: 18px !important;
  }

  .cbPMS .pmMessageHeaderImg{
    padding: 14px 0 14px 14px !important;
  }

  .cbPMS .pmMessageHeaderImg .cbImgAvatar{
    width: 48px !important;
    height: 48px !important;
    border-radius: 14px !important;
  }

  .cbPMS .pmMessageHeaderDetails{
    padding: 14px 14px 14px 10px !important;
  }

  .cbPMS .pmMessageContent{
    padding: 14px 14px 12px !important;
  }

  .cbPMS .pmMessageReply{
    padding: 10px 12px !important;
    border-radius: 0 14px 14px 0 !important;
  }

  .cbPMS .pmMessageAttachments{
    padding: 0 14px 14px !important;
  }

  .cbPMS .pmMessageAttachments .galleryItems{
    grid-template-columns: 1fr !important;
  }

  .cbPMS .pmMessage > hr{
    margin: 0 14px 14px !important;
  }

  .cbPMS .pmMessageReplyForm{
    margin: 0 14px 14px !important;
    padding: 14px !important;
    border-radius: 16px !important;
  }
}


/* ============================================================
   331) CB PM – Thread-Linien entschärfen
   ------------------------------------------------------------
   Ziel:
   - keine Linien-Flut bei verschachtelten Antworten
   - nur dezente visuelle Führung
   - mobile möglichst clean
   ============================================================ */

.cbPMS .pmMessageReply .pmMessageReply{
  border-left: none !important;
  box-shadow: none !important;
  background: transparent !important;
  padding-left: 12px !important;
}

.cbPMS .pmMessageReply{
  border-left: 2px solid rgba(237,20,125,.35) !important;
  background: linear-gradient(180deg, #fffafb 0%, #fff 100%) !important;
}

.cbPMS .pmMessageReply .pmMessageReply .pmMessageReply{
  border-left: none !important;
}

.cbPMS .pmMessageReply .pmMessageReply{
  margin-left: 6px !important;
}

@media (max-width: 767px){
  .cbPMS .pmMessageReply{
    border-left: none !important;
    background: #fff !important;
  }
}


/* ============================================================
   332) CB PM – Reply-Zitate linksbündig erzwingen (FINAL)
   ------------------------------------------------------------
   Ursache:
   CB nutzt pro Ebene dieselben Utility-Klassen wie .ml-1, .pl-2,
   .border-left und .blockquote.

   Ziel:
   - keine Treppen-Einrückung
   - Text linksbündig
   - nur eine dezente linke Linie am gesamten Reply-Bereich
   ============================================================ */

.cbPMS .pmMessageReply{
  margin-left: 0 !important;
  padding-left: 12px !important;
  text-indent: 0 !important;
  border-left: 2px solid rgba(237,20,125,.28) !important;
  background: linear-gradient(180deg, #fffafb 0%, #fff 100%) !important;
  box-shadow: none !important;
  text-align: left !important;
}

.cbPMS .pmMessageReply.ml-1,
.cbPMS .pmMessageReply.pl-2,
.cbPMS .pmMessageReply.border-left,
.cbPMS .pmMessageReply.blockquote{
  margin-left: 0 !important;
  padding-left: 12px !important;
  border-left-width: 2px !important;
  border-left-style: solid !important;
  border-left-color: rgba(237,20,125,.28) !important;
}

.cbPMS .pmMessageReply .pmMessageReply{
  margin-left: 0 !important;
  padding-left: 0 !important;
  border-left: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.cbPMS .pmMessageReply .pmMessageReply .pmMessageReply,
.cbPMS .pmMessageReply .pmMessageReply .pmMessageReply .pmMessageReply,
.cbPMS .pmMessageReply .pmMessageReply .pmMessageReply .pmMessageReply .pmMessageReply{
  margin-left: 0 !important;
  padding-left: 0 !important;
  border-left: 0 !important;
}

.cbPMS .pmMessageReply,
.cbPMS .pmMessageReply *,
.cbPMS .pmMessageReply .blockquote-footer,
.cbPMS .pmMessageReply .blockquote-footer a{
  text-align: left !important;
  text-indent: 0 !important;
}

.cbPMS .pmMessageReply.blockquote,
.cbPMS .pmMessageReply .blockquote{
  margin-bottom: 0 !important;
}

.cbPMS .pmMessageReply .blockquote-footer{
  display: block !important;
  margin: 4px 0 0 0 !important;
  padding: 0 !important;
  color: #6f7a8f !important;
  font-size: .88rem !important;
}

.cbPMS .pmMessageReply .blockquote-footer a{
  color: #ff2f6d !important;
  text-decoration: none !important;
  font-weight: 700 !important;
}

@media (max-width: 767px){
  .cbPMS .pmMessageReply{
    padding-left: 10px !important;
    border-left-width: 2px !important;
  }

  .cbPMS .pmMessageReply.ml-1,
  .cbPMS .pmMessageReply.pl-2,
  .cbPMS .pmMessageReply.border-left,
  .cbPMS .pmMessageReply.blockquote{
    padding-left: 10px !important;
    margin-left: 0 !important;
  }
}


/* ============================================================
   340) CCM19 – Mobile Revisit / Keks ausblenden
   ------------------------------------------------------------
   Ziel:
   - Mobile Revisit Icon ausblenden
   - Hauptbanner bleibt erlaubt
   - Footer-Link bleibt nutzbar
   ============================================================ */

@media (max-width: 767.98px){
  #ccm-revisit,
  .ccm-revisit,
  .ccm--revisit,
  [id*="ccm-revisit"],
  [class*="ccm-revisit"],
  .ccm-settings-summoner,
  .ccm-settings-summoner--link,
  .ccm-settings-summoner--icon{
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
}


/* ============================================================
   350) CB USERLISTE T_5 – FINAL SSOT / CLEAN
   ------------------------------------------------------------
   Ziel:
   - Desktop/Tablet: ruhige Karten
   - Desktop/Tablet: Name + Alter in einer Zeile
   - Mobile: Canvas sichtbar
   - Mobile: Avatar halb auf dem Canvas
   - Mobile: stabil 2 Spalten auf echten Handys
   - Sehr kleine Geräte: 1 Spalte
   ============================================================ */

#cbUserTable.cbUserListDiv.cbUserListT_5{
  --is-ul-card-r: 14px;
  --is-ul-card-r-mobile: 16px;

  --is-ul-avatar-r: 12px;
  --is-ul-avatar-r-mobile: 16px;

  --is-ul-name-gap-desktop: 4px;
  --is-ul-name-gap-mobile: 4px;

  --is-ul-age-color: #8a9198;

  --is-ul-mobile-canvas-h: 86px;
  --is-ul-mobile-avatar: 92px;
  --is-ul-mobile-avatar-top: -46px;

  --is-ul-mobile-col-gap: 8px;
  --is-ul-mobile-row-gap: 12px;
}

/* Grundaufbau der Userkarten. */
#cbUserTable.cbUserListDiv.cbUserListT_5 .cbUserListRow,
#cbUserTable.cbUserListDiv.cbUserListT_5 .cbUserListItem,
#cbUserTable.cbUserListDiv.cbUserListT_5 .cbCanvasLayout{
  border-radius: var(--is-ul-card-r) !important;
  overflow: hidden !important;
}

#cbUserTable.cbUserListDiv.cbUserListT_5 .cbCanvasLayout{
  position: relative !important;
  background: #fff !important;
  box-shadow: 0 2px 10px rgba(0,0,0,.04) !important;
  border: 1px solid rgba(0,0,0,.08) !important;
}

#cbUserTable.cbUserListDiv.cbUserListT_5 .cbCanvasLayoutTop{
  position: relative !important;
  overflow: hidden !important;
}

#cbUserTable.cbUserListDiv.cbUserListT_5 .cbCanvasLayoutBackground{
  position: absolute !important;
  inset: 0 !important;
}

#cbUserTable.cbUserListDiv.cbUserListT_5 .cbCanvasLayoutBackground .cbImgCanvas,
#cbUserTable.cbUserListDiv.cbUserListT_5 .cbCanvasLayoutBackground .cbThumbCanvas,
#cbUserTable.cbUserListDiv.cbUserListT_5 .cbCanvasLayoutBackground .cbFullCanvas,
#cbUserTable.cbUserListDiv.cbUserListT_5 .cbImgCanvas.cbImgCanvasInitial.cbThumbCanvas{
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

/* Doppelt ausgegebenes Avatar-Feld im Textbereich ausblenden. */
#cbUserTable.cbUserListDiv.cbUserListT_5 .cbUserListFL_avatar{
  display: none !important;
}

/* Avatar allgemein. */
#cbUserTable.cbUserListDiv.cbUserListT_5 img.cbImgAvatar,
#cbUserTable.cbUserListDiv.cbUserListT_5 .cbThumbPict{
  display: block !important;
  border-radius: var(--is-ul-avatar-r) !important;
  background: #fff !important;
  box-shadow: 0 10px 22px rgba(0,0,0,.18) !important;
}

/* Desktop / Tablet ab 768px. */
@media (min-width: 768px){

  #cbUserTable.cbUserListDiv.cbUserListT_5 .cbCanvasLayoutBody{
    display: flex !important;
    align-items: baseline !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
    gap: 0 !important;

    padding: 12px 14px !important;
    margin: 0 !important;
    text-align: left !important;
    text-shadow: none !important;
    white-space: nowrap !important;
  }

  #cbUserTable.cbUserListDiv.cbUserListT_5 .cbCanvasLayoutBody > .text-truncate.cbCanvasLayoutContent{
    display: inline-flex !important;
    align-items: baseline !important;
    flex: 0 0 auto !important;

    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;

    margin: 0 !important;
    padding: 0 !important;

    overflow: visible !important;
    text-overflow: clip !important;
    white-space: nowrap !important;
  }

  #cbUserTable.cbUserListDiv.cbUserListT_5 .cbCanvasLayoutBody > .text-truncate.cbCanvasLayoutContent a{
    display: inline !important;
    white-space: nowrap !important;
    text-decoration: none !important;
    font-weight: 500 !important;
  }

  #cbUserTable.cbUserListDiv.cbUserListT_5 .cbCanvasLayoutBody > .text-truncate.cbCanvasLayoutContent a::after{
    content: "," !important;
    margin-right: var(--is-ul-name-gap-desktop) !important;
  }

  #cbUserTable.cbUserListDiv.cbUserListT_5 .cbCanvasLayoutBody > .row.no-gutters.cbCanvasLayoutContent{
    display: inline-flex !important;
    align-items: baseline !important;
    flex: 0 0 auto !important;

    width: auto !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;
    white-space: nowrap !important;
  }

  #cbUserTable.cbUserListDiv.cbUserListT_5 .cbCanvasLayoutBody > .row.no-gutters.cbCanvasLayoutContent,
  #cbUserTable.cbUserListDiv.cbUserListT_5 .cbCanvasLayoutBody > .row.no-gutters.cbCanvasLayoutContent .cbUserListRowColumn,
  #cbUserTable.cbUserListDiv.cbUserListT_5 .cbCanvasLayoutBody > .row.no-gutters.cbCanvasLayoutContent .cb-memberlist_test,
  #cbUserTable.cbUserListDiv.cbUserListT_5 .cbCanvasLayoutBody > .row.no-gutters.cbCanvasLayoutContent .cbUserListFieldLine,
  #cbUserTable.cbUserListDiv.cbUserListT_5 .cbCanvasLayoutBody > .row.no-gutters.cbCanvasLayoutContent .cbUserListFL_cb_alter,
  #cbUserTable.cbUserListDiv.cbUserListT_5 .cbCanvasLayoutBody > .row.no-gutters.cbCanvasLayoutContent .cbListFieldCont{
    display: inline !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    white-space: nowrap !important;
  }

  #cbUserTable.cbUserListDiv.cbUserListT_5 .cbUserListFC_cb_alter{
    color: var(--is-ul-age-color) !important;
    font-size: .96em !important;
    font-weight: 400 !important;
  }
}

/* Mobile bis 767px. */
@media (max-width: 767px){

  #cbUserTable.cbUserListDiv.cbUserListT_5 .cbCanvasLayout{
    border-radius: var(--is-ul-card-r-mobile) !important;
    overflow: hidden !important;
  }

  #cbUserTable.cbUserListDiv.cbUserListT_5 .cbCanvasLayoutTop{
    display: block !important;
    position: relative !important;
    height: var(--is-ul-mobile-canvas-h) !important;
    min-height: var(--is-ul-mobile-canvas-h) !important;
    overflow: hidden !important;
  }

  #cbUserTable.cbUserListDiv.cbUserListT_5 .cbCanvasLayoutBackground{
    display: block !important;
    position: absolute !important;
    inset: 0 !important;
    height: 100% !important;
    min-height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  #cbUserTable.cbUserListDiv.cbUserListT_5 .cbCanvasLayoutBackground .cbImgCanvas,
  #cbUserTable.cbUserListDiv.cbUserListT_5 .cbCanvasLayoutBackground .cbThumbCanvas,
  #cbUserTable.cbUserListDiv.cbUserListT_5 .cbCanvasLayoutBackground .cbFullCanvas,
  #cbUserTable.cbUserListDiv.cbUserListT_5 .cbImgCanvas.cbImgCanvasInitial.cbThumbCanvas{
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
  }

  #cbUserTable.cbUserListDiv.cbUserListT_5 .cbCanvasLayoutBackground .cbThumbCanvas::after,
  #cbUserTable.cbUserListDiv.cbUserListT_5 .cbImgCanvas.cbImgCanvasInitial.cbThumbCanvas::after{
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background: rgba(0,0,0,.16) !important;
    pointer-events: none !important;
  }

  #cbUserTable.cbUserListDiv.cbUserListT_5 .cbCanvasLayoutBottom{
    position: relative !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  #cbUserTable.cbUserListDiv.cbUserListT_5 .cbCanvasLayoutPhoto{
    position: absolute !important;
    left: 50% !important;
    top: var(--is-ul-mobile-avatar-top) !important;
    transform: translateX(-50%) !important;

    width: var(--is-ul-mobile-avatar) !important;
    height: var(--is-ul-mobile-avatar) !important;

    z-index: 5 !important;
    margin: 0 !important;
    overflow: visible !important;
  }

  #cbUserTable.cbUserListDiv.cbUserListT_5 .cbCanvasLayoutPhoto > a,
  #cbUserTable.cbUserListDiv.cbUserListT_5 .cbCanvasLayoutPhoto > span{
    display: block !important;
    width: 100% !important;
    height: 100% !important;
  }

  #cbUserTable.cbUserListDiv.cbUserListT_5 .cbCanvasLayoutPhoto img.cbImgAvatar,
  #cbUserTable.cbUserListDiv.cbUserListT_5 .cbCanvasLayoutPhoto .cbImgCanvasInitial,
  #cbUserTable.cbUserListDiv.cbUserListT_5 .cbCanvasLayoutPhoto .cbThumbCanvas.cbImgCanvasInitial{
    display: block !important;
    width: var(--is-ul-mobile-avatar) !important;
    height: var(--is-ul-mobile-avatar) !important;
    object-fit: cover !important;

    border-radius: var(--is-ul-avatar-r-mobile) !important;
    border: 4px solid rgba(255,255,255,.96) !important;
    background: #fff !important;
    box-shadow: 0 10px 22px rgba(0,0,0,.14) !important;
  }

  #cbUserTable.cbUserListDiv.cbUserListT_5 .cbCanvasLayoutBody{
    display: flex !important;
    align-items: baseline !important;
    justify-content: center !important;
    flex-wrap: nowrap !important;
    gap: 0 !important;

    padding: 60px 10px 14px !important;
    margin: 0 !important;

    text-align: center !important;
    text-shadow: none !important;
    white-space: nowrap !important;
  }

  #cbUserTable.cbUserListDiv.cbUserListT_5 .cbCanvasLayoutBody > .text-truncate.cbCanvasLayoutContent{
    display: inline-flex !important;
    align-items: baseline !important;
    flex: 0 0 auto !important;

    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;

    margin: 0 !important;
    padding: 0 !important;

    overflow: visible !important;
    text-overflow: clip !important;
    white-space: nowrap !important;
  }

  #cbUserTable.cbUserListDiv.cbUserListT_5 .cbCanvasLayoutBody > .text-truncate.cbCanvasLayoutContent a{
    display: inline !important;
    white-space: nowrap !important;
    text-decoration: none !important;
    font-weight: 500 !important;
  }

  #cbUserTable.cbUserListDiv.cbUserListT_5 .cbCanvasLayoutBody > .text-truncate.cbCanvasLayoutContent a::after{
    content: "," !important;
    margin-right: var(--is-ul-name-gap-mobile) !important;
  }

  #cbUserTable.cbUserListDiv.cbUserListT_5 .cbCanvasLayoutBody > .row.no-gutters.cbCanvasLayoutContent{
    display: inline-flex !important;
    align-items: baseline !important;
    flex: 0 0 auto !important;

    width: auto !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;
    white-space: nowrap !important;
  }

  #cbUserTable.cbUserListDiv.cbUserListT_5 .cbCanvasLayoutBody > .row.no-gutters.cbCanvasLayoutContent,
  #cbUserTable.cbUserListDiv.cbUserListT_5 .cbCanvasLayoutBody > .row.no-gutters.cbCanvasLayoutContent .cbUserListRowColumn,
  #cbUserTable.cbUserListDiv.cbUserListT_5 .cbCanvasLayoutBody > .row.no-gutters.cbCanvasLayoutContent .cb-memberlist_test,
  #cbUserTable.cbUserListDiv.cbUserListT_5 .cbCanvasLayoutBody > .row.no-gutters.cbCanvasLayoutContent .cbUserListFieldLine,
  #cbUserTable.cbUserListDiv.cbUserListT_5 .cbCanvasLayoutBody > .row.no-gutters.cbCanvasLayoutContent .cbUserListFL_cb_alter,
  #cbUserTable.cbUserListDiv.cbUserListT_5 .cbCanvasLayoutBody > .row.no-gutters.cbCanvasLayoutContent .cbListFieldCont{
    display: inline !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    white-space: nowrap !important;
  }

  #cbUserTable.cbUserListDiv.cbUserListT_5 .cbUserListFC_cb_alter{
    color: var(--is-ul-age-color) !important;
    font-size: .96em !important;
    font-weight: 400 !important;
  }
}

/* Mobile: stabil immer 2 Spalten. */
@media (max-width: 767px){

  #cbUserTable.cbUserListDiv.cbUserListT_5{
    display: flex !important;
    flex-wrap: wrap !important;
    margin-left: calc(-1 * var(--is-ul-mobile-col-gap)) !important;
    margin-right: calc(-1 * var(--is-ul-mobile-col-gap)) !important;
  }

  #cbUserTable.cbUserListDiv.cbUserListT_5 > .cbUserListRow,
  #cbUserTable.cbUserListDiv.cbUserListT_5 .cbUserListRow{
    flex: 0 0 50% !important;
    width: 50% !important;
    max-width: 50% !important;

    padding-left: var(--is-ul-mobile-col-gap) !important;
    padding-right: var(--is-ul-mobile-col-gap) !important;
    padding-bottom: var(--is-ul-mobile-row-gap) !important;

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

/* Sehr kleine Geräte: 1 Spalte. */
@media (max-width: 339.98px){
  #cbUserTable.cbUserListDiv.cbUserListT_5 > .cbUserListRow,
  #cbUserTable.cbUserListDiv.cbUserListT_5 .cbUserListRow{
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}


/* ============================================================
   360) KUNENA – Briefsymbol entfernen
   ------------------------------------------------------------
   Entfernt Mail-/Envelope-Icons bei mailto-Links, wenn Kunena oder
   Bootstrap sie als Icon/Tooltip ausgibt.
   ============================================================ */

a[href^="mailto:"] .bi-envelope,
a[href^="mailto:"] svg.bi-envelope,
a[href^="mailto:"][data-bs-toggle="tooltip"]{
  display: none !important;
}


/* ============================================================
   370) BLOG HEADLINE – Basisregel
   ------------------------------------------------------------
   Bereitet Blog-Headlines für dekorative Unterstreichungen oder
   Pseudo-Elemente vor. Weitere Blog-/Amazon-Blöcke können in Part 3 folgen.
   ============================================================ */

.is-blog-headline .sppb-addon-title{
  position: relative;
  display: inline-block;
  padding-bottom: 6px;
}

/* ============================================================
   ENDE PART 2 / 3
   ------------------------------------------------------------
   Part 3 kann direkt hier anschließen.
   Erwarteter Anschluss:
   - Blog / Amazon Ads / End Nav
   - weitere Startseiten-, Blog- oder Affiliate-Blöcke
   ============================================================ */
/* ============================================================
   PART 3 / 3 – I-Single Community – custom.css
   Helix Ultimate / Joomla 5.x / Community Builder / SP Page Builder
   ------------------------------------------------------------
   Zweck dieses Parts:
   - Blog / Amazon Ads / End Navigation
   - Premium-Vergleich und Premium-Hide-Ads
   - Profil-Empfehlungen / Affiliate-Blöcke
   - Blog einreichen Formular
   - SP Page Builder Menü-Abstände
   - Selfie Upload + Selfie Tab
   - CB Gallery Aktionsleiste
   - Accessibility Launcher ausblenden
   - Landingpage Blog-Teaser
   - Blog Conversion Box
   - Blog Artikel Carousel
   - Social Landing Page
   - Social Header Icons
   - Blog Social Follow Block

   WICHTIG:
   - Regeln wurden inhaltlich NICHT optimiert, sondern sauberer kommentiert/geordnet.
   - Dieser Part schließt direkt an PART 2 / 3 an.
   ============================================================ */


/* ============================================================
   400) BLOG / AMAZON ADS / END NAV – Startblock
   ------------------------------------------------------------
   Inhalt:
   - Blog Textcard Headings
   - Blog End Button
   - Amazon Horizontal Ad Block
   - Premium Hide Ads
   ============================================================ */


/* ============================================================
   401) BLOG TEXTCARD HEADINGS
   ------------------------------------------------------------
   Verwendung:
   - Addon-Klasse: .is-blog-textcard
   - vereinheitlicht H2/H3 innerhalb der Textkarten
   ============================================================ */

.is-blog-textcard h2,
.is-blog-textcard h3,
.is-blog-textcard .sppb-addon-content h2,
.is-blog-textcard .sppb-addon-content h3{
  margin-top: 0;
  margin-bottom: 14px;
  font-weight: 600;
  line-height: 1.2;
}

/* Bild innerhalb einer Blog-Headline optisch als Premium-Bild darstellen. */
.is-blog-headline img{
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
  box-shadow:
    0 18px 45px rgba(15, 23, 42, 0.10),
    0 4px 14px rgba(15, 23, 42, 0.06);
}


/* ============================================================
   402) BLOG END BUTTON
   ------------------------------------------------------------
   Verwendung:
   - Klasse direkt am Link:
     a.sppb-btn.is-blog-endnav
   Ziel:
   - dezenter Zurück-/Weiter-Button am Artikelende
   ============================================================ */

a.sppb-btn.is-blog-endnav{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: auto !important;
  min-width: 220px;
  max-width: none !important;
  min-height: 46px;
  margin: 22px 0 26px;
  padding: 0 20px;

  border: 1px solid rgba(237, 20, 125, 0.18) !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  background-image: none !important;
  box-shadow: 0 10px 24px rgba(31, 35, 41, 0.08) !important;

  color: #2b2f33 !important;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none !important;

  transition:
    transform .18s ease,
    box-shadow .18s ease,
    border-color .18s ease,
    color .18s ease,
    background .18s ease;
}

a.sppb-btn.is-blog-endnav:hover,
a.sppb-btn.is-blog-endnav:focus{
  background: #ffffff !important;
  background-image: none !important;
  border-color: rgba(237, 20, 125, 0.40) !important;
  box-shadow: 0 14px 30px rgba(31, 35, 41, 0.12) !important;

  color: #ED147D !important;
  text-decoration: none !important;
  transform: translateY(-1px);
}


/* ============================================================
   403) AMAZON HORIZONTAL AD BLOCK
   ------------------------------------------------------------
   Verwendung:
   - Wrapper:
     .is-amz-horizontal.is-amz-horizontal--soft

   Ziel:
   - ruhig in den Blogfluss integriert
   - gleiche Grundanmutung wie Textkarten
   - 4er Grid Desktop / 2er Grid Tablet / 1 Spalte Mobile
   ============================================================ */

.is-amz-horizontal.is-amz-horizontal--soft{
  --is-amz-bg: #ffffff;
  --is-amz-card-bg: #ffffff;
  --is-amz-text: #2f3137;
  --is-amz-muted: #7f868f;
  --is-amz-border: rgba(31, 35, 41, 0.08);
  --is-amz-shadow: 0 6px 18px rgba(31, 35, 41, 0.04);
  --is-amz-shadow-hover: 0 10px 22px rgba(31, 35, 41, 0.07);
  --is-amz-pink: #ED147D;
  --is-amz-pink-hover: #d31371;

  width: 100%;
  max-width: none;
  margin: 18px 0 14px;
  padding: 18px 18px 14px;

  border: 1px solid rgba(31, 35, 41, 0.05);
  border-radius: 18px;
  background: var(--is-amz-bg);
  box-shadow: none;
}

.is-amz-horizontal.is-amz-horizontal--soft .is-amz-horizontal__label{
  margin-bottom: 8px;
  color: #949aa2;
  font-size: 12px;
  line-height: 1.4;
}

.is-amz-horizontal.is-amz-horizontal--soft .is-amz-horizontal__title{
  margin: 0 0 14px;

  color: var(--is-amz-text);
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.015em;
}

.is-amz-horizontal.is-amz-horizontal--soft .is-amz-horizontal__title span{
  color: #ef8ab8;
  font-weight: 500;
}

.is-amz-horizontal.is-amz-horizontal--soft .is-amz-horizontal__grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.is-amz-horizontal.is-amz-horizontal--soft .is-amz-horizontal__card{
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 14px;

  border: 1px solid var(--is-amz-border);
  border-radius: 16px;
  background: var(--is-amz-card-bg);
  box-shadow: var(--is-amz-shadow);

  text-decoration: none;

  transition:
    transform 0.16s ease,
    box-shadow 0.16s ease,
    border-color 0.16s ease;
}

.is-amz-horizontal.is-amz-horizontal--soft .is-amz-horizontal__card:hover,
.is-amz-horizontal.is-amz-horizontal--soft .is-amz-horizontal__card:focus{
  border-color: rgba(237, 20, 125, 0.10);
  box-shadow: var(--is-amz-shadow-hover);
  text-decoration: none;
  transform: translateY(-2px);
}

.is-amz-horizontal.is-amz-horizontal--soft .is-amz-horizontal__media{
  margin-bottom: 12px;
}

.is-amz-horizontal.is-amz-horizontal--soft .is-amz-horizontal__media img{
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;

  border-radius: 12px;
  background: #efebee;
}

.is-amz-horizontal.is-amz-horizontal--soft .is-amz-horizontal__body{
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.is-amz-horizontal.is-amz-horizontal--soft .is-amz-horizontal__name{
  margin-bottom: 6px;

  color: var(--is-amz-text);
  font-size: clamp(15px, 1.2vw, 20px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.is-amz-horizontal.is-amz-horizontal--soft .is-amz-horizontal__desc{
  margin-bottom: 14px;

  color: var(--is-amz-muted);
  font-size: clamp(14px, 0.95vw, 16px);
  line-height: 1.45;
}

.is-amz-horizontal.is-amz-horizontal--soft .is-amz-horizontal__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  min-height: 40px;
  padding: 0 16px;

  border-radius: 999px;
  background: var(--is-amz-pink);
  box-shadow: 0 6px 14px rgba(237, 20, 125, 0.14);

  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-align: center;

  transition:
    transform 0.16s ease,
    background-color 0.16s ease,
    box-shadow 0.16s ease;
}

.is-amz-horizontal.is-amz-horizontal--soft .is-amz-horizontal__card:hover .is-amz-horizontal__btn,
.is-amz-horizontal.is-amz-horizontal--soft .is-amz-horizontal__card:focus .is-amz-horizontal__btn{
  background: var(--is-amz-pink-hover);
  box-shadow: 0 8px 18px rgba(237, 20, 125, 0.18);
  transform: translateY(-1px);
}

.is-amz-horizontal.is-amz-horizontal--soft .is-amz-horizontal__morewrap{
  margin-top: 14px;
  text-align: center;
}

.is-amz-horizontal.is-amz-horizontal--soft .is-amz-horizontal__more{
  display: inline-flex;
  align-items: center;
  gap: 8px;

  color: #8b9098;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.is-amz-horizontal.is-amz-horizontal--soft .is-amz-horizontal__more:hover,
.is-amz-horizontal.is-amz-horizontal--soft .is-amz-horizontal__more:focus{
  color: var(--is-amz-pink);
  text-decoration: none;
}

.is-amz-horizontal.is-amz-horizontal--soft + *{
  margin-top: 10px !important;
}

/* Tablet: 2 Spalten. */
@media (max-width: 1180px){
  .is-amz-horizontal.is-amz-horizontal--soft .is-amz-horizontal__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Mobile: 1 Spalte. */
@media (max-width: 767.98px){
  .is-amz-horizontal.is-amz-horizontal--soft{
    margin: 16px 0 12px;
    padding: 14px 14px 12px;
    border-radius: 16px;
  }

  .is-amz-horizontal.is-amz-horizontal--soft .is-amz-horizontal__label{
    margin-bottom: 6px;
    font-size: 11px;
  }

  .is-amz-horizontal.is-amz-horizontal--soft .is-amz-horizontal__title{
    margin-bottom: 12px;
    font-size: 26px;
  }

  .is-amz-horizontal.is-amz-horizontal--soft .is-amz-horizontal__grid{
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .is-amz-horizontal.is-amz-horizontal--soft .is-amz-horizontal__card{
    padding: 12px;
    border-radius: 14px;
  }

  .is-amz-horizontal.is-amz-horizontal--soft .is-amz-horizontal__media{
    margin-bottom: 10px;
  }

  .is-amz-horizontal.is-amz-horizontal--soft .is-amz-horizontal__media img{
    border-radius: 10px;
  }

  .is-amz-horizontal.is-amz-horizontal--soft .is-amz-horizontal__name{
    font-size: 18px;
  }

  .is-amz-horizontal.is-amz-horizontal--soft .is-amz-horizontal__desc{
    margin-bottom: 12px;
    font-size: 15px;
  }

  .is-amz-horizontal.is-amz-horizontal--soft .is-amz-horizontal__btn{
    width: 100%;
    min-height: 42px;
    font-size: 14px;
  }

  .is-amz-horizontal.is-amz-horizontal--soft .is-amz-horizontal__more{
    font-size: 13px;
  }
}


/* ============================================================
   404) PREMIUM HIDE ADS
   ------------------------------------------------------------
   Voraussetzung:
   Premium-User bekommen am <body> die Klasse .is-premium.

   Ziel:
   - Amazon-Werbeblöcke ausblenden
   - Profil-Empfehlungstab ausblenden
   ============================================================ */

body.is-premium .is-amz-horizontal{
  display: none !important;
}
body.is-premium .is-profile-reco-tab{
  display: none !important;
}


/* ============================================================
   410) PREMIUM VERGLEICH – Clean + Modern
   ------------------------------------------------------------
   Verwendung:
   - Vergleichsbox für Free vs. Premium
   - Highlight Card für Premium-Plan
   ============================================================ */

.is-premium-box{
  margin: 10px 0 20px;
}

.is-premium-intro{
  margin: 6px 0 18px;
  color: #6f7780;
  font-size: 15px;
}

.is-premium-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 14px;
}

.is-premium-card{
  padding: 16px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(31,35,41,.08);
  box-shadow: 0 8px 20px rgba(31,35,41,.06);
}

.is-premium-card--highlight{
  border-color: rgba(237,20,125,.25);
  box-shadow: 0 10px 24px rgba(237,20,125,.12);
}

.is-premium-card h3{
  margin: 0 0 10px;
  font-size: 18px;
}

.is-premium-card ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

.is-premium-card li{
  margin: 6px 0;
  font-size: 14px;
  color: #4f5862;
}

.is-premium-note{
  margin-top: 16px;
  font-size: 14px;
  color: #6f7780;
}

@media (max-width: 767px){
  .is-premium-grid{
    grid-template-columns: 1fr;
  }
}


/* ============================================================
   420) PROFIL EMPFEHLUNGEN / ROHFORM
   ------------------------------------------------------------
   Einsatz:
   - CB Profil-Tab / HTML-Feld
   - kompakter mobiler Empfehlungsblock
   - bewusst ohne große Produktbilder
   ============================================================ */

.is-profile-reco-box{
  margin: 0;
  padding: 18px;
  border: 1px solid rgba(237, 20, 125, 0.16);
  border-radius: 18px;
  background: linear-gradient(180deg, #fff8fc 0%, #fff3f8 100%);
  box-shadow: 0 10px 24px rgba(31, 35, 41, 0.05);
}

.is-profile-reco-box__top{
  margin-bottom: 14px;
}

.is-profile-reco-box__eyebrow{
  display: inline-block;
  margin-bottom: 8px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(237, 20, 125, 0.08);
  color: #ED147D;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.is-profile-reco-box__title{
  margin: 0 0 8px;
  color: #2b2f33;
  font-size: clamp(22px, 2.1vw, 30px);
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -0.01em;
}

.is-profile-reco-box__note{
  margin: 0;
  color: #8b9098;
  font-size: 12px;
  line-height: 1.45;
}

.is-profile-reco-box__grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.is-profile-reco-item{
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(31, 35, 41, 0.08);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(31, 35, 41, 0.04);
  text-decoration: none;
  transition:
    transform 0.16s ease,
    box-shadow 0.16s ease,
    border-color 0.16s ease;
}

.is-profile-reco-item:hover,
.is-profile-reco-item:focus{
  transform: translateY(-2px);
  border-color: rgba(237, 20, 125, 0.22);
  box-shadow: 0 12px 22px rgba(31, 35, 41, 0.07);
  text-decoration: none;
}

.is-profile-reco-item__icon{
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(237, 20, 125, 0.08);
  font-size: 20px;
  line-height: 1;
}

.is-profile-reco-item__body{
  flex: 1 1 auto;
  min-width: 0;
}

.is-profile-reco-item__name{
  margin-bottom: 4px;
  color: #2b2f33;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}

.is-profile-reco-item__desc{
  color: #6f7780;
  font-size: 14px;
  line-height: 1.45;
}

.is-profile-reco-item__cta{
  flex: 0 0 auto;
  align-self: center;
  margin-left: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #ED147D;
  box-shadow: 0 8px 18px rgba(237, 20, 125, 0.16);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  transition:
    background-color 0.16s ease,
    transform 0.16s ease,
    box-shadow 0.16s ease;
}

.is-profile-reco-item:hover .is-profile-reco-item__cta,
.is-profile-reco-item:focus .is-profile-reco-item__cta{
  background: #d31371;
  box-shadow: 0 10px 20px rgba(237, 20, 125, 0.20);
  transform: translateY(-1px);
}

@media (max-width: 991.98px){
  .is-profile-reco-box__grid{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px){
  .is-profile-reco-box{
    padding: 14px;
    border-radius: 16px;
  }

  .is-profile-reco-box__title{
    font-size: 24px;
  }

  .is-profile-reco-item{
    gap: 10px;
    padding: 12px;
    flex-wrap: wrap;
  }

  .is-profile-reco-item__icon{
    width: 38px;
    height: 38px;
    border-radius: 10px;
    font-size: 18px;
  }

  .is-profile-reco-item__name{
    font-size: 15px;
  }

  .is-profile-reco-item__desc{
    font-size: 13px;
  }

  .is-profile-reco-item__cta{
    width: 100%;
    margin-left: 0;
    margin-top: 6px;
    text-align: center;
    justify-content: center;
    min-height: 40px;
  }
}


/* ============================================================
   430) BLOG EINREICHEN FORMULAR – FINAL / CLEAN / MOBILE FIRST
   ------------------------------------------------------------
   Verwendung:
   - Formularseite für Blogbeiträge
   - Intro, Formularpanel und Hinweise jeweils als eigene Box
   ============================================================ */

.is-blog-submit-form,
.is-blog-submit-intro,
.is-blog-submit-panel,
.is-blog-submit-notes{
  --is-form-bg: #fff8fb;
  --is-form-card-bg: #fffdfd;
  --is-form-border: rgba(237, 20, 125, 0.14);
  --is-form-border-strong: rgba(237, 20, 125, 0.22);

  --is-input-bg: #ffffff;
  --is-input-border: #d8dee6;
  --is-input-border-focus: rgba(237, 20, 125, 0.50);

  --is-text: #24303d;
  --is-muted: #6d7884;
  --is-pink: #ED147D;

  --is-radius-xl: 22px;
  --is-radius-lg: 18px;
  --is-radius-md: 14px;
  --is-radius-pill: 999px;

  --is-shadow-soft: 0 10px 26px rgba(31, 35, 41, 0.06);
  --is-shadow-focus: 0 0 0 4px rgba(237, 20, 125, 0.10);
  --is-shadow-btn: 0 10px 24px rgba(31, 35, 41, 0.06);
}

.is-blog-submit-intro,
.is-blog-submit-panel,
.is-blog-submit-notes{
  border: 1px solid var(--is-form-border);
  border-radius: var(--is-radius-xl);
  box-shadow: var(--is-shadow-soft);
}

.is-blog-submit-intro{
  background: var(--is-form-card-bg);
  padding: 20px 18px;
  margin-bottom: 14px;
}

.is-blog-submit-panel{
  background: var(--is-form-bg);
  padding: 18px 16px;
  margin-bottom: 14px;
}

.is-blog-submit-notes{
  background: var(--is-form-card-bg);
  padding: 18px 18px 16px;
}

.is-blog-submit-notes strong{
  display: block;
  margin-bottom: 10px;
  font-size: 1.05rem;
  color: var(--is-text);
}

.is-blog-submit-notes ul{
  margin: 0;
  padding-left: 20px;
}

.is-blog-submit-notes li{
  margin-bottom: 8px;
  color: var(--is-text);
  line-height: 1.55;
}

.is-blog-submit-form{
  color: var(--is-text);
}

.is-blog-submit-intro h2,
.is-blog-submit-intro h3,
.is-blog-submit-intro h4,
.is-blog-submit-panel h2,
.is-blog-submit-panel h3,
.is-blog-submit-panel h4,
.is-blog-submit-notes h2,
.is-blog-submit-notes h3,
.is-blog-submit-notes h4{
  margin: 0 0 12px;
  color: var(--is-text);
  line-height: 1.25;
}

.is-blog-submit-intro p,
.is-blog-submit-panel p,
.is-blog-submit-notes p{
  margin: 0 0 12px;
  line-height: 1.7;
  color: var(--is-text);
}

.is-blog-submit-intro p:last-child{
  margin-bottom: 0;
}

.is-blog-submit-form label,
.is-blog-submit-form .sppb-form-group-label{
  display: inline-block;
  margin-bottom: 8px;
  color: var(--is-text);
  font-weight: 600;
  font-size: 15px;
  line-height: 1.45;
}

.is-blog-submit-form .sppb-form-group,
.is-blog-submit-form .sppb-form-control-group,
.is-blog-submit-form .sppb-form-builder-field{
  margin-bottom: 16px;
}

.is-blog-submit-form input[type="text"],
.is-blog-submit-form input[type="email"],
.is-blog-submit-form input[type="number"],
.is-blog-submit-form select,
.is-blog-submit-form textarea,
.is-blog-submit-form .form-control{
  width: 100%;
  min-height: 50px;
  background: var(--is-input-bg);
  color: var(--is-text);
  border: 1px solid var(--is-input-border) !important;
  border-radius: var(--is-radius-md) !important;
  padding: 12px 14px;
  box-shadow: none !important;
  font-size: 16px;
  line-height: 1.45;
  transition:
    border-color .18s ease,
    box-shadow .18s ease,
    background .18s ease;
}

.is-blog-submit-form textarea{
  min-height: 220px;
  resize: vertical;
  padding-top: 14px;
}

.is-blog-submit-form input::placeholder,
.is-blog-submit-form textarea::placeholder{
  color: #96a0ab;
  opacity: 1;
}

.is-blog-submit-form select{
  appearance: auto;
}

.is-blog-submit-form input:focus,
.is-blog-submit-form select:focus,
.is-blog-submit-form textarea:focus,
.is-blog-submit-form .form-control:focus{
  outline: none;
  border-color: var(--is-input-border-focus) !important;
  box-shadow: var(--is-shadow-focus) !important;
  background: #fff;
}

.is-blog-submit-form small,
.is-blog-submit-form .form-text,
.is-blog-submit-form .sppb-form-help-text{
  display: block;
  margin-top: 7px;
  color: var(--is-muted);
  font-size: 14px;
  line-height: 1.55;
}

.is-blog-submit-form input[type="checkbox"]{
  width: 19px;
  height: 19px;
  margin: 0 9px 0 0;
  vertical-align: middle;
  accent-color: var(--is-pink);
}

.is-blog-submit-form .sppb-form-check,
.is-blog-submit-form .sppb-form-group-checkbox,
.is-blog-submit-form .sppb-checkbox-wrap{
  margin-bottom: 14px;
}

.is-blog-submit-form .sppb-form-check label,
.is-blog-submit-form .sppb-form-group-checkbox label,
.is-blog-submit-form .sppb-checkbox-wrap label{
  display: inline;
  font-weight: 400;
  color: var(--is-text);
  font-size: 15px;
  line-height: 1.65;
}


/* ============================================================
   431) BLOG SUBMIT BUTTON – feste Button-ID
   ------------------------------------------------------------
   Hinweis:
   Dieser Block nutzt bewusst die echte Button-ID, weil der
   SP Page Builder Button sonst zu stark übersteuert.
   ============================================================ */

.is-blog-submit-form .sppb-form-builder-btn{
  margin-top: 26px !important;
}

button#btn-d71b812f-d512-4bc7-b931-ca3306fa70b8{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  min-height: 54px !important;
  padding: 0 24px !important;
  margin-top: 0 !important;

  background: #fffdfd !important;
  background-image: none !important;
  color: #24303d !important;

  border: 1.5px solid rgba(237, 20, 125, 0.22) !important;
  border-radius: 999px !important;

  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
  text-align: center !important;

  box-shadow: 0 10px 24px rgba(31, 35, 41, 0.06) !important;
  transition:
    transform .18s ease,
    box-shadow .18s ease,
    border-color .18s ease,
    background .18s ease,
    color .18s ease !important;
}

button#btn-d71b812f-d512-4bc7-b931-ca3306fa70b8:hover,
button#btn-d71b812f-d512-4bc7-b931-ca3306fa70b8:focus{
  transform: translateY(-1px) !important;
  background: #ffffff !important;
  background-image: none !important;
  color: #1f2a36 !important;
  border-color: rgba(237, 20, 125, 0.34) !important;
  box-shadow: 0 14px 28px rgba(31, 35, 41, 0.08) !important;
  outline: none !important;
}

button#btn-d71b812f-d512-4bc7-b931-ca3306fa70b8:active{
  transform: translateY(0) !important;
  box-shadow: 0 8px 18px rgba(31, 35, 41, 0.06) !important;
}

@media (max-width: 767.98px){
  button#btn-d71b812f-d512-4bc7-b931-ca3306fa70b8{
    width: 100% !important;
    min-height: 52px !important;
    padding: 0 20px !important;
    font-size: 16px !important;
  }
}

.is-blog-submit-form a{
  color: #1f5fd6;
  text-underline-offset: 2px;
}

.is-blog-submit-form a:hover,
.is-blog-submit-form a:focus{
  color: #174eb0;
}

@media (max-width: 767.98px){

  .is-blog-submit-intro,
  .is-blog-submit-panel,
  .is-blog-submit-notes{
    border-radius: 18px;
  }

  .is-blog-submit-intro{
    padding: 18px 16px;
  }

  .is-blog-submit-panel{
    padding: 16px 14px;
  }

  .is-blog-submit-notes{
    padding: 16px 16px 14px;
  }

  .is-blog-submit-intro h2,
  .is-blog-submit-intro h3,
  .is-blog-submit-panel h2,
  .is-blog-submit-panel h3{
    font-size: 1.28rem;
  }

  .is-blog-submit-intro p,
  .is-blog-submit-panel p,
  .is-blog-submit-notes p{
    font-size: 15px;
  }

  .is-blog-submit-form input[type="text"],
  .is-blog-submit-form input[type="email"],
  .is-blog-submit-form input[type="number"],
  .is-blog-submit-form select,
  .is-blog-submit-form textarea,
  .is-blog-submit-form .form-control{
    min-height: 48px;
    font-size: 16px;
  }

  .is-blog-submit-form textarea{
    min-height: 200px;
  }

  .is-blog-submit-form .btn,
  .is-blog-submit-form .sppb-btn,
  .is-blog-submit-form .sppb-btn.sppb-btn-primary,
  .is-blog-submit-form button,
  .is-blog-submit-form input[type="submit"]{
    width: 100%;
    min-height: 52px;
    padding: 0 20px;
  }
}

@media (min-width: 768px){

  .is-blog-submit-intro{
    padding: 24px 24px 22px;
  }

  .is-blog-submit-panel{
    padding: 22px 22px 20px;
  }

  .is-blog-submit-notes{
    padding: 22px 22px 18px;
  }
}


/* ============================================================
   440) SP PAGE BUILDER MENÜ – feste ruhige Abstände
   ------------------------------------------------------------
   Ziel:
   - Navigation im SPB-Addon horizontal stabilisieren
   - keine unerwarteten Abstände / kein Wrap
   ============================================================ */

.addon-root-navigation nav #nav-menu{
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 32px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  flex-wrap: nowrap !important;
}

.addon-root-navigation nav #nav-menu > li{
  margin: 0 !important;
  padding: 0 !important;
  flex: 0 0 auto !important;
}

.addon-root-navigation nav #nav-menu > li > a{
  display: inline-block !important;
  margin: 0 !important;
  padding: 0 !important;
  white-space: nowrap !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
  text-decoration: none !important;
}


/* ============================================================
   450) AFFILIATE BOX – ohne Bild / Clean Premium
   ------------------------------------------------------------
   Ziel:
   - kompakte Werbe-/Affiliate-Box ohne Bild
   - Label „Werbung“ als Pill
   ============================================================ */

.is-affiliate-box{
  position: relative;
  background: #fff;
  border-radius: 16px;
  padding: 20px 20px 18px;
  margin: 20px 0;

  border: 1px solid rgba(237, 20, 125, 0.12);
  box-shadow: 0 10px 26px rgba(31, 35, 41, 0.06);

  transition: all .25s ease;
}

.is-affiliate-box:hover{
  box-shadow: 0 16px 38px rgba(31, 35, 41, 0.10);
  transform: translateY(-2px);
}

.is-affiliate-label{
  position: absolute;
  top: -10px;
  left: 16px;

  background: #ED147D;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;

  padding: 4px 10px;
  border-radius: 999px;

  box-shadow: 0 6px 14px rgba(237, 20, 125, 0.25);
}

.is-affiliate-text{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.is-affiliate-text h4{
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #24303d;
}

.is-affiliate-text p{
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: #5c6670;
}

.is-affiliate-text a{
  align-self: flex-start;

  margin-top: 6px;
  padding: 8px 14px;

  font-size: 13px;
  font-weight: 500;
  text-decoration: none;

  color: #24303d;
  background: #fffdfd;

  border: 1.5px solid rgba(237, 20, 125, 0.22);
  border-radius: 999px;

  transition: all .2s ease;
}

.is-affiliate-text a:hover{
  color: #ED147D;
  border-color: rgba(237, 20, 125, 0.40);
  box-shadow: 0 10px 24px rgba(31, 35, 41, 0.10);
  transform: translateY(-1px);
}


/* ============================================================
   460) CB PROFIL BEARBEITEN – Selfie Upload / Custom File UI
   ------------------------------------------------------------
   Ziel:
   - native Dateiauswahl ausblenden
   - eigenes File-UI behalten
   - Selfie-Feld optisch wie Avatar-Upload darstellen
   ============================================================ */

@media (max-width: 768px){
  #cbimagefile_upload_cb_ich .is-fileui{
    display: none !important;
  }
}

#cbimagefile_upload_cb_selfie input[type="file"][name="cb_selfie__file"]{
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

#cbimagefile_upload_cb_selfie > div:nth-of-type(2){
  text-align: center !important;
}

#cbimagefile_upload_cb_selfie .is-fileui{
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  gap: 8px;
  margin-top: 6px;
}

#cbimagefile_upload_cb_selfie .is-fileui__btn{
  width: min(320px, 100%) !important;
  min-height: 44px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.15);
  background: #f1f3f5;
  color: #111;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto !important;
  cursor: pointer;
}

#cbimagefile_upload_cb_selfie .is-fileui__name{
  width: min(320px, 100%) !important;
  margin: 0 auto !important;
  font-size: 13px;
  line-height: 1.35;
  color: rgba(0,0,0,.65);
  overflow-wrap: anywhere;
  text-align: center !important;
}

/* Selfie-Feld komplett mittig. */
.cbEditProfile #cbfr_201,
.cbEditProfile #cbfr_201 .cb_field,
.cbEditProfile #cbfr_201 #cbfv_201{
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  text-align: center !important;
}

.cbEditProfile #cbfr_201 img.cbFullPict,
.cbEditProfile #cbfr_201 .cbImgPict{
  display: block !important;
  margin: 0 auto 14px auto !important;
  float: none !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
}

.cbEditProfile #cbfr_201 .cbImageFieldChoice,
.cbEditProfile #cbfr_201 .cbImageFieldUpload{
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

.cbEditProfile #cbfr_201 select{
  width: min(320px, 100%) !important;
  margin: 0 auto !important;
}

#cbimagefile_upload_cb_selfie{
  width: 100% !important;
  max-width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

#cbimagefile_upload_cb_selfie > *{
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  flex: none !important;
}

#cbimagefile_upload_cb_selfie > .mb-2,
#cbimagefile_upload_cb_selfie > .mt-2{
  display: none !important;
}

#cbimagefile_upload_cb_selfie > div:nth-of-type(2){
  text-align: center !important;
}

#cbimagefile_upload_cb_selfie::before{
  content: "Tipp: Bitte nutze ein klares Foto (JPG/PNG/WebP). Danach speichern.";
  display: block;
  width: 100%;
  max-width: 360px;
  margin: 6px auto 10px auto;
  font-size: 13px;
  line-height: 1.35;
  color: rgba(0,0,0,.65);
  text-align: center;
}

#cbimagefile_upload_cb_selfie input[type="file"][name="cb_selfie__file"]{
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

#cbimagefile_upload_cb_selfie .is-fileui{
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  gap: 8px;
  margin-top: 6px;
}

#cbimagefile_upload_cb_selfie .is-fileui__btn{
  width: min(320px, 100%) !important;
  min-height: 44px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.15);
  background: #f1f3f5;
  color: #111;
  font-weight: 800;
  text-decoration: none;
  user-select: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto !important;
  cursor: pointer;
}

#cbimagefile_upload_cb_selfie .is-fileui__name{
  width: min(320px, 100%) !important;
  margin: 0 auto !important;
  font-size: 13px;
  line-height: 1.35;
  color: rgba(0,0,0,.65);
  overflow-wrap: anywhere;
  text-align: center !important;
}

.cbEditProfile #cbfr_201 .row,
.cbEditProfile #cbfr_201 [class*="col-"],
.cbEditProfile #cbfr_201 .form-group{
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}


/* ============================================================
   461) SELFIE TAB – Frontend Highlight-Foto
   ------------------------------------------------------------
   Nur Feld #cbfr_201.
   Ziel:
   - Selfie im Profil-Tab als Highlight-Foto darstellen
   - Mobile und Desktop getrennt feinjustiert
   ============================================================ */

@media (max-width: 768px){

  .cbProfile #cbfr_201,
  .cbProfile #cbfr_201 .cb_field,
  .cbProfile #cbfr_201 #cbfv_201{
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: center !important;
    width: 100% !important;
  }

  .cbProfile #cbfr_201.row,
  .cbProfile #cbfr_201 [class*="col-"],
  .cbProfile #cbfr_201 .form-group{
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .cbProfile #cbfv_201{
    width: 100% !important;
  }

  .cbProfile #cbfr_201 img.cbImgPict.cbFullPict{
    display: block !important;
    width: min(100%, 380px) !important;
    max-width: 380px !important;
    height: auto !important;
    margin: 0 auto !important;
    border-radius: 18px !important;
    object-fit: cover !important;
    box-shadow: 0 10px 26px rgba(31, 35, 41, 0.14) !important;
  }
}

@media (min-width: 769px){

  .cbProfile #cbfr_201,
  .cbProfile #cbfr_201 .cb_field,
  .cbProfile #cbfr_201 #cbfv_201{
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: center !important;
    width: 100% !important;
  }

  .cbProfile #cbfr_201.row,
  .cbProfile #cbfr_201 [class*="col-"],
  .cbProfile #cbfr_201 .form-group{
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .cbProfile #cbfv_201{
    width: 100% !important;
  }

  .cbProfile #cbfr_201 img.cbImgPict.cbFullPict{
    display: block !important;
    width: min(100%, 520px) !important;
    max-width: 520px !important;
    height: auto !important;
    margin: 0 auto !important;
    border-radius: 22px !important;
    object-fit: cover !important;
    box-shadow: 0 12px 30px rgba(31, 35, 41, 0.14) !important;
  }
}

/* Desktop Feinschliff: Luft, Card-Look und Hover. */
@media (min-width: 769px){

  .cbProfile #cbfr_201{
    padding: 12px 0 !important;
  }

  .cbProfile #cbfv_201{
    background: #fff;
    padding: 14px;
    border-radius: 26px;
    box-shadow: 0 8px 24px rgba(31, 35, 41, 0.06);
  }

  .cbProfile #cbfr_201 img.cbImgPict.cbFullPict{
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }

  .cbProfile #cbfr_201 img.cbImgPict.cbFullPict:hover{
    transform: translateY(-2px);
    box-shadow: 0 16px 38px rgba(31, 35, 41, 0.18);
  }
}


/* ============================================================
   470) CB GALLERY – Like / Kommentar unter Bildern mittig
   ------------------------------------------------------------
   Ziel:
   - Aktionsleiste unter Gallery-Bildern zentrieren
   - Like- und Kommentarbuttons kompakt halten
   ============================================================ */

.galleryItemContainerHeader .galleryItemContainerActivity{
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 14px !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

.galleryItemContainerHeader .galleryItemContainerActivityLikes,
.galleryItemContainerHeader .galleryItemContainerActivityComments{
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

.galleryItemContainerHeader .galleryItemContainerActivity .btn{
  width: auto !important;
  min-width: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  margin: 0 !important;
  white-space: nowrap !important;
}

.galleryItemContainerHeader .galleryItemContainerActivityComments .btn,
.galleryItemContainerHeader .galleryItemContainerActivityLikes .btn,
.galleryItemContainerHeader .galleryItemContainerActivity .w-100{
  width: auto !important;
  flex: 0 0 auto !important;
}

.galleryItemContainerHeader .galleryItemContainerActivity .fa{
  line-height: 1 !important;
}

@media (max-width: 767.98px){
  .galleryItemContainerHeader .galleryItemContainerActivity{
    gap: 10px !important;
  }

  .galleryItemContainerHeader .galleryItemContainerActivity .btn{
    padding: 6px 10px !important;
    font-size: 14px !important;
  }
}


/* ============================================================
   480) ACCESSIBILITY FLOATING ICON ausblenden
   ------------------------------------------------------------
   Plugin bleibt aktiv, nur der Launcher wird global versteckt.
   ============================================================ */

._access-icon{
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}


/* ============================================================
   490) LANDINGPAGE BLOG-TEASER
   ------------------------------------------------------------
   Addon: #sppb-addon-1776577974602
   Ziel:
   - nur Überschrift + CTA aufhübschen
   - Karten selbst bleiben unangetastet
   ============================================================ */

#sppb-addon-1776577974602{
  position: relative;
}

#sppb-addon-1776577974602 .sppb-addon-content{
  position: relative;
  padding-top: 8px;
}

#sppb-addon-1776577974602 .sppb-addon-title{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px 0 !important;
  padding: 0 0 10px 0;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.15;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #24303d;
  position: relative;
}

#sppb-addon-1776577974602 .sppb-addon-title::before{
  content: "";
  width: 6px;
  height: 30px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ED147D 0%, #ff6aac 100%);
  box-shadow: 0 6px 18px rgba(237, 20, 125, 0.20);
  flex: 0 0 auto;
}

#sppb-addon-1776577974602 .sppb-addon-title::after{
  content: "";
  position: absolute;
  left: 0;
  right: -8px;
  bottom: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(237, 20, 125, 0.24) 0%,
    rgba(237, 20, 125, 0.10) 35%,
    rgba(237, 20, 125, 0.00) 100%
  );
}

#sppb-addon-1776577974602 .sppb-addon-article-layout-editorial-row{
  margin-bottom: 28px;
}

#sppb-addon-1776577974602 #btn-1776577974602{
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: min(100%, 320px);
  min-height: 56px;
  margin: 8px auto 0 !important;
  padding: 14px 24px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, #ff3aa0 0%, #ED147D 100%) !important;
  color: #fff !important;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none !important;
  text-align: center;
  box-shadow:
    0 14px 30px rgba(237, 20, 125, 0.28),
    0 4px 10px rgba(31, 35, 41, 0.10);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    filter 0.18s ease;
}

#sppb-addon-1776577974602 #btn-1776577974602:hover,
#sppb-addon-1776577974602 #btn-1776577974602:focus{
  color: #fff !important;
  text-decoration: none !important;
  transform: translateY(-1px);
  filter: saturate(1.03);
  box-shadow:
    0 18px 34px rgba(237, 20, 125, 0.32),
    0 6px 14px rgba(31, 35, 41, 0.12);
}

#sppb-addon-1776577974602 #btn-1776577974602:focus-visible{
  outline: 3px solid rgba(237, 20, 125, 0.22);
  outline-offset: 3px;
}

@media (max-width: 991.98px){
  #sppb-addon-1776577974602 .sppb-addon-title{
    margin-bottom: 16px !important;
    font-size: clamp(24px, 4.4vw, 34px);
  }

  #sppb-addon-1776577974602 .sppb-addon-title::before{
    height: 26px;
  }

  #sppb-addon-1776577974602 .sppb-addon-article-layout-editorial-row{
    margin-bottom: 24px;
  }
}

@media (max-width: 767.98px){
  #sppb-addon-1776577974602 .sppb-addon-title{
    gap: 8px;
    margin-bottom: 14px !important;
    padding-bottom: 8px;
    font-size: 26px;
    line-height: 1.18;
  }

  #sppb-addon-1776577974602 .sppb-addon-title::before{
    width: 5px;
    height: 24px;
  }

  #sppb-addon-1776577974602 .sppb-addon-article-layout-editorial-row{
    margin-bottom: 20px;
  }

  #sppb-addon-1776577974602 #btn-1776577974602{
    width: min(100%, 100%);
    min-height: 54px;
    font-size: 16px;
  }
}


/* ============================================================
   491) SPPB ARTICLES „MEHR SEHEN“ Button
   ------------------------------------------------------------
   Ziel:
   - Load-More Button als pinke Pill-CTA darstellen
   ============================================================ */

.sppb-addon-articles__pagination{
  display: flex !important;
  justify-content: center !important;
  margin-top: 26px !important;
}

.sppb-addon-articles__pagination button[data-sppb-articles-load-more-button]{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  min-width: 320px !important;
  height: 58px !important;
  padding: 0 38px !important;

  border: none !important;
  border-radius: 999px !important;

  background: #ed147d !important;
  color: #fff !important;

  font-size: 17px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-align: center !important;

  box-shadow:
    0 16px 30px rgba(237, 20, 125, 0.28),
    0 6px 14px rgba(0, 0, 0, 0.10) !important;

  cursor: pointer !important;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease !important;
}

.sppb-addon-articles__pagination button[data-sppb-articles-load-more-button]:hover{
  transform: translateY(-1px) !important;
  filter: brightness(1.03) !important;
  box-shadow:
    0 20px 36px rgba(237, 20, 125, 0.34),
    0 8px 18px rgba(0, 0, 0, 0.12) !important;
}

.sppb-addon-articles__pagination button[data-sppb-articles-load-more-button]:active{
  transform: scale(.98) !important;
}

@media (max-width: 575px){
  .sppb-addon-articles__pagination button[data-sppb-articles-load-more-button]{
    width: 100% !important;
    min-width: 0 !important;
    max-width: 320px !important;
  }
}


/* ============================================================
   500) BLOG CONVERSION BOX
   ------------------------------------------------------------
   Einsatz:
   - Artikel-Ende CTA zur Registrierung
   - optionaler Shop-Link unter CTA
   ============================================================ */

.is-blog-conversion{
  max-width: 920px;
  margin: 28px auto 30px;
  padding: 28px 26px;
  background: #fff;
  border: 1px solid rgba(237, 20, 125, 0.16);
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(33, 37, 41, 0.08);
  text-align: center;
}

.is-blog-conversion__eyebrow{
  display: inline-flex;
  margin-bottom: 10px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(237, 20, 125, 0.08);
  color: #ED147D;
  font-size: 13px;
  font-weight: 700;
}

.is-blog-conversion__title{
  margin: 0 0 10px;
  color: #2f3338;
  font-size: 28px;
  line-height: 1.18;
  font-weight: 800;
}

.is-blog-conversion__text{
  max-width: 680px;
  margin: 0 auto 12px;
  color: #5f6b76;
  font-size: 16px;
  line-height: 1.7;
}

.is-blog-conversion__sub{
  max-width: 680px;
  margin: 0 auto 22px;
  color: #39424e;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 600;
}

.is-blog-conversion__cta{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 28px;
  border-radius: 999px;
  background: #ED147D;
  color: #fff !important;
  font-weight: 800;
  text-decoration: none !important;
  box-shadow: 0 12px 26px rgba(237, 20, 125, 0.24);
}

.is-blog-conversion__cta:hover,
.is-blog-conversion__cta:focus{
  background: #d91170;
  color: #fff !important;
  transform: translateY(-1px);
}

.is-blog-conversion__shop {
  display: inline-block;
  margin-top: 14px;
  color: #ed147d !important;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  opacity: 0.88;
}

.is-blog-conversion__shop:hover {
  opacity: 1;
  text-decoration: underline !important;
}

@media (max-width: 575.98px){
  .is-blog-conversion{
    margin: 22px auto 26px;
    padding: 24px 18px;
    border-radius: 20px;
  }

  .is-blog-conversion__title{
    font-size: 23px;
  }

  .is-blog-conversion__text,
  .is-blog-conversion__sub{
    font-size: 15px;
  }

  .is-blog-conversion__cta{
    width: 100%;
    max-width: 320px;
  }
}


/* ============================================================
   510) BLOG ARTIKEL SCROLLER / CAROUSEL SKIN FINAL
   ------------------------------------------------------------
   Section: #section-id-1777125453929
   Ziel:
   - 3er Layout
   - keine Kategorie
   - saubere Card-Ecken
   ============================================================ */

#section-id-1777125453929{
  padding: 38px 0 44px !important;
}

#section-id-1777125453929 .sppb-articles-carousel-wrap,
#section-id-1777125453929 .slick-list{
  overflow: hidden !important;
}

#section-id-1777125453929 .slick-list{
  padding: 6px 0 26px !important;
}

#section-id-1777125453929 .slick-slide{
  padding: 0 10px !important;
}

#section-id-1777125453929 .slick-slide > div{
  overflow: visible !important;
  border-radius: 0 !important;
}

#section-id-1777125453929 .sppb-articles-carousel-column{
  display: block !important;
  width: 100% !important;
  background: #fff !important;
  border: 1px solid rgba(237, 20, 125, 0.13) !important;
  border-radius: 22px !important;
  overflow: hidden !important;
  box-shadow: 0 14px 34px rgba(33, 37, 41, 0.08);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

#section-id-1777125453929 .sppb-articles-carousel-column:hover{
  transform: translateY(-4px);
  border-color: rgba(237, 20, 125, 0.28) !important;
  box-shadow: 0 20px 46px rgba(33, 37, 41, 0.12);
}

#section-id-1777125453929 .sppb-articles-carousel-img{
  overflow: hidden !important;
  background: #f7f2f5;
  border-radius: 22px 22px 0 0 !important;
}

#section-id-1777125453929 .sppb-articles-carousel-img a{
  display: block !important;
}

#section-id-1777125453929 .sppb-articles-carousel-img img{
  display: block !important;
  width: 100% !important;
  height: 210px !important;
  object-fit: cover !important;
  border-radius: 0 !important;
  transition: transform .28s ease;
}

#section-id-1777125453929 .sppb-articles-carousel-column:hover .sppb-articles-carousel-img img{
  transform: scale(1.035);
}

#section-id-1777125453929 .sppb-articles-carousel-content{
  background: transparent !important;
  padding: 18px 18px 24px !important;
  border-radius: 0 !important;
  overflow: visible !important;
}

#section-id-1777125453929 .sppb-articles-carousel-meta{
  margin: 0 0 8px !important;
  color: #8b96a3 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}

#section-id-1777125453929 .sppb-articles-carousel-link{
  display: block !important;
  margin: 0 0 10px !important;
  color: #2f3338 !important;
  font-size: 20px !important;
  line-height: 1.22 !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

#section-id-1777125453929 .sppb-articles-carousel-link:hover{
  color: #ED147D !important;
}

#section-id-1777125453929 .sppb-articles-carousel-introtext{
  margin: 0 !important;
  color: #65717e !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
}

#section-id-1777125453929 .sppb-articles-carousel-meta-category{
  display: none !important;
}

@media (max-width: 575.98px){
  #section-id-1777125453929{
    padding: 28px 0 34px !important;
  }

  #section-id-1777125453929 .slick-slide{
    padding: 0 8px !important;
  }

  #section-id-1777125453929 .sppb-articles-carousel-column{
    border-radius: 20px !important;
  }

  #section-id-1777125453929 .sppb-articles-carousel-img{
    border-radius: 20px 20px 0 0 !important;
  }

  #section-id-1777125453929 .sppb-articles-carousel-img img{
    height: 220px !important;
    border-radius: 0 !important;
  }

  #section-id-1777125453929 .sppb-articles-carousel-content{
    padding: 17px 17px 23px !important;
  }

  #section-id-1777125453929 .sppb-articles-carousel-link{
    font-size: 19px !important;
  }

  #section-id-1777125453929 .sppb-articles-carousel-introtext{
    font-size: 14.5px !important;
  }
}

/* Hardfix: untere weiße Content-Ecken rund. */
#section-id-1777125453929 .sppb-articles-carousel-column{
  border-radius: 22px !important;
  overflow: hidden !important;
  background: #fff !important;
  background-clip: padding-box !important;
}

#section-id-1777125453929 .sppb-articles-carousel-content.sppb-text-left{
  background: #fff !important;
  border-bottom-left-radius: 22px !important;
  border-bottom-right-radius: 22px !important;
  overflow: hidden !important;
  background-clip: padding-box !important;
  clip-path: inset(0 round 0 0 22px 22px);
}

#section-id-1777125453929 .sppb-articles-carousel-content.sppb-text-left > *:last-child{
  margin-bottom: 0 !important;
}

@media (max-width: 575.98px){
  #section-id-1777125453929 .sppb-articles-carousel-column{
    border-radius: 20px !important;
  }

  #section-id-1777125453929 .sppb-articles-carousel-content.sppb-text-left{
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    clip-path: inset(0 round 0 0 20px 20px);
  }
}


/* ============================================================
   520) SOCIAL LANDING – Complete Page
   ------------------------------------------------------------
   Page: social_landing
   Ziel:
   - kompakte Landingpage für Instagram/Bio-Link etc.
   - Hauptbutton, Linkkarten, Footer-Icons
   ============================================================ */

.is-social-page {
  --is-pink: #ed147d;
  --is-dark: #24303d;
  --is-text: #65717f;

  max-width: 820px;
  margin: 0 auto;
  padding: 42px 18px 36px;
  text-align: center;
  background:
    radial-gradient(circle at top, rgba(237,20,125,.08), transparent 42%),
    linear-gradient(180deg, #fff 0%, #fff7fb 100%);
}

.is-social-logo img {
  display: block;
  width: 120px;
  height: auto;
  margin: 0 auto 8px;
}

.is-social-brand__name {
  color: #1f2630;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 45px;
  font-weight: 500;
  letter-spacing: .08em;
  line-height: 1;
}

.is-social-brand__sub {
  margin-top: 6px;
  color: var(--is-pink);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .32em;
  line-height: 1;
}

.is-social-kicker {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin: 34px 0 22px;
}

.is-social-kicker span {
  width: 36px;
  height: 1px;
  background: rgba(237,20,125,.28);
}

.is-social-kicker strong {
  font-size: 22px;
}

.is-social-page h1 {
  font-weight: 400 !important;
  font-size: clamp(28px, 4vw, 38px) !important;
  line-height: 1.2 !important;
  letter-spacing: -0.01em !important;
}

.is-social-lead {
  margin: 0 auto 34px;
  max-width: 680px;
  color: var(--is-text);
  font-size: 19px;
  line-height: 1.5;
}

.is-social-mainbtn {
  display: flex;
  align-items: center;
  gap: 22px;
  max-width: 690px;
  margin: 0 auto 38px;
  padding: 24px 30px;
  border-radius: 18px;
  background: linear-gradient(135deg, #f23291 0%, #ed147d 55%, #d90f70 100%);
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 18px 42px rgba(237,20,125,.28);
  transition: transform .18s ease, box-shadow .18s ease;
}

.is-social-mainbtn:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 48px rgba(237,20,125,.34);
}

.is-social-mainbtn__icon {
  flex: 0 0 68px;
  font-size: 56px;
  line-height: 1;
  font-weight: 300;
}

.is-social-mainbtn__text {
  flex: 1;
  text-align: left;
}

.is-social-mainbtn__text strong {
  display: block;
  font-size: clamp(24px, 4vw, 32px);
  font-weight: 850;
  line-height: 1.15;
}

.is-social-mainbtn__text small {
  display: block;
  margin-top: 8px;
  font-size: 17px;
  opacity: .92;
}

.is-social-mainbtn__arrow {
  font-size: 56px;
  font-weight: 300;
  line-height: 1;
}

.is-social-links {
  display: grid;
  gap: 18px;
  max-width: 690px;
  margin: 0 auto;
}

.is-social-card {
  display: grid;
  grid-template-columns: 86px 1fr 170px 32px;
  align-items: center;
  gap: 18px;
  padding: 18px 22px;
  border-radius: 18px;
  background: #fff;
  color: var(--is-dark) !important;
  text-decoration: none !important;
  box-shadow: 0 10px 28px rgba(36,48,61,.10);
  border: 1px solid rgba(237,20,125,.06);
  transition: transform .18s ease, box-shadow .18s ease;
}

.is-social-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(36,48,61,.14);
}

.is-social-card__icon {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 999px;
  background: rgba(237,20,125,.09);
  color: var(--is-pink);
  font-size: 34px;
}

.is-social-card__content {
  text-align: left;
}

.is-social-card__content strong {
  display: block;
  margin-bottom: 7px;
  font-size: 21px;
  font-weight: 850;
  line-height: 1.2;
}

.is-social-card__content span {
  display: block;
  color: #566372;
  font-size: 16px;
  line-height: 1.45;
}

.is-social-card__image {
  width: 170px;
  height: 92px;
  border-radius: 10px;
  overflow: hidden;
  background: #f6f6f6;
}

.is-social-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.is-social-card__arrow {
  color: var(--is-pink);
  font-size: 46px;
  line-height: 1;
  font-weight: 300;
}

.is-social-footer {
  margin-top: 38px;
  text-align: center;
}

.is-social-claim {
  margin: 0 0 18px;
  color: var(--is-pink);
  font-family: "Segoe Script", "Brush Script MT", cursive;
  font-size: 28px;
  line-height: 1.3;
}

.is-social-icons {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-bottom: 22px;
}

.is-social-icons a {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: var(--is-pink);
  color: #fff !important;
  text-decoration: none !important;
  font-size: 22px;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(237,20,125,.24);
}

.is-social-copy {
  color: #7a8490;
  font-size: 14px;
}

@media (max-width: 575.98px) {
  .is-social-page {
    padding: 28px 14px 30px;
  }

  .is-social-logo img {
    width: 78px;
  }

  .is-social-brand__name {
    font-size: 28px;
  }

  .is-social-brand__sub {
    font-size: 10px;
  }

  .is-social-kicker {
    margin: 28px 0 18px;
  }

  .is-social-page h1 {
    font-size: 31px;
  }

  .is-social-lead {
    font-size: 16px;
    margin-bottom: 26px;
  }

  .is-social-mainbtn {
    padding: 20px 18px;
    gap: 14px;
    margin-bottom: 30px;
  }

  .is-social-mainbtn__icon {
    flex-basis: 44px;
    font-size: 40px;
  }

  .is-social-mainbtn__text strong {
    font-size: 22px;
  }

  .is-social-mainbtn__text small {
    font-size: 14px;
  }

  .is-social-mainbtn__arrow {
    font-size: 38px;
  }

  .is-social-card {
    grid-template-columns: 54px 1fr 26px;
    gap: 12px;
    padding: 16px 14px;
  }

  .is-social-card__icon {
    width: 48px;
    height: 48px;
    font-size: 26px;
  }

  .is-social-card__content strong {
    font-size: 17px;
  }

  .is-social-card__content span {
    font-size: 14px;
  }

  .is-social-card__image {
    display: none;
  }

  .is-social-card__arrow {
    font-size: 34px;
  }

  .is-social-claim {
    font-size: 22px;
  }
}

/* Social Landing – Footer Icons Ergänzung. */
.is-social-icons {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 12px;
}

.is-social-icons a {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: var(--is-pink);
  color: #fff !important;
  text-decoration: none !important;
  font-size: 22px;
  font-weight: 800;
}


/* ============================================================
   521) HEADER SOCIAL ICONS – Facebook + Instagram Pill
   ------------------------------------------------------------
   Ziel:
   - Header Social Icons als kleine rosa Pills darstellen
   ============================================================ */

.social-icons .social-icon-instagram > a,
.social-icons .social-icon-facebook > a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  min-height: 36px !important;
  padding: 0 !important;

  border-radius: 999px !important;

  background: rgba(237, 20, 125, 0.10) !important;
  color: #ed147d !important;
  text-decoration: none !important;

  box-shadow: 0 6px 18px rgba(237, 20, 125, 0.10) !important;
  transition: all 0.18s ease !important;
}

.social-icons .social-icon-instagram > a:hover,
.social-icons .social-icon-facebook > a:hover {
  background: #ed147d !important;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(237, 20, 125, 0.22) !important;
}

.social-icons .social-icon-instagram > a i,
.social-icons .social-icon-facebook > a i,
.social-icons .social-icon-instagram > a .fab,
.social-icons .social-icon-facebook > a .fab,
.social-icons .social-icon-instagram > a .fa,
.social-icons .social-icon-facebook > a .fa {
  color: inherit !important;
  font-size: 17px !important;
  line-height: 1 !important;
}


/* ============================================================
   522) SOCIAL LANDING – Mobile Card Fix
   ------------------------------------------------------------
   Desktop bleibt unverändert.
   Ziel:
   - Social Cards auf kleinen Geräten sauber dreispaltig ausrichten
   - Bild ausblenden, Icon/Text/Pfeil erhalten
   ============================================================ */

@media (max-width: 575.98px) {

  .is-social-links {
    max-width: 100%;
    gap: 14px;
  }

  .is-social-card {
    display: grid !important;
    grid-template-columns: 52px 1fr 24px !important;
    align-items: center !important;
    gap: 14px !important;

    width: 100% !important;
    padding: 18px 16px !important;
    border-radius: 18px !important;

    text-align: left !important;
  }

  .is-social-card__icon {
    width: 48px !important;
    height: 48px !important;
    display: grid !important;
    place-items: center !important;
    margin: 0 !important;

    border-radius: 999px !important;
    background: rgba(237, 20, 125, 0.10) !important;
    font-size: 25px !important;
  }

  .is-social-card__content,
  .is-social-card > span:not(.is-social-card__icon):not(.is-social-card__image):not(.is-social-card__arrow) {
    text-align: left !important;
    display: block !important;
    min-width: 0 !important;
  }

  .is-social-card__content strong,
  .is-social-card strong {
    display: block !important;
    margin: 0 0 5px !important;
    font-size: 17px !important;
    line-height: 1.25 !important;
    font-weight: 850 !important;
    text-align: left !important;
  }

  .is-social-card__content span,
  .is-social-card span {
    font-size: 14px !important;
    line-height: 1.35 !important;
    text-align: left !important;
  }

  .is-social-card__image {
    display: none !important;
  }

  .is-social-card__arrow,
  .is-social-card > span:last-child {
    justify-self: end !important;
    color: #ed147d !important;
    font-size: 28px !important;
    line-height: 1 !important;
    text-align: right !important;
  }
}


/* ============================================================
   530) BLOG SOCIAL FOLLOW BLOCK
   ------------------------------------------------------------
   Verwendung:
   - HTML Wrapper: .is-social-follow
   - sichtbar für alle User
   Ziel:
   - Instagram/Facebook Follow CTA innerhalb von Blogartikeln
   ============================================================ */

.is-social-follow{
  margin: 34px auto 26px;
  padding: 26px 22px;
  max-width: 760px;
  text-align: center;
  border: 1px solid rgba(237, 20, 125, 0.16);
  border-radius: 22px;
  background:
    radial-gradient(circle at top left, rgba(237, 20, 125, 0.08), transparent 36%),
    linear-gradient(135deg, rgba(237, 20, 125, 0.045), rgba(255,255,255,0.96) 42%, rgba(24,119,242,0.045));
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.055);
}

.is-social-follow__text{
  margin: 0 auto 18px;
  max-width: 620px;
  color: #39424e;
  font-size: 0.98rem;
  line-height: 1.6;
}

.is-social-follow__actions{
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.is-social-follow__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ED147D, #ff4fa3);
  color: #fff !important;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: 0 10px 22px rgba(237, 20, 125, 0.22);
  transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}

.is-social-follow__btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(237, 20, 125, 0.28);
  opacity: 0.96;
}

.is-social-follow__btn--facebook{
  background: #1877f2;
  box-shadow: 0 10px 22px rgba(24, 119, 242, 0.20);
}

.is-social-follow__btn--facebook:hover{
  box-shadow: 0 14px 28px rgba(24, 119, 242, 0.26);
}

@media (max-width: 575.98px){
  .is-social-follow{
    margin: 28px auto 22px;
    padding: 22px 16px;
    border-radius: 18px;
  }

  .is-social-follow__text{
    font-size: 0.94rem;
    line-height: 1.55;
  }

  .is-social-follow__actions{
    gap: 10px;
  }

  .is-social-follow__btn{
    width: 100%;
    max-width: 280px;
  }
}


/* ============================================================
   ENDE PART 3 / 3
   ------------------------------------------------------------
   Damit liegen alle drei CSS-Teile als kommentierte Referenz vor.
   Nächster sinnvoller Schritt:
   - Zusammenführen in eine bereinigte Gesamt-SSOT-Datei
   - doppelte/konkurrierende Selektoren prüfen
   - Reihenfolge finalisieren
   ============================================================ */
/* =========================================================
   I-SINGLE COMMUNITY
   USERPOINTS AVATAR-RANGRAHMEN
   Bronze / Silber / Gold / Legendär
   ========================================================= */

/* Gemeinsame Avatar-Rang-Basis */
#cbfv_29.is-rank-avatar {
  position: relative !important;
  display: inline-block !important;
  overflow: visible !important;
  line-height: 0 !important;
}

/* Avatar selbst */
#cbfv_29.is-rank-avatar .cbImgAvatar,
#cbfv_29.is-rank-avatar img,
#cbfv_29.is-rank-avatar img.img-thumbnail {
  display: block !important;
  border: 0 !important;
  outline: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 8px !important;
}

/* Aktuell keine separaten Wappen/Badges */
#cbfv_29.is-rank-avatar::before {
  content: none !important;
  display: none !important;
}

/* Standard-Rahmen: Bronze / Silber / Gold */
#cbfv_29.is-rank-avatar::after {
  content: "" !important;
  position: absolute !important;

  top: -14px !important;
  left: -14px !important;

  width: calc(100% + 28px) !important;
  height: calc(100% + 28px) !important;

  background-image: var(--is-rank-frame) !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 100% 100% !important;

  pointer-events: none !important;
  z-index: 20 !important;
}

/* Bronze */
#cbfv_29.is-rank-avatar.is-rank-bronze::after {
  top: -18px !important;
  left: -18px !important;
  width: calc(100% + 36px) !important;
  height: calc(100% + 36px) !important;
}

/* Silber */
#cbfv_29.is-rank-avatar.is-rank-silver::after {
  top: -18px !important;
  left: -18px !important;
  width: calc(100% + 36px) !important;
  height: calc(100% + 36px) !important;
}

/* Gold */
#cbfv_29.is-rank-avatar.is-rank-gold::after {
  top: -18px !important;
  left: -18px !important;
  width: calc(100% + 36px) !important;
  height: calc(100% + 36px) !important;
}

/* Legendär */
#cbfv_29.is-rank-avatar.is-rank-legend::after {
  top: -40px !important;
  left: -32px !important;
  width: calc(100% + 64px) !important;
  height: calc(100% + 64px) !important;
}
/* Mobile Feinjustierung */
@media (max-width: 767px) {
  #cbfv_29.is-rank-avatar.is-rank-bronze::after,
  #cbfv_29.is-rank-avatar.is-rank-silver::after,
  #cbfv_29.is-rank-avatar.is-rank-gold::after {
    top: -12px !important;
    left: -12px !important;
    width: calc(100% + 24px) !important;
    height: calc(100% + 24px) !important;
  }

  #cbfv_29.is-rank-avatar.is-rank-legend::after {
    top: -28px !important;
    left: -22px !important;
    width: calc(100% + 44px) !important;
    height: calc(100% + 44px) !important;
  }
}

/* =========================================================
   Challenge Card
   ========================================================= */

.is-points-challenge-card {
  width: 100%;
  padding: 30px;
  border-radius: 22px;
  background: linear-gradient(135deg, #ffffff 0%, #fff8fc 100%);
  border: 1px solid rgba(237, 20, 125, 0.14);
  box-shadow: 0 14px 32px rgba(31, 41, 55, 0.055);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 34px;
}

.is-points-challenge-card__head {
  display: flex;
  gap: 12px;
  margin-bottom: 18px;
}

.is-points-challenge-card__icon {
  color: #ed147d;
  font-size: 1.35rem;
}

.is-points-challenge-card h2 {
  margin: 0 0 3px;
  color: #111827;
  font-size: 1.38rem;
  font-weight: 900;
}

.is-points-challenge-card__head p {
  margin: 0;
  color: #111827;
  font-weight: 850;
}

.is-points-challenge-card__text {
  max-width: 680px;
  margin: 0 0 18px;
  color: #111827;
  font-size: 0.96rem;
  line-height: 1.65;
}

.is-points-challenge-card__deadline {
  max-width: 680px;
  min-height: 42px;
  margin-bottom: 18px;
  padding: 0 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  border-radius: 12px;
  background: linear-gradient(90deg, #ffe6f2 0%, #ffd9eb 100%);
  border: 1px solid rgba(237, 20, 125, 0.14);
}

.is-points-challenge-card__deadline span,
.is-points-challenge-card__deadline strong {
  color: #ed147d;
  font-size: 0.9rem;
  font-weight: 900;
}

.is-points-challenge-card__hint {
  max-width: 680px;
  padding: 12px 15px;
  border-radius: 14px;
  background: rgba(237, 20, 125, 0.055);
  color: #4b5563;
  font-size: 14px;
  line-height: 1.45;
}

.is-points-challenge-card__halloffame {
  max-width: 680px;
  margin-top: 18px;
  padding: 18px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(237, 20, 125, 0.12);
  box-shadow: 0 10px 24px rgba(31, 41, 55, 0.045);
}

.is-points-challenge-card__halloffame > strong {
  display: block;
  margin-bottom: 10px;
  color: #111827;
  font-size: 1,08rem;
  font-weight: 900;
}

.is-points-challenge-card__halloffame p {
  max-width: 620px;
  margin: 0 0 8px;
  color: #4b5563;
  font-size: 0.9rem;
  line-height: 1.5;
}

.is-points-challenge-card__halloffame p:last-of-type {
  margin-bottom: 14px;
}

.is-points-challenge-card__hof-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.is-points-challenge-card__hof-features span {
  min-height: 40px;
  padding: 9px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 13px;
  background: rgba(237, 20, 125, 0.055);
  color: #111827;
  font-size: 0.84rem;
  font-weight: 850;
}

.is-points-challenge-card__side {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.is-points-challenge-card__avatarsbox {
  padding: 18px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(237, 20, 125, 0.10);
  box-shadow: 0 10px 24px rgba(31, 41, 55, 0.045);
}

.is-points-challenge-card__avatarshead {
  margin-bottom: 14px;
}

.is-points-challenge-card__avatarshead strong {
  display: block;
  color: #111827;
  font-size: 1rem;
  font-weight: 900;
}

.is-points-challenge-card__avatarshead span {
  display: block;
  margin-top: 2px;
  color: #64748b;
  font-size: 0.84rem;
  font-weight: 600;
}

.is-challenge-avatars__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  padding-left: 10px;
  row-gap: 10px;
}

.is-challenge-avatars__item {
  position: relative;
  width: 62px;
  height: 62px;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  border: 3px solid #ffd3e8;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(237, 20, 125, 0.16);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.is-challenge-avatars__item + .is-challenge-avatars__item {
  margin-left: -10px;
}

.is-challenge-avatars__item:hover {
  z-index: 5;
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 12px 24px rgba(237, 20, 125, 0.24);
}

.is-challenge-avatars__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.is-points-challenge-card__rewards {
  display: grid;
  gap: 9px;
}

.is-points-challenge-card__reward {
  min-height: 42px;
  padding: 9px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid rgba(237, 20, 125, 0.10);
  color: #111827;
  font-size: 0.92rem;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(31, 41, 55, 0.04);
}

.is-points-challenge-card__reward span {
  font-size: 1.1rem;
}

.is-points-challenge-card__btn {
  width: 100%;
  min-height: 54px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: linear-gradient(135deg, #ed147d 0%, #f72588 55%, #d80f70 100%);
  color: #ffffff !important;
  font-size: 1.05rem;
  font-weight: 900;
  text-decoration: none !important;
  box-shadow:
    0 14px 28px rgba(237, 20, 125, 0.26),
    0 0 0 5px rgba(237, 20, 125, 0.07);
}

.is-points-challenge-card__btn::after {
  content: "→";
  margin-left: 8px;
  font-size: 1.2rem;
}

@media (max-width: 991.98px) {
  .is-points-challenge-card {
    grid-template-columns: 1fr;
    padding: 28px;
  }
}

@media (max-width: 575.98px) {
  .is-points-challenge-card {
    padding: 24px 20px;
  }

  .is-points-challenge-card__deadline {
    min-height: auto;
    padding: 12px 14px;
    flex-direction: column;
    align-items: flex-start;
  }

  .is-points-challenge-card__hof-features {
    grid-template-columns: 1fr;
  }

  .is-challenge-avatars__item {
    width: 54px;
    height: 54px;
  }

  .is-challenge-avatars__item + .is-challenge-avatars__item {
    margin-left: -8px;
  }
}
	.is-points-challenge-card__premium-link {
  display: block;
  text-align: center;
  color: #ed147d;
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
  margin-top: -4px;
  margin-bottom: 4px;
}

.is-points-challenge-card__premium-link:hover {
  text-decoration: underline;
}
/* =========================================================
   I-SINGLE COMMUNITY
   PROFIL-TAB: AUSZEICHNUNGEN
   ========================================================= */

.is-awards-profile {
  width: 100%;
  padding: 18px;
  border: 1px solid rgba(237, 20, 125, 0.18);
  border-left: 4px solid #ED147D;
  border-radius: 16px;
  background: linear-gradient(135deg, #fff7fb 0%, #ffffff 100%);
  box-shadow: 0 8px 24px rgba(20, 20, 35, 0.06);
  color: #18202f;
}

/* Statuskarte */
.is-awards-hero {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(237, 20, 125, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.78);
}

.is-awards-hero__icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(237, 20, 125, 0.12);
  color: #ED147D;
  font-size: 30px;
}

.is-awards-kicker {
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ED147D;
}

.is-awards-hero h2,
.is-awards-current h3 {
  margin: 0;
  font-weight: 900;
  line-height: 1.15;
  color: #172033;
}

.is-awards-hero h2 {
  font-size: clamp(26px, 4vw, 38px);
}

.is-awards-hero p,
.is-awards-current p,
.is-awards-progress p {
  margin: 8px 0 0;
  color: #5d6678;
  line-height: 1.55;
}

.is-awards-hero__points {
  min-width: 145px;
  padding: 14px 16px;
  border-radius: 14px;
  text-align: center;
  background: linear-gradient(135deg, rgba(237, 20, 125, 0.10), rgba(237, 20, 125, 0.04));
}

.is-awards-hero__points strong {
  display: block;
  font-size: 28px;
  line-height: 1;
  color: #ED147D;
}

.is-awards-hero__points span {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  font-weight: 700;
  color: #5d6678;
}

/* Aktuelle Auszeichnung */
.is-awards-current {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 22px;
  align-items: center;
  margin-top: 18px;
  padding: 22px;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 16px;
  background: #ffffff;
}

.is-awards-current__image {
  display: grid;
  place-items: center;
}

.is-awards-current__image img {
  width: min(220px, 100%);
  height: auto;
  display: block;
  filter: drop-shadow(0 12px 18px rgba(20, 20, 35, 0.18));
}

.is-awards-current h3 {
  font-size: clamp(28px, 4vw, 42px);
}

.is-awards-current__text span {
  display: inline-block;
  margin-top: 14px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(237, 20, 125, 0.10);
  color: #ED147D;
  font-weight: 800;
  font-size: 13px;
}

/* Fortschritt */
.is-awards-progress {
  margin-top: 18px;
  padding: 18px;
  border-radius: 16px;
  background: #172033;
  color: #ffffff;
}

.is-awards-progress__top {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
  font-size: 15px;
}

.is-awards-progress__top strong {
  color: #ffffff;
}

.is-awards-progress__top span {
  color: #ff9ac9;
  font-weight: 900;
}

.is-awards-progress__bar {
  height: 14px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}

.is-awards-progress__bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ED147D, #ff9ac9);
}

.is-awards-progress p {
  color: rgba(255, 255, 255, 0.78);
}

/* Button */
.is-awards-toggle {
  margin-top: 18px;
  width: 100%;
  border: 0;
  border-radius: 14px;
  padding: 14px 18px;
  background: #ED147D;
  color: #ffffff;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(237, 20, 125, 0.22);
}

/* Mobile */
@media (max-width: 767px) {
  .is-awards-profile {
    padding: 14px;
    border-radius: 14px;
  }

  .is-awards-hero {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .is-awards-hero__icon {
    margin: 0 auto;
  }

  .is-awards-hero__points {
    width: 100%;
  }

  .is-awards-current {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 18px;
  }

  .is-awards-current__image img {
    width: min(210px, 80vw);
  }

  .is-awards-progress__top {
    flex-direction: column;
    text-align: center;
  }
}
/* =========================================================
   I-SINGLE COMMUNITY
   PROFIL-TAB: AUSZEICHNUNGEN
   Bereinigte Komplettversion
   ========================================================= */

.is-awards-profile{
  width:100%;
  padding:18px;
  border:1px solid rgba(237,20,125,.18);
  border-left:4px solid #ED147D;
  border-radius:16px;
  background:linear-gradient(135deg,#fff7fb 0%,#fff 100%);
  box-shadow:0 8px 24px rgba(20,20,35,.06);
  color:#18202f;
}

/* Hero */
.is-awards-hero{
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:18px;
  align-items:center;
  padding:18px;
  border:1px solid rgba(237,20,125,.14);
  border-radius:14px;
  background:rgba(255,255,255,.78);
}

.is-awards-hero__icon{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:rgba(237,20,125,.12);
  color:#ED147D;
  font-size:30px;
}

.is-awards-kicker{
  margin-bottom:4px;
  font-size:13px;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:#ED147D;
}

.is-awards-hero h2,
.is-awards-current h3{
  margin:0;
  font-weight:900;
  line-height:1.15;
  color:#172033;
}

.is-awards-hero h2{
  font-size:clamp(26px,4vw,38px);
}

.is-awards-hero p,
.is-awards-current p,
.is-awards-progress p{
  margin:8px 0 0;
  color:#5d6678;
  line-height:1.55;
}

.is-awards-hero__points{
  min-width:145px;
  padding:14px 16px;
  border-radius:14px;
  text-align:center;
  background:linear-gradient(135deg,rgba(237,20,125,.10),rgba(237,20,125,.04));
}

.is-awards-hero__points strong{
  display:block;
  font-size:28px;
  line-height:1;
  color:#ED147D;
}

.is-awards-hero__points span{
  display:block;
  margin-top:6px;
  font-size:13px;
  font-weight:700;
  color:#5d6678;
}

/* Summary */
.is-awards-summary{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin:22px 0;
}

.is-awards-summary > div{
  background:#fff;
  border:1px solid #ffd4e6;
  border-radius:18px;
  padding:20px;
  text-align:center;
  box-shadow:0 8px 24px rgba(236,15,120,.06);
}

.is-awards-summary__icon{
  display:block;
  font-size:24px;
  line-height:1;
  margin-bottom:8px;
}

.is-awards-summary strong{
  display:block;
  font-size:28px;
  line-height:1.1;
  color:#ec0f78;
  font-weight:800;
  margin-bottom:6px;
}

.is-awards-summary span{
  display:block;
  font-size:14px;
  color:#4d5673;
  font-weight:700;
}

/* Aktuelle Auszeichnung */
.is-awards-current{
  display:grid;
  grid-template-columns:220px 1fr;
  gap:22px;
  align-items:center;
  margin-top:18px;
  padding:22px;
  border:1px solid rgba(23,32,51,.08);
  border-radius:16px;
  background:#fff;
}

.is-awards-current__image{
  display:grid;
  place-items:center;
}

.is-awards-current__image img{
  width:min(220px,100%);
  height:auto;
  display:block;
  filter:drop-shadow(0 12px 18px rgba(20,20,35,.18));
}

.is-awards-current h3{
  font-size:clamp(28px,4vw,42px);
}

.is-awards-current__note{
  display:inline-flex;
  align-items:center;
  margin:12px 8px 0 0;
  padding:8px 14px;
  border-radius:999px;
  background:#fff3bf;
  color:#9b7200;
  font-size:13px;
  font-weight:800;
}

.is-awards-current__text > span{
  display:inline-block;
  margin-top:12px;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(237,20,125,.10);
  color:#ED147D;
  font-weight:800;
  font-size:13px;
}

/* Fortschritt */
.is-awards-progress{
  margin-top:18px;
  padding:18px;
  border-radius:16px;
  background:#172033;
  color:#fff;
}

.is-awards-progress__top{
  display:flex;
  justify-content:space-between;
  gap:14px;
  margin-bottom:12px;
  font-size:15px;
}

.is-awards-progress__top strong{
  color:#fff;
}

.is-awards-progress__top span{
  color:#ff9ac9;
  font-weight:900;
}

.is-awards-progress__bar{
  height:14px;
  overflow:hidden;
  border-radius:999px;
  background:rgba(255,255,255,.16);
}

.is-awards-progress__bar span{
  display:block;
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg,#ED147D,#ff9ac9);
}

.is-awards-progress p{
  color:rgba(255,255,255,.78);
}

/* Details Hauptbereich */
.is-awards-details{
  margin-top:30px;
  border-radius:20px;
  overflow:hidden;
}

.is-awards-toggle{
  display:block;
  width:100%;
  border:0;
  border-radius:18px;
  padding:22px 26px;
  background:#ec0f78;
  color:#fff;
  font-size:24px;
  font-weight:800;
  text-align:center;
  cursor:pointer;
  list-style:none;
  box-shadow:0 10px 24px rgba(236,15,120,.18);
}

.is-awards-toggle::-webkit-details-marker{
  display:none;
}

/* Gruppen */
.is-awards-list--grouped{
  display:flex;
  flex-direction:column;
  gap:22px;
  margin-top:28px;
}

.is-awards-group{
  border-radius:18px;
  overflow:hidden;
}

.is-awards-group__summary{
  display:grid;
  grid-template-columns:1fr auto auto;
  align-items:center;
  gap:18px;
  padding:20px 24px;
  border-radius:18px;
  background:#ec0f78;
  color:#fff;
  cursor:pointer;
  list-style:none;
  font-size:22px;
  font-weight:800;
}

.is-awards-group__summary::-webkit-details-marker{
  display:none;
}

.is-awards-group__title{
  display:flex;
  align-items:center;
  gap:10px;
}

.is-awards-group__count{
  font-size:18px;
  font-weight:800;
  white-space:nowrap;
}

.is-awards-group__chevron{
  margin-left:14px;
  font-size:20px;
  transition:transform .25s ease;
}

.is-awards-group[open] .is-awards-group__chevron{
  transform:rotate(180deg);
}

.is-awards-group__progress{
  height:8px;
  margin:12px 4px 18px;
  border-radius:999px;
  overflow:hidden;
  background:#ffd4e6;
}

.is-awards-group__progress span{
  display:block;
  height:100%;
  border-radius:999px;
  background:linear-gradient(90deg,#ec0f78,#ff9ccd);
}

.is-awards-group__items{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.is-awards-group[open] .is-awards-group__items{
  animation:isAwardsFadeIn .22s ease both;
}

/* Einzelkarte */
.is-award-item{
  display:grid;
  grid-template-columns:140px 1fr;
  gap:28px;
  align-items:center;
  padding:26px;
  border:1px solid #ffd4e6;
  border-radius:22px;
  background:#fff;
  box-shadow:0 10px 28px rgba(0,0,0,.045);
  transition:transform .2s ease,box-shadow .2s ease;
}

.is-award-item:hover{
  transform:translateY(-2px);
  box-shadow:0 16px 36px rgba(236,15,120,.12);
}

.is-award-item__image{
  display:flex;
  justify-content:center;
  align-items:center;
}

.is-award-item__image img{
  width:92px;
  height:auto;
  display:block;
}

.is-award-item__content{
  min-width:0;
}

.is-award-item__top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
}

.is-award-item__top h4{
  margin:0;
  color:#17284a;
  font-size:30px;
  line-height:1.15;
  font-weight:800;
}

.is-award-item__content p{
  margin:10px 0 14px;
  color:#4d5673;
  font-size:16px;
  line-height:1.55;
}

.is-award-item__meta{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  align-items:center;
  color:#7b8095;
  font-size:14px;
}

.is-award-item__badges{
  display:flex;
  gap:8px;
  align-items:center;
  flex-wrap:wrap;
  justify-content:flex-end;
}

/* Badges */
.is-award-status,
.is-award-date{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  padding:8px 14px;
  font-size:13px;
  font-weight:800;
  white-space:nowrap;
}

.is-award-status--earned{
  background:#e4fff0;
  color:#16834f;
}

.is-award-status--locked{
  background:#f3f4f8;
  color:#8b91a3;
}

.is-award-status--current{
  background:#fff2bf;
  color:#9b7200;
}

.is-award-date{
  background:#ffe1ef;
  color:#ec0f78;
}

.is-award-item--current{
  border-color:#ec0f78;
  box-shadow:0 12px 34px rgba(236,15,120,.16);
}

.is-award-item--locked{
  opacity:.48;
}

.is-award-item--locked img{
  filter:grayscale(100%);
}

/* Animation */
@keyframes isAwardsFadeIn{
  from{
    opacity:0;
    transform:translateY(-6px);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}

/* Mobile */
@media(max-width:900px){
  .is-awards-profile{
    padding:14px;
    border-radius:14px;
  }

  .is-awards-hero{
    grid-template-columns:1fr;
    text-align:center;
  }

  .is-awards-hero__icon{
    margin:0 auto;
  }

  .is-awards-hero__points{
    width:100%;
  }

  .is-awards-summary{
    grid-template-columns:1fr;
  }

  .is-awards-current{
    grid-template-columns:1fr;
    text-align:center;
    padding:18px;
  }

  .is-awards-current__image img{
    width:min(210px,80vw);
  }

  .is-awards-progress__top{
    flex-direction:column;
    text-align:center;
  }

  .is-awards-group__summary{
    grid-template-columns:1fr auto;
  }

  .is-awards-group__count{
    grid-column:1 / -1;
    font-size:15px;
  }

  .is-award-item{
    grid-template-columns:1fr;
    text-align:center;
    gap:16px;
  }

  .is-award-item__top{
    flex-direction:column;
    align-items:center;
  }

  .is-award-item__badges,
  .is-award-item__meta{
    justify-content:center;
  }
}
/* =========================================================
   I-SINGLE COMMUNITY
   AUSZEICHNUNGEN – MOBILE FIX CB FELD 208
   ========================================================= */

.is-awards-profile,
.is-awards-profile *{
  box-sizing:border-box;
}

@media(max-width:767px){

  #cbtabpane53,
  #cb_tabid_53,
  #cbtf_53,
  #cbfr_208,
  #cbfv_208,
  #cbfr_208 .cb_field,
  #cbfr_208.cb_form_line,
  #cbfr_208.form-group,
  #cbfr_208.row,
  #cbfr_208.no-gutters,
  #cbfr_208.cbtwolinesfield{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    flex:0 0 100% !important;
    display:block !important;
    margin-left:0 !important;
    margin-right:0 !important;
  }

  #cbfv_208{
    overflow:visible !important;
  }

  .is-awards-profile{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    margin:0 !important;
    padding:14px !important;
    overflow:hidden !important;
  }

  .is-awards-hero,
  .is-awards-summary,
  .is-awards-current,
  .is-awards-progress,
  .is-awards-details{
    width:100% !important;
    max-width:100% !important;
  }

  .is-awards-hero{
    grid-template-columns:1fr !important;
    text-align:center !important;
    justify-items:center !important;
  }

  .is-awards-hero__content{
    width:100% !important;
  }

  .is-awards-hero h2{
    font-size:28px !important;
    line-height:1.12 !important;
    overflow-wrap:anywhere !important;
  }

  .is-awards-hero__points{
    width:100% !important;
    max-width:260px !important;
    margin:0 auto !important;
  }

  .is-awards-summary{
    grid-template-columns:1fr !important;
  }

  .is-awards-current{
    grid-template-columns:1fr !important;
    text-align:center !important;
  }

  .is-awards-current__image img{
    width:min(180px,72vw) !important;
  }

  .is-awards-progress__top{
    flex-direction:column !important;
    text-align:center !important;
  }

  .is-awards-toggle{
    font-size:18px !important;
    padding:18px 14px !important;
  }

  .is-awards-group__summary{
    grid-template-columns:1fr auto !important;
    font-size:17px !important;
    padding:18px 14px !important;
  }

  .is-awards-group__count{
    grid-column:1 / -1 !important;
    font-size:14px !important;
  }

  .is-award-item{
    grid-template-columns:1fr !important;
    text-align:center !important;
    padding:22px 16px !important;
  }

  .is-award-item__top{
    flex-direction:column !important;
    align-items:center !important;
  }

  .is-award-item__badges,
  .is-award-item__meta{
    justify-content:center !important;
  }
}