
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* Put your IE-only styles here. Works for IS 10 & IE 11*/
    .frame-type-textmedia .gtype- .ce-column{
        flex-direction: row !important;
     /* Ohne Important Hover BUG*/
    }
    .frame-type-form_formframework input:-ms-input-placeholder, .frame-type-form_formframework textarea:-ms-input-placeholder{
        color: #7c7c7b;
    }
    .frame-type-form_formframework input, .frame-type-form_formframework textarea{
        color: #7c7c7b;
        background: white;
    }
}

@supports (-ms-ime-align:auto) {
    .frame-type-form_formframework input::-ms-input-placeholder, .frame-type-form_formframework textarea::-ms-input-placeholder{
        color: #7c7c7b;
    }
    .frame-type-form_formframework input, .frame-type-form_formframework textarea{
        color: #7c7c7b;
        background: white;
    }
}