.checkbox label{
    padding-left: 0.5em;
}
input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 1em;
    width: 1em;
    background-color: white;
    margin: unset;
    margin-right: 0.2em;
    cursor: pointer;

}
input[type="checkbox"]:checked {
    background-color: transparent !important;
}
.frame-type-felogin_login input[type="checkbox"]::before {
  content: "☐" !important;
  transform: scale(1.5) !important;
  display: inline-block !important;
}

#tutor_aktiv {
    background-color: #e5e5e5;
    top: -2px;
}

input[type="checkbox"]:checked:before {
    color:#333 !important;
    content:"☑" !important;
    transform: scale(1.5) !important;
    display: inline-block !important;
}

input[type="checkbox"]:focus .radio-inline label input[type="checkbox"]:focus{
    outline: none !important;
}

input[type="checkbox"]:focus {
    outline: unset!important;
}

