.section-uber-uns, .section-service{
    padding: 6em 0;
}

.section-uber-uns .wrapper-img img, .section-service .wrapper-img img{
    border-radius: 0.7em;
}

.section-uberzeugt{
    background-image: url(../images/flughafen-online-buchen.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 8em 0;
}

.section-uberzeugt::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: hsla(0, 0%, 0%, 0.5);
}

.section-uberzeugt .wrapper-content{
    z-index: 5;
}

.section-uberzeugt .wrapper-content .wrapper-text{
    margin-top: 0;
}

.section-uberzeugt .wrapper-content .wrapper-text p{
    font-size: 1.5em;
    font-family: "helvetica-regular", sans-serif;
}

.section-uberzeugt .wrapper-content .wrapper-title h2{
    font-size: 3.3em;
    font-family: "helvetica-bold", sans-serif;
}

.section-uberzeugt .wrapper-content .wrapper-btn a{
    margin: 1em 1em 0 1em;
}