/* Contact Form 7 Acceptance */
.wpcf7-list-item {
  margin: 0;
  font-size: 15px;
}

span.wpcf7-list-item-label {
  line-height: 22px;
}

.wpcf7-list-item {
    background: #eee;
}

/* Felder Label Abstand */

.elementor-2673 .elementor-element.elementor-element-94a8569 .aep-cf7 .wpcf7 input[type="text"], .aep-cf7 .wpcf7 input[type="date"], .wpcf7 input[type="tel"], .aep-cf7 .wpcf7 input[type="email"] {
    height: 42px;
    margin-top: 10px;
}

.elementor-2673 .elementor-element.elementor-element-94a8569 .aep-cf7 .wpcf7 textarea {
    height: 125px;
    margin-top: 10px; 
}

/* Contact Form 7 Image Input focus */
input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus {
    border-color: #33B3A6;
		outline: none;
}

/* Contact Form 7 Chrome autofill */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
}

input:-webkit-autofill{
    -webkit-text-fill-color: #333333 !important;
}

/* Contact Form 7 Checkbox */
input[type="checkbox"] {
    margin-right: 5px;
    position: relative;
		top: 2px;
}

/* Contact Form 7 Textarea */
.elementor-2673 .elementor-element.elementor-element-94a8569 .aep-cf7 .wpcf7 textarea {
    color: #333333 !important;
}

/* Conatct Form 7 Sent Message */
.wpcf7 form .wpcf7-response-output {
    margin: 2em 0em 1em;
    padding: 10px;
    border: 2px solid #33B3A6 !important;
    color: #fff;
}

/* Google Maps Placeholder */
.cmplz-placeholder-1 {
    height: 326px;
}

/* Footer Links */
a.footer-link {
	color: #fff;
	text-decoration: underline;
}

a.footer-link:hover {
	color: #fff;
}