		<div data-elementor-type="wp-page" data-elementor-id="634" class="elementor elementor-634" data-elementor-post-type="page">
				<script type="text/javascript">window["ccb_front_template_1612"] = {"template":"\n<div class=\"calc-container-wrapper\">\n\t\t\t<calc-thank-you-page :class=\"['calc-hidden', {'calc-loaded': loader}]\" v-if=\"hideThankYouPage\" @invoice=\"getInvoice\" @send-pdf=\"showSendPdf\" @reset=\"resetCalc\" :invoice_status=\"false\"><\/calc-thank-you-page>\n\t\n\t<div v-show=\"hideCalculator\" ref=\"calc\" class=\"calc-container\" data-calc-id=\"1612\" :class=\"[boxStyle, {demoSite: showDemoBoxStyle}, {'has-title': showMultiStepCalcTitle}]\" :style=\"fullWithStepCalc\">\n\t\t<loader-wrapper v-if=\"loader\" idx=\"0\" width=\"60px\" height=\"60px\" scale=\"0.9\" :front=\"true\"><\/loader-wrapper>\n\t\t<div class=\"ccb-demo-box-styles\" :class=\"{active: showDemoBoxStyle}\">\n\t\t\t<div class=\"ccb-box-styles\">\n\t\t\t\t\t\t\t\t\t<div class=\"ccb-box-style-inner\" :class=\"{'ccb-style-active': boxStyle === 'two_column'}\" @click=\"changeBoxStyle('two_column')\">\n\t\t\t\t\t\t<i class=\"ccb-icon-Union-27\"><\/i>\n\t\t\t\t\t\t<span>Two columns<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"ccb-box-style-inner\" :class=\"{'ccb-style-active': boxStyle === 'vertical'}\" @click=\"changeBoxStyle('vertical')\">\n\t\t\t\t\t\t<i class=\"ccb-icon-Union-26\"><\/i>\n\t\t\t\t\t\t<span>Vertical<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"ccb-box-style-inner\" :class=\"{'ccb-style-active': boxStyle === 'horizontal'}\" @click=\"changeBoxStyle('horizontal')\">\n\t\t\t\t\t\t<i class=\"ccb-icon-Union-25\"><\/i>\n\t\t\t\t\t\t<span>Horizontal<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\n\t\t<div class=\"calc-multi-step-title\" v-if=\"showMultiStepCalcTitle && !loader && pageBreakEnabled\" v-text=\"getTheTitle\"><\/div>\n\n\t\t<div class=\"calc-fields calc-list calc-list__indexed\" :class=\"{loaded: !loader, 'payment' : getHideCalc}\">\n\t\t\t\t\t\t<calc-page-navigation\n\t\t\t\t:count=\"totalPages\"\n\t\t\t\t:index=\"activePageIndex\"\n\t\t\t\t:pages=\"getPages\"\n\t\t\t\tv-if=\"pageBreakEnabled\"\n\t\t\t>\n\t\t\t<\/calc-page-navigation>\n\n\t\t\t<template v-if=\"pageBreakEnabled\">\n\t\t\t\t<div class=\"calc-list-inner calc-multi-step\" :style=\"pageNavigationStyle\">\n\t<div class=\"calc-item-title\">\n\t\t<div class=\"ccb-calc-heading\" v-text=\"currentPageTitle\" v-if=\"!this.$store.getters.getPageBreakStatus\"><\/div>\n\t\t<div class=\"ccb-calc-heading\" v-text=\"getTheTitle\" v-if=\"this.$store.getters.getPageBreakStatus\"><\/div>\n\t<\/div>\n\t<div v-if=\"calc_data\" class=\"calc-fields-container\">\n\t\t<div class=\"calc-pages\">\n\t\t\t<div class=\"calc-page\" v-for=\"( page, index ) in getPages\" v-show=\"index == activePageIndex\"\n\t\t\t\t :class=\"page.boxStyle\">\n\t\t\t\t<template v-for=\"field in page.groupElements\">\n\t\t\t\t\t<template v-if=\"field && field.alias && field.type !== 'Total' && !field.alias.includes('group')\">\n\t\t\t\t\t\t<component\n\t\t\t\t\t\t\t\tformat=\"\"\n\t\t\t\t\t\t\t\ttext-days=\"days\"\n\t\t\t\t\t\t\t\tv-if=\"fields[field.alias] && !field.group_id\"\n\t\t\t\t\t\t\t\t:is=\"field._tag\"\n\t\t\t\t\t\t\t\t:id=\"calc_data.id\"\n\t\t\t\t\t\t\t\t:field=\"field\"\n\t\t\t\t\t\t\t\t:converter=\"currencyFormat\"\n\t\t\t\t\t\t\t\t:disabled=\"fields[field.alias].disabled\"\n\t\t\t\t\t\t\t\tv-model=\"fields[field.alias].value\"\n\t\t\t\t\t\t\t\tv-on:change=\"change\"\n\t\t\t\t\t\t\t\tv-on:[field._event]=\"change\"\n\t\t\t\t\t\t\t\tv-on:condition-apply=\"renderCondition\"\n\t\t\t\t\t\t\t\t@delete-repeater=\"deleteRepeater\"\n\t\t\t\t\t\t\t\t@add-repeater=\"deleteRepeater\"\n\t\t\t\t\t\t\t\t:key=\"!field.hasNextTick ? field.alias : field.alias + '_' + fields[field.alias].nextTickCount\"\n\t\t\t\t\t\t>\n\t\t\t\t\t\t<\/component>\n\t\t\t\t\t<\/template>\n\t\t\t\t\t<template v-if=\"field.alias && field.alias.includes( 'group' )\">\n\t\t\t\t\t\t<component\n\t\t\t\t\t\t\t\tformat=\"\"\n\t\t\t\t\t\t\t\ttext-days=\"days\"\n\t\t\t\t\t\t\t\tv-if=\"fields[field.alias] && !field.group_id\"\n\t\t\t\t\t\t\t\t:is=\"field._tag\"\n\t\t\t\t\t\t\t\t:id=\"calc_data.id\"\n\t\t\t\t\t\t\t\t:field=\"field\"\n\t\t\t\t\t\t\t\t:converter=\"currencyFormat\"\n\t\t\t\t\t\t\t\t:disabled=\"fields[field.alias].disabled\"\n\t\t\t\t\t\t\t\tv-model=\"fields[field.alias].value\"\n\t\t\t\t\t\t\t\tv-on:change=\"change\"\n\t\t\t\t\t\t\t\tv-on:[field._event]=\"change\"\n\t\t\t\t\t\t\t\tv-on:condition-apply=\"renderCondition\"\n\t\t\t\t\t\t\t\t@delete-repeater=\"deleteRepeater\"\n\t\t\t\t\t\t\t\t@add-repeater=\"deleteRepeater\"\n\t\t\t\t\t\t\t\t:key=\"!field.hasNextTick ? field.alias : field.alias + '_' + fields[field.alias].nextTickCount\"\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\t<slot>\n\t\t\t\t\t\t\t\t<template v-for=\"element in field.groupElements\">\n\t\t\t\t\t\t\t\t\t<component\n\t\t\t\t\t\t\t\t\t\t\tformat=\"\"\n\t\t\t\t\t\t\t\t\t\t\ttext-days=\"days\"\n\t\t\t\t\t\t\t\t\t\t\tv-if=\"fields[element.alias] && !element.alias.includes('total')\"\n\t\t\t\t\t\t\t\t\t\t\t:is=\"element._tag\"\n\t\t\t\t\t\t\t\t\t\t\t:id=\"calc_data.id\"\n\t\t\t\t\t\t\t\t\t\t\t:field=\"element\"\n\t\t\t\t\t\t\t\t\t\t\t:converter=\"currencyFormat\"\n\t\t\t\t\t\t\t\t\t\t\t:disabled=\"fields[element.alias].disabled\"\n\t\t\t\t\t\t\t\t\t\t\tv-model=\"fields[element.alias].value\"\n\t\t\t\t\t\t\t\t\t\t\tv-on:change=\"change\"\n\t\t\t\t\t\t\t\t\t\t\tv-on:[element._event]=\"change\"\n\t\t\t\t\t\t\t\t\t\t\tv-on:condition-apply=\"renderCondition\"\n\t\t\t\t\t\t\t\t\t\t\t@delete-repeater=\"deleteRepeater\"\n\t\t\t\t\t\t\t\t\t\t\t@add-repeater=\"deleteRepeater\"\n\t\t\t\t\t\t\t\t\t\t\t:key=\"!element.hasNextTick ? element.alias : element.alias + '_' + fields[element.alias].nextTickCount\"\n\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t\t<\/component>\n\t\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t\t<\/slot>\n\t\t\t\t\t\t<\/component>\n\t\t\t\t\t<\/template>\n\t\t\t\t\t<template v-else-if=\"field && !field.alias && field.type !== 'Total'\">\n\t\t\t\t\t\t<component\n\t\t\t\t\t\t\t\t:id=\"calc_data.id\"\n\t\t\t\t\t\t\t\tstyle=\"boxStyle\"\n\t\t\t\t\t\t\t\t:is=\"field._tag\"\n\t\t\t\t\t\t\t\t:field=\"field\"\n\t\t\t\t\t\t>\n\t\t\t\t\t\t<\/component>\n\t\t\t\t\t<\/template>\n\t\t\t\t<\/template>\n\t\t\t<\/div>\n\t\t\t<div class=\"calc-summary-page\" v-if=\"summaryInLastPage && showSummaryPage\">\n\t\t\t\t<div class=\"calc-subtotal calc-list\" :id=\"getTotalStickyId\" :class=\"{loaded: !loader}\">\n\t\t\t\t\t<div class=\"calc-subtotal-wrapper\">\n\t\t\t\t\t\t<div class=\"calc-list-inner\">\n\t\t\t\t\t\t\t<div class=\"calc-item-title calc-accordion\" v-show=\"!summaryDisplay || showAfterSubmit\">\n\t\t\t\t\t\t\t\t<div class=\"ccb-calc-heading\">\n\t\t\t\t\t\t\t\t\t{{ getHeaderTitle }}\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<span class=\"calc-accordion-btn\" ref=\"calcAccordionToggle\" @click=\"toggleAccordionAction\">\n\t\t\t\t\t\t\t\t\t<i class=\"ccb-icon-Path-3485\" :style=\"{top: '1px', transform: !accordionState ? 'rotate(0)' : 'rotate(180deg)'}\"><\/i>\n\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<div class=\"calc-item-title calc-accordion\" style=\"margin: 0 !important;\"\n\t\t\t\t\t\t\t\t v-show=\"summaryDisplay && !showAfterSubmit\">\n\t\t\t\t\t\t\t\t<div class=\"ccb-calc-heading\"\n\t\t\t\t\t\t\t\t\t style=\"text-transform: none !important; padding-bottom: 15px\"\n\t\t\t\t\t\t\t\t\t v-text=\"summaryDisplaySettings?.form_title\"><\/div>\n\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<div class=\"calc-subtotal-list\" :class=\"{ 'show-unit': showUnitInSummary }\"\n\t\t\t\t\t\t\t\t v-show=\"!summaryDisplay || showAfterSubmit\">\n\t\t\t\t\t\t\t\t<transition>\n\t\t\t\t\t\t\t\t\t<div class=\"calc-subtotal-list-accordion\" :class=\"{hidden: !accordionState}\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"calc-subtotal-list-header\" v-if=\"showUnitInSummary\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"calc-subtotal-list-header__name\">Name<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"calc-subtotal-list-header__value\">Total<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t<template v-for=\"(field) in getTotalSummaryFields\"\n\t\t\t\t\t\t\t\t\t\t\t\t  v-if=\"(!field.inRepeater || field.alias.includes('repeater')) && field.alias.indexOf('total') === -1 && settings && settings.general.descriptions\">\n\t\t\t\t\t\t\t\t\t\t\t<template v-if=\"field.alias.includes('repeater')\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"calc-repeater-subtotal\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t v-for=\"(f, idx) in Object.values(field?.resultGrouped)\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<template v-if=\"getRepeaterFields(f)?.length\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"calc-repeater-subtotal-header\" :data-index=\"idx\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t @click=\"toggleRepeater(idx)\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"ccb-icon-Path-3514\"><\/i>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span>{{field.label}}<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"ccb-repeater-field-number\">#{{idx + 1}}<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"calc-repeater-subtotal-fields\" :data-index=\"idx\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<template v-for=\"(innerField) in getRepeaterFields(f)\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<calc-total-summary :field=\"innerField\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t:style=\"{'padding-top': '6px'}\"><\/calc-total-summary>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<calc-total-summary :field=\"innerField\" :unit=\"true\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tv-if=\"innerField.option_unit\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t:style=\"{'padding-top': '5px'}\"><\/calc-total-summary>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<calc-total-summary :field=\"innerField\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t:style=\"{'padding-top': '5px'}\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t:multi=\"true\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tv-if=\"['checkbox', 'toggle', 'checkbox_with_img'].includes(innerField.alias.replace(\/\\_field_id.*\/,'')) && innerField.options?.length\"><\/calc-total-summary>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t\t\t\t\t\t\t<calc-total-summary :field=\"field\"><\/calc-total-summary>\n\t\t\t\t\t\t\t\t\t\t\t\t<template v-if=\"field.option_unit\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<template v-if=\"field.hasOwnProperty('allowPrice')\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<calc-total-summary :field=\"field\" :unit=\"true\" v-if=\"field.allowPrice\"><\/calc-total-summary>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<calc-total-summary :field=\"field\" :unit=\"true\"><\/calc-total-summary>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t\t\t\t\t\t\t<calc-total-summary :field=\"field\" :multi=\"true\" v-if=\"['checkbox', 'toggle', 'checkbox_with_img'].includes(field.alias.replace(\/\\_field_id.*\/,'')) && field.options?.length\"><\/calc-total-summary>\n\t\t\t\t\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/transition>\n\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<div class=\"calc-subtotal-list totals\" style=\"margin-top: 20px; padding-top: 10px;\"\n\t\t\t\t\t\t\t\t ref=\"calcTotals\" :class=\"{'unit-enable': showUnitInSummary}\"\n\t\t\t\t\t\t\t\t v-show=\"!summaryDisplay || showAfterSubmit\">\n\t\t\t\t\t\t\t\t<template v-for=\"item in getRepeaterTotals\">\n\t\t\t\t\t\t\t\t\t<cost-total :value=\"item.total\" :discount=\"item.discount\" :field=\"item.data\"\n\t\t\t\t\t\t\t\t\t\t\t\t:id=\"calc_data.id\" @condition-apply=\"renderCondition\"><\/cost-total>\n\t\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t\t\t<template v-for=\"item in formulaConst\">\n\t\t\t\t\t\t\t\t\t<div v-if=\"formulaConst.length === 1 && typeof formulaConst[0].alias === 'undefined'\"\n\t\t\t\t\t\t\t\t\t\t style=\"display: flex\" class=\"sub-list-item total\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"sub-item-title\">Total<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"sub-item-value\" style=\"white-space: nowrap\">{{ item.data.converted }}<\/span>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t{{ item.discount }}\n\t\t\t\t\t\t\t\t\t<cost-total v-else :value=\"item.total\" :discount=\"item.discount\" :field=\"item.data\"\n\t\t\t\t\t\t\t\t\t\t\t\t:id=\"calc_data.id\" @condition-apply=\"renderCondition\"><\/cost-total>\n\t\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<div class=\"calc-subtotal-list\" v-if=\"getWooProductName\"\n\t\t\t\t\t\t\t\t v-show=\"!summaryDisplay || showAfterSubmit\">\n\t\t\t\t\t\t\t\t<div class=\"calc-woo-product\">\n\t\t\t\t\t\t\t\t\t<div class=\"calc-woo-product__info\">\n\t\t\t\t\t\t\t\t\t\t\"{{getWooProductName}}\" has been added to your cart\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<div class=\"calc-promocode-wrapper\" v-if=\"hasPromocode\"\n\t\t\t\t\t\t\t\t v-show=\"!summaryDisplay || showAfterSubmit\">\n\t\t\t\t\t\t\t\t<div class=\"promocode-header\"><\/div>\n\t\t\t\t\t\t\t\t<div class=\"promocode-body\">\n\t\t\t\t\t\t\t\t\t<div class=\"calc-have-promocode\">\n\t\t\t\t\t\t\t\t\t\t<span>Have a promocode?<\/span>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"calc-item ccb-field ccb-field-quantity\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"calc-item__title\"\n\t\t\t\t\t\t\t\t\t\t\t style=\"display: flex; align-items: center; column-gap: 10px\">\n\t\t\t\t\t\t\t\t\t\t\t<span>Promocode<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"ccb-promocode-hint\" v-if=\"showPromocode\"\n\t\t\t\t\t\t\t\t\t\t\t\t  @click.stop=\"showPromocode = !showPromocode\">Hide<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"ccb-promocode-hint\" v-if=\"!showPromocode\"\n\t\t\t\t\t\t\t\t\t\t\t\t  @click.stop=\"showPromocode = !showPromocode\">Show<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<template v-if=\"showPromocode\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"calc-promocode-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"calc-input-wrapper ccb-field\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t :class=\"{required: discountError !== ''}\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span v-if=\"discountError === 'invalid'\" :class=\"{active: discountError !== ''}\" class=\"ccb-error-tip front default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tInvalid promocode\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span v-if=\"discountError === 'not_exist'\" :class=\"{active: discountError !== ''}\" class=\"ccb-error-tip front default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tPromocode not exists\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span v-if=\"discountError === 'used'\" :class=\"{active: discountError !== ''}\" class=\"ccb-error-tip front default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tPromo code is already applied\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"text\" v-model=\"promocode\" @input=\"discountError = ''\" class=\"calc-input ccb-field ccb-appearance-field\">\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"calc-btn-action ispro-wrapper success\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t@click.stop=\"applyPromocode\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span> Apply<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/button>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"calc-applied\" v-if=\"usedPromocodes?.length\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"calc-applied-title\">Applied promocodes:<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"ccb-promocodes-list\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span v-for=\"promocode in usedPromocodes\" class=\"ccb-promocode\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t{{ promocode }}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i @click.stop=\"removePromocode(promocode)\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tclass=\"remove ccb-icon-close\"><\/i>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<div class=\"calc-subtotal-list calc-buttons\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<cost-pro-features :settings=\"content.settings\" @submit=\"submitForm\" @reset=\"resetForm\"><\/cost-pro-features>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t<div class=\"calc-list-inner calc-notice\" :class=\"noticeData.type\"\n\t\t\t\t\t\t\t v-show=\"getStep === 'notice' || (getStep === 'finish' && !hideThankYouPage)\"\n\t\t\t\t\t\t\t style=\"margin-top: 10px !important;\">\n\t\t\t\t\t\t\t<calc-notices :notice=\"noticeData\"\/>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n\n<div class=\"calc-summary-popup\" v-if=\"popupStatus\">\n\t<div class=\"calc-summary-popup__overlay\">\n\t\t<div class=\"calc-summary-popup-window\" :class=\"{active: activeClass}\">\n\t\t\t<div class=\"calc-summary-popup__header\">\n\t\t\t\t<div class=\"calc-summary-popup__title\">\n\t\t\t\t\t{{ getHeaderTitle }}\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"calc-summary-popup__close\">\n\t\t\t\t\t<span span @click=\"closeSummaryPopup\">\n\t\t\t\t\t\t<i class=\"ccb-icon-close\"><\/i>\n\t\t\t\t\t<\/span>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t<div class=\"calc-summary-popup__body\">\n\t\t\t\t<div class=\"calc-subtotal-list\" :class=\"{ 'show-unit': showUnitInSummary }\">\n\t\t\t\t\t<transition>\n\t\t\t\t\t\t<div class=\"calc-subtotal-list-accordion\" :class=\"{hidden: !accordionState}\" >\n\t\t\t\t\t\t\t<div class=\"calc-subtotal-list-header\" v-if=\"showUnitInSummary\">\n\t\t\t\t\t\t\t\t<span class=\"calc-subtotal-list-header__name\">Name<\/span>\n\t\t\t\t\t\t\t\t<span class=\"calc-subtotal-list-header__value\">Total<\/span>\n\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<template v-for=\"(field) in getPageTotalSummaryFields\"\n\t\t\t\t\t\t\t\t\t  v-if=\"(!field.inRepeater || field.alias.includes('repeater')) && field.alias.indexOf('total') === -1 && settings && settings.general.descriptions\">\n\t\t\t\t\t\t\t\t<template v-if=\"field.alias.includes('repeater')\">\n\t\t\t\t\t\t\t\t\t<div class=\"calc-repeater-subtotal\"\n\t\t\t\t\t\t\t\t\t\t v-for=\"(f, idx) in Object.values(field?.resultGrouped)\">\n\t\t\t\t\t\t\t\t\t\t<template v-if=\"getRepeaterFields(f)?.length\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"calc-repeater-subtotal-header\" :data-index=\"idx\"\n\t\t\t\t\t\t\t\t\t\t\t\t @click=\"toggleRepeater(idx)\">\n\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"ccb-icon-Path-3514\"><\/i>\n\t\t\t\t\t\t\t\t\t\t\t\t<span>{{field.label}}<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"ccb-repeater-field-number\">#{{idx + 1}}<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"calc-repeater-subtotal-fields\" :data-index=\"idx\">\n\t\t\t\t\t\t\t\t\t\t\t\t<template v-for=\"(innerField) in getRepeaterFields(f)\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<calc-total-summary :field=\"innerField\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t:style=\"{'padding-top': '6px'}\"><\/calc-total-summary>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<calc-total-summary :field=\"innerField\" :unit=\"true\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tv-if=\"innerField.option_unit\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t:style=\"{'padding-top': '5px'}\"><\/calc-total-summary>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<calc-total-summary :field=\"innerField\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t:style=\"{'padding-top': '5px'}\" :multi=\"true\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tv-if=\"['checkbox', 'toggle', 'checkbox_with_img'].includes(innerField.alias.replace(\/\\_field_id.*\/,'')) && innerField.options?.length\"><\/calc-total-summary>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t\t\t\t<calc-total-summary :field=\"field\"><\/calc-total-summary>\n\t\t\t\t\t\t\t\t\t<template v-if=\"field.option_unit\">\n\t\t\t\t\t\t\t\t\t\t<template v-if=\"field.hasOwnProperty('allowPrice')\">\n\t\t\t\t\t\t\t\t\t\t\t<calc-total-summary :field=\"field\" :unit=\"true\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tv-if=\"field.allowPrice\"><\/calc-total-summary>\n\t\t\t\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t\t\t\t\t\t<calc-total-summary :field=\"field\" :unit=\"true\"><\/calc-total-summary>\n\t\t\t\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t\t\t\t<calc-total-summary :field=\"field\" :multi=\"true\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tv-if=\"['checkbox', 'toggle', 'checkbox_with_img'].includes(field.alias.replace(\/\\_field_id.*\/,'')) && field.options?.length\"><\/calc-total-summary>\n\t\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/transition>\n\t\t\t\t<\/div>\n\n\t\t\t\t<div class=\"calc-subtotal-list totals\" style=\"margin-top: 20px; padding-top: 10px;\" ref=\"calcTotals\" :class=\"{'unit-enable': showUnitInSummary}\" v-show=\"!summaryDisplay || showAfterSubmit\">\n\t\t\t\t\t<template v-for=\"item in getRepeaterTotals\">\n\t\t\t\t\t\t<cost-total :value=\"item.total\" :discount=\"item.discount\" :field=\"item.data\" :id=\"calc_data.id\"\n\t\t\t\t\t\t\t\t\t@condition-apply=\"renderCondition\"><\/cost-total>\n\t\t\t\t\t<\/template>\n\t\t\t\t\t<template v-for=\"item in formulaConst\">\n\t\t\t\t\t\t<div v-if=\"formulaConst.length === 1 && typeof formulaConst[0].alias === 'undefined'\" style=\"display: flex\" class=\"sub-list-item total\">\n\t\t\t\t\t\t\t<span class=\"sub-item-title\">Total<\/span>\n\t\t\t\t\t\t\t<span class=\"sub-item-value\" style=\"white-space: nowrap\">{{ item.data.converted }}<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t{{ item.discount }}\n\t\t\t\t\t\t<cost-total v-else :value=\"item.total\" :discount=\"item.discount\" :field=\"item.data\"\n\t\t\t\t\t\t\t\t\t:id=\"calc_data.id\" @condition-apply=\"renderCondition\"><\/cost-total>\n\t\t\t\t\t<\/template>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n\t\t\t<\/template>\n\t\t\t<template v-else>\n\t\t\t\t\n<div class=\"calc-list-inner\">\n\t<div class=\"calc-item-title\">\n\t\t<div class=\"ccb-calc-heading\" v-text=\"getTheTitle\"><\/div>\n\t<\/div>\n\t<div v-if=\"calc_data\" class=\"calc-fields-container\">\n\t\t<template v-for=\"field in calc_data.fields\">\n\t\t\t<template v-if=\"field && field.alias && field.type !== 'Total' && !field.alias.includes( 'group' )\">\n\t\t\t\t<component\n\t\t\t\t\t\tformat=\"\"\n\t\t\t\t\t\ttext-days=\"days\"\n\t\t\t\t\t\tv-if=\"fields[field.alias] && !field.group_id\"\n\t\t\t\t\t\t:is=\"field._tag\"\n\t\t\t\t\t\t:id=\"calc_data.id\"\n\t\t\t\t\t\t:field=\"field\"\n\t\t\t\t\t\t:converter=\"currencyFormat\"\n\t\t\t\t\t\t:disabled=\"fields[field.alias].disabled\"\n\t\t\t\t\t\tv-model=\"fields[field.alias].value\"\n\t\t\t\t\t\tv-on:change=\"change\"\n\t\t\t\t\t\tv-on:[field._event]=\"change\"\n\t\t\t\t\t\tv-on:condition-apply=\"renderCondition\"\n\t\t\t\t\t\t@delete-repeater=\"deleteRepeater\"\n\t\t\t\t\t\t@add-repeater=\"deleteRepeater\"\n\t\t\t\t\t\t:key=\"!field.hasNextTick ? field.alias : field.alias + '_' + fields[field.alias].nextTickCount\"\n\t\t\t\t>\n\t\t\t\t<\/component>\n\t\t\t<\/template>\n\t\t\t<template v-if=\"field.alias && field.alias.includes('group')\">\n\t\t\t\t<component\n\t\t\t\t\t\tformat=\"\"\n\t\t\t\t\t\ttext-days=\"days\"\n\t\t\t\t\t\tv-if=\"fields[field.alias] && !field.group_id\"\n\t\t\t\t\t\t:is=\"field._tag\"\n\t\t\t\t\t\t:id=\"calc_data.id\"\n\t\t\t\t\t\t:field=\"field\"\n\t\t\t\t\t\t:converter=\"currencyFormat\"\n\t\t\t\t\t\t:disabled=\"fields[field.alias].disabled\"\n\t\t\t\t\t\tv-model=\"fields[field.alias].value\"\n\t\t\t\t\t\tv-on:change=\"change\"\n\t\t\t\t\t\tv-on:[field._event]=\"change\"\n\t\t\t\t\t\tv-on:condition-apply=\"renderCondition\"\n\t\t\t\t\t\t@delete-repeater=\"deleteRepeater\"\n\t\t\t\t\t\t@add-repeater=\"deleteRepeater\"\n\t\t\t\t\t\t:key=\"!field.hasNextTick ? field.alias : field.alias + '_' + fields[field.alias].nextTickCount\"\n\t\t\t\t>\n\t\t\t\t\t<slot>\n\t\t\t\t\t\t<template v-for=\"element in calc_data.fields\">\n\t\t\t\t\t\t\t<component\n\t\t\t\t\t\t\t\t\tformat=\"\"\n\t\t\t\t\t\t\t\t\ttext-days=\"days\"\n\t\t\t\t\t\t\t\t\tv-if=\"fields[element.alias] && element.group_id === field.alias\"\n\t\t\t\t\t\t\t\t\t:is=\"element._tag\"\n\t\t\t\t\t\t\t\t\t:id=\"calc_data.id\"\n\t\t\t\t\t\t\t\t\t:field=\"element\"\n\t\t\t\t\t\t\t\t\t:converter=\"currencyFormat\"\n\t\t\t\t\t\t\t\t\t:disabled=\"fields[element.alias].disabled\"\n\t\t\t\t\t\t\t\t\tv-model=\"fields[element.alias].value\"\n\t\t\t\t\t\t\t\t\tv-on:change=\"change\"\n\t\t\t\t\t\t\t\t\tv-on:[element._event]=\"change\"\n\t\t\t\t\t\t\t\t\tv-on:condition-apply=\"renderCondition\"\n\t\t\t\t\t\t\t\t\t@delete-repeater=\"deleteRepeater\"\n\t\t\t\t\t\t\t\t\t@add-repeater=\"deleteRepeater\"\n\t\t\t\t\t\t\t\t\t:key=\"!element.hasNextTick ? element.alias : element.alias + '_' + fields[element.alias].nextTickCount\"\n\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t<\/component>\n\t\t\t\t\t\t<\/template>\n\t\t\t\t\t<\/slot>\n\t\t\t\t<\/component>\n\t\t\t<\/template>\n\t\t\t<template v-else-if=\"field && !field.alias && field.type !== 'Total'\">\n\t\t\t\t<component\n\t\t\t\t\t\t:id=\"calc_data.id\"\n\t\t\t\t\t\tstyle=\"boxStyle\"\n\t\t\t\t\t\t:is=\"field._tag\"\n\t\t\t\t\t\t:field=\"field\"\n\t\t\t\t>\n\t\t\t\t<\/component>\n\t\t\t<\/template>\n\t\t<\/template>\n\t<\/div>\n<\/div>\n\t\t\t<\/template>\n\n\t\t\t<div class=\"calc-page-navigation\" :class=\"{'show-totals': totalsInPages}\" v-if=\"pageBreakEnabled\">\n\t\t\t\t<div class=\"calc-page-navigation__total\" v-if=\"totalsInPages\">\n\t\t\t\t\t<div class=\"totals\">\n\t\t\t\t\t\t<div class=\"totals-item\">\n\t\t\t\t\t\t\t<template v-for=\"item in pageBreakRepeaterFormula\">\n\t\t\t\t\t\t\t\t<cost-total :value=\"item.total\" :discount=\"item.discount\" :field=\"item.data\" :id=\"calc_data.id\" @condition-apply=\"renderCondition\"><\/cost-total>\n\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t\t<template v-for=\"item in pageBreakTotals\">\n\t\t\t\t\t\t\t\t<div v-if=\"formulaConst.length === 1 && typeof formulaConst[0].alias === 'undefined'\" style=\"display: flex\" class=\"sub-list-item total\">\n\t\t\t\t\t\t\t\t\t<span class=\"sub-item-title\">Total<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"sub-item-value\" style=\"white-space: nowrap\">{{ item.data.converted }}<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t{{ item.discount }}\n\t\t\t\t\t\t\t\t<cost-total v-else :value=\"item.total\" :discount=\"item.discount\" :field=\"item.data\" :id=\"calc_data.id\" @condition-apply=\"renderCondition\"><\/cost-total>\n\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"summary\">\n\t\t\t\t\t\t<span @click=\"showSummaryPopup\">Show summary<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"calc-page-navigation__actions\">\n\t\t\t\t\t<button class=\"back\" @click=\"prevPage\" v-if=\"activePageIndex !== 0 \">\n\t\t\t\t\t\t<i class=\"ccb-icon-Arrow-Previous\"><\/i>\n\t\t\t\t\t\t<span>{{ currentPagePrevBtn }}<\/span>\n\t\t\t\t\t<\/button>\n\t\t\t\t\t<button class=\"next\" :class=\"{'disable': !pageConditionResult}\" @click=\"nextPage\" v-if=\"activePageIndex + 1 !== totalPages\">\n\t\t\t\t\t\t<span>{{ currentPageNextBtn }}<\/span>\n\t\t\t\t\t\t<i class=\"ccb-icon-Arrow-Previous\" style=\"transform: rotate(180deg);\"><\/i>\n\t\t\t\t\t<\/button>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<div class=\"calc-subtotal calc-list\" :id=\"getTotalStickyId\" :class=\"{loaded: !loader}\" v-if=\"!summaryInLastPage || !pageBreakEnabled\">\n\t\t\t<div class=\"calc-subtotal-wrapper\" :class=\"{ 'calc-page-break-subtotal-wrapper': !checkLastPage && pageBreakEnabled}\">\n\t\t\t\t<div class=\"calc-list-inner\">\n\t\t\t\t\t<div class=\"calc-item-title calc-accordion\" v-show=\"!summaryDisplay || showAfterSubmit\">\n\t\t\t\t\t\t<div class=\"ccb-calc-heading\">\n\t\t\t\t\t\t\tZusammenfassung\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"calc-accordion-btn\" ref=\"calcAccordionToggle\" @click=\"toggleAccordionAction\">\n\t\t\t\t\t\t\t\t<i class=\"ccb-icon-Path-3485\" :style=\"{top: '1px', transform: !accordionState ? 'rotate(0)' : 'rotate(180deg)'}\"><\/i>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div class=\"calc-item-title calc-accordion\" style=\"margin: 0 !important;\" v-show=\"summaryDisplay && !showAfterSubmit\">\n\t\t\t\t\t\t<div class=\"ccb-calc-heading\" style=\"text-transform: none !important; padding-bottom: 15px; word-break: break-word;\" v-text=\"summaryDisplaySettings?.form_title\"><\/div>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div class=\"calc-subtotal-list\" :class=\"{ 'show-unit': showUnitInSummary }\" v-show=\"!summaryDisplay || showAfterSubmit\">\n\t\t\t\t\t\t<transition>\n\t\t\t\t\t\t\t<div class=\"calc-subtotal-list-accordion\" :class=\"{hidden: !accordionState}\">\n\t\t\t\t\t\t\t\t<div class=\"calc-subtotal-list-header\" v-if=\"showUnitInSummary\">\n\t\t\t\t\t\t\t\t\t<span class=\"calc-subtotal-list-header__name\">Name<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"calc-subtotal-list-header__value\">Total<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t<template v-for=\"(field) in getTotalSummaryFields\" v-if=\"(!field.inRepeater || field.alias.includes('repeater')) && field.alias.indexOf('total') === -1 && settings && settings.general.descriptions\">\n\t\t\t\t\t\t\t\t\t<template v-if=\"field.alias.includes('repeater')\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"calc-repeater-subtotal\" v-for=\"(f, idx) in Object.values(field?.resultGrouped)\">\n\t\t\t\t\t\t\t\t\t\t\t<template v-if=\"getRepeaterFields(f)?.length\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"calc-repeater-subtotal-header\" :data-index=\"idx\" @click=\"toggleRepeater(idx)\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"ccb-icon-Path-3514\"><\/i>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span>{{field.label}}<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"ccb-repeater-field-number\">#{{idx + 1}}<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"calc-repeater-subtotal-fields\" :data-index=\"idx\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<template v-for=\"(innerField) in getRepeaterFields(f)\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<calc-total-summary :field=\"innerField\" :style=\"{'padding-top': '6px'}\"><\/calc-total-summary>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<calc-total-summary :field=\"innerField\" :unit=\"true\" v-if=\"innerField.option_unit\" :style=\"{'padding-top': '5px'}\"><\/calc-total-summary>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<calc-total-summary :field=\"innerField\" :style=\"{'padding-top': '5px'}\" :multi=\"true\" v-if=\"['checkbox', 'toggle', 'checkbox_with_img'].includes(innerField.alias.replace(\/\\_field_id.*\/,'')) && innerField.options?.length\"><\/calc-total-summary>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t\t\t\t\t<calc-total-summary :field=\"field\"><\/calc-total-summary>\n\t\t\t\t\t\t\t\t\t\t<template v-if=\"field.option_unit\">\n\t\t\t\t\t\t\t\t\t\t\t<template v-if=\"field.hasOwnProperty('allowPrice')\">\n\t\t\t\t\t\t\t\t\t\t\t\t<calc-total-summary :field=\"field\" :unit=\"true\" v-if=\"field.allowPrice\"><\/calc-total-summary>\n\t\t\t\t\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t\t\t\t\t\t\t<calc-total-summary :field=\"field\" :unit=\"true\"><\/calc-total-summary>\n\t\t\t\t\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t\t\t\t\t<calc-total-summary :field=\"field\" :multi=\"true\" v-if=\"['checkbox', 'toggle', 'checkbox_with_img'].includes(field.alias.replace(\/\\_field_id.*\/,'')) && field.options?.length\"><\/calc-total-summary>\n\t\t\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/transition>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div class=\"calc-subtotal-list totals\" style=\"margin-top: 20px; padding-top: 10px;\" ref=\"calcTotals\" :class=\"{'unit-enable': showUnitInSummary}\" v-show=\"(!summaryDisplay || showAfterSubmit) && notHiddenTotalsList?.length\">\n\t\t\t\t\t\t<template v-for=\"item in getRepeaterTotals\">\n\t\t\t\t\t\t\t<cost-total :value=\"item.total\" :discount=\"item.discount\" :field=\"item.data\" :id=\"calc_data.id\" @condition-apply=\"renderCondition\"><\/cost-total>\n\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t<template v-for=\"item in formulaConst\">\n\t\t\t\t\t\t\t<div v-if=\"formulaConst.length === 1 && typeof formulaConst[0].alias === 'undefined'\" style=\"display: flex\" class=\"sub-list-item total\">\n\t\t\t\t\t\t\t\t<span class=\"sub-item-title\">Total<\/span>\n\t\t\t\t\t\t\t\t<span class=\"sub-item-value\" style=\"white-space: nowrap\">{{ item.data.converted }}<\/span>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t{{ item.discount }}\n\t\t\t\t\t\t\t<cost-total v-else :value=\"item.total\" :discount=\"item.discount\" :field=\"item.data\" :id=\"calc_data.id\" @condition-apply=\"renderCondition\"><\/cost-total>\n\t\t\t\t\t\t<\/template>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div class=\"calc-subtotal-list\" v-if=\"getWooProductName\" v-show=\"!summaryDisplay || showAfterSubmit\">\n\t\t\t\t\t\t<div class=\"calc-woo-product\">\n\t\t\t\t\t\t\t<div class=\"calc-woo-product__info\">\n\t\t\t\t\t\t\t\t\"{{getWooProductName}}\" has been added to your cart\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div class=\"calc-promocode-wrapper\" v-if=\"hasPromocode\" v-show=\"!summaryDisplay || showAfterSubmit\">\n\t\t\t\t\t\t<div class=\"promocode-header\"><\/div>\n\t\t\t\t\t\t<div class=\"promocode-body\">\n\t\t\t\t\t\t\t<div class=\"calc-have-promocode\">\n\t\t\t\t\t\t\t\t<span>Have a promocode?<\/span>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"calc-item ccb-field ccb-field-quantity\">\n\t\t\t\t\t\t\t\t<div class=\"calc-item__title\" style=\"display: flex; align-items: center; column-gap: 10px\">\n\t\t\t\t\t\t\t\t\t<span>Promocode<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"ccb-promocode-hint\" v-if=\"showPromocode\" @click.stop=\"showPromocode = !showPromocode\">Hide<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"ccb-promocode-hint\" v-if=\"!showPromocode\" @click.stop=\"showPromocode = !showPromocode\">Show<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<template v-if=\"showPromocode\">\n\t\t\t\t\t\t\t\t\t<div class=\"calc-promocode-container\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"calc-input-wrapper ccb-field\" :class=\"{required: discountError !== ''}\">\n\t\t\t\t\t\t\t\t\t\t\t<span v-if=\"discountError === 'invalid'\" :class=\"{active: discountError !== ''}\" class=\"ccb-error-tip front default\">Invalid promocode<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<span v-if=\"discountError === 'not_exist'\" :class=\"{active: discountError !== ''}\" class=\"ccb-error-tip front default\">Promocode not exists<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<span v-if=\"discountError === 'used'\" :class=\"{active: discountError !== ''}\" class=\"ccb-error-tip front default\">Promo code is already applied<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<input type=\"text\" v-model=\"promocode\" @input=\"discountError = ''\" class=\"calc-input ccb-field ccb-appearance-field\">\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<button class=\"calc-btn-action ispro-wrapper success\" @click.stop=\"applyPromocode\">\n\t\t\t\t\t\t\t\t\t\t\t<span>Apply<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/button>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t<div class=\"calc-applied\" v-if=\"usedPromocodes?.length\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"calc-applied-title\">Applied promocodes:<\/span>\n\t\t\t\t\t\t\t\t\t\t<div class=\"ccb-promocodes-list\">\n\t\t\t\t\t\t\t\t\t\t\t<span v-for=\"promocode in usedPromocodes\" class=\"ccb-promocode\">\n\t\t\t\t\t\t\t\t\t\t\t\t{{ promocode }}\n\t\t\t\t\t\t\t\t\t\t\t\t<i @click.stop=\"removePromocode(promocode)\" class=\"remove ccb-icon-close\"><\/i>\n\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div class=\"calc-subtotal-list calc-buttons\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<cost-pro-features :settings=\"content.settings\" @submit=\"submitForm\" @reset=\"resetForm\"><\/cost-pro-features>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\n\t\t\t\t<div class=\"calc-list-inner calc-notice\" :class=\"noticeData.type\" v-show=\"getStep === 'notice' || (getStep === 'finish' && !hideThankYouPage)\" style=\"margin-top: 10px !important;\">\n\t\t\t\t\t<calc-notices :notice=\"noticeData\"\/>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<calc-invoice\n\t\t\t\t\tref=\"invoice\"\n\t\t\t\t\tcompany-name=\"\"\n\t\t\t\t\tcompany-info=\"\"\n\t\t\t\t\tcompany-logo=''\n\t\t\t\t\tdate-format=\"MM\/DD\/YYYY HH:mm\"\n\t\t\t\t\tstatic-texts='{&quot;order&quot;:&quot;Order&quot;,&quot;total_title&quot;:&quot;Total Summary&quot;,&quot;payment_method&quot;:&quot;Payment method:&quot;,&quot;contact_title&quot;:&quot;Contact Information&quot;,&quot;contact_form&quot;:{&quot;name&quot;:&quot;Name&quot;,&quot;email&quot;:&quot;Email&quot;,&quot;phone&quot;:&quot;Phone&quot;,&quot;message&quot;:&quot;Message&quot;},&quot;total_header&quot;:{&quot;name&quot;:&quot;Name&quot;,&quot;unit&quot;:&quot;Composition&quot;,&quot;total&quot;:&quot;Total&quot;}}'\n\t\t\t\t\tsend-email-texts='{&quot;title&quot;:&quot;Email Quote&quot;,&quot;name&quot;:&quot;Name&quot;,&quot;name_holder&quot;:&quot;Enter name&quot;,&quot;email&quot;:&quot;Email&quot;,&quot;email_holder&quot;:&quot;Enter Email&quot;,&quot;message&quot;:&quot;Message&quot;,&quot;message_holder&quot;:&quot;Enter message&quot;,&quot;submit&quot;:&quot;Send&quot;,&quot;close&quot;:&quot;Close&quot;,&quot;success_text&quot;:&quot;Email Quote Successfully Sent!&quot;,&quot;error_message&quot;:&quot;Fill in the required fields correctly.&quot;}'\n\t\t\t\t\tsend-pdf-from=\"stefan.enderle@finanzfuchsgruppe.at\"\n\t\t\t\t\tsend-pdf-fromname=\"Manuel Yacoub\"\n\t\t\t\t\t:summary-fields=\"getTotalSummaryFields\"\n\t\t\t\t\tsite-lang=\"en-GB\"\n\t\t\t\/>\n\t<\/div>\n<\/div>\n"};</script>{"id":634,"date":"2024-01-20T13:16:47","date_gmt":"2024-01-20T12:16:47","guid":{"rendered":"https:\/\/stefanenderle.at\/?page_id=634"},"modified":"2026-02-06T10:48:15","modified_gmt":"2026-02-06T09:48:15","slug":"investment","status":"publish","type":"page","link":"https:\/\/stefanenderle.at\/en\/investment\/","title":{"rendered":"Investment"},"content":{"rendered":"<div class=\"elementor-element elementor-element-fb65e81 elementor-hidden-desktop elementor-hidden-tablet e-flex e-con-boxed e-con e-parent\" data-id=\"fb65e81\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a2b06ee elementor-widget elementor-widget-spacer\" data-id=\"a2b06ee\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8a8179a elementor-hidden-tablet elementor-widget elementor-widget-text-editor\" data-id=\"8a8179a\" 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\u00dcR EINE SORGENFREIE ZUKUNFT<\/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-cc7635c elementor-widget elementor-widget-heading\" data-id=\"cc7635c\" 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\">INVESTMENT<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cf6a451 elementor-hidden-tablet elementor-widget elementor-widget-text-editor\" data-id=\"cf6a451\" 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>Gemeinsam Sicherheit schaffen, f\u00fcr eine sorgenfreie Zukunft. Wir finden die passende Anlagestrategie f\u00fcr Ihr Profil. Mit unserem Vorsorgerechner k\u00f6nnen Sie f\u00fcr Ihre Zukunft planen.<\/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-6b75fcd elementor-mobile-align-left elementor-align-left elementor-tablet-align-left elementor-invisible elementor-widget elementor-widget-button\" data-id=\"6b75fcd\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:0}\" 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 elementor-animation-shrink\" href=\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjE1MSIsInRvZ2dsZSI6ZmFsc2V9\">\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\">Kontakt<\/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<div class=\"elementor-element elementor-element-9bd0067 elementor-widget elementor-widget-spacer\" data-id=\"9bd0067\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/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<div class=\"elementor-element elementor-element-ff61f45 e-con-full elementor-hidden-mobile elementor-hidden-tablet e-flex e-con e-parent\" data-id=\"ff61f45\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1139dcc elementor-widget__width-inherit elementor-hidden-mobile elementor-widget elementor-widget-ucaddon_transparent_split_hero\" data-id=\"1139dcc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ucaddon_transparent_split_hero.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<!-- start Transparent Split Hero -->\n\t\t<link id='uc_ac_assets_file_uc_photography_header_css_0-css' href='https:\/\/stefanenderle.at\/wp-content\/uploads\/ac_assets\/uc_photography_header\/uc_photography_header.css' type='text\/css' rel='stylesheet' >\n\n<style>\/* widget: Transparent Split Hero *\/\n\n.uc_photography_header *{\n\tmargin:0;\n\tpadding:0;\n\t-webkit-box-sizing: border-box;\n\t-moz-box-sizing: border-box;\n\tbox-sizing: border-box;\n\t\n}\n#uc_transparent_split_hero_elementor_1139dcc\n{\n\tposition:relative;\n\twidth:100%;\n    background-position:center;\n    background-size:cover;\n    background-image:url(https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/08\/pexels-alphatradezone-5833305-scaled.jpg);\n    display:flex;\n    overflow:hidden;\n    \n}\n\n#uc_transparent_split_hero_elementor_1139dcc > div\n{\n  height:100%;\n  display:flex;\n    align-items:center;\n}\n\n.uc_photography_header .uc_container_text_box{ \n  text-align:left;\n}\n\n.uc_photography_header .uc_subtitle\n{\n  font-size:42px;\n}\n\n.uc_photography_header .uc_container_text_box a{\n\tborder-style:solid;\n\tdisplay:inline-block;\n}\n\n<\/style>\n\n<div class=\"uc_photography_header\" id=\"uc_transparent_split_hero_elementor_1139dcc\">    \t      \n  <div class=\"uc_container_text_box\">  \n  <div>\n        <h1 class=\"uc_title\">F\u00dcR EINE SORGENFREIE ZUKUNFT<\/h1>\n        <div class=\"uc_subtitle\">INVESTMENT<\/div>\n        <div class=\"uc_text\">Gemeinsam Sicherheit schaffen f\u00fcr eine sorgenfreie Zukunft. Wir finden die passende Anlagestrategie f\u00fcr Ihr Profil. Mit unserem Vorsorgerechner k\u00f6nnen Sie f\u00fcr Ihre Zukunft planen.<\/div>\n        <a class=\"uc_btn\" href=\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjE1MSIsInRvZ2dsZSI6ZmFsc2V9\" >KONTAKT<\/a>\n    <\/div>\n  <\/div>\n<\/div>\n<!-- end Transparent Split Hero -->\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f6e7052 e-flex e-con-boxed e-con e-child\" data-id=\"f6e7052\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-f94284a e-con-full animated-slow e-flex e-con e-child\" data-id=\"f94284a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;none&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b8429fc elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"b8429fc\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><p><span style=\"color: white\">EINE<\/span> <span style=\"color: #c39d7b\">SICHERE VORSORGE<\/span><\/p><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-edeeec2 animated-slow elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"edeeec2\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:0}\" 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<ul><li>Ma\u00dfgeschneidertes Portfolio Planning<\/li><li>Ausf\u00fchrliche Analyse<\/li><li>Mehr als 5000 Investmentm\u00f6glichkeiten<\/li><li>Alles im \u00dcberblick mit unserer App<\/li><\/ul>\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-c2e688d animated-slow elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"c2e688d\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:0}\" 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><strong>Jetzt unverbindliches Angebot einholen!<\/strong><\/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-51ebf8f elementor-mobile-align-justify elementor-align-left animated-slow elementor-invisible elementor-widget elementor-widget-button\" data-id=\"51ebf8f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:0}\" 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 elementor-animation-shrink\" href=\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjE1MSIsInRvZ2dsZSI6ZmFsc2V9\">\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\">KONTAKT<\/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<\/div>\n\t\t<div class=\"elementor-element elementor-element-1009502 e-con-full elementor-hidden-mobile e-flex elementor-invisible e-con e-child\" data-id=\"1009502\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:23,&quot;end&quot;:100}},&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:4,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-02e2f8b elementor-invisible elementor-widget elementor-widget-image\" data-id=\"02e2f8b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/02\/pexels-yaroslav-shuraev-8918079-scaled.jpg\" title=\"\" alt=\"\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-502b317 e-con-full elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile e-flex elementor-invisible e-con e-child\" data-id=\"502b317\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-67f5f18 elementor-invisible elementor-widget elementor-widget-image\" data-id=\"67f5f18\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/02\/pexels-yaroslav-shuraev-8918079-scaled.jpg\" title=\"\" alt=\"\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a039eaa e-con-full elementor-hidden-mobile e-flex elementor-invisible e-con e-child\" data-id=\"a039eaa\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-42f4ca0 elementor-widget elementor-widget-image\" data-id=\"42f4ca0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"684\" height=\"1024\" src=\"https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/08\/pexels-cottonbro-3171202-684x1024.jpg\" class=\"attachment-large size-large wp-image-8132\" alt=\"\" srcset=\"https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/08\/pexels-cottonbro-3171202-684x1024.jpg 684w, https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/08\/pexels-cottonbro-3171202-200x300.jpg 200w, https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/08\/pexels-cottonbro-3171202-768x1150.jpg 768w, https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/08\/pexels-cottonbro-3171202-1026x1536.jpg 1026w, https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/08\/pexels-cottonbro-3171202-1368x2048.jpg 1368w, https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/08\/pexels-cottonbro-3171202-8x12.jpg 8w, https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/08\/pexels-cottonbro-3171202-scaled.jpg 1710w\" sizes=\"(max-width: 684px) 100vw, 684px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-50aa347 e-con-full elementor-hidden-mobile e-flex elementor-invisible e-con e-child\" data-id=\"50aa347\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-921cb0b elementor-widget elementor-widget-image\" data-id=\"921cb0b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"2560\" height=\"1710\" src=\"https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/08\/pexels-cottonbro-3171207-scaled.jpg\" class=\"attachment-full size-full wp-image-8131\" alt=\"\" srcset=\"https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/08\/pexels-cottonbro-3171207-scaled.jpg 2560w, https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/08\/pexels-cottonbro-3171207-300x200.jpg 300w, https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/08\/pexels-cottonbro-3171207-1024x684.jpg 1024w, https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/08\/pexels-cottonbro-3171207-768x513.jpg 768w, https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/08\/pexels-cottonbro-3171207-1536x1026.jpg 1536w, https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/08\/pexels-cottonbro-3171207-2048x1368.jpg 2048w, https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/08\/pexels-cottonbro-3171207-18x12.jpg 18w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f755849 e-con-full elementor-hidden-desktop elementor-hidden-tablet e-flex elementor-invisible e-con e-child\" data-id=\"f755849\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">\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<div class=\"elementor-element elementor-element-cf2e479 elementor-hidden-desktop e-flex e-con-boxed e-con e-parent\" data-id=\"cf2e479\" 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-fc42470 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"fc42470\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><p><span style=\"color: white\">EINE<\/span> <span style=\"color: #c39d7b\">SICHERE VORSORGE<\/span><\/p><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b31f008 animated-slow elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"b31f008\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:0}\" 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<ul><li>Ma\u00dfgeschneidertes Portfolio Planning<\/li><li>Ausf\u00fchrliche Analyse<\/li><li>Mehr als 5000 Investmentm\u00f6glichkeiten<\/li><li>Alles im \u00dcberblick mit unserer App<\/li><\/ul>\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-119224f animated-slow elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"119224f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:0}\" 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><strong>Jetzt unverbindliches Angebot einholen!<\/strong><\/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-f2d7276 elementor-mobile-align-justify elementor-align-left animated-slow elementor-invisible elementor-widget elementor-widget-button\" data-id=\"f2d7276\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:0}\" 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 elementor-animation-shrink\" href=\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjE1MSIsInRvZ2dsZSI6ZmFsc2V9\">\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\">KONTAKT<\/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<div class=\"elementor-element elementor-element-d248bd9 elementor-widget elementor-widget-image\" data-id=\"d248bd9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"800\" height=\"534\" src=\"https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/08\/pexels-cottonbro-3171207-1024x684.jpg\" class=\"attachment-large size-large wp-image-8131\" alt=\"\" srcset=\"https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/08\/pexels-cottonbro-3171207-1024x684.jpg 1024w, https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/08\/pexels-cottonbro-3171207-300x200.jpg 300w, https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/08\/pexels-cottonbro-3171207-768x513.jpg 768w, https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/08\/pexels-cottonbro-3171207-1536x1026.jpg 1536w, https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/08\/pexels-cottonbro-3171207-2048x1368.jpg 2048w, https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/08\/pexels-cottonbro-3171207-18x12.jpg 18w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\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-a338e10 e-flex e-con-boxed e-con e-parent\" data-id=\"a338e10\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-53e5e08 elementor-invisible elementor-widget elementor-widget-shortcode\" data-id=\"53e5e08\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" 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\">\n<div class=\"calculator-settings ccb-front ccb-wrapper-1612 \" data-calc-id=\"1612\">\n\t<calc-builder-front v-cloak custom=\"\" :content=\"{&quot;id&quot;:&quot;1612&quot;,&quot;settings&quot;:{&quot;general&quot;:{&quot;tour_title&quot;:&quot;Grand Total&quot;,&quot;tour_description&quot;:&quot;Edit the default view of the Total summary.&quot;,&quot;header_title&quot;:&quot;Zusammenfassung&quot;,&quot;descriptions&quot;:true,&quot;hide_empty&quot;:true,&quot;hide_empty_for_orders_pdf_emails&quot;:true,&quot;sticky&quot;:false,&quot;show_option_unit&quot;:false,&quot;in_pro&quot;:false,&quot;icons&quot;:&quot;ccb-icon-Union-28&quot;,&quot;slug&quot;:&quot;total-summary&quot;,&quot;styles&quot;:{&quot;radio&quot;:&quot;radio_field_id_0&quot;,&quot;checkbox&quot;:&quot;&quot;,&quot;toggle&quot;:&quot;&quot;,&quot;radio_with_img&quot;:&quot;&quot;,&quot;checkbox_with_img&quot;:&quot;&quot;},&quot;show_details_accordion&quot;:false,&quot;boxStyle&quot;:&quot;horizontal&quot;},&quot;currency&quot;:{&quot;tour_title&quot;:&quot;Currency&quot;,&quot;tour_description&quot;:&quot;Set the currency sign and edit its default appearance.&quot;,&quot;currency&quot;:&quot;\\u20ac&quot;,&quot;num_after_integer&quot;:&quot;2&quot;,&quot;decimal_separator&quot;:&quot;,&quot;,&quot;thousands_separator&quot;:&quot;.&quot;,&quot;currencyPosition&quot;:&quot;left&quot;,&quot;in_pro&quot;:false,&quot;icons&quot;:&quot;ccb-icon-Union-23&quot;,&quot;slug&quot;:&quot;currency&quot;},&quot;texts&quot;:{&quot;tour_title&quot;:&quot;Notifications&quot;,&quot;tour_description&quot;:&quot;Manage notifications of Calculator forms.&quot;,&quot;title&quot;:&quot;Your service request has been completed!&quot;,&quot;description&quot;:&quot;We have sent order details to your email.&quot;,&quot;issued_on&quot;:&quot;Issued on&quot;,&quot;reset_btn&quot;:&quot;Create new calculation&quot;,&quot;invoice_btn&quot;:&quot;Get invoice&quot;,&quot;required_msg&quot;:&quot;Dieses Feld ist erforderlich&quot;,&quot;in_pro&quot;:false,&quot;icons&quot;:&quot;ccb-icon-Path-3601&quot;,&quot;slug&quot;:&quot;texts&quot;,&quot;form_fields&quot;:{&quot;email_format&quot;:&quot;Ung\\u00fcltige E-Mail&quot;,&quot;email_field&quot;:&quot;E-Mail ist erforderlich&quot;,&quot;name_field&quot;:&quot;Name ist erforderlich&quot;,&quot;phone_field&quot;:&quot;Telefonnummer ist erforderlich&quot;,&quot;terms_and_conditions_field&quot;:&quot;Bitte lesen Sie unsere Bedingungen und klicken Sie auf das Kontrollk\\u00e4stchen&quot;}},&quot;thankYouPage&quot;:{&quot;tour_title&quot;:&quot;Confirmation page&quot;,&quot;tour_description&quot;:&quot;Make a custom thank you page for users after making an order&quot;,&quot;slug&quot;:&quot;thank-you-page&quot;,&quot;enable&quot;:true,&quot;type&quot;:&quot;same_page&quot;,&quot;is_on&quot;:true,&quot;page_id&quot;:&quot;&quot;,&quot;custom_page_link&quot;:&quot;&quot;,&quot;title&quot;:&quot;Vielen Dank f\\u00fcr Ihre Anfrage&quot;,&quot;description&quot;:&quot;Wir haben Ihnen die Details per Mail zugesendet&quot;,&quot;order_title&quot;:&quot;Anfrage&quot;,&quot;back_button_text&quot;:&quot;Zur\\u00fcck zum Rechner&quot;,&quot;download_button&quot;:false,&quot;download_button_text&quot;:&quot;Download PDF&quot;,&quot;share_button&quot;:false,&quot;share_button_text&quot;:&quot;Send PDF to&quot;,&quot;custom_button&quot;:true,&quot;custom_button_text&quot;:&quot;Zur\\u00fcck zur Startseite&quot;,&quot;custom_button_link&quot;:&quot;https:\\\/\\\/stefanenderle.at&quot;,&quot;complete_msg&quot;:&quot;Your order has been placed&quot;,&quot;icons&quot;:&quot;ccb-icon-Check-Circle-new&quot;},&quot;sticky_calc&quot;:{&quot;tour_title&quot;:&quot;Sticky calculator&quot;,&quot;tour_description&quot;:&quot;Add a button that stays on the screen as users scroll&quot;,&quot;slug&quot;:&quot;sticky-calculator&quot;,&quot;enable&quot;:&quot;&quot;,&quot;display_type&quot;:&quot;btn&quot;,&quot;btn_position&quot;:&quot;bottom_left&quot;,&quot;banner_position&quot;:&quot;bottom&quot;,&quot;hide_icon&quot;:false,&quot;title&quot;:&quot;calc_title&quot;,&quot;description&quot;:&quot;Description text&quot;,&quot;formulas&quot;:[],&quot;pages&quot;:[],&quot;btn_text&quot;:&quot;Open calculator&quot;,&quot;one_click_action&quot;:&quot;open_modal&quot;,&quot;show_calculator&quot;:false,&quot;show_total&quot;:true,&quot;custom_text&quot;:&quot;&quot;,&quot;custom_desc&quot;:&quot;&quot;,&quot;icons&quot;:&quot;ccb-icon-sticky-calc&quot;,&quot;classes&quot;:&quot;&quot;,&quot;is_on&quot;:true,&quot;icon&quot;:&quot;&quot;},&quot;formFields&quot;:{&quot;tour_title&quot;:&quot;Send Form&quot;,&quot;tour_description&quot;:&quot;Choose contact form type and fill out settings.&quot;,&quot;fields&quot;:[],&quot;formulas&quot;:[{&quot;idx&quot;:0,&quot;title&quot;:&quot;Investiertes Kapital&quot;,&quot;alias&quot;:&quot;total_field_id_7&quot;},{&quot;idx&quot;:1,&quot;title&quot;:&quot;Gewinn&quot;,&quot;alias&quot;:&quot;total_field_id_5&quot;},{&quot;idx&quot;:2,&quot;title&quot;:&quot;Endkapital&quot;,&quot;alias&quot;:&quot;total_field_id_6&quot;}],&quot;emailSubject&quot;:&quot;Anfrage \\u00fcber den Vorsorgerechenr&quot;,&quot;contactFormId&quot;:&quot;&quot;,&quot;accessEmail&quot;:true,&quot;adminEmailAddress&quot;:&quot;stefan.enderle@finanzfuchsgruppe.at&quot;,&quot;customEmailAddresses&quot;:[&quot;&quot;],&quot;submitBtnText&quot;:&quot;Absenden&quot;,&quot;openModalBtnText&quot;:&quot;Anfragen&quot;,&quot;allowContactForm&quot;:&quot;&quot;,&quot;order_id_in_subject&quot;:false,&quot;body&quot;:&quot;&quot;,&quot;payment&quot;:&quot;&quot;,&quot;paymentMethod&quot;:&quot;&quot;,&quot;paymentMethods&quot;:[],&quot;in_pro&quot;:true,&quot;icons&quot;:&quot;ccb-icon-XMLID_426&quot;,&quot;slug&quot;:&quot;send-form&quot;,&quot;terms_and_conditions&quot;:{&quot;checkbox&quot;:false,&quot;text&quot;:&quot;Hiermit akzeptiere ich die&quot;,&quot;page_id&quot;:341,&quot;link&quot;:&quot;https:\\\/\\\/stefanenderle.at\\\/datenschutzerklaerung\\\/&quot;,&quot;link_text&quot;:&quot;Datenschutzerkl\\u00e4rung&quot;},&quot;summary_display&quot;:{&quot;enable&quot;:false,&quot;form_title&quot;:&quot;You will get a quote and invoice after submitting the form&quot;,&quot;submit_btn_text&quot;:&quot;Get a quote&quot;,&quot;action_after_submit&quot;:&quot;send_to_email&quot;},&quot;is_on&quot;:true,&quot;accessTermsEmail&quot;:true,&quot;terms_use_in_all&quot;:false},&quot;emailOptions&quot;:[{&quot;adminEmailAddress&quot;:&quot;&quot;,&quot;emailDescription&quot;:&quot;&quot;}],&quot;sendFormFields&quot;:[{&quot;name&quot;:&quot;name&quot;,&quot;required&quot;:true,&quot;value&quot;:&quot;&quot;},{&quot;name&quot;:&quot;email&quot;,&quot;required&quot;:true,&quot;value&quot;:&quot;&quot;},{&quot;name&quot;:&quot;phone&quot;,&quot;required&quot;:true,&quot;value&quot;:&quot;&quot;},{&quot;name&quot;:&quot;message&quot;,&quot;required&quot;:false,&quot;value&quot;:&quot;&quot;}],&quot;sendFormRequires&quot;:[{&quot;required&quot;:false},{&quot;required&quot;:false},{&quot;required&quot;:false},{&quot;required&quot;:false}],&quot;woo_products&quot;:{&quot;tour_title&quot;:&quot;Woo Products&quot;,&quot;tour_description&quot;:&quot;Enables Calculator on the product page.&quot;,&quot;enable&quot;:&quot;&quot;,&quot;category_id&quot;:&quot;&quot;,&quot;category_ids&quot;:[],&quot;product_ids&quot;:[],&quot;by_category&quot;:true,&quot;by_product&quot;:false,&quot;hook_to_show&quot;:&quot;woocommerce_after_single_product_summary&quot;,&quot;hide_woo_cart&quot;:true,&quot;meta_links&quot;:[],&quot;in_pro&quot;:true,&quot;icons&quot;:&quot;ccb-icon-Union-17&quot;,&quot;slug&quot;:&quot;woo-products&quot;,&quot;is_on&quot;:true},&quot;woo_checkout&quot;:{&quot;tour_title&quot;:&quot;Woo Checkout&quot;,&quot;tour_description&quot;:&quot;Enables WooCommerce Checkout.&quot;,&quot;enable&quot;:&quot;&quot;,&quot;product_id&quot;:&quot;&quot;,&quot;redirect_to&quot;:&quot;cart&quot;,&quot;description&quot;:&quot;[ccb-total-0]&quot;,&quot;formulas&quot;:[{&quot;idx&quot;:0,&quot;title&quot;:&quot;Total&quot;,&quot;alias&quot;:&quot;total_field_id_4&quot;}],&quot;in_pro&quot;:true,&quot;icons&quot;:&quot;ccb-icon-Path-3498&quot;,&quot;slug&quot;:&quot;woo-checkout&quot;,&quot;replace_product&quot;:true,&quot;is_on&quot;:true},&quot;payment_gateway&quot;:{&quot;slug&quot;:&quot;payment-gateway&quot;,&quot;icons&quot;:&quot;ccb-icon-Path-3500&quot;,&quot;tour_title&quot;:&quot;Payment Gateways&quot;,&quot;tour_description&quot;:&quot;Set-up your payments&quot;,&quot;in_pro&quot;:true,&quot;is_on&quot;:true,&quot;cards&quot;:{&quot;enable&quot;:&quot;&quot;,&quot;card_payments&quot;:{&quot;stripe&quot;:{&quot;enable&quot;:&quot;&quot;,&quot;secretKey&quot;:&quot;testtest&quot;,&quot;publishKey&quot;:&quot;testtest&quot;,&quot;currency&quot;:&quot;USD&quot;,&quot;mode&quot;:&quot;test_mode&quot;,&quot;payment_type&quot;:&quot;same_page&quot;,&quot;logo&quot;:&quot;https:\\\/\\\/stefanenderle.at\\\/wp-content\\\/plugins\\\/cost-calculator-builder\\\/frontend\\\/dist\\\/img\\\/stripe.svg&quot;,&quot;label&quot;:&quot;Stripe&quot;,&quot;slug&quot;:&quot;stripe&quot;,&quot;payment_logo_width&quot;:&quot;68px&quot;},&quot;razorpay&quot;:{&quot;enable&quot;:false,&quot;keyId&quot;:&quot;&quot;,&quot;secretKey&quot;:&quot;&quot;,&quot;currency&quot;:&quot;USD&quot;,&quot;payment_type&quot;:&quot;same_page&quot;,&quot;logo&quot;:&quot;https:\\\/\\\/stefanenderle.at\\\/wp-content\\\/plugins\\\/cost-calculator-builder\\\/frontend\\\/dist\\\/img\\\/razorpay.png&quot;,&quot;label&quot;:&quot;Razorpay&quot;,&quot;slug&quot;:&quot;razorpay&quot;,&quot;payment_logo_width&quot;:&quot;88px&quot;}}},&quot;paypal&quot;:{&quot;enable&quot;:&quot;&quot;,&quot;integration_type&quot;:&quot;legacy&quot;,&quot;paypal_email&quot;:&quot;test@test.stm&quot;,&quot;currency_code&quot;:&quot;USD&quot;,&quot;paypal_mode&quot;:&quot;sandbox&quot;,&quot;client_id&quot;:&quot;&quot;,&quot;client_secret&quot;:&quot;&quot;,&quot;tour_title&quot;:&quot;PayPal&quot;,&quot;tour_description&quot;:&quot;Enables PayPal payment gateway.&quot;,&quot;description&quot;:&quot;[ccb-total-0]&quot;,&quot;formulas&quot;:[{&quot;idx&quot;:0,&quot;title&quot;:&quot;Total&quot;,&quot;alias&quot;:&quot;total_field_id_4&quot;}],&quot;in_pro&quot;:true,&quot;icons&quot;:&quot;ccb-icon-Path-3500&quot;,&quot;slug&quot;:&quot;paypal&quot;,&quot;use_in_all&quot;:true},&quot;cash_payment&quot;:{&quot;enable&quot;:false,&quot;label&quot;:&quot;Cash Payment&quot;,&quot;type&quot;:&quot;&quot;},&quot;formulas&quot;:[{&quot;idx&quot;:0,&quot;title&quot;:&quot;Total&quot;,&quot;alias&quot;:&quot;total_field_id_4&quot;}]},&quot;webhooks&quot;:{&quot;tour_title&quot;:&quot;Webhooks&quot;,&quot;tour_description&quot;:&quot;Enables custom webhooks for different events.&quot;,&quot;enableSendForms&quot;:false,&quot;enablePaymentBtn&quot;:false,&quot;enableEmailQuote&quot;:false,&quot;send_form_url&quot;:&quot;&quot;,&quot;payment_btn_url&quot;:&quot;&quot;,&quot;email_quote_url&quot;:&quot;&quot;,&quot;secret_key_send_form&quot;:&quot;&quot;,&quot;secret_key_payment_btn&quot;:&quot;&quot;,&quot;secret_key_email_quote&quot;:&quot;&quot;,&quot;in_pro&quot;:true,&quot;is_on&quot;:true,&quot;icons&quot;:&quot;ccb-icon-Webhooks&quot;,&quot;slug&quot;:&quot;webhooks&quot;},&quot;recaptcha&quot;:{&quot;use_in_all&quot;:false,&quot;enable&quot;:true,&quot;type&quot;:&quot;v3&quot;,&quot;v2&quot;:{&quot;siteKey&quot;:&quot;&quot;,&quot;secretKey&quot;:&quot;&quot;},&quot;v3&quot;:{&quot;siteKey&quot;:&quot;6Lf6pEwqAAAAAExfST9pPnqTtRp55RKb_-84pAH2&quot;,&quot;secretKey&quot;:&quot;6Lf6pEwqAAAAABECUbNi1c6gmpxFJjV_WGhNwLXu&quot;},&quot;options&quot;:{&quot;v2&quot;:&quot;Google reCAPTCHA v2&quot;,&quot;v3&quot;:&quot;Google reCAPTCHA v3&quot;}},&quot;notice&quot;:{&quot;requiredField&quot;:&quot;This field is required&quot;},&quot;page_break&quot;:{&quot;total_in_page&quot;:false,&quot;summary_after_last_page&quot;:false,&quot;pagination_type&quot;:&quot;circle_with_line&quot;,&quot;hide_pagination_title&quot;:false,&quot;formulas&quot;:[],&quot;has_page&quot;:false},&quot;icon&quot;:&quot;fas fa-cogs&quot;,&quot;type&quot;:&quot;Cost Calculator Settings&quot;,&quot;recaptcha_type&quot;:{&quot;v2&quot;:&quot;Google reCAPTCHA v2&quot;,&quot;v3&quot;:&quot;Google reCAPTCHA v3&quot;},&quot;recaptcha_v3&quot;:{&quot;siteKey&quot;:&quot;&quot;,&quot;secretKey&quot;:&quot;&quot;},&quot;calc_id&quot;:&quot;1612&quot;,&quot;title&quot;:&quot;Vorsorgerechner&quot;,&quot;invoice&quot;:{&quot;showAfterPayment&quot;:true,&quot;emailButton&quot;:false}},&quot;currency&quot;:{&quot;currency&quot;:&quot;\\u20ac&quot;,&quot;num_after_integer&quot;:2,&quot;decimal_separator&quot;:&quot;,&quot;,&quot;thousands_separator&quot;:&quot;.&quot;,&quot;currency_position&quot;:&quot;left&quot;},&quot;geolocation&quot;:{&quot;type&quot;:&quot;google_map&quot;,&quot;maps&quot;:{&quot;google_map&quot;:&quot;Google Map&quot;},&quot;public_key&quot;:&quot;&quot;,&quot;secret_key&quot;:&quot;&quot;,&quot;measure&quot;:&quot;km&quot;,&quot;measures&quot;:{&quot;miles&quot;:&quot;Miles&quot;,&quot;km&quot;:&quot;Kilometers&quot;},&quot;pickUpIconPath&quot;:&quot;&quot;,&quot;markerIconPath&quot;:&quot;&quot;},&quot;fields&quot;:[{&quot;label&quot;:&quot;Sparziel&quot;,&quot;_id&quot;:0,&quot;default&quot;:&quot;1_0&quot;,&quot;onValue&quot;:null,&quot;description&quot;:&quot;&quot;,&quot;required&quot;:&quot;false&quot;,&quot;_event&quot;:&quot;change&quot;,&quot;allowRound&quot;:&quot;&quot;,&quot;additionalCss&quot;:&quot;&quot;,&quot;_tag&quot;:&quot;cost-radio&quot;,&quot;additionalStyles&quot;:&quot;&quot;,&quot;addToSummary&quot;:false,&quot;allowCurrency&quot;:&quot;&quot;,&quot;type&quot;:&quot;Radio Button&quot;,&quot;icon&quot;:&quot;ccb-icon-Path-3511&quot;,&quot;alias&quot;:&quot;radio_field_id_0&quot;,&quot;desc_option&quot;:&quot;after&quot;,&quot;summary_view&quot;:&quot;show_label_not_calculable&quot;,&quot;styles&quot;:{&quot;box_style&quot;:&quot;vertical&quot;,&quot;style&quot;:&quot;box&quot;},&quot;options&quot;:[{&quot;optionText&quot;:&quot;Pension&quot;,&quot;optionValue&quot;:&quot;1&quot;},{&quot;optionText&quot;:&quot;Kinder&quot;,&quot;optionValue&quot;:&quot;2&quot;},{&quot;optionText&quot;:&quot;Urlaub&quot;,&quot;optionValue&quot;:&quot;3&quot;},{&quot;optionText&quot;:&quot;Sonstige&quot;,&quot;optionValue&quot;:&quot;4&quot;}],&quot;apply_style_for_all&quot;:true,&quot;text&quot;:&quot;Radio select&quot;,&quot;letter&quot;:&quot;A&quot;},{&quot;unit&quot;:&quot;1&quot;,&quot;min&quot;:&quot;&quot;,&quot;max&quot;:&quot;&quot;,&quot;label&quot;:&quot;Einmaleinlage&quot;,&quot;_id&quot;:1,&quot;default&quot;:&quot;&quot;,&quot;description&quot;:&quot;&quot;,&quot;placeholder&quot;:&quot;&quot;,&quot;required&quot;:&quot;false&quot;,&quot;_event&quot;:&quot;keyup&quot;,&quot;type&quot;:&quot;Quantity&quot;,&quot;allowRound&quot;:&quot;&quot;,&quot;additionalCss&quot;:&quot;&quot;,&quot;additionalStyles&quot;:&quot;&quot;,&quot;addToSummary&quot;:true,&quot;allowCurrency&quot;:&quot;&quot;,&quot;multiply&quot;:false,&quot;unitPosition&quot;:&quot;right&quot;,&quot;unitSymbol&quot;:&quot;&quot;,&quot;enabled_currency_settings&quot;:false,&quot;_tag&quot;:&quot;cost-quantity&quot;,&quot;icon&quot;:&quot;ccb-icon-Subtraction-6&quot;,&quot;alias&quot;:&quot;quantity_field_id_1&quot;,&quot;desc_option&quot;:&quot;after&quot;,&quot;step&quot;:&quot;1&quot;,&quot;text&quot;:&quot;Quantity field&quot;,&quot;idx&quot;:2,&quot;letter&quot;:&quot;B&quot;},{&quot;unit&quot;:&quot;1&quot;,&quot;min&quot;:&quot;&quot;,&quot;max&quot;:&quot;&quot;,&quot;label&quot;:&quot;Sparrate monatlich&quot;,&quot;_id&quot;:2,&quot;default&quot;:&quot;&quot;,&quot;description&quot;:&quot;&quot;,&quot;placeholder&quot;:&quot;&quot;,&quot;required&quot;:&quot;false&quot;,&quot;_event&quot;:&quot;keyup&quot;,&quot;type&quot;:&quot;Quantity&quot;,&quot;allowRound&quot;:&quot;&quot;,&quot;additionalCss&quot;:&quot;&quot;,&quot;additionalStyles&quot;:&quot;&quot;,&quot;addToSummary&quot;:true,&quot;allowCurrency&quot;:&quot;&quot;,&quot;multiply&quot;:false,&quot;unitPosition&quot;:&quot;right&quot;,&quot;unitSymbol&quot;:&quot;&quot;,&quot;enabled_currency_settings&quot;:false,&quot;_tag&quot;:&quot;cost-quantity&quot;,&quot;icon&quot;:&quot;ccb-icon-Subtraction-6&quot;,&quot;alias&quot;:&quot;quantity_field_id_2&quot;,&quot;desc_option&quot;:&quot;after&quot;,&quot;step&quot;:&quot;1&quot;,&quot;text&quot;:&quot;Quantity field&quot;,&quot;idx&quot;:3,&quot;stm_dublicate_field_id&quot;:1,&quot;letter&quot;:&quot;C&quot;,&quot;sign&quot;:&quot;\\u20ac\\\/Monat&quot;},{&quot;step&quot;:&quot;1&quot;,&quot;unit&quot;:&quot;1&quot;,&quot;sign&quot;:&quot;%&quot;,&quot;label&quot;:&quot;Zinssatz&quot;,&quot;_id&quot;:3,&quot;default&quot;:&quot;3&quot;,&quot;minValue&quot;:&quot;0&quot;,&quot;maxValue&quot;:&quot;10&quot;,&quot;description&quot;:&quot;&quot;,&quot;_event&quot;:&quot;change&quot;,&quot;additionalCss&quot;:&quot;&quot;,&quot;allowRound&quot;:&quot;&quot;,&quot;multiply&quot;:false,&quot;unitPosition&quot;:&quot;right&quot;,&quot;unitSymbol&quot;:&quot;&quot;,&quot;_tag&quot;:&quot;cost-range&quot;,&quot;additionalStyles&quot;:&quot;&quot;,&quot;addToSummary&quot;:true,&quot;allowCurrency&quot;:&quot;&quot;,&quot;type&quot;:&quot;Range Button&quot;,&quot;icon&quot;:&quot;ccb-icon-Union-5&quot;,&quot;alias&quot;:&quot;range_field_id_3&quot;,&quot;desc_option&quot;:&quot;after&quot;,&quot;text&quot;:&quot;Basic slider&quot;,&quot;idx&quot;:4,&quot;letter&quot;:&quot;D&quot;},{&quot;step&quot;:&quot;1&quot;,&quot;unit&quot;:&quot;1&quot;,&quot;sign&quot;:&quot;Jahre&quot;,&quot;label&quot;:&quot;Ansparzeit (Jahre)&quot;,&quot;_id&quot;:4,&quot;default&quot;:&quot;10&quot;,&quot;minValue&quot;:&quot;1&quot;,&quot;maxValue&quot;:&quot;100&quot;,&quot;description&quot;:&quot;&quot;,&quot;_event&quot;:&quot;change&quot;,&quot;additionalCss&quot;:&quot;&quot;,&quot;allowRound&quot;:&quot;&quot;,&quot;multiply&quot;:false,&quot;unitPosition&quot;:&quot;right&quot;,&quot;unitSymbol&quot;:&quot;&quot;,&quot;_tag&quot;:&quot;cost-range&quot;,&quot;additionalStyles&quot;:&quot;&quot;,&quot;addToSummary&quot;:true,&quot;allowCurrency&quot;:&quot;&quot;,&quot;type&quot;:&quot;Range Button&quot;,&quot;icon&quot;:&quot;ccb-icon-Union-5&quot;,&quot;alias&quot;:&quot;range_field_id_4&quot;,&quot;desc_option&quot;:&quot;after&quot;,&quot;text&quot;:&quot;Basic slider&quot;,&quot;idx&quot;:4,&quot;stm_dublicate_field_id&quot;:3,&quot;letter&quot;:&quot;E&quot;},{&quot;_id&quot;:7,&quot;currency&quot;:&quot;$&quot;,&quot;type&quot;:&quot;Total&quot;,&quot;additionalCss&quot;:&quot;&quot;,&quot;_tag&quot;:&quot;cost-total&quot;,&quot;costCalcFormula&quot;:&quot; quantity_field_id_1 +  quantity_field_id_2 * (12 *  range_field_id_4)&quot;,&quot;additionalStyles&quot;:&quot;&quot;,&quot;alias&quot;:&quot;total_field_id_7&quot;,&quot;icon&quot;:&quot;ccb-icon-Path-3516&quot;,&quot;label&quot;:&quot;Investiertes Kapital&quot;,&quot;totalSymbol&quot;:&quot;&quot;,&quot;totalSymbolSign&quot;:&quot;&quot;,&quot;formulaFieldView&quot;:false,&quot;letter&quot;:&quot;H&quot;,&quot;formulaView&quot;:false,&quot;legacyFormula&quot;:&quot;&quot;,&quot;default&quot;:&quot;&quot;,&quot;text&quot;:&quot;Formula&quot;,&quot;idx&quot;:6,&quot;stm_dublicate_field_id&quot;:5},{&quot;_id&quot;:5,&quot;currency&quot;:&quot;$&quot;,&quot;type&quot;:&quot;Total&quot;,&quot;additionalCss&quot;:&quot;&quot;,&quot;_tag&quot;:&quot;cost-total&quot;,&quot;costCalcFormula&quot;:&quot;total_field_id_6-total_field_id_7&quot;,&quot;additionalStyles&quot;:&quot;&quot;,&quot;alias&quot;:&quot;total_field_id_5&quot;,&quot;icon&quot;:&quot;ccb-icon-Path-3516&quot;,&quot;label&quot;:&quot;Gewinn&quot;,&quot;formulaFieldView&quot;:false,&quot;letter&quot;:&quot;F&quot;,&quot;formulaView&quot;:false,&quot;legacyFormula&quot;:&quot;&quot;,&quot;fieldCurrency&quot;:false,&quot;calculateHidden&quot;:false,&quot;fieldCurrencySettings&quot;:{&quot;currency&quot;:&quot;$&quot;,&quot;num_after_integer&quot;:2,&quot;decimal_separator&quot;:&quot;.&quot;,&quot;thousands_separator&quot;:&quot;,&quot;,&quot;currencyPosition&quot;:&quot;left_with_space&quot;},&quot;totalSymbol&quot;:&quot;&quot;,&quot;totalSymbolSign&quot;:&quot;&quot;,&quot;default&quot;:&quot;&quot;,&quot;text&quot;:&quot;Formula&quot;,&quot;idx&quot;:6},{&quot;_id&quot;:6,&quot;currency&quot;:&quot;$&quot;,&quot;type&quot;:&quot;Total&quot;,&quot;additionalCss&quot;:&quot;&quot;,&quot;_tag&quot;:&quot;cost-total&quot;,&quot;costCalcFormula&quot;:&quot;(quantity_field_id_2*12)*(1+range_field_id_3\\\/100)*(((Math.pow(1+range_field_id_3\\\/100,range_field_id_4)-1))\\\/((1+range_field_id_3\\\/100)-1))+quantity_field_id_1* Math.pow(1+range_field_id_3\\\/100,range_field_id_4) \\n &quot;,&quot;additionalStyles&quot;:&quot;&quot;,&quot;alias&quot;:&quot;total_field_id_6&quot;,&quot;icon&quot;:&quot;ccb-icon-Path-3516&quot;,&quot;label&quot;:&quot;Endkapital&quot;,&quot;totalSymbol&quot;:&quot;&quot;,&quot;totalSymbolSign&quot;:&quot;&quot;,&quot;formulaFieldView&quot;:false,&quot;letter&quot;:&quot;G&quot;,&quot;formulaView&quot;:false,&quot;legacyFormula&quot;:&quot;&quot;,&quot;default&quot;:&quot;&quot;,&quot;text&quot;:&quot;Formula&quot;,&quot;idx&quot;:6,&quot;stm_dublicate_field_id&quot;:5}],&quot;formula&quot;:[{&quot;id&quot;:7,&quot;alias&quot;:&quot;total_field_id_7&quot;,&quot;label&quot;:&quot;Investiertes Kapital&quot;,&quot;hidden&quot;:null,&quot;formula&quot;:&quot; quantity_field_id_1 +  quantity_field_id_2 * (12 *  range_field_id_4)&quot;,&quot;additionalStyles&quot;:&quot;&quot;},{&quot;id&quot;:5,&quot;alias&quot;:&quot;total_field_id_5&quot;,&quot;label&quot;:&quot;Gewinn&quot;,&quot;hidden&quot;:null,&quot;formula&quot;:&quot;total_field_id_6-total_field_id_7&quot;,&quot;additionalStyles&quot;:&quot;&quot;,&quot;fieldCurrency&quot;:false,&quot;fieldCurrencySettings&quot;:{&quot;currency&quot;:&quot;$&quot;,&quot;num_after_integer&quot;:2,&quot;decimal_separator&quot;:&quot;.&quot;,&quot;thousands_separator&quot;:&quot;,&quot;,&quot;currencyPosition&quot;:&quot;left_with_space&quot;}},{&quot;id&quot;:6,&quot;alias&quot;:&quot;total_field_id_6&quot;,&quot;label&quot;:&quot;Endkapital&quot;,&quot;hidden&quot;:null,&quot;formula&quot;:&quot;(quantity_field_id_2*12)*(1+range_field_id_3\\\/100)*(((Math.pow(1+range_field_id_3\\\/100,range_field_id_4)-1))\\\/((1+range_field_id_3\\\/100)-1))+quantity_field_id_1* Math.pow(1+range_field_id_3\\\/100,range_field_id_4) \\n &quot;,&quot;additionalStyles&quot;:&quot;&quot;}],&quot;conditions&quot;:{&quot;nodes&quot;:[],&quot;links&quot;:[]},&quot;language&quot;:&quot;en&quot;,&quot;appearance&quot;:{&quot;desktop&quot;:{&quot;layout&quot;:{&quot;label&quot;:&quot;Layout&quot;,&quot;name&quot;:&quot;layout&quot;,&quot;data&quot;:{&quot;box_style&quot;:{&quot;label&quot;:&quot;&quot;,&quot;name&quot;:&quot;box_style&quot;,&quot;title&quot;:&quot;&quot;,&quot;value&quot;:&quot;horizontal&quot;,&quot;col&quot;:&quot;col-12&quot;,&quot;type&quot;:&quot;layout&quot;,&quot;data&quot;:{&quot;options&quot;:{&quot;vertical&quot;:{&quot;label&quot;:&quot;Vertical&quot;,&quot;icon&quot;:&quot;ccb-icon-Union-26&quot;},&quot;horizontal&quot;:{&quot;label&quot;:&quot;Horizontal&quot;,&quot;icon&quot;:&quot;ccb-icon-Union-25&quot;},&quot;two_column&quot;:{&quot;label&quot;:&quot;Two columns&quot;,&quot;icon&quot;:&quot;ccb-icon-Union-27&quot;}}}}}},&quot;colors&quot;:{&quot;label&quot;:&quot;Colors&quot;,&quot;name&quot;:&quot;colors&quot;,&quot;data&quot;:{&quot;container&quot;:{&quot;label&quot;:&quot;Container&quot;,&quot;name&quot;:&quot;container&quot;,&quot;title&quot;:&quot;Container&quot;,&quot;value&quot;:{&quot;color&quot;:&quot;#FFFFFF&quot;,&quot;blur&quot;:&quot;0&quot;,&quot;opacity&quot;:&quot;90&quot;},&quot;col&quot;:&quot;col-12&quot;,&quot;type&quot;:&quot;container&quot;,&quot;hint&quot;:{&quot;label&quot;:&quot;Background blur&quot;,&quot;content&quot;:&quot;Makes the calculator background color transparent with a blur effect.&quot;,&quot;image&quot;:&quot;https:\\\/\\\/stefanenderle.at\\\/wp-content\\\/plugins\\\/cost-calculator-builder\\\/frontend\\\/dist\\\/img\\\/bg-blur.svg&quot;,&quot;link&quot;:&quot;https:\\\/\\\/docs.stylemixthemes.com\\\/cost-calculator-builder\\\/plugin-features\\\/calculator-customization#colors&quot;},&quot;data&quot;:{&quot;color&quot;:{&quot;label&quot;:&quot;&quot;,&quot;name&quot;:&quot;color&quot;,&quot;title&quot;:&quot;&quot;,&quot;value&quot;:&quot;#FFFFFF&quot;,&quot;col&quot;:&quot;col-12&quot;,&quot;type&quot;:&quot;color&quot;,&quot;default&quot;:&quot;#FFFFFF&quot;},&quot;blur&quot;:{&quot;label&quot;:&quot;&quot;,&quot;name&quot;:&quot;blur&quot;,&quot;title&quot;:&quot;&quot;,&quot;value&quot;:&quot;0&quot;,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;number&quot;,&quot;additional&quot;:{&quot;prefix&quot;:&quot;&quot;},&quot;data&quot;:{&quot;min&quot;:0,&quot;max&quot;:100,&quot;step&quot;:1,&quot;dimension&quot;:&quot;px&quot;}},&quot;opacity&quot;:{&quot;label&quot;:&quot;&quot;,&quot;name&quot;:&quot;opacity&quot;,&quot;title&quot;:&quot;&quot;,&quot;value&quot;:&quot;90&quot;,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;number&quot;,&quot;additional&quot;:{&quot;prefix&quot;:&quot;%&quot;},&quot;data&quot;:{&quot;min&quot;:0,&quot;max&quot;:100,&quot;step&quot;:1,&quot;dimension&quot;:&quot;%&quot;}}}},&quot;primary_color&quot;:{&quot;label&quot;:&quot;Text color&quot;,&quot;name&quot;:&quot;primary_color&quot;,&quot;title&quot;:&quot;Text color&quot;,&quot;value&quot;:&quot;#001931&quot;,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;color&quot;,&quot;default&quot;:&quot;#001931&quot;},&quot;accent_color&quot;:{&quot;label&quot;:&quot;Accent (button &amp; pickers)&quot;,&quot;name&quot;:&quot;accent_color&quot;,&quot;title&quot;:&quot;Accent (button &amp; pickers)&quot;,&quot;value&quot;:&quot;#C39D7B&quot;,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;color&quot;,&quot;default&quot;:&quot;#C39D7B&quot;},&quot;secondary_color&quot;:{&quot;label&quot;:&quot;Form fields&quot;,&quot;name&quot;:&quot;secondary_color&quot;,&quot;title&quot;:&quot;Form fields&quot;,&quot;value&quot;:&quot;#F7F7F7&quot;,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;color&quot;,&quot;default&quot;:&quot;#F7F7F7&quot;},&quot;error_color&quot;:{&quot;label&quot;:&quot;Error Color&quot;,&quot;name&quot;:&quot;error_color&quot;,&quot;title&quot;:&quot;Error Color&quot;,&quot;value&quot;:&quot;#D94141&quot;,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;color&quot;,&quot;default&quot;:&quot;#D94141&quot;},&quot;svg_color&quot;:{&quot;label&quot;:&quot;Apply accent color to SVG icons&quot;,&quot;name&quot;:&quot;svg_color&quot;,&quot;title&quot;:&quot;Apply accent color to SVG icons&quot;,&quot;value&quot;:0,&quot;col&quot;:&quot;col-12&quot;,&quot;type&quot;:&quot;toggle&quot;}}},&quot;typography&quot;:{&quot;label&quot;:&quot;Typography&quot;,&quot;name&quot;:&quot;typography&quot;,&quot;data&quot;:{&quot;header_font_size&quot;:{&quot;label&quot;:&quot;Header text&quot;,&quot;name&quot;:&quot;header_font_size&quot;,&quot;title&quot;:&quot;Header text&quot;,&quot;value&quot;:18,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;number&quot;,&quot;additional&quot;:[],&quot;data&quot;:{&quot;min&quot;:0,&quot;max&quot;:100,&quot;step&quot;:1,&quot;dimension&quot;:&quot;px&quot;}},&quot;header_font_weight&quot;:{&quot;label&quot;:&quot;&quot;,&quot;name&quot;:&quot;header_font_weight&quot;,&quot;title&quot;:&quot;&quot;,&quot;value&quot;:&quot;600&quot;,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;select&quot;,&quot;data&quot;:{&quot;options&quot;:{&quot;400&quot;:&quot;Regular (400)&quot;,&quot;500&quot;:&quot;Medium (500)&quot;,&quot;600&quot;:&quot;Bold (600)&quot;,&quot;700&quot;:&quot;Bolder (700)&quot;,&quot;inherit&quot;:&quot;inherit&quot;}}},&quot;label_font_size&quot;:{&quot;label&quot;:&quot;Label text (form labels)&quot;,&quot;name&quot;:&quot;label_font_size&quot;,&quot;title&quot;:&quot;Label text (form labels)&quot;,&quot;value&quot;:14,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;number&quot;,&quot;additional&quot;:[],&quot;data&quot;:{&quot;min&quot;:0,&quot;max&quot;:100,&quot;step&quot;:1,&quot;dimension&quot;:&quot;px&quot;}},&quot;label_font_weight&quot;:{&quot;label&quot;:&quot;&quot;,&quot;name&quot;:&quot;label_font_weight&quot;,&quot;title&quot;:&quot;&quot;,&quot;value&quot;:&quot;600&quot;,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;select&quot;,&quot;data&quot;:{&quot;options&quot;:{&quot;400&quot;:&quot;Regular (400)&quot;,&quot;500&quot;:&quot;Medium (500)&quot;,&quot;600&quot;:&quot;Bold (600)&quot;,&quot;700&quot;:&quot;Bolder (700)&quot;,&quot;inherit&quot;:&quot;inherit&quot;}}},&quot;description_font_size&quot;:{&quot;label&quot;:&quot;Description&quot;,&quot;name&quot;:&quot;description_font_size&quot;,&quot;title&quot;:&quot;Description&quot;,&quot;value&quot;:14,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;number&quot;,&quot;additional&quot;:[],&quot;data&quot;:{&quot;min&quot;:0,&quot;max&quot;:100,&quot;step&quot;:1,&quot;dimension&quot;:&quot;px&quot;}},&quot;description_font_weight&quot;:{&quot;label&quot;:&quot;&quot;,&quot;name&quot;:&quot;description_font_weight&quot;,&quot;title&quot;:&quot;&quot;,&quot;value&quot;:&quot;500&quot;,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;select&quot;,&quot;data&quot;:{&quot;options&quot;:{&quot;400&quot;:&quot;Regular (400)&quot;,&quot;500&quot;:&quot;Medium (500)&quot;,&quot;600&quot;:&quot;Bold (600)&quot;,&quot;700&quot;:&quot;Bolder (700)&quot;,&quot;inherit&quot;:&quot;inherit&quot;}}},&quot;summary_header_size&quot;:{&quot;label&quot;:&quot;Summary header&quot;,&quot;name&quot;:&quot;summary_header_size&quot;,&quot;title&quot;:&quot;Summary header&quot;,&quot;value&quot;:14,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;number&quot;,&quot;additional&quot;:[],&quot;data&quot;:{&quot;min&quot;:0,&quot;max&quot;:100,&quot;step&quot;:1,&quot;dimension&quot;:&quot;px&quot;}},&quot;summary_header_font_weight&quot;:{&quot;label&quot;:&quot;&quot;,&quot;name&quot;:&quot;summary_header_font_weight&quot;,&quot;title&quot;:&quot;&quot;,&quot;value&quot;:&quot;600&quot;,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;select&quot;,&quot;data&quot;:{&quot;options&quot;:{&quot;400&quot;:&quot;Regular (400)&quot;,&quot;500&quot;:&quot;Medium (500)&quot;,&quot;600&quot;:&quot;Bold (600)&quot;,&quot;700&quot;:&quot;Bolder (700)&quot;,&quot;inherit&quot;:&quot;inherit&quot;}}},&quot;total_field_font_size&quot;:{&quot;label&quot;:&quot;Summary text&quot;,&quot;name&quot;:&quot;total_field_font_size&quot;,&quot;title&quot;:&quot;Summary text&quot;,&quot;value&quot;:14,&quot;col&quot;:&quot;col-4&quot;,&quot;type&quot;:&quot;number&quot;,&quot;additional&quot;:[],&quot;data&quot;:{&quot;min&quot;:0,&quot;max&quot;:100,&quot;step&quot;:1,&quot;dimension&quot;:&quot;px&quot;}},&quot;total_field_font_weight&quot;:{&quot;label&quot;:&quot;&quot;,&quot;name&quot;:&quot;total_field_font_weight&quot;,&quot;title&quot;:&quot;&quot;,&quot;value&quot;:&quot;400&quot;,&quot;col&quot;:&quot;col-4&quot;,&quot;type&quot;:&quot;select&quot;,&quot;data&quot;:{&quot;options&quot;:{&quot;400&quot;:&quot;Regular (400)&quot;,&quot;500&quot;:&quot;Medium (500)&quot;,&quot;600&quot;:&quot;Bold (600)&quot;,&quot;700&quot;:&quot;Bolder (700)&quot;,&quot;inherit&quot;:&quot;inherit&quot;}}},&quot;total_text_transform&quot;:{&quot;label&quot;:&quot;&quot;,&quot;name&quot;:&quot;total_text_transform&quot;,&quot;title&quot;:&quot;&quot;,&quot;value&quot;:&quot;capitalize&quot;,&quot;col&quot;:&quot;col-4&quot;,&quot;type&quot;:&quot;select&quot;,&quot;data&quot;:{&quot;options&quot;:{&quot;capitalize&quot;:&quot;Capitalize&quot;,&quot;uppercase&quot;:&quot;Uppercase&quot;,&quot;lowercase&quot;:&quot;Lowercase&quot;,&quot;none&quot;:&quot;None&quot;}}},&quot;total_font_size&quot;:{&quot;label&quot;:&quot;Grand totals&quot;,&quot;name&quot;:&quot;total_font_size&quot;,&quot;title&quot;:&quot;Grand totals&quot;,&quot;value&quot;:18,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;number&quot;,&quot;additional&quot;:[],&quot;data&quot;:{&quot;min&quot;:0,&quot;max&quot;:100,&quot;step&quot;:1,&quot;dimension&quot;:&quot;px&quot;}},&quot;total_font_weight&quot;:{&quot;label&quot;:&quot;&quot;,&quot;name&quot;:&quot;total_font_weight&quot;,&quot;title&quot;:&quot;&quot;,&quot;value&quot;:&quot;600&quot;,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;select&quot;,&quot;data&quot;:{&quot;options&quot;:{&quot;400&quot;:&quot;Regular (400)&quot;,&quot;500&quot;:&quot;Medium (500)&quot;,&quot;600&quot;:&quot;Bold (600)&quot;,&quot;700&quot;:&quot;Bolder (700)&quot;,&quot;inherit&quot;:&quot;inherit&quot;}}},&quot;fields_btn_font_size&quot;:{&quot;label&quot;:&quot;Fields &amp; buttons text&quot;,&quot;name&quot;:&quot;fields_btn_font_size&quot;,&quot;title&quot;:&quot;Fields &amp; buttons text&quot;,&quot;value&quot;:14,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;number&quot;,&quot;additional&quot;:[],&quot;data&quot;:{&quot;min&quot;:0,&quot;max&quot;:100,&quot;step&quot;:1,&quot;dimension&quot;:&quot;px&quot;}},&quot;fields_btn_font_weight&quot;:{&quot;label&quot;:&quot;&quot;,&quot;name&quot;:&quot;fields_btn_font_weight&quot;,&quot;title&quot;:&quot;&quot;,&quot;value&quot;:&quot;500&quot;,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;select&quot;,&quot;data&quot;:{&quot;options&quot;:{&quot;400&quot;:&quot;Regular (400)&quot;,&quot;500&quot;:&quot;Medium (500)&quot;,&quot;600&quot;:&quot;Bold (600)&quot;,&quot;700&quot;:&quot;Bolder (700)&quot;,&quot;inherit&quot;:&quot;inherit&quot;}}}}},&quot;borders&quot;:{&quot;label&quot;:&quot;Borders&quot;,&quot;name&quot;:&quot;borders&quot;,&quot;data&quot;:{&quot;container_border&quot;:{&quot;label&quot;:&quot;Container border&quot;,&quot;name&quot;:&quot;container_border&quot;,&quot;title&quot;:&quot;Container border&quot;,&quot;value&quot;:{&quot;type&quot;:&quot;solid&quot;,&quot;width&quot;:1,&quot;radius&quot;:8},&quot;col&quot;:&quot;col-12&quot;,&quot;type&quot;:&quot;border&quot;,&quot;data&quot;:{&quot;border_type&quot;:{&quot;label&quot;:&quot;&quot;,&quot;name&quot;:&quot;border_type&quot;,&quot;title&quot;:&quot;&quot;,&quot;value&quot;:&quot;solid&quot;,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;select&quot;,&quot;data&quot;:{&quot;options&quot;:{&quot;dotted&quot;:&quot;Dotted&quot;,&quot;dashed&quot;:&quot;Dashed&quot;,&quot;solid&quot;:&quot;Solid&quot;,&quot;double&quot;:&quot;Double&quot;,&quot;groove&quot;:&quot;Groove&quot;,&quot;ridge&quot;:&quot;Ridge&quot;,&quot;inset&quot;:&quot;Inset&quot;,&quot;outset&quot;:&quot;Outset&quot;,&quot;none&quot;:&quot;None&quot;,&quot;hidden&quot;:&quot;Hidden&quot;}}},&quot;border_width&quot;:{&quot;label&quot;:&quot;&quot;,&quot;name&quot;:&quot;border_width&quot;,&quot;title&quot;:&quot;&quot;,&quot;value&quot;:1,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;number&quot;,&quot;additional&quot;:{&quot;prefix&quot;:&quot;px&quot;},&quot;data&quot;:{&quot;min&quot;:0,&quot;max&quot;:100,&quot;step&quot;:1,&quot;dimension&quot;:&quot;px&quot;}},&quot;border_radius&quot;:{&quot;label&quot;:&quot;&quot;,&quot;name&quot;:&quot;border_radius&quot;,&quot;title&quot;:&quot;&quot;,&quot;value&quot;:8,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;number&quot;,&quot;additional&quot;:{&quot;prefix&quot;:&quot;Radius&quot;},&quot;data&quot;:{&quot;min&quot;:0,&quot;max&quot;:100,&quot;step&quot;:1,&quot;dimension&quot;:&quot;px&quot;}}}},&quot;fields_border&quot;:{&quot;label&quot;:&quot;Fields border&quot;,&quot;name&quot;:&quot;fields_border&quot;,&quot;title&quot;:&quot;Fields border&quot;,&quot;value&quot;:{&quot;type&quot;:&quot;solid&quot;,&quot;width&quot;:1,&quot;radius&quot;:4},&quot;col&quot;:&quot;col-12&quot;,&quot;type&quot;:&quot;border&quot;,&quot;data&quot;:{&quot;border_type&quot;:{&quot;label&quot;:&quot;&quot;,&quot;name&quot;:&quot;border_type&quot;,&quot;title&quot;:&quot;&quot;,&quot;value&quot;:&quot;solid&quot;,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;select&quot;,&quot;data&quot;:{&quot;options&quot;:{&quot;dotted&quot;:&quot;Dotted&quot;,&quot;dashed&quot;:&quot;Dashed&quot;,&quot;solid&quot;:&quot;Solid&quot;,&quot;double&quot;:&quot;Double&quot;,&quot;groove&quot;:&quot;Groove&quot;,&quot;ridge&quot;:&quot;Ridge&quot;,&quot;inset&quot;:&quot;Inset&quot;,&quot;outset&quot;:&quot;Outset&quot;,&quot;none&quot;:&quot;None&quot;,&quot;hidden&quot;:&quot;Hidden&quot;}}},&quot;border_width&quot;:{&quot;label&quot;:&quot;&quot;,&quot;name&quot;:&quot;border_width&quot;,&quot;title&quot;:&quot;&quot;,&quot;value&quot;:1,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;number&quot;,&quot;additional&quot;:{&quot;prefix&quot;:&quot;px&quot;},&quot;data&quot;:{&quot;min&quot;:0,&quot;max&quot;:100,&quot;step&quot;:1,&quot;dimension&quot;:&quot;px&quot;}},&quot;border_radius&quot;:{&quot;label&quot;:&quot;&quot;,&quot;name&quot;:&quot;border_radius&quot;,&quot;title&quot;:&quot;&quot;,&quot;value&quot;:4,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;number&quot;,&quot;additional&quot;:{&quot;prefix&quot;:&quot;Radius&quot;},&quot;data&quot;:{&quot;min&quot;:0,&quot;max&quot;:100,&quot;step&quot;:1,&quot;dimension&quot;:&quot;px&quot;}}}},&quot;button_border&quot;:{&quot;label&quot;:&quot;Button border&quot;,&quot;name&quot;:&quot;button_border&quot;,&quot;title&quot;:&quot;Button border&quot;,&quot;value&quot;:{&quot;type&quot;:&quot;solid&quot;,&quot;width&quot;:1,&quot;radius&quot;:4},&quot;col&quot;:&quot;col-12&quot;,&quot;type&quot;:&quot;border&quot;,&quot;data&quot;:{&quot;border_type&quot;:{&quot;label&quot;:&quot;&quot;,&quot;name&quot;:&quot;border_type&quot;,&quot;title&quot;:&quot;&quot;,&quot;value&quot;:&quot;solid&quot;,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;select&quot;,&quot;data&quot;:{&quot;options&quot;:{&quot;dotted&quot;:&quot;Dotted&quot;,&quot;dashed&quot;:&quot;Dashed&quot;,&quot;solid&quot;:&quot;Solid&quot;,&quot;double&quot;:&quot;Double&quot;,&quot;groove&quot;:&quot;Groove&quot;,&quot;ridge&quot;:&quot;Ridge&quot;,&quot;inset&quot;:&quot;Inset&quot;,&quot;outset&quot;:&quot;Outset&quot;,&quot;none&quot;:&quot;None&quot;,&quot;hidden&quot;:&quot;Hidden&quot;}}},&quot;border_width&quot;:{&quot;label&quot;:&quot;&quot;,&quot;name&quot;:&quot;border_width&quot;,&quot;title&quot;:&quot;&quot;,&quot;value&quot;:1,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;number&quot;,&quot;additional&quot;:{&quot;prefix&quot;:&quot;px&quot;},&quot;data&quot;:{&quot;min&quot;:0,&quot;max&quot;:100,&quot;step&quot;:1,&quot;dimension&quot;:&quot;px&quot;}},&quot;border_radius&quot;:{&quot;label&quot;:&quot;&quot;,&quot;name&quot;:&quot;border_radius&quot;,&quot;title&quot;:&quot;&quot;,&quot;value&quot;:4,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;number&quot;,&quot;additional&quot;:{&quot;prefix&quot;:&quot;Radius&quot;},&quot;data&quot;:{&quot;min&quot;:0,&quot;max&quot;:100,&quot;step&quot;:1,&quot;dimension&quot;:&quot;px&quot;}}}}}},&quot;shadows&quot;:{&quot;label&quot;:&quot;Shadows&quot;,&quot;name&quot;:&quot;shadows&quot;,&quot;data&quot;:{&quot;container_shadow&quot;:{&quot;label&quot;:&quot;Container shadow&quot;,&quot;name&quot;:&quot;container_shadow&quot;,&quot;title&quot;:&quot;Container shadow&quot;,&quot;value&quot;:{&quot;color&quot;:&quot;#252525&quot;,&quot;blur&quot;:0,&quot;x&quot;:0,&quot;y&quot;:0},&quot;col&quot;:&quot;col-12&quot;,&quot;type&quot;:&quot;shadow&quot;,&quot;data&quot;:{&quot;color&quot;:{&quot;label&quot;:&quot;&quot;,&quot;name&quot;:&quot;color&quot;,&quot;title&quot;:&quot;&quot;,&quot;value&quot;:&quot;#252525&quot;,&quot;col&quot;:&quot;col-12&quot;,&quot;type&quot;:&quot;color&quot;,&quot;default&quot;:&quot;#252525&quot;},&quot;blur&quot;:{&quot;label&quot;:&quot;&quot;,&quot;name&quot;:&quot;border_width&quot;,&quot;title&quot;:&quot;&quot;,&quot;value&quot;:0,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;number&quot;,&quot;additional&quot;:{&quot;prefix&quot;:&quot;Blur&quot;},&quot;data&quot;:{&quot;min&quot;:0,&quot;max&quot;:100,&quot;step&quot;:1,&quot;dimension&quot;:&quot;px&quot;}},&quot;x&quot;:{&quot;label&quot;:&quot;&quot;,&quot;name&quot;:&quot;border_radius&quot;,&quot;title&quot;:&quot;&quot;,&quot;value&quot;:0,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;number&quot;,&quot;additional&quot;:{&quot;prefix&quot;:&quot;X&quot;},&quot;data&quot;:{&quot;min&quot;:0,&quot;max&quot;:100,&quot;step&quot;:1,&quot;dimension&quot;:&quot;px&quot;}},&quot;y&quot;:{&quot;label&quot;:&quot;&quot;,&quot;name&quot;:&quot;border_radius&quot;,&quot;title&quot;:&quot;&quot;,&quot;value&quot;:0,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;number&quot;,&quot;additional&quot;:{&quot;prefix&quot;:&quot;Y&quot;},&quot;data&quot;:{&quot;min&quot;:0,&quot;max&quot;:100,&quot;step&quot;:1,&quot;dimension&quot;:&quot;px&quot;}}}}}},&quot;elements_sizes&quot;:{&quot;label&quot;:&quot;Sizes&quot;,&quot;name&quot;:&quot;elements_sizes&quot;,&quot;data&quot;:{&quot;field_and_buttons_height&quot;:{&quot;label&quot;:&quot;Field &amp; button height (px)&quot;,&quot;name&quot;:&quot;field_and_buttons_height&quot;,&quot;title&quot;:&quot;Field &amp; button height (px)&quot;,&quot;value&quot;:40,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;number&quot;,&quot;additional&quot;:[],&quot;data&quot;:{&quot;min&quot;:0,&quot;max&quot;:100,&quot;step&quot;:1,&quot;dimension&quot;:&quot;px&quot;}},&quot;container_vertical_max_width&quot;:{&quot;label&quot;:&quot;Vertical max-width (px)&quot;,&quot;name&quot;:&quot;container_vertical_max_width&quot;,&quot;title&quot;:&quot;Vertical max-width (px)&quot;,&quot;value&quot;:150,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;number&quot;,&quot;additional&quot;:[],&quot;data&quot;:{&quot;min&quot;:0,&quot;max&quot;:2000,&quot;step&quot;:1,&quot;dimension&quot;:&quot;px&quot;}},&quot;container_horizontal_max_width&quot;:{&quot;label&quot;:&quot;Horizontal max-width (px)&quot;,&quot;name&quot;:&quot;container_horizontal_max_width&quot;,&quot;title&quot;:&quot;Horizontal max-width (px)&quot;,&quot;value&quot;:1800,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;number&quot;,&quot;additional&quot;:[],&quot;data&quot;:{&quot;min&quot;:0,&quot;max&quot;:2000,&quot;step&quot;:1,&quot;dimension&quot;:&quot;px&quot;}},&quot;container_two_column_max_width&quot;:{&quot;label&quot;:&quot;Two columns max-width (px)&quot;,&quot;name&quot;:&quot;container_two_column_max_width&quot;,&quot;title&quot;:&quot;Two columns max-width (px)&quot;,&quot;value&quot;:1200,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;number&quot;,&quot;additional&quot;:[],&quot;data&quot;:{&quot;min&quot;:0,&quot;max&quot;:2000,&quot;step&quot;:1,&quot;dimension&quot;:&quot;px&quot;}}}},&quot;spacing_and_positions&quot;:{&quot;label&quot;:&quot;Spacing &amp; Positions&quot;,&quot;name&quot;:&quot;spacing_and_positions&quot;,&quot;data&quot;:{&quot;field_side_indents&quot;:{&quot;label&quot;:&quot;Field side indent&quot;,&quot;name&quot;:&quot;field_side_indents&quot;,&quot;title&quot;:&quot;Field side indent&quot;,&quot;value&quot;:12,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;number&quot;,&quot;additional&quot;:[],&quot;data&quot;:{&quot;min&quot;:0,&quot;max&quot;:100,&quot;step&quot;:1,&quot;dimension&quot;:&quot;px&quot;}},&quot;field_spacing&quot;:{&quot;label&quot;:&quot;Field spacing (px)&quot;,&quot;name&quot;:&quot;field_spacing&quot;,&quot;title&quot;:&quot;Field spacing (px)&quot;,&quot;value&quot;:16,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;number&quot;,&quot;additional&quot;:[],&quot;data&quot;:{&quot;min&quot;:0,&quot;max&quot;:100,&quot;step&quot;:1,&quot;dimension&quot;:&quot;px&quot;}},&quot;container_margin&quot;:{&quot;label&quot;:&quot;Container margin (px)&quot;,&quot;name&quot;:&quot;container_margin&quot;,&quot;title&quot;:&quot;Container margin (px)&quot;,&quot;value&quot;:[0,0,0,0],&quot;col&quot;:&quot;col-12&quot;,&quot;type&quot;:&quot;indent&quot;,&quot;data&quot;:{&quot;top&quot;:{&quot;value&quot;:&quot;0px&quot;,&quot;label&quot;:&quot;Top&quot;,&quot;name&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;arrow-top&quot;},&quot;right&quot;:{&quot;value&quot;:&quot;0px&quot;,&quot;label&quot;:&quot;Right&quot;,&quot;name&quot;:&quot;right&quot;,&quot;icon&quot;:&quot;arrow-right&quot;},&quot;bottom&quot;:{&quot;value&quot;:&quot;0px&quot;,&quot;label&quot;:&quot;Bottom&quot;,&quot;name&quot;:&quot;bottom&quot;,&quot;icon&quot;:&quot;arrow-bottom&quot;},&quot;left&quot;:{&quot;value&quot;:&quot;0px&quot;,&quot;label&quot;:&quot;Left&quot;,&quot;name&quot;:&quot;left&quot;,&quot;icon&quot;:&quot;arrow-left&quot;}}},&quot;container_padding&quot;:{&quot;label&quot;:&quot;Container padding (px)&quot;,&quot;name&quot;:&quot;container_padding&quot;,&quot;title&quot;:&quot;Container padding (px)&quot;,&quot;value&quot;:[20,20,20,20],&quot;col&quot;:&quot;col-12&quot;,&quot;type&quot;:&quot;indent&quot;,&quot;data&quot;:{&quot;top&quot;:{&quot;value&quot;:&quot;20px&quot;,&quot;label&quot;:&quot;Top&quot;,&quot;name&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;arrow-top&quot;},&quot;right&quot;:{&quot;value&quot;:&quot;20px&quot;,&quot;label&quot;:&quot;Right&quot;,&quot;name&quot;:&quot;right&quot;,&quot;icon&quot;:&quot;arrow-right&quot;},&quot;bottom&quot;:{&quot;value&quot;:&quot;20px&quot;,&quot;label&quot;:&quot;Bottom&quot;,&quot;name&quot;:&quot;bottom&quot;,&quot;icon&quot;:&quot;arrow-bottom&quot;},&quot;left&quot;:{&quot;value&quot;:&quot;20px&quot;,&quot;label&quot;:&quot;Left&quot;,&quot;name&quot;:&quot;left&quot;,&quot;icon&quot;:&quot;arrow-left&quot;}}},&quot;description_position&quot;:{&quot;label&quot;:&quot;Description position&quot;,&quot;name&quot;:&quot;description_position&quot;,&quot;title&quot;:&quot;Description position&quot;,&quot;value&quot;:&quot;after&quot;,&quot;col&quot;:&quot;col-12&quot;,&quot;type&quot;:&quot;select&quot;,&quot;data&quot;:{&quot;options&quot;:{&quot;before&quot;:&quot;Before field&quot;,&quot;after&quot;:&quot;After field&quot;}}}}},&quot;others&quot;:{&quot;label&quot;:&quot;Others&quot;,&quot;name&quot;:&quot;others&quot;,&quot;data&quot;:{&quot;calc_preloader&quot;:{&quot;label&quot;:&quot;Preloader icon&quot;,&quot;name&quot;:&quot;calc-preloader&quot;,&quot;title&quot;:&quot;Preloader icon&quot;,&quot;value&quot;:0,&quot;col&quot;:&quot;col-12&quot;,&quot;type&quot;:&quot;preloader&quot;}}}},&quot;mobile&quot;:{&quot;typography&quot;:{&quot;label&quot;:&quot;Typography&quot;,&quot;name&quot;:&quot;typography&quot;,&quot;data&quot;:{&quot;header_font_size&quot;:{&quot;label&quot;:&quot;Header text&quot;,&quot;name&quot;:&quot;header_font_size&quot;,&quot;title&quot;:&quot;Header text&quot;,&quot;value&quot;:16,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;number&quot;,&quot;additional&quot;:[],&quot;data&quot;:{&quot;min&quot;:0,&quot;max&quot;:100,&quot;step&quot;:1,&quot;dimension&quot;:&quot;px&quot;}},&quot;header_font_weight&quot;:{&quot;label&quot;:&quot;&quot;,&quot;name&quot;:&quot;header_font_weight&quot;,&quot;title&quot;:&quot;&quot;,&quot;value&quot;:&quot;600&quot;,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;select&quot;,&quot;data&quot;:{&quot;options&quot;:{&quot;400&quot;:&quot;Regular (400)&quot;,&quot;500&quot;:&quot;Medium (500)&quot;,&quot;600&quot;:&quot;Bold (600)&quot;,&quot;700&quot;:&quot;Bolder (700)&quot;,&quot;inherit&quot;:&quot;inherit&quot;}}},&quot;label_font_size&quot;:{&quot;label&quot;:&quot;Label text (form labels)&quot;,&quot;name&quot;:&quot;label_font_size&quot;,&quot;title&quot;:&quot;Label text (form labels)&quot;,&quot;value&quot;:12,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;number&quot;,&quot;additional&quot;:[],&quot;data&quot;:{&quot;min&quot;:0,&quot;max&quot;:100,&quot;step&quot;:1,&quot;dimension&quot;:&quot;px&quot;}},&quot;label_font_weight&quot;:{&quot;label&quot;:&quot;&quot;,&quot;name&quot;:&quot;label_font_weight&quot;,&quot;title&quot;:&quot;&quot;,&quot;value&quot;:&quot;600&quot;,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;select&quot;,&quot;data&quot;:{&quot;options&quot;:{&quot;400&quot;:&quot;Regular (400)&quot;,&quot;500&quot;:&quot;Medium (500)&quot;,&quot;600&quot;:&quot;Bold (600)&quot;,&quot;700&quot;:&quot;Bolder (700)&quot;,&quot;inherit&quot;:&quot;inherit&quot;}}},&quot;description_font_size&quot;:{&quot;label&quot;:&quot;Description&quot;,&quot;name&quot;:&quot;description_font_size&quot;,&quot;title&quot;:&quot;Description&quot;,&quot;value&quot;:12,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;number&quot;,&quot;additional&quot;:[],&quot;data&quot;:{&quot;min&quot;:0,&quot;max&quot;:100,&quot;step&quot;:1,&quot;dimension&quot;:&quot;px&quot;}},&quot;description_font_weight&quot;:{&quot;label&quot;:&quot;&quot;,&quot;name&quot;:&quot;description_font_weight&quot;,&quot;title&quot;:&quot;&quot;,&quot;value&quot;:&quot;500&quot;,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;select&quot;,&quot;data&quot;:{&quot;options&quot;:{&quot;400&quot;:&quot;Regular (400)&quot;,&quot;500&quot;:&quot;Medium (500)&quot;,&quot;600&quot;:&quot;Bold (600)&quot;,&quot;700&quot;:&quot;Bolder (700)&quot;,&quot;inherit&quot;:&quot;inherit&quot;}}},&quot;summary_header_size&quot;:{&quot;label&quot;:&quot;Summary header&quot;,&quot;name&quot;:&quot;summary_header_size&quot;,&quot;title&quot;:&quot;Summary header&quot;,&quot;value&quot;:14,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;number&quot;,&quot;additional&quot;:[],&quot;data&quot;:{&quot;min&quot;:0,&quot;max&quot;:100,&quot;step&quot;:1,&quot;dimension&quot;:&quot;px&quot;}},&quot;summary_header_font_weight&quot;:{&quot;label&quot;:&quot;&quot;,&quot;name&quot;:&quot;summary_header_font_weight&quot;,&quot;title&quot;:&quot;&quot;,&quot;value&quot;:&quot;600&quot;,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;select&quot;,&quot;data&quot;:{&quot;options&quot;:{&quot;400&quot;:&quot;Regular (400)&quot;,&quot;500&quot;:&quot;Medium (500)&quot;,&quot;600&quot;:&quot;Bold (600)&quot;,&quot;700&quot;:&quot;Bolder (700)&quot;,&quot;inherit&quot;:&quot;inherit&quot;}}},&quot;total_field_font_size&quot;:{&quot;label&quot;:&quot;Summary text&quot;,&quot;name&quot;:&quot;total_field_font_size&quot;,&quot;title&quot;:&quot;Summary text&quot;,&quot;value&quot;:12,&quot;col&quot;:&quot;col-4&quot;,&quot;type&quot;:&quot;number&quot;,&quot;additional&quot;:[],&quot;data&quot;:{&quot;min&quot;:0,&quot;max&quot;:100,&quot;step&quot;:1,&quot;dimension&quot;:&quot;px&quot;}},&quot;total_field_font_weight&quot;:{&quot;label&quot;:&quot;&quot;,&quot;name&quot;:&quot;total_field_font_weight&quot;,&quot;title&quot;:&quot;&quot;,&quot;value&quot;:&quot;400&quot;,&quot;col&quot;:&quot;col-4&quot;,&quot;type&quot;:&quot;select&quot;,&quot;data&quot;:{&quot;options&quot;:{&quot;400&quot;:&quot;Regular (400)&quot;,&quot;500&quot;:&quot;Medium (500)&quot;,&quot;600&quot;:&quot;Bold (600)&quot;,&quot;700&quot;:&quot;Bolder (700)&quot;,&quot;inherit&quot;:&quot;inherit&quot;}}},&quot;total_text_transform&quot;:{&quot;label&quot;:&quot;&quot;,&quot;name&quot;:&quot;total_text_transform&quot;,&quot;title&quot;:&quot;&quot;,&quot;value&quot;:&quot;capitalize&quot;,&quot;col&quot;:&quot;col-4&quot;,&quot;type&quot;:&quot;select&quot;,&quot;data&quot;:{&quot;options&quot;:{&quot;capitalize&quot;:&quot;Capitalize&quot;,&quot;uppercase&quot;:&quot;Uppercase&quot;,&quot;lowercase&quot;:&quot;Lowercase&quot;,&quot;none&quot;:&quot;None&quot;}}},&quot;total_font_size&quot;:{&quot;label&quot;:&quot;Grand totals&quot;,&quot;name&quot;:&quot;total_font_size&quot;,&quot;title&quot;:&quot;Grand totals&quot;,&quot;value&quot;:16,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;number&quot;,&quot;additional&quot;:[],&quot;data&quot;:{&quot;min&quot;:0,&quot;max&quot;:100,&quot;step&quot;:1,&quot;dimension&quot;:&quot;px&quot;}},&quot;total_font_weight&quot;:{&quot;label&quot;:&quot;&quot;,&quot;name&quot;:&quot;total_font_weight&quot;,&quot;title&quot;:&quot;&quot;,&quot;value&quot;:&quot;600&quot;,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;select&quot;,&quot;data&quot;:{&quot;options&quot;:{&quot;400&quot;:&quot;Regular (400)&quot;,&quot;500&quot;:&quot;Medium (500)&quot;,&quot;600&quot;:&quot;Bold (600)&quot;,&quot;700&quot;:&quot;Bolder (700)&quot;,&quot;inherit&quot;:&quot;inherit&quot;}}},&quot;fields_btn_font_size&quot;:{&quot;label&quot;:&quot;Fields &amp; buttons text&quot;,&quot;name&quot;:&quot;fields_btn_font_size&quot;,&quot;title&quot;:&quot;Fields &amp; buttons text&quot;,&quot;value&quot;:12,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;number&quot;,&quot;additional&quot;:[],&quot;data&quot;:{&quot;min&quot;:0,&quot;max&quot;:100,&quot;step&quot;:1,&quot;dimension&quot;:&quot;px&quot;}},&quot;fields_btn_font_weight&quot;:{&quot;label&quot;:&quot;&quot;,&quot;name&quot;:&quot;fields_btn_font_weight&quot;,&quot;title&quot;:&quot;&quot;,&quot;value&quot;:&quot;500&quot;,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;select&quot;,&quot;data&quot;:{&quot;options&quot;:{&quot;400&quot;:&quot;Regular (400)&quot;,&quot;500&quot;:&quot;Medium (500)&quot;,&quot;600&quot;:&quot;Bold (600)&quot;,&quot;700&quot;:&quot;Bolder (700)&quot;,&quot;inherit&quot;:&quot;inherit&quot;}}}}},&quot;elements_sizes&quot;:{&quot;label&quot;:&quot;Sizes&quot;,&quot;name&quot;:&quot;elements_sizes&quot;,&quot;data&quot;:{&quot;field_and_buttons_height&quot;:{&quot;label&quot;:&quot;Field &amp; button height (px)&quot;,&quot;name&quot;:&quot;field_and_buttons_height&quot;,&quot;title&quot;:&quot;Field &amp; button height (px)&quot;,&quot;value&quot;:40,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;number&quot;,&quot;additional&quot;:[],&quot;data&quot;:{&quot;min&quot;:0,&quot;max&quot;:100,&quot;step&quot;:1,&quot;dimension&quot;:&quot;px&quot;}}}},&quot;spacing_and_positions&quot;:{&quot;label&quot;:&quot;Spacing &amp; Positions&quot;,&quot;name&quot;:&quot;spacing_and_positions&quot;,&quot;data&quot;:{&quot;field_side_indents&quot;:{&quot;label&quot;:&quot;Field side indent&quot;,&quot;name&quot;:&quot;field_side_indents&quot;,&quot;title&quot;:&quot;Field side indent&quot;,&quot;value&quot;:12,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;number&quot;,&quot;additional&quot;:[],&quot;data&quot;:{&quot;min&quot;:0,&quot;max&quot;:100,&quot;step&quot;:1,&quot;dimension&quot;:&quot;px&quot;}},&quot;field_spacing&quot;:{&quot;label&quot;:&quot;Field spacing (px)&quot;,&quot;name&quot;:&quot;field_spacing&quot;,&quot;title&quot;:&quot;Field spacing (px)&quot;,&quot;value&quot;:20,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;number&quot;,&quot;additional&quot;:[],&quot;data&quot;:{&quot;min&quot;:0,&quot;max&quot;:100,&quot;step&quot;:1,&quot;dimension&quot;:&quot;px&quot;}},&quot;container_margin&quot;:{&quot;label&quot;:&quot;Container margin (px)&quot;,&quot;name&quot;:&quot;container_margin&quot;,&quot;title&quot;:&quot;Container margin (px)&quot;,&quot;value&quot;:[0,0,0,0],&quot;col&quot;:&quot;col-12&quot;,&quot;type&quot;:&quot;indent&quot;,&quot;data&quot;:{&quot;top&quot;:{&quot;value&quot;:&quot;0px&quot;,&quot;label&quot;:&quot;Top&quot;,&quot;name&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;arrow-top&quot;},&quot;right&quot;:{&quot;value&quot;:&quot;0px&quot;,&quot;label&quot;:&quot;Right&quot;,&quot;name&quot;:&quot;right&quot;,&quot;icon&quot;:&quot;arrow-right&quot;},&quot;bottom&quot;:{&quot;value&quot;:&quot;0px&quot;,&quot;label&quot;:&quot;Bottom&quot;,&quot;name&quot;:&quot;bottom&quot;,&quot;icon&quot;:&quot;arrow-bottom&quot;},&quot;left&quot;:{&quot;value&quot;:&quot;0px&quot;,&quot;label&quot;:&quot;Left&quot;,&quot;name&quot;:&quot;left&quot;,&quot;icon&quot;:&quot;arrow-left&quot;}}},&quot;container_padding&quot;:{&quot;label&quot;:&quot;Container padding (px)&quot;,&quot;name&quot;:&quot;container_padding&quot;,&quot;title&quot;:&quot;Container padding (px)&quot;,&quot;value&quot;:[10,10,10,10],&quot;col&quot;:&quot;col-12&quot;,&quot;type&quot;:&quot;indent&quot;,&quot;data&quot;:{&quot;top&quot;:{&quot;value&quot;:&quot;10px&quot;,&quot;label&quot;:&quot;Top&quot;,&quot;name&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;arrow-top&quot;},&quot;right&quot;:{&quot;value&quot;:&quot;10px&quot;,&quot;label&quot;:&quot;Right&quot;,&quot;name&quot;:&quot;right&quot;,&quot;icon&quot;:&quot;arrow-right&quot;},&quot;bottom&quot;:{&quot;value&quot;:&quot;10px&quot;,&quot;label&quot;:&quot;Bottom&quot;,&quot;name&quot;:&quot;bottom&quot;,&quot;icon&quot;:&quot;arrow-bottom&quot;},&quot;left&quot;:{&quot;value&quot;:&quot;10px&quot;,&quot;label&quot;:&quot;Left&quot;,&quot;name&quot;:&quot;left&quot;,&quot;icon&quot;:&quot;arrow-left&quot;}}}}}},&quot;preset_key&quot;:&quot;saved_3&quot;},&quot;dateFormat&quot;:&quot;j. F Y&quot;,&quot;pro_active&quot;:true,&quot;default_img&quot;:&quot;https:\\\/\\\/stefanenderle.at\\\/wp-content\\\/plugins\\\/cost-calculator-builder\\\/frontend\\\/dist\\\/img\\\/default.png&quot;,&quot;error_img&quot;:&quot;https:\\\/\\\/stefanenderle.at\\\/wp-content\\\/plugins\\\/cost-calculator-builder\\\/frontend\\\/dist\\\/img\\\/error.png&quot;,&quot;success_img&quot;:&quot;https:\\\/\\\/stefanenderle.at\\\/wp-content\\\/plugins\\\/cost-calculator-builder\\\/frontend\\\/dist\\\/img\\\/success.png&quot;,&quot;translations&quot;:{&quot;empty_end_date_error&quot;:&quot;Please select the second date&quot;,&quot;wrong_date_range_error&quot;:&quot;Please select correct date range values&quot;,&quot;empty_end_time_error&quot;:&quot;Please select the second time&quot;,&quot;required_field&quot;:&quot;This field is required&quot;,&quot;select_date_range&quot;:&quot;Select Date Range&quot;,&quot;select_date&quot;:&quot;Select Date&quot;,&quot;select_all&quot;:&quot;All dates&quot;,&quot;select_discount_range&quot;:&quot;Set discount period&quot;,&quot;select_discount_single&quot;:&quot;Choose the day&quot;,&quot;high_end_date_error&quot;:&quot;To date must be greater than from date&quot;,&quot;high_end_multi_range&quot;:&quot;To value must be greater than from value&quot;,&quot;wrong_file_url&quot;:&quot;Wrong file url&quot;,&quot;big_file_size&quot;:&quot;File size is too big&quot;,&quot;wrong_file_format&quot;:&quot;Wrong file format&quot;,&quot;form_no_payment&quot;:&quot;No Payment&quot;,&quot;min_higher_max&quot;:&quot;Max value must be greater than min value&quot;,&quot;must_be_between&quot;:&quot;Value must be between min and max values&quot;,&quot;must_be_greater_min&quot;:&quot;Value can&#039;t be less than min value&quot;,&quot;must_be_less_max&quot;:&quot;Value can&#039;t be greater than max value&quot;,&quot;days&quot;:&quot;days&quot;,&quot;files&quot;:&quot;file(s)&quot;,&quot;order_created&quot;:&quot;Order created&quot;,&quot;formula&quot;:{&quot;addition&quot;:&quot;Addition (+)&quot;,&quot;subtraction&quot;:&quot;Subtraction (-)&quot;,&quot;division&quot;:&quot;Division (\\\/)&quot;,&quot;remainder&quot;:&quot;Remainder (%)&quot;,&quot;multiplication&quot;:&quot;Multiplication (*)&quot;,&quot;open_bracket&quot;:&quot;Open bracket (&quot;,&quot;close_bracket&quot;:&quot;Close bracket )&quot;,&quot;math_pow&quot;:&quot;Math.pow(x, y) returns the value of x to the power of y:&quot;,&quot;math_sqrt&quot;:&quot;Math.sqrt(x) returns the square root of x:&quot;,&quot;math_abs&quot;:&quot;Math.abs(x)&quot;,&quot;math_ceil&quot;:&quot;Math.ceil(x) returns the value of x rounded up to its nearest integer:&quot;,&quot;math_min&quot;:&quot;Math.min(x, y) returns the value of x rounded down to its nearest integer:&quot;,&quot;math_max&quot;:&quot;Math.max(x, y) returns the value of x rounded down to its nearest integer:&quot;,&quot;math_floor&quot;:&quot;Math.floor(x) returns the value of x rounded down to its nearest integer:&quot;,&quot;math_round&quot;:&quot;Math.round(x) returns the value of x rounded to its nearest integer:&quot;,&quot;if_operator&quot;:&quot;If operator&quot;,&quot;if_else_operator&quot;:&quot;If else operator&quot;,&quot;boolean_and&quot;:&quot;Boolean operator &quot;,&quot;boolean_or&quot;:&quot;Boolean operator ||&quot;,&quot;operator_more&quot;:&quot;Operator more than&quot;,&quot;operator_less&quot;:&quot;Operator less than&quot;,&quot;operator_less_equal&quot;:&quot;Operator less than equal&quot;,&quot;operator_more_equal&quot;:&quot;Operator more than equal&quot;,&quot;operator_not_equal&quot;:&quot;Operator not equal&quot;,&quot;operator_strict_equal&quot;:&quot;Operator strict equal&quot;},&quot;phone_example&quot;:&quot;Example: &quot;,&quot;country_code&quot;:&quot;Country code &quot;,&quot;invalid_email&quot;:&quot;Invalid email&quot;,&quot;invalid_url&quot;:&quot;Invalid url&quot;,&quot;invalid_phone&quot;:&quot;Invalid phone number&quot;},&quot;discounts&quot;:[],&quot;has_promocode&quot;:false}\"><\/calc-builder-front>\n<\/div>\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<div class=\"elementor-element elementor-element-5d60806 e-flex e-con-boxed e-con e-parent\" data-id=\"5d60806\" 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-ec10db7 animated-slow elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"ec10db7\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:0}\" 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><strong>Rechtliche Hinweise:<\/strong> Die Ergebnisse des Rechners dienen als reine Orientierungshilfe. Die Berechnungen erfolgen ohne Ber\u00fccksichtigung von weiteren Entgelten, wie beispielsweise Kontof\u00fchrung etc.<br \/>Die Bereitstellung des Rechners stellt ausdr\u00fccklich kein Angebot dar. Jede Haftung f\u00fcr allf\u00e4llige Fehlfunktionen wird ausgeschlossen. Bei Fragen k\u00f6nnen Sie uns unverbindlich kontaktieren.<\/p>\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-202097c e-con-full e-flex e-con e-parent\" data-id=\"202097c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-91ae70a e-flex e-con-boxed e-con e-child\" data-id=\"91ae70a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-6424aeb e-con-full e-flex e-con e-child\" data-id=\"6424aeb\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-aaac374 elementor-widget elementor-widget-image\" data-id=\"aaac374\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"591\" src=\"https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/08\/Waves-1-e1724758230766-1024x756.png\" class=\"attachment-large size-large wp-image-8268\" alt=\"\" srcset=\"https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/08\/Waves-1-e1724758230766-1024x756.png 1024w, https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/08\/Waves-1-e1724758230766-300x221.png 300w, https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/08\/Waves-1-e1724758230766-768x567.png 768w, https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/08\/Waves-1-e1724758230766-1536x1134.png 1536w, https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/08\/Waves-1-e1724758230766-2048x1512.png 2048w, https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/08\/Waves-1-e1724758230766-16x12.png 16w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d6fc415 e-con-full e-flex e-con e-child\" data-id=\"d6fc415\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0516396 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"0516396\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span style=\"color: #C39D7B\">So einfach<\/span><span style=\"color: white\"> funktioniert Portfolio Planning: <\/span><br><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e0ad750 animated-slow elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"e0ad750\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:0}\" 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<ol><li>Erstellung eines Anlegerprofils<\/li><li>Auswahl der passenden L\u00f6sungen<\/li><li>Unser Tool erstellt Ihnen ein individuelles Produkt Portfolio<\/li><\/ol>\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-09712fd animated-slow elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"09712fd\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" 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><strong>Jetzt unverbindliches Angebot einholen!<\/strong><\/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-5925056 elementor-mobile-align-justify elementor-align-left animated-slow elementor-invisible elementor-widget elementor-widget-button\" data-id=\"5925056\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:0}\" 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 elementor-animation-shrink\" href=\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjE1MSIsInRvZ2dsZSI6ZmFsc2V9\">\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\">KONTAKT<\/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<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2222459 elementor-hidden-desktop e-flex e-con-boxed e-con e-parent\" data-id=\"2222459\" 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-33df6c6 elementor-invisible elementor-widget elementor-widget-image\" data-id=\"33df6c6\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"550\" height=\"720\" src=\"https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/03\/tablet-home-7.png\" class=\"attachment-2048x2048 size-2048x2048 wp-image-5829\" alt=\"\" srcset=\"https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/03\/tablet-home-7.png 550w, https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/03\/tablet-home-7-229x300.png 229w\" sizes=\"(max-width: 550px) 100vw, 550px\" \/>\t\t\t\t\t\t\t\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-17d40d8 e-flex e-con-boxed e-con e-parent\" data-id=\"17d40d8\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-19610f1 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"19610f1\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-1fbe522 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"1fbe522\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2503c23 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"2503c23\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><p><span style=\"color: white\">SO EINFACH<BR><\/span> <span style=\"color: #c39d7b\">WAR ES NOCH NIE<\/span><\/p><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ad0578a elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"ad0578a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" 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 class=\"mw-440 animated-text\">Wir haben die Angelegenheit Ihrer Finanzen f\u00fcr Sie vereinfacht und digitalisiert.<\/p><p class=\"animated-text\">Mit unserem hybriden Beratungsmodell inkl. eigener App geben wir Ihnen die Kontrolle \u00fcber Ihre Finanzen zur\u00fcck.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fbe9296 e-con-full elementor-hidden-tablet elementor-hidden-mobile e-flex elementor-invisible e-con e-child\" data-id=\"fbe9296\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-89319db elementor-invisible elementor-widget elementor-widget-image\" data-id=\"89319db\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:40,&quot;end&quot;:100}},&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:4,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"550\" height=\"720\" src=\"https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/03\/tablet-home-7.png\" class=\"attachment-2048x2048 size-2048x2048 wp-image-5829\" alt=\"\" srcset=\"https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/03\/tablet-home-7.png 550w, https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/03\/tablet-home-7-229x300.png 229w\" sizes=\"(max-width: 550px) 100vw, 550px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\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-bbfeba5 e-con-full e-flex e-con e-parent\" data-id=\"bbfeba5\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-1d21c04 e-con-full e-flex e-con e-child\" data-id=\"1d21c04\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:50,&quot;end&quot;:100}},&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:5,&quot;sizes&quot;:[]},&quot;background_background&quot;:&quot;classic&quot;,&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e49a2c8 elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-image\" data-id=\"e49a2c8\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateX_direction&quot;:&quot;negative&quot;,&quot;motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:50}},&quot;motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:4,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1931\" height=\"1654\" src=\"https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/01\/App-Showcase-e1707137775244.png\" class=\"attachment-full size-full wp-image-1325\" alt=\"\" srcset=\"https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/01\/App-Showcase-e1707137775244.png 1931w, https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/01\/App-Showcase-e1707137775244-300x257.png 300w, https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/01\/App-Showcase-e1707137775244-1024x877.png 1024w, https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/01\/App-Showcase-e1707137775244-768x658.png 768w, https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/01\/App-Showcase-e1707137775244-1536x1316.png 1536w\" sizes=\"(max-width: 1931px) 100vw, 1931px\" \/>\t\t\t\t\t\t\t\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-637ea53 elementor-hidden-tablet elementor-hidden-desktop elementor-widget elementor-widget-image\" data-id=\"637ea53\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation_mobile&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1074\" height=\"1654\" src=\"https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/03\/App-Showcase-e1709722710281.png\" class=\"attachment-full size-full wp-image-4649\" alt=\"\" srcset=\"https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/03\/App-Showcase-e1709722710281.png 1074w, https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/03\/App-Showcase-e1709722710281-195x300.png 195w, https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/03\/App-Showcase-e1709722710281-665x1024.png 665w, https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/03\/App-Showcase-e1709722710281-768x1183.png 768w, https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/03\/App-Showcase-e1709722710281-997x1536.png 997w\" sizes=\"(max-width: 1074px) 100vw, 1074px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fbbbf8f e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"fbbbf8f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-28510d6 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"28510d6\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><p><span style=\"color: white\">Ihr<\/span> <span style=\"color: #C39D7B\">digitaler Begleiter<\/span><\/p><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c6a4ca2 animated-slow elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list\" data-id=\"c6a4ca2\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-chevron-right\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Ihr Berater ist nur einen Klick entfernt.<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-chevron-right\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Alle Dokumente sind f\u00fcr Sie gespeichert.<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-chevron-right\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Sie haben alle Polizzen und Vertr\u00e4ge im \u00dcberblick.<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-chevron-right\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Wir informieren Sie \u00fcber Neuigkeiten.<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-chevron-right\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Begleiten Sie uns auf Social Media.<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-chevron-right\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Sie k\u00f6nnen Sch\u00e4den direkt melden und von Vorteilen profitieren.<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0a9f23c e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"0a9f23c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6935914 elementor-widget elementor-widget-html\" data-id=\"6935914\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\n    .elementor-button-icon{\n        font-size: 44px;\n    }\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d6c02f6 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"d6c02f6\" 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 elementor-animation-shrink\" href=\"https:\/\/apps.apple.com\/at\/app\/finanzfuchsgruppe\/id6472647003\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fab fa-apple\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\"><span style=\"font-size:12px\">Herunterladen im<\/span> <br>App Store<\/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<div class=\"elementor-element elementor-element-07bded7 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"07bded7\" 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 elementor-animation-shrink\" href=\"https:\/\/play.google.com\/store\/apps\/details?id=com.finanzfuchs.ffg_app\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fab fa-google-play\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\"><span style=\"font-size:12px\">Herunterladen im<\/span> <br>Play Store<\/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<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ccd5618 e-con-full e-flex e-con e-parent\" data-id=\"ccd5618\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-cf2a054 e-con-full e-flex e-con e-child\" data-id=\"cf2a054\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-7858702 e-flex e-con-boxed e-con e-child\" data-id=\"7858702\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-32ffc30 e-con-full e-flex e-con e-child\" data-id=\"32ffc30\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2d0164c elementor-widget elementor-widget-spacer\" data-id=\"2d0164c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d07387f elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"d07387f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Kontakt<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-895850b elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"895850b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><p><span style=\"color: white\">Jetzt unverbindlichen<\/span> <span style=\"color: #c39d7b\">Termin vereinbaren<\/span><\/p>\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fa1ecc5 elementor-mobile-align-justify elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"fa1ecc5\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:0}\" 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 elementor-animation-shrink\" href=\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjE1MSIsInRvZ2dsZSI6ZmFsc2V9\">\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\">KONTAKT<\/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\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d1e4c83 e-con-full e-flex e-con e-parent\" data-id=\"d1e4c83\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-80f2e43 e-con-full e-flex e-con e-child\" data-id=\"80f2e43\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-dea45e3 e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"dea45e3\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d291f71 elementor-widget__width-initial elementor-invisible elementor-widget elementor-widget-google_maps\" data-id=\"d291f71\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"google_maps.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-custom-embed\">\n\t\t\t<iframe loading=\"lazy\"\n\t\t\t\t\tsrc=\"https:\/\/maps.google.com\/maps?q=Finanzfuchs&#038;t=m&#038;z=16&#038;output=embed&#038;iwloc=near\"\n\t\t\t\t\ttitle=\"Finanzfuchs\"\n\t\t\t\t\taria-label=\"Finanzfuchs\"\n\t\t\t><\/iframe>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\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>F\u00dcR EINE SORGENFREIE ZUKUNFT INVESTMENT Gemeinsam Sicherheit schaffen, f\u00fcr eine sorgenfreie Zukunft. Wir finden die passende Anlagestrategie f\u00fcr Ihr Profil. Mit unserem Vorsorgerechner k\u00f6nnen Sie f\u00fcr Ihre Zukunft planen. Kontakt F\u00dcR EINE SORGENFREIE ZUKUNFT INVESTMENT Gemeinsam Sicherheit schaffen f\u00fcr eine sorgenfreie Zukunft. Wir finden die passende Anlagestrategie f\u00fcr Ihr Profil. Mit unserem Vorsorgerechner k\u00f6nnen Sie [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":7549,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"iawp_total_views":104,"footnotes":""},"class_list":["post-634","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Stefan Enderle - Investment<\/title>\n<meta name=\"description\" content=\"Eine sichere Vorsorge durch ma\u00dfgeschneidertes Portfolio Planning undausf\u00fchrliche Analyse. Nutzen Sie den Investmentrechner, um Ihre individuellenInvestmentziele zu berechnen. W\u00e4hlen Sie aus \u00fcber 5000 Investmentm\u00f6glichkeiten undbehalten Sie alles im \u00dcberblick mit unserer App. Beratung in Wien, Wien und Umgebung\u2013 1100 Wien. Partner der Finanzfuchsgruppe.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/stefanenderle.at\/en\/investment\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Stefan Enderle - Investment\" \/>\n<meta property=\"og:description\" content=\"Eine sichere Vorsorge durch ma\u00dfgeschneidertes Portfolio Planning undausf\u00fchrliche Analyse. Nutzen Sie den Investmentrechner, um Ihre individuellenInvestmentziele zu berechnen. W\u00e4hlen Sie aus \u00fcber 5000 Investmentm\u00f6glichkeiten undbehalten Sie alles im \u00dcberblick mit unserer App. Beratung in Wien, Wien und Umgebung\u2013 1100 Wien. Partner der Finanzfuchsgruppe.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/stefanenderle.at\/en\/investment\/\" \/>\n<meta property=\"og:site_name\" content=\"Stefan Enderle\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-06T09:48:15+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/07\/Invest-App-1-575x1024.png\" \/>\n\t<meta property=\"og:image:width\" content=\"575\" \/>\n\t<meta property=\"og:image:height\" content=\"1024\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/stefanenderle.at\/investment\/\",\"url\":\"https:\/\/stefanenderle.at\/investment\/\",\"name\":\"Stefan Enderle - Investment\",\"isPartOf\":{\"@id\":\"https:\/\/stefanenderle.at\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/stefanenderle.at\/investment\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/stefanenderle.at\/investment\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/07\/Invest-App-1.png\",\"datePublished\":\"2024-01-20T12:16:47+00:00\",\"dateModified\":\"2026-02-06T09:48:15+00:00\",\"description\":\"Eine sichere Vorsorge durch ma\u00dfgeschneidertes Portfolio Planning undausf\u00fchrliche Analyse. Nutzen Sie den Investmentrechner, um Ihre individuellenInvestmentziele zu berechnen. W\u00e4hlen Sie aus \u00fcber 5000 Investmentm\u00f6glichkeiten undbehalten Sie alles im \u00dcberblick mit unserer App. Beratung in Wien, Wien und Umgebung\u2013 1100 Wien. Partner der Finanzfuchsgruppe.\",\"breadcrumb\":{\"@id\":\"https:\/\/stefanenderle.at\/investment\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/stefanenderle.at\/investment\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/stefanenderle.at\/investment\/#primaryimage\",\"url\":\"https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/07\/Invest-App-1.png\",\"contentUrl\":\"https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/07\/Invest-App-1.png\",\"width\":1253,\"height\":2233},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/stefanenderle.at\/investment\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite\",\"item\":\"https:\/\/stefanenderle.at\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Investment\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/stefanenderle.at\/#website\",\"url\":\"https:\/\/stefanenderle.at\/\",\"name\":\"Stefan Enderle\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/stefanenderle.at\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/stefanenderle.at\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/stefanenderle.at\/#organization\",\"name\":\"Stefan Enderle\",\"url\":\"https:\/\/stefanenderle.at\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/stefanenderle.at\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/04\/Stefan-Enderle-e1721301739455.png\",\"contentUrl\":\"https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/04\/Stefan-Enderle-e1721301739455.png\",\"width\":500,\"height\":146,\"caption\":\"Stefan Enderle\"},\"image\":{\"@id\":\"https:\/\/stefanenderle.at\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Stefan Enderle - Investment","description":"Eine sichere Vorsorge durch ma\u00dfgeschneidertes Portfolio Planning undausf\u00fchrliche Analyse. Nutzen Sie den Investmentrechner, um Ihre individuellenInvestmentziele zu berechnen. W\u00e4hlen Sie aus \u00fcber 5000 Investmentm\u00f6glichkeiten undbehalten Sie alles im \u00dcberblick mit unserer App. Beratung in Wien, Wien und Umgebung\u2013 1100 Wien. Partner der Finanzfuchsgruppe.","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:\/\/stefanenderle.at\/en\/investment\/","og_locale":"en_GB","og_type":"article","og_title":"Stefan Enderle - Investment","og_description":"Eine sichere Vorsorge durch ma\u00dfgeschneidertes Portfolio Planning undausf\u00fchrliche Analyse. Nutzen Sie den Investmentrechner, um Ihre individuellenInvestmentziele zu berechnen. W\u00e4hlen Sie aus \u00fcber 5000 Investmentm\u00f6glichkeiten undbehalten Sie alles im \u00dcberblick mit unserer App. Beratung in Wien, Wien und Umgebung\u2013 1100 Wien. Partner der Finanzfuchsgruppe.","og_url":"https:\/\/stefanenderle.at\/en\/investment\/","og_site_name":"Stefan Enderle","article_modified_time":"2026-02-06T09:48:15+00:00","og_image":[{"width":575,"height":1024,"url":"https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/07\/Invest-App-1-575x1024.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Estimated reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/stefanenderle.at\/investment\/","url":"https:\/\/stefanenderle.at\/investment\/","name":"Stefan Enderle - Investment","isPartOf":{"@id":"https:\/\/stefanenderle.at\/#website"},"primaryImageOfPage":{"@id":"https:\/\/stefanenderle.at\/investment\/#primaryimage"},"image":{"@id":"https:\/\/stefanenderle.at\/investment\/#primaryimage"},"thumbnailUrl":"https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/07\/Invest-App-1.png","datePublished":"2024-01-20T12:16:47+00:00","dateModified":"2026-02-06T09:48:15+00:00","description":"Eine sichere Vorsorge durch ma\u00dfgeschneidertes Portfolio Planning undausf\u00fchrliche Analyse. Nutzen Sie den Investmentrechner, um Ihre individuellenInvestmentziele zu berechnen. W\u00e4hlen Sie aus \u00fcber 5000 Investmentm\u00f6glichkeiten undbehalten Sie alles im \u00dcberblick mit unserer App. Beratung in Wien, Wien und Umgebung\u2013 1100 Wien. Partner der Finanzfuchsgruppe.","breadcrumb":{"@id":"https:\/\/stefanenderle.at\/investment\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/stefanenderle.at\/investment\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/stefanenderle.at\/investment\/#primaryimage","url":"https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/07\/Invest-App-1.png","contentUrl":"https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/07\/Invest-App-1.png","width":1253,"height":2233},{"@type":"BreadcrumbList","@id":"https:\/\/stefanenderle.at\/investment\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https:\/\/stefanenderle.at\/"},{"@type":"ListItem","position":2,"name":"Investment"}]},{"@type":"WebSite","@id":"https:\/\/stefanenderle.at\/#website","url":"https:\/\/stefanenderle.at\/","name":"Stefan Enderle","description":"","publisher":{"@id":"https:\/\/stefanenderle.at\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/stefanenderle.at\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/stefanenderle.at\/#organization","name":"Stefan Enderle","url":"https:\/\/stefanenderle.at\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/stefanenderle.at\/#\/schema\/logo\/image\/","url":"https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/04\/Stefan-Enderle-e1721301739455.png","contentUrl":"https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/04\/Stefan-Enderle-e1721301739455.png","width":500,"height":146,"caption":"Stefan Enderle"},"image":{"@id":"https:\/\/stefanenderle.at\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/stefanenderle.at\/en\/wp-json\/wp\/v2\/pages\/634","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/stefanenderle.at\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/stefanenderle.at\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/stefanenderle.at\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/stefanenderle.at\/en\/wp-json\/wp\/v2\/comments?post=634"}],"version-history":[{"count":193,"href":"https:\/\/stefanenderle.at\/en\/wp-json\/wp\/v2\/pages\/634\/revisions"}],"predecessor-version":[{"id":9076,"href":"https:\/\/stefanenderle.at\/en\/wp-json\/wp\/v2\/pages\/634\/revisions\/9076"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/stefanenderle.at\/en\/wp-json\/wp\/v2\/media\/7549"}],"wp:attachment":[{"href":"https:\/\/stefanenderle.at\/en\/wp-json\/wp\/v2\/media?parent=634"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}