.Rolv {
  display: none;
  position: relative;
  height: 100%;
  min-height: 100%;
  z-index: 900000;
}
.Rolv.Rolv--visible {
  display: flex;
}
.Rolv.Rolv--visible.Rolv--yscroll {
  display: block;
}
.Rolv::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
}
.Rolv-content {
  position: relative;
  margin: auto;
}
.Rolv--yscroll .Rolv-content {
  margin: 0 auto;
}
.Rolv-Close,
[data-Rolv-role="close"] {
  /*display: block;
    position: absolute;

    top: -0.55em;
    right: 0;
    width: 2em;
    height: 2.1em;

    z-index: 4;

    //background-image: url('../img/symbols/x_mitarbeiter.svg');
    background-repeat: no-repeat;
    background-size: 60% auto;
    background-position: center center;

    //color: transparent;
    overflow: hidden;
*/
  cursor: pointer;
}
html.Rolv--visible {
  height: 100%;
}
.Rolv--visible body {
  height: 100%;
}
