/* /Components/Layout/MainLayout.razor.rz.scp.css */
.site-main[b-w5ir2cq9g3] {
    flex: 1;
    background-color: #000;
    color: #fff;
    min-height: calc(100vh - 62px);
}

#blazor-error-ui[b-w5ir2cq9g3] {
    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-w5ir2cq9g3] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-7kpc5ytc78] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-7kpc5ytc78] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-7kpc5ytc78] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-7kpc5ytc78] {
    font-size: 1.1rem;
}

.bi[b-7kpc5ytc78] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-7kpc5ytc78] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-7kpc5ytc78] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-7kpc5ytc78] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-7kpc5ytc78] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-7kpc5ytc78] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-7kpc5ytc78] {
        padding-bottom: 1rem;
    }

    .nav-item[b-7kpc5ytc78]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-7kpc5ytc78]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-7kpc5ytc78]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-7kpc5ytc78] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-7kpc5ytc78] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-7kpc5ytc78] {
        display: none;
    }

    .nav-scrollable[b-7kpc5ytc78] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-u9guobju4e],
.components-reconnect-repeated-attempt-visible[b-u9guobju4e],
.components-reconnect-failed-visible[b-u9guobju4e],
.components-pause-visible[b-u9guobju4e],
.components-resume-failed-visible[b-u9guobju4e],
.components-rejoining-animation[b-u9guobju4e] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-u9guobju4e],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-u9guobju4e],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-u9guobju4e],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-u9guobju4e],
#components-reconnect-modal.components-reconnect-retrying[b-u9guobju4e],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-u9guobju4e],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-u9guobju4e],
#components-reconnect-modal.components-reconnect-failed[b-u9guobju4e],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-u9guobju4e] {
    display: block;
}


#components-reconnect-modal[b-u9guobju4e] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-u9guobju4e 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-u9guobju4e 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-u9guobju4e 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-u9guobju4e]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-u9guobju4e 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-u9guobju4e {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-u9guobju4e {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-u9guobju4e {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-u9guobju4e] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-u9guobju4e] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-u9guobju4e] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-u9guobju4e] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-u9guobju4e] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-u9guobju4e] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-u9guobju4e] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-u9guobju4e 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-u9guobju4e] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-u9guobju4e {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Layout/SiteFooter.razor.rz.scp.css */
.site-footer[b-kyi6vuih5q] {
    background: #0a0a0a;
    border-top: 1px solid #1c1c1c;
    color: #d0d0d0;
    font-family: var(--font, 'Segoe UI', sans-serif);
}

.footer-grid[b-kyi6vuih5q] {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.4fr 1fr 1.2fr 0.8fr;
    gap: 2.5rem;
    padding: 3.5rem 2rem 2.5rem;
}

.footer-col h4[b-kyi6vuih5q] {
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #8a8a8a;
    margin: 0 0 1.1rem;
}

.footer-col ul[b-kyi6vuih5q] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.footer-col li[b-kyi6vuih5q] {
    font-size: 0.88rem;
    line-height: 1.5;
}

.footer-col a[b-kyi6vuih5q] {
    color: #d0d0d0;
    text-decoration: none;
    transition: color 0.2s;
}

.footer-col a:hover[b-kyi6vuih5q] {
    color: #fff;
}

.footer-col i[b-kyi6vuih5q] {
    color: #8a8a8a;
    margin-right: 0.4rem;
}

.footer-logo[b-kyi6vuih5q] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-weight: 700;
    color: #fff;
    font-size: 1rem;
    margin-bottom: 0.9rem;
}

.footer-logo img[b-kyi6vuih5q] {
    height: 34px;
    width: auto;
    display: block;
}

.footer-brand p[b-kyi6vuih5q] {
    font-size: 0.88rem;
    line-height: 1.65;
    color: #a8a8a8;
    margin: 0 0 1.2rem;
    max-width: 300px;
}

.footer-social[b-kyi6vuih5q] {
    display: flex;
    gap: 1rem;
}

.footer-social a[b-kyi6vuih5q] {
    color: #a8a8a8;
    font-size: 1.25rem;
    transition: color 0.2s, transform 0.15s;
    display: flex;
}

.footer-social a:hover[b-kyi6vuih5q] {
    color: #fff;
    transform: translateY(-2px);
}

.footer-bottom[b-kyi6vuih5q] {
    border-top: 1px solid #1c1c1c;
    text-align: center;
    padding: 1.2rem 2rem;
    font-size: 0.8rem;
    color: #777;
}

@media (max-width: 900px) {
    .footer-grid[b-kyi6vuih5q] {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
        padding: 2.5rem 1.5rem 2rem;
    }
}

@media (max-width: 540px) {
    .footer-grid[b-kyi6vuih5q] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Layout/SiteNav.razor.rz.scp.css */
/* ─── Sticky Top Bar ─────────────────────────────────────────────────── */
.site-nav[b-6c38f4zikz] {
    position: sticky;
    top: 0;
    z-index: 200;
    background-color: #000;
    border-bottom: 1px solid #1c1c1c;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 62px;
    padding: 0 2rem;
    font-family: 'Segoe UI', sans-serif;
}

/* ─── Left: page links ───────────────────────────────────────────────── */
.site-nav-left[b-6c38f4zikz] {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.site-nav-link[b-6c38f4zikz] {
    color: #c8c8c8;
    text-decoration: none;
    font-size: 0.9rem;
    letter-spacing: 0.03em;
    transition: color 0.2s;
    white-space: nowrap;
}

.site-nav-link:hover[b-6c38f4zikz],
.site-nav-link.active[b-6c38f4zikz] {
    color: #fff;
}

/* underline the active page */
.site-nav-link.active[b-6c38f4zikz] {
    border-bottom: 2px solid #fff;
    padding-bottom: 2px;
}

/* ─── Center: social icons ───────────────────────────────────────────── */
.site-nav-social[b-6c38f4zikz] {
    display: flex;
    align-items: center;
    gap: 1.2rem;
}

.site-nav-social a[b-6c38f4zikz] {
    color: #c8c8c8;
    font-size: 1.2rem;
    line-height: 1;
    transition: color 0.2s;
    display: flex;
    align-items: center;
}

.site-nav-social a:hover[b-6c38f4zikz] {
    color: #fff;
}

/* ─── Right: Buchen button + brand ──────────────────────────────────── */
.site-nav-right[b-6c38f4zikz] {
    display: flex;
    align-items: center;
    gap: 1.4rem;
}

.site-nav-book[b-6c38f4zikz] {
    background-color: #fff;
    color: #000;
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 6px 18px;
    border-radius: 4px;
    transition: background-color 0.2s, color 0.2s;
    white-space: nowrap;
}

.site-nav-book:hover[b-6c38f4zikz] {
    background-color: #e00;
    color: #fff;
}

.site-nav-brand[b-6c38f4zikz] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    color: #f0f0f0;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.88rem;
    white-space: nowrap;
}

.site-nav-brand img[b-6c38f4zikz] {
    height: 30px;
    width: auto;
    display: block;
}

/* ─── Mobile hamburger (hidden on desktop) ───────────────────────────── */
.site-nav-toggle-input[b-6c38f4zikz] {
    display: none;
}

.site-nav-hamburger[b-6c38f4zikz] {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 26px;
    height: 18px;
    cursor: pointer;
    z-index: 10;
}

.site-nav-hamburger span[b-6c38f4zikz] {
    display: block;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: transform 0.25s, opacity 0.25s;
}

.site-nav-mobile-menu[b-6c38f4zikz] {
    display: none;
}

/* ─── Responsive ─────────────────────────────────────────────────────── */
@media (max-width: 700px) {
    .site-nav-left[b-6c38f4zikz],
    .site-nav-social[b-6c38f4zikz],
    .site-nav-right[b-6c38f4zikz] {
        display: none;
    }

    .site-nav-hamburger[b-6c38f4zikz] {
        display: flex;
    }

    /* open state */
    .site-nav-toggle-input:checked ~ .site-nav-mobile-menu[b-6c38f4zikz] {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 62px;
        left: 0;
        right: 0;
        background: #0a0a0a;
        border-bottom: 1px solid #222;
        padding: 1rem 1.5rem 1.5rem;
        gap: 1rem;
    }

    .site-nav-mobile-menu a[b-6c38f4zikz] {
        color: #c8c8c8;
        text-decoration: none;
        font-size: 1rem;
        transition: color 0.2s;
    }

    .site-nav-mobile-menu a:hover[b-6c38f4zikz] {
        color: #fff;
    }

    .site-nav-mobile-book[b-6c38f4zikz] {
        color: #fff !important;
        font-weight: 700;
        border-top: 1px solid #222;
        padding-top: 0.75rem;
    }

    /* animate hamburger to X when open */
    .site-nav-toggle-input:checked ~ .site-nav-hamburger span:nth-child(1)[b-6c38f4zikz] {
        transform: translateY(8px) rotate(45deg);
    }
    .site-nav-toggle-input:checked ~ .site-nav-hamburger span:nth-child(2)[b-6c38f4zikz] {
        opacity: 0;
    }
    .site-nav-toggle-input:checked ~ .site-nav-hamburger span:nth-child(3)[b-6c38f4zikz] {
        transform: translateY(-8px) rotate(-45deg);
    }

    /* keep brand visible on mobile */
    .site-nav-right[b-6c38f4zikz] {
        display: flex !important;
        gap: 0.8rem;
    }

    .site-nav-book[b-6c38f4zikz] {
        display: none;
    }
}

/* ─── Bewertungsschild in der Navigationsleiste ───────────────────────────
   Führt zum Bewertungsblock auf "Über uns". Zurückhaltend gehalten: Die
   Sterne tragen die Aufmerksamkeit, Note und Anzahl bleiben klein. */
.site-nav-rating[b-6c38f4zikz] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 5px 11px;
    border: 1px solid #262626;
    border-radius: 999px;
    background: #0d0d0d;
    color: #c8c8c8;
    text-decoration: none;
    font-size: 0.82rem;
    line-height: 1;
    white-space: nowrap;
    transition: border-color 0.2s, color 0.2s, background 0.2s;
}

.site-nav-rating:hover[b-6c38f4zikz] {
    border-color: #3a3a3a;
    background: #141414;
    color: #fff;
}

.site-nav-rating:focus-visible[b-6c38f4zikz] {
    outline: 2px solid var(--accent, #e00);
    outline-offset: 2px;
}

.site-nav-rating-stars[b-6c38f4zikz] {
    color: #ffc107;
    letter-spacing: 0.04em;
    font-size: 0.9rem;
}

.site-nav-rating-score[b-6c38f4zikz] {
    font-weight: 700;
    color: #fff;
}

.site-nav-rating-count[b-6c38f4zikz] {
    color: #8a8a8a;
}

/*  Zwischen 700 und 1000px wird die Leiste eng – dort nur Sterne und Note,
    die Anzahl entfällt. */
@media (max-width: 1000px) {
    .site-nav-rating-count[b-6c38f4zikz] { display: none; }
}

@media (max-width: 700px) {
    /* In der schmalen Leiste kein Platz – erscheint stattdessen im Klappmenü. */
    .site-nav-rating[b-6c38f4zikz] { display: none; }

    .site-nav-mobile-rating[b-6c38f4zikz] {
        color: #ffc107 !important;
        font-size: 0.92rem !important;
    }
}
