.elementor .e-8f1784c{display:block;flex-direction:column;selector {
background: #dfe7ef;
padding: 40px;
border-radius: 18px;
box-shadow: 0 6px 20px rgba(20, 33, 61, 0.08);
max-width: 1280px;
margin: 0 auto;
}

/* Überschriften/Text falls im Container */
selector h2,
selector h3 {
color: #1f2a37;
font-size: 28px;
font-weight: 800;
margin-bottom: 10px;
}

selector p {
color: #4b5563;
font-size: 16px;
line-height: 1.6;
}

/* Labels */
selector label {
display: block;
margin-bottom: 8px;
color: #1f2937;
font-size: 14px;
font-weight: 600;
}

/* Felder */
selector input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
selector select,
selector textarea {
width: 100%;
min-height: 48px;
padding: 12px 16px;
border: 1px solid #cfd6df;
border-radius: 10px;
background: #ffffff;
color: #1f2937;
font-size: 16px;
box-shadow: none;
outline: none;
transition: all 0.2s ease;
}

/* Fokus */
selector input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):focus,
selector select:focus,
selector textarea:focus {
border-color: #94a3b8;
box-shadow: 0 0 0 3px rgba(148, 163, 184, 0.18);
}

/* Placeholder */
selector input::placeholder,
selector textarea::placeholder {
color: #9ca3af;
}

/* Textarea */
selector textarea {
min-height: 120px;
resize: vertical;
}

/* Checkboxen */
selector input[type="checkbox"],
selector input[type="radio"] {
width: 18px;
height: 18px;
margin-right: 10px;
accent-color: #f26d32;
vertical-align: middle;
}

/* Checkbox-Zeilen */
selector .checkbox,
selector .elementor-field-option,
selector .elementor-form__field-subgroup label {
font-size: 15px;
color: #374151;
font-weight: 500;
}

/* Button */
selector button,
selector input[type="submit"],
selector .elementor-button {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 56px;
padding: 14px 28px;
border: none;
border-radius: 12px;
background: #f26d32;
color: #ffffff;
font-size: 16px;
font-weight: 700;
cursor: pointer;
box-shadow: 0 6px 14px rgba(242, 109, 50, 0.28);
transition: all 0.2s ease;
}

/* Button Hover */
selector button:hover,
selector input[type="submit"]:hover,
selector .elementor-button:hover {
background: #e55f24;
transform: translateY(-1px);
}

/* Abstand zwischen den Feldern */
selector .elementor-field-group,
selector .e-form__field,
selector .elementor-form-field {
margin-bottom: 18px;
}

/* Datenschutzlink */
selector a {
color: #f26d32;
text-decoration: none;
font-weight: 600;
}

selector a:hover {
text-decoration: underline;
}

/* Mobil */
@media (max-width: 767px) {
selector {
  padding: 22px;
  border-radius: 14px;
}

selector input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
selector select,
selector textarea {
  font-size: 16px;
  min-height: 46px;
}

selector button,
selector input[type="submit"],
selector .elementor-button {
  width: 100%;
}
}\n}