/* ==========================================================================
   Vorstand-Seite – DRK Hammersbach
   ========================================================================== */

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}

main {
    margin: 0 auto;
    width: 100%;
    padding: 20px;
}

main h1 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 36px;
    color: #c03030;
}

.section-content {
    flex: 1 1 400px;
    padding: 15px;
    background-color: #f9f9f9;
    border-left: 5px solid #c03030;
    border-radius: 6px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

.section-content h2 {
    font-size: 26px;
    margin-bottom: 15px;
    color: #c03030;
    border-bottom: 2px solid #c03030;
    padding-bottom: 5px;
}

.section-content ul {
    list-style-type: none;
    padding-left: 0;
}

.section-content li {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

/* Links */
.section-content a {
    color: #007bff;
    text-decoration: none;
}

.section-content a:hover {
    text-decoration: underline;
    color: #0056b3;
}

/* Bild */
.image-container {
    max-width: 350px;
    text-align: center;
    margin: 0 auto;
}

.image-container img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    margin-bottom: 10px;
}

.image-container p {
    font-size: 14px;
    color: #666;
}

/* Footer */
footer {
    background-color: #d00;
    color: white;
    text-align: center;
    padding: 10px 0;
    width: 100%;
}

footer p {
    margin: 0;
}
