/* _content/WeroxWeb/Pages/AboutUs.razor.rz.scp.css */


#div-header[b-5wxiim1zmv] {
    margin-top: 20px;
    background-color: #f0f0f0;
    color: #ff8000;
    height: 80px;
    line-height: 80px;
    text-align: center;
    align-content: center;
}

#h1-header[b-5wxiim1zmv] {
    line-height: 80px;
}

.gmaps[b-5wxiim1zmv]{
    margin-top: 50px;
    align-content: center;
}

.about-icons-main[b-5wxiim1zmv]{    
    display: grid;
    grid-template-columns: 1fr;
    justify-content: start;
    align-content: center;
}

.about-icon-element[b-5wxiim1zmv] {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    text-align: center;
}

.about-icon-header[b-5wxiim1zmv]{
    padding: 20px 20px 0px 20px;
    color: #ff8000;
}

.image-ball[b-5wxiim1zmv] {
    width: 100px;
    height: 100px;
}

.about-link[b-5wxiim1zmv]{
    font-size: 16px;
}

@media (min-width: 800px) {
    .about-icons-main[b-5wxiim1zmv] {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
/* _content/WeroxWeb/Pages/Index.razor.rz.scp.css */


#div-header[b-tqforrqali] {
    margin-top: 20px;
    margin-bottom: 50px;
    background-color: #f0f0f0;
    color: #ff8000;
    height: 80px;
    line-height: 80px;
    text-align: center;
    align-content: center;
}

#h1-header[b-tqforrqali] {
    line-height: 80px;
    margin: 0px 10px 0px 10px
}

.middle-div[b-tqforrqali] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    align-content: center;
    justify-content: center;
    align-self: center;
    align-items: center;
    vertical-align: central;
    justify-self: center;
    width: fit-content;
}

#main_grid[b-tqforrqali] {
    max-width: 2000px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: max-content;
    column-gap: 0px;
    row-gap: 10px;
    justify-items: left;
    align-content: center;
    width: auto;
}

.ioi_text[b-tqforrqali] {
    padding: 30px 20px 30px 20px;
    max-width: 700px;
    max-height: 400px;
    width: 100%;
    text-align: left;
    align-content: flex-start;
    place-content: left;
    background: #fcfbf7;
}

    .ioi_text p[b-tqforrqali] {
        text-align: justify;
    }

.ioi_header_h2[b-tqforrqali] {
    color: #ff8000;
    width: max-content;
}

.image_div[b-tqforrqali] {
    background: #fcfbf7;
    padding: 30px 30px 30px 30px;
    align-content: center;
    justify-content: end;
    height: 50%;
    max-width: 400px;
    max-height: 400px;
}

.right_image[b-tqforrqali] {
    margin: 0px 0px 0px 0px;
    width: 100%;
    height: 100%;
    float: none;
}



@media (min-width: 700px) {
    #main_grid[b-tqforrqali] {
        grid-template-columns: 280px 1fr;
        row-gap: 50px;
    }

    .image_div[b-tqforrqali] {
        /*align-content: center;
    justify-content: end;*/
        height: 100%;
        width: 100%;
    }

    .ioi_text[b-tqforrqali] {
        padding: 60px 20px 60px 20px;
    }


    .image_div[b-tqforrqali] {
        padding: 60px 60px 60px 60px;
    }
}

@media (min-width: 1000px) {
    #main_grid[b-tqforrqali] {
        grid-template-columns: 1fr auto;
    }
}

@media (min-width: 1500px) {

    #main_grid[b-tqforrqali] {
        grid-template-columns: 1fr auto;
    }
}



@media (min-width: 1700px) {
    #main_grid[b-tqforrqali] {
        grid-template-columns: 700px 1fr;
    }
}
/* _content/WeroxWeb/Pages/Ioi.razor.rz.scp.css */
#div-header[b-xggy6ckgu1] {
    margin-top: 20px;
    margin-bottom: 50px;
    background-color: #f0f0f0;
    color: #ff8000;
    height: 80px;
    line-height: 80px;
    text-align: center;
    align-content: center;
}

#h1-header[b-xggy6ckgu1] {
    line-height: 80px;
    margin: 0px 10px 0px 10px
}

#main_grid[b-xggy6ckgu1] {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: min-content;
    column-gap: 20px;
    row-gap: 10px;
    justify-items: center;
}

.ioi_text[b-xggy6ckgu1] {
    margin: 80px 10px 20px 10px;
}

    .ioi_text p[b-xggy6ckgu1] {
        text-align: justify;
    }

.ioi_header_h2[b-xggy6ckgu1]{
    color: #ff8000;
    width: max-content;
}

.image_div[b-xggy6ckgu1] {
    /*align-content: center;
    justify-content: end;*/
    height: contain;
    width: contain;
}

.left_image-ball[b-xggy6ckgu1] {
    margin: 0px 0px 0px 0px;
    width: 200px;
    height: 200px;
    float: none;
    border-radius: 50%;
}

.left_image-ball_alt[b-xggy6ckgu1] {
    margin: 0px 0px 0px 0px;
    width: 200px;
    height: 200px;
    float: none;
    border-radius: 50%;
    visibility: visible;
}

.right_image-ball[b-xggy6ckgu1] {
    margin: 0px 0px 0px 0px;
    width: 0px;
    height: 0px;
    float: none;
    border-radius: 50%;
    visibility: collapse;
}

.ioi_video[b-xggy6ckgu1] {
    width: 100%;
    height: 100%;
}

@media (min-width: 700px) {
    #main_grid[b-xggy6ckgu1] {
        grid-template-columns: 280px 1fr 0px;
        row-gap: 50px;
    }

    .image_div[b-xggy6ckgu1] {
        /*align-content: center;
    justify-content: end;*/
        height: 100%;
        width: 100%;
    }

    .left_image-ball[b-xggy6ckgu1] {
        margin: 0px 40px 0px 40px;
        float: right;
    }

    .left_image-ball_alt[b-xggy6ckgu1] {
        margin: 0px 40px 0px 40px;
        float: right;
    }
}

@media (min-width: 1000px) {
    #main_grid[b-xggy6ckgu1] {
        grid-template-columns: 280px 1fr 0px;
    }

    .right_image-ball[b-xggy6ckgu1] {
        margin: 0px 40px 0px 40px;
        float: left;
    }
}

@media (min-width: 1500px) {

    #main_grid[b-xggy6ckgu1] {
        grid-template-columns: 1fr 720px 1fr;
    }
    
    .left_image-ball_alt[b-xggy6ckgu1] {
        visibility: collapse;
    }

    .right_image-ball[b-xggy6ckgu1] {
        visibility: visible;
        width: 200px;
        height: 200px;
    }
}



@media (min-width: 1700px) {
    #main_grid[b-xggy6ckgu1] {
        grid-template-columns: 1fr 920px 1fr;
    }
}
/* _content/WeroxWeb/Pages/References.razor.rz.scp.css */
#div-header[b-fgffd9o5yp] {
    margin-top: 20px;
    margin-bottom: 50px;
    background-color: #f0f0f0;
    color: #ff8000;
    height: 80px;
    line-height: 80px;
    text-align: center;
    align-content: center;
}

#h1-header[b-fgffd9o5yp] {
    line-height: 80px;
    margin: 0px 10px 0px 10px
}

#main_grid[b-fgffd9o5yp] {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: min-content;
    column-gap: 20px;
    row-gap: 10px;
    justify-items: center;
}

.ioi_text[b-fgffd9o5yp] {
    margin: 80px 10px 20px 10px;
}

    .ioi_text p[b-fgffd9o5yp] {
        text-align: justify;
    }

.ioi_header_h2[b-fgffd9o5yp] {
    color: #ff8000;
    width: max-content;
}

.image_div[b-fgffd9o5yp] {
    align-content: center;
    height: 200px;
    width: 200px;
    max-block-size: 200px;
}

.ref-image[b-fgffd9o5yp] {
    margin: 0px 0px 0px 0px;
    max-width: 200px;
    max-height: 200px;
    aspect-ratio: auto;
    float: none;
}

@media (min-width: 700px) {
    #main_grid[b-fgffd9o5yp] {
        grid-template-columns: 280px 1fr 0px;
        row-gap: 50px;
    }

    .image_div[b-fgffd9o5yp] {
        /*align-content: center;
    justify-content: end;*/
        height: 100%;
        width: 100%;
    }

    .ref-image[b-fgffd9o5yp] {
        margin: 0px 40px 0px 40px;
        float: right;
    }
}

@media (min-width: 1000px) {
    #main_grid[b-fgffd9o5yp] {
        grid-template-columns: 280px 1fr 0px;
    }

    .right_image-ball[b-fgffd9o5yp] {
        margin: 0px 40px 0px 40px;
        float: left;
    }
}

@media (min-width: 1500px) {

    #main_grid[b-fgffd9o5yp] {
        grid-template-columns: 1fr 720px 1fr;
    }

    .left_image-ball_alt[b-fgffd9o5yp] {
        visibility: collapse;
    }

    .right_image-ball[b-fgffd9o5yp] {
        visibility: visible;
        width: 200px;
        height: 200px;
    }
}



@media (min-width: 1700px) {
    #main_grid[b-fgffd9o5yp] {
        grid-template-columns: 1fr 920px 1fr;
    }
}
/* _content/WeroxWeb/Shared/MainLayout.razor.rz.scp.css */

.sidebar[b-hj19h4d9x5] {
    background-color: dimgray;
    position: fixed;
    z-index: 200;
    top: 150px;
    left: 0;
    bottom: 80px;
}

.top-row_X[b-hj19h4d9x5] {
    background-color: #303030;
    height: 150px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    border-bottom-color: #ff8000;
    border-bottom-style: groove;
    border-bottom-width: 0px;
    border-top-color: #ff8000;
    border-top-style: groove;
    border-top-width: 0px;
}

.title_logo[b-hj19h4d9x5] {
    position: absolute;
    float: left;
    top: -0.8rem;
    left: -0.25rem;
    align-self: start;
    background-color: transparent;
}

.title_text[b-hj19h4d9x5] {
    position: absolute;
    top: 6rem;
    left: 11rem;
}

.mmm[b-hj19h4d9x5] {
    padding-left: 70px;
    padding-top: 150px;
    height: 1000px;
}

.main_wide_sidebar[b-hj19h4d9x5] {
    padding-left: 250px;
}

.footer[b-hj19h4d9x5] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 300;
    background-color: #303030;
    color: white;
    height: 80px;
}

.copyright[b-hj19h4d9x5] {
    /*z-index: 310;*/
    margin-left: 50px;
    margin-top:20px;
}


@media (min-width: 800px) {
    .mmm[b-hj19h4d9x5] {
        padding-left: 250px;
    }
}
/* _content/WeroxWeb/Shared/NavMenu.razor.rz.scp.css */
.sidebar-container[b-m1x0crn2f8] {
    background-color: dimgray;
    position: fixed;
    z-index: 200;
    top: 150px;
    left: 0;
    bottom: 0;
    width: 70px;
}

.sidebar-container-wide[b-m1x0crn2f8] {
    width: 250px;
}

.navbar-toggler[b-m1x0crn2f8] {
    background-color: rgba(255, 255, 255, 0.1);
}

#toggler-container[b-m1x0crn2f8] {
    height: auto;
    margin-left: -22px;
    padding-left: 0px;
    transition: display 0.5s;
}

.top-row[b-m1x0crn2f8] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-m1x0crn2f8] {
    font-size: 1.1rem;
}

.oi[b-m1x0crn2f8] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-link[b-m1x0crn2f8]{
    text-align:center;
}

.nav-item[b-m1x0crn2f8] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-m1x0crn2f8] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-m1x0crn2f8] {
        padding-bottom: 1rem;
    }

    .nav-item[b-m1x0crn2f8]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        transition: background-color 0.3s, color 0.3s;
    }

.nav-item[b-m1x0crn2f8]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-m1x0crn2f8]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-item-icon[b-m1x0crn2f8] {
    padding-left: 10px;
}

@media (min-width: 800px) {
    .navbar-toggler[b-m1x0crn2f8] {
        display: none;
    }

    .sidebar-container[b-m1x0crn2f8] {
        width: 250px;
    }

    #toggler-container[b-m1x0crn2f8] {
        height: 0;
        display: none;
    }

    .collapse[b-m1x0crn2f8] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
