@media only screen and (min-width: 1251px) {

    /* offset for anchor-links */
    .anchor {
        display: block;
        position: relative;
        top: -150px;
        visibility: hidden;
    }



    /************ nav ********************/
    .navigation-container {
        position: fixed;
        top: 0;
        left: 0;
        height: 150px;
        width: 100%;
        background: #ff0084;
        z-index: 999999;
        height: 100%;
    }


    .navigation-container .hide {
        display: block;
    }
    /*
    .nav1, .nav1-mobile, .navigation-container .nav-footer {
        display: none
    }
    */
    .navigation-container .nav-footer {
        display: none
    }


    .nav1 {
        /*max-width: 77.24%;*/
        height: 100%;
        /*width: 100%;*/
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-left: 50px;
        padding-right: 50px;
    }

    .nav1-item {
    }

    .nav1-item.logo img {
        height: 140px;
        width: auto;
    }

    .nav1-item.logo.mobile {
        display: none;
    }

    .nav1-link {
        padding-top: 10px;
    }

    .nav1-link span {
        font-size: 28px;
        line-height: 28px;
        color: #fff;
        font-family: "SharpGrotesk Medium 25";
        display: block;
    }

    .navigation-container .nav-footer-link.active span,
    .navigation-container .nav-footer-link:hover span,
    .nav1-link.active span,
    .nav1-link span:hover {
        color: #000 !important
    }


    .navigation-headline {
        display: none;
    }

}


@media only screen and (max-width: 1700px) {

    .nav1-link span {
        font-size: 20px;
        line-height: 20px;
    }

    .nav1-item.logo img {
        height: 100px;
        width: auto;
    }

}