/* ------------------------------------------------------------------------------------ KONTAKTFORMULAR */
/* Updated 20.05.2015 MR */

select:focus {
    outline: medium none;
}
#contact-form, #dbsearch-form {
    border-bottom: 1px solid;
    float: left;
    margin-bottom: 40px;
    margin-top: 20px;
    padding-bottom: 40px;
    position: relative;
    width: 477px;
}
#contact-form p, #dbsearch-form p {
    margin-bottom: 5px;
}
#dbsearch-form p {
    height: 26px;
}
#contact-form label, #dbsearch-form label {
    color: #898989;
    display: block;
    float: left;
    height: 20px;
    line-height: 20px;
    margin-right: 5px;
    text-align: right;
    width: 107px;
}
.label-short {
    float: left;
    width: 30px !important;
}
.input-contact-form, .select-contact-form {
    background-color: #f6f6f6;
    border: 1px solid #aaaaaa;
    height: 18px;
    line-height: 18px;
    margin-bottom: 7px;
    margin-right: 100px;
    text-indent: 3px;
    width: 250px;
}
.select-contact-form {
    color: #464646;
    float: left;
    height: 22px;
    margin-right: 0;
    padding: 0;
    width: 252px;
}
#dbsearch-form .input-contact-form {
    margin-right: 0;
    width: 290px;
}
#dbsearch-form .select-contact-form {
    width: 292px;
}
#contact-form .select-contact-form.short {
    width: 70px;
}
#contact-form .input-contact-form-short {
    background-color: #f6f6f6;
    border: 1px solid #aaaaaa;
    float: left;
    height: 18px;
    line-height: 18px;
    margin-bottom: 7px;
    margin-right: 5px;
    text-indent: 3px;
    width: 50px;
}
#contact-form .input-contact-form-middle {
    background-color: #f6f6f6;
    border: 1px solid #aaaaaa;
    height: 18px;
    line-height: 18px;
    margin-bottom: 7px;
    text-indent: 3px;
    width: 158px;
}
#contact-form .textarea-contact-form {
    background-color: #f6f6f6;
    border: 1px solid #aaaaaa;
    height: 90px;
    margin-bottom: 40px;
    margin-right: 100px;
    padding: 3px;
    width: 244px;
}
#extended-search {
    clear: both;
    padding-top: 20px;
}
#extended-search .input-contact-form {
    margin: 0;
    width: 290px;
}
* + html .textarea-contact-form {
    width: 246px;
}
* + html .input-contact-form-middle {
    width: 156px;
}
* + html #dbsearch-form .input-contact-form {
    width: 288px;
}
a.extended-search {
    background-image: url() !important;
    background-repeat: no-repeat;
    bottom: 0;
    cursor: pointer;
    display: block;
    height: 33px;
    overflow: hidden;
    position: absolute;
    right: 120px;
    text-indent: -1000px;
    width: 167px;
}
.form-input-field {
    background-color: #f6f6f6;
    border: 1px solid #aaaaaa;
    color: #464646;
    float: left;
    margin-right: 100;
    margin-bottom: 7px;
    padding: 0;
    width: 300px;
}
.form-row {
    margin-bottom: 10px;
}
.form-row p {
    color: #898989;
}
.form-row-label {
    color: #898989;
    float: left;
    margin-right: 5px;
    overflow: hidden;
    text-align: right;
    width: 102px;
}
.form-row-label-label {
    color: #898989;
    width: 102px !important;
}
.form-row-input {
    float: left;
    width: 370px;
}
.form-row-input-fields {
    float: left;
    margin-bottom: 7px;
    margin-left: 4px;
    width: 300px;
}
.red_hint {
    color: #d30330;
}
.hint {
    padding: 10px 0 20px;
}
.hr-headline {
    border-top: 1px solid #cccccc;
    color: #464646;
    margin: 20px 0;
    padding-top: 10px;
    text-transform: uppercase;
}
/* END additional styles for flexible form */