﻿@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) and (min-width: 1280) {

    body {
        font-family: "Titillium Web", Helvetica, Arial, sans-serif;
        font-size: 93.75%;
        font-weight: 400;
    }

    .startseiteGridcontainer {
        display: none;
    }

    .footer {
        display: none;
    }

    ie_display {
        display: none;
    }

    .ie_advice {
        display: block;
        font-size: 20px;
        text-align: center;
        margin: 0 50px;
    }

        .ie_advice .ueberschrift_ie p {
            padding: 20px 0 15px 0;
            font-weight: bold;
        }

        .ie_advice a {
            text-decoration: underline;
        }

        .ie_advice img {
            padding: 30px 0;
        }

        .ie_advice .bloecke {
            text-align: center;
            margin: 0 150px;
            padding-bottom: 20px;
        }

            .ie_advice .bloecke p {
                margin: 0;
                font-size: 15px;
            }

            .ie_advice .bloecke a {
                padding-top: 20px;
                font-size: 15px;
                text-decoration: underline;
            }
}
