/* _content/S2BBlazor/Components/Layout/LanguageMenu.razor.rz.scp.css */
.language_selection[b-wccpbevfyv] {
    margin-top: 2px;
    margin-right: 8px;
    margin-bottom: 2px;
    margin-left: 0px;
    padding-top: 10px;
}
/* _content/S2BBlazor/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-og6svdy85q] {
    /*position: relative;*/
    display: flex;
    flex-direction: column;
}

main[b-og6svdy85q] {
    margin-top: 7em;
}


#blazor-error-ui[b-og6svdy85q] {
    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-og6svdy85q] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/S2BBlazor/Components/Layout/NavMenu.razor.rz.scp.css */
.nav-item:hover[b-37zy0a6ot9] {
    border-bottom: solid 2px #ff9999;
}

@media screen and (min-width: 768px) {
    .nav-item .active[b-37zy0a6ot9] {
        border-bottom: solid 2px #ff0000;
    }
}

/*.navbar-toggler {
    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: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand {
    font-size: 1.1rem;
}

.bi {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type {
        padding-top: 1rem;
    }

    .nav-item:last-of-type {
        padding-bottom: 1rem;
    }

    .nav-item ::deep .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 ::deep a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item ::deep .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler {
        display: none;
    }

    .nav-scrollable {*/
        /* Never collapse the sidebar for wide screens */
        /*display: block;*/

        /* Allow sidebar to scroll for tall menus */
        /*height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}*/
/* _content/S2BBlazor/Components/Pages/About.razor.rz.scp.css */
/* _content/S2BBlazor/Components/Pages/AnConsole.razor.rz.scp.css */
.subtitleText[b-1ql9a3qf50] {
    color: #e30613;
    text-align: center;
}

.subtitleTextInvert[b-1ql9a3qf50] {
    color: #ffffff;
    text-align: left;
    align-content: center;
}

.subtitleContainer[b-1ql9a3qf50] {
    background-color: #e30613;
}

.containerRed[b-1ql9a3qf50] {
    background-color: #e52421;
}

    .containerRed:hover[b-1ql9a3qf50] {
        background: #ff6c6c;
        box-shadow: 0 0 5px #ddd;
        cursor: pointer;
        -webkit-transition: box-shadow 0.2s ease-in-out;
        -moz-transition: box-shadow 0.2s ease-in-out;
        -o-transition: box-shadow 0.2s ease-in-out;
        transition: box-shadow 0.2s ease-in-out;
    }

.containerVideo[b-1ql9a3qf50] {
    background-color: #c6c6c6;
}

.priceBig[b-1ql9a3qf50] {
    font-size: 80px;
    line-height: 1.0;
    color: #e52421;
}

.priceSmall[b-1ql9a3qf50] {
    font-size: 34px;
    line-height: 1.0;
    color: #e52421;
}

.priceTiny[b-1ql9a3qf50] {
    font-size: 18px;
    line-height: 1.0;
    color: #000000;
    margin-left: 10px;
    margin-top: 8px;
}

.border-red[b-1ql9a3qf50] {
    border: 4px solid #e52421;
    border-radius: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 80px;
    padding-right: 80px;
}

.text-red[b-1ql9a3qf50] {
    color: #e52421;
}

.serviceVideos[b-1ql9a3qf50] {
    margin-bottom: 10px;
    padding: 15px 15px 10px;
}

    .serviceVideos:hover[b-1ql9a3qf50] {
        background: #aaaaaa;
        box-shadow: 0 0 5px #ddd;
        cursor: pointer;
        -webkit-transition: box-shadow 0.2s ease-in-out;
        -moz-transition: box-shadow 0.2s ease-in-out;
        -o-transition: box-shadow 0.2s ease-in-out;
        transition: box-shadow 0.2s ease-in-out;
    }

/*.serviceVideos .service-icon {
    float: left;
    padding: 0px;
    color: #72c02c;
    font-size: 45px;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}*/

.serviceVideos h4[b-1ql9a3qf50] {
    color: white;
    margin-left: 10px;
    text-align: left;
}

/*Service*/
.service[b-1ql9a3qf50] {
    overflow: hidden;
    margin-bottom: 10px;
    padding: 15px 15px 10px;
}

.service:hover[b-1ql9a3qf50] {
    background: #fcfcfc;
    box-shadow: 0 0 5px #ddd;
    -webkit-transition: box-shadow 0.2s ease-in-out;
    -moz-transition: box-shadow 0.2s ease-in-out;
    -o-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
}

.service:hover img[b-1ql9a3qf50] {
    color: #656565;
}

.service .desc[b-1ql9a3qf50] {
    padding: 0 10px;
    overflow: hidden;
}

.service .desc h4[b-1ql9a3qf50] {
    font-size: 22px;
    line-height: 25px;
}

.service .service-icon[b-1ql9a3qf50] {
    float: left;
    padding: 0px;
    color: #72c02c;
    font-size: 45px;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/* Video */
.video-container[b-1ql9a3qf50] {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    border: 4px solid #e52421;
}

    .video-container video[b-1ql9a3qf50] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.custom-controls[b-1ql9a3qf50] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.playlist-item[b-1ql9a3qf50] {
    cursor: pointer;
}

    .playlist-item:hover[b-1ql9a3qf50] {
        background-color: #f8f9fa;
    }

.containerButtonRed[b-1ql9a3qf50] {
    background-color: #e52421;
    border-width: 0px;
}

    .containerButtonRed:hover[b-1ql9a3qf50] {
        background: #ff6c6c;
        box-shadow: 0 0 5px #ddd;
        /*cursor: pointer;*/
        -webkit-transition: box-shadow 0.2s ease-in-out;
        -moz-transition: box-shadow 0.2s ease-in-out;
        -o-transition: box-shadow 0.2s ease-in-out;
        transition: box-shadow 0.2s ease-in-out;
    }
/* _content/S2BBlazor/Components/Pages/AnConsoleOrder.razor.rz.scp.css */
.border-red[b-syyc2qnl72] {
    border: 4px solid #e52421;
    border-radius: 0px;
    padding-top: 30px;
    padding-bottom: 6px;
    padding-left: 6px;
    padding-right: 6px;
}

.text-red[b-syyc2qnl72] {
    color: #e52421;
}

.containerRed[b-syyc2qnl72] {
    background-color: #e52421;
    border-width: 0px;
}

.containerGrey[b-syyc2qnl72] {
    background-color: #aaaaaa;
}

.containerButtonRed[b-syyc2qnl72] {
    background-color: #e52421;
    border-width: 0px;
}

    .containerButtonRed:hover[b-syyc2qnl72] {
        background: #ff6c6c;
        box-shadow: 0 0 5px #ddd;
        /*cursor: pointer;*/
        -webkit-transition: box-shadow 0.2s ease-in-out;
        -moz-transition: box-shadow 0.2s ease-in-out;
        -o-transition: box-shadow 0.2s ease-in-out;
        transition: box-shadow 0.2s ease-in-out;
    }
/* _content/S2BBlazor/Components/Pages/Contact.razor.rz.scp.css */
.invisible[b-73qn8j0j1u] {
    display: none;
}


/*Map*/
.map[b-73qn8j0j1u] {
    width: 100%;
    height: 350px;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
}

    /* important! bootstrap sets max-width on img to 100% which conflicts with google map canvas*/
    .map img[b-73qn8j0j1u] {
        max-width: none;
    }

.map-box[b-73qn8j0j1u] {
    height: 250px;
}

.map-box-space[b-73qn8j0j1u] {
    margin-top: 15px;
}

.map-box-space1[b-73qn8j0j1u] {
    margin-top: 7px;
}



/*Choose Block*/
.who li[b-73qn8j0j1u] {
    margin-bottom: 6px;
    color: #585f69;
    font-size: 16px;
}

    .who li i[b-73qn8j0j1u] {
        top: 2px;
        color: #72c02c;
        font-size: 16px;
        margin-right: 8px;
        position: relative;
    }

    .who li:hover i[b-73qn8j0j1u],
    .who li:hover a[b-73qn8j0j1u] {
        color: #777;
    }

        .who li:hover a:hover[b-73qn8j0j1u] {
            text-decoration: none;
        }
/* _content/S2BBlazor/Components/Pages/Customers.razor.rz.scp.css */
.custom_image[b-yl1hu8iqej] {
    margin-bottom: 20px;
}
/* _content/S2BBlazor/Components/Pages/Home.razor.rz.scp.css */

/*Service*/
.service[b-k7kuebifrj] {
    overflow: hidden;
    margin-bottom: 10px;
    padding: 15px 15px 10px;
}

    .service:hover[b-k7kuebifrj] {
        background: #fcfcfc;
        box-shadow: 0 0 5px #ddd;
        -webkit-transition: box-shadow 0.2s ease-in-out;
        -moz-transition: box-shadow 0.2s ease-in-out;
        -o-transition: box-shadow 0.2s ease-in-out;
        transition: box-shadow 0.2s ease-in-out;
    }

        .service:hover img[b-k7kuebifrj] {
            color: #656565;
        }

    .service .desc[b-k7kuebifrj] {
        padding: 0 10px;
        overflow: hidden;
    }

        .service .desc h4[b-k7kuebifrj] {
            font-size: 22px;
            line-height: 25px;
        }

    .service .service-icon[b-k7kuebifrj] {
        float: left;
        padding: 0px;
        color: #72c02c;
        font-size: 45px;
        text-align: center;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }


/* _content/S2BBlazor/Components/Pages/Imprint.razor.rz.scp.css */
body[b-8jrgffsvbu] {
}
