/* _content/Finansea_Website/Components/Components/ContactSection.razor.rz.scp.css */
.contact-content[b-pncaj4iuyc] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 100%;
    gap: 2rem;
    padding: 2rem 5%;
}

.contact-info[b-pncaj4iuyc] {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .contact-info h2[b-pncaj4iuyc] {
        font-weight: 800;
        font-size: 250%;
        margin-bottom: 2rem;
        color: white;
    }

.contact-item[b-pncaj4iuyc] {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    font-size: 1.1rem;
    color: white;
}

.contact-icon[b-pncaj4iuyc] {
    font-size: 1.5rem;
    margin-right: 1rem;
    width: 2rem;
}

.contact-form[b-pncaj4iuyc] {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.form-group[b-pncaj4iuyc] {
    margin-bottom: 1rem;
}

    .form-group input[b-pncaj4iuyc],
    .form-group textarea[b-pncaj4iuyc] {
        width: 100%;
        padding: 0.75rem;
        border: 1px solid rgba(255,255,255,0.3);
        border-radius: 0.25rem;
        background: rgba(255,255,255,0.1);
        color: white;
        font-size: 1rem;
        transition: border-color 0.3s ease, background-color 0.3s ease;
    }

        .form-group input:focus[b-pncaj4iuyc],
        .form-group textarea:focus[b-pncaj4iuyc] {
            outline: none;
            border-color: rgba(255,255,255,0.6);
            background: rgba(255,255,255,0.15);
        }

        .form-group input[b-pncaj4iuyc]::placeholder,
        .form-group textarea[b-pncaj4iuyc]::placeholder {
            color: rgba(255,255,255,0.7);
        }

.form-control.invalid[b-pncaj4iuyc] {
    border-color: #dc3545;
    background: rgba(220,53,69,0.1);
}

.form-control.valid[b-pncaj4iuyc] {
    border-color: #28a745;
    background: rgba(40,167,69,0.1);
}

.btn-contact[b-pncaj4iuyc] {
    background: white;
    color: #3D417A;
    padding: 0.75rem 2rem;
    border: none;
    border-radius: 0.25rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    font-size: 1rem;
}

    .btn-contact:hover:not(:disabled)[b-pncaj4iuyc] {
        background: #f8f9fa;
        transform: translateY(-2px);
    }

    .btn-contact:disabled[b-pncaj4iuyc] {
        opacity: 0.6;
        cursor: not-allowed;
        transform: none;
    }

.validation-message[b-pncaj4iuyc] {
    color: #ffcccc;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

/* Mobile Anpassungen */
@media (max-width: 768px) {
    .contact-content[b-pncaj4iuyc] {
        grid-template-columns: 1fr;
        padding: 2rem;
        gap: 1rem;
    }

    .contact-info h2[b-pncaj4iuyc] {
        font-size: 200%;
        margin-bottom: 1.5rem;
    }

    .contact-item[b-pncaj4iuyc] {
        font-size: 1rem;
    }

    .contact-icon[b-pncaj4iuyc] {
        font-size: 1.3rem;
    }
}
/* _content/Finansea_Website/Components/Components/ServiceCard.razor.rz.scp.css */
.service-card[b-ie7p3zexju] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    text-align: center;
    background: white;
    border-radius: 0.5rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin: 1rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    height: 100%;
}

    .service-card:hover[b-ie7p3zexju] {
        transform: translateY(-5px);
        box-shadow: 0 5px 20px rgba(0,0,0,0.15);
    }

.service-icon[b-ie7p3zexju] {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #004E89;
}

.service-title[b-ie7p3zexju] {
    font-weight: 700;
    font-size: 1.25rem;
    color: #004E89;
    margin-bottom: 0.5rem;
}

.service-description[b-ie7p3zexju] {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.5;
}

/* Mobile Anpassungen */
@media (max-width: 768px) {
    .service-card[b-ie7p3zexju] {
        margin: 0.5rem;
        padding: 1.5rem 1rem;
    }

    .service-icon[b-ie7p3zexju] {
        font-size: 2.5rem;
    }

    .service-title[b-ie7p3zexju] {
        font-size: 1.1rem;
    }

    .service-description[b-ie7p3zexju] {
        font-size: 0.85rem;
    }
}
/* _content/Finansea_Website/Components/Components/TeamMember.razor.rz.scp.css */
.team-member[b-1emmb9omox] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    text-align: center;
    height: 100%;
}

.team-photo[b-1emmb9omox] {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: linear-gradient(45deg, #3D417A, #6c7ae0);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: white;
    margin-bottom: 1rem;
    transition: transform 0.3s ease;
}

    .team-photo:hover[b-1emmb9omox] {
        transform: scale(1.05);
    }

.team-name[b-1emmb9omox] {
    font-weight: 700;
    font-size: 1.5rem;
    color: #3D417A;
    margin-bottom: 0.5rem;
}

.team-role[b-1emmb9omox] {
    font-weight: 500;
    color: #666;
    margin-bottom: 1rem;
    font-style: italic;
}

.team-description[b-1emmb9omox] {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.5;
}

/* Mobile Anpassungen */
@media (max-width: 768px) {
    .team-member[b-1emmb9omox] {
        padding: 1rem;
    }

    .team-photo[b-1emmb9omox] {
        width: 120px;
        height: 120px;
        font-size: 2.5rem;
    }

    .team-name[b-1emmb9omox] {
        font-size: 1.3rem;
    }

    .team-description[b-1emmb9omox] {
        font-size: 0.85rem;
    }
}
/* _content/Finansea_Website/Components/Components/TeamMember2.razor.rz.scp.css */
/* Bühne */
.flip-card[b-nevz216mng] {
    perspective: 1000px;
    -webkit-perspective: 1000px;
    width: 100%;
    height: 440px;
    position: relative;
}

/* Innerer Container: NICHT rotieren! */
.flip-card-inner[b-nevz216mng] {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    border-radius: 1rem;
    /*box-shadow: 0 10px 24px rgba(0,0,0,.08);*/
    overflow: hidden;
    background: transparent;
    /*background: #fff;*/
}

/* Seiten */
.flip-card-face[b-nevz216mng] {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    /* Animation findet auf den Seiten statt */
    transition: transform 1.6s cubic-bezier(.2,.8,.2,1);
    will-change: transform;
}

/* Wenn die Karte geflippt ist, dreht sich der Rahmen mit */
.flip-card-inner.is-flipped .flip-card-frame[b-nevz216mng] {
    transform: rotateY(180deg);
}

/* FRONT – Start sichtbar */
.flip-card-front[b-nevz216mng] {
    background: #fff;
    padding: 1.25rem;
    gap: .5rem;
    z-index: 2;
    transform: rotateY(0deg);

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; /* <--- NEU */
    text-align: center;
}

/* BACK – Start „hinten“, daher unsichtbar */
.flip-card-back[b-nevz216mng] {
    background: #fff;
    padding: 1.25rem;
    z-index: 1;
    transform: rotateY(180deg);
}

/* Flip-Zustand: Front nach hinten, Back nach vorn */
.flip-card-inner.is-flipped .flip-card-front[b-nevz216mng] {
    transform: rotateY(180deg);
}

.flip-card-inner.is-flipped .flip-card-back[b-nevz216mng] {
    transform: rotateY(360deg); /* = 0deg */
}

/* (Optional) Hover zusätzlich erlauben */
.flip-card:hover .flip-card-front[b-nevz216mng] {
    transform: rotateY(180deg);
}

.flip-card:hover .flip-card-back[b-nevz216mng] {
    transform: rotateY(360deg);
}

/* --- Front-Content --- */
.team-photo[b-nevz216mng] {
    width: 120px;
    height: 120px;
    border-radius: 9999px;
    object-fit: cover;
    border: 4px solid #f3f4f6;
    box-shadow: 0 6px 14px rgba(0,0,0,.12);
}

.team-photo-fallback[b-nevz216mng] {
    width: 120px;
    height: 120px;
    border-radius: 9999px;
    display: grid;
    place-items: center;
    font-weight: 800;
    font-size: 2.25rem;
    color: #3D417A;
    background: linear-gradient(135deg, #eef2ff, #e2e8f0);
    box-shadow: 0 6px 14px rgba(0,0,0,.12);
    border: 4px solid #f3f4f6;
}

.team-name[b-nevz216mng] {
    font-weight: 700;
    font-size: 1.3rem;
    color: #111827;
}

.team-role[b-nevz216mng] {
    font-weight: 500;
    color: #4b5563;
}

.team-shortdesc[b-nevz216mng] {
    margin-top: .5rem;
    font-size: .95rem;
    line-height: 1.4;
    color: #374151;
    padding: 0 .25rem;
}

/* --- Back: Visitenkarte --- */
.card-back-grid[b-nevz216mng] {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 1rem;
    width: 100%;
    height: 100%;
    align-items: center;
    text-align: left;
    margin: 0; /* kein ungewollter Außenabstand */
}

.card-back-left[b-nevz216mng] {
    /*font-size: .95rem;
    line-height: 1.5;
    color: #374151;*/
    padding-left: 1.25rem;
}

    .card-back-left h3[b-nevz216mng] {
        margin: 0;
        font-size: 1.1rem;
        color: #111827;
    }

.card-role[b-nevz216mng] {
    font-weight: 600;
    color: #4b5563;
    margin-bottom: .4rem;
}

.card-bio[b-nevz216mng] {
    margin-bottom: .5rem;
}

.contact p[b-nevz216mng] {
    margin: .25rem 0;
    font-size: .9rem;
}

.contact a[b-nevz216mng] {
    color: #3D417A;
    text-decoration: none;
}

    .contact a:hover[b-nevz216mng] {
        text-decoration: underline;
    }

.card-back-right[b-nevz216mng] {
    padding-right: 1.25rem;
    display: flex;
    justify-content: flex-end; /* QR-Code wirklich rechtsbündig */
    align-items: center;
}

.qr-code[b-nevz216mng] {
    width: 110px;
    height: 110px;
    object-fit: contain;
}

/* Mobile */
@media (max-width: 480px) {
    .flip-card[b-nevz216mng] {
        height: 500px;
    }

    .card-back-grid[b-nevz216mng] {
        grid-template-columns: 1fr;
        align-content: start;
    }

    .card-back-right[b-nevz216mng] {
        justify-content: flex-start;
    }
}
/* _content/Finansea_Website/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-gmhd86i7ys] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* Header Styles */
.main-header[b-gmhd86i7ys] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(61, 65, 122, 0.1);
    z-index: 1000;
    transition: all 0.3s ease;
}

.navbar[b-gmhd86i7ys] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 5%;
    max-width: 1200px;
    margin: 0 auto;
}

.navbar-brand[b-gmhd86i7ys] {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #004E89;
}

.logo[b-gmhd86i7ys] {
    width: 180px;
    height: auto;
    margin-right: 0.75rem;
}

.brand-text[b-gmhd86i7ys] {
    font-size: 1.5rem;
    font-weight: 800;
    color: #004E89;
    text-decoration: none;
}

.navbar-menu[b-gmhd86i7ys] {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.nav-link[b-gmhd86i7ys] {
    color: #004E89;
    text-decoration: none;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    transition: all 0.3s ease;
    cursor: pointer;
}

    .nav-link:hover[b-gmhd86i7ys] {
        background: rgba(61, 65, 122, 0.1);
        color: #004E89;
    }

.navbar-toggle[b-gmhd86i7ys] {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 0.5rem;
}

.hamburger-line[b-gmhd86i7ys] {
    width: 25px;
    height: 3px;
    background: #004E89;
    margin: 3px 0;
    transition: 0.3s;
    border-radius: 2px;
}

/* Main Content */
.main-content[b-gmhd86i7ys] {
    flex: 1;
    margin-top: 80px; /* Header-H�he */
}

/* Footer Styles */
.main-footer[b-gmhd86i7ys] {
    background: #2c3e50;
    color: white;
    margin-top: 5%;
}

.footer-content[b-gmhd86i7ys] {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 2rem;
    padding: 3rem 5%;
    max-width: 1500px;
    margin: 0 auto;
}

.footer-section h4[b-gmhd86i7ys] {
    color: white;
    margin-bottom: 1rem;
    font-weight: 600;
}

.footer-logo[b-gmhd86i7ys] {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.footer-logo-img[b-gmhd86i7ys] {
    width: 120px;
    height: auto;
    margin-right: 0.5rem;
}

.footer-brand[b-gmhd86i7ys] {
    font-size: 1.25rem;
    font-weight: 700;
    color: white;
    text-decoration: none;
}

.footer-description[b-gmhd86i7ys] {
    color: #bdc3c7;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.footer-links[b-gmhd86i7ys] {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer-links li[b-gmhd86i7ys] {
        margin-bottom: 0.5rem;
    }

    .footer-links a[b-gmhd86i7ys] {
        color: #bdc3c7;
        text-decoration: none;
        transition: color 0.3s ease;
    }

        .footer-links a:hover[b-gmhd86i7ys] {
            color: white;
        }

.footer-contact p[b-gmhd86i7ys] {
    color: #bdc3c7;
    margin-bottom: 0.5rem;
}

.social-links[b-gmhd86i7ys] {
    display: flex;
    gap: 1rem;
}

.social-link[b-gmhd86i7ys] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: #bdc3c7;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .social-link:hover[b-gmhd86i7ys] {
        background: #004E89;
        color: white;
        transform: translateY(-2px);
    }

.footer-bottom[b-gmhd86i7ys] {
    background: #34495e;
    padding: 1rem 0;
}

.footer-bottom-content[b-gmhd86i7ys] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5%;
}

.footer-legal[b-gmhd86i7ys] {
    display: flex;
    gap: 2rem;
}

    .footer-legal a[b-gmhd86i7ys] {
        color: #bdc3c7;
        text-decoration: none;
        font-size: 0.9rem;
        transition: color 0.3s ease;
    }

        .footer-legal a:hover[b-gmhd86i7ys] {
            color: white;
        }

/* Mobile Navigation */
@media (max-width: 1024px) {
    .navbar-menu[b-gmhd86i7ys] {
        position: fixed;
        top: 80px;
        left: 0;
        right: 0;
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(10px);
        flex-direction: column;
        padding: 2rem;
        gap: 1rem;
        transform: translateY(-100%);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        border-bottom: 1px solid rgba(61, 65, 122, 0.1);
    }

        .navbar-menu.active[b-gmhd86i7ys] {
            transform: translateY(0);
            opacity: 1;
            visibility: visible;
        }

    .navbar-toggle[b-gmhd86i7ys] {
        display: flex;
    }

    .footer-content[b-gmhd86i7ys] {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }
}

@media (max-width: 768px) {
    .navbar[b-gmhd86i7ys] {
        padding: 1rem 3%;
    }

    .brand-text[b-gmhd86i7ys] {
        font-size: 1.25rem;
    }

    .footer-content[b-gmhd86i7ys] {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 2rem 3%;
    }

    .footer-bottom-content[b-gmhd86i7ys] {
        flex-direction: column;
        gap: 1rem;
        padding: 0 3%;
    }

    .footer-legal[b-gmhd86i7ys] {
        gap: 1rem;
    }
}

#blazor-error-ui[b-gmhd86i7ys] {
    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: 1000;
}

    #blazor-error-ui .dismiss[b-gmhd86i7ys] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Finansea_Website/Components/Pages/Datenschutz.razor.rz.scp.css */
.legal-page[b-2jt97kqp18] {
    min-height: calc(100vh - 160px);
    padding: 4rem 0;
    background: #f8f9fa;
}

.legal-content[b-2jt97kqp18] {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
    background: white;
    border-radius: 0.5rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

    .legal-content h1[b-2jt97kqp18] {
        color: #3D417A;
        font-size: 2.5rem;
        margin-bottom: 2rem;
        font-weight: 700;
    }

    .legal-content h2[b-2jt97kqp18] {
        color: #3D417A;
        font-size: 1.5rem;
        margin-top: 2rem;
        margin-bottom: 1rem;
        font-weight: 600;
    }

    .legal-content h3[b-2jt97kqp18] {
        color: #3D417A;
    }
/* _content/Finansea_Website/Components/Pages/Home.razor.rz.scp.css */
/* Hero Section - außerhalb des Grids */
.hero-section[b-poc23uqak7] {
    position: relative;
    height: clamp(300px, 40vh, 500px);
    overflow: hidden;
    margin-bottom: 3rem;
}

.hero-image[b-poc23uqak7] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.5rem;
}

.hero-text-overlay[b-poc23uqak7] {
    position: absolute;
    bottom: 20%;
    left: 5%;
    right: 5%;
    z-index: 10;
}

.hero-title[b-poc23uqak7] {
    font-weight: 800;
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    color: white;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
    margin-bottom: 0.5rem;
    word-break: break-word;
    word-wrap: break-word;
}

.hero-subtitle[b-poc23uqak7] {
    font-weight: 800;
    font-size: clamp(1.2rem, 3vw, 2rem);
    color: white;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
    margin: 0;
    word-break: break-word;
    word-wrap: break-word;
}

/* Content Grid - sauber und kontrolliert */
.content-grid[b-poc23uqak7] {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    padding: 1rem;
    max-width: 1500px;
    margin: 0 auto;
}

/* About Us Section */
.area_aboutus[b-poc23uqak7] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    background-color: #f8f9fa;
    padding: 3rem 2rem;
    border-radius: 1rem;
    align-items: center;
}

.aboutus-text h2[b-poc23uqak7] {
    font-weight: 800;
    font-size: 2.5rem;
    color: #004E89;
    margin-bottom: 1.5rem;
    word-break: break-word;
    word-wrap: break-word;
}

.aboutus-text p[b-poc23uqak7] {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    color: #333;
    word-break: break-word;
    word-wrap: break-word;
}

.aboutus-image[b-poc23uqak7] {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .aboutus-image img[b-poc23uqak7] {
        max-width: 400px;
        width: 150%;
        height: auto;
    }

/* Services Section */
.area_services[b-poc23uqak7] {
    background-color: white;
    padding: 3rem 2rem;
    border-radius: 1rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.services-header[b-poc23uqak7] {
    text-align: center;
    margin-bottom: 3rem;
}

    .services-header h2[b-poc23uqak7] {
        font-weight: 800;
        font-size: 2.5rem;
        color: #004E89;
        margin: 0;
    }

.services-grid[b-poc23uqak7] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

/* Team Section */
.area_team[b-poc23uqak7] {
    background-color: #f8f9fa;
    padding: 3rem 2rem;
    border-radius: 1rem;
}

.team-header[b-poc23uqak7] {
    text-align: center;
    margin-bottom: 3rem;
}

    .team-header h2[b-poc23uqak7] {
        font-weight: 800;
        font-size: 2.5rem;
        color: #004E89;
        margin: 0;
    }

.team-grid[b-poc23uqak7] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

/* Contact Section */
.area_contact[b-poc23uqak7] {
    background-color: #004E89;
    color: white;
    padding: 3rem 2rem;
    border-radius: 1rem;
}

/* Responsive Design für Tablets */
@media (max-width: 1024px) {
    .hero-section[b-poc23uqak7] {
        height: clamp(250px, 35vh, 450px);
        margin-bottom: 2.5rem;
    }

    .content-grid[b-poc23uqak7] {
        padding: 1rem 0.5rem;
        gap: 3rem;
    }

    .area_aboutus[b-poc23uqak7] {
        grid-template-columns: 1fr;
        padding: 2rem 1.5rem;
        text-align: center;
        gap: 1.5rem;
    }

    .aboutus-text h2[b-poc23uqak7] {
        font-size: 2.2rem;
    }

    .services-grid[b-poc23uqak7] {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 1.5rem;
    }

    .services-header h2[b-poc23uqak7],
    .team-header h2[b-poc23uqak7] {
        font-size: 2.2rem;
    }

    .team-grid[b-poc23uqak7] {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 1.5rem;
    }

    .area_services[b-poc23uqak7],
    .area_team[b-poc23uqak7],
    .area_contact[b-poc23uqak7] {
        padding: 2.5rem 1.5rem;
    }
}

/* Responsive Design für Mobile */
@media (max-width: 768px) {
    .hero-section[b-poc23uqak7] {
        height: clamp(200px, 30vh, 350px);
        margin-bottom: 2rem;
    }

    .hero-text-overlay[b-poc23uqak7] {
        bottom: 15%;
        left: 1rem;
        right: 1rem;
        text-align: center;
    }

    .hero-title[b-poc23uqak7] {
        font-size: clamp(1.2rem, 3.5vw, 1.8rem);
    }

    .hero-subtitle[b-poc23uqak7] {
        font-size: clamp(1rem, 3vw, 1.5rem);
    }

    .content-grid[b-poc23uqak7] {
        gap: 2rem;
        padding: 0.5rem;
    }

    .area_aboutus[b-poc23uqak7],
    .area_services[b-poc23uqak7],
    .area_team[b-poc23uqak7],
    .area_contact[b-poc23uqak7] {
        padding: 2rem 1rem;
    }

    .services-grid[b-poc23uqak7],
    .team-grid[b-poc23uqak7] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .services-header h2[b-poc23uqak7],
    .team-header h2[b-poc23uqak7],
    .aboutus-text h2[b-poc23uqak7] {
        font-size: 2rem;
    }

    .aboutus-text p[b-poc23uqak7] {
        font-size: 0.9rem;
    }

    .aboutus-image img[b-poc23uqak7] {
        max-width: 200px;
    }
}

/* Extra kleine Bildschirme */
@media (max-width: 480px) {
    .hero-section[b-poc23uqak7] {
        height: clamp(180px, 25vh, 300px);
        margin-bottom: 1.5rem;
    }

    .content-grid[b-poc23uqak7] {
        gap: 1.5rem;
        padding: 0.25rem;
    }

    .area_aboutus[b-poc23uqak7],
    .area_services[b-poc23uqak7],
    .area_team[b-poc23uqak7],
    .area_contact[b-poc23uqak7] {
        padding: 1.5rem 0.75rem;
    }

    .services-header h2[b-poc23uqak7],
    .team-header h2[b-poc23uqak7],
    .aboutus-text h2[b-poc23uqak7] {
        font-size: 1.75rem;
    }

    .hero-title[b-poc23uqak7] {
        font-size: clamp(1rem, 4vw, 1.5rem);
    }

    .hero-subtitle[b-poc23uqak7] {
        font-size: clamp(0.9rem, 3.5vw, 1.3rem);
    }

    .aboutus-text p[b-poc23uqak7] {
        font-size: 0.85rem;
        line-height: 1.5;
    }
}

/* Hover-Effekte für Desktop */
@media (hover: hover) {
    .area_services[b-poc23uqak7],
    .area_team[b-poc23uqak7],
    .area_aboutus[b-poc23uqak7] {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

        .area_services:hover[b-poc23uqak7] {
            transform: translateY(-2px);
            box-shadow: 0 4px 20px rgba(0,0,0,0.15);
        }

    .hero-image[b-poc23uqak7] {
        transition: transform 0.3s ease;
    }

    .hero-section:hover .hero-image[b-poc23uqak7] {
        transform: scale(1.02);
    }
}
/* _content/Finansea_Website/Components/Pages/Impressum.razor.rz.scp.css */
.legal-page[b-80r79u7omt] {
    min-height: calc(100vh - 160px);
    padding: 4rem 0;
    background: #f8f9fa;
}

.legal-content[b-80r79u7omt] {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
    background: white;
    border-radius: 0.5rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

    .legal-content h1[b-80r79u7omt] {
        color: #3D417A;
        font-size: 2.5rem;
        margin-bottom: 2rem;
        font-weight: 700;
    }

    .legal-content h2[b-80r79u7omt] {
        color: #3D417A;
        font-size: 1.5rem;
        margin-top: 2rem;
        margin-bottom: 1rem;
        font-weight: 600;
    }

    .legal-content h3[b-80r79u7omt] {
        color: #3D417A;
    }
