{"id":129,"date":"2025-09-09T15:28:39","date_gmt":"2025-09-09T13:28:39","guid":{"rendered":"https:\/\/www.labospa.ch\/?page_id=129"},"modified":"2026-03-23T15:43:55","modified_gmt":"2026-03-23T14:43:55","slug":"request-an-appointment","status":"publish","type":"page","link":"https:\/\/www.labospa.ch\/en\/termin-anfragen\/","title":{"rendered":"Request appointment"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"129\" class=\"elementor elementor-129\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4a7ab8cd e-flex e-con-boxed e-con e-parent\" data-id=\"4a7ab8cd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1fe250a0 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile_extra elementor-hidden-mobile elementor-widget elementor-widget-heading\" data-id=\"1fe250a0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Termin anfragen<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5d92db9 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile_extra elementor-hidden-mobile elementor-widget elementor-widget-text-editor\" data-id=\"5d92db9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>F\u00fcr bestimmte Behandlungen bieten wir Termine nur auf Anfrage und nicht zur Direktbuchung. Alle anderen Behandlungen k\u00f6nnen Sie wie gewohnt \u00fcber unser <a href=\"https:\/\/www.labospa.ch\/alle-behandlungen\/\">Buchungssystem direkt buchen<\/a>.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c67a17d elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile_extra elementor-hidden-mobile elementor-widget elementor-widget-button\" data-id=\"c67a17d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.labospa.ch\/en\/alle-behandlungen\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Behandlungen ansehen<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9844fbd e-flex e-con-boxed e-con e-parent\" data-id=\"9844fbd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cb645e8 elementor-widget elementor-widget-shortcode\" data-id=\"cb645e8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><script>\n\/\/----------------------------------------------------------\n\/\/------ JAVASCRIPT HOOK FUNCTIONS FOR GRAVITY FORMS -------\n\/\/----------------------------------------------------------\n\nif ( ! gform ) {\n\tdocument.addEventListener( 'gform_main_scripts_loaded', function() { gform.scriptsLoaded = true; } );\n\tdocument.addEventListener( 'gform\/theme\/scripts_loaded', function() { gform.themeScriptsLoaded = true; } );\n\twindow.addEventListener( 'DOMContentLoaded', function() { gform.domLoaded = true; } );\n\n\tvar gform = {\n\t\tdomLoaded: false,\n\t\tscriptsLoaded: false,\n\t\tthemeScriptsLoaded: false,\n\t\tisFormEditor: () => typeof InitializeEditor === 'function',\n\n\t\t\/**\n\t\t * @deprecated 2.9 the use of initializeOnLoaded in the form editor context is deprecated.\n\t\t * @remove-in 4.0 this function will not check for gform.isFormEditor().\n\t\t *\/\n\t\tcallIfLoaded: function ( fn ) {\n\t\t\tif ( gform.domLoaded && gform.scriptsLoaded && ( gform.themeScriptsLoaded || gform.isFormEditor() ) ) {\n\t\t\t\tif ( gform.isFormEditor() ) {\n\t\t\t\t\tconsole.warn( 'The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1.' );\n\t\t\t\t}\n\t\t\t\tfn();\n\t\t\t\treturn true;\n\t\t\t}\n\t\t\treturn false;\n\t\t},\n\n\t\t\/**\n\t\t * Call a function when all scripts are loaded\n\t\t *\n\t\t * @param function fn the callback function to call when all scripts are loaded\n\t\t *\n\t\t * @returns void\n\t\t *\/\n\t\tinitializeOnLoaded: function( fn ) {\n\t\t\tif ( ! gform.callIfLoaded( fn ) ) {\n\t\t\t\tdocument.addEventListener( 'gform_main_scripts_loaded', () => { gform.scriptsLoaded = true; gform.callIfLoaded( fn ); } );\n\t\t\t\tdocument.addEventListener( 'gform\/theme\/scripts_loaded', () => { gform.themeScriptsLoaded = true; gform.callIfLoaded( fn ); } );\n\t\t\t\twindow.addEventListener( 'DOMContentLoaded', () => { gform.domLoaded = true; gform.callIfLoaded( fn ); } );\n\t\t\t}\n\t\t},\n\n\t\thooks: { action: {}, filter: {} },\n\t\taddAction: function( action, callable, priority, tag ) {\n\t\t\tgform.addHook( 'action', action, callable, priority, tag );\n\t\t},\n\t\taddFilter: function( action, callable, priority, tag ) {\n\t\t\tgform.addHook( 'filter', action, callable, priority, tag );\n\t\t},\n\t\tdoAction: function( action ) {\n\t\t\tgform.doHook( 'action', action, arguments );\n\t\t},\n\t\tapplyFilters: function( action ) {\n\t\t\treturn gform.doHook( 'filter', action, arguments );\n\t\t},\n\t\tremoveAction: function( action, tag ) {\n\t\t\tgform.removeHook( 'action', action, tag );\n\t\t},\n\t\tremoveFilter: function( action, priority, tag ) {\n\t\t\tgform.removeHook( 'filter', action, priority, tag );\n\t\t},\n\t\taddHook: function( hookType, action, callable, priority, tag ) {\n\t\t\tif ( undefined == gform.hooks[hookType][action] ) {\n\t\t\t\tgform.hooks[hookType][action] = [];\n\t\t\t}\n\t\t\tvar hooks = gform.hooks[hookType][action];\n\t\t\tif ( undefined == tag ) {\n\t\t\t\ttag = action + '_' + hooks.length;\n\t\t\t}\n\t\t\tif( priority == undefined ){\n\t\t\t\tpriority = 10;\n\t\t\t}\n\n\t\t\tgform.hooks[hookType][action].push( { tag:tag, callable:callable, priority:priority } );\n\t\t},\n\t\tdoHook: function( hookType, action, args ) {\n\n\t\t\t\/\/ splice args from object into array and remove first index which is the hook name\n\t\t\targs = Array.prototype.slice.call(args, 1);\n\n\t\t\tif ( undefined != gform.hooks[hookType][action] ) {\n\t\t\t\tvar hooks = gform.hooks[hookType][action], hook;\n\t\t\t\t\/\/sort by priority\n\t\t\t\thooks.sort(function(a,b){return a[\"priority\"]-b[\"priority\"]});\n\n\t\t\t\thooks.forEach( function( hookItem ) {\n\t\t\t\t\thook = hookItem.callable;\n\n\t\t\t\t\tif(typeof hook != 'function')\n\t\t\t\t\t\thook = window[hook];\n\t\t\t\t\tif ( 'action' == hookType ) {\n\t\t\t\t\t\thook.apply(null, args);\n\t\t\t\t\t} else {\n\t\t\t\t\t\targs[0] = hook.apply(null, args);\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t}\n\t\t\tif ( 'filter'==hookType ) {\n\t\t\t\treturn args[0];\n\t\t\t}\n\t\t},\n\t\tremoveHook: function( hookType, action, priority, tag ) {\n\t\t\tif ( undefined != gform.hooks[hookType][action] ) {\n\t\t\t\tvar hooks = gform.hooks[hookType][action];\n\t\t\t\thooks = hooks.filter( function(hook, index, arr) {\n\t\t\t\t\tvar removeHook = (undefined==tag||tag==hook.tag) && (undefined==priority||priority==hook.priority);\n\t\t\t\t\treturn !removeHook;\n\t\t\t\t} );\n\t\t\t\tgform.hooks[hookType][action] = hooks;\n\t\t\t}\n\t\t}\n\t};\n}\n<\/script>\n\n                <div class='gf_browser_gecko gform_wrapper gform-theme gform-theme--foundation gform-theme--framework gform-theme--orbital' data-form-theme='orbital' data-form-index='0' id='gform_wrapper_1' ><style>#gform_wrapper_1[data-form-index=\"0\"].gform-theme,[data-parent-form=\"1_0\"]{--gf-color-primary: #204ce5;--gf-color-primary-rgb: 32, 76, 229;--gf-color-primary-contrast: #fff;--gf-color-primary-contrast-rgb: 255, 255, 255;--gf-color-primary-darker: #001AB3;--gf-color-primary-lighter: #527EFF;--gf-color-secondary: #fff;--gf-color-secondary-rgb: 255, 255, 255;--gf-color-secondary-contrast: #112337;--gf-color-secondary-contrast-rgb: 17, 35, 55;--gf-color-secondary-darker: #F5F5F5;--gf-color-secondary-lighter: #FFFFFF;--gf-color-out-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-out-ctrl-light-rgb: 17, 35, 55;--gf-color-out-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-out-ctrl-light-lighter: #F5F5F5;--gf-color-out-ctrl-dark: #585e6a;--gf-color-out-ctrl-dark-rgb: 88, 94, 106;--gf-color-out-ctrl-dark-darker: #112337;--gf-color-out-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-color-in-ctrl: #fff;--gf-color-in-ctrl-rgb: 255, 255, 255;--gf-color-in-ctrl-contrast: #112337;--gf-color-in-ctrl-contrast-rgb: 17, 35, 55;--gf-color-in-ctrl-darker: #F5F5F5;--gf-color-in-ctrl-lighter: #FFFFFF;--gf-color-in-ctrl-primary: #204ce5;--gf-color-in-ctrl-primary-rgb: 32, 76, 229;--gf-color-in-ctrl-primary-contrast: #fff;--gf-color-in-ctrl-primary-contrast-rgb: 255, 255, 255;--gf-color-in-ctrl-primary-darker: #001AB3;--gf-color-in-ctrl-primary-lighter: #527EFF;--gf-color-in-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-in-ctrl-light-rgb: 17, 35, 55;--gf-color-in-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-in-ctrl-light-lighter: #F5F5F5;--gf-color-in-ctrl-dark: #585e6a;--gf-color-in-ctrl-dark-rgb: 88, 94, 106;--gf-color-in-ctrl-dark-darker: #112337;--gf-color-in-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-radius: 3px;--gf-font-size-secondary: 14px;--gf-font-size-tertiary: 13px;--gf-icon-ctrl-number: url(\"data:image\/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0C4.26522 5.96046e-08 4.51957 0.105357 4.70711 0.292893L7.70711 3.29289C8.09763 3.68342 8.09763 4.31658 7.70711 4.70711C7.31658 5.09763 6.68342 5.09763 6.29289 4.70711L4 2.41421L1.70711 4.70711C1.31658 5.09763 0.683417 5.09763 0.292893 4.70711C-0.0976311 4.31658 -0.097631 3.68342 0.292893 3.29289L3.29289 0.292893C3.48043 0.105357 3.73478 0 4 0ZM0.292893 9.29289C0.683417 8.90237 1.31658 8.90237 1.70711 9.29289L4 11.5858L6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289C8.09763 9.68342 8.09763 10.3166 7.70711 10.7071L4.70711 13.7071C4.31658 14.0976 3.68342 14.0976 3.29289 13.7071L0.292893 10.7071C-0.0976311 10.3166 -0.0976311 9.68342 0.292893 9.29289Z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gf-icon-ctrl-select: url(\"data:image\/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gf-icon-ctrl-search: url(\"data:image\/svg+xml,%3Csvg width='640' height='640' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath d='M256 128c-70.692 0-128 57.308-128 128 0 70.691 57.308 128 128 128 70.691 0 128-57.309 128-128 0-70.692-57.309-128-128-128zM64 256c0-106.039 85.961-192 192-192s192 85.961 192 192c0 41.466-13.146 79.863-35.498 111.248l154.125 154.125c12.496 12.496 12.496 32.758 0 45.254s-32.758 12.496-45.254 0L367.248 412.502C335.862 434.854 297.467 448 256 448c-106.039 0-192-85.962-192-192z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gf-label-space-y-secondary: var(--gf-label-space-y-md-secondary);--gf-ctrl-border-color: #686e77;--gf-ctrl-size: var(--gf-ctrl-size-md);--gf-ctrl-label-color-primary: #112337;--gf-ctrl-label-color-secondary: #112337;--gf-ctrl-choice-size: var(--gf-ctrl-choice-size-md);--gf-ctrl-checkbox-check-size: var(--gf-ctrl-checkbox-check-size-md);--gf-ctrl-radio-check-size: var(--gf-ctrl-radio-check-size-md);--gf-ctrl-btn-font-size: var(--gf-ctrl-btn-font-size-md);--gf-ctrl-btn-padding-x: var(--gf-ctrl-btn-padding-x-md);--gf-ctrl-btn-size: var(--gf-ctrl-btn-size-md);--gf-ctrl-btn-border-color-secondary: #686e77;--gf-ctrl-file-btn-bg-color-hover: #EBEBEB;--gf-field-img-choice-size: var(--gf-field-img-choice-size-md);--gf-field-img-choice-card-space: var(--gf-field-img-choice-card-space-md);--gf-field-img-choice-check-ind-size: var(--gf-field-img-choice-check-ind-size-md);--gf-field-img-choice-check-ind-icon-size: var(--gf-field-img-choice-check-ind-icon-size-md);--gf-field-pg-steps-number-color: rgba(17, 35, 55, 0.8);}<\/style><div id='gf_1' class='gform_anchor' tabindex='-1'><\/div>\n                        <div class='gform_heading'>\n                            <p class='gform_description'><\/p>\n\t\t\t\t\t\t\t<p class='gform_required_legend'>&quot;<span class=\"gfield_required gfield_required_asterisk\">*<\/span>&quot; indicates required fields<\/p>\n                        <\/div><form method='post' enctype='multipart\/form-data' target='gform_ajax_frame_1' id='gform_1'  action='\/en\/wp-json\/wp\/v2\/pages\/129#gf_1' data-formid='1' novalidate>\n        <div id='gf_progressbar_wrapper_1' class='gf_progressbar_wrapper' data-start-at-zero=''>\n        \t<p class=\"gf_progressbar_title\">Step <span class='gf_step_current_page'>1<\/span> of <span class='gf_step_page_count'>3<\/span><span class='gf_step_page_name'><\/span>\n        \t<\/p>\n            <div class='gf_progressbar gf_progressbar_blue' aria-hidden='true'>\n                <div class='gf_progressbar_percentage percentbar_blue percentbar_33' style='width:33%;'><span>33%<\/span><\/div>\n            <\/div><\/div>\n                        <div class='gform-body gform_body'><div id='gform_page_1_1' class='gform_page ' data-js='page-field-id-0' >\n\t\t\t\t\t<div class='gform_page_fields'><div id='gform_fields_1' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_1_16\" class=\"gfield gfield--type-honeypot gform_validation_container field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_16'>LinkedIn<\/label><div class='ginput_container'><input name='input_16' id='input_1_16' type='text' value='' autocomplete='new-password'\/><\/div><div class='gfield_description' id='gfield_description_1_16'>This field is for validation purposes and should be left unchanged.<\/div><\/div><fieldset id=\"field_1_14\" class=\"gfield gfield--type-checkbox gfield--type-choice gfield--input-type-checkbox gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label gfield_label_before_complex' >Behandlungen<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/legend><div class='ginput_container ginput_container_checkbox'><div class='gfield_checkbox ' id='input_1_14'><div class=\"gchoice gchoice_category\"><span class=\"gf-cat-heading\">Dauerhafte Haarentfernung<\/span><\/div><div class='gchoice gchoice_1_14_2'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_14.2' type='checkbox'  value='Dauerhafte Haarentfernung: Oberlippe'  id='choice_1_14_2'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_14_2' id='label_1_14_2' class='gform-field-label gform-field-label--type-inline'>Oberlippe<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_14_3'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_14.3' type='checkbox'  value='Dauerhafte Haarentfernung: Kinn'  id='choice_1_14_3'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_14_3' id='label_1_14_3' class='gform-field-label gform-field-label--type-inline'>Kinn<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_14_4'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_14.4' type='checkbox'  value='Dauerhafte Haarentfernung: Oberlippe und Kinn'  id='choice_1_14_4'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_14_4' id='label_1_14_4' class='gform-field-label gform-field-label--type-inline'>Oberlippe und Kinn<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_14_5'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_14.5' type='checkbox'  value='Dauerhafte Haarentfernung: Untere Gesichtszone'  id='choice_1_14_5'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_14_5' id='label_1_14_5' class='gform-field-label gform-field-label--type-inline'>Untere Gesichtszone<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_14_6'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_14.6' type='checkbox'  value='Dauerhafte Haarentfernung: Achseln'  id='choice_1_14_6'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_14_6' id='label_1_14_6' class='gform-field-label gform-field-label--type-inline'>Achseln<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_14_7'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_14.7' type='checkbox'  value='Dauerhafte Haarentfernung: Oberarme'  id='choice_1_14_7'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_14_7' id='label_1_14_7' class='gform-field-label gform-field-label--type-inline'>Oberarme<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_14_8'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_14.8' type='checkbox'  value='Dauerhafte Haarentfernung: Unterarme'  id='choice_1_14_8'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_14_8' id='label_1_14_8' class='gform-field-label gform-field-label--type-inline'>Unterarme<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_14_9'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_14.9' type='checkbox'  value='Dauerhafte Haarentfernung: Ganze Arme'  id='choice_1_14_9'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_14_9' id='label_1_14_9' class='gform-field-label gform-field-label--type-inline'>Ganze Arme<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_14_11'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_14.11' type='checkbox'  value='Dauerhafte Haarentfernung: Hande'  id='choice_1_14_11'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_14_11' id='label_1_14_11' class='gform-field-label gform-field-label--type-inline'>Hande<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_14_12'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_14.12' type='checkbox'  value='Dauerhafte Haarentfernung: F\u00fcsse'  id='choice_1_14_12'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_14_12' id='label_1_14_12' class='gform-field-label gform-field-label--type-inline'>F\u00fcsse<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_14_13'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_14.13' type='checkbox'  value='Dauerhafte Haarentfernung: Brust und Bauch'  id='choice_1_14_13'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_14_13' id='label_1_14_13' class='gform-field-label gform-field-label--type-inline'>Brust und Bauch<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_14_14'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_14.14' type='checkbox'  value='Dauerhafte Haarentfernung: Oberer R\u00fccken'  id='choice_1_14_14'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_14_14' id='label_1_14_14' class='gform-field-label gform-field-label--type-inline'>Oberer R\u00fccken<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_14_15'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_14.15' type='checkbox'  value='Dauerhafte Haarentfernung: Ganzer R\u00fccken mit Schulter'  id='choice_1_14_15'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_14_15' id='label_1_14_15' class='gform-field-label gform-field-label--type-inline'>Ganzer R\u00fccken mit Schulter<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_14_16'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_14.16' type='checkbox'  value='Dauerhafte Haarentfernung: Halbe Beine'  id='choice_1_14_16'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_14_16' id='label_1_14_16' class='gform-field-label gform-field-label--type-inline'>Halbe Beine<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_14_17'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_14.17' type='checkbox'  value='Dauerhafte Haarentfernung: Ganze Beine'  id='choice_1_14_17'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_14_17' id='label_1_14_17' class='gform-field-label gform-field-label--type-inline'>Ganze Beine<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_14_18'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_14.18' type='checkbox'  value='Dauerhafte Haarentfernung: Bikini normal'  id='choice_1_14_18'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_14_18' id='label_1_14_18' class='gform-field-label gform-field-label--type-inline'>Bikini normal<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_14_19'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_14.19' type='checkbox'  value='Dauerhafte Haarentfernung: Bikini brasilian\/komplett'  id='choice_1_14_19'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_14_19' id='label_1_14_19' class='gform-field-label gform-field-label--type-inline'>Bikini brasilian\/komplett<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_14_21'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_14.21' type='checkbox'  value='Dauerhafte Haarentfernung: Brustwarzen'  id='choice_1_14_21'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_14_21' id='label_1_14_21' class='gform-field-label gform-field-label--type-inline'>Brustwarzen<\/label>\n\t\t\t\t\t\t\t<\/div><div class=\"gchoice gchoice_category\"><span class=\"gf-cat-heading\">Depilation<\/span><\/div><div class='gchoice gchoice_1_14_23'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_14.23' type='checkbox'  value='Depilation: Augenbrauen'  id='choice_1_14_23'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_14_23' id='label_1_14_23' class='gform-field-label gform-field-label--type-inline'>Augenbrauen<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_14_24'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_14.24' type='checkbox'  value='Depilation: Oberlippe'  id='choice_1_14_24'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_14_24' id='label_1_14_24' class='gform-field-label gform-field-label--type-inline'>Oberlippe<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_14_25'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_14.25' type='checkbox'  value='Depilation: Untere Gesichtszone'  id='choice_1_14_25'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_14_25' id='label_1_14_25' class='gform-field-label gform-field-label--type-inline'>Untere Gesichtszone<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_14_26'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_14.26' type='checkbox'  value='Depilation: Achselh\u00f6hlen'  id='choice_1_14_26'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_14_26' id='label_1_14_26' class='gform-field-label gform-field-label--type-inline'>Achselh\u00f6hlen<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_14_27'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_14.27' type='checkbox'  value='Depilation: Unterarme'  id='choice_1_14_27'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_14_27' id='label_1_14_27' class='gform-field-label gform-field-label--type-inline'>Unterarme<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_14_28'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_14.28' type='checkbox'  value='Depilation: Halbes Bein'  id='choice_1_14_28'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_14_28' id='label_1_14_28' class='gform-field-label gform-field-label--type-inline'>Halbes Bein<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_14_29'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_14.29' type='checkbox'  value='Depilation: Oberschenkel'  id='choice_1_14_29'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_14_29' id='label_1_14_29' class='gform-field-label gform-field-label--type-inline'>Oberschenkel<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_14_31'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_14.31' type='checkbox'  value='Depilation: Ganzes Bein'  id='choice_1_14_31'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_14_31' id='label_1_14_31' class='gform-field-label gform-field-label--type-inline'>Ganzes Bein<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_14_32'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_14.32' type='checkbox'  value='Depilation: Bikini'  id='choice_1_14_32'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_14_32' id='label_1_14_32' class='gform-field-label gform-field-label--type-inline'>Bikini<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_14_33'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_14.33' type='checkbox'  value='Depilation: Bikini Brasil\/komplett'  id='choice_1_14_33'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_14_33' id='label_1_14_33' class='gform-field-label gform-field-label--type-inline'>Bikini Brasil\/komplett<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_14_34'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_14.34' type='checkbox'  value='Depilation: R\u00fccken f\u00fcr Ihn'  id='choice_1_14_34'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_14_34' id='label_1_14_34' class='gform-field-label gform-field-label--type-inline'>R\u00fccken f\u00fcr Ihn<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_14_35'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_14.35' type='checkbox'  value='Depilation: Schultern f\u00fcr Ihn'  id='choice_1_14_35'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_14_35' id='label_1_14_35' class='gform-field-label gform-field-label--type-inline'>Schultern f\u00fcr Ihn<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_14_36'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_14.36' type='checkbox'  value='Depilation: Brust f\u00fcr Ihn'  id='choice_1_14_36'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_14_36' id='label_1_14_36' class='gform-field-label gform-field-label--type-inline'>Brust f\u00fcr Ihn<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_14_37'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_14.37' type='checkbox'  value='Depilation: Bauch f\u00fcr Ihn'  id='choice_1_14_37'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_14_37' id='label_1_14_37' class='gform-field-label gform-field-label--type-inline'>Bauch f\u00fcr Ihn<\/label>\n\t\t\t\t\t\t\t<\/div><div class=\"gchoice gchoice_category\"><span class=\"gf-cat-heading\">Wimpern &amp; Augenbrauen<\/span><\/div><div class='gchoice gchoice_1_14_39'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_14.39' type='checkbox'  value='Wimpern &amp; Augenbrauen: Wimpern Lifting (Lash Lift)'  id='choice_1_14_39'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_14_39' id='label_1_14_39' class='gform-field-label gform-field-label--type-inline'>Wimpern Lifting (Lash Lift)<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_14_41'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_14.41' type='checkbox'  value='Wimpern &amp; Augenbrauen: Wimpern f\u00e4rben'  id='choice_1_14_41'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_14_41' id='label_1_14_41' class='gform-field-label gform-field-label--type-inline'>Wimpern f\u00e4rben<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_14_42'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_14.42' type='checkbox'  value='Wimpern &amp; Augenbrauen: Augenbrauen f\u00e4rben'  id='choice_1_14_42'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_14_42' id='label_1_14_42' class='gform-field-label gform-field-label--type-inline'>Augenbrauen f\u00e4rben<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_14_43'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_14.43' type='checkbox'  value='Wimpern &amp; Augenbrauen: Augenbrauen f\u00e4rben inkl. fasonieren'  id='choice_1_14_43'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_14_43' id='label_1_14_43' class='gform-field-label gform-field-label--type-inline'>Augenbrauen f\u00e4rben inkl. fasonieren<\/label>\n\t\t\t\t\t\t\t<\/div><div class=\"gchoice gchoice_category\"><span class=\"gf-cat-heading\">Duo Behandlungen<\/span><\/div><div class='gchoice gchoice_1_14_45'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_14.45' type='checkbox'  value='Duo Behandlungen: Relaxing Massage for Two'  id='choice_1_14_45'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_14_45' id='label_1_14_45' class='gform-field-label gform-field-label--type-inline'>Relaxing Massage for Two<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_14_46'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_14.46' type='checkbox'  value='Duo Behandlungen: Clear Mind Duo Treatment'  id='choice_1_14_46'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_14_46' id='label_1_14_46' class='gform-field-label gform-field-label--type-inline'>Clear Mind Duo Treatment<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_14_47'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_14.47' type='checkbox'  value='Duo Behandlungen: Cocoon Duo Treatment'  id='choice_1_14_47'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_14_47' id='label_1_14_47' class='gform-field-label gform-field-label--type-inline'>Cocoon Duo Treatment<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_14_48'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_14.48' type='checkbox'  value='Duo Behandlungen: Be My Valentine'  id='choice_1_14_48'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_14_48' id='label_1_14_48' class='gform-field-label gform-field-label--type-inline'>Be My Valentine<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_14_49'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_14.49' type='checkbox'  value='Duo Behandlungen: Mahina Meli'  id='choice_1_14_49'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_14_49' id='label_1_14_49' class='gform-field-label gform-field-label--type-inline'>Mahina Meli<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_14_51'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_14.51' type='checkbox'  value='Duo Behandlungen: Tong Mae Kong'  id='choice_1_14_51'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_14_51' id='label_1_14_51' class='gform-field-label gform-field-label--type-inline'>Tong Mae Kong<\/label>\n\t\t\t\t\t\t\t<\/div><\/div><\/div><\/fieldset><div id=\"field_1_3\" class=\"gfield gfield--type-date gfield--input-type-date gfield--input-type-datepicker gfield--datepicker-default-icon gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_3'>Wunschtermin<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_date'>\n                            <input name='input_3' id='input_1_3' type='text' value='' class='datepicker gform-datepicker dmy_dot datepicker_with_icon gdatepicker_with_icon'   placeholder='dd.mm.yyyy' aria-describedby=\"input_1_3_date_format\" aria-invalid=\"false\" aria-required=\"true\"\/>\n                            <span id='input_1_3_date_format' class='screen-reader-text'>DD dot MM dot YYYY<\/span>\n                        <\/div>\n                        <input type='hidden' id='gforms_calendar_icon_input_1_3' class='gform_hidden' value='https:\/\/www.labospa.ch\/wp-content\/plugins\/gravityforms\/images\/datepicker\/datepicker.svg'\/><\/div><fieldset id=\"field_1_5\" class=\"gfield gfield--type-radio gfield--type-choice gfield--input-type-radio gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label' >Zeitraum<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/legend><div class='ginput_container ginput_container_radio'><div class='gfield_radio' id='input_1_5'>\n\t\t\t<div class='gchoice gchoice_1_5_0'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_5' type='radio' value='Ganzer Tag'  id='choice_1_5_0' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_1_5_0' id='label_1_5_0' class='gform-field-label gform-field-label--type-inline'>Ganzer Tag<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_1_5_1'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_5' type='radio' value='Vormittags bis 12 Uhr'  id='choice_1_5_1' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_1_5_1' id='label_1_5_1' class='gform-field-label gform-field-label--type-inline'>Vormittags bis 12 Uhr<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_1_5_2'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_5' type='radio' value='Von 12 bis 15 Uhr'  id='choice_1_5_2' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_1_5_2' id='label_1_5_2' class='gform-field-label gform-field-label--type-inline'>Von 12 bis 15 Uhr<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_1_5_3'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_5' type='radio' value='Von 15 bis 18 Uhr'  id='choice_1_5_3' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_1_5_3' id='label_1_5_3' class='gform-field-label gform-field-label--type-inline'>Von 15 bis 18 Uhr<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_1_5_4'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_5' type='radio' value='Abends ab 18 Uhr'  id='choice_1_5_4' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_1_5_4' id='label_1_5_4' class='gform-field-label gform-field-label--type-inline'>Abends ab 18 Uhr<\/label>\n\t\t\t<\/div><\/div><\/div><\/fieldset><div id=\"field_1_6\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-half field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_6'>Mitarbeiter (optional)<\/label><div class='ginput_container ginput_container_text'><input name='input_6' id='input_1_6' type='text' value='' class='large'      aria-invalid=\"false\"   \/><\/div><\/div><\/div>\n                    <\/div>\n                    <div class='gform-page-footer gform_page_footer top_label'>\n                         <input type='button' id='gform_next_button_1_12' class='gform_next_button gform-theme-button button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='next' value='Weiter'  \/> \n                    <\/div>\n                <\/div>\n                <div id='gform_page_1_2' class='gform_page' data-js='page-field-id-12' style='display:none;'>\n                    <div class='gform_page_fields'>\n                        <div id='gform_fields_1_2' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_1_7\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_7'>Kommentare<\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_7' id='input_1_7' class='textarea large'      aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><\/div><\/div>\n                    <\/div>\n                    <div class='gform-page-footer gform_page_footer top_label'>\n                        <input type='button' id='gform_previous_button_1_13' class='gform_previous_button gform-theme-button gform-theme-button--secondary button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='previous' value='Zur\u00fcck'  \/> <input type='button' id='gform_next_button_1_13' class='gform_next_button gform-theme-button button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='next' value='Weiter'  \/> \n                    <\/div>\n                <\/div>\n                <div id='gform_page_1_3' class='gform_page' data-js='page-field-id-13' style='display:none;'>\n                    <div class='gform_page_fields'>\n                        <div id='gform_fields_1_3' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_1_8\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_8'>Vorname*<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_8' id='input_1_8' type='text' value='' class='large'    placeholder='Vorname' aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_1_9\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_9'>Nachname<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_9' id='input_1_9' type='text' value='' class='large'    placeholder='Nachname*' aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_1_10\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_10'>Telefonnummer<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_10' id='input_1_10' type='text' value='' class='large'    placeholder='Telefonnummer*' aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_1_15\" class=\"gfield gfield--type-email gfield--input-type-email gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_15'>E-Mail<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_email'>\n                            <input name='input_15' id='input_1_15' type='email' value='' class='large'   placeholder='E-Mail *' aria-required=\"true\" aria-invalid=\"false\"  \/>\n                        <\/div><\/div><\/div><\/div>\n        <div class='gform-page-footer gform_page_footer top_label'><input type='submit' id='gform_previous_button_1' class='gform_previous_button gform-theme-button gform-theme-button--secondary button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='previous' value='Zur\u00fcck'  \/> <input type='submit' id='gform_submit_button_1' class='gform_button button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='submit' value='Termin anfragen'  \/> <input type='hidden' name='gform_ajax' value='form_id=1&amp;title=&amp;description=1&amp;tabindex=0&amp;theme=orbital&amp;styles=[]&amp;hash=18c6f97167b5e3820a05c63030658145' \/><input type='hidden' class='gform_hidden' name='gform_submission_speeds' value='{&quot;pages&quot;:[]}' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_1' value='iframe' \/>\n            <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_1' id='gform_theme_1' value='orbital' \/>\n            <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_1' id='gform_style_settings_1' value='[]' \/>\n            <input type='hidden' class='gform_hidden' name='is_submit_1' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='1' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_currency' data-currency='CHF' value='DmhQmNta09V\/Qx567P6LFDBZe6TwqYp7lFiSUfkbwD25umKUy+9AE16tICrDXl0+Sghzfhjst53JtxL6mpTo2WLGL9iPOw8tYhnlDyhlPPKLE7o=' \/>\n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_1' value='WyJ7XCIxNC4xXCI6XCI5OGEyNjA4Njk0ZDlkYTM0Y2NlNmUwZGI5N2QwNjllMFwiLFwiMTQuMlwiOlwiZDUwZDY5YTEzMzNjMjc2NDY1NGU3OWI4NTQwZmFiODNcIixcIjE0LjNcIjpcImE3Y2MwYThlNTdlMDA2ZDU2ZmFlZGUwZmI4MzliNTA3XCIsXCIxNC40XCI6XCI5ODI1MjJmMWEwOWI4ODI5Y2M4MWUyODJhMzQ0MWUxNlwiLFwiMTQuNVwiOlwiN2MwZTI3Yjk1NmU4MThmODM4MzljZDRjNDdjNzdkOGVcIixcIjE0LjZcIjpcImQ4OWU0OWNlNGI1NTZhZmE4ODljYTdiYmU2YzQxYTI0XCIsXCIxNC43XCI6XCJmNDdmYzU5MTI2MWM2ODA5MzhhMDQwMWQwNTc5ZmFiY1wiLFwiMTQuOFwiOlwiZTRlZjMzNjYwMmFmMGFlMTMyZjU1OTEyY2RhZjMyYjNcIixcIjE0LjlcIjpcIjczOTczYWQwZDgyYTA2M2NhZjdkMDlkMzVhZWM1YTQxXCIsXCIxNC4xMVwiOlwiMDMyZTg4M2MxZTdhMjM2NGNiYmMyMjJlY2M1NzU5NjZcIixcIjE0LjEyXCI6XCIxNzc0NWEyNThhMTBjZGJlM2E3NGUyZGNjNmM2MTE0NlwiLFwiMTQuMTNcIjpcIjBkYTQ5MDIzM2VlYjdhZDYxZTRjNDViMDRmOWEyYjUzXCIsXCIxNC4xNFwiOlwiYWFlMDE2YzRhYmJiZjM0NjdjZGFmYjRlYTNjOWZlY2RcIixcIjE0LjE1XCI6XCJkY2M3YTIyNzE3ZTJhMjIzZThlNjBiYmMzZTllYWE4ZFwiLFwiMTQuMTZcIjpcIjdkYTM1YjI4NGFiOGIyZmNjM2ZlMzNlMGZjZWRiYTkwXCIsXCIxNC4xN1wiOlwiNzc2N2M5YTAzY2Q5MjJhZDFkMjU3Yjc2NzA1MjYyMmVcIixcIjE0LjE4XCI6XCJiNDhlMDEwM2Y1YTAxMDczOTYyZTAxYzRlNGM2MjEyMlwiLFwiMTQuMTlcIjpcImM4MDk2M2JhMTQwYTNjZTZiYTdiOTY4ZWU1ODEwYTdiXCIsXCIxNC4yMVwiOlwiNWViNjRlMGMyNTk2ZmQ4ZmFjZWQxOTk0NTdiM2EyOWJcIixcIjE0LjIyXCI6XCJkNmUyYzZlYjIwOGQxMjdlMWM2M2RiNDVmYTYwYjkzMlwiLFwiMTQuMjNcIjpcImExNGI5Njg5MjE2NjE4OWQ5MTc0NDUxYzUyMjVmMDRmXCIsXCIxNC4yNFwiOlwiOTg4YzdlOTI5MzBkN2Q5NjQ5ODY4NTk1ZjQ4NjM4MWVcIixcIjE0LjI1XCI6XCI0OTQ4NzBlYjQ3M2Y2NGVkOTQ2YTg5MDBhMGQxYmU5OVwiLFwiMTQuMjZcIjpcIjY0NmMyMWI1ZDNhOGQxYTM4YWQ2NGZkOTcyNzE4MmNmXCIsXCIxNC4yN1wiOlwiMmIzNWU4MjhkNmYzYjdkZTFiMGZlYTM1OWM0MjA4YjFcIixcIjE0LjI4XCI6XCI2ZDU0YzhjN2QzMzQ2ZDMyODQzNTBlZTc5ZTlhY2FmNFwiLFwiMTQuMjlcIjpcIjE5ZDA1ZGU0MjdlOTZlNzk4OTFhZWFkYzE2MTViOWZhXCIsXCIxNC4zMVwiOlwiN2MxNGQyOGFmN2E0Zjg3YjUyMDI0MmYwNTUzMjM3MDdcIixcIjE0LjMyXCI6XCJjMjY4MTA0NzlhNDZlNjdkZjI1NzUxNGFkMTliY2FhZlwiLFwiMTQuMzNcIjpcImNmY2E3MTUwMzQwNTk2OTRmOTY1ZGNkOTk1OWUzOTAxXCIsXCIxNC4zNFwiOlwiZWFkMmIxMTk3OGY1YzEwZmJjNTY4MzNmODUxMjRiYmJcIixcIjE0LjM1XCI6XCJhNDE2NDg0NGY2MTRjNGYxOGY1ZjZkMjU3NTg4ZDBiMlwiLFwiMTQuMzZcIjpcIjU3MzdmNTY2YzM4YzgzMzhmNGU4MGZiOTIzYWVmNjAwXCIsXCIxNC4zN1wiOlwiY2E2NTI0OGE2YmEwNTVmYTM3YmYyYzkzZDdhMDI3NmJcIixcIjE0LjM4XCI6XCIzNTQwYmI5MWQyMzhiODU1OGNjNTc3ODVlOGYzOTA2N1wiLFwiMTQuMzlcIjpcIjM4MmVkMjc0NTFkNWRiOGZhNGZiNzcyN2VmMGMwZTk4XCIsXCIxNC40MVwiOlwiOGM3YTU0MGFlY2E3OTVjNzkyMjg4YTNlMzAwYWEwMjJcIixcIjE0LjQyXCI6XCJjZmU1YTUzZjZjYmE1MjNhYjZmNzRmNzM0NGFiNWZmOFwiLFwiMTQuNDNcIjpcIjRjYjg0ODI5ZTk3MjFmMzA1ZDEzODc3ZWYzYjgyMzM4XCIsXCIxNC40NFwiOlwiYzU5YzVlYmYwOTM2ZDgwZWQ5ZDEyYWYwMDZmZTM2Y2JcIixcIjE0LjQ1XCI6XCJmZjNjMGI0OWM1ZDcxYTk2MzdjZmU1YmIzM2ZhMjZkY1wiLFwiMTQuNDZcIjpcImFhMWIwMTExNzNhOTIxZjIyZjQxNWEzYzhkZTliNmNkXCIsXCIxNC40N1wiOlwiNTNmODhlYTE4OTA5NGE1NjEzZGRiZmMwYzA3OGExOTRcIixcIjE0LjQ4XCI6XCJlYzMwOTZhMTg1ZmFkZmExZDMxNGM1MGY4ZDc4NDk2MFwiLFwiMTQuNDlcIjpcIjU2YWQzZGE0ZWNkOGM0ZDY1NDg3MDAyZWJiMjRlYjdkXCIsXCIxNC41MVwiOlwiY2I0YjllZGNiOTQ3YWU0NTUxM2Y1ZTRlZWQ2YmNhMGNcIixcIjVcIjpbXCI0MGJjMmY2MzkwOTE4YzllYmM0ZDI0ODk2YTczMjFkMFwiLFwiYTcxZGVlMjEwYjcxZDc3ZDFlMjk3MzdiOTIyNzBkNTJcIixcIjRjNGE5ZDVlOWNhNDNlN2RjYzJkODhiNmY3MjM2MTBmXCIsXCIyNDc3MGEyMjM0OTBiZjZlNWQyYzJlMzdkOTg5MzVjMlwiLFwiYTk3MTkzMTA0ZjFiZTUzNDkyNWI0ZGZlNjFkZTA5YmRcIl19IiwiNWQxZTYwNmUxMjk3ZThlNDAzNTg0ZjQ2ZWVhMzQ4ODIiXQ==' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_1' id='gform_target_page_number_1' value='2' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_1' id='gform_source_page_number_1' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            \n        <\/div>\n             <\/div><\/div>\n                        <\/form>\n                        <\/div>\n\t\t                <iframe style='display:none;width:0px;height:0px;' src='about:blank' name='gform_ajax_frame_1' id='gform_ajax_frame_1' title='This iframe contains the logic required to handle Ajax powered Gravity Forms.'><\/iframe>\n\t\t                <script>\ngform.initializeOnLoaded( function() {gformInitSpinner( 1, 'https:\/\/www.labospa.ch\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', false );jQuery('#gform_ajax_frame_1').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_1');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_1').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_1').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_1').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_1').removeClass('gform_validation_error');}setTimeout( function() { \/* delay the scroll by 50 milliseconds to fix a bug in chrome *\/ jQuery(document).scrollTop(jQuery('#gform_wrapper_1').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_1').val();gformInitSpinner( 1, 'https:\/\/www.labospa.ch\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', false );jQuery(document).trigger('gform_page_loaded', [1, current_page]);window['gf_submitting_1'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_1').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_1').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [1]);window['gf_submitting_1'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_1').text());}else{jQuery('#gform_1').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger(\"gform_pre_post_render\", [{ formId: \"1\", currentPage: \"current_page\", abort: function() { this.preventDefault(); } }]);        if (event && event.defaultPrevented) {                return;        }        const gformWrapperDiv = document.getElementById( \"gform_wrapper_1\" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( \"span\" );            visibilitySpan.id = \"gform_visibility_test_1\";            gformWrapperDiv.insertAdjacentElement( \"afterend\", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( \"gform_visibility_test_1\" );        let postRenderFired = false;        function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            gform.core.triggerPostRenderEvents( 1, current_page );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} );\n<\/script>\n<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Request an appointment For certain treatments, we only offer appointments on request and not for direct booking. You can book all other treatments directly via our booking system as usual. View treatments<\/p>","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-129","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.labospa.ch\/en\/wp-json\/wp\/v2\/pages\/129","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.labospa.ch\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.labospa.ch\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.labospa.ch\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.labospa.ch\/en\/wp-json\/wp\/v2\/comments?post=129"}],"version-history":[{"count":35,"href":"https:\/\/www.labospa.ch\/en\/wp-json\/wp\/v2\/pages\/129\/revisions"}],"predecessor-version":[{"id":20755,"href":"https:\/\/www.labospa.ch\/en\/wp-json\/wp\/v2\/pages\/129\/revisions\/20755"}],"wp:attachment":[{"href":"https:\/\/www.labospa.ch\/en\/wp-json\/wp\/v2\/media?parent=129"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}