section {
    margin-top: 1.5%;
}

.abteilungsleiter {
    margin-top: 3.5%;
}

h4 {
    text-align: center;
}

.karte {
    height: 35vh;
    margin-top: 2%;
    display: flex;
    justify-content: space-around;
    text-align: center;
    align-items: center;
}

.karte iframe {
    width: 50%;
    height: 100%;
}

.vereine {
    display: flex;
    justify-content: space-around;
    text-align: center;
}

@media screen and (max-width: 992px) {
    .vereine {
        flex-direction: column;
    }

    .ssg {
        margin-top: 15%;
    }
}