/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-mr1exxpxwe] {
    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-mr1exxpxwe] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
.app-page-shell[b-mr1exxpxwe] {
    min-height: calc(100dvh - var(--mud-appbar-height, 64px));
    display: flex;
    flex-direction: column;
}

.app-body[b-mr1exxpxwe] {
    flex: 1 0 auto;
}

.app-footer[b-mr1exxpxwe] {
    flex-shrink: 0;
    padding: 1.5rem 0 max(1.5rem, env(safe-area-inset-bottom));
}

.app-footer-links[b-mr1exxpxwe] {
    flex-wrap: wrap;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-nq4l2bhph0],
.components-reconnect-repeated-attempt-visible[b-nq4l2bhph0],
.components-reconnect-failed-visible[b-nq4l2bhph0],
.components-pause-visible[b-nq4l2bhph0],
.components-resume-failed-visible[b-nq4l2bhph0],
.components-rejoining-animation[b-nq4l2bhph0] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-nq4l2bhph0],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-nq4l2bhph0],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-nq4l2bhph0],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-nq4l2bhph0],
#components-reconnect-modal.components-reconnect-retrying[b-nq4l2bhph0],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-nq4l2bhph0],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-nq4l2bhph0],
#components-reconnect-modal.components-reconnect-failed[b-nq4l2bhph0],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-nq4l2bhph0] {
    display: block;
}


#components-reconnect-modal[b-nq4l2bhph0] {
    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-nq4l2bhph0 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-nq4l2bhph0 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-nq4l2bhph0 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-nq4l2bhph0]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-nq4l2bhph0 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-nq4l2bhph0 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-nq4l2bhph0 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-nq4l2bhph0 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-nq4l2bhph0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-nq4l2bhph0] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-nq4l2bhph0] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-nq4l2bhph0] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-nq4l2bhph0] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-nq4l2bhph0] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-nq4l2bhph0] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-nq4l2bhph0 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-nq4l2bhph0] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-nq4l2bhph0 {
    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/Pages/Datenschutz.razor.rz.scp.css */
.privacy-list[b-5gf5cmf43p] {
    margin: 0;
    padding-left: 1.5rem;
    list-style: disc;
}

.privacy-list li[b-5gf5cmf43p] {
    padding-left: 0.125rem;
    margin-bottom: 0.35rem;
}

.privacy-list li:last-child[b-5gf5cmf43p] {
    margin-bottom: 0;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home-hero-title[b-cepoyd9mav] {
    max-width: min(100%, 16rem);
    font-size: clamp(2.25rem, 5vw, 3.75rem) !important;
    line-height: 1.12;
    text-wrap: balance;
    overflow-wrap: anywhere;
    word-break: normal;
    hyphens: auto;
}

.home-hero-subtitle[b-cepoyd9mav] {
    max-width: 28rem;
    line-height: 1.35;
    text-wrap: balance;
}

@media (max-width: 600px) {
    .home-hero[b-cepoyd9mav] {
        padding: 1.5rem 1rem !important;
        border-radius: 0 0 1.25rem 1.25rem !important;
    }

    .home-hero-title[b-cepoyd9mav] {
        font-size: clamp(1.8rem, 8vw, 2.25rem) !important;
        max-width: 100%;
    }

    .home-hero-subtitle[b-cepoyd9mav] {
        font-size: 1.125rem;
    }

    .home-search-card[b-cepoyd9mav] {
        padding: 1rem !important;
        margin-top: 0.5rem !important;
    }
}

@media (max-width: 360px) {
    .home-hero-title[b-cepoyd9mav] {
        font-size: clamp(1.55rem, 7.25vw, 1.8rem) !important;
    }

    .home-hero-subtitle[b-cepoyd9mav] {
        font-size: 1rem;
    }
}
/* /Components/Pages/Trips.razor.rz.scp.css */
[b-jfgoii12po] .trip-date-nav-row {
    gap: 0.5rem;
}

[b-jfgoii12po] .trip-date-nav-picker {
    min-width: 0;
}

.trip-date-picker-mobile[b-jfgoii12po] {
    display: none;
}

.trip-date-nav-title[b-jfgoii12po] {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.334;
    white-space: nowrap;
}

.trip-date-picker-desktop[b-jfgoii12po] {
    width: 15rem;
}

@media (max-width: 768px) {
    [b-jfgoii12po] .trip-date-nav {
        padding: 0.5rem !important;
    }

    [b-jfgoii12po] .trip-date-nav-row {
        gap: 0.25rem;
    }

    .trip-date-nav-title[b-jfgoii12po] {
        font-size: 0.875rem;
        line-height: 1.25;
    }

    [b-jfgoii12po] .trip-date-nav-picker {
        flex: 1 1 auto;
        min-width: 0;
    }

    .trip-date-picker-desktop[b-jfgoii12po] {
        display: none;
    }

    .trip-date-picker-mobile[b-jfgoii12po] {
        display: block;
        width: min(100%, 10.25rem);
    }
}

@media (max-width: 420px) {
    .trip-date-nav-title[b-jfgoii12po] {
        display: none;
    }
}

@media (max-width: 360px) {
    [b-jfgoii12po] .trip-date-nav {
        padding: 0.25rem !important;
    }

    .trip-date-picker-mobile[b-jfgoii12po] {
        width: 9.75rem;
    }
}
