/* **** IE >= 11 **** */

/* BANNER */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .banner-wrap .banner-item img {
        position: absolute !important;
        left: 50% !important;
        top: 50% !important;
        min-width: 100% !important;
        max-width: auto !important;
        width: auto !important;
        min-height: 100% !important;
        max-height: auto !important;
        height: auto !important;
        transform: translate(-50%, -50%) !important;
        object-fit: none !important;
    }
}
/* ###### */


/* ###################################################################################################### */
/* ###################################################################################################### */


/* CONTENT */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    header span,
    h3 {
        background: none;
    }
    h2::before {
        transform: none;
        margin: -14px 0 0 -40px;
    }
    .content-wrap .mosaic-wrap img {
        width: 100%;
    }
}
/* ####### */


/* ###################################################################################################### */
/* ###################################################################################################### */


/* MENU */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #menu > li:nth-child(2) > ul.sm-second-level {
        width: 818px;
    }
        #menu > li:nth-child(2) > ul.sm-second-level > li:nth-child(4) {
            clear: both;
        }
        #menu > li:nth-child(2) > ul.sm-second-level > li:nth-child(4)::before,
        #menu > li:nth-child(2) > ul.sm-second-level > li:nth-child(4)::after {
            clear: both;
            content: '';
            display: table;
        }
}
/* #### */


/* ###################################################################################################### */
/* ###################################################################################################### */


/* GALLERY */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #main .gallery-wrap .gallery-item {
        margin-right: 2%;
    }
        #main .gallery-wrap .gallery-item.gallery-item-last {
            margin-right: 0;
        }
    #main .gallery-wrap.gallery-wrap-items2 .gallery-item {
        width: 49%;
    }
    #main .gallery-wrap.gallery-wrap-items3 .gallery-item {
        width: 32%;
    }
    #main .gallery-wrap.gallery-wrap-items4 .gallery-item {
        width: 23.5%;
    }
    #main .gallery-wrap.gallery-wrap-items5 .gallery-item {
        width: 18.4%;
    }
}
/* ####### */


/* ###################################################################################################### */
/* ###################################################################################################### */


/* FORM */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #main #formhandler-contact-form .mailform-five-col > div {
        width: calc((100% - 64.02px) / 5);
    }
}
/* #### */