/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-8iayhafhbn] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-8iayhafhbn] {
    flex: 1;
}

.sidebar[b-8iayhafhbn] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-8iayhafhbn] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-8iayhafhbn]  a, .top-row[b-8iayhafhbn]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-8iayhafhbn]  a:hover, .top-row[b-8iayhafhbn]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-8iayhafhbn]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-8iayhafhbn] {
        justify-content: space-between;
    }

    .top-row[b-8iayhafhbn]  a, .top-row[b-8iayhafhbn]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-8iayhafhbn] {
        flex-direction: row;
    }

    .sidebar[b-8iayhafhbn] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-8iayhafhbn] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-8iayhafhbn]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-8iayhafhbn], article[b-8iayhafhbn] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-8iayhafhbn] {
    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-8iayhafhbn] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
/*#main {
    transition: margin .5s;
    margin-right: 36px;
}*/

#deckel[b-i8w7aug6hl] {
    position: fixed;
    z-index: 900;
    width: 100%;
    /*background-color: rgba(0,0,0,0.8);*/
    height: 100%;
}

.MenueIn[b-i8w7aug6hl], .MenueOut[b-i8w7aug6hl] {
        height: 30px;
        background-repeat: no-repeat;
    
    }
    .MenueIn[b-i8w7aug6hl] {
        background-image: url('../../images/icons/menuein.png');

    }
.MenueOut[b-i8w7aug6hl] {
    Margin-top: 10px;
    Margin-right: 20px;
    margin-bottom: 40px;
    background-position: right;
    height: 30px;
    background-image: url('../../images/icons/menueouthovera.png');
}
    .MenueOut:hover[b-i8w7aug6hl] {
        cursor: pointer;
        height: 30px;
        Margin-top: 10px;
        margin-bottom: 40px;
        background-image: url('../../images/icons/menueouthover.png');
        transition: 0s;
    }

    /*KLEINER STREIFEN*/
.sideNavSmall[b-i8w7aug6hl] {
    font-size: 30px;
    cursor: pointer;
    height: 100%;
    right: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    background-color: #000;
    opacity: 1;
    width: 50px;
    padding: 5px;
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    border-left: solid 1px #666;
}

    .sidenav[b-i8w7aug6hl] {
        height: 100%; /* 100% Full-height */
        width: 350px; /* 0 width - change this with JavaScript */
        position: fixed; /* Stay in place */
        z-index: 999; /* Stay on top */
        top: 0;
        right: 0;
        background-color: #fff; /* Black*/
        overflow-x: hidden; /* Disable horizontal scroll */
        transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
        text-align: center;
        border-left: solid 1px #fff;
        font-size: 1.2em;
        font-weight: normal;
        opacity: 0.95;
        /*background-image: linear-gradient(to right, #111 0%, black 100%)*/
    }
        /* The navigation menu links */
        .sidenav a[b-i8w7aug6hl] {
            padding: 0.2em 8px 0.2em 32px;
            text-decoration: none;
            font-size: 1.5em;
            color: #818181;
            display: block;
            transition: 0.5s
        }

        .sidenav .next[b-i8w7aug6hl] {
            font-size: 1.0em;
        }

        .sidenav .small[b-i8w7aug6hl] {
            font-size: 1.0em;
        }
        /* When you mouse over the navigation links, change their color */
        .sidenav a:hover[b-i8w7aug6hl], .offcanvas a:focus[b-i8w7aug6hl] {
            padding: 0em 8px 0em 32px;
            color: #000;
            /* font-weight: bold;*/
            transition: 0.3s;
            font-size: 1.9em;
            background-color: var(--main-color);
        }

        .sidenav .next:hover[b-i8w7aug6hl], .sidenav .small:hover[b-i8w7aug6hl] {
            padding: 0em 8px 0em 32px;
            font-size: 1.4em;
            background-color: var(--main-color);
        }
    /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
    @media screen and (max-height: 450px) {
        .sidenav[b-i8w7aug6hl] {
            padding-top: 15px;
        }

            .sidenav a[b-i8w7aug6hl] {
                font-size: 18px;
            }
    }


    .path[b-i8w7aug6hl] {
        text-align: right;
        font-size: 0.5em;
        position: absolute;
        z-index: 1000;
        left: -233px;
        top: 290px;
        width: 500px;
        border: solid 0px red;
        -ms-transform: rotate(-90deg); /* IE 9 */
        -webkit-transform: rotate(-90deg); /* Safari */
        transform: rotate(-90deg);
    }

/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-jt1m0lihw4],
.components-reconnect-repeated-attempt-visible[b-jt1m0lihw4],
.components-reconnect-failed-visible[b-jt1m0lihw4],
.components-pause-visible[b-jt1m0lihw4],
.components-resume-failed-visible[b-jt1m0lihw4],
.components-rejoining-animation[b-jt1m0lihw4] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-jt1m0lihw4],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-jt1m0lihw4],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-jt1m0lihw4],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-jt1m0lihw4],
#components-reconnect-modal.components-reconnect-retrying[b-jt1m0lihw4],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-jt1m0lihw4],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-jt1m0lihw4],
#components-reconnect-modal.components-reconnect-failed[b-jt1m0lihw4],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-jt1m0lihw4] {
    display: block;
}


#components-reconnect-modal[b-jt1m0lihw4] {
    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-jt1m0lihw4 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-jt1m0lihw4 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-jt1m0lihw4 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-jt1m0lihw4]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-jt1m0lihw4 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-jt1m0lihw4 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-jt1m0lihw4 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-jt1m0lihw4 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-jt1m0lihw4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-jt1m0lihw4] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-jt1m0lihw4] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-jt1m0lihw4] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-jt1m0lihw4] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-jt1m0lihw4] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-jt1m0lihw4] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-jt1m0lihw4 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-jt1m0lihw4] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-jt1m0lihw4 {
    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/Exhibition/Infrarot.razor.rz.scp.css */
/* /Components/Pages/Home.razor.rz.scp.css */

.month[b-i28zt8a38t] {
    text-align: right;
    margin-right: 5px;
    bottom: 0px;
    border: solid 0px #fff;
    font-size: 5.0em;
    font-weight: lighter
}

.year[b-i28zt8a38t] {
}

.news_month[b-i28zt8a38t] {
    padding: 1px;
    border-right: solid 2px var(--main-color);
    text-align: right;
    padding-right: 5px;
    font-size: 4.0em;
    padding-top: 20px;
    margin-top: 0px;
    font-weight: lighter
}

.news_image[b-i28zt8a38t] {
    padding: 1px;
    padding-left: 20px;
    font-size: 1.8em;
    color: #999;
}

.news_content[b-i28zt8a38t] {
    padding: 1px;
    padding-left: 20px;
}

    .news_content h2[b-i28zt8a38t] {
        margin-top: 0px;
    }


@media (max-width: 768px) {
    .news_month[b-i28zt8a38t] {
        padding-top: 0px;
        text-align: left;
        padding-left: 0px;
        border-right: solid 0px var(--main-color);
        border-bottom: solid 2px var(--main-color);
    }

    .news_image[b-i28zt8a38t] {
        padding-left: 0px;
    }

    .news_content[b-i28zt8a38t] {
        padding-left: 0px;
        margin-left: 0px;
    }

        .news_content h2[b-i28zt8a38t] {
            margin-top: 20px;
            margin-left: 0px;
            border-bottom: solid 0px var(--main-color);
        }
}
