/* Malert (Popup) */
#malert_aussen{display:none;position:fixed;top:0px;left:0px;height:100%;z-index:999;width:100%;background-color:#000000;opacity:0.5;}
#malert_innen{left: 50%;transform: translateX(-50%);-webkit-transform: translate(-50%, 0%);display:none;color:#444444;position:fixed;top:50px;width:90%;max-width:500px;z-index:1000;padding:20px;background-color:#FAFAFA;border-radius:5px;box-shadow: 3px 3px 5px #000000;max-height:80%;overflow-y:scroll;}
#malert_x{float:right;cursor:pointer;font-size:30px;margin-left:-30px;}
#malert_inhalt{height:calc(100% - 1px);display:block;overflow:auto;color:#444444;}

#malert_innen {
  -ms-overflow-style: none;  // IE 10+
  overflow: -moz-scrollbars-none;  // Firefox
}
#malert_innen::-webkit-scrollbar {
  display: none;  // Safari and Chrome
  width: 0px;  /* remove scrollbar space */
  background: transparent;  /* optional: just make scrollbar invisible */
}
