body:not(.wp-admin) .mbgi-block-stoerer{
    --stoererBG: aqua;
    position: fixed;
    bottom: 100px;
    z-index: 1;
    right: 0;
    background-color: var(--stoererBG);
    display:none;
    transform: translateX(110%);
    }
    .mbgi-block-stoerer .stoerer-close{
	    cursor: pointer;
	    height: 100%;
	    position: absolute;
	    right: 3px;
	    width: 20px;
	    z-index: 1;
    }
    .mbgi-block-stoerer .stoerer-close::before{
        content:"x";
        font-size: 21px;
        position: relative;
        top:7px;
    }

    .mbgi-block-stoerer .stoerer-text{
        padding: 10px 30px 10px 10px;
    }
    