/* _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: 2.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/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: 0 -3.5rem;
    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;
    }
}
/* _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;
}

.card[b-tps2l8prv9] {
    cursor: pointer;
}

.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;
    }
    
    .read-more-button[b-tps2l8prv9] {
        display: inline-block;
        margin-top: 1rem;
    }
}
/* _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;
    }
}
