/* _content/BZServ_HuthHGPreisliste2021/Pages/CssTestPage.razor.rz.scp.css */
h1[b-wc5v6hvgst]{color:aqua}

/*Doesntwork*/
/*html{background-color:darkolivegreen;}*/

.TempHtml[b-wc5v6hvgst] {
    height:100%;
    background-color: darkolivegreen;
}
/* _content/BZServ_HuthHGPreisliste2021/Pages/Index.razor.rz.scp.css */
.TempHtml[b-lsnjs0kdr3] {
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

.TempBody[b-lsnjs0kdr3] {
    display: grid;
    font-family: Calibri, 'Trebuchet MS', sans-serif;
    margin: 0;
    padding: 0;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

.grid-container[b-lsnjs0kdr3] {
    display: grid;
    grid-template-columns: 0.1fr 1fr;
    grid-template-rows: 1fr 0.2fr 0.1fr 6fr;
    /*  gap: 2px 2px; */
    grid-template-areas: "Header Header" "Links Links" "Selection Selection" "ContentFrame ContentFrame";
}

.Header-flex[b-lsnjs0kdr3] {
    grid-area: Header;
    background-color: blueviolet;
    display: flex;
    flex-flow: row-reverse;
    /* justify-content: space-evenly; */
    background-image: url('../img/internetPcGoogle.jpg');
    background-size: 100%;
    background-position: top;
    background-size: cover ;
    align-items: center;
    justify-content: right;
}

.HeaderFlexItem[b-lsnjs0kdr3] {
    line-height: 1.5em;
    color: rgb(255, 255, 255);
    height: 50px;
    width: auto;
    background-color: rgba(34, 4, 75, 0.6);
    font-size: 3em;
    text-align: center;
    padding: 0.2em;
    flex-flow: nowrap;
    margin: 1em;
    overflow: hidden;
    height: auto;
    border-radius: 10px
}

.Login[b-lsnjs0kdr3] {
    grid-area: Login;
    background-color: blueviolet;
}

.Links[b-lsnjs0kdr3] {
    grid-area: Links;
    background-color: rgba(34, 4, 75, 0.9);
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    list-style: none;
}

.flex-items[b-lsnjs0kdr3] {
    /*background: rgb(6, 169, 245);*/
    padding: 1px;
/*    width: 80px;
    height: 50px;*/
    margin: 10px;
    color: white;
    font-size: 3em;
    line-height: 50px;
    text-align: center;
}

.Selection[b-lsnjs0kdr3] {
    grid-area: Selection;
    background-color: rgba(34, 4, 75, 0.9);
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    min-height: 50px;
    max-height: 100px;
}

.flex-SelectionLogin[b-lsnjs0kdr3] {
    line-height: 2em;
    color: white;
    font-size: 1.5em;
    text-align: right;
    padding-right: 2em;
    padding-bottom: 1em;
    height: 100%;
}

.flex-SelectionName[b-lsnjs0kdr3] {
    line-height: 1.5em;
    color: white;
    font-size: 2em;
    text-align: left;
    padding-left: 1em;
    padding-bottom: 1em;
    height: 100%;
}

.ContentFrame[b-lsnjs0kdr3] {
    grid-area: ContentFrame;
    /*background-color: white;*/
    width: 100%;
    min-height: 100vh;
    background: #c850c0;
    background: -webkit-linear-gradient(to top, #c850c0, #4158d0);
    background: -o-linear-gradient(to top, #c850c0, #4158d0);
    background: -moz-linear-gradient(to top, #c850c0, #4158d0);
    background: linear-gradient(to top, #c850c0, #4158d0);
    overflow-y: hidden;
    overflow-x: hidden;
    width: 105%;
}

iframe[b-lsnjs0kdr3] {
    overflow-x: hidden;
}
/* _content/BZServ_HuthHGPreisliste2021/Pages/Login.razor.rz.scp.css */
.TempHtml[b-v8d8m8z6t2]{ height: 100%; }

.TempBody[b-v8d8m8z6t2] {
    display: grid;
    font-family: Calibri, 'Trebuchet MS', sans-serif;
    margin: 0;
    padding: 0;
    min-height: 100%;
}

.grid-Container[b-v8d8m8z6t2] {
    display: grid;
    grid-template-columns: 1fr 0.11fr 1fr;
    grid-template-rows: 1fr 0.05fr;
    grid-gap: 5px;
    grid-template-areas: "Picture Divider Login" "Footer Footer Footer";
    height:100%;
}

.grid-Picture[b-v8d8m8z6t2] {
    grid-area: Picture;
    background-color: rgb(255, 255, 255);
    display: flex;
    flex-flow: column;

    align-items: center;
    justify-content: center;
   

    background-image: url('../img/Login.svg'); 
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30vw;
}

.grid-Divider[b-v8d8m8z6t2] {
    grid-area: Divider;
    background-color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
}

.vl[b-v8d8m8z6t2] {
    background-image: url('../img/Divider.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.25vw;
}

.grid-Login[b-v8d8m8z6t2] {
    grid-area: Login;
    background-color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
}

.LoginItem[b-v8d8m8z6t2] {
/*    background-color: rgba(245, 202, 238, 0.692);
    width: 10em;
    height: 3em;
    text-align: center;
    line-height: 3em;
    overflow: hidden;
    border-radius: 10px*/
}

.grid-Footer[b-v8d8m8z6t2] {
    grid-area: Footer;
    background-color: rgba(128, 0, 128, 0.5);
    display: flex;
    flex-flow: row-reverse;
}

.FooterItem[b-v8d8m8z6t2] {
    color: white;
    margin: 1em;
}
/* _content/BZServ_HuthHGPreisliste2021/Shared/MainLayout.razor.rz.scp.css */
.page[b-kopimwp3j8] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-kopimwp3j8] {
    flex: 1;
}

.sidebar[b-kopimwp3j8] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-kopimwp3j8] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-kopimwp3j8]  a, .top-row .btn-link[b-kopimwp3j8] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-kopimwp3j8] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-kopimwp3j8] {
        display: none;
    }

    .top-row.auth[b-kopimwp3j8] {
        justify-content: space-between;
    }

    .top-row a[b-kopimwp3j8], .top-row .btn-link[b-kopimwp3j8] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-kopimwp3j8] {
        flex-direction: row;
    }

    .sidebar[b-kopimwp3j8] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-kopimwp3j8] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-kopimwp3j8] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/BZServ_HuthHGPreisliste2021/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-b8tdad3cm0] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-b8tdad3cm0] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-b8tdad3cm0] {
    font-size: 1.1rem;
}

.oi[b-b8tdad3cm0] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-b8tdad3cm0] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-b8tdad3cm0] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-b8tdad3cm0] {
        padding-bottom: 1rem;
    }

    .nav-item[b-b8tdad3cm0]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-b8tdad3cm0]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-b8tdad3cm0]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-b8tdad3cm0] {
        display: none;
    }

    .collapse[b-b8tdad3cm0] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
