/* _content/Gaudiland.de/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-6xesc6fsgx] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #181A20;
}

main[b-6xesc6fsgx] {
    flex: 1;
}

.sidebar[b-6xesc6fsgx] {
    background-color: #1E2027;
}

.top-row[b-6xesc6fsgx] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-6xesc6fsgx]  a, .top-row[b-6xesc6fsgx]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-6xesc6fsgx]  a:hover, .top-row[b-6xesc6fsgx]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-6xesc6fsgx]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    
article[b-6xesc6fsgx] {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}    
    
    
@media (max-width: 640.98px) {
    .top-row[b-6xesc6fsgx] {
        justify-content: space-between;
    }

    .top-row[b-6xesc6fsgx]  a, .top-row[b-6xesc6fsgx]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-6xesc6fsgx] {
        flex-direction: row;
    }

    .sidebar[b-6xesc6fsgx] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-6xesc6fsgx] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-6xesc6fsgx]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-6xesc6fsgx], article[b-6xesc6fsgx] {
        padding-left: 2rem;
        padding-right: 1.5rem;
    }
}

#blazor-error-ui[b-6xesc6fsgx] {
    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-6xesc6fsgx] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Gaudiland.de/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-nrsk1pfgby] {
    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-color: #1E2027;
}

.navbar-toggler:checked[b-nrsk1pfgby] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-nrsk1pfgby] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-nrsk1pfgby] {
    font-size: 1.2rem;
    font-family: "Press Start 2P", system-ui;
    font-weight: 400;
}

.icon[b-nrsk1pfgby] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.nav-item[b-nrsk1pfgby] {
    font-size: 1rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-nrsk1pfgby] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-nrsk1pfgby] {
        padding-bottom: 1rem;
    }

    .nav-item[b-nrsk1pfgby]  .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-nrsk1pfgby]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-nrsk1pfgby]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-nrsk1pfgby] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-nrsk1pfgby] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-nrsk1pfgby] {
        display: none;
    }

    .nav-scrollable[b-nrsk1pfgby] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

@media (max-width: 280px) {
    .navbar-brand[b-nrsk1pfgby] {
        font-size: calc(10.2vw - 10px);
    }
}
/* _content/Gaudiland.de/Components/Pages/Home.razor.rz.scp.css */
h1[b-kaohrs5625] {
    text-align:center;
    margin-bottom: 0;
    font-weight: bold;
}

h5[b-kaohrs5625] {
    text-align:center;
    margin-bottom: 2rem;
}

.container[b-kaohrs5625] {
    background-color: #1E2027;
    border: 1px transparent;
    border-radius: 0.75rem;
    padding: 2rem;
}

.status-text[b-kaohrs5625] {
    font-size: var(--bs-btn-font-size);
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    font-weight: 600;
    transition: background 0.6s ease, color 0.6s ease;
}

.online[b-kaohrs5625] {
    background: rgba(16, 185, 129, 0.2);
    color: #10b981;
}

.starting[b-kaohrs5625] {
    background: rgba(185, 103, 16, 0.2);
    color: #cf7a22;
}

.offline[b-kaohrs5625] {
    background: rgba(239, 68, 68, 0.2);
    color: #ef4444;
}


.progress-bar-wrapper[b-kaohrs5625] {
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: rgba(0, 0, 0, 0.05);
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    overflow: hidden;
}

.progress-bar[b-kaohrs5625] {
    height: 100%;
    background: #0d6efd;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    transition: width 11s cubic-bezier(.06,.34,.97,1);
}
/* _content/Gaudiland.de/Components/Pages/Squaremap.razor.rz.scp.css */
iframe[b-1espq8nj4s]
{
    display: block;
    width: 100%;
    border: none;
    overflow-y: auto;
    overflow-x: hidden;
}
.bg-block[b-1espq8nj4s] {
    cursor: not-allowed;
    position: absolute;
    top: 0;
    left: 250px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.loading-text[b-1espq8nj4s] {
    padding: 20px;
}

h3[b-1espq8nj4s] {
    margin-bottom: 0;
    font-weight: bold;
    text-shadow: 2px 2px 4px #000;
}

h5[b-1espq8nj4s] {
    margin-bottom: 2rem;
}

@media (max-width: 641px) {
    .bg-block[b-1espq8nj4s] {
        top: 56px;
        left: 0;
    }
}
