{"id":4061,"date":"2025-05-05T10:19:27","date_gmt":"2025-05-05T10:19:27","guid":{"rendered":"https:\/\/jcwgroup.com\/about-jcw\/our-team\/"},"modified":"2025-11-14T10:47:22","modified_gmt":"2025-11-14T10:47:22","slug":"our-team","status":"publish","type":"page","link":"https:\/\/jcwgroup.com\/de\/about-jcw\/our-team\/","title":{"rendered":"Das Team kennenlernen"},"content":{"rendered":"\n\n<section class=\"py-14 md:py-20 relative overflow-hidden bg-light-grey \" >\n  <div class=\"holder\">\n    <div class=\"flex flex-wrap gap-8 items-center mb-8 md:mb-10\">\n              <h2>Mitarbeiter filtern<\/h2>\n      \n      <span class=\"flex-1 h-px bg-silver-green\"><\/span>\n      <div class=\"md:w-164 w-full flex flex-wrap items-center justify-center gap-6 md:gap-4\">\n\n        <div class=\"w-full md:w-80 bg-white\">\n                  <\/div>\n\n\n        <div class=\"w-full md:w-80 bg-white\">\n          <select class=\"selectFilter\" name=\"#category\" id=\"people-category\">\n            <option value=\"\">Alle Kategorien<\/option>\n            <option value=\"actuarial\">Actuarial<\/option><option value=\"anti-financial-crime\">Anti-Financial Crime<\/option><option value=\"audit\">Audit<\/option><option value=\"clinical\">Clinical<\/option><option value=\"compliance-afc\">Compliance\/AFC<\/option><option value=\"credit\">Credit<\/option><option value=\"ev\">E&amp;V<\/option><option value=\"finance-accounting\">Finance &amp; Accounting<\/option><option value=\"financial-services\">Financial Services<\/option><option value=\"insurance\">Insurance<\/option><option value=\"laboratory-medicince\">Laboratory Medicince<\/option><option value=\"legal-2\">Legal<\/option><option value=\"legal\">Legal<\/option><option value=\"life-science\">Life Science<\/option><option value=\"manufacturing\">Manufacturing<\/option><option value=\"quality\">Quality<\/option><option value=\"quantitative-analysis\">Quantitative Analysis<\/option><option value=\"regulatory-affairs\">Regulatory Affairs<\/option><option value=\"risk\">Risk<\/option><option value=\"support-division\">Support Division<\/option><option value=\"wealth-management\">Wealth Management<\/option>          <\/select>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <div id=\"team-items\" class=\"flex flex-wrap gap-4 items-center relative\"><\/div>\n\n    <!-- Loading Spinner -->\n    <div id=\"loading-spinner\" class=\"mt-6 md:mt-16\" style=\"display: none;\">\n      <div class=\"ajax-loader\"><\/div>\n    <\/div>\n\n    <div class=\"text-center mt-8 md:mt-20\">\n      <button class=\"inline-block uppercase text-sm leading-none tracking-04 pb-2 relative after:w-full after:absolute after:h-px after:bg-dark-green after:bottom-0 after:left-0 hover:after:bg-silver-green cursor-pointer\" id=\"load-more\">Load more<\/button>\n    <\/div>\n\n  <\/div>\n\n  <script>\n    jQuery(document).ready(function($) {\n      let ajaxUrl = 'https:\/\/jcwgroup.com\/de\/wp-json\/custom\/v1\/team-grids';\n      let currentPage = 1;\n      let currentType = '';\n      let currentCategory = '';\n\n      function fetchTeamPost(loadMore = false) {\n        let page = loadMore ? ++currentPage : (currentPage = 1);\n        $('#load-more').hide();\n        $('#loading-spinner').show();\n\n        currentType = $('#people-type').val();\n        currentCategory = $('#people-category').val();\n\n        $.ajax({\n          url: ajaxUrl,\n          method: 'GET',\n          data: {\n            post_type: 'people',\n            page: page,\n            type: currentType,\n            category: currentCategory\n          },\n          success: function(response) {\n            const {\n              html,\n              total_posts\n            } = response;\n            if (loadMore) {\n              $('#team-items').append(html);\n            } else {\n              $('#team-items').html(html);\n            }\n\n            if (currentPage * 12 < total_posts) {\n              $('#load-more').show();\n            }\n            \/\/ Rebind click behavior after new items are loaded\n            bindTeamSlideClicks();\n\n          },\n          complete: function() {\n            $('#loading-spinner').hide();\n          }\n        });\n      }\n\n      \/\/ Reusable function to attach mobile-active behavior\n      function bindTeamSlideClicks() {\n        $(\".swiper-slide.team-slide\").off(\"click\").on(\"click\", function(e) {\n          e.stopPropagation();\n          $(\".swiper-slide.team-slide\").removeClass(\"mobile-active\");\n          $(this).addClass(\"mobile-active\");\n        });\n      }\n\n      \/\/ Handle filters change\n      $('.selectFilter').on('change', function() {\n        currentPage = 1;\n        fetchTeamPost(false);\n      });\n\n      \/\/ Load More Button Click\n      $('#load-more').on('click', function(e) {\n        e.preventDefault();\n        fetchTeamPost(true);\n      });\n\n      \/\/ Dismiss active state when clicking outside\n      $(document).on(\"click touchstart\", function(e) {\n        if (!$(e.target).closest(\".swiper-slide.team-slide\").length) {\n          $(\".swiper-slide.team-slide\").removeClass(\"mobile-active\");\n        }\n      });\n\n      \/\/ Initial Load\n      fetchTeamPost(false);\n    });\n  <\/script>\n<\/section>\n\n\n<section class=\"py-14 md:py-20 relative overflow-hidden w-full min-h-211 md:min-h-none aspect-[1\/2] lg:aspect-[16\/9] flex items-center justify-center \"  data-scroll>\n\n  <div class=\"holder\">\n    <div class=\"mx-auto w-full max-w-227.75 bg-light-grey text-center px-8 py-7\">\n              <!-- <div class=\"flex items-center gap-4 mb-8\"> -->\n          <h2 class=\"text-block-title-sm md:text-block-title-md mb-8 text-left md:text-center relative after:absolute after:content-[''] after:h-px after:w-[calc(100%-142px)] after:bg-[#022612] after:top-4 after:left-[142px] after:block after:md:hidden\">Kontaktformular<\/h2>\n\n          <!-- <span class=\"bg-[#022612] h-px inline-block md:hidden w-[55%] ml-auto\"><\/span> -->\n        <!-- <\/div> -->\n      \n              <div>\n          <script type=\"text\/javascript\">\n\/* <![CDATA[ *\/\nvar gform;gform||(document.addEventListener(\"gform_main_scripts_loaded\",function(){gform.scriptsLoaded=!0}),document.addEventListener(\"gform\/theme\/scripts_loaded\",function(){gform.themeScriptsLoaded=!0}),window.addEventListener(\"DOMContentLoaded\",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,themeScriptsLoaded:!1,isFormEditor:()=>\"function\"==typeof InitializeEditor,callIfLoaded:function(o){return!(!gform.domLoaded||!gform.scriptsLoaded||!gform.themeScriptsLoaded&&!gform.isFormEditor()||(gform.isFormEditor()&&console.warn(\"The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1.\"),o(),0))},initializeOnLoaded:function(o){gform.callIfLoaded(o)||(document.addEventListener(\"gform_main_scripts_loaded\",()=>{gform.scriptsLoaded=!0,gform.callIfLoaded(o)}),document.addEventListener(\"gform\/theme\/scripts_loaded\",()=>{gform.themeScriptsLoaded=!0,gform.callIfLoaded(o)}),window.addEventListener(\"DOMContentLoaded\",()=>{gform.domLoaded=!0,gform.callIfLoaded(o)}))},hooks:{action:{},filter:{}},addAction:function(o,r,e,t){gform.addHook(\"action\",o,r,e,t)},addFilter:function(o,r,e,t){gform.addHook(\"filter\",o,r,e,t)},doAction:function(o){gform.doHook(\"action\",o,arguments)},applyFilters:function(o){return gform.doHook(\"filter\",o,arguments)},removeAction:function(o,r){gform.removeHook(\"action\",o,r)},removeFilter:function(o,r,e){gform.removeHook(\"filter\",o,r,e)},addHook:function(o,r,e,t,n){null==gform.hooks[o][r]&&(gform.hooks[o][r]=[]);var d=gform.hooks[o][r];null==n&&(n=r+\"_\"+d.length),gform.hooks[o][r].push({tag:n,callable:e,priority:t=null==t?10:t})},doHook:function(r,o,e){var t;if(e=Array.prototype.slice.call(e,1),null!=gform.hooks[r][o]&&((o=gform.hooks[r][o]).sort(function(o,r){return o.priority-r.priority}),o.forEach(function(o){\"function\"!=typeof(t=o.callable)&&(t=window[t]),\"action\"==r?t.apply(null,e):e[0]=t.apply(null,e)})),\"filter\"==r)return e[0]},removeHook:function(o,r,t,n){var e;null!=gform.hooks[o][r]&&(e=(e=gform.hooks[o][r]).filter(function(o,r,e){return!!(null!=n&&n!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][r]=e)}});\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_4' ><style>#gform_wrapper_4[data-form-index=\"0\"].gform-theme,[data-parent-form=\"4_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>\n                        <div class='gform_heading'>\n                            <h2 class=\"gform_title\">Contact Form<\/h2>\n                            <p class='gform_description'><\/p>\n                        <\/div><form method='post' enctype='multipart\/form-data'  id='gform_4'  action='\/de\/wp-json\/wp\/v2\/pages\/4061' data-formid='4' novalidate>\n                        <div class='gform-body gform_body'><div id='gform_fields_4' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_4_1\" 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_4_1'>Full Name<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(erforderlich)<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_1' id='input_4_1' type='text' value='' class='large'    placeholder='Full name*' aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_4_3\" 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_4_3'>Email<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(erforderlich)<\/span><\/span><\/label><div class='ginput_container ginput_container_email'>\n                            <input name='input_3' id='input_4_3' type='email' value='' class='large'   placeholder='Email address*' aria-required=\"true\" aria-invalid=\"false\"  \/>\n                        <\/div><\/div><div id=\"field_4_5\" 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_4_5'>Contact Number<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(erforderlich)<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_5' id='input_4_5' type='text' value='' class='large'    placeholder='Contact number*' aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_4_6\" 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_4_6'>Industry of Interest<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(erforderlich)<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_6' id='input_4_6' type='text' value='' class='large'    placeholder='Industry of interest*' aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_4_4\" class=\"gfield gfield--type-textarea gfield--input-type-textarea 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_4_4'>Message<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(erforderlich)<\/span><\/span><\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_4' id='input_4_4' class='textarea small'    placeholder='Message*' aria-required=\"true\" aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><\/div><\/div><\/div>\n        <div class='gform-footer gform_footer top_label'> <button type='submit' class='btn gfrom_custom_btn' id='gform_submit_button_4'>Submit<span><\/span><\/button> \n            <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_4' value='postback' \/>\n            <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_4' id='gform_theme_4' value='orbital' \/>\n            <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_4' id='gform_style_settings_4' value='[]' \/>\n            <input type='hidden' class='gform_hidden' name='is_submit_4' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='4' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_currency' data-currency='USD' value='EiFvOFI2zhi3jNLXE21yvzV6is87bXI64gvvVhqQaGb9VMYVfUWI4QZX6sKpOZGbN32mwASvyUOxnw8MvlQYIzxf2KY6\/9FckY8Kk5toL8\/1kcE=' \/>\n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_4' value='WyJbXSIsImNlYjE5N2Q0NDMxOTU0YTBmNDZkYzc4Y2Y3NTVjNDllIl0=' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_4' id='gform_target_page_number_4' value='0' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_4' id='gform_source_page_number_4' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            \n        <\/div>\n                        <\/form>\n                        <\/div><script type=\"text\/javascript\">\n\/* <![CDATA[ *\/\n gform.initializeOnLoaded( function() {gformInitSpinner( 4, 'https:\/\/jcwgroup.com\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', false );jQuery('#gform_ajax_frame_4').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_4');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_4').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_4').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_4').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_4').removeClass('gform_validation_error');}setTimeout( function() { \/* delay the scroll by 50 milliseconds to fix a bug in chrome *\/  }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_4').val();gformInitSpinner( 4, 'https:\/\/jcwgroup.com\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', false );jQuery(document).trigger('gform_page_loaded', [4, current_page]);window['gf_submitting_4'] = 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_4').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [4]);window['gf_submitting_4'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_4').text());}else{jQuery('#gform_4').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger(\"gform_pre_post_render\", [{ formId: \"4\", currentPage: \"current_page\", abort: function() { this.preventDefault(); } }]);        if (event && event.defaultPrevented) {                return;        }        const gformWrapperDiv = document.getElementById( \"gform_wrapper_4\" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( \"span\" );            visibilitySpan.id = \"gform_visibility_test_4\";            gformWrapperDiv.insertAdjacentElement( \"afterend\", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( \"gform_visibility_test_4\" );        let postRenderFired = false;        function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            gform.core.triggerPostRenderEvents( 4, 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\/* ]]> *\/\n<\/script>\n        <\/div>\n          <\/div>\n  <\/div>\n\n      <div class=\"w-full h-full absolute left-0 top-0 -z-1\">\n                <img decoding=\"async\" class=\"w-full h-full object-cover\" src=\"https:\/\/jcwgroup.com\/wp-content\/uploads\/2025\/06\/closeup-businessman-using-mobile-phone-scaled.jpg\" alt=\"\" \/>\n            <\/div>\n  <\/section>\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":4741,"parent":4019,"menu_order":14,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":true,"inline_featured_image":false,"footnotes":""},"class_list":["post-4061","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Das Team kennenlernen | JCW Group<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/jcwgroup.com\/de\/about-jcw\/our-team\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Das Team kennenlernen | JCW Group\" \/>\n<meta property=\"og:url\" content=\"https:\/\/jcwgroup.com\/de\/about-jcw\/our-team\/\" \/>\n<meta property=\"og:site_name\" content=\"JCW Group\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-14T10:47:22+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data1\" content=\"1\u00a0Minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/jcwgroup.com\\\/de\\\/about-jcw\\\/our-team\\\/\",\"url\":\"https:\\\/\\\/jcwgroup.com\\\/de\\\/about-jcw\\\/our-team\\\/\",\"name\":\"Das Team kennenlernen | JCW Group\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/jcwgroup.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/jcwgroup.com\\\/de\\\/about-jcw\\\/our-team\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/jcwgroup.com\\\/de\\\/about-jcw\\\/our-team\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/jcwgroup.com\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/2151917283-1-1.jpg\",\"datePublished\":\"2025-05-05T10:19:27+00:00\",\"dateModified\":\"2025-11-14T10:47:22+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/jcwgroup.com\\\/de\\\/about-jcw\\\/our-team\\\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/jcwgroup.com\\\/de\\\/about-jcw\\\/our-team\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/jcwgroup.com\\\/de\\\/about-jcw\\\/our-team\\\/#primaryimage\",\"url\":\"https:\\\/\\\/jcwgroup.com\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/2151917283-1-1.jpg\",\"contentUrl\":\"https:\\\/\\\/jcwgroup.com\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/2151917283-1-1.jpg\",\"width\":1500,\"height\":858},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/jcwgroup.com\\\/de\\\/about-jcw\\\/our-team\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/jcwgroup.com\\\/de\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u00dcber JCW\",\"item\":\"https:\\\/\\\/jcwgroup.com\\\/de\\\/about-jcw\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Das Team kennenlernen\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/jcwgroup.com\\\/#website\",\"url\":\"https:\\\/\\\/jcwgroup.com\\\/\",\"name\":\"JCW Group\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/jcwgroup.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/jcwgroup.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/jcwgroup.com\\\/#organization\",\"name\":\"JCW Group\",\"url\":\"https:\\\/\\\/jcwgroup.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/jcwgroup.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/jcwgroup.com\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/logo-1.svg\",\"contentUrl\":\"https:\\\/\\\/jcwgroup.com\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/logo-1.svg\",\"width\":135,\"height\":90,\"caption\":\"JCW Group\"},\"image\":{\"@id\":\"https:\\\/\\\/jcwgroup.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/uk.linkedin.com\\\/company\\\/jcwgroup\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Das Team kennenlernen | JCW Group","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/jcwgroup.com\/de\/about-jcw\/our-team\/","og_locale":"de_DE","og_type":"article","og_title":"Das Team kennenlernen | JCW Group","og_url":"https:\/\/jcwgroup.com\/de\/about-jcw\/our-team\/","og_site_name":"JCW Group","article_modified_time":"2025-11-14T10:47:22+00:00","twitter_card":"summary_large_image","twitter_misc":{"Gesch\u00e4tzte Lesezeit":"1\u00a0Minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/jcwgroup.com\/de\/about-jcw\/our-team\/","url":"https:\/\/jcwgroup.com\/de\/about-jcw\/our-team\/","name":"Das Team kennenlernen | JCW Group","isPartOf":{"@id":"https:\/\/jcwgroup.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/jcwgroup.com\/de\/about-jcw\/our-team\/#primaryimage"},"image":{"@id":"https:\/\/jcwgroup.com\/de\/about-jcw\/our-team\/#primaryimage"},"thumbnailUrl":"https:\/\/jcwgroup.com\/wp-content\/uploads\/2026\/02\/2151917283-1-1.jpg","datePublished":"2025-05-05T10:19:27+00:00","dateModified":"2025-11-14T10:47:22+00:00","breadcrumb":{"@id":"https:\/\/jcwgroup.com\/de\/about-jcw\/our-team\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/jcwgroup.com\/de\/about-jcw\/our-team\/"]}]},{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/jcwgroup.com\/de\/about-jcw\/our-team\/#primaryimage","url":"https:\/\/jcwgroup.com\/wp-content\/uploads\/2026\/02\/2151917283-1-1.jpg","contentUrl":"https:\/\/jcwgroup.com\/wp-content\/uploads\/2026\/02\/2151917283-1-1.jpg","width":1500,"height":858},{"@type":"BreadcrumbList","@id":"https:\/\/jcwgroup.com\/de\/about-jcw\/our-team\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/jcwgroup.com\/de\/"},{"@type":"ListItem","position":2,"name":"\u00dcber JCW","item":"https:\/\/jcwgroup.com\/de\/about-jcw\/"},{"@type":"ListItem","position":3,"name":"Das Team kennenlernen"}]},{"@type":"WebSite","@id":"https:\/\/jcwgroup.com\/#website","url":"https:\/\/jcwgroup.com\/","name":"JCW Group","description":"","publisher":{"@id":"https:\/\/jcwgroup.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/jcwgroup.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"},{"@type":"Organization","@id":"https:\/\/jcwgroup.com\/#organization","name":"JCW Group","url":"https:\/\/jcwgroup.com\/","logo":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/jcwgroup.com\/#\/schema\/logo\/image\/","url":"https:\/\/jcwgroup.com\/wp-content\/uploads\/2025\/05\/logo-1.svg","contentUrl":"https:\/\/jcwgroup.com\/wp-content\/uploads\/2025\/05\/logo-1.svg","width":135,"height":90,"caption":"JCW Group"},"image":{"@id":"https:\/\/jcwgroup.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/uk.linkedin.com\/company\/jcwgroup"]}]}},"_links":{"self":[{"href":"https:\/\/jcwgroup.com\/de\/wp-json\/wp\/v2\/pages\/4061","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jcwgroup.com\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/jcwgroup.com\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/jcwgroup.com\/de\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/jcwgroup.com\/de\/wp-json\/wp\/v2\/comments?post=4061"}],"version-history":[{"count":0,"href":"https:\/\/jcwgroup.com\/de\/wp-json\/wp\/v2\/pages\/4061\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/jcwgroup.com\/de\/wp-json\/wp\/v2\/pages\/4019"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/jcwgroup.com\/de\/wp-json\/wp\/v2\/media\/4741"}],"wp:attachment":[{"href":"https:\/\/jcwgroup.com\/de\/wp-json\/wp\/v2\/media?parent=4061"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}