/* ==========================================================================
   client.css — Drehscheibe Bochum
   Client-spezifische Overrides für frontend.css (ANOXA Shared)
   Cache-Bust: 19:21

   Struktur:
    1.  Header & Navigation
    2.  Basis Layout / Hero
    3.  Home — Kacheln
    4.  Slider (Swiper)
    5.  Video & Footer
    6.  Google Maps
    7.  Öffnungszeiten
    8.  Service Icons
    9.  Kontaktformular
   10.  Shops — Übersicht & Detailansicht
   11.  Angebote
   12.  Events
   13.  Rechtliches & Anfahrt
   14.  KI-Chat Panel & Bot-Button
   15.  Cookie-Banner
   ========================================================================== */

/* Globale Brand-Variablen (Drehscheibe Bochum) */
:root {
    --focus-outline: #fff;
    --brand-primary: #22a857;
}

/* Mehr Abstand für outlines auf dunklem Theme */
.event-archiv-icon,
.event-teaser {
    outline-offset: 6px;
}
.event-archiv-icon a:focus-visible,
.event-teaser > a:focus-visible {
    outline-offset: 6px;
}


/* ==========================================================================
   1. Header & Navigation
   ========================================================================== */

.language_select {
    top: 30px;
    left: 20px;
}
.language_select a{
    height:auto;
    padding:0 2px;
}
a.header_logo:focus img {
    outline: 1px solid #fff;
    outline-offset: 8px;
}

#header_logo img {
   height: 100px !important;
    z-index: 100;
}
@media (max-width: 600px) {
    .content_header{
        height: 100px !important;
    }
    #header_logo img {
        top:15px !important;
        height: 70px !important;
    }
    .nav-toggle{
        top:37px !important;
    }
    .language_select {
        top: 25px;

    }

    main section {
        margin-top:20px !important;
        margin-bottom:20px !important;
    }
    main section:first-of-type {
        margin-top: 120px !important;
    }
    #map-section{
        margin-top: 0 !important;
    }
}

/* ==========================================================================
   2. Basis Layout
   ========================================================================== */
h2{
    letter-spacing: 3px;
    
}
.headerclass h2 {
    position: absolute;
    bottom: 0;
    right: 0;
}
.headerclass  h2 span {
    font-size: 55px !important;
    background: #FFF;
    padding: 10px;
}
@media (max-width: 720px) {

    .headerclass  h2 span {
        font-size: 25px !important;
        padding: 5px;
    }
}
@media (max-width:1220px) {
main > section:not(.homeclass.small):not(.welcome){
    max-width: calc(100% - 20px) !important;
    margin-left: 10px !important;
}
}
@media (max-width:620px) {
    .homeclass.small, .welcome{
        max-width: calc(100% - 20px) !important;
        margin-left: 10px !important;
        margin-top:0 !important;
        margin-bottom:0 !important;
    }
    .homeclass.small .slot{
        margin-top:0 !important;
        margin-bottom:0 !important;
    }
    .homeclass .slot{
        margin:0 !important;
    }
    .homeclass .slot:first-of-type{
        margin:0 0 20px 0 !important;
    }
    #container1391{
        margin-top:0 !important;
    }
    .welcome{
        margin-top:120px !important;
    }

}


/* ==========================================================================
   3. Home — Kacheln
   ========================================================================== */
.homeclass h2 {
    position: absolute;
    bottom: 0;
    font-size: 30px;
    line-height: 35px;
    left: 0;
}
#container1390_2_699 h2 {
    bottom: auto;
    top: 0;
    left: 0;
}
#container1391_2_699 h2 {
    bottom: auto;
    top: 0;
    left: 0;
}
#container1390_1_699 h2, #container1391_1_699 h2 {
    bottom: 0;
    left: auto;
    right: 0;
}
.homeclass  h2 span {
    background: #FFF;
    color: #000;
    padding: 10px 20px !important;
}
.homeclass  .slot img {
    max-width: 100% !important;
    height: auto;
    cursor: pointer;
    transition: 1s ease;
    transform: translateZ(0);
}
.homeclass  .slot:hover img ,.homeclass  .slot a:focus img{
    transform: scale(1.3);
    overflow: hidden;
}
@media (max-width: 1024px) {
    .homeclass h2 {

        font-size: 20px;
        line-height: 25px;
        left: 0;
    }
    .homeclass  h2 span {

        padding: 5px 10px !important;
    }
}

/* Home: Doppelslots (.slot.zwei) ab <=620px voll stapeln.
   Shared frontend.css cappt .slot.zwei auf max-width:50% (greift bis hier durch),
   die dortige 768er-Regel laeuft deshalb ins Leere. Hier Cap aufheben +
   flex-basis 100% -> die Slots wrappen (.row hat flex-wrap:wrap bereits aktiv). */
@media (max-width: 620px) {
    .homeclass .slot.zwei {
        flex-basis: 100%;
        max-width: 100%;
    }
}

/* ==========================================================================
   4. Slider (Swiper)
   ========================================================================== */
.mySwiper {
    border-radius: 8px;
    overflow: hidden;
    isolation: isolate; /* eigener Stacking-Context, sonst clippt border-radius nicht visuell über die Slide-Layer */
    -webkit-clip-path: inset(0 round 0px); /* sauberes Anti-Aliasing — overflow:hidden+border-radius rendert hart */
    clip-path: inset(0 round 8px);
}
/* border-radius auch auf Slides + Bild — Container-Clipping rendert ohne sauberes Anti-Aliasing */
.mySwiper .swiper-slide,
.mySwiper .swiper-slide > img,
.mySwiper .swiper-slide .swiper-lazy {
    border-radius: 8px;
}
/* Slot-Container, der den Swiper enthält, clippt durch overflow:hidden hart die unteren 10px weg
   (Swiper hat margin-bottom:-20px). Border-radius hier sorgt dafür, dass der Slot mit Rundung clippt. */
.slot.zwei:has(.mySwiper) {
    border-radius: 8px;
}
.mystyle .swiper-slide:after,
.mystyle2 .swiper-slide:after {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    content: "";
    z-index: 3;
    display: block;
    background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0.9) 100%);
}

/* GPU-Compositing deaktivieren damit background-attachment:fixed auf .mystyle funktioniert */
.mystyle .swiper-backface-hidden,
.mystyle .swiper-backface-hidden .swiper-slide {
    backface-visibility: visible !important;
    -webkit-backface-visibility: visible !important;
}

.mystyle .slidetext {
    top: auto;
    bottom: 60px;
    z-index: 5;
    height: auto;
}

.slidetext h1 {
    color: #fff !important;
    font-weight: 700;
}

.slidetext h2 {
    color: #fff !important;
    font-size: 20px !important;

}



/* ==========================================================================
   5. Video & Footer
   ========================================================================== */

video,
.container_video {
    margin-bottom: -2px;
}

.site-footer:before {
    content: '';
    position: absolute;
    left: 20px;
    top: 0;
    width: calc(100% - 40px);
    height: 1px;
    background: rgba(255,255,255,0.3);
}


/* ==========================================================================
   6. Google Maps
   ========================================================================== */

#googleoverlay:focus .overlaywindow,
#googleoverlay:hover .overlaywindow {
    color: #22a857;
}


/* ==========================================================================
   7. Öffnungszeiten
   ========================================================================== */

.openclass {
    position: relative;
    color: #000;
    padding: 20px;
}

.openclass h2 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: 700;
}

.open-sonder .open-titel {
    text-transform: uppercase;
    color: #000;
}

.open-layout {
    display: flex;
    align-items: stretch;
    gap: 0;
}

.open-left {
    flex: 3;
    display: grid;
    grid-template-columns: max-content max-content max-content;
    align-content: center;
    column-gap: 8px;
    row-gap: 4px;
    padding-right: 24px;
}

.open-divider {
    width: 1px;
    background: rgba(0,0,0,0.5);
    align-self: stretch;
    flex-shrink: 0;
}

.open-right {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 24px;
    min-width: 140px;
}

.open-entry {
    display: contents;
}

.open-titel {
    font-weight: 600;
    white-space: nowrap;
    font-size: 16px;
    line-height: 24px;
    padding-right: 8px;
}

.open-entry .day {
    font-size: 16px;
    line-height: 24px;
    white-space: nowrap;
}

.open-entry .time {
    font-size: 16px;
    line-height: 24px;
    white-space: nowrap;
}

/* Mobil: „Noch geöffnet"-Block unter die Details stapeln (wie MZ),
   Trenner wird zur waagerechten Brand-Linie. Desktop bleibt row. */
@media (max-width: 768px) {
    .open-layout {
        flex-direction: column;
        gap: 16px;
        align-items: stretch;
    }
    .open-left {
        padding-right: 0;
        justify-content: center;
    }
    .open-divider {
        width: auto;
        height: 1px;
        align-self: stretch;
        background: linear-gradient(90deg, rgba(34,168,87,0) 0%, #22a857 50%, rgba(34,168,87,0) 100%);
    }
    .open-right {
        padding-left: 0;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 4px;
        min-width: 0;
    }
}

/* Schmales Handy: nur Schriftgrößen verkleinern (Stapel-Layout kommt von 768er-Block) */
@media (max-width: 480px) {
    .openclass h2 {
        font-size: 18px;
        margin-bottom: 16px;
    }
    .open-titel {
        font-size: 13px;
        line-height: 20px;
    }
    .open-entry .day,
    .open-entry .time {
        font-size: 13px;
        line-height: 20px;
    }
    .opento {
        font-size: 11px;
    }
    .openstd {
        font-size: 36px;
    }
}

.opentage {
    text-transform: uppercase;
    font-size: 37px;
    text-align: center;
    line-height: 38px;
    width: 100%;
}

.opento {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #22a857;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

.openuhrzeit {
    color: #22a857;
    font-size: 20px !important;
    text-transform: uppercase;
    text-align: center;
    line-height: 26px !important;
}
.oeffnungszeiten .opento, .oeffnungszeiten .openstd {
    color: #000;
}
.openstd {
    color: #22a857;
    text-align: center;
    font-size: 60px;
    line-height: 1;
}


/* ==========================================================================
   8. Service Icons
   ========================================================================== */

/* Service-Grid — Markup: section.myservice > h1 + .row > .slot > .service-icon
   Kachel: viereckiger Rahmen, Icon mittig auf Brand-Badge, Titel darunter */
.myservice {
    max-width: 1200px;
    margin: 80px auto 150px;
}
/* Überschrift im Stil der ÖFFNUNGSZEITEN-H2 (.openclass h2) */
.myservice h1, section > h1 {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 3px;
    margin: 0 0 25px;
}
.myservice .row > .slot {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.myservice .service-icon {
    width: 220px;
    aspect-ratio: 1 / 1;
    flex: 0 0 auto;
    border: 2px solid #d9d9d9;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
.myservice .service-icon:hover,
.myservice .service-icon:focus-within {
    border-color: var(--brand-primary);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.10);
    transform: translateY(-4px);
}
.myservice .service-button {
    position: static;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
    color: inherit;
}
.myservice .service-icon img {
    position: static;
    transform: none;
    box-sizing: content-box;
    width: 48px;
    height: 48px;
    max-width: 48px;
    max-height: 48px;
    object-fit: contain;
    padding: 24px;
    background: var(--brand-primary);
    border-radius: 50%;
    transition: background 0.3s ease, transform 0.3s ease;
}
.myservice .service-icon i {
    position: static;
    transform: none;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    line-height: 1;
    color: #fff;
    padding: 24px;
    background: var(--brand-primary);
    border-radius: 50%;
    box-sizing: content-box;
    transition: transform 0.3s ease;
}
.myservice .service-icon:hover img,
.myservice .service-icon:focus-within img,
.myservice .service-icon:hover i,
.myservice .service-icon:focus-within i {
    transform: scale(1.06);
}
.myservice .service-title {
    position: static;
    display: block;
    padding: 0;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #333;
    transition: color 0.3s ease;
}
.myservice .service-icon:hover .service-title,
.myservice .service-icon:focus-within .service-title {
    color: var(--brand-primary);
}

/* Mobile: 2 pro Reihe */
@media (max-width: 720px) {
    .myservice .service-icon {
        width: calc(50% - 24px);
    }
    
}
@media (max-width: 480px) {
    .myservice .row > .slot {
        gap: 16px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .myservice .service-icon {
        width: calc(50% - 16px);
    }
    .myservice .service-title {
        font-size: 15px;
        letter-spacing: 0;
    }
}

/* Trenner zwischen Icons und ausgeklapptem Detail-Panel */
.trenner {
    width: 100%;
    height: 0;
    margin: 20px 0 0;
    clear: both;
}

/* Detail-Panel (klappt unter dem Grid auf) */
.service-detail {
    position: relative;
    width: 96%;
    max-width: 800px;
    margin: 40px auto 60px;
    padding: 40px;
    background: #fff;
    color: #000;
    text-align: left;
    font-size: 18px;
    line-height: 28px;
    border-radius: 4px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    animation: serviceFadeIn 0.35s ease-out;
}
.service-detail[hidden] {
    display: none;
}
@keyframes serviceFadeIn {
    from { opacity: 0; transform: translateY(-8px); }
    to   { opacity: 1; transform: translateY(0); }
}
.service-detail h2 {
    position: relative;
    font-size: 40px;
    line-height: 50px;
    color: var(--brand-primary);
    text-transform: uppercase;
    font-weight: normal;
    margin: 0 0 20px;
    padding: 0 60px 0 0;
}
.service-detail__content {
    margin: 0;
}
.service-detail__content p {
    margin: 0 0 12px;
}
.service-detail__content p:last-child {
    margin-bottom: 0;
}
.service-close {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: transparent;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.25s ease, transform 0.3s ease;
}
.service-close i {
    font-size: 22px;
    color: #000;
    line-height: 1;
}
.service-close:hover,
.service-close:focus-visible {
    background: rgba(99, 179, 176, 0.15);
    transform: translateY(-50%) rotate(-90deg);
    outline: none;
}

/* Mobile: Detail-Panel kompakter */
@media (max-width: 768px) {
    .service-detail {
        margin: 20px auto 40px;
        padding: 20px;
    }
    .service-detail h2 {
        font-size: 26px;
        line-height: 32px;
        padding-right: 50px;
    }
}

/* ==========================================================================
   9. Kontaktformular
   ========================================================================== */

.kontakt-feld {
    background: transparent;
    border: 1px solid #000;
}

.kontakt-feld::placeholder {
    color: rgba(0,0,0,0.35);
}

.kontakt-feld:hover::placeholder,
.kontakt-feld:focus::placeholder {
    color: rgba(255,255,255,0.5);
}

.kontakt-feld:hover,
.kontakt-feld:focus {
    background: #000;
    color: #fff;
    outline: none;
}

textarea {
    font-family: standard;
}

.kontakt-button {
    display: table;
    text-transform: uppercase;
    background: transparent;
    border: 1px solid #000;
    color: #000;
    padding: 10px 20px;
    transition: all 0.2s ease;
    width: auto;
    margin: 30px auto;
}

.kontakt-button:hover,
.kontakt-button:focus-visible {
    background: #000;
    color: #fff;
    outline: none;
}


/* ==========================================================================
   10. Shops — Übersicht & Detailansicht
   ========================================================================== */

/* ── Logo-Grid shop_icon — RC1: 5 Spalten Desktop ────────────────────────── */
.shop_icon {
    width: calc(20% - 4px);
    margin: 2px;
    border-radius: 0;
}

@media (max-width: 1200px) {
    .shop_icon { width: calc(25% - 4px); }
}

@media (max-width: 1024px) {
    .shop_icon { width: calc(33.333% - 4px); }
}

@media (max-width: 600px) {
    .shop_icon { width: calc(50% - 4px); }
}

.storemieter {
    position: relative;
    align-items: center;
    float: left;
    justify-content: center;
    height: 200px;
    width: 20%;
    padding: 20px;
}

.storemieter img,
.storemieter svg {
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100px;
    width: 80%;
    height: auto;
}

.storemieter img {
    object-fit: contain;
}

.shop_icon:hover .mieterlogo,
.shop_icon:focus-within .mieterlogo {
    filter: invert(1);
}

.shop_icon .mieterlogo {
    width: 50% !important;
    height: auto;
    max-width: 50% !important;
    max-height: 50% !important;
    filter: invert(0);
    background: transparent !important;
}

.shop_icon {
    background: #000;
}

.shop_icon a:before {
    display: none;
}

.shop_icon h2 {
    opacity: 0;
}

.shop-hover-overlay {
    background: rgba(255,255,255,1);
}

.shop-hover-overlay i {
    color: #000;
    margin-top: calc(100% - 60px);
    font-size: 36px;
}

/* ── Shop-Übersicht Isotope-Filter ───────────────────────────────────────── */
.shops-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 16px 0 24px;
}

.shops-filter .button {
    padding: 6px 18px;
    border: 1px solid rgba(0,0,0,0.9);
    background: transparent;
    color: #000;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.shops-filter .button:hover,
.shops-filter .button:focus-visible {
    background: #000;
    color: #fff;
    border-color: #000;
    outline: none;
}

.shops-filter .button.is-checked {
    background: #000;
    border-color: #000;
    color: #fff;
    font-weight: 600;
}

/* ── Shop-Karte ─────────────────────────────────────────────────────────────
   Layout (display: flex column, order, min-height, margin-top: auto)
   kommt aus frontend.css. Hier nur RC1-Brand-Overrides (Hover-Farben,
   Tag-Bubbles: weisser Rand + letter-spacing). Der Bubble-Hintergrund kommt
   aus frontend.css (var(--kat-color)) und ist hier nicht ueberschreibbar. */
.shop-card {
    text-decoration: none;
    color: inherit;
    background: rgba(0,0,0,0.95);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 8px;
    padding: 14px 16px;
    transition: background 0.2s ease, border-color 0.2s ease;
    height: auto;
    min-height: 140px;
}

/* Cards mit vielen Kategorien (z.B. Woolworth) wachsen statt abzuschneiden.
   Die fixe 140px-Höhe sitzt auf dem .shop-item-Wrapper (frontend.css). */
.shopsuebersicht .shop-item {
    height: auto;
    min-height: 140px;
}

.shop-card:hover,
.shop-card:focus-visible {
    background: rgba(255,255,255,0.9);
    border-color: rgba(255,255,255,0.15);
    outline: none;
}

.shop-card:hover .shop-card__name,
.shop-card:focus-visible .shop-card__name,
.shop-card:hover .shop-card__tel,
.shop-card:focus-visible .shop-card__tel {
    color: var(--kat-color, #000);
}

/* Bubbles behalten ihren farbigen Hintergrund + weißen Text auch beim Hover */
.shop-card:hover .shop-card__kat,
.shop-card:focus-visible .shop-card__kat {
    color: #fff;
}

.shop-card--umbau {
    opacity: 0.5;
    cursor: default;
}

.shop-card__kat {
    border: 1px solid rgba(255,255,255,0.25);
    letter-spacing: 1px;
}

.shop-card__name {
    font-family: headlines;
    color: #fff;
}

.shop-card__tel {
    color: #fff;
}

/* ── Filter- & Zurück-Buttons ────────────────────────────────────────────── */
.button-group .button,
.button-group button {
    border: 1px solid rgba(0,0,0,0.8);
    font-size:16px;
}

.button-group .button:hover,
.button-group button:hover,
.button-group .button:focus-visible,
.button-group button:focus-visible {
    background: #000;
    border-color: #000;
    color: #fff;
    outline: none;
}

.sd-back,
.event-back {
    background: rgba(0,0,0,1);
    color: #fff;
    text-decoration: none;
    transition: background 0.2s ease;
}

.sd-back i,
.event-back i {
    color: #fff;
}

.sd-back:hover i,
.sd-back:focus-visible i,
.event-back:hover i,
.event-back:focus-visible i {
    color: #000;
}

.sd-back:hover,
.sd-back:focus-visible,
.event-back:hover,
.event-back:focus-visible {
    background: rgba(255,255,255,1);
    outline: none;
}

/* ── Shop-Detail Panel ───────────────────────────────────────────────────── */
.sd-panel {
    background: rgba(0,0,0,0.9);
}

.sd-logo {
    max-width: 180px;
    max-height: 180px;
    width: 180px;
    text-align: center;
    height: 180px;
    object-fit: contain;
    background: transparent;
    border-radius: 5px;
    transition: all 0.3s ease;
    padding: 0;
    z-index: 3;
    display: flex;
    margin: 0 auto 20px;
    flex-shrink: 0;
}
.sd-logo img {
    filter: invert(1);
    margin: 0 auto;
}
.sd-contacts {
    display: flex;
    flex-direction: row;
    gap: clamp(5px, 0.3vw, 6px);
    width: auto;
    margin: 0 auto;
}

.sd-contact-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    color: rgba(255,255,255,0.92);
    text-decoration: none;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 50%;
    transition: all 0.2s ease;
}

.sd-contact-item a:hover,
.sd-contact-item a:focus-visible {
    border-color: rgba(255,255,255,1);
    background: rgba(255,255,255,0.1);
    outline: none;
}

.sd-contact-item a:hover i,
.sd-contact-item a:focus-visible i {
    color: #fff;
}

.sd-contact-item a span {
    display: none;
}

.sd-btn-plan {
    border: 1px solid rgba(255,255,255,0.5);
    color: #fff;
}

.sd-btn-plan span { color: #fff; }

.sd-btn-plan:hover,
.sd-btn-plan:focus-visible {
    border-color: rgba(255,255,255,1);
}

.sd-btn-plan i {
    font-size: 13px;
    color: #fff;
}

.sd-body-left h1 {
    margin: 0;
    font-size: clamp(30px, 3vw, 50px);
    color: #000;
}

.sd-body-left h2 {
    margin: 0 0 20px;
    font-weight: 400;
    opacity: 0.7;
    font-size: clamp(14px, 1.4vw, 22px);
    color: #000;
}

main .shopeintrag {
    min-height: calc(100vh - 280px) !important;
}

.sd-text {
    line-height: 1.7;
    opacity: 0.85;
    color: #000;
}

.sd-body-right h2 {
    color: #000;
    font-size: clamp(18px, 1.3vw, 25px);
}

.sd-open-now {
    font-size: clamp(13px, 0.8vw, 16px);
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 20px;
}

.sd-hours-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: clamp(4px, 0.5vw, 8px) 0;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    font-size: clamp(16px, 1.1vw, 19px);
}

.sd-day {
    font-weight: 700;

}

/* ── Responsive ──────────────────────────────────────────────────────────── */
@media (max-width: 900px) {
    .shop-item { width: calc(50% - 12px); }
}

@media (max-width: 600px) {
    .shop-item { width: calc(50% - 12px); }
    .shops-filter { gap: 6px; }
    .shops-filter .button { font-size: 12px; padding: 5px 12px; }
}


/* ── Shop-Filter — Stil der Live-Seite: Text-Buttons mit Unterstrich
   (überschreibt die Pillen-Defaults aus frontend.css) ── */
.button-group {
    gap: 0;
    flex-wrap: wrap;
    justify-content: center;
}
.button-group button,
.button-group .button {
    background: transparent;
    border: 0;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    padding: 0;
    margin: 5px 10px;
    font-family: "standard", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: normal;
    text-transform: uppercase;
    color: #3e3d40;
    line-height: 1.6;
    cursor: pointer;
    transition: border-color 0.25s ease, color 0.25s ease;
}
.button-group button:hover,
.button-group .button:hover,
.button-group button:focus-visible,
.button-group .button:focus-visible {
    background: transparent;
    color: #3e3d40;
    border-bottom-color: #3e3d40;
}
.button-group button.is-checked,
.button-group .button.is-checked,
.shops-filter .button.is-checked {
    background: transparent;
    color: #3e3d40;
    border-bottom-color: #3e3d40;
    font-weight: 400;
}

/* ── Shop-Grid — Schachbrett schwarz/grün (Vanilla-Engine aus client.basic.js,
   Marker shop-bw-odd/even per clients/client_62.js). Hover (Logo-Invert)
   kommt aus der geteilten frontend.css und bleibt unverändert. ── */
.shop-grid .shop_icon.shop-bw-odd  { background: #000000; }
.shop-grid .shop_icon.shop-bw-even { background: var(--brand-primary); }

/* Filter-Sichtbarkeit (Engine togglet diese Klasse) */
.shop-grid .shop_icon.shop-hidden { display: none; }

/* Gap-Fix: shared frontend.css setzt .shop-grid bei <=600px auf gap:0.
   Hier client-scoped zuruecknehmen, damit die Kacheln auch mobil Abstand haben. */
@media (max-width: 600px) {
    .shop-grid { gap: 10px; }
}


/* ==========================================================================
   11. Angebote
   ========================================================================== */
.angebot_icon .imagecontainer {
    filter: invert(1);
}


/* ==========================================================================
   12. Events
   ========================================================================== */

.event-teaser {
    --event-hover-outline: rgba(0,0,0,0.12);
}

.event-teaser > a:focus {
    outline: none;
}

.event-maintext h1 {
    color: #333;
}

.event-focus-container {
    padding: 0 20px;
}


/* ── News & Events — einzelnes Fokus-Event nutzt die volle Breite (2:1-Banner).
   Greift nur bei genau einem aktiven Event; bei 2–3 bleibt das 3er-Grid. ── */
.news-focus .event-teaser:only-child {
    grid-column: 1 / -1;
}
.news-focus .event-teaser:only-child > a {
    display: block;
    width: 100%;
}
.news-focus .event-teaser:only-child img {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 2 / 1;
    object-fit: cover;
    object-position: center;
}
.news-focus .event-teaser:only-child .event-teaser-info {
    margin-top: 14px;
}

/* ── Vergangene Events: Headline mit horizontaler Linie davor (wie MZ) ── */
.archiv-headline {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #2A2A2A;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.archiv-headline::before {
    content: '';
    flex: 1;
    height: 1px;
    background: #2A2A2A;
}


/* ==========================================================================
   13. Rechtliches & Anfahrt
   ========================================================================== */

.rechtliches h2 {
    font-size: 24px;
    color: #000;
    letter-spacing: 3px;
}

.rechtliches h3 {
    font-size: 20px;
    color: #000;
    letter-spacing: 2px;
}

.anfahrt h2 {
    font-size: 24px;
    color: #fff;
    letter-spacing: 3px;
}

.anfahrt button {
    padding: 6px 18px;
    border: 1px solid rgba(255,255,255,0.9);
    background: transparent;
    color: #fff;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.anfahrt button:hover,
.anfahrt button:focus-visible {
    background: rgba(255,255,255,1);
    color: #000;
    border-color: transparent;
    outline: none;
}


/* ==========================================================================
   14. KI-Chat Panel & Bot-Button
   ========================================================================== */

/* ── Floating Chat-Button ─────────────────────────────────────────────────── */
.nav-search {
    background: #000;
    color: #fff;
    box-shadow: 0 4px 18px rgba(0,0,0,0.45);
}

.nav-search::before,
.nav-search::after {
    border-color: #fff;
}

.nav-search:hover,
.nav-search:focus-visible {
    background: #1a1a1a;
    box-shadow: 0 6px 24px rgba(0,0,0,0.6);
    outline: 2px solid #fff;
    outline-offset: 4px;
}

/* ── Panel ────────────────────────────────────────────────────────────────── */
#ki-chat-panel {
    background: rgba(0,0,0,0.82);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-left: 1px solid rgba(255,255,255,0.15);
    box-shadow: -4px 0 24px rgba(0,0,0,0.8);
}

@media (max-width: 600px) {
    #ki-chat-panel {
        border-left: none;
        border-radius: 20px 20px 0 0;
        box-shadow: 0 -4px 24px rgba(0,0,0,0.8);
    }
}

#ki-chat-messages,
#ki-chat-form,
#ki-chat-banner {
    background: transparent;
}

#ki-chat-form {
    border-top-color: rgba(255,255,255,0.1);
}

/* Permanenter Hinweisbanner — Drehscheibe-Grün-Akzent statt gelbes Default */
#ki-chat-banner {
    background: rgba(34, 168, 87, 0.08);
    border-bottom: 1px solid rgba(34, 168, 87, 0.20);
    color: rgba(255, 255, 255, 0.82);
    font-size: 11.5px;
    line-height: 1.45;
}

#ki-chat-banner i {
    color: rgba(34, 168, 87, 0.95);
}

/* ── Header ──────────────────────────────────────────────────────────────── */
#ki-chat-header {
    border-bottom: 1px solid rgba(255,255,255,0.12);
    padding: 18px 20px;
}

#ki-chat-header-name {
    font-size: 17px;
    letter-spacing: 0.3px;
}

#ki-status-text {
    font-size: 12px;
    color:greenyellow;
}

#ki-status-text::before {
    background: rgba(255,255,255,0.5);
}

/* ── Bubbles ──────────────────────────────────────────────────────────────── */
.ki-bubble {
    font-size: 15px;
    line-height: 1.65;
}

.ki-msg-row--agent .ki-bubble {
    background: rgba(255,255,255,0.06);
    border-color: rgba(255,255,255,0.11);
    color: rgba(255,255,255,0.95);
}

.ki-msg-row--user .ki-bubble {
    background: #fff;
    border: none;
    color: #000;
}

.ki-bubble--intro {
    background: rgba(255,255,255,0.04);
    border-color: rgba(255,255,255,0.09);
    color: rgba(255,255,255,0.8);
    font-size: 15px;
    font-style: normal;
}

.ki-bubble--typing span {
    background: rgba(255,255,255,0.5);
}

/* ── Links ────────────────────────────────────────────────────────────────── */
.ki-link-btn {
    background: rgba(255,255,255,0.07);
    border-color: rgba(255,255,255,0.18);
    color: rgba(255,255,255,0.9);
}

.ki-link-btn:hover {
    background: rgba(255,255,255,0.14);
    border-color: rgba(255,255,255,0.35);
    color: #fff;
    text-decoration: none;
}

.ki-msg-row--agent .ki-bubble a {
    color: rgba(255,255,255,0.8);
}

.ki-msg-row--agent .ki-bubble a:hover {
    color: #fff;
}

/* ── Input ────────────────────────────────────────────────────────────────── */
#ki-chat-input {
    background: rgba(255,255,255,0.07);
    border-color: rgba(255,255,255,0.14);
    color: #fff;
    font-size: 15px;
}

#ki-chat-input::placeholder {
    color: rgba(255,255,255,0.35);
}

#ki-chat-input:focus {
    border-color: rgba(255,255,255,0.35);
}

/* ── Senden-Button (Drehscheibe-Grün-Gradient) ───────────────────────────── */
#ki-chat-send {
    color: #fff;
    background: linear-gradient(to right, #29b365 0%, #1c8f49 100%);
    border-radius: 50%;
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    opacity: 1;
}

#ki-chat-send:hover {
    background: linear-gradient(to left, #29b365 0%, #1c8f49 100%);
    opacity: 1;
}

#ki-chat-send:disabled {
    background: rgba(255,255,255,0.1);
    opacity: 0.4;
}

/* ── Disclaimer-Screen: Drehscheibe-Branding-Overrides ───────────────────── */

/* Info-Icon: grün-getönter Hintergrund mit Grün-Glyph */
.ki-disclaimer-icon {
    background: rgba(34, 168, 87, 0.15);
    color: #22a857;
}

/* Headline mit Drehscheibe-Akzentstrich (Gradient) */
.ki-disclaimer-titel {
    position: relative;
    padding-bottom: 14px;
    letter-spacing: 0.3px;
}

.ki-disclaimer-titel::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background: linear-gradient(to right, #29b365 0%, #1c8f49 100%);
}

/* DSGVO/KI-Hinweis-Links: dezente Hover-Animation in Grün */
.ki-disclaimer-links a:hover,
.ki-disclaimer-links a:focus-visible {
    background: rgba(34, 168, 87, 0.10);
    border-color: rgba(34, 168, 87, 0.45);
    color: #fff;
}

.ki-disclaimer-links a:hover i,
.ki-disclaimer-links a:focus-visible i {
    color: #22a857;
}

/* Start-Button: Drehscheibe-CTA-Gradient (überschreibt BIKINI-Rot-Fallback aus frontend.css) */
.ki-disclaimer-start {
    background: linear-gradient(to right, #29b365 0%, #1c8f49 100%);
    border-radius: 28px;
    padding: 13px 32px;
    letter-spacing: 0.4px;
    box-shadow: 0 6px 18px rgba(34, 168, 87, 0.32);
    transition: background 0.18s ease, transform 0.12s ease, box-shadow 0.18s ease;
}

.ki-disclaimer-start:hover {
    background: linear-gradient(to left, #29b365 0%, #1c8f49 100%);
    transform: translateY(-1px);
    box-shadow: 0 8px 22px rgba(34, 168, 87, 0.42);
}

.ki-disclaimer-start:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 3px;
}

/* ── Suche-/Chat-Launcher: per CSS in den Header (oben, links neben das Menü)
   statt floating. Markup bleibt in __suche.php (am body) — hier nur die
   Positionierung; schlägt die Inline-Regel aus __dynamic_styles.php per
   Spezifität (body > .nav-search). ── */
body > .nav-search {
    position: fixed;
    top: 38px;
    right: 70px;
    bottom: auto;
    left: auto;
    width: 40px;
    height: 40px;
    z-index: 120;
}
@media (max-width: 600px) {
    body > .nav-search {
        top: 32px;
    }
}


/* ==========================================================================
   15. Cookie-Banner
   ========================================================================== */
/* RC1 Branding (Layout/Größen kommen aus ANOXA frontend.css) */
#infosbanner {
    border-radius: 8px;
}
#infosbanner button {
    border-radius: 8px;
}
#infosbanner button:hover,
#infosbanner button:focus-visible {
    background: #fff;
    color: #000;
    outline: none;
}
