@media all and (-ms-high-contrast:none)
{
    /* IE10 */
    .container { background-color:#595d64;}
    /* IE11 */
    *::-ms-backdrop,
    .container { background-color:#595d64;}
    ul.profil-main { right: 307px;}
    ul.kompetenzen-main { right:222px; width:136px;}
    ul.kontakt-main { right:104px;}
    @media (-ms-high-contrast:none) and (max-width: 480px) and (min-width: 320px) {
        body { background-color:#595d64;}
    }

    @media (-ms-high-contrast:none) and (min-width:480px) and (max-width:767px) {
        body { background-color:#595d64;}
    }
}