/* Allgemeine Stile für die Seite */
/* body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    color: #333;
}

p {
    line-height: 1.6;
    font-size: 1.0rem;
}

main {
    padding: 0px 0px;
    padding-bottom: 0px;
} */

.about-intro, .our-mission, .our-team, .contact-info {
    margin-bottom: 20px;
    padding: 5px 20px;
}

.about-intro h1,
.about-intro p {
    color: #388a9c;
}

.our-mission,
.contact-info {
    background-color: #388a9c90;
    color: white;
}

.our-mission,
.contact-info {
    background-color: #388a9c90;
    color: white;
}

.our-mission h2,
.our-mission p,
.contact-info h2,
.contact-info p {
    color: white;
}

.our-mission h1 {
    color: white;
}

.our-team h1,
.team-member1,
.team-member2 {
    color: #388a9c;
}

.team-member1,
.team-member2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.team-member1,
.team-member2 div {
    display: flex;
    flex-direction: column;
    width: 40%;
}

.team-member1 div h3 ,
.team-member2 div h3 {
    margin-bottom: 0px;
}

.team-member1 > div p:first-of-type,
.team-member2 > div p:first-of-type {
    margin-top: 0px;
    fot-size: 1.0 rem;
}

.team-member1 img,
.team-member2 img {
    border-radius: 50%;
    margin-right: 15px;
    width: 250px;
    height: auto;
}

.e-mail_about {
    color: #388a9c;
}

.e-mail:hover {
    color: blue;
}

@media (max-width:576px) {
    .team-member1,
    .team-member2 {
        flex-direction: column;
        width: 100%;
    }
    .team-member1 div,
    .team-member2 div {
        width: 100%;
    }
    .team-member2 img {
        order: 1;
    }
    .team-member2 div {
        order: 2;
    }
}

.form_cont {
    background-color: #388a9c90;
    padding-top: 10px;
    padding-bottom: 30px;
}

.form_cont h1,
.intro {
    color: white !important;
}

@media (max-width:576px) {
    .form_cont {
        margin-bottom: 0px !important;
    }
}
