
.elinks {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 80px;
    margin-top: 10em;
}
.links a {
    font-size: 3rem;
    margin-left: 10px;
    margin-right: 10px;
}

.services-block h1 {
    font-size: 180px;
}

footer {
    margin-top: 0;
}

.footer-unten {
    justify-content: center;
    padding: 35px 15px 62px 15px;
}

.footer-left {
    background: none;
    height: 340px;
    position: relative;
    overflow: hidden;
}
.footer-left:before {
    background: #23241f;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.footer-left img {
    height: 440px;
    z-index: 1;
    position: relative;
    left: 50px;
}

.footer-left,
.footer-right {
    justify-content: center;
    width: 100%;
}

.footer-connect-wrapper {
    flex-direction: column;
}
.footer-connect {
    transform: none;
    top: auto;
    left: auto;
    margin-top: -100px;
    position: relative;
}
.footer-connect a {
    font-size: 12rem;
}