@media (min-width: 960px) {

    a#offcanvas-menu {
        display: none;
    }

    nav {
        display: block;
        position: absolute;
        top: 30px;
        right: 100px;
        width: 50%;
        font-family: 'HeroinePro-Condensed', serif;
        z-index: 101;
    }

    nav ul {
        display: block;
        float: right;
    }

    nav ul li {
        display: block;
        float: left;
    }

    nav ul li a {
        display: block;
        float: left;
        color: white;
        padding: 10px;
        font-size: 1.4em;
        text-shadow: 0px 0px 5px black;
    }

    div#top.visible nav {
        top: 10px;
    }

    a#logo {
        top: 40px;
        left: 120px;
        width: 450px;
        height: 115px;
    }

    header div.text {
        position: absolute;
        bottom: 0px;
        right: 0px;
        text-align: right;
        width: 50%;
        max-width: 680px;
        margin-right: 8%;
        margin-bottom: 35px;
    }

    img#screens {
        display: inline-block;
        float: left;
        margin-left: 5%;
        margin-top: -180px;
        width: 38%;
        position: relative;
    }

    .item.double {
        width: calc( 66.66% - 30px );
        margin-left: 30px;
        display: flex;
        flex-direction: column;
        flex-basis: auto;
    }
    .item.tripplet {
        width: calc( 33.33% - 30px );
        margin-left: 30px;
        display: flex;
        flex-direction: column;
        flex-basis: auto;
    }
    .item.full {
        width: calc( 100% - 30px );
        margin-left: 30px;
        display: flex;
        flex-direction: column;
        flex-basis: auto;
    }
    div.row {
        float: left;
        width: 100%;
        margin-top: 50px;
        padding-left: 5%;
        padding-right: 5%;
    }

    div.row:last-child {
        margin-bottom: 50px;
    }

    section {
        float: left;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        position: relative;
    }

    section.triplet {
        width: 33.33%;
        padding-left: 20px;
        padding-right: 20px;
    }

    section.tipp {
        text-align: right;
    }

    section.tipp h3 {
        text-align: right;
    }

    section.double {
        width: 66.66%;
        padding-left: 20px;
        padding-right: 20px;
    }


    figure.mib-guitar {
        top: -20px;
        right: -150px;
    }

    figure.mib-trumpet {
        top: -70px;
        right: -50px;
        left: auto;
    }

    div.intro {
        float: right;
        margin-top: 35px;
        width: 52%;
        padding-right: 8%;
        text-align: right;
        position: relative;
    }
}