@import 'SaxnasCamp25.Client.2vwi0kf6a7.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';
@import '_content/WbtAdmin/WbtAdmin.wj0gsyu2ku.bundle.scp.css';
@import '_content/WbtComponents/WbtComponents.e41jvxx4ws.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-2i69tnx6x4] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-2i69tnx6x4] {
    flex: 1;
}

/* --- Top row layout for logo / title / controls --- */
.top-row[b-2i69tnx6x4] {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: white;
    z-index: 1000;
    box-shadow: 0 1px 4px rgba(0,0,0,0.05);
    height: 64px;
    overflow: visible; /* tillåt loggan att sticka ner under menyraden */
}

.top-row .top-row-inner[b-2i69tnx6x4] {
    display: flex;
    align-items: center;
    gap: 1rem;
    position: relative;
    height: 100%;
    padding-left: 160px; /* ge plats åt den absolut-positionerade loggan */
    padding-right: 1rem;
}

/* Logo: absolut från top:0, stickar ner under menybar, vit bakgrund */
.logo-link[b-2i69tnx6x4] {
    position: absolute;
    left: 1rem;
    top: -5px;              /* börjar längst upp */
    /* INGEN transform – loggan startar vid sidans topp och flödar ner */
    z-index: 10;
    display: inline-flex;
    align-items: flex-start;
    background-color: white;
    padding: 6px 8px 10px 8px;

    box-shadow: 0 3px 8px rgba(0,0,0,0.12);
    pointer-events: auto;
}

.logo[b-2i69tnx6x4] {
    max-width: 110px;
    display: block;
}

/* titel (visas endast md+) */
.site-title[b-2i69tnx6x4] {
    font-size: 1.3rem;
    font-family: 'Courgette', cursive;
    color: #333;
    flex: 0 0 auto;
}

/* controls till höger på desktop */
.top-controls[b-2i69tnx6x4] {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: .75rem;
}

/*
  DOM-ordning: booking (1) → nav/hamburger (2)
  Hamburger syns alltid sist = längst till höger som standard.
*/
.booking-wrapper[b-2i69tnx6x4] {
    display: inline-flex;
    align-items: center;
    order: 1;
}
.nav-wrapper[b-2i69tnx6x4] {
    display: inline-flex;
    align-items: center;
    order: 2;
}

/* Desktop (992px+): full nav syns → flytta nav FÖRE booking */
@media (min-width: 992px) {
    .nav-wrapper[b-2i69tnx6x4]   { order: 1; }
    .booking-wrapper[b-2i69tnx6x4] { order: 2; }
}

/* Mobil/tablet (< 992px): hamburger syns, booking centreras */
@media (max-width: 991.98px) {
    .site-title[b-2i69tnx6x4] { display: none !important; }

    .top-row .top-row-inner[b-2i69tnx6x4] {
        padding-left: 110px;
        padding-right: 0.75rem;
    }

    /* booking centreras med auto-marginaler, hamburger stannar längst höger */
    .booking-wrapper[b-2i69tnx6x4] {
        order: 1;
        margin-left: auto;
        margin-right: auto;
    }
    .nav-wrapper[b-2i69tnx6x4] { order: 2; }

    .logo[b-2i69tnx6x4] { max-width: 80px; }
}

/* Innehåll börjar under menyraden */
.content[b-2i69tnx6x4] {
    margin-top: 68px;
}

#top-bar[b-2i69tnx6x4] {
    display: block;
    position: fixed;
    z-index: 1;
    background: #70cbf2;
    padding: 7px 0;
    width: 100%;
    height: 35px;
}

.top-bar-info[b-2i69tnx6x4] {
    display: inline-block;
    vertical-align: middle;
}

    .top-bar-info a[b-2i69tnx6x4] { text-decoration: none; }
    .top-bar-info ul[b-2i69tnx6x4] { margin-bottom: 0; }

    .top-bar-info i[b-2i69tnx6x4] {
        font-weight: 500;
        color: #fff;
        list-style-type: none;
        font-size: 13px;
        padding: 0 5px 0;
        display: inline-block;
        margin-bottom: 0;
    }

        .top-bar-info i a[b-2i69tnx6x4] {
            font-size: 16px;
            color: #fff;
            margin-right: 8px;
            margin-top: 0;
            display: inline-block;
            vertical-align: text-bottom;
        }

.top-social-icon[b-2i69tnx6x4] {
    padding: 0;
    float: right;
    margin: 0;
}

    .top-social-icon a[b-2i69tnx6x4] {
        font-size: 14px;
        list-style-type: none;
        float: left;
        text-align: center;
        margin: 0;
        color: #fff;
        line-height: 28px;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        padding: 0 3px;
    }

#blazor-error-ui[b-2i69tnx6x4] {
    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-2i69tnx6x4] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/Accomodation/InfoWidget.razor.rz.scp.css */
.InfoWidget[b-q4r6qyocot] {
    background-color: #d9ead3;
    padding: 50px 0 50px 0;
}
/* /Components/Pages/ContentPage/PageContentView.razor.rz.scp.css */
.contentsection.parallax[b-djveb8sj9q]{
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;

    position:relative;
}
    .contentsection.parallax[b-djveb8sj9q]:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        
        background-color: rgba(0,0,0,0.6);
        z-index: 1;
    }
    .contentsection.parallax.overlay-8[b-djveb8sj9q]:before {
        background-color: rgba(0,0,0,0.8);
    }
    .contentsection .row[b-djveb8sj9q]{
        position:relative;
        z-index:0;
    }
