#article1 {
    height: 50vh;

    background-image: url("../images/dientleistungen/network.jpg");

    background-attachment: fixed;
    background-position: center 80%;
    background-size: cover;
}

#dienstleistungenText {
    position: relative;
    top: 25%;

    margin: 0em;
}

#dienstleistungenText>img {
    height: 20em;
    max-width: 40em;
    width: 100%;

    display: block;
    margin: 1em auto -18em auto;
}

@media (max-width: 34em) {
    #dienstleistungenText>h3 {
        font-size: 12vw !important;
    }
}

#dienstleistungenText>h3 {
    text-align: center;
    color: white;
    font-size: 4em;

    margin-left: 0em;
    margin-top: 1em;
}

#leistungen {
    overflow: auto;

    padding-bottom: 1em;
}

#leistungen>ul {
    float: left;

    margin-top: 0em;
    margin-bottom: 0em;
}

#leistungen>ul>li {
    font-size: 1.25em;
}

#leistungen>ul:nth-child(2) {
    margin-bottom: 1em;
}