/* ziele.css */

body{

    font-family: 'merriweatherregular';
}

.ziele-hero {
    background-color: #e6f2e6; /* zartes Grün als Hintergrund */
    padding: 60px 20px;
    text-align: center;
    border-bottom: 2px solid #a3c293;
        font-family: 'merriweatherregular';

}

.ziele-hero .section-title {
    font-size: 2.8rem;
    color: #2e2c2f;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: 'open_sansbold Black', Arial, sans-serif;
}

.ziele-hero .section-intro {
    font-size: 1rem;
    color: #2e2c2f;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

.ziele-content {
    max-width: 900px;
    margin: 40px auto 80px auto;
    padding: 0 20px;
        font-family: 'merriweatherregular';
            font-size: 1rem;


}

.ziele-subtitle {
    font-size: 2rem;
    color: #274127;
    margin-bottom: 20px;
    border-left: 6px solid #a3c293;
    padding-left: 12px;
    font-weight: 600;
        font-family: 'open_sansregular';

}

.ziele-list {
    list-style-type: disc;
    margin-left: 1.5rem;
    margin-bottom: 40px;
    color: #2f4f2f;
    font-size: 1rem;
    line-height: 1.6;
        font-family: 'merriweatherregular';

}

.ziele-list li {
    margin-bottom: 1rem;
        font-family: 'merriweatherregular';

}

.ziele-list strong {
    color: #1b381b;
        font-family: 'merriweatherregular';

}

.ziele-content p {
    font-size: 1rem;
    color: #344d34;
    line-height: 1.6;
    margin-bottom: 40px;
        font-family: 'merriweatherregular';

}

/* Responsive */
@media (max-width: 600px) {
    .ziele-hero .section-title {
        font-size: 2rem;
    }
    .ziele-hero .section-intro {
        font-size: 1rem;
    }
    .ziele-subtitle {
        font-size: 1.5rem;
    }
    .ziele-content {
        padding: 0 15px;
    }
}
