/* Skin b4clean_banner z.B. Dienstleistungen */

.svg-filter {
    width: 32px;
    width: 60px;
    /* width: 80px; */
    height: 32px;
    height: 60px;
    /* height: 80px; */
    background-repeat: no-repeat !important;
    margin: 0 auto;
}

/* Dienstleistungen Formular */
#contact_form .form-group input[type="checkbox"] {
    display: none;
}
#contact_form .form-group.row .btn-group .btn {
    width: 100%;
    text-align: left;
}
#contact_form .form-group.row .btn-group .btn .content {
    margin-left:20px;
}
.bv-form .np {
    padding-left: 0;
    padding-right: 0;
}
#contact_form .form-group.row .btn-group {
    top: -22px;
}
.bv-form .btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.bv-form .np .btn {
    background-color: transparent !important;
    border: 1px solid #ccc;
    font-size: 12px;
}

#contact_form .form-group input[type="checkbox"] + .btn-group > label span[class*="fa-"] {
    width: 15px;
    float: left;
    margin: 2px 7px 2px -2px;
}
#contact_form .form-group input[type="checkbox"] + .btn-group > label span:first-child {
    display: none;
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
}
#contact_form .form-group input[type="checkbox"] + .btn-group > label span:first-child + span {
    display: inline-block;
}

#contact_form .form-group input[type="checkbox"] {
    display: block;
    margin-left: 10px;
}
#contact_form .form-group .fa-square-o,
#contact_form .form-group .fa-check-square-o {
    display: none !important;
}
#contact_form .form-group {
    margin:0;
}
#contact_form .form-group input[type="radio"] {
    margin-right: 12px;
}
#contact_form .form-group input[type="file"] {
    /*border:0 !important;*/
    background-color: transparent !important;
    border: 1px solid #cccccc;
}
#contact_form .form-group textarea {
    margin-bottom: 20px;
}
fieldset .input-group-addon {
    background-color: #afafaf;
    color: #fff;
    height: 38px;
}
.input-group-addon {
    padding: 10px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 0px;
}
#contact_form .control-label {
    margin-right:20px;
}
#contact_form label.control-label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: bold;
    min-width: 18%;
    color: #545454;
}
.content-pvsearch #contact_form label.control-label {
    font-weight: 300;
}
