.headline   {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;

}

.kontakt-subheadline    {
    margin-bottom: 0;
}

.kontakt_nachricht  {
    display: flex;
    justify-content: center;
    border: 0px solid black;
    border-radius: 30px;
    margin-top: 30px;
}

.headsec {
    height: 550px;
    display: block;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-bottom: 50px;
}

.headsec::before   {
    z-index: -1;
    height: 260%;
    width: 100%;
    content: '';
    background-image: url(01_call.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: fixed;
    top: 0px;
    left: 0;
    bottom: 0;
    right: 80px;
    opacity: 0.4;
}

.sib-form{
    border-radius: 30px;
}

.tel    {
    color: black;
}

footer  {
    margin-top: 960px;
}

@media(max-width: 1010px){

    .kontakt_nachricht  {
        width: 90%;
        }

    }