.kundenbereich-wrapper {
    padding-top: 110px;
    min-height: 100vh;
    background:
        radial-gradient(circle at top left, rgba(50, 205, 50, 0.18), transparent 35%),
        linear-gradient(135deg, #101010, #1a1a1a);
    color: #ffffff;
}

.kunden-hero {
    padding: 60px 0 30px 0;
}

.kunden-hero-box {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.kunden-label {
    display: inline-block;
    color: #32cd32;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.kunden-hero h1 {
    font-size: clamp(36px, 5vw, 64px);
    font-weight: 700;
    margin-bottom: 20px;
}

.kunden-intro {
    color: #cfcfcf;
    font-size: 18px;
    line-height: 1.7;
}

.kunden-login-section {
    padding: 40px 0 80px 0;
}

.kunden-login-section .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
    align-items: stretch;
}

.login-card,
.projekt-vorschau {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 22px;
    padding: 35px;
    backdrop-filter: blur(10px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
}

.login-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(50, 205, 50, 0.15);
    color: #32cd32;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-bottom: 20px;
}

.login-card h2,
.projekt-vorschau h3 {
    font-size: 30px;
    margin-bottom: 15px;
}

.login-card p,
.projekt-card p {
    color: #c7c7c7;
    line-height: 1.6;
}

.form-group {
    margin-top: 22px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    color: #eeeeee;
    font-size: 14px;
}

.form-group input {
    width: 100%;
    padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.15);
    background: rgba(0,0,0,0.35);
    color: white;
    outline: none;
}

.form-group input:focus {
    border-color: #32cd32;
}

.login-button {
    width: 100%;
    margin-top: 28px;
    padding: 15px;
    border: none;
    border-radius: 12px;
    background: #32cd32;
    color: #111;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s ease;
}

.login-button:hover {
    background: #55e055;
    transform: translateY(-2px);
}

.login-hinweis {
    margin-top: 22px;
    padding: 14px;
    border-radius: 10px;
    background: rgba(255, 193, 7, 0.12);
    color: #f1d27a;
    font-size: 14px;
}

.projekt-card {
    margin-top: 25px;
    padding: 25px;
    border-radius: 18px;
    background: rgba(0, 0, 0, 0.3);
    border-left: 4px solid #32cd32;
}

.projekt-status {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 20px;
    background: rgba(50, 205, 50, 0.16);
    color: #32cd32;
    font-size: 13px;
    margin-bottom: 15px;
}

.projekt-card h4 {
    font-size: 24px;
    margin-bottom: 14px;
}

.projekt-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 15px;
    color: #32cd32;
    text-decoration: none;
    font-weight: 600;
}

.projekt-link:hover {
    color: #7fff7f;
}

.kunden-dashboard,
.kunden-dashboard h1,
.kunden-dashboard h2,
.kunden-dashboard h3,
.kunden-dashboard p,
.kunden-dashboard a,
.kunden-dashboard span,
.kunden-dashboard button,
.kunden-dashboard .btn {

    font-family: 'Architects Daughter', cursive !important;

}

/* Login-Seite sauber zentrieren */
.kunden-login-main {
    min-height: 100vh;
    padding-top: 220px;
    display: flex;
    justify-content: center;
    background: #1f2427;
}

.kunden-login-box {
    width: 620px;
    text-align: center;
}

.kunden-login-box h1 {
    color: limegreen;
    margin-bottom: 10px;
}

.kunden-login-box p {
    color: white;
    margin-bottom: 35px;
}

.kunden-login-box form {
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 10px;
}

.kunden-login-box label {
    color: white;
    font-size: 1.2rem;
}

.kunden-login-box input {
    width: 100%;
    padding: 12px;
    background: #fffecb;
    border: 1px solid #888;
    font-size: 1.2rem;
}

.kunden-login-box button {
    margin-top: 18px;
    width: fit-content;
    padding: 8px 16px;
    font-size: 1.1rem;
}

.kunden-login-error {
    background: #5c1f1f;
    color: white;
    padding: 12px;
    margin-bottom: 25px;
}

.kunden-dashboard {
    min-height: 100vh;
    padding: 180px 40px 80px;
    background: #1f2427;
}

.dashboard-hero {
    text-align: center;
    margin-bottom: 60px;
}

.dashboard-label {
    color: limegreen;
    font-size: 1rem;
}

.dashboard-hero h1 {
    color: limegreen;
    font-size: 3rem;
}

.dashboard-hero p {
    color: white;
}

.projekt-grid {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

.dashboard-card {
    background: #22282b;
    border: 1px solid #444;
    border-radius: 18px;
    padding: 30px;
    color: white;
    box-shadow: 0 15px 35px rgba(0,0,0,0.35);
    transition: 0.3s ease;
}

.dashboard-card:hover {
    transform: translateY(-6px);
    border-color: limegreen;
}

.card-icon {
    font-size: 2.5rem;
    color: limegreen;
    margin-bottom: 20px;
}

.status-badge {
    display: inline-block;
    color: limegreen;
    border: 1px solid limegreen;
    border-radius: 20px;
    padding: 5px 14px;
    margin-bottom: 18px;
}

.dashboard-card h2 {
    color: limegreen;
    text-align: left;
    font-size: 1.8rem;
}

.dashboard-card p {
    color: #ddd;
    min-height: 70px;
}

.dashboard-button {
    display: inline-block;
    margin-top: 20px;
    color: #111;
    background: limegreen;
    padding: 10px 18px;
    border-radius: 10px;
    text-decoration: none;
}

.dashboard-button:hover {
    color: #111;
    background: #7cff7c;
}

@media (max-width: 900px) {
    .kunden-login-section .container {
        grid-template-columns: 1fr;
    }

    .kundenbereich-wrapper {
        padding-top: 90px;
    }
}