/* Über uns Seite Styles */

/* Hero Section */
.hero-about {
    padding: 60px 0 40px;
    text-align: center;
}

.hero-about .kicker {
    margin: 0 auto 20px;
}

.hero-about h1 {
    font-size: clamp(32px, 4vw, 48px);
    margin: 0 0 20px;
}

.hero-about .sub {
    max-width: 700px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.6;
}

/* Geschichte Section */
.geschichte-section {
    background: var(--bg-soft);
    padding: 60px 0;
    margin: 40px calc(-50vw + 50%);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
}

.geschichte-section .container-inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 20px;
}

.geschichte-content {
    background: white;
    padding: 40px;
    border-radius: 16px;
    box-shadow: var(--shadow);
    margin-top: 30px;
}

.geschichte-content p {
    font-size: 16px;
    line-height: 1.8;
    color: var(--muted);
    margin: 0 0 20px;
}

.geschichte-content p:last-child {
    margin: 0;
}

/* Werte Section */
.werte-section {
    background: white;
    padding: 60px 0;
}

/* Auszeichnet Section */
.auszeichnet-section {
    padding: 60px 0;
    background: var(--bg-soft);
}

.tile-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.tile-icon {
    font-size: 40px;
}

.tile-header h3 {
    margin: 0;
}

/* Team Section */
.team-section {
    padding: 60px 0;
}

.team-content {
    background: var(--bg-soft);
    padding: 40px;
    border-radius: 16px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.team-icon {
    font-size: 48px;
    margin-bottom: 20px;
}

.team-content p {
    font-size: 18px;
    line-height: 1.8;
    color: var(--muted);
    margin: 0;
}

/* Zukunft Section */
.zukunft-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 60px 0;
}

.zukunft-grid {
    max-width: 900px;
    margin: 0 auto;
}

.zukunft-grid .tile {
    background: white;
}

.zukunft-cta {
    text-align: center;
    margin-top: 40px;
}

.zukunft-cta p {
    font-size: 18px;
    color: var(--muted);
    max-width: 700px;
    margin: 0 auto 30px;
}

.zukunft-section .btn-large {
    display: block;
    margin: 40px auto 0;
    width: fit-content;
}
