/* ansprechpartner */
.hilfebild {
    max-width: 100%;
    height: 500px;
    left: 3rem;
    right: 3rem;
    position: absolute;
}

.hilfetxt {
    text-align: left;
    border-radius: 10px;
    box-shadow: 10px 10px 50px #ddd;
    padding: 40px;
    background: #fff;
    margin-top: 500px;
    position: relative;
}

.hilfetxt .daten {
    width: 30%;
    display: inline-block;
    margin-right: 2rem;
}

.hilfetxt .daten>a {
    font-size: 0;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 1rem 1rem 0 0;
}

.hilfetxt .nachricht {
    width: 60%;
    display: inline-block;
    vertical-align: top;
}

.ansprechpartner .hilfetxt .daten :first-child {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 0;
    margin-bottom: 0;
}