@import '_content/idesis.AspNet.Components/idesis.AspNet.Components.wd3emhf860.bundle.scp.css';
@import '_content/PSC.Blazor.Components.MarkdownEditor/PSC.Blazor.Components.MarkdownEditor.bundle.scp.css';

/* /Components/Messehalle.razor.rz.scp.css */
.container[b-cu3gqs3rqi] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

#map-container[b-cu3gqs3rqi] {
    position: relative;
    background-color: #f0f0f0;
    border-radius: 8px;
    overflow: hidden;
}

.pin[b-cu3gqs3rqi] {
    position: absolute;
    width: 15px;
    height: 30px;
    background-color: rgba(255, 0, 0, 0.8);
    background-image: url("/images/map_pin_mini.svg");
    border-radius: 50% 50% 0 0;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.pin[b-cu3gqs3rqi]::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-rgxio2gply] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-rgxio2gply] {
    flex: 1;
}

.sidebar[b-rgxio2gply] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-rgxio2gply] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-rgxio2gply]  a, .top-row[b-rgxio2gply]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-rgxio2gply]  a:hover, .top-row[b-rgxio2gply]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-rgxio2gply]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-rgxio2gply] {
        justify-content: space-between;
    }

    .top-row[b-rgxio2gply]  a, .top-row[b-rgxio2gply]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-rgxio2gply] {
        flex-direction: row;
    }

    .sidebar[b-rgxio2gply] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-rgxio2gply] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-rgxio2gply]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-rgxio2gply], article[b-rgxio2gply] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
