.ui-togglebutton
{
    box-sizing: content-box;
    position: relative;
    border:1px solid #CCC;
    user-select: none;
    display: inline-block;
    background: #888;
    min-height: 1em;
    max-height: 1em;
    padding:1px;
    min-width:2em;
    border-radius: 1em;
    vertical-align: middle;
    margin: 0 1ex .7ex 1ex;
    line-height: 1;
    overflow: hidden;
}

.ui-togglebutton.checked
{
    background: #28a745;
}

.ui-togglebutton:before,
.ui-togglebutton:after
{
    position: absolute;
    color: #FFF;
    line-height: 1;
    display: inline-block;
    white-space: nowrap;
}

.ui-togglebutton:after
{
    content: "";
    background: #FFF;
    min-height: 1em;
    max-height: 1em;
    min-width: 1em;
    max-width: 1em;
    border-radius: 1em;
    vertical-align: middle;
}

.ui-togglebutton.checked:after
{
    right: 1px;
}

.ui-togglebutton:before
{
    top:22%;
    font-size: 60%;
    font-family: menu, sans-serif;
    right:1ex;
    left:auto;
    content: attr(data-off);
}

.ui-togglebutton.checked:before
{
    right: auto;
    left:1ex;
    content: attr(data-on);
}


.data-protection h1, .data-protection h2, .data-protection h3, .data-protection h4 {font-weight:bold;}
.data-protection h2{margin-top:2em;}
.data-protection h3, .data-protection h4{padding-top:1ex;}
.data-protection h5{margin-bottom:5px; text-decoration: underline #CCC;}
