@media (min-width: 767px) {

    /*******************************************/
    /* Inhalts-Bilder
    /*******************************************/

    .fr-dii.fr-fil {
        float: left;
        margin: 0 20px 0 0;
    }

    .fr-dii.fr-fir {
        float: right;
        margin: 0 0 0 20px;
    }
    .header a#logo {
        width: 175px;
        margin: 20px 0;
    }
    .header {
        position: relative;
        width: 100%;
        background: url("/styles/images/HeaderBanner_Image.jpg") transparent no-repeat center top / cover;
        text-align: right;
        top: 0;
        z-index: 999;
    }

    .header .header-claim {
        margin: 50px 100px 150px 100px;
    }
    .header  .header-claim-logo {
        margin-bottom: 50px;
    }
    .header .header-claim h2,
    .header .header-claim h1 {
        font-size: 40px;
    }
    .header .header-claim p {
        font-size: 20px;
    }
    .winner .content.body {
        flex-direction: row-reverse;
    }
    .winner figure {
        margin: 0 -80px 0 80px;
        width: 50%;
    }
    .home .content.body {
        flex-direction: row;
    }

    .home-detail img.list-img {
        position: absolute;
        left:33px;
        bottom:85px;
        width: 220px;
    }

    .home-detail img.list-img:nth-of-type(2) {
        position: absolute;
        left:33px;
        bottom:27px;
        width: 220px;
    }
    .home figure {
        margin: 0 40px 0 -10px;
        width: 50%;
    }

    .winner .text,
    .home .text {
        margin: 0;
        width: 50%;
    }

    .home-detail .item {
        flex-direction: row;
        padding: 25px 30px;
    }

    .home-detail .item h3 {
       font-size: 33px;
        width: 35%;
    }
    .home-detail .item .text {
        width: 65%;
        text-align: left;
        margin-left: auto;
    }
    .body table td:nth-of-type(odd) {
        width: 29.0151% !important;
    }
    div.share {
        max-width: 313px;
        margin: auto 0 auto auto;
    }
    .wj-share-buttons li a {
        margin-bottom: 0;
    }
    .vote-now .grid {
        flex-wrap: nowrap;
    }
    .vote-now .grid .item {
        width: auto;
        margin-bottom: 0;
    }

    .finalist-gallery,
    .entry-gallery {
        align-items: flex-end;
    }

    .entry-gallery .item {
        flex-direction: column;
        width: 300px;
        height: auto;
        margin-bottom: 60px;
    }

    .entry-image {
        height: auto;
        text-align: left;
    }

    .entry-image img {
        display: block;
        max-width: 300px;
        max-height: 300px;
        width: auto;
        height: auto;
        margin: 0 auto;
    }
      .winner-image {
            height: auto;
            text-align: left;
        }

        .winner-image img {
            display: block;

            max-width: 650px;
            max-height: 650px;
            margin: 30px auto 0 0;
        }

   /* .finalist-gallery-item .entry-image {
        height: auto;
        margin-top: 0;
    }
    .finalist-gallery-item .entry-image img {
        height: auto;
        width: 100%;
        margin: 0 0 0 0;
    }*/

    .entry-image.home {
        object-fit: cover;
        height: 450px;
    }

    .entry-image.home img {
        height: auto;
        width: 100%;
    }
    .grid .item.finalist-gallery-item {
        width: calc(50% - 30px);
    }
    .responsive-video {
        min-width: 300px;
    }
    /*******************************************/
    /* Page intro
    /*******************************************/

    .intro-image {
        min-height: 300px;
    }

    .intro-image-caption {
        padding: 300px 0 0 2%;
    }
    footer .logo {
        width: 200px;
    }
    footer ul li {
        display: inline-block;
    }
    footer address {
        margin-left: 85px;
    }

    footer .grid {
        flex-direction: row;
    }

    footer .item.footer:nth-of-type(1) {
        width: 40%;
    }
    footer .item.footer:nth-of-type(2) {
        width: 60%;
        padding-left: 0;
    }

}