.elementor-99 .elementor-element.elementor-element-bb4c729 > .elementor-container{max-width:700px;}.elementor-99 .elementor-element.elementor-element-bb4c729{margin-top:0px;margin-bottom:0px;padding:150px 0px 150px 0px;}.elementor-99 .elementor-element.elementor-element-74cee34 > .elementor-element-populated{box-shadow:0px 0px 3px 0px rgba(0,0,0,0.5);margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:50px 50px 20px 50px;}/* Start custom CSS for formidable, class: .elementor-element-b9c5f4e *//* Combo-Container als Flex */
.frm_combo_inputs_container {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

/* Straße & Hausnummer – volle Breite */
#frm_field_10-line1_container {
    width: 100%;
    order: 1;
}

/* Zeile 2 (falls genutzt) */
#frm_field_10-line2_container {
    width: 100%;
    order: 2;
}

/* PLZ – links, schmal */
#frm_field_10-zip_container {
    order: 3;
    flex: 0 0 160px;
}

/* Stadt – rechts, flexibel */
#frm_field_10-city_container {
    order: 4;
    flex: 1 1 auto;
    min-width: 220px;
}

/* Bundesland / State ausblenden */
#frm_field_10-state_container,
#frm_field_10-state_abbreviation_container {
    display: none !important;
}



#field_rrtxj_line2,
#field_rrtxj_line2_container {
    display: none !important;
}
#frm_field_10-line2_container {
    width: 100%;
    order: 2;
    display: none;
}/* End custom CSS */