/* Geräte bis 800px */
.header-links {
    display: none;
}
.header-rechts {
    height: 100vw;
    width: 100vw;
}
.header-text {
    height: 200vw;
    font-size: 14rem;
}
.header-icon-top div {
    height: 12vw;
    width: 10vw;
}
.slash {
    display: none;
}
.links a {
    text-align: right;
    margin-right: 15px;
    margin-left: 15px;
    position: relative;
    /* color: #2E2E2E; */
    /* font-size: 6rem; */
    font-size: 4rem;
    z-index: 30;
}
.links a:hover {
    font-size: 4rem !important;
}
.elinks {
    justify-content: right;
    margin: 14em 10% 10em;
    line-height: 6rem;
    width: auto;
}

.services-block {
    padding: 80px 50px 80px 50px;
}
.services-block span {
    font-size: 24px;
}
.services-block h1 {
    font-size: 240px;
    line-height: .76;
    margin: 15px 0 15px 0;
}
.services-block h2 {
    font-size: 24px;
}
.services-block h3 {
    font-size: 16px;
    margin: 10px 0 0 0;
}


.footer-left img {
    height: 320px;
    width: auto;
}
.footer-connect a {
    font-size: 8rem;
}