/* /Guestlist/Pages/Event.razor.rz.scp.css */
 .guestlist-event-image[b-qdt5qrbqpu] {
    margin-bottom: 3rem;
}
.event-info-table[b-qdt5qrbqpu] {
    margin-bottom: 2rem;
}

.event-info-table td:last-child[b-qdt5qrbqpu] {
    padding: 1px 1px 1px 15px;
    font-weight: bold;
}
/* /Offline/Components/IOSPWAInstallationPrompt.razor.rz.scp.css */
.ios-installation-prompt[b-v3fq1co9c4] {
    position: absolute;
    margin: auto;
    width: fit-content;
    right: var(--safe-area-right);
    left: var(--safe-area-left);
    bottom: calc(10px + var(--safe-area-bottom));
    background-color: var(--akzent);
    color: var(--text-alternativ);
    border-radius: var(--input-border-radius);
    padding: 10px;
    z-index: 1000;
}

    .ios-installation-prompt[b-v3fq1co9c4]:before {
        content: "";
        display: block;
        left: 0;
        right: 0;
        top: 100%;
        position: absolute;
        margin: auto;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid transparent;
        border-top: 8px solid var(--akzent);
    }

button.material-icons[b-v3fq1co9c4] {
    border: none;
    background-color: transparent;
    padding: 0;
}


.ios-installation-steps[b-v3fq1co9c4] {
    list-style: decimal;
    padding-left: 1em;
}

    .ios-installation-steps li[b-v3fq1co9c4] {
        margin-top: .5em;
    }
/* /Offline/Pages/OfflineMode.razor.rz.scp.css */
progress[b-dyj1k6r3to] {
    width: 100%;
}

.culture-button[b-dyj1k6r3to] {
    background: none;
    border: none;
    height: 45px;
    width: 45px;
    padding: 0;
}
/* /Organizer/Components/OrganizerStationInformation.razor.rz.scp.css */
.organizer-information[b-lm74zp5vax] {
    background-color: #f3f3f3;
    padding: 20px;
    border-radius: 10px;
    margin: 1em 0;
}

.equipment-categorie[b-lm74zp5vax],
.organizer-text[b-lm74zp5vax] {
    font-weight: bold;
}

.organizer-icon[b-lm74zp5vax]{
    width: 50px;
}

.organizer-categories[b-lm74zp5vax] {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.equipment-title[b-lm74zp5vax] {
    width: 120px;
    text-overflow: ellipsis;
    display: inline-block;
}

.equipment-text[b-lm74zp5vax] {
    width: 30px;
    display: inline-block;
}
/* /Overview/Pages/Overview.razor.rz.scp.css */
.call-to-map-link[b-rl0vz2ipy6] {
    position: fixed;
    bottom: var(--footer-height);
    transform: translateX(-50%);
    left: 50%;
}
/* /Path/Pages/KartenansichtApi.razor.rz.scp.css */
/* svg grafik no location */
.no-location-svg[b-f813xwvkie] {
    padding-left:1.75em;
    padding-right:1.75em;
    margin-bottom:3em;
}
.no-location-info[b-f813xwvkie] {
    padding-left: 1.5em;
    padding-right: 1.5em;
}

.nl-cls-1[b-f813xwvkie] {
    fill: var(--akzent);
}
/* /Path/Pages/PathStart.razor.rz.scp.css */
/* /Quiz/Components/QuizQuestion.razor.rz.scp.css */
.quiz-title[b-pf9dgacku3] {
    justify-content: space-between;
}

.tipp-button[b-pf9dgacku3] {
    all: unset;
    white-space: nowrap;
    font-size: var(--text-size);
    cursor: pointer;
    display: flex;
    align-items: center;
}

    .tipp-button img[b-pf9dgacku3] {
        height: 30px;
        width: auto;
    }

.solutions[b-pf9dgacku3] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.solution[b-pf9dgacku3] {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    border-radius: var(--input-border-radius);
    color: var(--text-alternativ);
    padding: 2px 6px;
}

.solution-section[b-pf9dgacku3] {
    display: flex;
    gap: 4px;
    align-items: center;
}

.solution-right[b-pf9dgacku3] {
    background-color: var(--bestaetigung);
}

.solution-wrong[b-pf9dgacku3] {
    background-color: var(--fehler);
}

.solution-icon[b-pf9dgacku3] {
    width: 40px;
    height: 40px;
}

.solution-text[b-pf9dgacku3] {
    font-size: 14px;
    text-align: right;
}

.quiz-picture-options[b-pf9dgacku3] {
    display: flex;
    row-gap: 5px;
    column-gap: 5px;
    flex-wrap: wrap;
}

.picture-option[b-pf9dgacku3] {
    position: relative;
    padding: 0;
    flex-basis: calc(50% - 2.5px);
    background-color: transparent !important;
    border: none;
}

.answert-picture[b-pf9dgacku3] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 95%;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.multiple-choice-selected[b-pf9dgacku3] {
    border-radius: var(--input-border-radius);
}

    .multiple-choice-selected label[b-pf9dgacku3] {
        color: var(--text-alternativ);
    }

.muliple-choice-falsch[b-pf9dgacku3] {
    background-color: var(--fehler);
}

.muliple-choice-richtig[b-pf9dgacku3] {
    background-color: var(--bestaetigung);
}
/* /Quiz/Pages/Solving.razor.rz.scp.css */
.solutions[b-syr51xz4pw] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.solution[b-syr51xz4pw] {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    border-radius: var(--input-border-radius);
    color: var(--text-alternativ);
    padding: 2px 6px;
}

.solution-section[b-syr51xz4pw] {
    display: flex;
    gap: 4px;
    align-items: center;
}

.solution-right[b-syr51xz4pw] {
    background-color: var(--bestaetigung);
}

.solution-wrong[b-syr51xz4pw] {
    background-color: var(--fehler);
}

.solution-icon[b-syr51xz4pw] {
    width: 40px;
    height: 40px;
}

.solution-text[b-syr51xz4pw] {
    font-size: 14px;
    text-align: right;
}
/* /Shared/Components/FilterCheckbox.razor.rz.scp.css */
.filter-button[b-5ztnb57hfh] {
    display: flex;
    gap: 5px;
    align-items: center;
    border: none;
    background-color: transparent;
    padding: 0;
    height: auto;
    width: auto;
}

.filter-icon[b-5ztnb57hfh] {
    height: 35px;
    width: 35px;
    content: var(--filter-icon);
}

.filter-overlay-text[b-5ztnb57hfh] {
    font-size: var(--font-size-sm);
    color: var(--text-alternativ);
}

.filter-options[b-5ztnb57hfh] {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.filter-option[b-5ztnb57hfh] {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: var(--h3-size);
    width: fit-content;
}

.filter-checkbox[b-5ztnb57hfh] {
    display: block;
    position: relative;
    cursor: pointer;
    height: 52px;
    width: 52px;
    flex-shrink: 0;
}

.filter-hide-checkbox[b-5ztnb57hfh] {
    height: 52px;
    width: 52px;
}

.filter-checkmark[b-5ztnb57hfh] {
    height: 52px;
    width: 52px;
    position: absolute;
    top: 0;
    left: 0;
    content: var(--filter-inactive-icon);
}

.filter-hide-checkbox:checked ~ .filter-checkmark[b-5ztnb57hfh] {
    content: var(--filter-active-icon);
}

label[b-5ztnb57hfh] {
    font-weight: var(--h3-weight);
    font-family: var(--h3-font);
    color: var(--text-alternativ);
    font-size: var(--h3-size);
}
/* /Shared/Components/HeaderComponent.razor.rz.scp.css */
header[b-bpk36g1clg] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    height: var(--header-height);
    z-index: 2;
    gap: var(--main-padding);
    top: 0;
    width: 100%;
    max-width: var(--main-max-width);
    padding: var(--main-padding);
    background-color: var(--hintergrund);
}

.header-button[b-bpk36g1clg], .header-button *[b-bpk36g1clg] {
    height: 40px;
    width: 40px;
    min-height: 40px;
    min-width: 40px;

}

    .header-button button[b-bpk36g1clg] {
        all: unset;
        cursor: pointer;
    }

.header-logo-link[b-bpk36g1clg]{
    display: contents;
}

.header-logo[b-bpk36g1clg] {
    max-height: 120px;
    width: auto;
    min-width: 0;
    flex: 1 1 auto;
}

.sub-navigation-list[b-bpk36g1clg] {
    text-align: end;
    list-style: none;
}

.sub-navigation-item-link[b-bpk36g1clg] {
    font-size: var(--h1-size);
    font-weight: var(--h1-weight);
    font-family: var(--h1-font);
    color: var(--text-alternativ);
    text-decoration: none;
}

.sub-navigation-links[b-bpk36g1clg], .sub-navigation-link[b-bpk36g1clg] {
    color: var(--text-alternativ);
    font-size: var(--font-size-sm);
    text-align: right;
}

.sub-navigation-link[b-bpk36g1clg] {
    text-decoration: underline;
}

.sub-navigation-cultures[b-bpk36g1clg] {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    margin-bottom: 1rem;
}

.sub-navigation-culture[b-bpk36g1clg] {
    background: none;
    border: none;
    height: 45px;
    width: 45px;
    padding: 0;
}
/* /Shared/Components/ModalSwipeDialog.razor.rz.scp.css */
.modal-moving-overlay[b-hri3t9meke] {
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    height: var(--modal-moving-overlay-height);
    width: 100%;
    z-index: 4001;
}

.modal-swipe-dialog[b-hri3t9meke] {
    position: fixed;
    top: var(--modal-swipe-top);
    left: 0;
    background-color: var(--modal-swipe-hintergrund);
    height: var(--modal-swipe-height);
    width: 100%;
    z-index: 4000;
    transition: var(--modal-transition) ease-in-out;
    overflow-y: hidden;
    border-top-right-radius: var(--modal-swipe-border-radius);
    border-top-left-radius: var(--modal-swipe-border-radius);
}

.open[b-hri3t9meke] {
    box-shadow: var(--modal-swipe-shadow);
}

div.scroll-wrapper[b-hri3t9meke] {
    overflow-y: auto;
    height: calc(100% - 60px);
}

div.main-content[b-hri3t9meke] {
    padding: var(--main-padding);
}

.modal-footer[b-hri3t9meke] {
    text-align: center;
    display: block;
}

article .content[b-hri3t9meke] {
    padding-bottom: 0;
}

div .swiper-wrapper[b-hri3t9meke] {
    display: flex;
    justify-content: center;
    cursor: grab;
    height: 60px;
    align-items: center;
}

    div .swiper-wrapper .modal-swiper[b-hri3t9meke] {
        width: 33.3%;
        height: 5px;
        background-color: var(--text);
        border-radius: var(--input-border-radius);
    }
/* /Shared/Components/Overlay.razor.rz.scp.css */
.overlay[b-lq0phy5al6] {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: space-between;
    position: fixed;
    inset: 0;

    width: 100vw;
    width: 100dvw;
    height: 100vh;
    height: 100dvh;

    background: var(--overlay-hintergrund);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    padding: var(--main-padding);
    z-index: 9999;
    overscroll-behavior: contain;
    overflow-y: auto;
}

*[b-lq0phy5al6] {
    color: var(--text-alternativ);
}

.overlay.right[b-lq0phy5al6] {
    align-items: flex-end;
}

.overlay.left[b-lq0phy5al6] {
    align-items: flex-start;
}
/* /Shared/Components/StarRating.razor.rz.scp.css */
.star-rating-label[b-cu5ee5lbww] {
    text-align: center;
}

.star-rating[b-cu5ee5lbww] {
    display: block;
    width: 100%;
    line-height: 1.2em;
    text-align: center;
}

.star[b-cu5ee5lbww] {
    display: inline-block;
    height: 40px;
    width: 40px;
    cursor: pointer;
    background-image: var(--bewertung-stern-inaktiv);
    background-repeat: round;
}

    .star.checked[b-cu5ee5lbww] {
        background-image: var(--bewertung-stern-aktiv);
    }
/* /Shared/Components/TextBox.razor.rz.scp.css */
/* /Shared/Components/UpdateAvailableDetector.razor.rz.scp.css */
.floating-update-button[b-i9yealujwe] {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    padding: 1rem 1.5rem;
    animation: fadein-b-i9yealujwe 2s ease-out;
}

@keyframes fadein-b-i9yealujwe {
    from {
        right: -100%;
    }

    to {
        right: 2rem;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.row[b-bllhx2xz43] {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

main[b-bllhx2xz43], footer[b-bllhx2xz43] {
    overflow: hidden;
    padding: var(--main-padding);
}

main[b-bllhx2xz43] {
    background-color: var(--hintergrund);
    padding-bottom: calc(var(--main-padding) + var(--footer-height));
}

/* Wenn ein Header vorhanden ist, muss der abstand berechnet werden */
header ~ main[b-bllhx2xz43] {
    padding-top: calc(var(--main-padding) + var(--header-height));
}

footer[b-bllhx2xz43], nav[b-bllhx2xz43] {
    width: 100%;
    max-width: var(--main-max-width);
    background: var(--footer-background);
}

footer[b-bllhx2xz43] {
    height: var(--footer-height);
    position: fixed;
    bottom: 0;
    border-top-left-radius: var(--footer-border-radius);
    border-top-right-radius: var(--footer-border-radius);
    text-align: center;
}
/* /Shared/NavMainLayout.razor.rz.scp.css */
.row[b-fmvamll2mp] {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

main[b-fmvamll2mp], footer[b-fmvamll2mp] {
    overflow: hidden;
    padding: var(--main-padding);
}

main[b-fmvamll2mp] {
    background-color: var(--hintergrund);
    padding-bottom: calc(var(--main-padding) + var(--footer-height));
}

/* Wenn ein Header vorhanden ist, muss der abstand berechnet werden */
header ~ main[b-fmvamll2mp] {
    padding-top: calc(var(--main-padding) + var(--header-height));
}

footer[b-fmvamll2mp], nav[b-fmvamll2mp] {
    width: 100%;
    max-width: var(--main-max-width);
    background: var(--footer-background);
}

footer[b-fmvamll2mp] {
    height: var(--footer-height);
    position: fixed;
    bottom: 0;
    border-top-left-radius: var(--footer-border-radius);
    border-top-right-radius: var(--footer-border-radius);
    text-align: center;
}
/* /Shared/NavMenu.razor.rz.scp.css */
nav[b-fjauahbldn] {
    height: var(--nav-height);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    background-color: transparent;
    overflow: hidden;
    gap: var(--main-padding);
    align-items: flex-end;
}

a[b-fjauahbldn], img[b-fjauahbldn] {
    width: var(--nav-height);
}

.menu-item[b-fjauahbldn] {
    width: 100%;
}
/* /Station/Components/StationsList.razor.rz.scp.css */
.station-liste[b-xq1sreeqk4] {
    width: 100%;
    margin: 0;
    margin-top: 2.25em;
    padding: 0;
}

.station-liste li[b-xq1sreeqk4] {
    width: 100%;
    border-top: 1px solid var(--schatten);
    list-style-type: none;
    padding-left: 0.15em;
    padding-right: 0.15em;
    line-height: 2.5em;
    justify-content: space-between;
    display: flex;
}

.station-poi[b-xq1sreeqk4] {
}

.map-icon[b-xq1sreeqk4] {
    width: 30px;
    height: 30px;
}

.list-icon[b-xq1sreeqk4] {
    width: 30px;
    height: 30px;
    margin-right: 0.25em;
}

.list-end[b-xq1sreeqk4] {
    border-bottom: 1px solid var(--schatten);
}

.station-headline[b-xq1sreeqk4] {
    display: flex;
    vertical-align: text-bottom;
}

.link-station[b-xq1sreeqk4] {
    color: var(--text);
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 30px);
}
/* /Station/Pages/StationOverview.razor.rz.scp.css */
/* /Timetable/Components/TimetableBlankListing.razor.rz.scp.css */
.programm-liste[b-143uvaxyiy] {
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: 2.25em;
}

    .programm-liste li.programm-item[b-143uvaxyiy] {
        list-style: none;
        border-top: 1px solid grey;
        padding: 15px 0 15px 10px;
    }

.programm-date-wrapper[b-143uvaxyiy] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.programm-link[b-143uvaxyiy] {
    text-decoration: none;
}

.list-opions[b-143uvaxyiy] {
    margin-left: auto;
    display: flex;
}

.favorite-toggle[b-143uvaxyiy], .list-toggle[b-143uvaxyiy], .favorite-filter[b-143uvaxyiy] {
    border: none;
    background-color: transparent;
    padding: 0;
}

.list-toggle[b-143uvaxyiy] {
    width: 40px;
    height: 40px;
    font-size: 30px;
}

.day-filter[b-143uvaxyiy] {
    background-color: transparent;
    border: none;
    color: var(--text);
    padding: 1px 8px !important;
    margin: 0;
    height: 35px;
}

.day-filter-active[b-143uvaxyiy] {
    background-color: var(--button-b-background);
    color: var(--text-alternativ);
}

.filter-wrapper[b-143uvaxyiy] {
    display: flex;
    align-items: center;
}

.filter-wrapper-inline[b-143uvaxyiy] {
    display: inline-flex;
    align-items: center;
    width: calc(100% - 40px);
}
/* /Timetable/Components/TimetableListing.razor.rz.scp.css */
.programm-liste[b-a5l9cyspjy] {
    width: 100%;
    margin: 0;
    padding: 0;
}

    .programm-liste li.programm-item[b-a5l9cyspjy] {
        width: 100%;
        list-style: none;
        min-height: 170px;
        margin-top: 2.25em;
        position: relative;
    }

img.program-picture[b-a5l9cyspjy] {
    object-fit: contain;
    min-height: 170px;
}

.programm-link[b-a5l9cyspjy] {
    text-decoration: none;
    display: block;
}

.programm-info[b-a5l9cyspjy] {
    position: absolute;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.programm-title[b-a5l9cyspjy],
.programm-date[b-a5l9cyspjy] {
    background-color: var(--hintergrund);
    color: var(--text);
    width: fit-content;
    padding: 2px 8px;
    text-align: center;
}

.list-opions[b-a5l9cyspjy] {
    margin-left: auto;
    display: flex;
}

.favorite-toggle[b-a5l9cyspjy], .list-toggle[b-a5l9cyspjy], .favorite-filter[b-a5l9cyspjy] {
    border: none;
    background-color: transparent;
    padding: 0;
}

.list-toggle[b-a5l9cyspjy] {
    width: 40px;
    height: 40px;
    font-size: 30px;
}

.favorite-toggle[b-a5l9cyspjy] {
    position: absolute;
    top: 5px;
    right: 5px;
}

.day-filter[b-a5l9cyspjy] {
    background-color: transparent;
    border: none;
    color: var(--text);
    padding: 1px 8px !important;
    margin: 0;
    height: 35px;
}

.day-filter-active[b-a5l9cyspjy] {
    background-color: var(--button-b-background);
    color: var(--text-alternativ);
}

.favorite-filter[b-a5l9cyspjy] {
    margin-left: auto;
}

.filter-wrapper[b-a5l9cyspjy] {
    display: flex;
    align-items: center;
}

.filter-wrapper-inline[b-a5l9cyspjy] {
    display: inline-flex;
    align-items: center;
    width: calc(100% - 40px);
}
/* /Timetable/Pages/TimetableImage.razor.rz.scp.css */
/* /Timetable/Pages/TimetableList.razor.rz.scp.css */
/* /Timetable/Pages/TimetableOverview.razor.rz.scp.css */
.event-date[b-gcrhu2xcf5] {
    font-weight: bold;
}

.sozial-media-links[b-gcrhu2xcf5] {
    display: flex;
    gap: .5em;
}

.sozial-media-link img[b-gcrhu2xcf5]{
    height: 35px;
    width: 35px;
}

.map-link[b-gcrhu2xcf5]{
    text-decoration: none;
    color: var(--text);
    margin-left: auto;
}

.programm-title[b-gcrhu2xcf5]{
    align-items:center;
}

.favorite-toggle[b-gcrhu2xcf5] {
    height: 40px;
    width: 40px;
    border: none;
    background-color: transparent;
    padding: 0;
    margin-left: auto;
}
