.elementor-22701 .elementor-element.elementor-element-6e8bcf24 > .elementor-element-populated{box-shadow:0px 0px 24px 0px rgba(0, 0, 0, 0.15);}.elementor-22701 .elementor-element.elementor-element-64746036{--spacer-size:1vh;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-22701 .elementor-element.elementor-element-d03ee7f > .elementor-widget-container{padding:0vw 0vw 0vw 0vw;}.elementor-22701 .elementor-element.elementor-element-d03ee7f .elementor-heading-title{font-family:"Helvetica", Sans-serif;font-weight:600;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-22701 .elementor-element.elementor-element-25007b90 > .elementor-widget-container{padding:1vw 0vw 1vw 0vw;}.elementor-22701 .elementor-element.elementor-element-25007b90{font-family:"Helvetica", Sans-serif;font-weight:400;}.elementor-22701 .elementor-element.elementor-element-45820e2{--spacer-size:20px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-22701 .elementor-element.elementor-element-d03ee7f{text-align:center;}.elementor-22701 .elementor-element.elementor-element-25007b90{text-align:center;}}/* Start custom CSS for html, class: .elementor-element-fd10bb6 *//* ---------- Form layout / spacing ---------- */

.waldoch-hs-form {
    font-family: "Helvetica", Sans-serif;
    font-weight: 400;
    color: #000;
}

.waldoch-hs-form fieldset {
    max-width: 100% !important;
    margin: 0 -5px;
    padding: 0;
    border: 0;
}

.waldoch-hs-form fieldset.form-columns-1 .hs-form-field,
.waldoch-hs-form fieldset.form-columns-2 .hs-form-field,
.waldoch-hs-form fieldset.form-columns-3 .hs-form-field {
    padding: 0 5px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.waldoch-hs-form fieldset .input {
    margin-right: 0 !important;
}


/* ---------- Labels ---------- */

.waldoch-hs-form .hs-form-field > label {
    display: block;
    color: #000;
    font-family: "Helvetica", Sans-serif;
    font-weight: 400;
    font-size: 16px;     /* matches body 1rem — Elementor labels have no explicit size */
    line-height: 1.5;    /* matches body line-height */
    padding-bottom: 0.6em;
}

.waldoch-hs-form .hs-form-required {
    color: #cc0000;
    margin-left: 2px;
}

.waldoch-hs-form .hs-field-desc {
    font-size: 13px;
    color: #555;
    margin-top: 2px;
}


/* ---------- Text / email / phone / number / url / search ---------- */

.waldoch-hs-form input.hs-input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.waldoch-hs-form textarea.hs-input,
.waldoch-hs-form select.hs-input {
    width: 100% !important;
    max-width: 100%;
    background-color: #ffffff;
    color: #000;
    border: 1px solid #69727d;
    border-radius: 3px;
    font-family: "Helvetica", Sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4;
    min-height: 40px;
    padding: 5px 14px;
    box-sizing: border-box;
    vertical-align: middle;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.waldoch-hs-form textarea.hs-input {
    min-height: 100px;
    line-height: 1.5;
    padding: 8px 14px;
    resize: vertical;
}

.waldoch-hs-form input.hs-input:focus,
.waldoch-hs-form textarea.hs-input:focus,
.waldoch-hs-form select.hs-input:focus {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
    outline: 0;
}

.waldoch-hs-form input.hs-input::placeholder,
.waldoch-hs-form textarea.hs-input::placeholder {
    color: inherit;
    font-family: inherit;
    opacity: 0.6;
}


/* ---------- Selects ---------- */

.waldoch-hs-form select.hs-input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%23000' d='M4 6l4 4 4-4'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 14px;
    padding-right: 32px;
}


/* ---------- Checkboxes & radios ---------- */

.waldoch-hs-form .inputs-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.waldoch-hs-form .inputs-list > li {
    margin: 4px 0;
}

.waldoch-hs-form .hs-form-booleancheckbox-display,
.waldoch-hs-form .hs-form-checkbox-display,
.waldoch-hs-form .hs-form-radio-display {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-family: "Helvetica", Sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4;
    color: #000;
    cursor: pointer;
}

.waldoch-hs-form .hs-form-booleancheckbox-display > input[type="checkbox"],
.waldoch-hs-form .hs-form-checkbox-display > input[type="checkbox"],
.waldoch-hs-form .hs-form-radio-display > input[type="radio"] {
    margin: 3px 0 0 0;
    flex-shrink: 0;
}

.waldoch-hs-form .hs-form-booleancheckbox-display > span,
.waldoch-hs-form .hs-form-checkbox-display > span,
.waldoch-hs-form .hs-form-radio-display > span {
    display: inline-block;
}


/* ---------- Legal-consent / GDPR block ---------- */

.waldoch-hs-form .legal-consent-container {
    margin: 12px 0;
    font-family: "Helvetica", Sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
    color: #0C0C0C;
}

.waldoch-hs-form .legal-consent-container p {
    margin: 0 0 8px;
}

.waldoch-hs-form .legal-consent-container .hs-richtext {
    margin-bottom: 8px;
}


/* ---------- Error messages ---------- */

.waldoch-hs-form .hs-error-msgs {
    list-style: none;
    margin: 4px 0 0;
    padding: 0;
}

.waldoch-hs-form .hs-error-msg,
.waldoch-hs-form .hs-error-msgs label {
    color: #cc0000;
    font-size: 13px;
    line-height: 1.4;
}

.waldoch-hs-form .hs-input.invalid.error,
.waldoch-hs-form .hs-input.error {
    border-color: #cc0000;
}


/* ---------- Submit button ---------- */

.waldoch-hs-form .hs-submit {
    margin-top: 10px;
}

.waldoch-hs-form .hs-submit .actions {
    padding: 0 5px;
}

.waldoch-hs-form input.hs-button,
.waldoch-hs-form input[type="submit"].hs-button {
    display: inline-block;
    width: 100%;
    font-family: "Helvetica", Sans-serif;
    font-size: 1.5vw;
    font-weight: 800;
    line-height: 1;
    color: #FFFFFF;
    background-color: #61CE70;
    border: 3px solid #2FFF4C;
    border-radius: 0;
    padding: 1em;
    min-height: 40px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    box-sizing: border-box;
}

.waldoch-hs-form input.hs-button:hover,
.waldoch-hs-form input.hs-button:focus,
.waldoch-hs-form input[type="submit"].hs-button:hover,
.waldoch-hs-form input[type="submit"].hs-button:focus {
    background-color: #479552;
    color: #FFFFFF;
    border-color: #2FFF4C;
    outline: 0;
}


/* ---------- Submitted-form confirmation message ---------- */

.waldoch-hs-form.submitted-message,
.waldoch-hs-form .submitted-message {
    font-family: "Helvetica", Sans-serif;
    font-size: 15px;
    color: #000;
    padding: 16px;
    background: #f3f8f4;
    border: 1px solid #61CE70;
    border-radius: 3px;
}


/* ---------- Responsive: button font sizing ---------- */
/* The Elementor button uses font-size: 1.5vw which gets very small on
   mobile and very large on desktops. Clamp it to a sane range. */

@media (max-width: 767px) {
    .waldoch-hs-form input.hs-button,
    .waldoch-hs-form input[type="submit"].hs-button {
        font-size: 16px;
    }
}

@media (min-width: 1400px) {
    .waldoch-hs-form input.hs-button,
    .waldoch-hs-form input[type="submit"].hs-button {
        font-size: 21px;
    }
}/* End custom CSS */