/* Specific CSS for Internet Explorer */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */

    /* .logo { background:#009E98; } */
    .logo h1,
    .logo a {
        background-image: url('/fileadmin/site/ysl-2018/img/logo.svg');
        background-color: #009E98;
        background-position: center center;
        background-repeat: no-repeat;

        z-index: 99;
    }

    .search input.submit {
        background-image: url('/fileadmin/site/ysl-2018/img/icon-search.svg');
        background-color: #DADACD;
        background-position: right 10px center;
        background-repeat: no-repeat;
    }

}