/* Über uns Seite Styles */

/* Hero Section */
.hero-about {
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 50%, #1a1a1a 100%);
    color: white;
    padding: 160px 0 100px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero-about::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.02)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.02)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.01)"/><circle cx="10" cy="60" r="0.5" fill="rgba(255,255,255,0.01)"/><circle cx="90" cy="40" r="0.5" fill="rgba(255,255,255,0.01)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 1;
}

.hero-title {
    font-size: 4rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    line-height: 1.1;
}

.title-line1 {
    display: block;
}

.highlight {
    color: #2B9184;
}

.hero-subtitle {
    font-size: 1.5rem;
    font-weight: 400;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto;
}

/* Story Section */
.story-section {
    padding: 100px 0;
    background: #f8f9fa;
}

.story-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.story-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #1a1a1a;
    position: relative;
}

.story-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #2B9184, #4CAF50);
    border-radius: 2px;
}

.story-line1 {
    display: block;
}

.story-description {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 1.5rem;
}

/* Team Section */
.team-section {
    padding: 100px 0;
    background: white;
    text-align: center;
}

.team-title {
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 4rem;
    color: #1a1a1a;
}

/* Neue Team Member Blöcke */
.team-member-block {
    margin-bottom: 6rem;
    opacity: 0;
    transform: translateX(-100px);
    transition: all 0.8s ease-out;
    display: flex;
    justify-content: center;
}

.team-member-block.nikolas-block {
    transform: translateX(100px);
}

.team-member-block.animate-in {
    opacity: 1;
    transform: translateX(0);
}

.member-content {
    display: flex;
    align-items: center;
    gap: 4rem;
    max-width: 1200px;
    margin: 0 auto;
}

.member-image {
    flex-shrink: 0;
}

.image-placeholder {
    width: 250px;
    height: 250px;
    background: linear-gradient(135deg, #2B9184, #1F7A6F);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
    padding: 1rem;
    box-shadow: 0 15px 40px rgba(43, 145, 132, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.image-placeholder:hover {
    transform: scale(1.05);
    box-shadow: 0 20px 50px rgba(43, 145, 132, 0.4);
}

/* Neue Styling für die echten Fotos */
.member-photo {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 15px 40px rgba(43, 145, 132, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.member-photo:hover {
    transform: scale(1.05);
    box-shadow: 0 20px 50px rgba(43, 145, 132, 0.4);
}

.member-info {
    flex: 1;
    max-width: 600px;
}

.member-name {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
}

.member-role {
    font-size: 1.2rem;
    color: #2B9184;
    font-weight: 600;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e0e0e0;
    display: inline-block;
}

.member-description {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
    text-align: left;
}


/* CTA Section */
.cta-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 50%, #1a1a1a 100%);
    color: white;
    text-align: center;
}

.cta-content {
    max-width: 700px;
    margin: 0 auto;
}

.cta-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.cta-description {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 2.5rem;
    opacity: 0.9;
}

.cta-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}













/* Google Review CTA Section */
.google-review-cta {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    color: #1e293b;
    text-align: center;
    position: relative;
    z-index: 3;
}

.google-review-content {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 20px;
}

.google-branding {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.google-review-image {
    max-width: 200px;
    height: auto;
    border-radius: 8px;
    background: transparent;
    margin-bottom: 15px;
}

.google-stars {
    display: flex;
    justify-content: center;
    gap: 3px;
}

.star {
    color: #FFD700;
    font-size: 28px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.google-review-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1e293b;
}

.google-review-content p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    opacity: 0.8;
    color: #64748b;
}

.btn-google-review {
    display: inline-block;
    padding: 18px 36px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    border: 2px solid #2B9184;
    background: #2B9184;
    color: white;
    cursor: pointer;
    text-align: center;
}

.btn-google-review:hover {
    background: #1F7A6F;
    color: white;
    border-color: #1F7A6F;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(43, 145, 132, 0.4);
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.2rem;
        margin-bottom: 15px;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
        line-height: 1.5;
    }
    
    .story-title,
    .team-title,
    .cta-title {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }
    
    /* Schriftgröße des ersten Abschnitts auf mobil reduzieren */
    .story-description {
        font-size: 1rem !important;
        line-height: 1.6 !important;
    }
    
    .member-content {
        flex-direction: column !important;
        gap: 1.5rem;
        text-align: center;
    }
    
    /* Beide Person-Abschnitte auf mobil gleich orientieren: Bild → Name → Text */
    .jan-block .member-content {
        flex-direction: column !important;
    }
    
    .jan-block .member-image {
        order: 1;
    }
    
    .jan-block .member-info {
        order: 2;
    }
    
    .nikolas-block .member-content {
        flex-direction: column !important;
    }
    
    .nikolas-block .member-image {
        order: 1;
    }
    
    .nikolas-block .member-info {
        order: 2;
    }
    
    .member-name {
        font-size: 1.8rem;
        margin-bottom: 10px;
    }
    
    .member-role {
        text-align: center;
        border-bottom: none;
        padding-bottom: 0;
        font-size: 0.95rem;
    }
    
    .member-description {
        text-align: center;
        font-size: 0.95rem;
        line-height: 1.5;
    }
    
    .image-placeholder {
        width: 180px;
        height: 180px;
        font-size: 0.9rem;
    }
    
    .member-photo {
        width: 180px;
        height: 180px;
    }
    
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-buttons .btn {
        width: 100%;
        max-width: 280px;
        padding: 12px 24px;
        font-size: 0.9rem;
    }
    

}

@media (max-width: 480px) {
    .hero-about {
        padding: 100px 0 60px;
    }
    
    .story-section,
    .team-section,
    .cta-section {
        padding: 50px 0;
    }
    
    .hero-title {
        font-size: 1.8rem;
        margin-bottom: 12px;
    }
    
    .hero-subtitle {
        font-size: 1rem;
        line-height: 1.4;
    }
    
    .story-title,
    .team-title,
    .cta-title {
        font-size: 1.6rem;
        margin-bottom: 15px;
    }
    
    .member-name {
        font-size: 1.6rem;
        margin-bottom: 8px;
    }
    
    .member-role {
        font-size: 0.9rem;
    }
    
    .member-description {
        font-size: 0.9rem;
        line-height: 1.4;
    }
    
    .image-placeholder {
        width: 140px;
        height: 140px;
        font-size: 0.85rem;
    }
    
    .member-photo {
        width: 140px;
        height: 140px;
    }
    
    .team-member-block {
        margin-bottom: 3rem;
    }
    
    .cta-buttons .btn {
        padding: 10px 20px;
        font-size: 0.85rem;
        max-width: 260px;
    }

    .google-review-content h2 {
        font-size: 1.8rem;
        margin-bottom: 12px;
    }

    .google-review-content p {
        font-size: 1rem;
        margin-bottom: 25px;
    }

    .google-review-cta {
        padding: 60px 0;
    }

    .google-review-image {
        max-width: 160px;
    }

    .star {
        font-size: 24px;
    }

    .btn-google-review {
        padding: 14px 28px;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .google-review-content h2 {
        font-size: 1.6rem;
        margin-bottom: 10px;
    }

    .google-review-content p {
        font-size: 0.95rem;
        margin-bottom: 20px;
    }

    .google-review-cta {
        padding: 50px 0;
    }

    .google-review-image {
        max-width: 140px;
    }

    .star {
        font-size: 22px;
    }

    .btn-google-review {
        padding: 12px 24px;
        font-size: 0.9rem;
    }
}

/* Kundenbewertungen Section */
.kundenbewertungen-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    position: relative;
    z-index: 3;
}

.kundenbewertungen-section .section-title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 2.5rem;
    font-weight: 700;
    color: #1e293b;
    position: relative;
}

.kundenbewertungen-section .section-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: #2B9184;
    border-radius: 2px;
}

.bewertungen-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.bewertungen-slider {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    height: 400px; /* Feste Höhe */
}

.bewertungen-track {
    display: flex;
    transition: transform 1.0s ease-in-out;
    height: 100%;
}

.bewertung-slide {
    flex: 0 0 50%; /* Jede Slide nimmt 50% der Breite ein */
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bewertung-karte {
    background: white;
    padding: 30px 25px;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    text-align: center;
    width: 100%;
    height: 320px; /* Feste Höhe für alle Karten */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.bewertung-sterne {
    display: flex;
    justify-content: flex-start;
    gap: 5px;
    margin-bottom: 20px;
    flex-shrink: 0;
}

.bewertung-kunde {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-shrink: 0;
    text-align: left;
}

.bewertung-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2B9184, #1F7A6F);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 12px rgba(43, 145, 132, 0.3);
    flex-shrink: 0;
}

.kunde-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.stern {
    color: #ffa500;
    font-size: 1.5rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.bewertung-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #1e293b;
    margin-bottom: 20px;
    font-style: italic;
    position: relative;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.kunde-name {
    font-size: 0.9rem;
    font-weight: 600;
    color: #2B9184;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.kunde-firma {
    font-size: 0.8rem;
    font-weight: 400;
    color: #64748b;
    text-transform: none;
    letter-spacing: 0.3px;
}

.bewertungen-pagination {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 10px;
}

.pagination-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: white;
    border: 2px solid #2B9184;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.pagination-dot.active {
    background: #2B9184;
    transform: scale(1.2);
    box-shadow: 0 4px 12px rgba(43, 145, 132, 0.3);
}

.pagination-dot:hover {
    transform: scale(1.1);
    box-shadow: 0 3px 10px rgba(43, 145, 132, 0.2);
}

.pagination-dot.mobile-only {
    display: none;
}

/* Responsive Design für Kundenbewertungen */
@media (max-width: 768px) {
    .kundenbewertungen-section {
        padding: 60px 0;
    }
    
    .kundenbewertungen-section .section-title {
        font-size: 2rem;
        margin-bottom: 40px;
    }
    
    .bewertungen-slider {
        height: 350px;
    }
    
    .bewertung-slide {
        flex: 0 0 100%; /* Auf mobilen Geräten eine Bewertung pro Slide */
    }
    
    .bewertung-karte {
        padding: 25px 20px;
        height: 300px;
    }
    
    .bewertung-text {
        font-size: 0.95rem;
        line-height: 1.5;
    }
    
    .stern {
        font-size: 1.3rem;
    }
    
    .bewertung-avatar {
        width: 45px;
        height: 45px;
        font-size: 1rem;
    }
    
    .bewertung-kunde {
        gap: 12px;
    }
    
    .kunde-name {
        font-size: 0.85rem;
    }
    
    .kunde-firma {
        font-size: 0.75rem;
    }
    
    .pagination-dot.mobile-only {
        display: block;
    }
}

@media (max-width: 480px) {
    .kundenbewertungen-section {
        padding: 50px 0;
    }
    
    .kundenbewertungen-section .section-title {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }
    
    .bewertungen-slider {
        height: 320px;
    }
    
    .bewertung-karte {
        padding: 20px 15px;
        height: 280px;
    }
    
    .bewertung-text {
        font-size: 0.9rem;
        line-height: 1.4;
    }
    
    .stern {
        font-size: 1.2rem;
    }
    
    .bewertung-avatar {
        width: 40px;
        height: 40px;
        font-size: 0.9rem;
    }
    
    .bewertung-kunde {
        gap: 10px;
    }
    
    .kunde-name {
        font-size: 0.8rem;
    }
    
    .kunde-firma {
        font-size: 0.7rem;
    }
    
    .pagination-dot {
        width: 10px;
        height: 10px;
    }
}