div.om_rw_overlay
  {
    z-index: 7000000;
    background-color: #eaebee;
    background-image: url(https://media.onetz.de/piano_static/checkout/backdrop.svg);
    background-position: center;
    background-repeat: no-repeat;
    opacity:1;
    color: #002850;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
  }

.om_rw_overlay_head
  {
    background-color: #ffffff;
padding-top:15px;
    /*margin-left: 15px;*/
  }

.om_rw_overlay_content
  {
    width:600px;
    height:100%;
    display: block;
    margin:0 auto;
    overflow-x: scroll;
  }

#om_rw_login_headline
  {
    margin:10px auto 0px auto;
    line-height:36px;
    font-size:24px;
    font-weight: bold;
    display:block;
    width: 100%;
    text-align:center;
  }

.om_rw_login_headline_heavy
  {    
    line-height:36px;
    font-size:24px;
    font-weight: bold;
  }

#om_rw_inpage_login_iframe
  {
    /*padding-left:15px;*/
    overflow:hidden;
    /*min-height:720px;*/
    border: 0px;
    width:100%;
    transition: height 0.5s ease-in;
  }

#om_pw_inpage_login_iframe::-webkit-scrollbar
  {
    display: none;
  }

#om_rw_logged_in_msg, #om_rw_login_back_btn
  {
    color: #002850;
    background-color:transparent;
  }

#om_rw_logged_in_msg { margin-top: 200px; display: none;}

#om_rw_login_back_btn { bottom:100px}

#om_rw_logged_in_msg > button, #om_rw_login_back_btn > button
  {
    position:absolute;
    top:30px;
    right:calc(50% - 280px);
    text-align: center;
    font-size: 30px;
    width:40px;
    height:40px;
    border-radius:20px;
    margin: 0 auto;
    display: block;
    border: 2px solid #fff;
    background-color: transparent;
    color:#fff;
    cursor: pointer;
    transition: color 0.3s ease, border 0.3s ease;
  }

#om_rw_logged_in_msg > button:hover
  {
    color:#94d113;
    border: 2px solid #94d113;
  }

@media screen and (max-width: 895px)
  {
    .om_rw_overlay_content
      {
        width:100%;
        height:100%;
        text-align:center;
      }

    .om_pw_overlay_head
      {
        margin-left: 15px;
        width: calc(100% - 30px);
      }


    #om_rw_inpage_login_iframe
      {
        width: calc(100% - 30px);
        margin: 0 auto 0 auto;
        padding-left: 15px;
      }

    #om_rw_login_headline
      {
        margin:25px auto 0px auto;
        width: 85%;
      }

    #om_rw_logged_in_msg > button, #om_rw_login_back_btn > button
      {
        position:absolute;
        top:30px;
        right:30px;
        font-size: 20px;
        width:30px;
        height:30px;
        border-radius:15px;
      }
  }