@media only screen and (max-width: 1024px) {

    body {
        display: flex;
        flex-flow: column;
    }

    #mobilMenu_btn {
        order: 1;
        position: sticky;
    }

    #layout {
        order: 2;
    }

    #layout #header {
        height: 57px;
    }

    .headrcndition + #layout {
        padding-top: 0;
    }

    .headrcndition {
        font-size: 12px;
        line-height: 19px;
        height: 100%;
        width: 100%;
        z-index: 999999;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        padding: 0;
    }

    .centerContent {
        margin: 20px;
        padding: 20px;
        background-color: #fff;
        position: absolute;
        left: 50%;
        transform: translate(calc(-50% - 20px), 0%);
        height: fit-content;
        width: calc(100% - 80px);
        max-width: 1200px;
        bottom: 0px;
    }

    .headrcndition .two-col-rap {
        padding-right: 0;
    }

    .headrcndition .two-col-rap .lft-col {
        margin-bottom: 0;
    }

    .headrcndition .rt-col a#cookieDecline,
    .headrcndition .rt-col a#cookieAccept {
        text-align: center;
        width: calc(100% - 30px);
        padding: 7px 15px;
    }

    .headrcndition .rt-col a#cookieAccept {
        margin-bottom: 15px;
    }

    #layout.active,
    .content-overlay.active {
        height: calc(100vh - 80px);
    }

    /* andernfalls Ã¼berlagert sich "nach oben" und die Links */
    #layout #footer .footermenu {
        text-align: left;
    }

}

@media (min-width: 1024px) {
    .headrcndition + #layout {
        padding-top: 203px;
    }
}