/* _content/SwissKaraoke/Components/Elements/Gmap.razor.rz.scp.css */
#gmap[b-it4ri7dmg0]{
    height:300px;
    width:100%;
}
/* _content/SwissKaraoke/Components/Elements/NavbarGlass.razor.rz.scp.css */
/* NAVBAR  ------------------------------------------------------- */

/* Level01 */

.header[b-tgje2vn0vw] {
    background-color: var(--navigationContainer-bg);
    backdrop-filter: blur(7px);
    z-index: 10;
    width: 100%;
    min-height: var(--navigationContainer-min-height);
    font-size: var(--navbar-font-size);
    justify-items: center;
}

.header[b-tgje2vn0vw]::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient( 90deg, transparent, var(--navigationContainer-bg-animation), transparent );
    transition: 0.9s;
}

.header:hover[b-tgje2vn0vw]::before {
    left: 100%;
}

/* bottom border structure */
.headerbottomborder[b-tgje2vn0vw] {
    /*position: relative;  (make relativ for scrolling navbar) */
    border-radius: 0px;
}

.headerbottomborder[b-tgje2vn0vw]::after {
    content: '';
    position: absolute;
    width: 100%;
    height: var(--spike-height);
    background: var(--spike-color);
    -webkit-mask-image: url("/assets/svg/triangle.svg");
    /* -webkit-mask-size: var(--spike-width) var(--spike-height);*/
    /* -webkit-mask-repeat: repeat-x; */

    mask-image: url("/assets/svg/triangle.svg");
    mask-size: var(--spike-width) var(--spike-height);
    /* -webkit-mask-repeat: repeat-x; */
}

.headerbottomborder[b-tgje2vn0vw]::before {
    top: 0;
}

.headerbottomborder[b-tgje2vn0vw]::after {
    bottom: 0;
    transform: rotate(.5turn);
}


#navigationContainer[b-tgje2vn0vw] {
    /*border-bottom: 1px dotted hsla(60 100% 1% / 0.11);
    border-top: 1px dotted hsla(60 100% 1% / 0.11);*/
}

.nav-item[b-tgje2vn0vw] {
    color: var(--menu-link-color-default);
    display: inline-block;
    padding: 0 0 var(--menu-link-underline-padding) 0;
    text-shadow: 0px 0px 0px black;
    font-size: var(--navbar-font-size);
    text-decoration: none;
    position: relative;
    margin-top: 14px;
    margin-bottom: 0px;
    margin-left: 20px;
    margin-right: 20px;
    transition: .3s;
}


.nav-item.active[b-tgje2vn0vw] {
    margin-left: 6px;
}


.nav-item[b-tgje2vn0vw]:after {
    content: '';
    display: block;
    height: 2px;
    background: var(--menu-link-color-underline);
    position: absolute;
    bottom: 0rem;
    left: 0;
    right: 0;
    transform: scale(0,1);
    transition: transform ease-in-out 250ms;
        
}


.nav-item:hover[b-tgje2vn0vw] {
    color: var(--menu-link-color-underline);
}

.nav-item:hover[b-tgje2vn0vw]:after {
    transform: scale(1,1);
    width: calc(100% + var(--menu-link-underline-padding) * 2);
}


[b-tgje2vn0vw] .nav-active {
    color: var(--link-color-active);
}

[b-tgje2vn0vw] .nav-active::before {
    content: url('assets/svg/check-solid.svg');
    width: 12px;
    margin-right: 4px;
    height: auto;
    display: inline-block;
}

#togglerButton[b-tgje2vn0vw] {
    border: none;
    text-decoration: none;
    margin-top: 4px;
}

#globe-icon-button[b-tgje2vn0vw] {
    /*color: var(--menu-link-color-default);*/
    background-color: transparent;
    font-size: var(--navbar-font-size);
    border: none;
    text-decoration: none;
    margin-top: 12px;
    margin-inline: 10px;
    text-wrap:nowrap;
    
}

.nav-Link[b-tgje2vn0vw] {
    display: inline-block;
    padding: 0 var(--menu-link-underline-padding );
    font-size: var(--navbar-font-size);
    text-decoration: none;
    margin-left: 0px;
    margin-right: 30px;
    transition: .3s;
}


#togglerButton[b-tgje2vn0vw] {
    color: var(--toggle-icon-color);
    border: 1px solid black;
    background-color: white;
    padding: 2px 2px;
    cursor: pointer;
}


/* CulturePanel ------------------------------------------------------- */

#sectionCulturePanel[b-tgje2vn0vw] {
    background-color: var( --bg-all-content);
    padding-inline: 10px;
}

#culturepanel[b-tgje2vn0vw] {
    
    border: 1px solid;
    border-color: lightgray;
    border-radius: var(--border-radius-default);

}



#SwissFlag[b-tgje2vn0vw] {
    width: 10px;
    aspect-ratio: 1;
    margin-top: -2px;
}

#languageImage[b-tgje2vn0vw]{

    width:20px;
    aspect-ratio:1;
    margin-top:-2px;
}


/* MEDIA QUERIES  */
@media only screen and (min-width: 280px) and (max-width: 767px) {
    #globe-icon-button[b-tgje2vn0vw] {
        margin-top: 4px;
    }

    #companyItem[b-tgje2vn0vw]{
        display:none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #globe-icon-button[b-tgje2vn0vw] {
        margin-top: 22px;
    }
    #companyItem[b-tgje2vn0vw] {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    #globe-icon-button[b-tgje2vn0vw] {
        margin-top: 23px;
    }
    #companyItemText[b-tgje2vn0vw] {
        padding-top: 28px;
    }
}

@media only screen and (min-width: 1025px) {
    #globe-icon-button[b-tgje2vn0vw] {
        margin-top: 24px;
    }
    #companyItemText[b-tgje2vn0vw] {
        padding-top: 26px;
    }
}

@media only screen and (min-width: 1824px) {
    #globe-icon-button[b-tgje2vn0vw] {
        margin-top: 27px;
    }
    #companyItemText[b-tgje2vn0vw] {
        padding-top: 24px;
    }
}    

/* _content/SwissKaraoke/Components/Elements/PageFooter.razor.rz.scp.css */

#section-footer[b-jrnc8pndny] {
    /*color: white;*/
    margin-top: -70px;
    margin-bottom: 30px;
    /*box-shadow: rgb(38, 57, 77) 0px 0px 30px 0px;*/
    
}

.section-image[b-jrnc8pndny] {
    position: sticky;
    z-index: 1 !important;
}

#karaoke-vendor-image[b-jrnc8pndny] {
    margin-top: -0px;
    z-index: 20 !important;
    width: 200px;
    height: 170px;
    position: relative;
}

.section-bg-footer[b-jrnc8pndny] {
    /*--section-background: url("assets/img/shutterstock_1356809720.jpg") no-repeat center;
    position: relative;
    isolation: isolate;*/
    
}

.section-bg-footer[b-jrnc8pndny]::after {
    content: '';
    background: var(--section-background);
    position: absolute;
    z-index: -1;
    inset: 0;
    border-image: linear-gradient(hsla(282 100% 5.8% / 0.61), hsla(282 100% 5.8% / 0.61)) fill 1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
     background-size: cover;
}


.footerHead[b-jrnc8pndny] {
    font-weight: 600;
    color: var(--sidemenu-bg);
}

.footerInfotextsmall[b-jrnc8pndny] {
    font-size: smaller;
    color: var(--sidemenu-bg);
}
/* _content/SwissKaraoke/Components/Elements/SupportedCultures.razor.rz.scp.css */

#CultureContent[b-g93c59er3n] {
    margin-top: var(--content-margin-top);
    margin-bottom: 30px;
}

#cultureContainer[b-g93c59er3n] {
    width: 100%;
    justify-items: center;
    color: var(--clr-cultureselector-text);
}

.languageImage[b-g93c59er3n] {
    height: 15px;
    width: 15px;
    margin-right:3px;
}

.culture-group-item[b-g93c59er3n]{

    list-style:none;
    justify-items:start;
    justify-content:start;
}

.culture-list-item[b-g93c59er3n] {
    margin-top: 5px;
    margin-bottom: 5px;
}

.btnLanguage[b-g93c59er3n] {
    background-color: transparent;
    border: none;
    margin: 0px;
    padding: 0px;
    align-content: start;
    min-width: 80px;
    flex-wrap: nowrap;
    text-align: left;
    color: var(--clr-cultureselector-text);
}


.stripedBackground[b-g93c59er3n] {
    border: solid 1px;
    border-color: gainsboro;
    background-color: var(--bg-container-app);
    /*background: repeating-linear-gradient( 45deg, #FFFAFA, #FFFAFA 10px, #FFFFFF 10px, #FFFFFF 20px );*/
}
/* _content/SwissKaraoke/Components/Layout/MainLayoutNavbarGlass.razor.rz.scp.css */
#blazor-error-ui[b-uccfwxxqze] {
    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-uccfwxxqze] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
