#browser-support {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  body {
    background-color: #ffffff;
  }
  #brsp::after {
    content: "Leider wird dieser Browser nicht unterstützt. Versuche es in einem anderen Browser erneut!";
  }
  #brsp {
    color: #000;
    z-index: 1000000;
    width: 100vw;
    height: 100vh;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: corporate-s, sans-serif;
    font-style: normal;
    font-size: 1.3rem;
    font-weight: 500;
  }
}
