@media screen and (min-width: 1024px) {

    html,
    body,
    div.double-page {
        overflow: hidden;
    }

    div.page {
        position: absolute;
        width: 50%;
        top: 0;
        bottom: 0;
        z-index: 10;
    }

    div.page.page-right:not(.first-page) {
        bottom: -100%;
        top: 100%;
    }

    div.page.page-left:not(.first-page) {
        top: -100%;
        bottom: 100%;
    }

    div.page.page-left {
        left: 0;
        z-index: 15;
    }

    div.page.page-right {
        right: 0;
    }

    div.content-area {
        font-family: 'quicksand', sans-serif;
        font-weight: 400;
        font-style: normal;
        line-height: 1.3;
        width: 80%;
        flex-basis: 55%;
    }

    div.flex-center {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
    }

    div.scrolling {
        position: absolute;
        top: 30%;
        padding-bottom: 4rem;
    }

    div.content-bottom-spacer {
        flex-basis: 10%;
        width: 100%;
    }

    div.content-area div.content-text {
        font-size: 18px;
    }

    h1 {
        font-family: "abril-display", serif;
        font-weight: 800;
        font-style: normal;
        font-size: 50px;
        margin-top: 0;
        margin-bottom: 50px;
    }

    h2 {
        font-family: "abril-display", serif;
        font-weight: 800;
        font-style: normal;
        font-size: 30px;
        margin-top: 0;
        margin-bottom: 10px;
        line-height: 1;
    }

    .content-section {
        margin-bottom: 50px;
    }

    .small-text {
        font-size: 16px;
    }

    .menu a {
        background-image: none;
        text-decoration: none;
        font-size: 40px;
        font-family: "quicksand", sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #161616;
        display: inline-block;
        position: relative;
        padding-bottom: 0;
    }

    .smaller-menu-font {
        font-size: 25px !important;
    }

    .link-area a:after {
        content: '';
        position: absolute;
        width: 100%;
        transform: scaleX(0);
        height: 2px;
        bottom: 6px;
        left: 0;
        background-color: #161616;
        transform-origin: bottom left;
        transition: transform 0.4s ease-out;
    }

    .link-area a:hover:after {
        transform: scaleX(1);
    }

    .portfolio-arrow {
        width: 50px;
        height: 200px;
        margin-left: 180px;
        margin-bottom: 0 !important;
        background-image: url(./img/portfolio-pfeil.svg);
    }

    .portfolio-link-block {
        margin-left: 5rem;
        margin-right: 5rem;
        padding-bottom: 2rem;
        line-height: 2.5rem;
        position: absolute;
        top: 30%;
        white-space: nowrap;
    }

    .portfolio-link-block div {
        margin-bottom: 1.5rem;
    }

    .portfolio-link-block a {
        text-decoration: none;
        font-size: 35px;
        font-family: "abril-display", serif;
        font-weight: 800;
        font-style: normal;
        color: #161616;
        display: inline-block;
        position: relative;
    }

    .portfolio-link-block a:after {
        content: '';
        position: absolute;
        width: 100%;
        transform: scaleX(0);
        height: 2px;
        bottom: 0px;
        left: 0;
        background-color: #161616;
        transform-origin: bottom left;
        transition: transform 0.4s ease-out;
    }

    .portfolio-link-block a:hover:after {
        transform: scaleX(1);
    }

    .overflow-auto {
        overflow: auto;
    }

    div.logo {
        position: fixed;
        left: 50%;
        top: 1%;
        transform: translatex(-50%);
    }

    div.arrow-down-orange {
        display: none;
    }

    div.arrow-down-white {
        display: none;
    }

    .vfll-logo {
        width: 20rem;
        height: auto;
        margin-top: 2rem;
    }

    .underscroll-block {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        background: #161616;
        width: 97.5%;
        height: 25%;
        z-index: 10;
    }

    .visible-on-desktop {
        display: block;
    }

    .non-visible-on-desktop {
        display: none;
    }

    h2.leistung {
        font-size: 18px;
        font-family: 'quicksand', sans-serif;
        font-weight: 400;
        font-style: normal;
        margin-bottom: 0;
        margin-block-start: 0;
        margin-block-end: 0;
    }
}