/* _content/freiheit.software.Website/Components/Features/Dropdown.razor.rz.scp.css */
.dropdown[b-k4a9qcdpew] {
    position: relative;
    display: inline-block;
    width: 100%;
    font-family: inherit;
    
    input {
        width: 100%;
        padding: 10px;
        border: 1px solid #2a2a2a;
        border-radius: 6px;
        outline: none;
    }
}

.dropdown-icon[b-k4a9qcdpew] {
    position: absolute;
    right: 12px;
    top: 12px;
}

.rotate[b-k4a9qcdpew] {
    rotate: 180deg;
}

.dropdown-options[b-k4a9qcdpew] {
    position: absolute;

    border-radius: 0.5rem;
    border: 1px solid var(--fs-color-neutral-700);
    background: var(--main-bg-color);
    
    width: 100%;
    margin-top: 4px;
    list-style: none;
    padding: 1rem;
    z-index: 10;
    max-height: 240px;
    overflow-y: auto;
}

.dropdown-options li[b-k4a9qcdpew] {
    padding: 0.5rem;
    cursor: pointer;
    transition: background 0.2s;
    border-radius: 0.5rem;
}

.dropdown-options li:hover[b-k4a9qcdpew] {
    background: #1E1E25;
}
/* _content/freiheit.software.Website/Components/Features/ExploreOurWork.razor.rz.scp.css */
.wrapper[b-7symag0d6r] {
    display: flex;
    flex-direction: column;
}

.image[b-7symag0d6r] {
    img {
        width: 100%;
    }
}

.text-part[b-7symag0d6r] {
    align-self: center;
    margin-right: 10%;
    margin-bottom: 2em;
}

@media (min-width: 60em) {
    .wrapper[b-7symag0d6r] {
        flex-direction: row;
    }
    
    .image[b-7symag0d6r] {
        img {
            width: 50vw;
        }
    }
}
/* _content/freiheit.software.Website/Components/Features/ProjectKeyProperty.razor.rz.scp.css */
h3[b-6f8etxh36r] {
    padding: 1rem 1.5rem 1rem 1.25rem;
    border-radius: 2.5rem;
    border: 1px solid var(--fs-color-neutral-700);
    white-space: nowrap;
    width: fit-content;

    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;

    font-size: 1rem;
    font-weight: 500;
}
/* _content/freiheit.software.Website/Components/Layout/Footer.razor.rz.scp.css */
footer[b-3qc53djf8z] {
    background: var(--main-bg-color);
    background-size: cover;
    background-image: url("https://freiheitsoftwarewebsite.blob.core.windows.net/files/LandingPage/Footer/Footer%20Background.png");
}

.footer-content[b-3qc53djf8z] {
    display: flex;
    flex-direction: column-reverse;
    margin-left: 1em;
    
    a {
        text-transform: lowercase;
    }
    
    a:hover[b-3qc53djf8z] {
        color: var(--fs-color-fs-green);
    }
}

.footer-title[b-3qc53djf8z] {
    display: flex;
    gap: 0.5em;
    align-items: center;
    font-size: 1.5rem;
    margin: 0 0 1em 0;
}

.footer-text[b-3qc53djf8z] {
    padding: 0 35px 2em 35px;
}

p[b-3qc53djf8z] {
    text-transform: none;
}

.bottom-margin[b-3qc53djf8z] {
    margin-bottom: 2em;
}

ul[b-3qc53djf8z] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 2em 35px;

    & > li {
        list-style: none;
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
}

.bottom-image[b-3qc53djf8z] {
    width: 100%;
}

@media (min-width: 60em) {
    footer[b-3qc53djf8z] {
        padding-bottom: 0 !important;
    }
    
    .section[b-3qc53djf8z] {
        
    }
    
    .footer-content[b-3qc53djf8z] {
        flex-direction: row;
        margin-left: 3.5em;
    }
    
    .footer-title[b-3qc53djf8z] {
        height: 2em;
        
        img {
            width: 1.5em;
        }
    }
    
    ul[b-3qc53djf8z] {
        margin-left: 15%;
        margin-top: 5em;
    }
}
/* _content/freiheit.software.Website/Components/Layout/Header.razor.rz.scp.css */
.services-wrapper[b-7w6bvn2dak] {
    position: relative;
}

.services-dropdown[b-7w6bvn2dak] {
    position: absolute;
    height: fit-content;
    top: 1.5rem;
    left: 0;
    display: flex;
    flex-direction: column;
    z-index: 100;
    padding: 1.5rem;

    border-radius: 0.5rem;
    background-color: #121219;
}

.dropdown-btn[b-7w6bvn2dak] {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.625rem;
    white-space: nowrap;
    width: 100%;
    border-radius: 0.5rem;
    padding: 0 0.5rem;
    
    h2 {
        font-size: 0.875rem;
    }
    
    p[b-7w6bvn2dak] {
        font-size: 0.75rem;
    }
    
    svg[b-7w6bvn2dak] {
        flex-basis: 20%;
    }
    
    &:hover[b-7w6bvn2dak] {
        background-color: rgba(255, 255, 255, 0.05);
    }
}

.services-item-wrapper[b-7w6bvn2dak] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.flip-icon[b-7w6bvn2dak] {
    rotate: 180deg;
}

.culture-selector-mobile[b-7w6bvn2dak] {
    margin: 4rem 0;
}
/* _content/freiheit.software.Website/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-50yuvvzqeh] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 999;
}

#blazor-error-ui .dismiss[b-50yuvvzqeh] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.header-wrapper[b-50yuvvzqeh] {
    display: block;
    z-index: 3;
    position: sticky;
}
/* _content/freiheit.software.Website/Components/Pages/AboutUs.razor.rz.scp.css */
.first-container[b-k9xfiyennw] {
    height: 40rem;
    background-image: url("https://freiheitsoftwarewebsite.blob.core.windows.net/files/AboutUs/background.webp");
    background-size: cover;
    display: flex;
    align-items: flex-end;
    padding: 3.5rem;
    margin-bottom: 4rem;
}

.no-lowercase[b-k9xfiyennw] {
    text-transform: none;
}

.founders-insights[b-k9xfiyennw] {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.founders-insights-left[b-k9xfiyennw] {
    display: flex;
    flex-direction: column;
    flex-basis: 40%;
    
    img {
        width: 100%;
    }
    
    h2[b-k9xfiyennw] {
        margin: 0 0 1em 0;
    }
}

.full-width-image[b-k9xfiyennw] {
    width: 100vw;
    margin-bottom: 6rem;
}

.last-sentence[b-k9xfiyennw] {
    margin-top: 4rem;
}

@media (min-width: 60em) {
    .first-container[b-k9xfiyennw] {
        padding: 5.5rem;    
    }
    
    .founders-insights[b-k9xfiyennw] {
        flex-direction: row;
        gap: 10.875rem;
        
        p {
            margin-top: 4rem;
        }

        .founders-insights-left[b-k9xfiyennw] {
            margin-top: -6rem;
            
            h2 {
                white-space: nowrap;
            }
        }
    }
    
    .half-screen[b-k9xfiyennw] {
        width: 60%;
    }
}
/* _content/freiheit.software.Website/Components/Pages/DocuWare/DocuWareAdvantage.razor.rz.scp.css */
.advantage-intro[b-vfdnjg7zpd] {
    max-width: 44rem;
    font-size: 1rem;
    margin: 1.5rem 0 2.5rem;
    color: var(--fs-color-neutral-600);

    ::deep p {
        margin: 0 0 0.75rem;
    }

    [b-vfdnjg7zpd] p:last-child {
        margin-bottom: 0;
    }

    [b-vfdnjg7zpd] .fs-highlight {
        color: var(--fs-color-fs-green);
        font-weight: 600;
    }
}

.advantage-table-wrapper[b-vfdnjg7zpd] {
    overflow-x: auto;
    margin-top: 2rem;
}

.advantage-table[b-vfdnjg7zpd] {
    width: 100%;
    border-collapse: collapse;
    min-width: 34rem;

    thead th {
        font-size: 0.7rem;
        font-weight: 500;
        text-align: center;
        padding: 0.75rem 0.35rem;
        color: var(--fs-color-neutral-600);
        vertical-align: middle;
    }

    thead th.row-label-col[b-vfdnjg7zpd] {
        text-align: left;
        min-width: 10rem;
        padding-left: 0;
    }

    tbody tr td[b-vfdnjg7zpd],
    tbody tr th[b-vfdnjg7zpd] {
        border-top: 1px dashed var(--fs-color-neutral-700);
    }

    tbody th.row-label[b-vfdnjg7zpd] {
        text-align: left;
        font-weight: 400;
        font-size: 0.8rem;
        color: inherit;
        padding: 0.85rem 0.5rem 0.85rem 0;
        line-height: 1.35;
    }

    tbody td[b-vfdnjg7zpd] {
        text-align: center;
        padding: 0.85rem 0.35rem;
        vertical-align: middle;
    }

    .check-icon[b-vfdnjg7zpd] {
        color: var(--fs-color-fs-green);
    }

    .cross-icon[b-vfdnjg7zpd] {
        color: var(--fs-color-error-500);
    }

    /* col-1 highlight card */
    thead th.col-highlight[b-vfdnjg7zpd],
    tbody td.col-highlight[b-vfdnjg7zpd] {
        background-color: rgba(76, 168, 125, 0.07);
        border-left: 1px solid var(--fs-color-fs-green);
        border-right: 1px solid var(--fs-color-fs-green);
    }

    thead th.col-highlight[b-vfdnjg7zpd] {
        color: #fff;
        font-weight: 600;
        border-top: 1px solid var(--fs-color-fs-green);
        border-top-left-radius: var(--border-radius);
        border-top-right-radius: var(--border-radius);
    }

    tbody tr td.col-highlight[b-vfdnjg7zpd] {
        border-top: 1px dashed rgba(76, 168, 125, 0.35);
    }

    tbody tr:last-child td.col-highlight[b-vfdnjg7zpd] {
        border-bottom: 1px solid var(--fs-color-fs-green);
        border-bottom-left-radius: var(--border-radius);
        border-bottom-right-radius: var(--border-radius);
    }
}

@media (min-width: 60em) {
    .advantage-intro[b-vfdnjg7zpd] {
        font-size: 1.15rem;
        margin: 2rem 0 4rem;
    }

    .advantage-table[b-vfdnjg7zpd] {
        min-width: 0;

        thead th {
            padding: 1.5rem 1rem;
            font-size: 0.9rem;
        }

        thead th.row-label-col[b-vfdnjg7zpd] {
            min-width: 18rem;
        }

        tbody th.row-label[b-vfdnjg7zpd] {
            font-size: 1rem;
            padding: 1.5rem 1rem 1.5rem 0;
        }

        tbody td[b-vfdnjg7zpd] {
            padding: 1.5rem 1rem;
        }
    }
}
/* _content/freiheit.software.Website/Components/Pages/DocuWare/DocuWareCompliance.razor.rz.scp.css */
.compliance-intro[b-gq1x987gsi] {
    max-width: 44rem;
    font-size: 1rem;
    margin: 1.5rem 0 2.5rem;
    color: var(--fs-color-neutral-600);
}

.compliance-grid[b-gq1x987gsi] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 2rem;
}

.compliance-tile[b-gq1x987gsi] {
    border: 1px solid var(--fs-color-neutral-700);
    border-radius: var(--border-radius);
    background-color: rgba(256, 255, 256, 0.03);
    padding: 1.75rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;

    .tile-icon {
        color: var(--fs-color-fs-green);
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    h3[b-gq1x987gsi] {
        margin: 0;
        font-size: 1.25rem;
        font-weight: 700;
        text-transform: none;
        line-height: 1.25;
    }

    p[b-gq1x987gsi] {
        margin: 0;
        color: var(--fs-color-neutral-600);
        font-size: 0.95rem;
        line-height: 1.5;
    }
}

@media (min-width: 40em) {
    .compliance-grid[b-gq1x987gsi] {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
}

@media (min-width: 60em) {
    .compliance-intro[b-gq1x987gsi] {
        font-size: 1.15rem;
        margin: 2rem 0 4rem;
    }

    .compliance-grid[b-gq1x987gsi] {
        grid-template-columns: repeat(4, 1fr);
        gap: 1.5rem;
    }

    .compliance-tile[b-gq1x987gsi] {
        padding: 2rem;

        h3 {
            font-size: 1.35rem;
        }
    }
}
/* _content/freiheit.software.Website/Components/Pages/DocuWare/DocuWareCta.razor.rz.scp.css */
.docuware-cta-panel[b-ab4baaypm8] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 1.75rem;
    border: 1px solid var(--fs-color-fs-green);
    border-radius: 8px;
    background-color: rgba(76, 168, 125, 0.1);
}

.docuware-cta-copy[b-ab4baaypm8] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.docuware-cta-title[b-ab4baaypm8] {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.3;
    color: #fff;
}

.docuware-cta-body[b-ab4baaypm8] {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.55;
    color: var(--fs-color-neutral-600);
    max-width: 44rem;

    ::deep p {
        margin: 0 0 0.5rem;
    }

    [b-ab4baaypm8] p:last-child {
        margin-bottom: 0;
    }
}

.docuware-cta-button[b-ab4baaypm8] {
    flex: 0 0 auto;
}

@media (min-width: 60em) {
    .docuware-cta-panel[b-ab4baaypm8] {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 2.5rem;
        padding: 2.25rem 2.5rem;
    }

    .docuware-cta-title[b-ab4baaypm8] {
        font-size: 1.75rem;
    }

    .docuware-cta-body[b-ab4baaypm8] {
        font-size: 1rem;
    }
}
/* _content/freiheit.software.Website/Components/Pages/DocuWare/DocuWareFaq.razor.rz.scp.css */
.faq-intro[b-viw992kdft] {
    max-width: 44rem;
    font-size: 1rem;
    margin: 1.5rem 0 2rem;
    color: var(--fs-color-neutral-600);

    ::deep p {
        margin: 0 0 0.75rem;
    }

    [b-viw992kdft] p:last-child {
        margin-bottom: 0;
    }
}

.faq-tabs[b-viw992kdft] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.faq-tab[b-viw992kdft] {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 1rem;
    border: 1px solid var(--fs-color-neutral-700);
    border-radius: 999px;
    background: transparent;
    color: var(--fs-color-neutral-600);
    font-size: 0.85rem;
    font-family: inherit;
    line-height: 1.2;
    transition: color 0.15s ease, border-color 0.15s ease, background-color 0.15s ease;
}

.faq-tab:hover[b-viw992kdft] {
    color: #fff;
    border-color: var(--fs-color-neutral-600);
}

.faq-tab.is-active[b-viw992kdft] {
    color: #fff;
    border-color: var(--fs-color-fs-green);
    background-color: rgba(76, 168, 125, 0.12);
}

.faq-list[b-viw992kdft] {
    display: flex;
    flex-direction: column;
    border-top: 1px dashed var(--fs-color-neutral-700);
}

.faq-item[b-viw992kdft] {
    border-bottom: 1px dashed var(--fs-color-neutral-700);
}

.faq-question[b-viw992kdft] {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    padding: 1rem 0;
    border: 0;
    background: transparent;
    color: inherit;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    text-align: left;
    line-height: 1.4;
}

.faq-question-text[b-viw992kdft] {
    flex: 1;
    min-width: 0;
}

.faq-toggle[b-viw992kdft] {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    border: 1px solid var(--fs-color-neutral-700);
    color: var(--fs-color-neutral-600);
    transition: color 0.15s ease, border-color 0.15s ease, background-color 0.15s ease;
}

.faq-item.is-open .faq-toggle[b-viw992kdft] {
    color: #fff;
    border-color: var(--fs-color-fs-green);
    background-color: rgba(76, 168, 125, 0.12);
}

.faq-answer[b-viw992kdft] {
    padding: 0 0 1.25rem;
    font-size: 0.95rem;
    line-height: 1.55;
    color: var(--fs-color-neutral-600);
    max-width: 52rem;

    ::deep p {
        margin: 0 0 0.75rem;
    }

    [b-viw992kdft] p:last-child {
        margin-bottom: 0;
    }

    [b-viw992kdft] strong {
        color: inherit;
        font-weight: 600;
    }
}

@media (min-width: 60em) {
    .faq-intro[b-viw992kdft] {
        font-size: 1.15rem;
        margin: 2rem 0 3rem;
    }

    .faq-tabs[b-viw992kdft] {
        gap: 0.75rem;
        margin-bottom: 2.5rem;
    }

    .faq-tab[b-viw992kdft] {
        padding: 0.55rem 1.25rem;
        font-size: 0.95rem;
    }

    .faq-question[b-viw992kdft] {
        padding: 1.5rem 0;
        font-size: 1.2rem;
    }

    .faq-toggle[b-viw992kdft] {
        width: 2.5rem;
        height: 2.5rem;
    }

    .faq-answer[b-viw992kdft] {
        padding: 0 0 1.75rem;
        font-size: 1rem;
    }
}
/* _content/freiheit.software.Website/Components/Pages/DocuWare/DocuWareIntroduction.razor.rz.scp.css */
.docuware-hero[b-n5uro7hmmy] {
    position: relative;
    width: 100%;
    height: 18rem;
    overflow: hidden;
    display: flex;
    align-items: flex-end;

    .hero-background {
        position: absolute;
        inset: 0;

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }

    .hero-overlay[b-n5uro7hmmy] {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.5);
    }

    .hero-text[b-n5uro7hmmy] {
        position: relative;
        padding: 0 1.25rem 2rem;
        width: 100%;

        h1 {
            font-size: 3rem;
            line-height: 1.15;
            max-width: 55rem;
            text-transform: none;
        }
    }
}

.founders-insight[b-n5uro7hmmy] {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    margin-top: 2rem;

    .founders-insight-left {
        display: flex;
        flex-direction: column;

        .how-it-started {
            color: var(--fs-color-neutral-600);
            font-size: 1.2rem;
            margin: 0 0 0.25em;
            text-transform: lowercase;
        }

        h2[b-n5uro7hmmy] {
            margin: 0 0 1.5rem 0;
        }

        .founder-photo[b-n5uro7hmmy] {
            width: 10rem;
            height: 10rem;
            border-radius: 50%;
            object-fit: cover;
            object-position: center 30%;
            border: 1px solid var(--fs-color-neutral-700);
        }
    }

    .founders-insight-quote[b-n5uro7hmmy] {
        font-size: 1rem;
        line-height: 1.45;
        white-space: pre-wrap;

        ::deep strong {
            color: var(--fs-color-fs-green);
            font-weight: 700;
        }
    }
}

@media (min-width: 40em) {
    .docuware-hero[b-n5uro7hmmy] {
        height: 24rem;

        .hero-text {
            padding: 0 2rem 3rem;

            h1 {
                font-size: 3rem;
            }
        }
    }

    .founders-insight[b-n5uro7hmmy] {
        .founders-insight-left {
            .founder-photo {
                width: 14rem;
                height: 14rem;
            }
        }
    }
}

@media (min-width: 60em) {
    .docuware-hero[b-n5uro7hmmy] {
        height: 40rem;

        .hero-text {
            padding: 0 4rem 4rem;

            h1 {
                font-size: 5rem;
            }
        }
    }

    .founders-insight[b-n5uro7hmmy] {
        flex-direction: row;
        gap: 10rem;
        margin-top: 5rem;

        .founders-insight-left {
            flex: 0 0 18.5rem;

            .founder-photo {
                width: 18.5rem;
                height: 18.5rem;
            }
        }

        .founders-insight-quote[b-n5uro7hmmy] {
            flex: 1;
            font-size: 1.15rem;
        }
    }
}
/* _content/freiheit.software.Website/Components/Pages/DocuWare/DocuWarePricing.razor.rz.scp.css */
.pricing-intro[b-6jw8dc0wtw] {
    max-width: 44rem;
    font-size: 1rem;
    margin: 1.5rem 0 2.5rem;
    color: var(--fs-color-neutral-600);

    ::deep p {
        margin: 0 0 0.75rem;
    }

    [b-6jw8dc0wtw] p:last-child {
        margin-bottom: 0;
    }

    [b-6jw8dc0wtw] .fs-highlight {
        color: var(--fs-color-fs-green);
        font-weight: 600;
    }
}

.pricing-table-wrapper[b-6jw8dc0wtw] {
    overflow-x: auto;
    margin-top: 2rem;
}

.pricing-table[b-6jw8dc0wtw] {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    min-width: 32rem;

    thead th,
    tbody tr td {
        width: 25%;
    }

    thead th[b-6jw8dc0wtw] {
        font-size: 0.75rem;
        font-weight: 400;
        text-align: left;
        padding: 0.9rem 0.6rem 0.9rem 0;
        color: var(--fs-color-neutral-600);
        vertical-align: middle;
    }

    tbody tr td[b-6jw8dc0wtw] {
        border-top: 1px dashed var(--fs-color-neutral-700);
        padding: 1rem 0.6rem 1rem 0;
        font-size: 0.8rem;
        vertical-align: middle;
    }
}

.pricing-footnote[b-6jw8dc0wtw] {
    margin-top: 2rem;
    font-size: 0.85rem;
    color: var(--fs-color-neutral-600);
    line-height: 1.5;
}

@media (min-width: 60em) {
    .pricing-intro[b-6jw8dc0wtw] {
        font-size: 1.15rem;
        margin: 2rem 0 4rem;
    }

    .pricing-table[b-6jw8dc0wtw] {
        min-width: 0;

        thead th {
            padding: 1.5rem 1rem 1.5rem 0;
            font-size: 0.9rem;
        }

        tbody tr td[b-6jw8dc0wtw] {
            padding: 1.75rem 1rem 1.75rem 0;
            font-size: 1rem;
        }
    }

    .pricing-footnote[b-6jw8dc0wtw] {
        margin-top: 2.5rem;
        font-size: 0.9rem;
    }
}
/* _content/freiheit.software.Website/Components/Pages/DocuWare/DocuWareProblem.razor.rz.scp.css */
.problem-intro[b-kw831vu7fn] {
    max-width: 36rem;
    font-size: 1rem;
    margin: 1.5rem 0 2.5rem;
}

.problem-mosaic[b-kw831vu7fn] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 2rem;
}

.tile[b-kw831vu7fn] {
    border: 1px solid var(--fs-color-neutral-700);
    border-radius: var(--border-radius);
    background-color: rgba(256, 255, 256, 0.03);
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    min-height: 10rem;

    .x-icon {
        color: var(--fs-color-error-500);
    }

    h3[b-kw831vu7fn] {
        margin: 0;
        font-size: 1.5rem;
        font-weight: 700;
        text-transform: none;
        line-height: 1.25;
    }
}

@media (min-width: 60em) {
    .problem-intro[b-kw831vu7fn] {
        font-size: 1.15rem;
        margin: 2rem 0 4rem;
    }

    .problem-mosaic[b-kw831vu7fn] {
        grid-template-columns: repeat(12, 1fr);
        grid-template-rows: 17rem 17rem 22rem;
        gap: 1.5rem;
    }

    .tile-1[b-kw831vu7fn] {
        grid-column: 1 / 6;
        grid-row: 1 / 3;
    }

    .tile-2[b-kw831vu7fn] {
        grid-column: 6 / 13;
        grid-row: 1 / 2;
    }

    .tile-3[b-kw831vu7fn] {
        grid-column: 6 / 9;
        grid-row: 2 / 3;
    }

    .tile-4[b-kw831vu7fn] {
        grid-column: 9 / 13;
        grid-row: 2 / 3;
    }

    .tile-5[b-kw831vu7fn] {
        grid-column: 8 / 13;
        grid-row: 3 / 4;
    }

    .tile-6[b-kw831vu7fn] {
        grid-column: 1 / 8;
        grid-row: 3 / 4;
    }

    .tile[b-kw831vu7fn] {
        padding: 1.75rem;

        h3 {
            font-size: 1.75rem;
        }
    }
}
/* _content/freiheit.software.Website/Components/Pages/DocuWare/DocuWareSolution.razor.rz.scp.css */
.solution-title[b-yux053ikh9] {
    max-width: 60rem;
    margin: 1rem 0 0;
    text-transform: none;
    font-size: 1.75rem;
    line-height: 1.25;

    ::deep strong {
        color: var(--fs-color-fs-green);
        font-weight: 400;
    }
}

.feature-list-wrapper[b-yux053ikh9] {
    position: relative;
    margin-top: 3rem;
}

.feature-list[b-yux053ikh9] {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.feature-item[b-yux053ikh9] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.feature-text-col[b-yux053ikh9] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.features-badge[b-yux053ikh9] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    align-self: flex-start;
    padding: 0.35rem 0.85rem 0.35rem 0.6rem;
    border: 1px solid var(--fs-color-neutral-700);
    border-radius: 999px;
    font-size: 0.9rem;
    color: var(--fs-color-neutral-600);

    .dot {
        width: 0.55rem;
        height: 0.55rem;
        border-radius: 50%;
        background-color: var(--fs-color-fs-green);
    }
}

.feature-item h3[b-yux053ikh9] {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: none;
    line-height: 1.25;
}

.feature-text[b-yux053ikh9] {
    font-size: 1rem;
    line-height: 1.5;

    ::deep p {
        margin: 0 0 1rem;
    }

    [b-yux053ikh9] p:last-child {
        margin-bottom: 0;
    }

    [b-yux053ikh9] ul {
        margin: 0;
        padding-left: 1.25rem;
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }

    [b-yux053ikh9] li {
        line-height: 1.45;
    }
}

.feature-visual-col[b-yux053ikh9] {
    display: block;
    width: 100%;
    min-width: 0;
}

.feature-visual-col[b-yux053ikh9]  svg {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}

.animation-placeholder[b-yux053ikh9] {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: var(--border-radius);
    border: 1px dashed var(--fs-color-neutral-700);
    background:
        repeating-linear-gradient(
            45deg,
            rgba(255, 255, 255, 0.015),
            rgba(255, 255, 255, 0.015) 10px,
            rgba(255, 255, 255, 0.04) 10px,
            rgba(255, 255, 255, 0.04) 20px
        );
}

.scroll-progress[b-yux053ikh9] {
    display: none;
}

@media (min-width: 60em) {
    .solution-title[b-yux053ikh9] {
        font-size: 2.5rem;
    }

    .feature-list-wrapper[b-yux053ikh9] {
        margin-top: 4rem;
    }

    .feature-list[b-yux053ikh9] {
        gap: 5rem;
    }

    .feature-item[b-yux053ikh9] {
        flex-direction: row;
        gap: 3rem;
        align-items: flex-start;
    }

    .feature-text-col[b-yux053ikh9] {
        flex: 0 0 32rem;
        max-width: 32rem;
        gap: 1.25rem;
    }

    .feature-item h3[b-yux053ikh9] {
        font-size: 2rem;
    }

    .feature-text[b-yux053ikh9] {
        font-size: 1.1rem;
    }

    .feature-visual-col[b-yux053ikh9] {
        flex: 1;
    }

    .animation-placeholder[b-yux053ikh9] {
        aspect-ratio: auto;
        height: 20rem;
    }

    .scroll-progress[b-yux053ikh9] {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: -1.5rem;
        width: 7px;
        pointer-events: none;
    }

    .scroll-progress-track[b-yux053ikh9] {
        width: 100%;
        height: 100%;
        background-color: var(--fs-color-neutral-700);
        border-radius: 4px;
        overflow: hidden;
    }

    .scroll-progress-fill[b-yux053ikh9] {
        width: 100%;
        height: 0;
        background-color: var(--fs-color-fs-green);
        border-radius: 4px;
        transition: height 0.08s linear;
        will-change: height;
    }
}
/* _content/freiheit.software.Website/Components/Pages/DocuWare/DocuWareTailoredCallout.razor.rz.scp.css */
.tailored-callout[b-8l5hkv54c1] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
}

.tailored-callout-text[b-8l5hkv54c1] {
    max-width: 38rem;
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.35;
    color: #fff;
}

.tailored-callout-button[b-8l5hkv54c1] {
    align-self: flex-start;
}

@media (min-width: 60em) {
    .tailored-callout[b-8l5hkv54c1] {
        gap: 2rem;
    }

    .tailored-callout-text[b-8l5hkv54c1] {
        font-size: 2rem;
        max-width: 42rem;
    }
}
/* _content/freiheit.software.Website/Components/Pages/Facilioo/Facilioo.razor.rz.scp.css */
/* _content/freiheit.software.Website/Components/Pages/Facilioo/FaciliooIntroduction.razor.rz.scp.css */
/* _content/freiheit.software.Website/Components/Pages/Facilioo/FaciliooLastPart.razor.rz.scp.css */
.full-width-image[b-mpf2ljl1c4] {
    width: 100vw;
    margin: 4rem -3.5rem 0;
}

.last-section[b-mpf2ljl1c4] {
    margin-top: 2rem;
    border: none;
}

.tech-stack-image[b-mpf2ljl1c4] {
    width: 100%;
    margin: 3rem auto;
}

button[b-mpf2ljl1c4] {
    margin-top: 1rem;

    &:hover {
        background-color: var(--fs-color-facilioo-yellow);
        border-color: var(--fs-color-facilioo-yellow);
    }
}

.metrics[b-mpf2ljl1c4] {
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
    
    h1 {
        margin-top: 0;
    }
}

.section-facilioo[b-mpf2ljl1c4] {
    header {
        text-transform: none;
    } 
}

@media (min-width: 60em) {
    .metrics[b-mpf2ljl1c4] {
        flex-direction: row;
        gap: 4rem;
        margin-top: 4rem;
    }
    
    .last-section[b-mpf2ljl1c4] {
        margin-top: 0;
    }

    .full-width-image[b-mpf2ljl1c4] {
        margin: 4rem -5.5rem 0;
    }
}
/* _content/freiheit.software.Website/Components/Pages/Facilioo/FaciliooSecondPart.razor.rz.scp.css */
.mid-section[b-ucfz6sjxjr] {
    display: flex;
    flex-direction: column-reverse;
    
    img {
        width: 100%;
    }

    .deliverables[b-ucfz6sjxjr] {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
}

iframe[b-ucfz6sjxjr] {
    width: 100vw;
    height: 30vh;
    margin: 4rem -3.5rem;
    border: none;
}

@media (min-width: 60em) {
    .mid-section[b-ucfz6sjxjr] {
        flex-direction: row;
        
        img {
            width: 45%;
        }
    }

    iframe[b-ucfz6sjxjr] {
        height: 70vh;
        margin: 4rem -5.5rem;
    }

    .mid-section[b-ucfz6sjxjr] {
        .deliverables {
            p {
                margin-bottom: 2rem;
                padding-right: 2rem;
            }
        }
    }
}
/* _content/freiheit.software.Website/Components/Pages/Home/Clients.razor.rz.scp.css */
.container[b-nx3s3r8bak] {
  display: flex;
  flex-direction: column;
  gap: 4em;
  padding-top: 4em;

  @media (min-width: 60em) {
    flex-direction: row;
    gap: 4em;[b-nx3s3r8bak]
  }
}

.client-card[b-nx3s3r8bak] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: white;

  .image {
    position: relative;
    width: 18em;
    height: 18em;
    border-radius: 50%;
    cursor: pointer;

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      border-radius: 50%;
    }
    
    .circle-overlay[b-nx3s3r8bak] {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 94%;
      height: 94%;
      border: 1px solid white; 
      border-radius: 50%;
      pointer-events: none; 
      box-sizing: border-box;
    }

    .play-button[b-nx3s3r8bak] {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 3rem;
    }

    .video-time[b-nx3s3r8bak] {
      position: absolute;
      bottom: 10px;
      left: 50%;
      transform: translateX(-50%);
      font-size: 14px;
      border-top: 1px solid white;
      padding-top: 1em;
      width: 50%;
      margin-bottom: 1em;
    }

    .corner-icon[b-nx3s3r8bak] {
      position: absolute;
      top: 1em;
      right: 1em;
      width: 4em;
      height: 4em;
      border-radius: 50%;
    }
  }

  .bottom-text[b-nx3s3r8bak] {
    margin-top: 1rem;
    text-align: left;
  }
}

.video-overlay[b-nx3s3r8bak] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.video-container[b-nx3s3r8bak] {
  position: relative;
  width: 80%;
  max-width: 800px;
  aspect-ratio: 16 / 9;
  background: var(--main-bg-color);
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
}

.video-container iframe[b-nx3s3r8bak] {
  border-radius: 12px;
}

.close-button[b-nx3s3r8bak] {
  position: absolute;
  top: -30px;
  right: -30px;
  background: none;
  border: none;
  color: white;
  font-size: 2rem;
  cursor: pointer;
}

.image:hover .play-button[b-nx3s3r8bak]  {
  font-size: 5rem !important;
  transition: font-size 0.3s ease;
}
/* _content/freiheit.software.Website/Components/Pages/Home/ContactForm.razor.rz.scp.css */
.section[b-0rjecllm7w] {
    border: none;
    margin-top: 2rem;
}

.subtitle[b-0rjecllm7w] {
    margin-bottom: 2em;
    margin-top: -2em;
    text-transform: none;
}

.contact-form[b-0rjecllm7w] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 2rem;
    
    button {
        width: fit-content;
    }
}

label[b-0rjecllm7w] {
    text-transform: lowercase;
}

.required[b-0rjecllm7w] {
    color: var(--fs-color-error-500);
}

.contact-form[b-0rjecllm7w]  input, [b-0rjecllm7w] textarea {
    height: 2.5rem;
    padding: 0.5rem 0.75rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    font-family: "UniNeue";

    border: 1px solid var(--fs-color-neutral-300);
    border-radius: 0.5rem;
    background-color: var(--main-bg-color);
    box-shadow: 0 1px 3px 0 rgba(130, 138, 153, 0.10);
    
    color: white;
    
    &:hover {
        border-color: var(--fs-color-fs-green);
    }
}

[b-0rjecllm7w] textarea {
    height: 6rem;
    resize: vertical;
}

.button:hover[b-0rjecllm7w] {
    background-color: var(--fs-color-fs-green);
    border-color: var(--fs-color-fs-green);
}

.form-submit[b-0rjecllm7w] {
    width: 100vw;
    height: 80vh;
    background-image: url("https://freiheitsoftwarewebsite.blob.core.windows.net/files/LandingPage/message-submitted.webp");
    margin: 4rem -3.5rem 0;
    background-size: cover;

    padding-left: 3.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;

    p {
        font-weight: 500;
    }
}

@media (min-width: 60em) {
    .contact-form[b-0rjecllm7w] {
        width: 40%;
    }
    
    .section[b-0rjecllm7w] {
        margin-top: 0;
    }
    
    .form-submit[b-0rjecllm7w] {
        margin: 4rem -5.5rem 0;
    }
}
/* _content/freiheit.software.Website/Components/Pages/Home/OurWork.razor.rz.scp.css */
#our-work-section[b-k7n1skciba] {
    margin-top: 2rem;
}

.item[b-k7n1skciba] {
    button {
        display: flex;
        padding: 0.5rem 1.5rem 0.625rem 1.5rem;
        justify-content: center;
        align-items: center;
        gap: 0.625rem;
        border-radius: 0.5rem;
        border: 1px solid #FFF;
        background-color: transparent;
    
        text-transform: lowercase;

        color: #FFF;
        font-size: 0.875rem;
        font-weight: 700;
        line-height: normal;
        
        cursor: pointer;
        &:hover {
         background-color: var(--fs-color-fs-green);
        } 
    }
}

.items[b-k7n1skciba] {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.image[b-k7n1skciba] {
    width: 100%;
    height: 13rem;
    border-radius: 0.5rem;

    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 0.5rem;
    }
}

@media (min-width: 60em) {
    #our-work-section[b-k7n1skciba] {
        margin-top: 0;
    }
    
    .items[b-k7n1skciba] {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .image[b-k7n1skciba] {
        overflow: hidden;
        height: 18rem;

        img {
            transition: transform 0.4s ease; 
            
            &:hover {
                animation: shake-b-k7n1skciba 0.8s;
            }
        }
    }

    .item[b-k7n1skciba] {
      flex: 0 0 calc(50% - 2rem);

        button {
         display: none;
        }
    }
}

@keyframes shake-b-k7n1skciba {
    0% { transform: translateX(0) translateY(0); }
    10% { transform: translateX(-5px) translateY(-5px); }
    20% { transform: translateX(5px) translateY(5px); }
    30% { transform: translateX(-5px) translateY(-5px); }
    40% { transform: translateX(5px)  translateY(5px); }
    50% { transform: translateX(-5px) translateY(-5px); }
    60% { transform: translateX(5px)  translateY(5px); }
    70% { transform: translateX(-5px) translateY(-5px); }
    80% { transform: translateX(5px)  translateY(5px); }
    90% { transform: translateX(-5px) translateY(-5px); }
    100% { transform: translateX(0) translateY(0); }
}
/* _content/freiheit.software.Website/Components/Pages/Home/Services.razor.rz.scp.css */
.cards[b-tps2l8prv9] {
    display: flex;
    flex-direction: column-reverse;
    gap: 2rem;
    align-items: stretch;
}

.card[b-tps2l8prv9] {
    cursor: pointer;
    display: flex;
    flex-direction: column;
}

.card > a:first-child[b-tps2l8prv9] {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.card-icon[b-tps2l8prv9] {
    width: 1.5em;
    height: 1.5em;
    display: block;
}

.card-body[b-tps2l8prv9] {
    margin-top: 1rem;
}

.read-more-button[b-tps2l8prv9] {
    display: none;
}

@media (min-width: 60em) {
    .cards[b-tps2l8prv9] {
        flex-direction: row-reverse;
    }

    .card[b-tps2l8prv9] {
        flex: 1;
    }

    .read-more-button[b-tps2l8prv9] {
        display: inline-block;
        margin-top: 1rem;
        align-self: flex-start;
    }
}
/* _content/freiheit.software.Website/Components/Pages/Home/Team.razor.rz.scp.css */
#team-section[b-5g2fge4wqe] {
    
    header {
        margin: 3rem 0;
    }
}

.container-mobile[b-5g2fge4wqe] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: none;
}

.container-desktop[b-5g2fge4wqe] {
    display: none;
}

.name[b-5g2fge4wqe] {
    display: inline-flex;
    height: 6.25rem;
    padding: 0 8.875rem 0 2.5625rem;
    align-items: center;
    white-space: nowrap;

    border: 1px solid var(--fs-color-neutral-700);
    border-bottom: none;

    color: var(--fs-color-neutral-600);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 135%; /* 1.6875rem */
    text-transform: uppercase;

    &:last-child {
        border-bottom: 1px solid var(--fs-color-neutral-700);
    }
}

.expanded-section[b-5g2fge4wqe] {
    padding: 2em;
    border-top: 1px solid var(--fs-color-neutral-700);
    border-right: 1px solid var(--fs-color-neutral-700);
    border-left: 1px solid var(--fs-color-neutral-700);

    &:last-child {
        border-bottom: 1px solid var(--fs-color-neutral-700);
    }
}

.name-expanded[b-5g2fge4wqe] {
    white-space: nowrap;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 135%; /* 1.6875rem */
    text-transform: uppercase;
}

.position[b-5g2fge4wqe] {
    color: var(--fs-color-neutral-600);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 135%; /* 1.18125rem */
}

.image[b-5g2fge4wqe] {
    width: 60vw;
    margin: 1em 0;
}

.bio[b-5g2fge4wqe] {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: none;
}

.image-container[b-5g2fge4wqe] {
    position: relative;
}

.social-icons[b-5g2fge4wqe] {
    position: absolute;
    bottom: 1.5rem;
    left: 1rem;
    display: flex;
    gap: 1rem;
}

@media (min-width: 60em) {
    #team-section[b-5g2fge4wqe] {
        header {
            margin: 0 0 3em 0;
        }
    }
    
    .image-container[b-5g2fge4wqe] {
        overflow: hidden;
    }

    .image-container[b-5g2fge4wqe]::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(
                to top,
                rgba(0, 0, 0, 0.6) 0%,   /* solid dark at bottom */
                rgba(0, 0, 0, 0.0) 40%  /* fade out around middle */
        );
    }
    
    .container-desktop[b-5g2fge4wqe] {
        display: flex;
        flex-direction: row;
        margin-right: -2rem;
        margin-left: 1.5rem;
    }
    
    .desktop-list[b-5g2fge4wqe] {
        width: 55%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-left: -1.5rem;
        border-right: none;
        /*border-left: none;*/
        height: 70vh;
    }
    
    .container-mobile[b-5g2fge4wqe] {
        display: none;
    }
    
    .expanded-section[b-5g2fge4wqe] {
        width: 45%;
        padding: 0;
        border: 1px solid var(--fs-color-neutral-700);
        height: 70vh;
    }
    
    .name[b-5g2fge4wqe] {
        width: 100%;
        border-right: none;
    }
    
    .social-icons[b-5g2fge4wqe] {
        position: static;
        
        img {
            cursor: pointer;
        }
    }
    
    .name-wrapper[b-5g2fge4wqe] {
        width: 100%;
        height: 6.25rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 2rem 0 2.5625rem;
        border-top: 1px solid var(--fs-color-neutral-700);
        border-left: 1px solid var(--fs-color-neutral-700);

        &:last-child {
            border-bottom: 1px solid var(--fs-color-neutral-700);
        }
    }
    
    .name-expanded[b-5g2fge4wqe] {
        color: white;
    }

    .image[b-5g2fge4wqe] {
        width: 100%;
        margin: 0;
        height: 70vh;
        object-fit: cover;
        object-position: top 30% left 40%;
    }
    
    .bio[b-5g2fge4wqe] {
        position: absolute;
        bottom: 0;
        padding: 2em;
        z-index: 1;
    }
}
/* _content/freiheit.software.Website/Components/Pages/Octo/Octo.razor.rz.scp.css */
/* _content/freiheit.software.Website/Components/Pages/Octo/OctoIntroduction.razor.rz.scp.css */
.logo[b-rcwgn6m176] {
    width: 2rem !important;
}

h3[b-rcwgn6m176] {
    a {
        text-decoration-color: var(--fs-color-octo-purple) !important;
    }
}

.description[b-rcwgn6m176] {
    p {
        font-size: 1.25rem !important;
        margin-right: 2rem;
    }
}

@media (min-width: 60em) {
    .description[b-rcwgn6m176] {
        p {
            font-size: 2.25rem !important;
            font-weight: 700;
        }
    }
}

/* _content/freiheit.software.Website/Components/Pages/Octo/OctoLastPart.razor.rz.scp.css */
button[b-gw1pypp4d0] {
    margin-top: 1rem;
    
    &:hover {
        background-color: var(--fs-color-octo-purple);
        border-color: var(--fs-color-octo-purple);
    }
}

.last-section[b-gw1pypp4d0] {
    border: none;
}
/* _content/freiheit.software.Website/Components/Pages/Octo/OctoSecondPart.razor.rz.scp.css */
.mid-section[b-c5hiw7qtpf] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 2rem;
}

.one-solution[b-c5hiw7qtpf] {
    display: flex;
    flex-direction: column-reverse;
    
    img {
        width: 100%;
    }
}

.tech-stack-image[b-c5hiw7qtpf] {
    width: 100%;
    margin: 3rem auto;
}

@media (min-width: 60em) {
    .one-solution[b-c5hiw7qtpf] {
        flex-direction: row;
        margin-right: -13.5rem;
        
        .left-part {
            flex-basis: 40%;
            margin-top: 6rem;
            
            p {
                font-size: 1.25rem;
                margin-top: 1.5em;
            }
        }
    
        .image-container[b-c5hiw7qtpf] {
            flex-basis: 50%;
            overflow: hidden;

            img {
                width: 70vw;
            }
        }
  
    }
}
/* _content/freiheit.software.Website/Components/Pages/Services/ProductBuild.razor.rz.scp.css */
.first-header[b-dv2cdrrllk] {
    .laptop img {
        width: 100vw;
        margin-left: -4rem;
    }
}

.container[b-dv2cdrrllk] {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.left-description[b-dv2cdrrllk] {
    text-transform: none;
}

.left-part[b-dv2cdrrllk] {
    border-radius: 0.5rem;
    border: 1px solid var(--fs-color-neutral-700);
    background: rgba(255, 255, 255, 0.03);

    font-size: 1.5rem;
    font-weight: 700;
    
    padding: 2rem;
    flex-basis: 40%;
    
    align-self: stretch;

    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.right-part[b-dv2cdrrllk] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.right-subsection[b-dv2cdrrllk] {
    display: flex;
    gap: 2rem;
    
    h2 {
        margin: 0;
        font-size: 1.25rem;
    }
    
    p[b-dv2cdrrllk] {
        font-size: 1rem;
        text-transform: none;
    }
}

.number[b-dv2cdrrllk] {
    border-radius: 0.25rem;
    background: rgba(255, 255, 255, 0.10);

    font-size: 1rem;
    font-weight: 400;
    
    padding: 0.5rem;
    height: fit-content;
}

.phase[b-dv2cdrrllk] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;

    border-radius: 1rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.00) 100%);

    padding: 1.5625rem 1.5rem;
    margin: 2rem 0;
}

.full-width-image[b-dv2cdrrllk] {
    width: 100vw;
    margin: 4rem -3.5rem 0;
}

.phases[b-dv2cdrrllk] {
    display: flex;
    flex-direction: column;
}

@media (min-width: 60em) {
    .first-header[b-dv2cdrrllk] {
        margin-top: 6rem;
        position: relative;
        
        .left-text {
            position: absolute;
            width: 30vw;
            margin-top: 4em;
        }
        
        .laptop img[b-dv2cdrrllk] {
            margin-top: -10em;
            margin-left: 0;
        }
    }
    
    .container[b-dv2cdrrllk] {
        flex-direction: row;
        margin-bottom: 2rem;
    }

    .box-text[b-dv2cdrrllk] {
        font-size: 1.6rem;
    }

    .phases[b-dv2cdrrllk] {
        flex-direction: row;
        justify-content: space-between;
    }
    
    .phase[b-dv2cdrrllk] {
        width: calc(100vw / 5);
        margin: 2rem;
    }
    
    .phase:nth-child(even)[b-dv2cdrrllk] {
        margin-top: 10rem;
    }

    .full-width-image[b-dv2cdrrllk] {
        margin: 4rem -5.5rem 0;
    }
}
/* _content/freiheit.software.Website/Components/Pages/Services/TeamSupport.razor.rz.scp.css */
.first-header[b-60uio286hr] {
    .laptop img {
        width: 100vw;
        margin-left: -4rem;
    }
}

.container[b-60uio286hr] {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.left-description[b-60uio286hr] {
    text-transform: none;
}

.left-part[b-60uio286hr] {
    border-radius: 0.5rem;
    border: 1px solid var(--fs-color-neutral-700);
    background: rgba(255, 255, 255, 0.03);

    font-size: 1.5rem;
    font-weight: 700;

    padding: 2rem;
    flex-basis: 40%;

    align-self: stretch;

    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.right-part[b-60uio286hr] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.right-subsection[b-60uio286hr] {
    display: flex;
    gap: 2rem;

    h2 {
        margin: 0;
        font-size: 1.25rem;
    }

    p[b-60uio286hr] {
        font-size: 1rem;
    }
}

.number[b-60uio286hr] {
    border-radius: 0.25rem;
    background: rgba(255, 255, 255, 0.10);

    font-size: 1rem;
    font-weight: 400;

    padding: 0.5rem;
    height: fit-content;
}

.phase[b-60uio286hr] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;

    border-radius: 1rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.00) 100%);

    padding: 1.5625rem 1.5rem;
    margin: 2rem 0;
}

.full-width-image[b-60uio286hr] {
    width: 100vw;
    margin: 4rem -3.5rem 0;
}

.phases[b-60uio286hr] {
    display: flex;
    flex-direction: column;
}

@media (min-width: 60em) {
    .first-header[b-60uio286hr] {
        margin-top: 6rem;
        position: relative;

        .left-text {
            position: absolute;
            width: 30vw;
            margin-top: 4em;
        }

        .laptop img[b-60uio286hr] {
            margin-top: -10em;
            margin-left: 0;
        }
    }

    .container[b-60uio286hr] {
        flex-direction: row;
        margin-bottom: 2rem;
    }

    .box-text[b-60uio286hr] {
        font-size: 1.6rem;
    }

    .phases[b-60uio286hr] {
        flex-direction: row;
        justify-content: space-between;
    }

    .phase[b-60uio286hr] {
        width: calc(100vw / 5);
        margin: 2rem;
    }

    .phase:nth-child(even)[b-60uio286hr] {
        margin-top: 10rem;
    }

    .full-width-image[b-60uio286hr] {
        margin: 4rem -5.5rem 0;
    }
}
