@media (min-width: 960px) {

    a.features-medica-2020 {
        position: absolute;
        left: 420px;
    }

    header.collapsed a.features-medica-2020 {
        left: 260px;
        top: 0px;
    }

    header.collapsed a.features-medica-2020 img.featuring {
        width: 80px;
    }

    header.collapsed a.features-medica-2020 img.medica {
        width: 50px;
    }

    div.half {
        width: 50%;
        float: left;
    }

    div.half:nth-of-type(even) {
        padding-left: 20px;
    }
    div.half:nth-of-type(odd) {
        padding-right: 20px;
    }

    div.content {
        padding: 0 35px;
    }

    .newsletter-subscribe {
        flex-direction: row;
    }

    .newsletter-subscribe .column {
        width: calc(50% - 30px);
        margin-left: 30px;
    }

    .newsletter-subscribe .column:nth-of-type(2) {
        margin-top: 0;
    }

    a.newsletter-preview {
        width: 85%;
        margin-left: 15%;
    }

    h3.preview {
        margin-left: 15%;
    }

    .teaser-66 .box-top {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        flex-direction: row-reverse;
        width: 100%;
    }
    .teaser-66 .box-top > a {
        width: 48%;
        display: block;
        position: relative;
        min-height: 20vw;
    }

    .teaser-66 .box-top .text {
        width: 48%;
        padding-top: 0;
    }

    .teaser.teaser-66 .box-top .text h4.prehead {
       margin-top: 0;
    }

    .teaser.teaser-66 .box-top .text h3 {
        font-size: 36px;
    }

    .grid .teaser-16 {
        width: 15%;
    }
    .grid .teaser-20 {
        width: 25%;
    }
    .grid .teaser-26 {
        width: 32%;
    }
    .grid .teaser-36 {
        width: 48%;
    }

    .grid .teaser-46 {
        width: 65%;
    }

    .grid .teaser-66 {
        width: 100%;
    }

    .teaser figure {
        min-height: 16vw;
    }

    .teaser.teaser-66 figure {
        height: auto;
        bottom: 0;
        left: 0;
        margin: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .article div.content,
    article div.content {
        margin: 0 auto;
        width: 820px;
    }

    article header.intro {
        height: 450px;
        margin-bottom: 20px;
    }

    article header.intro div.content {
        position: absolute;
        bottom: 0;
        left: 65px;
        right: 65px;
        min-height: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    .article-list {
        padding: 0 65px;
    }
    h2.month {
        margin-left: -20px;
    }

    div.manufacturer-box div.image-box {
        float: right;
    }

    div.manufacturer-box img {
        mix-blend-mode: multiply;
        max-width: 200px;
        max-height: 135px;
    }

    .product {
        width: 15%;
    }

    #story-list {
        width:65.5%;
        float: left;
    }

    .list-context {
        width: 31%;
        float: right;
    }

    .skyscraper-banner {
        float: left;
        position: relative;
    }

    .skyscraper-banner .banner.fixed {
        position: fixed;
        top: 100px;
        z-index: 1;
        left: auto;
    }
    .flow-banner .parallax-window{
        height: 650px;
    }

    .flow-banner .flow-banner-inner{
        max-height: 600px;
    }
    .manufacturer-list .text h2 {
        font-size: 16px;
        font-weight: 700;
        line-height: 120%;
    }

    .teaser.html-box iframe {
        height: 45vw !important;
    }

    .news-box {
        height: 40vw;
        overflow-x: scroll;
    }
    .thumb span.playbutton {
        top: 45%;
    }
    .audio-wrapper-box .audio-intro-img {
        width: 115px;
    }
    .audio-wrapper-box .audio-small-img {
        right: 125px;
        width: 80px;
    }

    #popup-banner {
        top: 25px;
        left: calc((100vw - 600px) / 2);
    }

    #popup-banner-counter {
        margin-bottom: 20px;
    }
    #popup-banner-counter span {
        font-size: 45px;
    }
    .popup-banner-label span {
        font-size: 16px;
    }

    div.item {
        margin-bottom: 2em;
        margin-left: 5%;
        margin-top: 2em;
        width: 15%;
    }
}
@media (min-width: 1020px) {
    .audio-wrapper-box .audio-intro-img {
        width: 125px;
    }
    .audio-wrapper-box .audio-small-img {
        right: 115px;
        width: 90px;
    }

}