/*
Haftpflichtkasse
FORM ALL 2018/06/20
Goldfischclub, pw@goldfischclub.de
*/



input[type=radio],
input[type=checkbox] {
    display: none;
}

.hkd-form-row-radio {
	margin-top: 6px;
}

input[type="radio"]:checked + label:before {
    color: #008fd2;
    content: "•";
    font-size: 40px;
    line-height: 19px;
    text-align: center;
}



.hkd-form-radio label:before,
.hkd-form-checkbox label:before {
    background-color: #EDEDED;
    top: 12px; /* bottom 1px */
    content: "";
    display: inline-block;
    height: 26px;
    width: 25px;
    left: 0;
    margin-right: 10px;
    margin-top: -10px;
    position: absolute;
}
.hkd-form-radio label:before{
    -webkit-border-radius: 13px;
	        border-radius: 13px;
}
.hkd-form-radio label,
.hkd-form-checkbox label {
    cursor: pointer;
    display: inline-block;
    padding-left: 40px;
    position: relative;
    line-height: 29px;
    font-size: 15px;
    width: 80%;
}




input[type="checkbox"]:checked + label:before {
    color: #008fd2;
    content: "✓";
    font-size: 20px;
    line-height: 27px;
    text-align: center;
}

.hkd-form-checkbox label:before {
    background-color: #EDEDED;
    bottom: 1px;
    content: "";
    display: inline-block;
    height: 26px;
    width: 26px;
    left: 0;
    margin-right: 10px;
    margin-top: -10px;
    position: absolute;
}

/* checkbox error */
.hkd-error-mark .hkd-form-checkbox label:before {
    background-color: #f3e3e3;
}
