/* /Components/Components/RepairServicesComponent.razor.rz.scp.css */
@media (max-width: 768px) {
    .carousel-section img[b-ls1ba60x84] {
        max-height: 300px;
        object-fit: cover;
    }
}

@media (max-width: 480px) {
    .carousel-section img[b-ls1ba60x84] {
        max-height: 200px;
    }
}

header.header[b-ls1ba60x84] {
    background-color: rgb(150, 193, 57);
    color: #343a40;
    padding-top: 2rem;
    text-align: center;
    margin-bottom: 2rem;
}

.header h1[b-ls1ba60x84] {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.header p[b-ls1ba60x84] {
    font-size: 1.2rem;
}

.card-container[b-ls1ba60x84] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5rem;
}

[b-ls1ba60x84] .sfcard {
    min-width: 250px;
    max-width: 300px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    background-color: white;
}

.card-section[b-ls1ba60x84] {
    background-color: #f8f9fa;
    padding: 2rem 0;
    text-align: center;
    margin-bottom: 2rem;
}

    .card-section h2[b-ls1ba60x84] {
        font-size: 2rem;
        color: #333;
        margin-bottom: 1.5rem;
    }

.card-icon[b-ls1ba60x84] {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}
/* /Components/Layout/Footer.razor.rz.scp.css */
.footer[b-3n9cz2gqia] {
    background-color: #333;
    color: white;
    padding: 3rem 0 1.5rem;
}

.footer-content[b-3n9cz2gqia] {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2rem;
    margin: 0 auto;
}

.footer-logo[b-3n9cz2gqia], .footer-links[b-3n9cz2gqia], .footer-contact[b-3n9cz2gqia] {
    flex: 1 1 300px;
}

    .footer-logo h2[b-3n9cz2gqia] {
        color: white;
        font-size: 1.5rem;
        margin-top: 3rem;
        margin-bottom: 0.5rem;
    }

    .footer-logo p[b-3n9cz2gqia] {
        color: #a0a0a0;
        font-size: 0.9rem;
    }

    .footer-links h3[b-3n9cz2gqia], .footer-contact h3[b-3n9cz2gqia] {
        font-size: 1.1rem;
        margin-bottom: 1rem;
        color: white;
    }

    .footer-links ul[b-3n9cz2gqia] {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .footer-links ul li[b-3n9cz2gqia] {
            margin-bottom: 0.5rem;
        }

            .footer-links ul li a[b-3n9cz2gqia] {
                color: #a0a0a0;
                text-decoration: none;
                font-size: 0.95rem;
            }

                .footer-links ul li a:hover[b-3n9cz2gqia] {
                    color: #667eea;
                }

    .footer-contact p[b-3n9cz2gqia] {
        margin-bottom: 0.5rem;
        color: #a0a0a0;
        font-size: 0.95rem;
    }

.footer-bottom[b-3n9cz2gqia] {
    text-align: center;
    padding-top: 1.5rem;
    border-top: 1px solid #444;
    margin-top: 2rem;
}

    .footer-bottom p[b-3n9cz2gqia] {
        color: #a0a0a0;
        font-size: 0.9rem;
        margin-bottom: 0.5rem;
    }
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-1gwhb2pqh9] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-1gwhb2pqh9] {
    flex: 1;
}

.top-row[b-1gwhb2pqh9] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-1gwhb2pqh9]  a, .top-row[b-1gwhb2pqh9]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-1gwhb2pqh9]  a:hover, .top-row[b-1gwhb2pqh9]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-1gwhb2pqh9]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-1gwhb2pqh9] {
        justify-content: space-between;
    }

    .top-row[b-1gwhb2pqh9]  a, .top-row[b-1gwhb2pqh9]  .btn-link {
        margin-left: 0;
    }
}

#blazor-error-ui[b-1gwhb2pqh9] {
    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-1gwhb2pqh9] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-wv1dpikl58] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
    display: none;
}

.navbar-toggler:checked[b-wv1dpikl58] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-wv1dpikl58] {
    height: 4rem;
    background-color: #333333;
    display: flex;
    align-items: center;
}

.navbar-brand[b-wv1dpikl58] {
    font-size: 1.1rem;
    font-weight: bold;
}

.bi[b-wv1dpikl58] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-wv1dpikl58] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-wv1dpikl58] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-wv1dpikl58] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-wv1dpikl58] {
    font-size: 0.9rem;
    padding: 0 0.5rem;
}

    .nav-item:first-of-type[b-wv1dpikl58] {
        padding-left: 0;
    }

    .nav-item:last-of-type[b-wv1dpikl58] {
        padding-right: 0;
    }

    .nav-item[b-wv1dpikl58]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 40px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        white-space: nowrap;
    }

.nav-item[b-wv1dpikl58]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-wv1dpikl58]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-wv1dpikl58] {
    display: none;
}

.flex-row[b-wv1dpikl58] {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0;
    padding: 0;
}

@media (max-width: 640.98px) {
    .navbar-toggler[b-wv1dpikl58] {
        display: block;
    }

    .flex-row[b-wv1dpikl58] {
        display: none;
    }

    .navbar-toggler:checked ~ .nav-scrollable[b-wv1dpikl58] {
        display: block;
    }

    .nav-scrollable[b-wv1dpikl58] {
        display: none;
        position: absolute;
        top: 3.5rem;
        left: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.4);
        z-index: 1000;
    }

    .nav-scrollable nav[b-wv1dpikl58] {
        display: flex;
        flex-direction: column;
    }
}
/* /Components/Pages/Handyreparatur.razor.rz.scp.css */
@media (max-width: 768px) {
    .carousel-section img[b-ir9y169wf0] {
        max-height: 300px;
        object-fit: cover;
    }
}

@media (max-width: 480px) {
    .carousel-section img[b-ir9y169wf0] {
        max-height: 200px;
    }
}

header.header[b-ir9y169wf0] {
    background-color: rgb(150, 193, 57);
    color: #343a40;
    padding-top: 2rem;
    text-align: center;
    margin-bottom: 2rem;
}

.header h1[b-ir9y169wf0] {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.header p[b-ir9y169wf0] {
    font-size: 1.2rem;
}

.carousel-section[b-ir9y169wf0] {
    text-align: center;
    margin-bottom: 2rem;
}

.carousel-section img[b-ir9y169wf0] {
    width: 100%;
    height: auto;
    max-height: 810px;
    display: block;
}

.carousel-section h2[b-ir9y169wf0] {
    font-size: 2rem;
    color: #333;
}

.carousel-caption[b-ir9y169wf0] {
    background: rgba(0, 0, 0, 0.8);
    color: white;
    bottom: 0;
    height: 125px;
    margin-bottom: 0;
}

.card-container[b-ir9y169wf0] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.carousel-caption h3[b-ir9y169wf0] {
    font-size: 1.1rem;
}

.carousel-caption p[b-ir9y169wf0] {
    font-size: 0.9rem;
    margin-bottom: 0;
}

[b-ir9y169wf0] .sfcard {
    min-width: 250px;
    max-width: 300px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    background-color: white;
}

.card-section[b-ir9y169wf0] {
    background-color: #f8f9fa;
    padding: 2rem 0;
    text-align: center;
    margin-bottom: 2rem;
}

.card-section h2[b-ir9y169wf0] {
    font-size: 2rem;
    color: #333;
    margin-bottom: 1.5rem;
}

.card-icon[b-ir9y169wf0] {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.ratings-section[b-ir9y169wf0] {
    padding: 2rem 0;
    text-align: center;
    margin-bottom: 2rem;
    background-color: #f8f9fa;
}

.ratings-section h2[b-ir9y169wf0] {
    font-size: 2rem;
    color: #333;
    margin-bottom: 1.5rem;
}

.rating-container[b-ir9y169wf0] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.rating-card[b-ir9y169wf0] {
    max-width: 300px;
    background-color: white;
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.rating-card h3[b-ir9y169wf0] {
    margin-bottom: 0.5rem;
    color: #333;
}

.impressum-section[b-ir9y169wf0] {
    padding: 2rem 0;
    text-align: center;
    margin-bottom: 2rem;
    background-color: #f8f9fa;
}

.impressum-section h2[b-ir9y169wf0] {
    font-size: 2rem;
    color: #333;
    margin-bottom: 1.5rem;
}

.impressum-content[b-ir9y169wf0] {
    margin: 0 auto;
}

.impressum-content p[b-ir9y169wf0] {
    margin-bottom: 0.75rem;
    color: #555;
}
/* /Components/Pages/Home.razor.rz.scp.css */
@media (max-width: 768px) {
    .carousel-section img[b-lhgxq7e6w1] {
        max-height: 300px;
        object-fit: cover;
    }
}

@media (max-width: 480px) {
    .carousel-section img[b-lhgxq7e6w1] {
        max-height: 200px;
    }
}

header.header[b-lhgxq7e6w1] {
    background-color: rgb(150, 193, 57);
    color: #343a40;
    padding-top: 2rem;
    text-align: center;
    margin-bottom: 2rem;
}

.header h1[b-lhgxq7e6w1] {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.header p[b-lhgxq7e6w1] {
    font-size: 1.2rem;
}

.carousel-section[b-lhgxq7e6w1] {
    text-align: center;
    margin-bottom: 2rem;
}

.carousel-section img[b-lhgxq7e6w1] {
    width: 100%;
    height: auto;
    max-height: 810px;
    display: block;
}

.carousel-section h2[b-lhgxq7e6w1] {
    font-size: 2rem;
    color: #333;
}

.carousel-caption[b-lhgxq7e6w1] {
    background: rgba(0, 0, 0, 0.8);
    color: white;
    bottom: 0;
    height: 125px;
    margin-bottom: 0;
}

.card-container[b-lhgxq7e6w1] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.card-lg-container[b-lhgxq7e6w1] {
    display: flex;
    justify-content: center;
    min-width: 75% !important;
}

.carousel-caption h3[b-lhgxq7e6w1] {
    font-size: 1.1rem;
}

.carousel-caption p[b-lhgxq7e6w1] {
    font-size: 0.9rem;
    margin-bottom: 0;
}

[b-lhgxq7e6w1] .sfcard {
    min-width: 250px;
    max-width: 300px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    background-color: white;
}

.card-section[b-lhgxq7e6w1] {
    background-color: #f8f9fa;
    padding: 2rem 0;
    text-align: center;
    margin-bottom: 2rem;
}

.card-section h2[b-lhgxq7e6w1] {
    font-size: 2rem;
    color: #333;
    margin-bottom: 1.5rem;
}

.card-icon[b-lhgxq7e6w1] {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.ratings-section[b-lhgxq7e6w1] {
    padding: 2rem 0;
    text-align: center;
    margin-bottom: 2rem;
    background-color: #f8f9fa;
}

.ratings-section h2[b-lhgxq7e6w1] {
    font-size: 2rem;
    color: #333;
    margin-bottom: 1.5rem;
}

.rating-container[b-lhgxq7e6w1] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.rating-card[b-lhgxq7e6w1] {
    max-width: 300px;
    background-color: white;
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.rating-card h3[b-lhgxq7e6w1] {
    margin-bottom: 0.5rem;
    color: #333;
}

.impressum-section[b-lhgxq7e6w1] {
    padding: 2rem 0;
    text-align: center;
    margin-bottom: 2rem;
    background-color: #f8f9fa;
}

.impressum-section h2[b-lhgxq7e6w1] {
    font-size: 2rem;
    color: #333;
    margin-bottom: 1.5rem;
}

.impressum-content[b-lhgxq7e6w1] {
    margin: 0 auto;
}

.impressum-content p[b-lhgxq7e6w1] {
    margin-bottom: 0.75rem;
    color: #555;
}
