@media (min-width: 1200px) {
    body:not(.index) {
        background-position: top -300px left, bottom -260px right;
    }

    #overflow {
        background: url('../img/form-content-5.svg') top 200px right no-repeat;
    }
}

/* #region zeiterfassung ------------------------------------------ */

@media (max-width: 991px) {
    #zeiterfassung {
        padding-top: 0 !important;
    }
}

#zeiterfassung>.row+.row {
    margin-top: clamp(30px, 4vw, 50px);
}

/* #endregion zeiterfassung --------------------------------------- */

/* #region terminal-app ------------------------------------------- */

#terminal-app {
    position: relative;
}

#terminal-app::after {
    content: "";
    background: url('../img/form-content-4.svg') center left no-repeat;
    display: block;
    width: 914px;
    height: 920px;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: -100px;
}

#terminal-app .tab-headline {
    margin-bottom: clamp(30px, 4vw, 50px);
}

#terminal-app .social-media-row {
    margin-top: clamp(30px, 4vw, 50px);
}

#terminal-app .box {
    font-size: 1rem;
}

#terminal-app .box+* {
    margin-top: clamp(30px, 4vw, 50px);
}

#terminal-app .box>.row {
    row-gap: 30px;
}

@media (max-width: 991px) {
    #terminal-app .box>.row+.row {
        margin-top: 30px;
    }
}

#terminal-app h2 {
    margin-bottom: 0;
}

#terminal-app .stoerer-col .stoerer+.stoerer {
    margin-top: -50px;
}

@media (min-width: 768px) {
    #terminal-app .stoerer-col .stoerer+.stoerer {
        margin: -20px -30px 0 0;
    }
}

@media (min-width: 992px) {
    #terminal-app .stoerer-col .stoerer+.stoerer {
        margin: -30px -30px -50px 0;
    }
}

@media (min-width: 1200px) {
    #terminal-app .stoerer-col .stoerer {
        margin-bottom: -20px;
    }

    #terminal-app .stoerer-col .stoerer+.stoerer {
        margin: -50px -50px -50px 0;
    }
}

@media (min-width: 1400px) {
    #terminal-app .stoerer-col .stoerer {
        margin-bottom: -40px;
    }

    #terminal-app .stoerer-col .stoerer+.stoerer {
        margin-right: -100px;
    }
}

#terminal-app .smartphone {
    margin: 0 auto;
}

/* #endregion terminal-app ---------------------------------------- */