.anfrageform .wpcf7-form {
    padding-bottom: 50px;
    margin-bottom: 20px;
    position: relative;
}

.anfrageform .wpcf7-form input,
.anfrageform .wpcf7-form select,
.anfrageform .wpcf7-form textarea {
    width: 300px !important;
    max-width: 100% !important;
    float: left;
}
.anfrageform .wpcf7-form h3 {
    color: #6f2b15 !important;
    font-size: 21px !important;
    text-align: left;
}
.anfrageform .wpcf7-form label {
    width: 40%;
    float: left;
}

.anfrageform .wpcf7-form .wpcf7-form-control.wpcf7-submit {
    background: #6e2b16;
    border: 0;
    color: #fff;
    display: block;
    padding: 10px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    width: 100% !important;
    margin-bottom: 15px;
    margin-top: 20px;
    font-family: 'Open Sans', sans-serif;
}

.anfrageform .wpcf7-form .form-row::after {
    content: "";
    clear: both;
    display: table;
}
.anfrageform .wpcf7-form #child-age-container {
    margin-bottom: 10px;
}
.anfrageform .wpcf7-form #child-age-container select,
.anfrageform .wpcf7-form #child-age-container .childrens_age {
    margin-bottom: 5px;
    width: 80px !important;
    float: left;
    margin-right: 10px;
}
.anfrageform .wpcf7-form #child-age-container .childrens_age select {
    margin-bottom: 0px;
    width: 100%;
    margin-right: 0px;
}

.anfrageform .wpcf7-form .form-row.form-row-checkbox input {
    width: 25px !important;
}
.anfrageform .wpcf7-form .form-row.form-row-checkbox label {
    width: 50%;
    line-height: 14px;
    margin-bottom: 5px;
}


@media only screen and (max-width: 800px) {
    .anfrageform .wpcf7-form input,
    .anfrageform .wpcf7-form select,
    .anfrageform .wpcf7-form textarea {
        width: 100% !important;
        max-width: 100% !important;
        float: none;
    }
    .anfrageform .wpcf7-form label {
        width: 100%;
        float: none;
    }
    .anfrageform .wpcf7-form .form-row.form-row-checkbox label {
        width: 100%;
        margin-left: 0;
    }
}
.anfrageform .wpcf7-form .form-row-checkbox .agb input {
    margin-bottom: 0;
}
.anfrageform .wpcf7-form .form-row-checkbox .newsletter label {
    width: 100%;
}
.anfrageform .wpcf7-form .form-row-checkbox .newsletter {
    display: block;
}
.anfrageform .wpcf7-form .form-row-checkbox .newsletter .wpcf7-checkbox {
    display: block;
}
.anfrageform .wpcf7-form .form-row-checkbox .newsletter .wpcf7-checkbox .wpcf7-list-item {
    display: block;
}
.anfrageform .wpcf7-form .form-row-checkbox .agb .wpcf7-list-item,
.anfrageform .wpcf7-form .form-row-checkbox .newsletter .wpcf7-list-item {
    margin-left: 0;
}