/* /Pages/BillingSection/BillingAutomation/BillingAutomation.razor.rz.scp.css */
.billing-automation[b-6lwvzqjvax] {
    display: flex;
    flex-direction: column;
    /* Topbar (3.5rem) + article padding oben/unten (3rem) + Puffer */
    height: calc(100dvh - 8.5rem);
    max-height: calc(100dvh - 8.5rem);
    min-height: 24rem;
    overflow: hidden;
}

.billing-automation__columns[b-6lwvzqjvax] {
    flex: 1;
    min-height: 0;
}

.billing-automation__periods[b-6lwvzqjvax],
.billing-automation__detail[b-6lwvzqjvax] {
    display: flex;
    flex-direction: column;
    min-height: 0;
    height: 100%;
}

.billing-automation__periods-body[b-6lwvzqjvax],
.billing-automation__customers-pane[b-6lwvzqjvax],
.billing-automation__receipts-scroll[b-6lwvzqjvax] {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.billing-automation__detail-header[b-6lwvzqjvax] {
    flex-shrink: 0;
}

.billing-automation__workspace[b-6lwvzqjvax] {
    flex: 1;
    min-height: 0;
}

.billing-automation__customer-detail[b-6lwvzqjvax] {
    display: flex;
    flex-direction: column;
    min-height: 0;
    height: 100%;
}
/* /Pages/BillingSection/Components/BillingInvoiceDetails.razor.rz.scp.css */
.billing-invoice-details .info-grid[b-ryjbm0du2u] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 0.75rem;
}

.billing-invoice-details .info-tile[b-ryjbm0du2u] {
    background-color: var(--bs-light, #f8f9fa);
    border-radius: 0.5rem;
    padding: 0.5rem 0.75rem;
    min-height: 3.25rem;
}

.billing-invoice-details .info-label[b-ryjbm0du2u] {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--bs-secondary-color, #6c757d);
    margin-bottom: 0.15rem;
}

.billing-invoice-details .info-value[b-ryjbm0du2u] {
    font-weight: 600;
    word-break: break-word;
}

.billing-invoice-details__body[b-ryjbm0du2u] {
    padding: 1.25rem;
}

.billing-invoice-details--plain[b-ryjbm0du2u] {
    width: 100%;
}

.billing-invoice-details .invoice-text-block[b-ryjbm0du2u] {
    background-color: var(--bs-light, #f8f9fa);
    border-radius: 0.5rem;
    padding: 0.75rem;
    min-height: 4rem;
    white-space: pre-line;
}

.billing-invoice-details .table-summary td[b-ryjbm0du2u] {
    border-top: none;
}

.billing-invoice-details .summary-stack[b-ryjbm0du2u] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.billing-invoice-details .summary-row[b-ryjbm0du2u] {
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
}

.billing-invoice-details dl[b-ryjbm0du2u] {
    margin-bottom: 0;
}

/* /Pages/Public/Shared/FunctionOverview.razor.rz.scp.css */
section[b-lfar4utj9f] {
    padding: 60px 0;
}

    section .section-title[b-lfar4utj9f] {
        text-align: center;
        color: #007b5e;
        margin-bottom: 50px;
        text-transform: uppercase;
    }

#what-we-do[b-lfar4utj9f] {
    background: #ffffff;
}

    #what-we-do .card[b-lfar4utj9f] {
        padding: 1rem !important;
        border: none;
        margin-bottom: 1rem;
        -webkit-transition: .5s all ease;
        -moz-transition: .5s all ease;
        transition: .5s all ease;
    }

        #what-we-do .card:hover[b-lfar4utj9f] {
            -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
            -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
            box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
        }

        #what-we-do .card .card-block[b-lfar4utj9f] {
            padding-left: 50px;
            position: relative;
        }

            #what-we-do .card .card-block a[b-lfar4utj9f] {
                color: #007b5e !important;
                font-weight: 700;
                text-decoration: none;
            }

                #what-we-do .card .card-block a i[b-lfar4utj9f] {
                    display: none;
                }

        #what-we-do .card:hover .card-block a i[b-lfar4utj9f] {
            display: inline-block;
            font-weight: 700;
        }

        #what-we-do .card .card-block[b-lfar4utj9f]:before {
            font-family: FontAwesome;
            position: absolute;
            font-size: 39px;
            color: #007b5e;
            left: 0;
            -webkit-transition: -webkit-transform .2s ease-in-out;
            transition: transform .2s ease-in-out;
        }

        #what-we-do .card .block-1[b-lfar4utj9f]:before {
            content: url('https://api.iconify.design/oi/people.svg');
        }

        #what-we-do .card .block-2[b-lfar4utj9f]:before {
            content: url('https://api.iconify.design/oi/person.svg');
        }

        #what-we-do .card .block-3[b-lfar4utj9f]:before {
            content: url('https://api.iconify.design/oi/document.svg');
        }

        #what-we-do .card .block-4[b-lfar4utj9f]:before {
            content: url('https://api.iconify.design/oi/envelope-closed.svg');
        }

        #what-we-do .card .block-5[b-lfar4utj9f]:before {
            content: url('https://api.iconify.design/oi/map-marker.svg');
        }

        #what-we-do .card .block-6[b-lfar4utj9f]:before {
            content: url('https://api.iconify.design/oi/map.svg');
        }

        #what-we-do .card .block-7[b-lfar4utj9f]:before {
            content: url('https://api.iconify.design/oi/cart.svg');
        }

        #what-we-do .card .block-8[b-lfar4utj9f]:before {
            content: url('https://api.iconify.design/oi/briefcase.svg');
        }

        #what-we-do .card .block-9[b-lfar4utj9f]:before {
            content: url('https://api.iconify.design/oi/compass.svg');
        }

        #what-we-do .card:hover .card-block[b-lfar4utj9f]:before {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
            -webkit-transition: .5s all ease;
            -moz-transition: .5s all ease;
            transition: .5s all ease;
        }
/* /Pages/Public/Shared/PublicLayout.razor.rz.scp.css */
.site-header[b-30jqo7npw6] {
    background-color: rgba(0, 0, 0, .85);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}

    .site-header a[b-30jqo7npw6] {
        color: #999;
        transition: ease-in-out color .15s;
    }

        .site-header a:hover[b-30jqo7npw6] {
            color: #fff;
            text-decoration: none;
        }
/* /Pages/Reports/Maps.razor.rz.scp.css */
/* Set the size of the div element that contains the map */
#map[b-x9szefi8s3] {
    height: 400px;
    /* The height is 400 pixels */
    width: 100%;
    /* The width is the width of the web page */
}
/* /Shared/EditingToolbarOutlet.razor.rz.scp.css */
.toolbar[b-jje12ppf7d] {
    position: fixed;
    background-color: #f8f8f8;
    border-bottom: 1px solid #d6d5d5;
    height: 3.5rem;
    align-items: center;
}

    .toolbar[b-jje12ppf7d]  a,
    .toolbar .btn-link[b-jje12ppf7d] {
        white-space: nowrap;
    }

    .toolbar a:first-child[b-jje12ppf7d] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (min-width: 992px) {
    .toolbar[b-jje12ppf7d] {
        position: sticky;
        top: 0;
        z-index: 9;
    }

    .toolbar[b-jje12ppf7d],
    article[b-jje12ppf7d] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

@media (max-width: 991.98px) {
    .toolbar:not(.auth)[b-jje12ppf7d] {
        display: none;
    }

    .toolbar.auth[b-jje12ppf7d] {
        justify-content: space-between;
    }

    .toolbar a[b-jje12ppf7d],
    .toolbar .btn-link[b-jje12ppf7d] {
        margin-left: 0;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.top-row[b-p22ghhsh73] {
    position: fixed;
    background-color: #f8f8f8;
    border-bottom: 1px solid #d6d5d5;
    height: 3.5rem;
    align-items: center;
}

    .top-row[b-p22ghhsh73]  a,
    .top-row .btn-link[b-p22ghhsh73] {
        white-space: nowrap;
    }

    .top-row a:first-child[b-p22ghhsh73] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.content[b-p22ghhsh73] {
    overflow-y: auto;
}

@media (min-width: 992px) {
    .top-row[b-p22ghhsh73] {
        position: sticky;
        top: 0;
        z-index: 9;
    }

    .top-row[b-p22ghhsh73],
    article[b-p22ghhsh73] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

@media (max-width: 991.98px) {
    .top-row:not(.auth)[b-p22ghhsh73] {
        display: none;
    }

    .top-row.auth[b-p22ghhsh73] {
        justify-content: space-between;
    }

    .top-row a[b-p22ghhsh73],
    .top-row .btn-link[b-p22ghhsh73] {
        margin-left: 0;
    }

}
/* /Shared/NavMenu.razor.rz.scp.css */
.btn[b-ys384384j9] {
    font-weight: 600;
}

.btn-toggle[b-ys384384j9] {
    padding: .25rem .5rem;
    color: var(--bs-emphasis-color);
    background-color: transparent;
}

    .btn-toggle:hover[b-ys384384j9],
    .btn-toggle:focus[b-ys384384j9] {
        color: rgba(var(--bs-emphasis-color-rgb), .85);
        background-color: var(--bs-tertiary-bg);
    }

    .btn-toggle[b-ys384384j9]::before {
        width: 1.25em;
        line-height: 0;
        content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
        transition: transform .35s ease;
        transform-origin: .5em 50%;
    }

[data-bs-theme="dark"] .btn-toggle[b-ys384384j9]::before {
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%28255,255,255,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
}

.btn-toggle[aria-expanded="true"][b-ys384384j9] {
    color: rgba(var(--bs-emphasis-color-rgb), .85);
}

    .btn-toggle[aria-expanded="true"][b-ys384384j9]::before {
        transform: rotate(90deg);
    }

.btn-toggle-nav a[b-ys384384j9] {
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-left: 1.25rem;
}

    .btn-toggle-nav a:hover[b-ys384384j9],
    .btn-toggle-nav a:focus[b-ys384384j9] {
        background-color: var(--bs-tertiary-bg);
    }

.sidebar[b-ys384384j9] {
    background-color: #f8f8f8;
    overflow-y: auto;
}

.rotate-90[b-ys384384j9] {
    transform: rotate(90deg);
    transition: transform 0.2s ease-in-out;
}

.rotate-0[b-ys384384j9] {
    transform: rotate(0deg);
    transition: transform 0.2s ease-in-out;
}



/*@media (min-width: 641px) {*/
@media (min-width: 992px) {
    .sidebar[b-ys384384j9] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    #menuToggle[b-ys384384j9] {
        display: none;
    }
}

/*@media (max-width: 640.98px) {*/
@media (max-width: 991.98px) {
    .nav-menu[b-ys384384j9] {
        display: none;
    }

    .nav-menu.open[b-ys384384j9]{
        display: block;
    }
}
/* /Shared/OnboardingResumeFab.razor.rz.scp.css */
.onboarding-resume-fab[b-c09rdbq41r] {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 1080; /* über Bootstrap-Fixed-Bars, unter driver.js-Overlay */
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 360px;
    padding: 12px 14px;
    background: #ffffff;
    color: #212529;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .18);
    animation: onboarding-resume-fab-in-b-c09rdbq41r .2s ease-out;
}

.onboarding-resume-fab__icon[b-c09rdbq41r] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    border-radius: 50%;
    background: rgba(13, 110, 253, .12);
    color: #0d6efd;
    font-size: 1.1rem;
}

.onboarding-resume-fab__body[b-c09rdbq41r] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.onboarding-resume-fab__title[b-c09rdbq41r] {
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #6c757d;
    line-height: 1.1;
}

.onboarding-resume-fab__text[b-c09rdbq41r] {
    font-size: .92rem;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.onboarding-resume-fab__btn[b-c09rdbq41r] {
    flex: 0 0 auto;
    white-space: nowrap;
}

@keyframes onboarding-resume-fab-in-b-c09rdbq41r {
    from { opacity: 0; transform: translateY(8px); }
    to   { opacity: 1; transform: translateY(0); }
}
/* /Shared/UpdateAvailableDetector.razor.rz.scp.css */
.floating-update-button[b-pguyf8pgsy] {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    padding: 1rem 1.5rem;
    animation: fadein-b-pguyf8pgsy 2s ease-out;
}

@keyframes fadein-b-pguyf8pgsy {
    from {
        right: -100%;
    }

    to {
        right: 2rem;
    }
}
