@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  div#oldinfo {
   display: block;
   text-align: center;
   border: solid 5px red;
   padding: 25px;
   margin: 20px auto;
   min-height: 150px;
   width: 70%;
  }
  div#oldinfocontent {
    margin: auto;
    font-size: 24px;
    font-weight: bold;
  }
  div#oldinfocontent:after {
    content: "Die Darstellung der Seite ist in Ihrem verwendeten Browser eventuell nicht optimal. Bitte wechseln Sie zu einer neueren Browservariante!";
  }
}

