/* _content/Cura.Server/Components/Layout/LegalNotice.razor.rz.scp.css */
.footer[b-1zkcmezubh] {
    background: #333;
    font-family: 'Roboto', Arial, sans-serif;
    box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.2);
}

.footer-left[b-1zkcmezubh] {
    text-align: left;
    font-size: 14px;
}

.footer-right[b-1zkcmezubh] {
    text-align: right;
    font-size: 14px;
}

.footer a.footer-link[b-1zkcmezubh] {
    text-decoration: none;
    color: #ddd;
    font-weight: 500;
    transition: color 0.3s ease, transform 0.2s ease;
}

    .footer a.footer-link:hover[b-1zkcmezubh] {
        color: #ffcc00;
    }

.footer .list-inline[b-1zkcmezubh] {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 10px;
}

@media (max-width: 515px) {
    .footer-left[b-1zkcmezubh] {
        font-size: 10px;
    }

    .footer-right[b-1zkcmezubh] {
        font-size: 10px;
    }
}

@media (max-width: 382px) {
    .footer-left[b-1zkcmezubh] {
        font-size: 8px;
    }

    .footer-right[b-1zkcmezubh] {
        font-size: 8px;
    }

    .footer .list-inline[b-1zkcmezubh] {
        gap: 4px;
    }
}
/* _content/Cura.Server/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-5252jp8z8f] {
    display: flex;
    flex-direction: column;
    min-height: 100vh; 
    color: #333; 
    margin: 0 auto;
}

main[b-5252jp8z8f] {
    flex: 1;
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.9); 
}

#blazor-error-ui[b-5252jp8z8f] {
    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-5252jp8z8f] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Cura.Server/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-info[b-4f6pw7685p] {
    display: flex;
    justify-content: start;
    align-items: start;
    background-color: #6c838f;
    padding: 10px 0px;
    color: white;
    font-family: Arial, sans-serif;
    font-size: 14px;
    border-bottom: 1px solid black;
}

.contact-item[b-4f6pw7685p] {
    display: flex;
    align-items: center;
    margin-left: 20px;
    gap: 15px;
}

    .contact-item a[b-4f6pw7685p] {
        color: white;
        text-decoration: none;
        margin-left: 5px;
    }

        .contact-item a:hover[b-4f6pw7685p] {
            text-decoration: underline;
        }

.icon[b-4f6pw7685p] {
    font-size: 18px;
}

.navbar[b-4f6pw7685p] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #6c838f;
    padding: 10px 20px;
    z-index: 1000;
}

.navbar-left[b-4f6pw7685p] {
    display: flex;
    align-items: center;
}

.navbar-logo[b-4f6pw7685p] {
    display: inline-block;
}

.logo-image[b-4f6pw7685p] {
    height: 50px;
}

.nav-menu[b-4f6pw7685p] {
    list-style-type: none;
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
    position: relative;
}

    .nav-menu li[b-4f6pw7685p] {
        position: relative;
    }

    .nav-menu .nav-link[b-4f6pw7685p] {
        color: white;
        text-decoration: none;
        font-size: 18px;
        padding: 8px 12px;
        transition: background-color 0.3s, color 0.3s;
    }

        .nav-menu .nav-link:hover[b-4f6pw7685p] {
            background-color: #6c838f;
            color: #333;
        }

    .nav-menu .dropdown-menu[b-4f6pw7685p] {
        list-style-type: none;
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #6c838f;
        display: none;
        margin: 0;
        padding: 0;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    }

        .nav-menu .dropdown-menu li[b-4f6pw7685p] {
            width: 200px;
        }

        .nav-menu .dropdown-menu .dropdown-link[b-4f6pw7685p] {
            color: white;
            text-decoration: none;
            padding: 10px;
            display: block;
            font-size: 16px;
            transition: background-color 0.3s, color 0.3s;
        }

            .nav-menu .dropdown-menu .dropdown-link:hover[b-4f6pw7685p] {
                background-color: #6c838f;
                color: #333;
            }

    .nav-menu .dropdown:hover .dropdown-menu[b-4f6pw7685p] {
        display: block;
    }

.mobile-navbar[b-4f6pw7685p] {
    display: none;
}

@media (max-width: 1070px) {
    .navbar-right[b-4f6pw7685p] {
        display: none;
    }

    .mobile-navbar[b-4f6pw7685p] {
        display: flex;
        z-index: 999;
    }

    .hamburger-button[b-4f6pw7685p] {
        background: none;
        border: none;
        font-size: 24px;
        color: white;
        cursor: pointer;
        z-index: 9999;
    }

    .mobile-nav-menu[b-4f6pw7685p] {
        display: none;
        flex-direction: column;
        background-color: #6c838f;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
        z-index: 999;
        list-style-type: none;
        padding: 0;
    }

        .mobile-nav-menu.show[b-4f6pw7685p] {
            display: flex;
        }

        .mobile-nav-menu .nav-link[b-4f6pw7685p] {
            padding: 15px;
            text-align: center;
            color: white;
            text-decoration: none;
            border-bottom: 1px solid #444;
            font-size: 16px;
            font-weight: bold;
            cursor: pointer;
        }

            .mobile-nav-menu .nav-link:hover[b-4f6pw7685p] {
                background-color: #444;
            }

    .nav-link-dropdown[b-4f6pw7685p] {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        padding: 15px;
        text-align: center;
        color: white;
        text-decoration: none;
        border-bottom: 1px solid #444;
        font-size: 16px;
        font-weight: bold;
        width: 100%;
    }

        .nav-link-dropdown:hover[b-4f6pw7685p] {
            background-color: #444;
        }

    .hidden[b-4f6pw7685p] {
        display: none;
    }

    .dropdown-item[b-4f6pw7685p] {
        padding: 15px;
        text-align: center;
        color: white;
        text-decoration: none;
        border-bottom: 1px solid #444;
        font-size: 16px;
        cursor: pointer;
    }

        .dropdown-item:hover[b-4f6pw7685p] {
            background-color: #444;
        }

        .dropdown-item span[b-4f6pw7685p] {
            display: block;
            width: 100%;
            color: inherit;
            text-decoration: none;
        }

    .dropdown-container[b-4f6pw7685p] {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

        .dropdown-container .nav-link[b-4f6pw7685p] {
            flex: 1;
            text-align: center;
            color: white;
            text-decoration: none;
            font-size: 16px;
            font-weight: bold;
        }

    .dropdown-toggle-button[b-4f6pw7685p] {
        position: absolute;
        right: 10px;
        background: none;
        border: none;
        color: white;
        font-size: 16px;
        cursor: pointer;
        transform: rotate(0deg);
        transition: transform 0.3s ease;
    }

        .dropdown-toggle-button.rotated[b-4f6pw7685p] {
            transform: rotate(180deg);
        }
}

@media (max-width: 345px) {
    .navbar-info[b-4f6pw7685p] {
        display: flex;
        justify-content: start;
        align-items: start;
        background-color: #6c838f;
        padding: 10px 0px;
        color: white;
        font-family: Arial, sans-serif;
        font-size: 14px;
        border-bottom: 1px solid black;
    }

    .contact-item[b-4f6pw7685p] {
        display: flex;
        align-items: center;
        margin-left: 10px;
        gap: 10px;
    }
}
/* _content/Cura.Server/CuraComponents/CookiesComponent.razor.rz.scp.css */
.cookie-banner[b-bhpxoucw9h] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 20px;
    text-align: center;
    z-index: 1000;
}

.cookie-content p[b-bhpxoucw9h] {
    margin: 0 0 20px;
}

.cookie-options[b-bhpxoucw9h] {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

    .cookie-options div[b-bhpxoucw9h] {
        display: flex;
        align-items: center;
        gap: 10px;
        color: white;
    }

.cookie-btn[b-bhpxoucw9h] {
    margin: 0 10px;
    padding: 12px 25px;
    color: white;
    cursor: pointer;
    font-size: 14px;
    border-radius: 25px;
    border: none;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-weight: bold;
}

    .cookie-btn:hover[b-bhpxoucw9h] {
        opacity: 0.85;
        transform: scale(1.05);
    }

    .cookie-btn.accept[b-bhpxoucw9h] {
        background-color: #0d47a1;
        color: white;
        border: 2px solid #0d47a1;
    }

    .cookie-btn.decline[b-bhpxoucw9h] {
        background-color: #fff;
        color: #0d47a1;
    }

    .cookie-btn.accept:hover[b-bhpxoucw9h] {
        background-color: #0d47a1;
        color: white;
    }
/* _content/Cura.Server/CuraComponents/PropertyComponent.razor.rz.scp.css */
.property-card[b-3ui6ga6zf7] {
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
    border-radius: 20px;
    overflow: hidden;
    margin: 15px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

    .property-card:hover[b-3ui6ga6zf7] {
        transform: translateY(-5px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    }

.property-image-container[b-3ui6ga6zf7] {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.property-image-thumbnail[b-3ui6ga6zf7] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.property-logo-overlay[b-3ui6ga6zf7] {
    position: absolute;
    top: 95%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 40%;
    opacity: 1;
    pointer-events: none;
    filter: brightness(0) invert(1);
}

.no-image-placeholder[b-3ui6ga6zf7] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 1rem;
    color: #aaa;
    font-style: italic;
}

.property-info[b-3ui6ga6zf7] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    text-align: left;
}

.property-title[b-3ui6ga6zf7] {
    font-size: 1.3rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

.property-details[b-3ui6ga6zf7] {
    font-size: 1rem;
    color: #444;
    margin-bottom: 20px;
    flex-grow: 1;
}

    .property-details p[b-3ui6ga6zf7] {
        margin: 5px 0;
    }

.btn[b-3ui6ga6zf7] {
    align-self: stretch;
    padding: 10px 20px;
    background-color: #0d47a1;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1rem;
    transition: background-color 0.3s ease;
    margin-top: auto;
}

    .btn:hover[b-3ui6ga6zf7] {
        background-color: #0056b3;
    }
/* _content/Cura.Server/CuraComponents/PropertyReferenceComponent.razor.rz.scp.css */
.property-card[b-hwv42o35x0] {
    display: flex;
    flex-direction: column; 
    position: relative;
    border: 1px solid #ddd;
    border-radius: 20px;
    overflow: hidden;
    margin: 15px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .property-card:hover[b-hwv42o35x0] {
        transform: translateY(-5px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    }

.property-image-container[b-hwv42o35x0] {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9; 
    background-color: #f4f4f4;
}

.property-image-thumbnail[b-hwv42o35x0] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.property-logo-overlay[b-hwv42o35x0] {
    position: absolute;
    top: 12%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 40%;
    opacity: 1;
    pointer-events: none;
    filter: brightness(0) invert(1);
}

.no-image-placeholder[b-hwv42o35x0] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 1rem;
    color: #aaa;
    font-style: italic;
}

.property-info[b-hwv42o35x0] {
    padding: 10px; 
    width: 100%; 
    display: flex;
    flex-direction: column;
    gap: 10px; 
}

.property-title[b-hwv42o35x0] {
    font-size: 1.2rem; 
    font-weight: bold;
    color: #333;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

.property-details[b-hwv42o35x0] {
    font-size: 1rem; 
    color: #444;
}

    .property-details p[b-hwv42o35x0] {
        margin: 2px 0; 
    }

.completed-banner[b-hwv42o35x0] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 0, 0, 0.8);
    color: white;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    padding: 10px 0; 
    text-transform: uppercase;
    z-index: 1;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
}
/* _content/Cura.Server/CuraComponents/SlideShowComponent.razor.rz.scp.css */
.slideshow-container[b-tbxhcdqqdi] {
    width: 100%;
    max-height: 500px;
    aspect-ratio: 3 / 1; 
    position: relative;
    overflow: hidden; 
    margin: 0 auto; 
}

.slideshow-image[b-tbxhcdqqdi] {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    display: block;
    transition: opacity 1s ease-in-out;
}
/* _content/Cura.Server/Pages/CompanyPage.razor.rz.scp.css */
.custom-image[b-mfc3rv5uu9] {
    width: 100%;
    display: block;
    margin: 0 auto;
    aspect-ratio: 3 / 1;
}

header[b-mfc3rv5uu9] {
    background-color: #6c838f;
    color: white;
    padding: 20px 0;
    text-align: center;
}

    header h1[b-mfc3rv5uu9] {
        margin: 0;
        font-size: 2.5em;
    }

p[b-mfc3rv5uu9] {
    font-size: 1.125rem;
}

@media (max-width: 650px) {
    header[b-mfc3rv5uu9] {
    }

        header h1[b-mfc3rv5uu9] {
            font-size: 2em;
        }
}

@media (max-width: 580px) {
    header[b-mfc3rv5uu9] {
    }

        header h1[b-mfc3rv5uu9] {
            font-size: 1.8em;
        }
}
/* _content/Cura.Server/Pages/ContactPage.razor.rz.scp.css */
header[b-kz2odgtkfu] {
    background-color: #6c838f;
    color: white;
    padding: 13px 0;
    text-align: center;
}

    header h1[b-kz2odgtkfu] {
        margin: 0;
        font-size: 2.5em;
    }

.container[b-kz2odgtkfu] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

.contact-top[b-kz2odgtkfu] {
    width: 100%;
    padding: 20px;
    background-color: #6c838f;
    color: white;
    border-radius: 8px;
    margin-bottom: 20px;
    text-align: center;
}

.logo-section[b-kz2odgtkfu] {
    text-align: center;
    margin-bottom: 20px;
}

.logo-image[b-kz2odgtkfu] {
    max-width: 250px;
}

    .contact-info p[b-kz2odgtkfu] {
        display: flex;
        align-items: flex-start;
        text-align: start;
        margin: 10px 0;
        font-size: 16px;
    }

    .contact-info .icon[b-kz2odgtkfu] {
        margin-right: 10px;
        width: 24px;
        height: 24px;
        fill: white;
    }

    .contact-info a[b-kz2odgtkfu] {
        color: #00bcd4;
        text-decoration: none;
    }

        .contact-info a:hover[b-kz2odgtkfu] {
            text-decoration: underline;
        }

.contact-bottom[b-kz2odgtkfu] {
    width: 100%;
    text-align: center;
}

.contact-image[b-kz2odgtkfu] {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.lightbox[b-kz2odgtkfu] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

    .lightbox img[b-kz2odgtkfu] {
        max-width: 90%;
        max-height: 90%;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(255, 255, 255, 0.3);
    }

.lightbox-close[b-kz2odgtkfu] {
    position: absolute;
    top: 75px;
    right: 20px;
    font-size: 36px;
    color: white;
    cursor: pointer;
    z-index: 1001;
    font-family: Arial, sans-serif;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
    border-radius: 5px;
}

    .lightbox-close:hover[b-kz2odgtkfu] {
        background: rgba(255, 255, 255, 0.5);
        color: black;
    }

@media (max-width: 600px) {
    header[b-kz2odgtkfu] {
    }

        header h1[b-kz2odgtkfu] {
            font-size: 2em;
        }
}
/* _content/Cura.Server/Pages/Home.razor.rz.scp.css */
body[b-riyk1ddnio] {
    font-family: Arial, sans-serif;
    background-color: #f4f4f9;
    margin: 0;
    padding: 0;
    color: #333;
}

header[b-riyk1ddnio] {
    background-color: #6c838f;
    color: white;
    padding: 13px 0;
    text-align: center;
}

    header h1[b-riyk1ddnio] {
        margin: 0;
        font-size: 2.5em;
    }

.content[b-riyk1ddnio] {
    margin: 0 auto;
    padding: 20px;
}

.section-title[b-riyk1ddnio] {
    font-size: 2.2em;
    margin-bottom: 30px;
    text-align: center;
    border-bottom: 2px solid black;
    padding-bottom: 10px;
}

.section-content[b-riyk1ddnio] {
    line-height: 1.6;
    margin-bottom: 20px;
}

.highlight[b-riyk1ddnio] {
    color: #0d47a1;
    font-weight: bold;
}

.services[b-riyk1ddnio] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-top: 40px;
}

.service-box[b-riyk1ddnio] {
    background: linear-gradient(to bottom right, #f0f4f8, #6c838f);
    border: 1px solid #dee2e6;
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    padding: 25px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .service-box:hover[b-riyk1ddnio] {
        transform: translateY(-5px);
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
    }

    .service-box i[b-riyk1ddnio] {
        font-size: 3em;
        color: #0d47a1;
        margin-bottom: 15px;
    }

    .service-box h3[b-riyk1ddnio] {
        font-size: 1.6em;
        color: #333333;
        margin-bottom: 12px;
        font-weight: 600;
    }

    .service-box p[b-riyk1ddnio] {
        font-size: 1.1em;
        color: #555555;
        line-height: 1.6;
    }

footer[b-riyk1ddnio] {
    background-color: #3a3a3a;
    color: white;
    padding: 10px 0;
    text-align: center;
}

    footer a[b-riyk1ddnio] {
        color: #e74c3c;
        text-decoration: none;
    }

@media (max-width: 960px) {
    header[b-riyk1ddnio] {
    }

        header h1[b-riyk1ddnio] {
            font-size: 2em;
        }

    .section-title[b-riyk1ddnio] {
        font-weight: bold;
        font-size: 1.7em;
    }
}

@media (max-width: 760px) {
    header[b-riyk1ddnio] {
    }

        header h1[b-riyk1ddnio] {
            font-size: 1.5em;
        }

    .section-title[b-riyk1ddnio] {
        font-weight: bold;
        font-size: 1.5em;
    }
}

@media (max-width: 700px) {
    .services[b-riyk1ddnio] {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 25px;
        margin-top: 40px;
    }
}

@media (max-width: 580px) {
    header[b-riyk1ddnio] {
    }

        header h1[b-riyk1ddnio] {
            font-size: 1.25em;
        }

    .section-title[b-riyk1ddnio] {
        font-weight: bold;
        font-size: 1.4em;
    }
}
/* _content/Cura.Server/Pages/LegalNotiicePages/AGBPage.razor.rz.scp.css */
.container[b-o7x16hjfng] {
    padding: 20px;
}

h1[b-o7x16hjfng], h2[b-o7x16hjfng] {
    color: #444;
}

h1[b-o7x16hjfng] {
    text-align: center;
    margin-bottom: 20px;
    font-size: 2.2em;
}

section[b-o7x16hjfng] {
    margin-bottom: 20px;
}

.section-title[b-o7x16hjfng] {
    font-size: 1.2em;
    margin-bottom: 10px;
    color: #555;
    border-bottom: 1px solid black;
    padding-bottom: 5px;
}

p[b-o7x16hjfng] {
    margin: 10px 0;
}

.footer[b-o7x16hjfng] {
    text-align: center;
    font-size: 0.9em;
    color: #777;
    margin-top: 20px;
    padding-top: 10px;
}

a[b-o7x16hjfng] {
    color: #007bff;
    text-decoration: none;
}

    a:hover[b-o7x16hjfng] {
        text-decoration: underline;
    }
/* _content/Cura.Server/Pages/LegalNotiicePages/DataProtectionPage.razor.rz.scp.css */
.container[b-wu228ak4x4] {
    padding: 20px;
}

h1[b-wu228ak4x4], h2[b-wu228ak4x4] {
    color: #222;
}

h1[b-wu228ak4x4] {
    text-align: center;
    margin-bottom: 30px;
    font-size: 2.2em;
}

section[b-wu228ak4x4] {
    margin-bottom: 30px;
}

    section h2[b-wu228ak4x4] {
        font-size: 1.5em;
        margin-bottom: 15px;
        border-bottom: 1px solid black;
        padding-bottom: 5px;
        color: #333;
    }

p[b-wu228ak4x4] {
    margin: 10px 0;
    font-size: 1em;
    line-height: 1.8;
}

.highlight[b-wu228ak4x4] {
    color: #0d47a1;
    font-weight: bold;
    cursor: pointer;
}

    .highlight:hover[b-wu228ak4x4] {
        text-decoration: underline;
    }

.footer[b-wu228ak4x4] {
    text-align: center;
    font-size: 0.9em;
    color: #777;
    margin-top: 20px;
    padding-top: 10px;
}

a[b-wu228ak4x4] {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
}

    a:hover[b-wu228ak4x4] {
        text-decoration: underline;
    }
/* _content/Cura.Server/Pages/LegalNotiicePages/LegalNoticePage.razor.rz.scp.css */
.container[b-9tljokc8o1] {
    margin: 20px auto;
}

section[b-9tljokc8o1] {
    margin-bottom: 25px;
}

h1[b-9tljokc8o1] {
    text-align: center;
    margin-bottom: 30px;
    font-size: 2.2em;
}

h2[b-9tljokc8o1] {
    font-size: 1.5em;
    margin-bottom: 15px;
    border-bottom: 1px solid black;
    padding-bottom: 5px;
    color: #333;
}

p[b-9tljokc8o1] {
    margin: 10px 0;
    font-size: 1em;
}

a[b-9tljokc8o1] {
    color: #007bff;
    text-decoration: none;
}

    a:hover[b-9tljokc8o1] {
        text-decoration: underline;
    }

.footer[b-9tljokc8o1] {
    text-align: center;
    font-size: 0.9em;
    color: #777;
    margin-top: 20px;
    padding-top: 10px;
}
/* _content/Cura.Server/Pages/LegalNotiicePages/RevocationPage.razor.rz.scp.css */
.container[b-pe88aot74u] {
    padding: 20px;
}

h1[b-pe88aot74u], h2[b-pe88aot74u] {
    color: #222;
}

h1[b-pe88aot74u] {
    text-align: center;
    margin-bottom: 30px;
    font-size: 2.2em;
}

section[b-pe88aot74u] {
    margin-bottom: 30px;
}

    section h2[b-pe88aot74u] {
        font-size: 1.5em;
        margin-bottom: 15px;
        border-bottom: 1px solid black;
        padding-bottom: 5px;
        color: #333;
    }

p[b-pe88aot74u] {
    margin: 10px 0;
    font-size: 1em;
    line-height: 1.8;
}

.footer[b-pe88aot74u] {
    text-align: center;
    font-size: 0.9em;
    color: #777;
    margin-top: 20px;
    padding-top: 10px;
}

a[b-pe88aot74u] {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
}

    a:hover[b-pe88aot74u] {
        text-decoration: underline;
    }
/* _content/Cura.Server/Pages/PropertyDetailPage.razor.rz.scp.css */
.property-detail-container[b-imoc7dyojw] {
    padding: 20px 40px;
}

.property-detail-header[b-imoc7dyojw] {
    text-align: center;
    margin-bottom: 30px;
}

    .property-detail-header h1[b-imoc7dyojw] {
        font-size: 2.5rem;
        margin-bottom: 10px;
    }

.property-status[b-imoc7dyojw] {
    font-size: 1.2rem;
    font-weight: bold;
}

.property-detail-grid[b-imoc7dyojw] {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.property-info[b-imoc7dyojw] {
    flex: 1 1 40%;
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

    .property-info h2[b-imoc7dyojw] {
        font-size: 2rem;
        margin-bottom: 15px;
        text-align: center;
        border-bottom: 1px solid black;
    }

    .property-info p[b-imoc7dyojw] {
        font-size: 1rem;
        margin-bottom: 10px;
        color: #555;
    }

        .property-info p strong[b-imoc7dyojw] {
            font-weight: bold;
            color: #333;
        }

.feature-list[b-imoc7dyojw] {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.feature-item[b-imoc7dyojw] {
    display: flex; 
    align-items: center; 
    margin-bottom: 10px; 
}

.feature-icon[b-imoc7dyojw] {
    width: 20px; 
    height: 20px;
    margin-right: 10px; 
}

.feature-text[b-imoc7dyojw] {
    font-size: 15px; 
    color: #333; 
}

.energy-bar[b-imoc7dyojw] {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 20px auto;
    height: 50px;
    border-radius: 10px;
    background: linear-gradient(to right, #00b050, #92d050, #ffff00, #ffc000, #ff0000);
    display: flex;
    align-items: center;
}

.energy-arrow[b-imoc7dyojw] {
    position: absolute;
    top: -40px;
    transform: translateX(-50%);
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #000;
}

    .energy-arrow span[b-imoc7dyojw] {
        background: #fff;
        padding: 5px;
        border-radius: 5px;
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    }

    .energy-arrow[b-imoc7dyojw]::after {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 10px solid #fff;
    }

.energy-levels[b-imoc7dyojw] {
    display: flex;
    width: 100%;
    height: 100%;
}

.level[b-imoc7dyojw] {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

    .level.level-a-plus[b-imoc7dyojw] {
        background-color: rgba(0, 176, 80, 0);
    }

    .level.level-a[b-imoc7dyojw] {
        background-color: rgba(146, 208, 80, 0);
    }

    .level.level-b[b-imoc7dyojw] {
        background-color: rgba(255, 255, 0, 0);
    }

    .level.level-c[b-imoc7dyojw] {
        background-color: rgba(255, 192, 0, 0);
    }

    .level.level-d[b-imoc7dyojw] {
        background-color: rgba(255, 0, 0, 0);
    }

    .level.level-e[b-imoc7dyojw] {
        background-color: rgba(255, 0, 0, 0);
    }

    .level.level-f[b-imoc7dyojw] {
        background-color: rgba(255, 0, 0, 0);
    }

    .level.level-g[b-imoc7dyojw] {
        background-color: rgba(255, 0, 0, 0);
    }

    .level.level-h[b-imoc7dyojw] {
        background-color: rgba(255, 0, 0, 0);
    }

.contact-button-container[b-imoc7dyojw] {
    margin-top: 30px;
    text-align: center;
}

.contact-button[b-imoc7dyojw] {
    display: inline-block;
    padding: 12px 30px;
    background-color: #0d47a1;
    color: white;
    font-size: 1rem;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .contact-button:hover[b-imoc7dyojw] {
        background-color: #0056b3;
    }

    .contact-button:focus[b-imoc7dyojw] {
        outline: none;
    }

.loading-indicator[b-imoc7dyojw] {
    text-align: center;
    padding: 50px;
    font-size: 1.5rem;
    color: #555;
    background-color: #f1f1f1;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin: 20px auto;
    max-width: 600px;
}

.image-slider[b-imoc7dyojw] {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.slider-container[b-imoc7dyojw] {
    display: flex;
    transition: transform 0.5s ease-in-out;
    height: 40vh;
}

.slider-image[b-imoc7dyojw] {
    flex: 0 0 auto;
    width: 33.33%;
    max-width: 100%;
    object-fit: cover;
    cursor: pointer;
    padding: 0 5px;
    box-sizing: border-box;
}

.no-images[b-imoc7dyojw] {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    color: #666;
    background-color: #f9f9f9;
    border: 1px dashed #ccc;
    border-radius: 8px;
    margin-left: 45px;
    padding: 50px;
}

.prev-button[b-imoc7dyojw],
.next-button[b-imoc7dyojw] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    font-size: 2rem;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
}

.prev-button[b-imoc7dyojw] {
    left: 10px;
}

.next-button[b-imoc7dyojw] {
    right: 10px;
}

    .prev-button:hover[b-imoc7dyojw],
    .next-button:hover[b-imoc7dyojw] {
        background-color: rgba(0, 0, 0, 0.8);
    }

.lightbox-overlay[b-imoc7dyojw] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.lightbox-content[b-imoc7dyojw] {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}

    .lightbox-content img[b-imoc7dyojw] {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 90vh;
        border-radius: 8px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    }

.close-button-lightbox[b-imoc7dyojw] {
    position: fixed;
    top: 20px;
    right: 20px;
    font-size: 36px;
    color: white;
    cursor: pointer;
    z-index: 1001;
    font-family: Arial, sans-serif;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px 15px;
    border-radius: 50%;
    border: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
    transition: background-color 0.3s ease, transform 0.2s ease;
}

    .close-button-lightbox:hover[b-imoc7dyojw] {
        background: rgba(255, 255, 255, 0.6);
        color: black;
        transform: scale(1.1);
    }

.prev-button-lightbox[b-imoc7dyojw],
.next-button-lightbox[b-imoc7dyojw] {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    font-size: 2rem;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
}

.prev-button-lightbox[b-imoc7dyojw] {
    left: 20px;
}

.next-button-lightbox[b-imoc7dyojw] {
    right: 20px;
}

    .prev-button-lightbox:hover[b-imoc7dyojw],
    .next-button-lightbox:hover[b-imoc7dyojw] {
        background-color: rgba(0, 0, 0, 0.8);
    }

.image-counter[b-imoc7dyojw] {
    z-index: 1001;
    color: white;
    text-align: center;
    margin-top: 10px;
}

@media (max-width: 875px) {
    .property-detail-header h1[b-imoc7dyojw] {
        font-size: 1.7rem;
    }
}

@media (max-width: 630px) {
        .property-detail-header h1[b-imoc7dyojw] {
            font-size: 1.5rem;
        }
}
/* _content/Cura.Server/Pages/PropertyOfferPages/PropertyOfferInvestmentsPage.razor.rz.scp.css */
.kapitalanlagen-section[b-ctfbmmyy0n] {
    padding: 40px 20px;
}

header[b-ctfbmmyy0n] {
    background-color: #6c838f;
    color: white;
    padding: 13px 0;
    text-align: center;
}

    header h1[b-ctfbmmyy0n] {
        margin: 0;
        font-size: 2.5em;
    }

.container[b-ctfbmmyy0n] {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.subtitle[b-ctfbmmyy0n] {
    font-size: 1.6em;
    color: #0d47a1;
    margin-bottom: 10px;
    font-weight: 550;
}

.subtitle-light[b-ctfbmmyy0n] {
    font-size: 1.4em;
    margin-bottom: 30px;
    font-weight: 400;
}

.description[b-ctfbmmyy0n] {
    font-size: 1.1em;
    line-height: 1.8;
    color: #555555;
    margin-bottom: 20px;
}

.highlight[b-ctfbmmyy0n] {
    font-size: 1.5em;
    color: #198754; 
    font-weight: 600;
    margin-top: 30px;
}

.fade-in[b-ctfbmmyy0n] {
    animation: fadeIn-b-ctfbmmyy0n 1.5s ease-in-out;
}

@keyframes fadeIn-b-ctfbmmyy0n {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 650px) {
    header[b-ctfbmmyy0n] {
    }

        header h1[b-ctfbmmyy0n] {
            font-size: 2em;
        }
}

@media (max-width: 580px) {
    header[b-ctfbmmyy0n] {
    }

        header h1[b-ctfbmmyy0n] {
            font-size: 1.8em;
        }
}
/* _content/Cura.Server/Pages/PropertyOfferPages/PropertyOfferPage.razor.rz.scp.css */
.anbieten-section[b-pqdz3e27s5] {
    padding: 40px 20px;
}

.container[b-pqdz3e27s5] {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

header[b-pqdz3e27s5] {
    background-color: #6c838f;
    color: white;
    padding: 13px 0;
    text-align: center;
}

    header h1[b-pqdz3e27s5] {
        margin: 0;
        font-size: 2.5em;
    }

h2[b-pqdz3e27s5] {
    font-size: 1.8em;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #0056b3;
    text-transform: uppercase;
}

.description[b-pqdz3e27s5] {
    font-size: 1.1em;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
    text-align: justify;
}

.form-group[b-pqdz3e27s5] {
    margin-bottom: 20px;
    text-align: left;
}

    .form-group label[b-pqdz3e27s5] {
        display: block;
        font-size: 1em;
        margin-bottom: 5px;
        color: #333;
    }

    .form-group input[b-pqdz3e27s5],
    .form-group textarea[b-pqdz3e27s5] {
        width: 100%;
        padding: 10px;
        border: 1px solid #ddd;
        border-radius: 4px;
        font-size: 1em;
        color: #333;
    }

    .form-group textarea[b-pqdz3e27s5] {
        resize: none;
    }

.checkbox-group[b-pqdz3e27s5] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    text-align: start;
}

    .checkbox-group input[type="checkbox"][b-pqdz3e27s5] {
        margin-top: 5px;
    }

.btn-submit[b-pqdz3e27s5] {
    background-color: #0d47a1;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    font-size: 1.1em;
    cursor: pointer;
    text-transform: uppercase;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

    .btn-submit:hover[b-pqdz3e27s5] {
        background-color: #0056b3;
    }

    .btn-submit:disabled[b-pqdz3e27s5] {
        background-color: #cccccc;
        color: #666666;
        cursor: not-allowed;
        opacity: 0.7;
    }

.highlight[b-pqdz3e27s5] {
    font-size: 1.2em;
    color: #198754;
    font-weight: 600;
    margin-top: 15px;
}

.dateprotection-text[b-pqdz3e27s5] {
    font-size: 0.8em;
    text-align: start;
    color: grey;
}

@media (max-width: 960px) {
    header[b-pqdz3e27s5] {
    }

        header h1[b-pqdz3e27s5] {
            font-size: 2em;
        }
}

@media (max-width: 768px) {
    header[b-pqdz3e27s5] {
    }

        header h1[b-pqdz3e27s5] {
            font-size: 1.8em;
        }

    .description[b-pqdz3e27s5] {
        font-size: 1em;
    }
}
/* _content/Cura.Server/Pages/PropertyOfferPages/PropertyOfferRentPage.razor.rz.scp.css */
header[b-b5bbxy3y9c] {
    background-color: #6c838f;
    color: white;
    padding: 13px 0;
    text-align: center;
}

    header h1[b-b5bbxy3y9c] {
        margin: 0;
        font-size: 2.5em;
    }

.fade-in[b-b5bbxy3y9c] {
    animation: fadeIn-b-b5bbxy3y9c 1.5s ease-in-out;
}

@keyframes fadeIn-b-b5bbxy3y9c {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.rental-service-container[b-b5bbxy3y9c] {
    margin: 0 auto;
    padding: 30px;
    color: #333;
    font-family: Arial, sans-serif;
}

    .rental-service-container h2[b-b5bbxy3y9c] {
        font-size: 1.8rem;
        font-weight: bold;
        color: #0d47a1;
        text-align: center;
        margin-bottom: 30px;
    }

.section-title[b-b5bbxy3y9c] {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid black;
}

.rental-service-container ul[b-b5bbxy3y9c] {
    list-style: none;
    padding: 0;
}

.rental-service-container li[b-b5bbxy3y9c] {
    display: flex;
    align-items: start;
    gap: 15px;
    margin-bottom: 15px;
    font-size: 1.1rem;
    color: #333;
    line-height: 1.5;
}

.rental-service-container .icon[b-b5bbxy3y9c] {
    width: 24px;
    height: 24px;
    background: none;
}

@media (max-width: 960px) {
    header[b-b5bbxy3y9c] {
    }

        header h1[b-b5bbxy3y9c] {
            font-size: 2em;
        }

    .rental-service-container[b-b5bbxy3y9c] {
        margin: 0 auto;
        padding: 20px;
    }

        .rental-service-container h2[b-b5bbxy3y9c] {
            font-size: 1.7rem;
            font-weight: bold;
            color: #0d47a1;
            text-align: center;
            margin-bottom: 20px;
        }

    .section-title[b-b5bbxy3y9c] {
        font-size: 1.5rem;
        font-weight: bold;
        margin: 20px 0;
        padding-bottom: 10px;
    }
}

@media (max-width: 650px) {
    header[b-b5bbxy3y9c] {
    }

        header h1[b-b5bbxy3y9c] {
            font-size: 1.6em;
        }

    .rental-service-container li[b-b5bbxy3y9c] {
        gap: 15px;
        margin-bottom: 10px;
        font-size: 1rem;
        line-height: 1.4;
    }

    .rental-service-container[b-b5bbxy3y9c] {
        margin: 0 auto;
        padding: 20px;
    }

        .rental-service-container h2[b-b5bbxy3y9c] {
            font-size: 1.5rem;
            font-weight: bold;
            color: #0d47a1;
            text-align: center;
            margin-bottom: 20px;
        }

    .section-title[b-b5bbxy3y9c] {
        font-size: 1.3rem;
    }
}
/* _content/Cura.Server/Pages/PropertyOfferPages/PropertyOfferSellPage.razor.rz.scp.css */
header[b-bti992pwwj] {
    background-color: #6c838f;
    color: white;
    padding: 13px 0;
    text-align: center;
}

    header h1[b-bti992pwwj] {
        margin: 0;
        font-size: 2.5em;
    }

.fade-in[b-bti992pwwj] {
    animation: fadeIn-b-bti992pwwj 1.5s ease-in-out;
}

@keyframes fadeIn-b-bti992pwwj {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

h2[b-bti992pwwj] {
    font-size: 2.2em;
    margin-bottom: 30px;
    text-align: center;
    border-bottom: 2px solid black;
    padding-bottom: 10px;
}

.subtitle[b-bti992pwwj] {
    font-size: 1.6em;
    color: #0d47a1;
    margin-bottom: 10px;
    font-weight: 550;
}

@media (max-width: 991px) {
    header[b-bti992pwwj] {
    }

        header h1[b-bti992pwwj] {
        }

    h2[b-bti992pwwj] {
        font-size: 1.8em;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
}

@media (max-width: 770px) {
    .container[b-bti992pwwj] {
    }

    header[b-bti992pwwj] {
    }

        header h1[b-bti992pwwj] {
            font-size: 2em;
        }

    h2[b-bti992pwwj] {
        font-size: 1.5em;
    }

    h3[b-bti992pwwj] {
        font-size: 1.4em;
    }

    .subtitle[b-bti992pwwj] {
        font-size: 1.4em;
        margin-bottom: 20px;
    }

    p[b-bti992pwwj] {
        font-size: 0.9em;
    }
}

@media (max-width: 600px) {
    .container[b-bti992pwwj] {
        padding: 0px 40px;
    }

    header[b-bti992pwwj] {
    }

        header h1[b-bti992pwwj] {
        }

    h2[b-bti992pwwj] {
        font-size: 1.2em;
        font-weight: bold;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
}
/* _content/Cura.Server/Pages/PropertyOfferPages/PropertyOfferValuationPage.razor.rz.scp.css */
header[b-rplhvjfvao] {
    background-color: #6c838f;
    color: white;
    padding: 13px 0;
    text-align: center;
}

    header h1[b-rplhvjfvao] {
        margin: 0;
        font-size: 2.5em;
    }

h2[b-rplhvjfvao] {
    font-size: 2em;
    margin-bottom: 30px;
    border-bottom: 2px solid black;
    padding-bottom: 10px;
}

h4[b-rplhvjfvao] {
    font-weight: bold;
}

.custom-image[b-rplhvjfvao] {
    width: 100%;
    aspect-ratio: 3 / 1;
    display: block;
    margin: 0 auto;
}

.wertermittlung-section[b-rplhvjfvao] {
    padding: 25px 40px;
}

.fade-in[b-rplhvjfvao] {
    animation: fadeIn-b-rplhvjfvao 1.5s ease-in-out;
}

@keyframes fadeIn-b-rplhvjfvao {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.btn-contact[b-rplhvjfvao] {
    background-color: #0d47a1;
    color: white;
    padding: 10px 20px;
    font-size: 1.1em;
    cursor: pointer;
    text-transform: uppercase;
}

    .btn-contact:hover[b-rplhvjfvao] {
        background-color: #0056b3;
    }

.leistungen[b-rplhvjfvao] {
    display: flex;
    justify-content: space-around;
    gap: 1rem;
}

.leistung[b-rplhvjfvao] {
    flex: 1;
    text-align: center;
    padding: 1rem;
    background: linear-gradient(to bottom right, #f0f4f8, #6c838f);
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .leistung:hover[b-rplhvjfvao] {
        transform: translateY(-10px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    }

    .leistung h3[b-rplhvjfvao] {
        font-size: 1.5rem;
        font-weight: bold;
        color: #333;
        margin-bottom: 0.5rem;
    }

    .leistung p[b-rplhvjfvao] {
        font-size: 1rem;
        line-height: 1.6;
        color: #666;
    }

.bottom-text[b-rplhvjfvao] {
    font-weight: bold;
}

@media (max-width: 920px) {
    header[b-rplhvjfvao] {
    }

        header h1[b-rplhvjfvao] {
            font-size: 2em;
        }

    h2[b-rplhvjfvao] {
        font-size: 1.7em;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }

    p[b-rplhvjfvao] {
        font-size: 1em;
    }
}

@media (max-width: 770px) {
    .leistungen[b-rplhvjfvao] {
        flex-direction: column;
        gap: 1rem;
    }
}

@media (max-width: 730px) {
    header[b-rplhvjfvao] {
    }

        header h1[b-rplhvjfvao] {
            font-size: 1.5em;
        }

    h2[b-rplhvjfvao] {
        font-size: 1.4em;
    }

    .btn-contact[b-rplhvjfvao] {
        font-size: 0.9em;
    }
}

@media (max-width: 560px) {
    header[b-rplhvjfvao] {
    }

        header h1[b-rplhvjfvao] {
            font-size: 1.3em;
        }

    h2[b-rplhvjfvao] {
        font-size: 1.2em;
    }

    .bottom-text[b-rplhvjfvao] {
        font-weight: unset;
    }
}

@media (max-width: 500px) {
    header[b-rplhvjfvao] {
    }

        header h1[b-rplhvjfvao] {
            font-size: 1em;
        }

    h4[b-rplhvjfvao] {
        font-size: 1em;
    }

    h2[b-rplhvjfvao] {
        font-size: 1em;
    }

    p[b-rplhvjfvao] {
        font-size: 0.9em;
    }
}
/* _content/Cura.Server/Pages/PropertyPurchasePages/PropertyPurchaseApartmentPage.razor.rz.scp.css */
.content[b-2g1vfvwtm1] {
    padding: 20px;
    font-family: Arial, sans-serif;
    color: #333;
    margin: 0 auto;
}

header[b-2g1vfvwtm1] {
    padding: 20px 0;
    text-align: center;
    border-bottom: 2px solid black;
}

    header h1[b-2g1vfvwtm1] {
        margin: 0;
        font-size: 2.5em;
        color: black;
    }

.results-count[b-2g1vfvwtm1] {
    display: flex;
    margin: 20px 0;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    justify-content: end;
}

.no-real-estate-message[b-2g1vfvwtm1] {
    text-align: center;
    padding: 50px;
    background-color: #f8d7da;
    border-radius: 8px;
    border: 1px solid #f5c6cb;
    color: #721c24;
    margin: 20px auto;
    width: 80%;
    max-width: 600px;
}

    .no-real-estate-message h3[b-2g1vfvwtm1] {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .no-real-estate-message p[b-2g1vfvwtm1] {
        font-size: 16px;
        margin-top: 10px;
    }

.property-grid[b-2g1vfvwtm1] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr)); 
    gap: 20px;
    margin-top: 20px;
    justify-content: center; 
}

    .property-grid > *[b-2g1vfvwtm1] {
        border: 1px solid #ccc;
        border-radius: 8px;
        background-color: #fff;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        padding: 15px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

        .property-grid > *:hover[b-2g1vfvwtm1] {
            transform: translateY(-5px);
            box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
        }

.loading-indicator[b-2g1vfvwtm1] {
    text-align: center;
    padding: 50px;
    font-size: 1.5rem;
    color: #555;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin: 20px auto;
    width: 80%;
    max-width: 600px;
}
/* _content/Cura.Server/Pages/PropertyPurchasePages/PropertyPurchaseBuyerCounsellingPage.razor.rz.scp.css */
.container[b-wzishlqq30] {
    padding: 0;
}

header[b-wzishlqq30] {
    background-color: #6c838f;
    color: white;
    padding: 20px 0;
    text-align: center;
}

    header h1[b-wzishlqq30] {
        margin: 0;
        font-size: 2.5em;
    }

.custom-image[b-wzishlqq30] {
    width: 100%;
    height: 450px;
    display: block;
    margin: 0 auto;
}

.package-card[b-wzishlqq30] {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    margin: 15px;
    text-align: center;
}

    .package-card:hover[b-wzishlqq30] {
        transform: translateY(-10px); 
        box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3); 
    }

.card-title[b-wzishlqq30] {
    display: flex;
    margin-bottom: 20px;
    font-weight: bold;
    gap: 5px; 
    align-items: center; 
    justify-content: center;
}

.highlight[b-wzishlqq30] {
    color: #0d47a1;
    font-weight: bold;
}

.fade-in[b-wzishlqq30] {
    animation: fadeIn-b-wzishlqq30 1.5s ease-in-out;
}

@keyframes fadeIn-b-wzishlqq30 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.honor-box[b-wzishlqq30] {
    border-top: 5px solid #3a3a3a; 
    text-align: center;
}

.list-group-item[b-wzishlqq30] {
    display: flex;
    align-items: center; 
    gap: 10px; 
    color: #333;
    transition: background-color 0.2s ease-in-out;
}

    .list-group-item:hover[b-wzishlqq30] {
        background-color: #f1f1f1;
    }
/* _content/Cura.Server/Pages/PropertyPurchasePages/PropertyPurchaseHousePage.razor.rz.scp.css */
.content[b-2au2cuh813] {
    padding: 20px;
    font-family: Arial, sans-serif;
    color: #333;
    margin: 0 auto;
}

header[b-2au2cuh813] {
    padding: 20px 0;
    text-align: center;
    border-bottom: 2px solid black;
}

    header h1[b-2au2cuh813] {
        margin: 0;
        font-size: 2.5em;
        color: black;
    }

.results-count[b-2au2cuh813] {
    display: flex;
    margin: 20px 0;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    justify-content: end;
}

.no-real-estate-message[b-2au2cuh813] {
    text-align: center;
    padding: 50px;
    background-color: #f8d7da;
    border-radius: 8px;
    border: 1px solid #f5c6cb;
    color: #721c24;
    margin: 20px auto;
    width: 80%;
    max-width: 600px;
}

    .no-real-estate-message h3[b-2au2cuh813] {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .no-real-estate-message p[b-2au2cuh813] {
        font-size: 16px;
        margin-top: 10px;
    }

.property-grid[b-2au2cuh813] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr)); 
    gap: 20px;
    margin-top: 20px;
    justify-content: center; 
}

    .property-grid > *[b-2au2cuh813] {
        border: 1px solid #ccc;
        border-radius: 8px;
        background-color: #fff;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        padding: 15px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

        .property-grid > *:hover[b-2au2cuh813] {
            transform: translateY(-5px);
            box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
        }

.loading-indicator[b-2au2cuh813] {
    text-align: center;
    padding: 50px;
    font-size: 1.5rem;
    color: #555;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin: 20px auto;
    width: 80%;
    max-width: 600px;
}
/* _content/Cura.Server/Pages/PropertyPurchasePages/PropertyPurchaseInvestmentsPage.razor.rz.scp.css */
.content[b-mdkgtn9moi] {
    padding: 20px;
    font-family: Arial, sans-serif;
    color: #333;
    margin: 0 auto;
}

header[b-mdkgtn9moi] {
    padding: 20px 0;
    text-align: center;
    border-bottom: 2px solid black;
}

    header h1[b-mdkgtn9moi] {
        margin: 0;
        font-size: 2.5em;
        color: black;
    }

.results-count[b-mdkgtn9moi] {
    display: flex;
    margin: 20px 0;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    justify-content: end;
}

.no-real-estate-message[b-mdkgtn9moi] {
    text-align: center;
    padding: 50px;
    background-color: #f8d7da;
    border-radius: 8px;
    border: 1px solid #f5c6cb;
    color: #721c24;
    margin: 20px auto;
    width: 80%;
    max-width: 600px;
}

    .no-real-estate-message h3[b-mdkgtn9moi] {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .no-real-estate-message p[b-mdkgtn9moi] {
        font-size: 16px;
        margin-top: 10px;
    }

.property-grid[b-mdkgtn9moi] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

    .property-grid > *[b-mdkgtn9moi] {
        border: 1px solid #ccc;
        border-radius: 8px;
        background-color: #fff;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        padding: 15px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

        .property-grid > *:hover[b-mdkgtn9moi] {
            transform: translateY(-5px);
            box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
        }

.loading-indicator[b-mdkgtn9moi] {
    text-align: center;
    padding: 50px;
    font-size: 1.5rem;
    color: #555;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin: 20px auto;
    width: 80%;
    max-width: 600px;
}
/* _content/Cura.Server/Pages/PropertyPurchasePages/PropertyPurchasePage.razor.rz.scp.css */
.content[b-uk9ieucbhr] {
    padding: 20px;
    font-family: Arial, sans-serif;
    color: #333;
    margin: 0 auto;
}

header[b-uk9ieucbhr] {
    padding: 20px 0;
    text-align: center;
    border-bottom: 2px solid black;
}

    header h1[b-uk9ieucbhr] {
        margin: 0;
        font-size: 2.5em;
        color: black;
    }

.results-count[b-uk9ieucbhr] {
    display: flex;
    margin: 20px 0;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    justify-content: end;
}

.no-real-estate-message[b-uk9ieucbhr] {
    text-align: center;
    padding: 50px;
    background-color: #f8d7da;
    border-radius: 8px;
    border: 1px solid #f5c6cb;
    color: #721c24;
    margin: 20px auto;
    width: 80%;
    max-width: 600px;
}

    .no-real-estate-message h3[b-uk9ieucbhr] {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .no-real-estate-message p[b-uk9ieucbhr] {
        font-size: 16px;
        margin-top: 10px;
    }

.property-grid[b-uk9ieucbhr] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    gap: 20px;
    margin-top: 20px;
    justify-content: center;
}

    .property-grid > *[b-uk9ieucbhr] {
        border: 1px solid #ccc;
        border-radius: 8px;
        background-color: #fff;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        padding: 15px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

        .property-grid > *:hover[b-uk9ieucbhr] {
            transform: translateY(-5px);
            box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
        }

.loading-indicator[b-uk9ieucbhr] {
    text-align: center;
    padding: 50px;
    font-size: 1.5rem;
    color: #555;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin: 20px auto;
    width: 80%;
    max-width: 600px;
}
/* _content/Cura.Server/Pages/PropertyRentPage.razor.rz.scp.css */
.content[b-frlcxy0wjf] {
    padding: 20px;
    font-family: Arial, sans-serif;
    color: #333;
    margin: 0 auto;
}

header[b-frlcxy0wjf] {
    padding: 20px 0;
    text-align: center;
    border-bottom: 2px solid black;
}

    header h1[b-frlcxy0wjf] {
        margin: 0;
        font-size: 2.5em;
        color: black;
    }

.results-count[b-frlcxy0wjf] {
    display: flex;
    margin: 20px 0;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    justify-content: end;
}

.no-real-estate-message[b-frlcxy0wjf] {
    text-align: center;
    padding: 50px;
    background-color: #f8d7da;
    border-radius: 8px;
    border: 1px solid #f5c6cb;
    color: #721c24;
    margin: 20px auto;
    width: 80%;
    max-width: 600px;
}

    .no-real-estate-message h3[b-frlcxy0wjf] {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .no-real-estate-message p[b-frlcxy0wjf] {
        font-size: 16px;
        margin-top: 10px;
    }

.property-grid[b-frlcxy0wjf] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    gap: 20px;
    margin-top: 20px;
    justify-content: center;
}

    .property-grid > *[b-frlcxy0wjf] {
        border: 1px solid #ccc;
        border-radius: 8px;
        background-color: #fff;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        padding: 15px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

        .property-grid > *:hover[b-frlcxy0wjf] {
            transform: translateY(-5px);
            box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
        }

.loading-indicator[b-frlcxy0wjf] {
    text-align: center;
    padding: 50px;
    font-size: 1.5rem;
    color: #555;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin: 20px auto;
    width: 80%;
    max-width: 600px;
}
/* _content/Cura.Server/Pages/ReferencesPage.razor.rz.scp.css */
.success-container[b-mqtoynqohb] {
    padding: 20px 40px;
}

header[b-mqtoynqohb] {
    background-color: #6c838f;
    color: white;
    padding: 13px 0;
    text-align: center;
}

    header h1[b-mqtoynqohb] {
        margin: 0;
        font-size: 2.5em;
    }

h3[b-mqtoynqohb] {
    color: #0d47a1;
    text-align: center;
}

p[b-mqtoynqohb] {
    font-size: 1.2rem;
    line-height: 1.2;
    color: #555;
    margin: 0;
    text-align: center;
}

.fade-in[b-mqtoynqohb] {
    animation: fadeIn-b-mqtoynqohb 1.5s ease-in-out;
}

@keyframes fadeIn-b-mqtoynqohb {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.property-grid[b-mqtoynqohb] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

    .property-grid > *[b-mqtoynqohb] {
        border: 1px solid #ccc;
        border-radius: 8px;
        background-color: #fff;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        padding: 15px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

        .property-grid > *:hover[b-mqtoynqohb] {
            transform: translateY(-5px);
            box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
        }

.loading-indicator[b-mqtoynqohb] {
    text-align: center;
    padding: 50px;
    font-size: 1.5rem;
    color: #555;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin: 20px auto;
    width: 80%;
    max-width: 600px;
}

.no-data[b-mqtoynqohb] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background-color: #f9f9f9;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    color: #555;
    font-family: 'Arial', sans-serif;
}

    .no-data p[b-mqtoynqohb] {
        font-size: 1.2rem;
        margin: 0;
    }

@media (max-width: 700px) {
    header[b-mqtoynqohb] {
        padding: 10px 0;
    }

        header h1[b-mqtoynqohb] {
            font-size: 2em;
        }
}
