@media screen and (min-width: 1100px) {
    #pageheader .nav {
        right: 20px;
        width: calc(50% - 50px);
    }

    .boxes.five article {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%; /* notwendig für IE10 */
    }
    .modul-imageslider {
        height: 470px;
        width: 100%;
    }

    .wrapper:not(.wrapper) {
        padding: 0 20px;
    }

    .swiper-container {
        height: 100%;
        /* max-width: calc(1200px - 5em) !important;
        width: calc(100% - 10em); */
        width: 100%;
    }
    .swiper-container:not(.fullheight) .swiper-pagination.swiper-pagination-bullets {
        bottom: 1rem;
    }
    .swiper-button-next,
    .swiper-button-prev {
        top: 50% !important;
    }

    .flex-item:nth-child(n) {
        height: calc(25vw - 1.5rem);
        min-height: unset;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    .flex-item.flex-item__submenu,
    .flex-item.flex-content-item,
    .flex-item.flex-cta-item {
        height: unset;
    }
    .flex-item.flex-order__xl--15 {
        -webkit-box-ordinal-group: 16;
            -ms-flex-order: 15;
                order: 15;
    }
    .flex-item.flex-order__xl--30 {
        -webkit-box-ordinal-group: 31;
            -ms-flex-order: 30;
                order: 30;
    }
    .flex-item.flex-order__xl--35 {
        -webkit-box-ordinal-group: 36;
            -ms-flex-order: 35;
                order: 35;
    }
    .flex-width-1 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
    }
    .flex-width-2 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
    }
    .flex-width-4,
    .flex-width-4:not(.flex-content-item) {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 75%;
                flex: 0 0 75%;
        max-width: 75%;
    }

    .modul-banner {
        min-height: calc(25vw - 1.5rem);
    }
}