/* _content/STA.Website/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-5d177j5rfp] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-5d177j5rfp] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/STA.Website/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar[b-hutzcno3l8] {
    min-height: var(--nav-bar-height);
    position: fixed;
    z-index: 100;
    width: 95%;
    left: 2.5%;
    top: 1.25%;
    transition: all .25s ease-in-out;
    padding: 1rem;
    background: linear-gradient(271.25deg, rgba(194, 21, 31, 0.53) 0%, rgba(255, 255, 255, 0.15) 100%);
    backdrop-filter: blur(20px);
    border: 0px;
    border-radius: 1rem;
    max-width: 75rem;
}


.navbar.open[b-hutzcno3l8] {
    position: fixed;
}

    .navbar .navbar-toggler[b-hutzcno3l8] {
        border: unset;
        padding: 0;
        background:rgba(255 255 255  / 20%);
    }


        .navbar .navbar-toggler:focus[b-hutzcno3l8] {
            box-shadow: unset !important;
        }

    .navbar mobile-signin[b-hutzcno3l8] {
        border: unset;
        padding: 0;
    }

    .navbar .buttons[b-hutzcno3l8] {
        max-width: 330px;
        display: flex;
        justify-content: end;
        /*padding-block: 0.5rem;*/
    }

.navbar-content-block[b-hutzcno3l8] {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(8px);
    transition: backdrop-filter 0.25s ease-in-out;
    pointer-events: auto;
    opacity: 1;
}

    /* CLOSED STATE */
    .navbar-content-block.closed[b-hutzcno3l8] {
        background-color: rgba(0, 0, 0, 0);
        backdrop-filter: blur(0px);
        height: 0;
        opacity: 0;
        pointer-events: none;
    }


@-webkit-keyframes nav-bar-closed-bg-animation {
    0% {
        height: 100vw;
    }

    100% {
        height: 0;
    }
}

@keyframes nav-bar-closed-bg-animation-b-hutzcno3l8 {
    0% {
        width: 100vw;
    }

    100% {
        width: 0;
    }
}

.navbar-nav[b-hutzcno3l8] {
    margin-top: 1rem;
    gap:.5rem;
}

/* Mobile: allow the opened navbar and dropdown to scroll within the viewport */
@media (max-width: 991.98px) {
    /* When the custom toggle adds 'open' to the navbar parent, limit the collapse height */
    #navbar-parent.open #navbar[b-hutzcno3l8] {
        max-height: calc(100vh - 5rem);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
        touch-action: pan-y;
    }

    /* Make the dropdown list itself scrollable and keep it within view */
    #navbar-parent.open .dropdown-menu[b-hutzcno3l8] {
        position: static;               /* Anchor inside the flow instead of absolute */
        max-height: 50vh;               /* Keep long lists within the viewport */
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
        touch-action: pan-y;
        width: 100%;
    }

    /* Optional: allow service labels to wrap if needed */
    #navbar-parent.open .dropdown-menu .dropdown-item[b-hutzcno3l8] {
        white-space: normal;
    }
}

/* Added / adjusted for consistent black-red-white accessible theme */
.navbar .nav-link[b-hutzcno3l8],
.navbar .nav-link:visited[b-hutzcno3l8] {
    color: #ffffff !important;
}

.navbar .nav-link:hover[b-hutzcno3l8],
.navbar .nav-link:focus[b-hutzcno3l8] {
    color: #ffffff;
    background: #c5151f;
}

.navbar .nav-link.active[b-hutzcno3l8] {
    background: #c5151f !important;
    color: #fff !important;
}

/* Dropdown menus */
.dropdown-menu[b-hutzcno3l8] {
    background: #000;
    border: 2px solid #2a2a2a;
    /*padding-top: .25rem;*/
    /*padding-bottom: .25rem;*/
    padding: 0;
    border-radius: 1rem;
    overflow: hidden;
    /*box-shadow: 0 31px 770px -24px #eb1c24;*/
}


.dropdown-menu .dropdown-item[b-hutzcno3l8] {
    color: #fff;
    font-size: .95rem;
    line-height: 1.25rem;
    /*border-radius:1rem;*/
}

    .dropdown-menu .dropdown-item:hover[b-hutzcno3l8],
    .dropdown-menu .dropdown-item:focus[b-hutzcno3l8] {
        background: #c5151f;
        color: #fff;
        
    }

.dropdown-divider[b-hutzcno3l8] {
    margin:0;
    border-top: 1px solid #fff;
}

/* Different groups (optional subtle separation) */
.dropdown-menu-services .dropdown-item:nth-child(odd)[b-hutzcno3l8],
.dropdown-menu-vehicles .dropdown-item:nth-child(odd)[b-hutzcno3l8],
.dropdown-menu-legacy .dropdown-item:nth-child(odd)[b-hutzcno3l8] {
    background: #000;
}

/* Focus visibility */
.navbar a:focus[b-hutzcno3l8],
.dropdown-item:focus[b-hutzcno3l8] {
    /*outline: 2px solid #ff3141;*/
    outline-offset: 2px;
}

/* Dropdown headers inside services menu */
.dropdown-menu-services .dropdown-header[b-hutzcno3l8] {
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 700;
    color: #ff757b;
    background-color: rgb(20 20 20);
    padding: .75rem .75rem .5rem;
    text-transform: uppercase;
}

.dropdown-menu-services .dropdown-header + .dropdown-item[b-hutzcno3l8] {
    margin-top:.15rem;
}
/* _content/STA.Website/Components/Pages/Home.razor.rz.scp.css */
/* _content/STA.Website/Components/Shared/SwissInfoTiles.razor.rz.scp.css */
.s-s[b-ysdxtejp1d] {
    text-align: center;
    background: var(--color-surface);
    padding: 5rem 1rem;
    border-radius: 2rem;
    height: 100%;
    border: 1px solid var(--color-border);
    color: var(--color-text-dim);
    transition: background-color var(--transition-base), border-color var(--transition-base), transform var(--transition-base);
}

    .s-s h3[b-ysdxtejp1d] {
        font-size: 1.25rem;
        color: var(--color-text);
        font-weight:700;
    }

    .s-s img[b-ysdxtejp1d] {
        margin-bottom: 1rem;
        filter: drop-shadow(0 4px 10px rgba(0,0,0,.4));
        
    }

img[b-ysdxtejp1d] {
    object-fit: contain;
}

.mi[b-ysdxtejp1d] {
    max-width: 382px;
    width: 100%;
    border-radius:1.25rem;
    border:1px solid var(--color-border);
    background:linear-gradient(145deg,rgba(255,255,255,.04),rgba(255,255,255,.01));
}
/* _content/STA.Website/Components/Shared/SwissInfoTiles2.razor.rz.scp.css */
.s-s[b-tzsi616kwu] {
    text-align: center;
    background: var(--color-surface);
    padding: 3.5rem 2rem;
    border-radius: 2rem;
    height: 100%;
    border: 1px solid var(--color-border);
    color: var(--color-text-dim);
    transition: background-color var(--transition-base), border-color var(--transition-base), transform var(--transition-base);
}

h2[b-tzsi616kwu] {
    text-wrap: balance;
    color: var(--color-text);
}

h3[b-tzsi616kwu]{
    font-weight:700;
    line-height:1.2;
    color: var(--color-text);
}

p[b-tzsi616kwu] {
    margin-bottom:0;
}

.im[b-tzsi616kwu] {
    max-width: 420px;
    width: 100%;
    height: auto;
    border-radius:1.25rem;
    border:1px solid var(--color-border);
    background:linear-gradient(145deg,rgba(255,255,255,.04),rgba(255,255,255,.01));
}

h5 span[b-tzsi616kwu] {
    color: var(--color-accent);
}

.s-s h2[b-tzsi616kwu] {
    font-weight:700;
}

.s-s span[b-tzsi616kwu]{
    color:var(--color-text);
    font-weight:700;
}

.s-s img[b-tzsi616kwu] {
    margin-bottom: .5rem;
    filter: drop-shadow(0 4px 10px rgba(0,0,0,.4));
}
/* _content/STA.Website/Components/Shared/SwissQuestions.razor.rz.scp.css */
b[b-x702gpje5c]{font-weight:400;}

.q[b-x702gpje5c] {
    border-radius: 2rem;
    overflow: hidden;
    max-width: 75rem;
    margin-inline: auto;
    margin-bottom: 2rem;
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    color: var(--color-text-dim);
    transition: background-color var(--transition-base), border-color var(--transition-base), transform var(--transition-base);
}

.q .col[b-x702gpje5c]{
    align-content: center;
}
.q h2[b-x702gpje5c] {
    margin-bottom: 1rem;
    color: var(--color-text);
}

.q ul[b-x702gpje5c] {
    color: var(--color-text-dim);
    padding-left: 1rem;
    margin-bottom: 0;
}


.q li:not(:last-of-type)[b-x702gpje5c] {
    margin-bottom: 1rem;
}


.q img[b-x702gpje5c] {
    height:100%;
    width: 100%;
    object-fit: cover;
    filter:brightness(.95) contrast(1.05);
}


@media (min-width: 0) {
    .q img[b-x702gpje5c] { max-width: unset; }
}


@media (min-width: 992px) {
    .q img[b-x702gpje5c] { max-width: 480px; }
}
