.about-hero {
}
.about-hero img {
    object-position: center 35%;
}

.about-intro {
    margin: 0 0 30px;
    text-align: left;
    font-family: 'Lato', sans-serif;
    font-size: clamp(0.9rem, 1.8vw, 1.05rem);
    line-height: 1.8;
    color: #444;
}
.about-intro h2 {
    text-align: center;
    color: #f40000;
    font-size: clamp(1.1rem, 2.5vw, 1.6rem);
    margin-bottom: 15px;
    margin-top: 25px;
}
.about-intro p {
    margin-bottom: 12px;
}
.about-intro strong {
    color: #333;
}

.team-card-modern {
    display: flex;
    align-items: stretch;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    cursor: default;
    max-width: 560px;
    margin: 0 auto;
}
.team-card-image {
    flex-shrink: 0;
    width: 200px;
}
.team-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.team-card-info {
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.team-card-info h3 {
    font-size: clamp(1.1rem, 2vw, 1.4rem);
    color: #333;
    margin: 0 0 6px;
    font-weight: 700;
}
.team-card-info .team-role {
    font-size: clamp(0.85rem, 1.5vw, 1rem);
    color: #f40000;
    font-weight: 600;
    margin: 0 0 12px;
}
.team-card-info .team-description {
    font-size: clamp(0.8rem, 1.3vw, 0.9rem);
    color: #666;
    line-height: 1.6;
    margin: 0 0 16px;
    font-family: 'Lato', sans-serif;
}
.team-contact-links {
    display: flex;
    gap: 12px;
}
.team-contact-links a,
.team-contact-links a:link,
.team-contact-links a:visited {
    display: inline-block;
    padding: 6px 16px;
    border: 2px solid #f40000;
    border-radius: 5px;
    color: #f40000;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
    transition: background 0.2s ease, color 0.2s ease;
}
.team-contact-links a:hover {
    background: #f40000;
    color: white;
}

@media (max-width: 560px) {
    .team-card-modern {
        flex-direction: column;
    }
    .team-card-image {
        width: 100%;
        height: 220px;
    }
    .team-card-info {
        padding: 20px;
    }
}

.staerken-subtitle {
    text-align: center;
    color: #666;
    font-family: 'Lato', sans-serif;
    font-size: clamp(0.9rem, 1.8vw, 1.05rem);
    margin: -5px 0 24px;
    line-height: 1.6;
}

.staerken-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin: 0 auto 40px;
    width: 100vw;
    max-width: 1000px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 20px;
    box-sizing: border-box;
}

.staerken-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    padding: 30px 24px;
    text-align: center;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.staerken-card:hover {
    box-shadow: 0 6px 24px rgba(244, 0, 0, 0.12);
    transform: translateY(-3px);
}

.staerken-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 16px;
}

.staerken-icon svg {
    width: 100%;
    height: 100%;
}

.staerken-card h3 {
    color: #f40000;
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0 0 12px;
}

.staerken-card p {
    color: #555;
    font-size: 0.9rem;
    line-height: 1.7;
    margin: 0;
    font-family: 'Lato', sans-serif;
}

@media (max-width: 900px) {
    .staerken-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 560px) {
    .staerken-container {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

.leitbild-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin: 20px 0 40px;
}

.leitbild-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    padding: 30px 24px;
    text-align: center;
    transition: box-shadow 0.3s ease;
}

.leitbild-card:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.14);
}

.leitbild-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 16px;
}

.leitbild-icon svg {
    width: 100%;
    height: 100%;
}

.leitbild-card h3 {
    color: #f40000;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 12px;
}

.leitbild-card p {
    color: #555;
    font-size: 0.9rem;
    line-height: 1.7;
    margin: 0;
    font-family: 'Lato', sans-serif;
}

.leitbild-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.leitbild-card ul li {
    color: #555;
    font-size: 0.9rem;
    line-height: 1.7;
    font-family: 'Lato', sans-serif;
    padding: 4px 0 4px 20px;
    position: relative;
}

.leitbild-card ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 8px;
    height: 8px;
    background: #f40000;
    border-radius: 50%;
}

@media (max-width: 700px) {
    .leitbild-container {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}
