@charset "UTF-8";
/* CSS Document */


#sizefader{
    display: none;
    z-index: 99999999999999999999999999;
    position:fixed;
    top:10px;
    right:100px;
    width: 222px;
    max-width: 222px;
}

#sizefader.admin{
    top:55px;
    right:100px;
}


#sizefader input[type="range"] {
    width: 100%;
    height: 18px;
    /*background: transparent!important;  wichtig, damit eigene Styles durchkommen */
    cursor: pointer;

    -webkit-border-radius:6px 6px 6px 6px;
    -moz-border-radius:6px 6px 6px 6px;
    border-radius:6px 6px 6px 6px;

    background-color: rgba(255,255,255,0.4);
}