/* /Components/Advanced/AvailableEvents.razor.rz.scp.css */
.available-events[b-1ajzb2uetd] {
    margin-top: 20px;
    text-align: center;
}

.event-card[b-1ajzb2uetd] {
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
}

.event-card-img[b-1ajzb2uetd] {
    width: 100%;
    max-height: 320px;
    object-fit: cover;
    display: block;
}

.event-card-meta[b-1ajzb2uetd] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 16px;
    font-size: 0.95rem;
    color: #6c757d;
    margin-bottom: 6px;
}

.event-card-title[b-1ajzb2uetd] {
    margin: 0 0 10px 0;
    font-weight: 700;
    color: #212529;
}

.event-card-text[b-1ajzb2uetd] {
    margin: 0;
    color: #495057;
}

.event-card-price[b-1ajzb2uetd] {
    font-weight: 600;
    color: #212529;
}
/* /Components/Base/DropDownN.razor.rz.scp.css */
/* Basis Select Styling (wie altes Projekt, ohne Farben) */
.form-select[b-iijpkmnee4] {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: calc(1.5em + 0.75rem + 2px);
}

    /* Focus Styling ohne Farbdefinition */
    .form-select:focus[b-iijpkmnee4] {
        outline: none !important;
        box-shadow: 0 0 2px rgba(0,0,0,0.15);
    }

    /* Option Styling */
    .form-select[b-iijpkmnee4]  option {
        font-weight: normal;
        display: block;
        white-space: nowrap;
        min-height: 1.2em;
        padding: 0px 2px 1px;
    }

/* Secondary Border Variante (dein aktuelles Verhalten) */
.dropdown-norsotec-secondcolor[b-iijpkmnee4] {
    border-color: var(--app-secondary);
}

/* Width Utilities */
.w-300px[b-iijpkmnee4] {
    width: 300px !important;
}

.w-200px[b-iijpkmnee4] {
    width: 200px !important;
}
/* /Components/Base/DropDownOptionN.razor.rz.scp.css */
:host[b-g0tfgrqjof] {
    display: contents;
}
/* /Components/Base/PopupN.razor.rz.scp.css */
.popupn-backdrop[b-vow5hsba85] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1200;
    padding: 1rem;
}

.popupn-dialog[b-vow5hsba85] {
    background: #fff;
    border-radius: 0.4rem;
    width: 100%;
    max-width: 720px;
    max-height: calc(100vh - 2rem);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
}

.popupn-header[b-vow5hsba85] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    background: #f8f9fa;
}

.popupn-content[b-vow5hsba85] {
    padding: 1rem;
    overflow-y: auto;
}

.popupn-close[b-vow5hsba85] {
    border: 0;
    background: transparent;
    font-size: 1.25rem;
    line-height: 1;
    color: #333;
    padding: 0.25rem 0.5rem;
}

.popupn-close:hover[b-vow5hsba85] {
    color: #000;
}
/* /Components/Base/SpinnerN.razor.rz.scp.css */

.spinnern-backdrop[b-96wkx6qa1y] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
}

.lds-facebook[b-96wkx6qa1y],
.lds-facebook div[b-96wkx6qa1y] {
    box-sizing: border-box;
}

.lds-facebook[b-96wkx6qa1y] {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    color: var(--app-primary);
}

.lds-facebook div[b-96wkx6qa1y] {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    background: currentColor;
    animation: lds-facebook-b-96wkx6qa1y 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1)[b-96wkx6qa1y] {
    left: 8px;
    animation-delay: -0.24s;
}

.lds-facebook div:nth-child(2)[b-96wkx6qa1y] {
    left: 32px;
    animation-delay: -0.12s;
}

.lds-facebook div:nth-child(3)[b-96wkx6qa1y] {
    left: 56px;
    animation-delay: 0s;
}

@keyframes lds-facebook-b-96wkx6qa1y {
    0% {
        top: 8px;
        height: 64px;
    }

    50%, 100% {
        top: 24px;
        height: 32px;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-r215xwi2mi] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-r215xwi2mi] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.site-footer[b-r215xwi2mi] {
    margin-top: auto;
    border-top: 1px solid #0b5ed7;
    background: var(--bs-primary, #0d6efd);
    padding: 28px 0;
}

.site-footer__inner[b-r215xwi2mi] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.site-footer__left[b-r215xwi2mi] {
    color: #fff;
    font-size: 14px;
}

.site-footer__right[b-r215xwi2mi] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.site-footer__sponsor[b-r215xwi2mi] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}

.site-footer__sponsor:hover[b-r215xwi2mi] {
    text-decoration: underline;
}

.site-footer__sponsor-logo[b-r215xwi2mi] {
    height: 150px;
    width: auto;
    display: block;
}

.site-footer__right a[b-r215xwi2mi] {
    color: #fff;
    text-decoration: none;
}

.site-footer__right a:hover[b-r215xwi2mi] {
    text-decoration: underline;
}

.site-footer__sep[b-r215xwi2mi] {
    color: rgba(255, 255, 255, 0.75);
}

.layout-root[b-r215xwi2mi] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.layout-main[b-r215xwi2mi] {
    flex: 1 0 auto;
}

@media (max-width: 767.98px) {
    .site-footer__sponsor[b-r215xwi2mi] {
        width: 100%;
        justify-content: center;
    }

    .site-footer__left[b-r215xwi2mi],
    .site-footer__right[b-r215xwi2mi] {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
}
/* /Components/Pages/Info.razor.rz.scp.css */
.hero-section[b-40fodcccao] {
    background-image: url('/img/heroimage02.jpg');
    background-size: cover;
    background-position: center;
    height: 100vh;
    position: relative;
}

.hero-overlay[b-40fodcccao] {
    background: rgba(0, 0, 0, 0.65);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-content[b-40fodcccao] {
    text-align: center;
    color: white;
    max-width: 900px;
    padding: 20px;
}

    .hero-content h1[b-40fodcccao] {
        font-size: 3.5rem;
        font-weight: bold;
    }

    .hero-content h2[b-40fodcccao] {
        font-size: 1.8rem;
        margin-top: 20px;
        font-weight: 300;
    }

.info-section[b-40fodcccao] {
    padding: 80px 20px;
    background-color: #f8f9fa;
}

.hero-sponsor-link[b-40fodcccao] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 12px;
    color: #fff;
    font-size: 0.95rem;
    text-decoration: none;
    opacity: 0.95;
}

.hero-sponsor-link:hover[b-40fodcccao] {
    text-decoration: underline;
}

.hero-sponsor-link img[b-40fodcccao] {
    height: 40px;
    width: auto;
    display: block;
}
/* /Components/Pages/Reservieren.razor.rz.scp.css */
.seat-count-select[b-rq11qnjkjp] {
    height: 38px;
}

.hint-list[b-rq11qnjkjp] {
    padding-left: 1.25rem;
}

.hint-list li[b-rq11qnjkjp]::marker {
    font-size: 1.1em;
    font-weight: 700;
}

.hint-details summary[b-rq11qnjkjp] {
    cursor: pointer;
    font-weight: 600;
}

.confirm-box[b-rq11qnjkjp] {
    border: 2px solid #f0ad4e;
    background: #fff7e6;
    padding: 12px 16px;
    border-radius: 8px;
}

.confirm-box label[b-rq11qnjkjp] {
    font-weight: 700;
}

.confirm-box--checked[b-rq11qnjkjp] {
    border-color: #198754;
    background: #e6f4ea;
}

.ffauto-logo[b-rq11qnjkjp] {
    max-width: 400px;
    width: 100%;
    height: auto;
}

.reservation-mobile-step[b-rq11qnjkjp] {
    margin-bottom: 0.75rem;
}

.reservation-mobile-step__label[b-rq11qnjkjp] {
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0.35rem;
}

.reservation-mobile-step__progress[b-rq11qnjkjp] {
    height: 0.5rem;
}

.mobile-seatmap-warning[b-rq11qnjkjp] {
    font-size: 0.92rem;
    line-height: 1.35;
}
/* /Components/VisualElements/LocationConfigFunctional.razor.rz.scp.css */
.seatmap-wrap[b-xa5tkad24w] {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.25rem;
    scrollbar-width: auto;
    scrollbar-color: #0d6efd #dfe4ea;
}

.seatmap-wrap[b-xa5tkad24w]::-webkit-scrollbar {
    height: 14px;
}

.seatmap-wrap[b-xa5tkad24w]::-webkit-scrollbar-track {
    background: #dfe4ea;
    border-radius: 999px;
}

.seatmap-wrap[b-xa5tkad24w]::-webkit-scrollbar-thumb {
    background: #0d6efd;
    border-radius: 999px;
    border: 2px solid #dfe4ea;
}

.seatmap-wrap[b-xa5tkad24w]::-webkit-scrollbar-thumb:hover {
    background: #0b5ed7;
}

.seatmap[b-xa5tkad24w] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 12px;
    background: #f8f9fa;
    border-radius: 0.4rem;
    width: max-content;
    min-width: 100%;
}

.screen[b-xa5tkad24w] {
    background: #1e1e1e;
    color: #fff;
    text-align: center;
    padding: 8px 0;
    border-radius: 0.3rem;
    letter-spacing: 0.04em;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}

.stage[b-xa5tkad24w] {
    border: 2px solid #1e1e1e;
    color: #1e1e1e;
    text-align: center;
    padding: 16px 0;
    border-radius: 0.3rem;
    margin: 0 auto 10px auto;
    letter-spacing: 0.04em;
}

.seat-row[b-xa5tkad24w] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.seat-side[b-xa5tkad24w] {
    display: grid;
    gap: 4px;
}

.aisle[b-xa5tkad24w] {
    width: 24px;
}

.seat[b-xa5tkad24w] {
    width: 34px;
    height: 34px;
    border-radius: 4px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d0d0d0;
    cursor: pointer;
}

.seat-free[b-xa5tkad24w] {
    background: var(--seat-free-bg);
    color: var(--seat-free-text);
    border-color: var(--seat-free-border);
}

.seat-reserved[b-xa5tkad24w] {
    background: var(--seat-reserved-bg);
    color: var(--seat-reserved-text);
    border-color: var(--seat-reserved-border);
}

.seat-selected[b-xa5tkad24w] {
    background: var(--seat-selected-bg);
    color: var(--seat-selected-text);
    border-color: var(--seat-selected-border);
}

@media (max-width: 900px) {
    .seat[b-xa5tkad24w] {
        width: 26px;
        height: 26px;
        font-size: 10px;
    }

    .aisle[b-xa5tkad24w] {
        width: 16px;
    }

    .seat-side[b-xa5tkad24w] {
        gap: 3px;
    }
}

@media (max-width: 575.98px) {
    .seatmap[b-xa5tkad24w] {
        padding: 8px;
    }

    .seat[b-xa5tkad24w] {
        width: 24px;
        height: 24px;
        font-size: 9px;
    }

    .aisle[b-xa5tkad24w] {
        width: 10px;
    }
}

@media (max-width: 420px) {
    .seat[b-xa5tkad24w] {
        width: 17px;
        height: 17px;
        font-size: 7px;
    }
}
/* /Components/VisualElements/LocationConfigVisualOnly.razor.rz.scp.css */
.seatmap[b-un4eh00ix1] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 12px;
    background: #f8f9fa;
    border-radius: 0.4rem;
}

.screen[b-un4eh00ix1] {
    background: #1e1e1e;
    color: #fff;
    text-align: center;
    padding: 8px 0;
    border-radius: 0.3rem;
    letter-spacing: 0.04em;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}

.stage[b-un4eh00ix1] {
    border: 2px solid #1e1e1e;
    color: #1e1e1e;
    text-align: center;
    padding: 16px 0;
    border-radius: 0.3rem;
    margin: 0 auto 10px auto;
    letter-spacing: 0.04em;
}

.seat-row[b-un4eh00ix1] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.seat-side[b-un4eh00ix1] {
    display: grid;
    gap: 4px;
}

.aisle[b-un4eh00ix1] {
    width: 24px;
}

.seat[b-un4eh00ix1] {
    width: 34px;
    height: 34px;
    border-radius: 4px;
    background: #ffffff;
    border: 1px solid #d0d0d0;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
}

@media (max-width: 900px) {
    .seat[b-un4eh00ix1] {
        width: 26px;
        height: 26px;
        font-size: 10px;
    }

    .aisle[b-un4eh00ix1] {
        width: 16px;
    }

    .seat-side[b-un4eh00ix1] {
        gap: 3px;
    }
}
