

/*Form darstellung (Newsletter und Feedback) */

.wpcf7 form {
    max-width: 600px;
    margin: 0 auto !important;
    text-align: center;
}

.wpcf7 form > label {
    display: block;
    margin: 0 0 6px !important;
    padding: 0;
}

.wpcf7 select,
.wpcf7 textarea {
    display: block;
    width: 100%;
    margin: 0 0 6px !important;
}

.wpcf7-form-control-wrap {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0.7 !important;
}

.wpcf7-form-control-wrap[data-name="privacy-consent"] {
    display: inline-flex !important; 
    align-items: center !important;
    gap: .4rem;
    vertical-align: middle;
    margin: 0 !important;
}

.wpcf7-form-control-wrap[data-name="privacy-consent"] .wpcf7-list-item,
.wpcf7-form-control-wrap[data-name="privacy-consent"] label {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: .4rem;
    margin: 0 !important;
    white-space: normal !important;
}

.wpcf7 .consent-text {
    font-size: 13px;
    line-height: 1.0;
    display: inline;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
    margin: 4px !important;
}

.wpcf7 .wpcf7-list-item,
.wpcf7 form label.wpcf7-list-item {
    display: inline-flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px;
    margin: 0 8px 6px !important;
    white-space: normal !important;
}

.wpcf7 input[type="checkbox"] {
    margin: 0 !important;
}

.wpcf7 .wpcf7-list-item label,
.wpcf7 form label.wpcf7-list-item {
    font-size: 13px !important;
    line-height: 1.2 !important;
    align-items: center !important;
}

.wpcf7 br { display: none !important; }

.wpcf7 form .wpcf7-submit {
    display: inline-block !important;
    margin: 12px auto 0 !important;
	align-items: center !important;
}

.wpcf7-spinner {
    margin-top: 12px !important; 
    display: block !important; 
    margin-left: auto !important; 
    margin-right: auto !important;
}


.pflichtfeld-label {
    font-size: 12px;
}