@media (min-width: 960px) {

    a#offcanvas-menu {
        display: none;
    }

    header a.logo {

    }

    .flex {
        flex-direction: row;
    }

    .content {
        padding: 0 0;
    }

    article .content {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    article .content .header {
        width: 100%;
    }

    article .article-content {
        width: 670px;
    }

    article .article-context {
        width: 290px;
        margin-left: 30px;
    }

    article.single div.sidenote {
        float: right;
        width: 300px;
        margin-left: 20px;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .story-list .story-list-item {
        display: flex;
        flex-direction: row;
        font-size: 16px;
        margin-bottom: 20px;
    }

    .story-list .story-list-item figure {
        width: 100px;
    }

    .story-list .story-list-item figure img {
        width: 100%;
    }

    .story-list .story-list-item div.text {
        width: calc((100% - 100px) - 300px);
        padding-left: 20px;
    }

    .story-list .story-list-item div.text span.prehead {
        font-size: 13px;
    }

    .story-list .story-list-item div.text p.headline {
        font-weight: bold;
        margin-bottom: 0;
    }

    .story-list .story-list-item div.text p.sub-headline {
        font-size: 14px;
        margin-bottom: 0;
    }

    .story-list .story-list-item div.text p.headline a {
        color: black;
    }

    .story-list .story-list-item div.text p.keywords a {
        font-size: 13px;
        color: #878787;
    }

    header a.logo img {
        width: 190px;
        margin: 5px 0 5px 10px;
    }

    header nav {
        display: block;
    }

    header nav.top {
        margin-top: 5px;
        margin-left: auto;
        margin-right: 0;
    }

    header nav.top ul {
        display: inline-block;

    }

    header nav.top ul li {
        display: inline-block;
        margin-left: 10px;
    }

    header nav.top ul li a {
        color: rgba(255, 255, 255, 0.5);
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 14px;
    }
    html:lang(de) header nav.top ul li a {
        color: rgba(0, 0, 0, 0.5);
    }

    header nav.top ul li a:hover {
        color: rgba(255, 255, 255, 1.0);
    }
    html:lang(de) header nav.top ul li a:hover {
        color: rgba(0, 0, 0, 0.7);
    }
    header nav.main {
        margin: 30px 10px 5px auto;
    }

    header nav.main ul {
        display: inline-block;
    }

    header nav.main ul li {
        display: inline-block;
        margin-left: 10px;

    }

    header nav.main ul li a {
        display: inline-block;
        font-weight: bold;
        font-size: 18px;
        color: white;
    }
    html:lang(de) header nav.main ul li a {
        color: var(--global-color-pink);
    }


    header nav.main ul li.selected a {
        color: #000000;
    }

    header.collapsed nav.top {
        display: none;
    }

    header.collapsed nav.main {
        margin-top: 10px;
    }

    a.burger {
        margin-top: 25px;
        margin-left: 30px;
    }

    .feature-swiper-container .swiper-slide .slide-text {
        left: 50px;
        width: calc(50% - 50px);
    }

    .banner.banner-mobile,
    .banner.banner-tablet {
        display: none;
    }

    .banner.banner-desktop {
        display: block;
    }

    .manufacturer-filters {
        flex-wrap: nowrap;
    }

    main {
        min-height: 700px;
    }

    .video-placeholder .video-privacy-info {
        top: 20%;
        padding: 30px;
    }

    footer .flex .item {
        padding: 30px 0;
        width: calc(100% / 3);
        text-align: center;
    }

    .grid {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .grid.issue-list {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }

    article figure.story-content-image.float {
        max-width: 300px;
        float: right;
        margin: 10px 0 30px 30px;
    }
}