.tx-drk-contactform {
    padding: 25px;
    background: #EBF4FD;
}

.o-form__field--radio:focus ~ .o-form__label,
.o-form__field--radio.has-value ~ .o-form__label,
.o-form__field--checkbox:focus ~ .o-form__label,
.o-form__field--checkbox.has-value ~ .o-form__label,
.o-form__field.readonly:focus ~ .o-form__label {
    font-size: inherit;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
}

.o-form__field--radio ~ .o-form__label,
.o-form__field--checkbox ~ .o-form__label {
    padding: .3em 1em .2em 0;
    left: 1em;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.o-form__label--select {
    position: static;
}

.item-othersubject {
    display: none;
}

.o-form__field.error {
    border-bottom-color: #e46450;
    color: #e46450;
}

.o-form__field.error + label {
    color: #e46450;
    float: right;
}

/*this is our honeypot*/
.o-form__p_birthname, label[for=p_birthname] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}
