/* _content/Atrium.Web.Shop/Layout/MainLayout.razor.rz.scp.css */
.page[b-r82ljf1ppf] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-r82ljf1ppf] {
    flex: 1;
}

.sidebar[b-r82ljf1ppf] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.loadingScreenText[b-r82ljf1ppf]{
    color: white;
}

.top-row[b-r82ljf1ppf] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-r82ljf1ppf]  a, .top-row .btn-link[b-r82ljf1ppf] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-r82ljf1ppf] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-r82ljf1ppf] {
        display: none;
    }

    .top-row.auth[b-r82ljf1ppf] {
        justify-content: space-between;
    }

    .top-row a[b-r82ljf1ppf], .top-row .btn-link[b-r82ljf1ppf] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-r82ljf1ppf] {
        flex-direction: row;
    }

    .sidebar[b-r82ljf1ppf] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-r82ljf1ppf] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-r82ljf1ppf], article[b-r82ljf1ppf] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Atrium.Web.Shop/Modules/TicketWizard/Features/Bestaetigung/UI/Bestaetigung.razor.rz.scp.css */
.bestaetigung-container[b-pmj97dn0gv] {
    width: 85%;
    margin: auto;
    padding: 10px 10px 20px 10px;
    background: rgb(191, 239, 255, 0.3)
}

h3[b-pmj97dn0gv], label[b-pmj97dn0gv] {
    color: white;
}
/* _content/Atrium.Web.Shop/Modules/TicketWizard/Features/Bestaetigung/UI/BestaetigungMobile.razor.rz.scp.css */
.bestaetigung-container[b-sbxhg85ph3] {
    width: 95%;
    margin: auto;
    padding: 5px;
    background: rgb(191, 239, 255, 0.3)
}

.k-button[b-sbxhg85ph3] {
    width: 100% !important;
}
/* _content/Atrium.Web.Shop/Modules/TicketWizard/Features/Kontakt/UI/Kontakt.razor.rz.scp.css */
.kontaktformular[b-ikrpo41ejm] {
    padding: 0.5% 0% 1% 1%;
    float: left;
    background-color: rgb(191, 239, 255, 0.3);
    width: auto;
    margin: 0% 1% 1% 0%;
}

.warenkorb-implemented[b-ikrpo41ejm] {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    background-color: rgb(191, 239, 255, 0.3);
    min-width: 300px;
}

.kontaktformular-container[b-ikrpo41ejm] {
    width: 85%;
    margin-left: 7.5%;
    margin-right: 7.5%;
}

.input-container[b-ikrpo41ejm] {
    display: flex;
    flex-wrap: wrap;
}

.content[b-ikrpo41ejm] {
    padding: 0;
    width: 50%;
    min-width: 250px;
}

label[b-ikrpo41ejm] {
    color: black;
    background-color: lightskyblue;
    width: 250px;
    border-radius: 3px 3px 0 0;
    margin: 20px 20px 0 0;
    padding: 0 0 0 10px;
}

[b-ikrpo41ejm] .telerikComboBox {
    max-width: 250px;
    border-radius: 0 0 3px 3px;
    padding: 0 0 0 10px;
    background-color: white;
}

[b-ikrpo41ejm] .telerikTextbox {
    width: 250px;
    border-radius: 0 0 3px 3px;
    margin: 0 20px 0 0;
    padding: 0 0 0 10px;
    background-color: white;
}
/* _content/Atrium.Web.Shop/Modules/TicketWizard/Features/Kontakt/UI/KontaktMobile.razor.rz.scp.css */
.kontaktformular-container[b-63oi7ol23t] {
    width: 100%;
    background: rgb(191, 239, 255, 0.3);
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 2%;
}

.warenkorb-implemented[b-63oi7ol23t] {
    margin-top: 5%!important;
}

[b-63oi7ol23t] .warenkorb {
    padding: 1.5%;
    float: left;
}

[b-63oi7ol23t] .warenkorb-container {
    background: rgb(191, 239, 255, 0.3);
}

div#wizard-step-2[b-63oi7ol23t] {
    box-sizing: border-box;
    padding: 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
}

h3[b-63oi7ol23t] {
    text-align: center;
}

#gesamtpreis[b-63oi7ol23t] {
    width: 50%;
    margin: auto;
    text-align: center;
}
/* _content/Atrium.Web.Shop/Modules/TicketWizard/Features/Reiseauskunft/ReisestationSelector.razor.rz.scp.css */
.content[b-zjeky3h4xa] {
    min-width: 250px;
    padding: 0;
    margin: 5px;
}

label[b-zjeky3h4xa] {
    color: dimgrey;
    background-color: lightskyblue;
    width: 100%;
    border-radius: 3px 3px 0 0;
    margin: 20px 20px 0 0;
    padding: 0 0 0 10px;
}

.telerikComboxBox[b-zjeky3h4xa] {
    width: 100%;
}
/* _content/Atrium.Web.Shop/Modules/TicketWizard/Features/Reiseauskunft/UI/Reiseauskunft.razor.rz.scp.css */
.suchformular-container[b-9f3vo7adep] {
    width: 85%;
    margin: auto;
    background: rgb(191, 239, 255, 0.3)
}

.suchformular[b-9f3vo7adep] {
    padding: 10px 10px 20px 10px;
}

.input-container[b-9f3vo7adep] {
    display: flex;
    flex-wrap: wrap;
}

.content[b-9f3vo7adep] {
    min-width: 250px;
    padding: 0;
}

.content-datetime[b-9f3vo7adep] {
    min-width: 250px;
    padding: 0;
    margin: 5px;
}

.startTextLabel[b-9f3vo7adep] {
    color: black;
    background-color: #FFFD74;
    width: 100%;
    border-radius: 3px 3px 0 0;
    margin: 20px 20px 0 0;
    padding: 0 0 0 10px;
    align-content: center;
}

label[b-9f3vo7adep] {
    color: dimgrey;
    background-color: lightskyblue;
    width: 100%;
    border-radius: 3px 3px 0 0;
    margin: 20px 20px 0 0;
    padding: 0 0 0 10px;
}

.k-time-now .k-button-text[b-9f3vo7adep] {
    visibility: hidden;
}

    .k-time-now .k-button-text[b-9f3vo7adep]::after {
        content: "Jetzt";
        visibility: visible;
        margin-left: -4%;
        margin-right: 5px;
    }

.k-time-cancel .k-button-text[b-9f3vo7adep] {
    visibility: hidden;
}

    .k-time-cancel .k-button-text[b-9f3vo7adep]::after {
        content: "Abbrechen";
        visibility: visible;
        margin-left: -60px;
    }

.k-time-accept .k-button-text[b-9f3vo7adep] {
    visibility: hidden;
}

    .k-time-accept .k-button-text[b-9f3vo7adep]::after {
        content: "OK";
        visibility: visible;
        margin-left: -35px;
    }

.k-time-list-wrapper:first-of-type > span:first-child[b-9f3vo7adep] {
    visibility: hidden;
}

    .k-time-list-wrapper:first-of-type > span:first-child[b-9f3vo7adep]:after {
        content: "Stunde";
        visibility: visible;
        margin-left: -25%
    }

[b-9f3vo7adep] .telerikComboBox {
    max-width: 250px;
    border-radius: 0 0 3px 3px;
    padding: 0 0 0 10px;
    background-color: white;
}

[b-9f3vo7adep] .telerikDatePicker {
    margin: 0 20px 0 0;
    padding: 0 0 0 10px;
    background-color: white;
}
/* _content/Atrium.Web.Shop/Modules/TicketWizard/Features/Reiseauskunft/UI/ReiseauskunftMobile.razor.rz.scp.css */
.suchformular-container[b-anf9a7v9qg] {
    width: 100%;
    margin: auto;
    padding: 5px;
    background: rgb(191, 239, 255, 0.3)
}

.suchformular[b-anf9a7v9qg] {
    width: 97%;
}

.content[b-anf9a7v9qg] {
    min-width: 250px;
    padding: 0;
    margin: 5px;
}

.startTextLabel[b-anf9a7v9qg] {
    color: black;
    background-color: #FFFD74;
    width: 100%;
    border-radius: 3px 3px 0 0;
    margin: 20px 20px 0 0;
    padding: 0 0 0 10px;
    align-content: center;
}

.content-label[b-anf9a7v9qg] {
    color: dimgrey;
    background-color: lightskyblue;
    width: 100%;
    border-radius: 3px 3px 0 0;
    margin: 20px 20px 0 0;
    padding: 0 0 0 10px;
}

.k-time-now .k-button-text[b-anf9a7v9qg] {
    visibility: hidden;
}

    .k-time-now .k-button-text[b-anf9a7v9qg]::after {
        content: "Jetzt";
        visibility: visible;
        margin-left: -4%;
        margin-right: 5px;
    }

.k-time-cancel .k-button-text[b-anf9a7v9qg] {
    visibility: hidden;
}

    .k-time-cancel .k-button-text[b-anf9a7v9qg]::after {
        content: "Abbrechen";
        visibility: visible;
        margin-left: -60px;
    }

.k-time-accept .k-button-text[b-anf9a7v9qg] {
    visibility: hidden;
}

    .k-time-accept .k-button-text[b-anf9a7v9qg]::after {
        content: "OK";
        visibility: visible;
        margin-left: -35px;
    }

.k-time-list-wrapper:first-of-type > span:first-child[b-anf9a7v9qg] {
    visibility: hidden;
}

    .k-time-list-wrapper:first-of-type > span:first-child[b-anf9a7v9qg]:after {
        content: "Stunde";
        visibility: visible;
        margin-left: -25%
    }
/* _content/Atrium.Web.Shop/Modules/TicketWizard/Features/Tickets/TicketCounter.razor.rz.scp.css */
label[b-9hsj7z0ewd] {
    width: 100%;
    color: dimgrey;
    background-color: lightskyblue;
    border-radius: 3px 3px 0 0;
    padding: 0 0 0 0px;
    text-align: center;
}

[b-9hsj7z0ewd] .telerikTextbox {
    width: 100px;
    border-radius: 0 0 3px 3px;
    background-color: white;
    text-align: center;
}
/* _content/Atrium.Web.Shop/Modules/TicketWizard/Features/Tickets/UI/Tickets.razor.rz.scp.css */
.ticketformular-container[b-pasqe462lc] {
    width: 85%;
    min-width: 900px;
    margin: auto;
    background: rgb(191, 239, 255, 0.3)
}

.ticketformular[b-pasqe462lc] {
    padding: 10px 10px 20px 10px;
}

.input-container[b-pasqe462lc] {
    display: flex;
    flex-wrap: wrap;
}

.content[b-pasqe462lc] {
    min-width: 250px;
    padding: 0;
}

.content-datetime[b-pasqe462lc] {
    min-width: 250px;
    padding: 0;
    margin: 5px;
}

    .content-datetime label[b-pasqe462lc] {
        color: dimgrey;
        background-color: lightskyblue;
        width: 100%;
        border-radius: 3px 3px 0 0;
        margin: 20px 20px 0 0;
        padding: 0 0 0 10px;
    }

.plainText[b-pasqe462lc] {
    color: black;
    background-color: transparent;
    width: auto;
    border-radius: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.nichtVerfuegbar[b-pasqe462lc] {
    color: red;
    background-color: transparent;
    width: auto;
    border-radius: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

[b-pasqe462lc] .telerikComboBox {
    max-width: 250px;
    border-radius: 0 0 3px 3px;
    margin: 0 0 10px 0;
    padding: 0 0 0 10px;
    background-color: white;
}

[b-pasqe462lc] .telerikDatePicker {
    border-radius: 0 0 3px 3px;
    margin: 0 20px 0 0;
    padding: 0 0 0 10px;
    background-color: white;
}

[b-pasqe462lc] .telerikButton {
    margin: 0px 5px 0px 5px;
}

[b-pasqe462lc] .telerikGrid {
    min-width: 900px;
}

[b-pasqe462lc] .k-grid-header {
    background-color: lightskyblue;
    min-width: 900px;
}

[b-pasqe462lc] .k-table-thead {
    color: dimgrey;
    font-size: 13px;
    background-color: lightskyblue
}

.ticketCounter-container[b-pasqe462lc] {
    display: flex;
    flex-wrap: wrap;
}

[b-pasqe462lc] .ticketCounter-container .telerikTextbox {
    width: 65px;
    box-shadow: none;
}

@media screen and (max-width: 425px) {
    .kontaktformular-container[b-pasqe462lc] {
        width: 100%;
    }

    .content[b-pasqe462lc] {
        min-width: 200px;
    }

    label[b-pasqe462lc] {
        width: 200px;
    }

    [b-pasqe462lc] .telerikComboBox {
        max-width: 200px;
    }
}

@media screen and (max-width: 320px) {
    h3[b-pasqe462lc] {
        font-size: 18px;
    }

    label[b-pasqe462lc] {
        width: 180px;
        font-size: 14px;
    }

    [b-pasqe462lc] .telerikComboBox {
        max-width: 180px;
        font-size: 14px;
    }
}
/* _content/Atrium.Web.Shop/Modules/TicketWizard/Features/Tickets/UI/TicketsMobile.razor.rz.scp.css */
.ticketSelctor[b-4mne8hb2fm] {
    width: 80%;
}

.switchButton[b-4mne8hb2fm] {
    margin-left: 10%;
    margin-top: 8%;
    margin-right: 1.5%;
}

label[b-4mne8hb2fm] {
    width: 100%;
    color: dimgrey;
    background-color: lightskyblue;
    border-radius: 3px 3px 0 0;
    padding: 0 0 0 2.5%;
    margin-top: 5%;
}

.input-container[b-4mne8hb2fm] {
    margin-top: 5%;
    border-radius: 0;
}

.abfahrt[b-4mne8hb2fm] {
    width: 30%;
    border-radius: 0;
    margin-left: 2%;
    margin-right: 2%;
    text-align: center;
}

.dauer[b-4mne8hb2fm] {
    width: 40%;
    border-radius: 0;
    padding-bottom: 0.5%;
    margin-right: 2%;
    text-align: center;
}

.abschnitt[b-4mne8hb2fm] {
    width: 30%;
    margin-right: 2%;
    text-align: center;
}

.fahrt[b-4mne8hb2fm] {
    background-color: white;
    border-radius: 3px 3px 3px 3px;
    margin-bottom: 2%;
}

.preis[b-4mne8hb2fm] {
    margin-left: 2%;
    margin-right: 2%;
}

.tickets[b-4mne8hb2fm] {
    margin-top: 5%;
    margin-bottom: 5%;
}

.preisLabel[b-4mne8hb2fm] {
    margin-top: 1.5%;
}

.verfuegbarkeit[b-4mne8hb2fm] {
    margin-left: 2%;
    margin-right: 2%;
    text-align: center;
}

.verfuegbarLable[b-4mne8hb2fm], .nichtVerfuegbarLable[b-4mne8hb2fm] {
    margin-bottom: 2%;
    margin-top: 2%;
}

.ticketformular-container[b-4mne8hb2fm] {
    background: rgb(191, 239, 255, 0.3);
}

.selectButttons[b-4mne8hb2fm] {
    width: 10%;
    margin-top: 3%;
    margin-left: 2%;
    margin-right: 2%;
}

.ticketbox[b-4mne8hb2fm] {
    width: 90%;
}

.acceptButton[b-4mne8hb2fm] {
    margin-top: 2%;
    margin-bottom: 2%;
}

.cancleButton[b-4mne8hb2fm] {
    margin-top: 2%;
    margin-bottom: 2%;
}

.content.content-label[b-4mne8hb2fm] {
    margin-left: 1.5%;
    margin-right: 1.5%;
}

.k-wizard-step[b-4mne8hb2fm] {
    padding: 0% !important;
}
/* _content/Atrium.Web.Shop/Modules/TicketWizard/Features/Warenkorb/WarenkorbUi.razor.rz.scp.css */
.warenkorb-section[b-9rusua422o] {
    width: 100%;
    padding-top: 1em;
    background-color: transparent;
}

.warenkorb-item[b-9rusua422o] {
    width: 100%;
}

.ticketSelctor[b-9rusua422o] {
    width: 80%;
}

.switchButton[b-9rusua422o] {
    margin-left: 10%;
    margin-top: 8%;
}

.warenkorb label[b-9rusua422o] {
    width: 100%;
    color: black;
    background-color: lightskyblue;
    border-radius: 2px;
    padding: 0 0 0 2.5%;
    margin-top: 2.5%;
    margin-bottom: 2.5%;
}

.input-container[b-9rusua422o] {
    margin-top: 5%;
    border-radius: 0;
}

.abfahrt[b-9rusua422o], .ankunft[b-9rusua422o], .dauer[b-9rusua422o] {
    width: 33%;
    margin-left: 2%;
    margin-right: 2%;
    text-align: center;
}

.datum[b-9rusua422o], .abschnitt[b-9rusua422o] {
    width: 50%;
    margin-left: 2%;
    margin-right: 2%;
    text-align: center;
}

.fahrt[b-9rusua422o] {
    border-radius: 3px 3px 3px 3px;
    margin-bottom: 1%;
    margin-top: 1%;
    padding: 1%;
    width: 100%;
    background-color: white;
}

.preis[b-9rusua422o], .tgrid[b-9rusua422o] {
    margin-left: 2%;
    margin-right: 2%;
}

.tickets[b-9rusua422o] {
    margin-top: 5%;
    margin-bottom: 5%;
}

.preisLabel[b-9rusua422o] {
    margin-top: 1.5%;
}

.gutZuWissen[b-9rusua422o] {
    width: 100%;
    background-color: white;
}

.column-bottom[b-9rusua422o] {
    width: 100%;
}

[b-9rusua422o] .k-listview {
    background: none;
}

[b-9rusua422o] .k-listview-header {
    padding: 0px;
    border: 0;
}

[b-9rusua422o] .k-listview-content {
    /*display: flex;*/
    flex-wrap: wrap;
    overflow-y: auto;
}

.row[b-9rusua422o] {
    margin: auto;
    width: 90%;
}

.column[b-9rusua422o] {
    float: left;
}

.warenkorb-itemcontent-container[b-9rusua422o] {
    width: 85%;
    margin: auto;
}

.warenkorb-itemcontent-text[b-9rusua422o] {
    border-radius: 0 0 3px 3px;
    background-color: white;
}

label[b-9rusua422o] {
    width: 100%;
    color: black;
    background-color: lightskyblue;
    border-radius: 3px 3px 0 0;
}

[b-9rusua422o] .k-listview-footer {
    padding: 10px 0 0 10px;
}

[b-9rusua422o] .telerikGrid .k-grid-content {
    overflow: hidden;
}

[b-9rusua422o] .telerikGrid th.k-header.k-touch-action-none {
    color: black;
    text-align: center;
    padding: 0px 0px;
    font-weight: unset;
    font-size: 14px;
    background-color: lightskyblue;
}

[b-9rusua422o] .k-grid.telerik-blazor.telerikGrid {
    border: 0;
}

[b-9rusua422o] .k-grid td {
    background-color: transparent;
    text-align: center;
    padding: 0px 0px;
}

[b-9rusua422o] .telerikGrid .k-grid-header {
    padding-right: 0px;
}

[b-9rusua422o] #deleteButton {
    margin: 1px;
    width: 10%;
    margin-left: 88%;
}

[b-9rusua422o] #gesamtpreis {
    width: 200px;
    margin: auto;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

    [b-9rusua422o] #gesamtpreis label {
        margin-top: 5px;
    }

[b-9rusua422o] #gutZuWissen {
    width: 100%;
    margin: auto;
}

    [b-9rusua422o] #gutZuWissen label {
        padding: 5px 5px;
    }

    [b-9rusua422o] #gutZuWissen p {
        padding: 5px 5px;
        margin-bottom: 0px;
        border-radius: 0px;
    }

    [b-9rusua422o] #gutZuWissen hr {
        margin: 0;
    }

[b-9rusua422o] #checkboxen {
    width: 100%;
    margin: auto;
    padding-bottom: 5px;
    background-color: white;
}

    [b-9rusua422o] #checkboxen label {
        margin-top: 0px;
        color: black;
        background-color: white;
        border-radius: 0px;
    }

[b-9rusua422o] input#agbCheckbox {
    margin-left: 5px;
}

[b-9rusua422o] input#datenschutzCheckbox {
    margin-left: 5px;
}

.warenkorb-container[b-9rusua422o] {
    padding: 1% 1% 1% 1%;
}
/* _content/Atrium.Web.Shop/Modules/TicketWizard/Features/Zahlung/UI/Zahlung.razor.rz.scp.css */
.zahlung-container[b-q17992ycsh] {
    width: 85%;
    margin: auto;
    padding: 10px 10px 20px 10px;
    background: rgb(191, 239, 255, 0.3)
}

.large-icons .k-icon[b-q17992ycsh] {
    font-size: 40px;
}

.lable[b-q17992ycsh] {
    font-size: 32px;
}

[b-q17992ycsh] .large-icons .k-icon.k-i-check {
    margin-bottom: 0.7% !important;
    margin-right: 0.5% !important;
    content: "\e118";
}
/* _content/Atrium.Web.Shop/Modules/TicketWizard/Features/Zahlung/UI/ZahlungMobile.razor.rz.scp.css */
.zahlung-container[b-erglcpjhkt] {
    width: 100%;
    margin: auto;
    padding: 10px 10px 20px 10px;
    background: rgb(191, 239, 255, 0.3)
}

.large-icons .k-icon[b-erglcpjhkt] {
    font-size: 40px;
}

.lable[b-erglcpjhkt] {
    font-size: 32px;
}

[b-erglcpjhkt] .large-icons .k-icon.k-i-check {
    margin-bottom: 4.5% !important;
    margin-right: 3% !important;
    content: "\e118";
}
