.contact-component p {
    margin-bottom: 0;
    color: #B29D76;
    font-family: "mendl-sans-dusk", sans-serif;
}

.contact-container {
    padding: 32px 173px 0 123px;
}

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

.contact-component .second-paragraf {
    font-size: 14px;
    margin-bottom: 24px;
    color: #B29D76;
    line-height: 20px;
    font-weight: 400;
}

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

.contact-component {
    padding-bottom: 100px;
}

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

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

.wpcf7-submit {
    background-color: #B29D76;
    color: #FFFFFF;
    border: none;
    height: 55px;
    margin-top: 15px;
    border-radius: 30px;
    padding: 0px 87px 0px 87px;
}

.custom-checkbox input {
    width: 33px;
    height: 30px;
    margin-right: 10px;
    border: 1px solid #B29D76;
}

.custom-checkbox label span {
    margin-right: 30px;
    font-size: 16px;
    color: #B29D76;
    line-height: 24px;
}

.custom-checkbox label {
    display: flex;
    align-items: center;
}

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

.form-input, .wpcf7-captchar {
    border: 1px solid #B29D76;
    padding: 14px;
    font-size: 16px;
    height: 45px;
    border-radius: 4px;
    width: 100%;
}

.form-input::placeholder {
    color: #B29D76;
    font-family: "mendl-sans-dusk", sans-serif;
}

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

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

.textarea-input textarea {
    height: 181px;
    width: 100%;
    padding: 14px;
    border: 1px solid #B29D76;
}

.textarea-input textarea::placeholder {
    color: #B29D76;
    font-size: 16px;
    line-height: 24px;
    font-family: "mendl-sans-dusk", sans-serif;
}

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

.acceptance {
    margin-bottom: 25px;
}

.acceptance a {
    color: #B29D76;
}

.acceptance a:hover {
    color: #B29D76;
    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;
    width: 100%;
}


.left-side-contact {
    background-color: #B29D76;
}

.contact-text {
    font-size: 35px;
    color: #fff;
    font-weight: 700;
    font-family: "mrs-eaves-xl-serif-narrow", sans-serif;
    padding-top: 60px;
    padding-bottom: 53px;
}

.circle-img {
    border-radius: 100%;
    width: 216px;
    height: 216px;
    object-fit: cover;
    object-position: top;
}

.contact-name {
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    line-height: 30px;
    font-family: "mendl-sans-dusk", sans-serif;
    margin-bottom: 18px;
}

.contact-email, .contact-number {
    font-size: 18px;
    font-weight: 400;
    line-height: 15px;
    font-family: "mendl-sans-dusk", sans-serif;
    color: #fff;
    margin-bottom: 12px;
}

.contact-address {
    line-height: 28px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    font-family: "mendl-sans-dusk", sans-serif;
    margin-bottom: 19px;
}

.contact-link a{
    line-height: 25px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    font-family: "mendl-sans-dusk", sans-serif;
}

.contact-link a:hover{
	color: #fff;
}

.wpcf7-select {
    border: 1px solid #B29D76;
    padding: 6px;
    outline: none;
    box-shadow: none;
    width: 100%;
    font-family: 'mendl-sans-dusk', sans-serif;
    border-radius: 10px;
    color: #B29D76;
    background-color: white;
}

.contact-select {
    width: 50%;
}

.wpcf7-list-item-label {
    color: #B29D76;
}

select {
    background-image: url("/wp-content/uploads/2024/05/chevron-down-1.png");
    background-position-x: 95%;
}

.contact {
    width: 50%;
}

.contact-left-logo {
    padding-top: 56px;
    padding-bottom: 12px;
}

.contact-left-logo img{
	max-width:200px;
}

input[type="checkbox"] {
    display: none; /* Hide default checkbox */
}


input[type="checkbox"] + span{
	display:flex;
	align-items:center;
	position:relative;
}

input[type="checkbox"] + span::before {
    content: '';
    display: inline-block;
    width: 30px; 
    height: 30px;
    border: 1px solid #B29D76; 
    border-radius: 3px;
    margin-right: 8px;
}




input[type="checkbox"] + span::after {
    position: absolute;
    left: 11px;
    top: 7px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

input[type="checkbox"]:checked + span::before {
    background-color: #B29D76;
}


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

    .textarea-input {
        margin: 15px 0;
    }
    .contact-text{
        font-size: 31px;
        line-height: 29.7px;
    }

    .circle-img{
        width: 150px;
        height: 150px;
    }
    .contact-name{
        font-size: 20px;
        line-height: 24px;
    }

    .contact-address,.contact-link{
        font-size: 14px;
        line-height: 22px;
    }
    .contact-container{
        padding: 32px 15px!important;
    }
    .contact-component{
        padding-bottom: 0;
    }
}

@media (max-width: 992px) {
    .contact-component {
        flex-direction: column;
        padding-top: 0!important;
    }
    .left-side-contact{
        padding-bottom: 30px;
    }

    .contact-container{
        padding: 32px 123px 0 123px;
    }
	
	.wpcf7-list-item {
		min-width: 140px;
	}
}

@media (max-width: 1200px) {
    .captcha {
        width: 100%;
    }

    .wpcf7-submit {

    }

    .contact-captcha-btn {
        flex-direction: column;
    }
}