footer {
    position: relative;
    top: 49px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 120px;
    width: 100%;
}

footer div#menueInfoBorder {
    position: absolute;
    top: 92px;
    left: 220px;
    width: calc(100% - 268px);
    border-bottom: 1px solid #000000;
}

footer div#menueInfoBox_links {
    position: absolute;
    right: 48px;
    top: 95px;
    max-width: 40%;
    text-align: right;
}

footer div#menueInfoBox_links a {
    font-size: 0.86em;
    text-decoration: none;
    color: #000000;
}

footer div#menueInfoBox img:first-of-type {
    position: relative;
    left: 0px;
    width: 220px;
}

footer div#menueInfoBox img:last-of-type {
    position: absolute;
    left: auto;
    top: 65px;
    right: 20px;
    width: 200px;
}

@media (max-width: 760px){
    footer {
        position: relative;
        left: 0px;
        right: 0px;
        bottom: 0px;
        height: 148px;
        width: 100%;
    }
}