@import '_content/Besucherportal.Components/Besucherportal.Components.mpnsw4bs2w.bundle.scp.css';
@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* /Components/MainLayout.razor.rz.scp.css */
.page[b-axuhnzpy2r] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-axuhnzpy2r] {
    flex: 1;
}

.sidebar[b-axuhnzpy2r] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-axuhnzpy2r] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-axuhnzpy2r]  a, .top-row .btn-link[b-axuhnzpy2r] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-axuhnzpy2r] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-axuhnzpy2r] {
        display: none;
    }

    .top-row.auth[b-axuhnzpy2r] {
        justify-content: space-between;
    }

    .top-row a[b-axuhnzpy2r], .top-row .btn-link[b-axuhnzpy2r] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-axuhnzpy2r] {
        flex-direction: row;
    }

    .sidebar[b-axuhnzpy2r] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-axuhnzpy2r] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-axuhnzpy2r], article[b-axuhnzpy2r] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-1kag013cgc] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-1kag013cgc] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-1kag013cgc] {
    font-size: 1.1rem;
}

.oi[b-1kag013cgc] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-1kag013cgc] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-1kag013cgc] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-1kag013cgc] {
        padding-bottom: 1rem;
    }

    .nav-item[b-1kag013cgc]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-1kag013cgc]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-1kag013cgc]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-1kag013cgc] {
        display: none;
    }

    .collapse[b-1kag013cgc] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Components/Pages/Besucher/Besucherfeed.razor.rz.scp.css */
.feed-publish-date[b-0rnpbbldd2] {
    font-style: italic;
    font-size: .75rem;
}
/* /Components/Pages/Dashboard.razor.rz.scp.css */
.kachel-wrapper[b-r9jweylazt] {
    display: grid;
    gap: 1em;
    grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 1199.98px) {
    .kachel-wrapper[b-r9jweylazt] {
        grid-template-columns: repeat(4, 1fr);
    }
}

.kachel[b-r9jweylazt] {
    background: #fff;
    display: inline-block;
    border-radius: 1.3rem;
    padding: 1.3rem;
    box-sizing: border-box;
    font-size: 1.25rem;
    display: flex;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
}

    

    .kachel:hover[b-r9jweylazt] {
        background: #efecec;
    }

    [b-r9jweylazt] .kachel i {
        padding-right: .5rem;
    }

button.kachel[b-r9jweylazt] {
    border: none;
    color: var(--bs-link-color);
    text-decoration: none;
}
/* /Components/Pages/Welcome.razor.rz.scp.css */
#myVideo[b-62t9n348rk] {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}
/* /Components/Pages/Welcome2.razor.rz.scp.css */
#welcome-background[b-qt3sxgd70w] {
    position: relative;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    background-image: url("assets/images/bg/welcome.png");
    background-size: contain;
}

.datum-wrapper[b-qt3sxgd70w] {
    position: absolute;
    top: 1em;
    left: 1em;
    font-weight: bold;
    font-size: 2.5rem;
    color: #4e5663;
}

.besucher-wrapper[b-qt3sxgd70w] {
    display: flex;
    gap: 2em;
    flex-direction: column;
    /*background-color: yellow;*/
    position: absolute;
    width: 100%;
    top: 62%;
}

.besucher[b-qt3sxgd70w] {
    /*background-color: deeppink;*/
    font-size: 2rem;
    display: flex;
    gap: .5em;
    flex-direction: column;
}

.besucher p[b-qt3sxgd70w] {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
}
.besucher-firma[b-qt3sxgd70w] {
    color: #fff;
    font-weight: bold;
}
.besucher-name[b-qt3sxgd70w] {
    color: #4e5663;
    font-weight: bold;
}

.besucher-uhrzeit[b-qt3sxgd70w] {
    padding: 0 2em;
    font-weight: bold;
    color: #4e5663;
}

.besucher-section[b-qt3sxgd70w] {
    background-color: #EAB700;
    padding: .5em 2em;
}

#main-slider[b-qt3sxgd70w] {
    margin-top: 12.7em;
    position: absolute;
}
