/*-------------------------------------------- KONTAKTFORMULAR ----------------------------------------------*/

div#pagebuilder_content div#impressum_content {
    padding-top: 0 !important;
}

div#kontaktformular_content {
    display: inline-block;
    width: 100%;
}

input, textarea {
    background: #fff;
    border: 1px solid #e78d2c;
}

input:active, input:focus, input:hover {
    background: #ddd;
}

textarea:active, textarea:focus, textarea:hover {
    background: #ddd;
}

.kontakt_formular {
    padding: 20px 0 0 0;
}

.kontakt_formular label {
    font-size: 11px;
    display: block;
    float: left;
    width: 150px;
}

.kontakt_formular input {
    font-size: 11px;
    display: inline-block;
    width: 270px;
    margin: 3px 0;
}

.kontakt_formular legend {
    font-size: 12px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #e78d2c;
}

.kontakt_daten {
    border: 1px solid #e78d2c;
    padding: 20px;
    margin-bottom: 10px;
}

.kontakt_text {
    border: 1px solid #e78d2c;
    padding: 20px;
}

.kontakt_text textarea {
    margin-left: 150px;
}

#senden {
    width: 100px;
    margin: 20px auto;
    float: right;
}