.contact-component p {
    margin-bottom: 0;
}

.contact-component .first-paragraf {
    font-size: 18px;
    margin-bottom: 20px;
}

.contact-component .second-paragraf {
    font-size: 18px;
    margin-bottom: 20px;
}

.contact-component .third-paragraf {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.wohnung-checkbox {
    margin-bottom: 15px;
}

.wohnung-checkbox .wpcf7-list-item{
    margin-bottom: 30px;;
}

.wpcf7-submit {
    background-color: #BF8F48;
    color: #FFFFFF;
    border: none;
    width: 305px;
    height: 46px;
    margin-top: 33px;
}

.custom-checkbox input {
    width: 24px;
    height: 24px;
    margin-right: 14px;
    border: 1px solid #BEBEBE;
}

.custom-checkbox label span {
    margin: 0;
    margin-right: 30px;
}

.custom-checkbox label {
    display: flex;
}

.custom-select{
    padding: 13px;
    width: 180px;
    border: 1px solid #BEBEBE;
    color:#757575;
}

.form-input {
    border: 1px solid #BEBEBE;
    padding: 14px;
    font-size: 16px;
    width: 100%;
    height: 50px;
}

.gender-checkbox {
    margin-bottom: 30px;
}

.textarea-input {
    margin-top: 30px;
    margin-bottom: 30px;
}

.textarea-input textarea {
    height: 117px;
    width: 100%;
    padding: 14px;
}

.wpcf7-list-item {
    margin: 0;
}

.acceptance {
    margin-top: 20px;
}

.acceptance a {
    color: #1A72B9;
    text-decoration: underline;
}

.acceptance a:hover {
    color: #1A72B9;
    text-decoration: none;
}

.mb-30px{
    margin-bottom: 30px;
}

.wohnung-checkbox{
    max-width: 800px;
}
.wohnung-checkbox .wpcf7-list-item,  .folgendem-checkbox .wpcf7-list-item{
    margin-bottom: 20px;
}

@media (max-width: 468px) {
    .wohnung-checkbox .wpcf7-list-item, .folgendem-checkbox .wpcf7-list-item{
        margin-bottom: 5px;
    }
    .textarea-input{
        margin: 15px 0;
    }
}

