@import '_content/CPuSharedCompomentEdu/CPuSharedCompomentEdu.0g1u0kx6re.bundle.scp.css';
@import '_content/CPuSharedComponentSimple/CPuSharedComponentSimple.48b0zfqne5.bundle.scp.css';

/* /Components/Layout/Header.razor.rz.scp.css */
.navbar.header-navbar[b-6x6yoh1vyq] {
    flex-grow: 0;
    flex-wrap: nowrap;
    border: none;
    background-color: inherit;
    border-radius: 0;
    height: 3.5rem;
    min-height: 3.5rem;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
    justify-content: flex-start;
}

.header-navbar .navbar-toggler[b-6x6yoh1vyq] {
    outline: none;
    border-radius: 0;
    padding-left: .75rem;
    padding-right: .75rem;
    box-shadow: none;
    align-self: stretch;
}

.header-navbar .navbar-toggler .navbar-toggler-icon[b-6x6yoh1vyq] {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    background-color: transparent !important;
    height: 2rem;
    width: 2rem;
}

.title[b-6x6yoh1vyq] {
    font-size: 1.1rem;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-width: 350px) {
    .title[b-6x6yoh1vyq] {
        font-size: inherit;
    }
}
/* /Components/Layout/HeaderCPU.razor.rz.scp.css */
.navbar.header-navbar[b-qcq5sajxp5] {
    margin: 0;
    padding: 0;
}

.container-1[b-qcq5sajxp5] {
    background-color: white;
    height: 55px;
    width: 100%;
}

.container-2[b-qcq5sajxp5] {
    background-color: #6956cc;
    height: 0px;
    width: 100%;
    position: relative;
}

    .container-2 .logo[b-qcq5sajxp5] {
        position: absolute;
        top: -40px;
        left: 50%;
        transform: translateX(-50%);
        background-image: url("./img/cpu-informatik-logo.svg");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        width: 100px;
        height: 100px;
        z-index: 10;
    }

.container-3[b-qcq5sajxp5] {
    background-color: #6956cc;
    height: 145px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
}

    .container-3 .left-section[b-qcq5sajxp5],
    .container-3 .right-section[b-qcq5sajxp5] {
        width: 360px;
        height: 100%;
        box-sizing: border-box;
        padding-top: 35px;
    }

    .container-3 .left-section[b-qcq5sajxp5] {
        padding-left: 33px;
        display: flex;
    }

        .container-3 .left-section .burger[b-qcq5sajxp5] {
            width: 35px;
            height: 35px;
        }

        .container-3 .left-section .logo[b-qcq5sajxp5] {
            width: 247px;
            height: auto;
            margin-left: 35px;
            padding: 0px;
            align-self: flex-start;
        }

    /* Neue Styles für die rechte Sektion */
    .container-3 .right-section[b-qcq5sajxp5] {
        width: 360px;
        height: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 15px;
    }

        .container-3 .right-section .megafon-element[b-qcq5sajxp5] {
            display: flex;
            align-items: center;
            gap: 10px;
            border: 2px solid #ffff02;
            border-radius: 6px;
            padding: 4px 8px;
            background-color: rgba(255, 255, 255, 0.1);
            height: 35px;
            box-sizing: border-box;
        }

            .container-3 .right-section .megafon-element .megafon-icon[b-qcq5sajxp5] {
                width: 24px;
                height: 24px;
                background-image: url("./img/megafon.svg");
                background-size: contain;
                background-position: center;
                background-repeat: no-repeat;
            }

            .container-3 .right-section .megafon-element .text[b-qcq5sajxp5] {
                color: white;
                font-weight: bold;
                font-size: 16px;
                white-space: nowrap;
            }

        .container-3 .right-section .alert-icon[b-qcq5sajxp5],
        .container-3 .right-section .message-icon[b-qcq5sajxp5] {
            width: 35px;
            height: 35px;
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
            cursor: pointer;
        }

        .container-3 .right-section .alert-icon[b-qcq5sajxp5] {
            background-image: url("./img/alert.svg");
        }

        .container-3 .right-section .message-icon[b-qcq5sajxp5] {
            background-image: url("./img/message.svg");
        }

.container-4[b-qcq5sajxp5] {
    background-color: #6956cc;
    height: 35px;
    width: 100%;
    display: flex;
    flex-direction: row;
}

    .container-4 .left-section[b-qcq5sajxp5],
    .container-4 .right-section[b-qcq5sajxp5] {
        background-color: white;
        flex: 1;
        height: 100%;
    }

    .container-4 .middle-section[b-qcq5sajxp5] {
        width: 70px;
        height: 100%;
        background-image: url("./img/cutoutarrow.svg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

/* Breakpoint für 850px Display-Größe */
@media (max-width: 850px) {
    .container-3 .left-section .logo[b-qcq5sajxp5] {
        width: 175px;
    }
}

/* Breakpoint für 768px Display-Größe (Mobile) */
@media (max-width: 768px) {
    .container-3[b-qcq5sajxp5] {
        flex-direction: column;
        height: auto;
    }

        .container-3 .left-section[b-qcq5sajxp5],
        .container-3 .right-section[b-qcq5sajxp5] {
            width: 100%;
        }

        .container-3 .left-section[b-qcq5sajxp5] {
            justify-content: space-between;
            padding-right: 33px;
        }

            .container-3 .left-section .logo[b-qcq5sajxp5] {
                width: 81px;
            }

        .container-3 .right-section[b-qcq5sajxp5] {
            padding-top: 25px;
            padding-bottom: 25px;
        }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-qmidcsn1r7] {
    height: 100%;
    overflow: hidden;
    background-color: inherit;
}
[b-qmidcsn1r7] .page-layout,
[b-qmidcsn1r7] .page-layout > .dxbl-gridlayout-root,
[b-qmidcsn1r7] .layout-item {
    background-color: var(--bs-body-bg, var(--dxbl-body-bg, #fff));
}

[b-qmidcsn1r7] .content {
    padding: 1.1rem 2rem 0 2rem;
    overflow: auto;
}

@media (max-width: 1199.98px) {
    [b-qmidcsn1r7] .page-layout > .dxbl-gridlayout-root {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}

[b-qmidcsn1r7] .fit-width {
    max-width: 100%;
}

[b-qmidcsn1r7] .mw-1100 {
    max-width: 1100px;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.sidebar[b-tsvjf8bpzf] {
    min-width: 300px;
    max-width: 300px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    transition: transform 0.1s ease-out;
    height: 100%;
    max-height: 100%;
    overflow: auto;
    background-color: white;
}

    .sidebar.collapse[b-tsvjf8bpzf] {
        display: none;
    }

    .sidebar.expand[b-tsvjf8bpzf] {
        display: block;
    }

@media (max-width: 1199.98px) {
    .sidebar[b-tsvjf8bpzf] {
        display: none;
    }

        .sidebar.expand[b-tsvjf8bpzf] {
            position: fixed;
            top: 3.5rem;
            left: 0;
            height: auto;
            min-width: 100%;
            z-index: 1050;
        }
}

[b-tsvjf8bpzf] .app-sidebar > .nav-pills > .nav-item:first-of-type {
    padding-top: 0rem;
}

[b-tsvjf8bpzf] .app-sidebar > .nav-pills > .nav-item:last-of-type {
    padding-bottom: 1rem;
}

[b-tsvjf8bpzf] .app-sidebar .nav-pills > .nav-item a {
    border-radius: 0px;
    display: flex;
    align-items: center;
}

[b-tsvjf8bpzf] .app-sidebar > .nav-pills > .nav-item > a {
    font-size: 1rem !important;
    font-weight: 600 !important;
    padding: .25rem 1rem .25rem .125rem;
}

    [b-tsvjf8bpzf] .app-sidebar,
    [b-tsvjf8bpzf] .app-sidebar > .nav-pills,
    [b-tsvjf8bpzf] .app-sidebar > .nav-pills > .nav-item,
    [b-tsvjf8bpzf] .app-sidebar > .nav-pills > .nav-item > a:not(.active) {
        background-color: inherit;
    }

@media (max-width: 1199.98px) {
    [b-tsvjf8bpzf] .app-sidebar > .nav-pills > .nav-item:last-of-type {
        padding-bottom: 0;
    }
}
/* /Components/Pages/Index.razor.rz.scp.css */
.gridlayout-item[b-klzecq2lft] {
    font-size: 1.2em;
    font-weight: 500;
    text-align: center;
    height: 100%;
    padding: 0.5rem;
    text-align: center;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .gridlayout-item[b-klzecq2lft]:before {
        content: " ";
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        opacity: 0.4;
    }

.gridlayout-header[b-klzecq2lft]:before {
    background-color: var(--bs-red);
}

.gridlayout-content[b-klzecq2lft]:before {
    background-color: var(--bs-yellow);
}

.gridlayout-left-side-bar[b-klzecq2lft]:before {
    background-color: var(--bs-green);
}

.gridlayout-right-side-bar[b-klzecq2lft]:before {
    background-color: var(--bs-info);
}

/*.gridlayout-footer:before {
    background-color: var(--bs-blue);
    opacity: 0.5;
}*/

@media (max-width: 575.98px) {
    .gridlayout-item[b-klzecq2lft] {
        font-size: 0.9em;
    }
}


.demo-products .row > div[b-klzecq2lft] {
    margin-bottom: 1.5rem;
}

.demo-products .demo-product[b-klzecq2lft] {
    cursor: pointer;
    display: flex;
    padding: 1.5rem;
    border-radius: 0.75rem;
    height: 100%;
    margin: 0;
    text-decoration: none;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s ease-in-out;
    background-color: #f2f2f2;
}

    .demo-products .demo-product:hover[b-klzecq2lft] {
        box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
    }


    .demo-products .demo-product h5[b-klzecq2lft] {
        font-size: 1.25rem;
        line-height: 1;
        margin-top: 0;
        margin-bottom: 0.5rem;
    }

    .demo-products .demo-product .demo-product-info[b-klzecq2lft] {
        display: inline-block;
        font-size: 0.75rem;
        line-height: 1rem;
        opacity: 0.72;
    }

.demo-products-description p a[b-klzecq2lft] {
    text-decoration: underline;
}

.demo-products-description > p:last-of-type[b-klzecq2lft] {
    margin-bottom: 2rem;
}

.demo-product-icon > svg[b-klzecq2lft] {
    max-width: 120px;
    max-height: 120px;
}

.demo-product-icon[b-klzecq2lft] {
    margin-right: 0.5rem;
    flex: 0 0 auto;
    --product-accent-color: var(--bs-primary);
    --product-accent-color-subtle: var(--bs-primary-bg-subtle, var(--bs-gray-400));
    --product-green: #50a534;
    --product-red: #d27370;
    --product-yellow: #ecc063;
    --product-shadow-color: #8e9195;
    --product-card-shadow-color: #c5c7c9;
}

.demo-product-icon-grid[b-klzecq2lft] {
    --grid-shadow-color: var(--product-shadow-color);
    --grid-table-bg: #ffffff;
    --grid-table-rows-bg: #e1e2e4;
    --grid-table-hover-bg: #c5c7c9;
    --grid-table-btn-1: var(--product-red);
    --grid-table-btn-2: var(--product-yellow);
    --grid-table-btn-3: var(--product-green);
    --grid-lines-color: #8e9195;
    --grid-card-bg: #ffffff;
    --grid-card-shadow-color: var(--product-card-shadow-color);
    --grid-card-lines-color: #c5c7c9;
    --grid-card-accent-color: var(--product-accent-color);
}

/* Container mit deinen spezifizierten Eigenschaften */
.container[b-klzecq2lft] {
    /* Layout Properties */
    /*width: 465px;*/
    /* height: 350px;*/
    /* UI Properties */
    background: #edeef0;
    border-radius: 14px;
    opacity: 1;
    /* Inhalt zentrieren */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: background 0.3s ease;
    overflow: hidden;
}

    .container:hover[b-klzecq2lft] {
        background: #4e5a6b;
    }

.default-content[b-klzecq2lft] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s ease;
    z-index: 2;
}



.container:hover .default-content[b-klzecq2lft] {
    opacity: 0;
    pointer-events: none;
}

.checkmark[b-klzecq2lft] {
    font-size: 65px;
    margin-bottom: 20px;
    color: #6956cc;
}



.text[b-klzecq2lft] {
    text-align: center;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 18px;
    font-weight: 500;
}

.hover-content[b-klzecq2lft] {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease 0.8s;
    z-index: 1;
}

.container:hover .hover-content[b-klzecq2lft] {
    opacity: 1;
    pointer-events: auto;
}

.hover-text[b-klzecq2lft] {
    color: white;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.hover-bottom[b-klzecq2lft] {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-left: 50px;
}

.checkmark-animated[b-klzecq2lft] {
    font-size: 75px;
    position: absolute;
    top: calc(50% - 37.5px);
    left: calc(50% - 37.5px);
    transition: all 0.8s ease;
    z-index: 3;
    opacity: 0; /* Initial ausgeblendet */
    color: #ffff02;
}

.container:hover .checkmark-animated[b-klzecq2lft] {
    font-size: 35px;
    top: calc(100% - 55px);
    left: 20px;
    opacity: 1; /* Beim Hover sichtbar */
}

/* Sofortiger Rücksprung beim Verlassen des Hovers */
.container:not(:hover) .checkmark-animated[b-klzecq2lft] {
    transition: all 0s ease;
    opacity: 0; /* Beim Verlassen des Hovers wieder ausgeblendet */
}

.container:not(:hover) .hover-content[b-klzecq2lft] {
    transition: opacity 0s ease;
}

.container:not(:hover) .default-content[b-klzecq2lft] {
    transition: opacity 0s ease;
}

.hover-button[b-klzecq2lft] {
    height: 35px;
    padding: 0 20px;
    border: 2px solid #ffff02;
    border-radius: 8px;
    background: transparent;
    color: #ffff02;
    font-size: 16px;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s ease 0.8s;
    display: flex;
    align-items: center;
    gap: 10px;
}

.container:hover .hover-button[b-klzecq2lft] {
    opacity: 1;
}

.container:not(:hover) .hover-button[b-klzecq2lft] {
    transition: opacity 0s ease;
}

.hover-button .arrow[b-klzecq2lft] {
    font-size: 10px;
    transition: transform 0.3s ease;
}

.hover-button:hover .arrow[b-klzecq2lft] {
    transform: translateX(5px);
}


/*control each box height*/
.vh-20[b-klzecq2lft] {
    /*height: 30vh;*/
    /*height: 350px;*/
    height: 100%;
    width: 100%;
}

/*control each box height*/
.vh-40[b-klzecq2lft] {
    /*height: 60vh;*/
    /*height: 700px;*/
    height: 100%;
    width: 100%;
    display: flex;
}

.front-box-size[b-klzecq2lft] {
    font-size: 65px;
    margin-bottom: 20px;
    color: #6956cc;
}



.custom-carousel-image[b-klzecq2lft] {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .custom-carousel-image img[b-klzecq2lft] {
        width: 100%;
        height: 100%;
        object-fit: cover; /* This mimics FillAndCrop */
        object-position: center;
        display: block;
    }
/* /Components/Pages/PlanPricing.razor.rz.scp.css */

/* CSS styles for pricing table */
.pricing-table[b-ap3ozb5rci]
{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 50px;
}

.pricing-column[b-ap3ozb5rci] {
    width: 300px;
    background-color: #f5f5f5;
    padding: 20px;
    margin: 0 10px;
    text-align: center;
    border-radius: 10px;
}

.pricing-header[b-ap3ozb5rci] {
    background-color: #5F368D;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
}

.pricing-features[b-ap3ozb5rci] {
    list-style-type: none;
    padding: 0;
    margin: 20px 0;
}

    .pricing-features li[b-ap3ozb5rci] {
        margin-bottom: 10px;
    }

.pricing-button[b-ap3ozb5rci] {
    background-color: #5F368D;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
}

