/* /Components/Layout/AppFooter.razor.rz.scp.css */
.mud-typography-align-center[b-xuncvh2nkf]  .mud-image {
    height: 4rem;
}
div[b-xuncvh2nkf]  .mud-paper {
    white-space: nowrap;
    border-radius: 4rem;
}
@media (max-width: 599.98px) {
    .d-flex[b-xuncvh2nkf] {
        display: block !important;
    }
    .d-flex[b-xuncvh2nkf]  p.mud-typography {
        text-align: center;
    }
}
/* /Components/Layout/AppTitleBar.razor.rz.scp.css */
div[b-a500pbc79z] {
    width: 100%;
}
div[b-a500pbc79z]  .mud-paper {
    white-space: nowrap;
    border-radius: 4rem;
}
div[b-a500pbc79z]  .mud-image {
    height: 3rem;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-lf09o6ute7] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}
#blazor-error-ui .dismiss[b-lf09o6ute7] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenuBar.razor.rz.scp.css */
div[b-ez1xkx77ir]  .mud-button-text-size-large {
    white-space: nowrap;
    font-size: 1.2rem;
}
div[b-ez1xkx77ir]  span.mud-button-label {
    border-bottom: 0.25rem solid transparent;
}
div[b-ez1xkx77ir]  .active span.mud-button-label {
    border-bottom-color: var(--mud-palette-primary) !important;
    color: var(--mud-palette-primary);
}
div[b-ez1xkx77ir]  .mud-menu {
    display: none;
}
@media (max-width: 959.58px) {
    div.can-collapse[b-ez1xkx77ir]  span.mud-button-label {
        display: none;
    }
    div.can-collapse[b-ez1xkx77ir]  .mud-menu {
        display: inline-block !important;
    }
}
/* /Components/PageComponents/Buttonlink.razor.rz.scp.css */
div[b-1jd36iog30]  .mud-button {
    white-space: nowrap;
}
/* /Components/PageComponents/ContactForm.razor.rz.scp.css */
div[b-mirme5segv]  .mud-paper {
    border-radius: 2rem;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 959.98px) {
    div[b-mirme5segv]  .mud-paper {
        width: 100%;
    }
}
/* /Components/PageComponents/ContentWithPicture.razor.rz.scp.css */
div.d-flex[b-woepac56p7] {
    gap: 2rem;
}
div[b-woepac56p7]  .mud-paper {
    width: 50%;
    border-radius: 2rem;
}
div[b-woepac56p7]  .content-image {
    background-color: transparent;
}
div[b-woepac56p7]  .mud-paper .mud-paper {
    width: initial;
}
div[b-woepac56p7]  .mud-image {
    width: 100%;
    border-radius: 2rem;
    height: 54vw;
    max-height: 684px;
}
@media (max-width: 959.98px) {
    div.d-flex[b-woepac56p7] {
        flex-wrap: wrap !important;
        gap: 0;
    }
    div[b-woepac56p7]  .content-text {
        order: 2;
    }
    div[b-woepac56p7]  .content-image {
        order: 1;
    }
    div[b-woepac56p7]  .mud-paper {
        width: 100%;
    }
    div[b-woepac56p7]  .mud-image {
        max-height: 342px;
    }
}
/* /Components/PageComponents/SectionTitle.razor.rz.scp.css */
div[b-3vvl4cfd8i]  .mud-paper {
    white-space: nowrap;
    border-radius: 4rem;
    color: var(--mud-palette-secondary-text);
    background-color: var(--mud-palette-secondary);
}
