		<div data-elementor-type="wp-page" data-elementor-id="632" class="elementor elementor-632" data-elementor-post-type="page">
				<script type="text/javascript">window["ccb_front_template_614"] = {"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=\"614\" :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":632,"date":"2024-01-20T13:16:39","date_gmt":"2024-01-20T12:16:39","guid":{"rendered":"https:\/\/stefanenderle.at\/?page_id=632"},"modified":"2026-02-06T10:47:47","modified_gmt":"2026-02-06T09:47:47","slug":"finanzierung","status":"publish","type":"page","link":"https:\/\/stefanenderle.at\/en\/finanzierung\/","title":{"rendered":"Financing"},"content":{"rendered":"<div class=\"elementor-element elementor-element-f7c5826 e-con-full elementor-hidden-mobile e-flex e-con e-parent\" data-id=\"f7c5826\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-719b64c elementor-widget__width-inherit elementor-widget elementor-widget-ucaddon_transparent_split_hero\" data-id=\"719b64c\" 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_719b64c\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\/07\/Immo-1-1-e1721814773964.png);\n    display:flex;\n    overflow:hidden;\n    \n}\n\n#uc_transparent_split_hero_elementor_719b64c > 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_719b64c\">    \t      \n  <div class=\"uc_container_text_box\">  \n  <div>\n        <h1 class=\"uc_title\">IMMOBILIEN, LEASING UND KONSUM<\/h1>\n        <div class=\"uc_subtitle\">FINANZIERUNG<\/div>\n        <div class=\"uc_text\">Mit unserem Kreditrechner k\u00f6nnen Sie bequem von zu Hause aus Ihren Wunschkredit berechnen. Egal ob Hypothekarkredit oder ein einfacher Konsumkredit, wir haben das passende Angebot f\u00fcr Ihre Bed\u00fcrfnisse!<\/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\t\t<div class=\"elementor-element elementor-element-b31adca elementor-widget elementor-widget-spacer\" data-id=\"b31adca\" 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>\n\t\t<div class=\"elementor-element elementor-element-baba63e elementor-hidden-desktop elementor-hidden-tablet e-flex e-con-boxed e-con e-parent\" data-id=\"baba63e\" 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-5d2f82e elementor-widget elementor-widget-spacer\" data-id=\"5d2f82e\" 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-a760d08 elementor-hidden-tablet elementor-widget elementor-widget-text-editor\" data-id=\"a760d08\" 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>IMMOBILIEN, LEASING UND KONSUM<\/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-45a0cd7 elementor-widget elementor-widget-heading\" data-id=\"45a0cd7\" 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\">FINANZIERUNG<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ba0eb6b elementor-hidden-tablet elementor-widget elementor-widget-text-editor\" data-id=\"ba0eb6b\" 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>Mit unserem Kreditrechner k\u00f6nnen sie bequem von zu Hause aus Ihren Wunschkredit berechnen. Egal ob Hypothekarkredit oder ein einfacher Konsumkredit, wir haben das passende Angebot f\u00fcr Ihre Bed\u00fcrfnisse!<\/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-6480673 elementor-mobile-align-left elementor-align-left elementor-tablet-align-left elementor-invisible elementor-widget elementor-widget-button\" data-id=\"6480673\" 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-69407d6 elementor-widget elementor-widget-spacer\" data-id=\"69407d6\" 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-d6de3e8 e-flex e-con-boxed e-con e-parent\" data-id=\"d6de3e8\" 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-a6fc3bf e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"a6fc3bf\" 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-36067da elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"36067da\" 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\">Tr\u00e4ume<\/span><span style=\"color: white\"> Finanzieren: <\/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-82e71f8 animated-slow elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"82e71f8\" 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\u00dfgeschneiderte Kreditangebote<\/li><li>Ausf\u00fchrlicher Marktvergleich<\/li><li>Mehr als 100 Partnerbanken<\/li><li>Umschuldung auf fix bzw. variabel verzinste Kredite<\/li><li>\u00dcber 100 Millionen Euro abgewickeltes Finanzierungsvolumen<\/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-ce57cd7 animated-slow elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"ce57cd7\" 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-34f576b elementor-mobile-align-justify elementor-align-left animated-slow elementor-invisible elementor-widget elementor-widget-button\" data-id=\"34f576b\" 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-34e7170 elementor-widget elementor-widget-spacer\" data-id=\"34e7170\" 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>\n\t\t<div class=\"elementor-element elementor-element-68274c3 e-con-full elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-child\" data-id=\"68274c3\" data-element_type=\"container\" data-e-type=\"container\" id=\"scale-container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d2b43f0 elementor-widget elementor-widget-image\" data-id=\"d2b43f0\" 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=\"800\" height=\"449\" src=\"https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/08\/pexels-hiba-q-omar-106562569-15220867-1024x575.jpg\" class=\"attachment-large size-large wp-image-8040\" alt=\"\" srcset=\"https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/08\/pexels-hiba-q-omar-106562569-15220867-1024x575.jpg 1024w, https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/08\/pexels-hiba-q-omar-106562569-15220867-300x169.jpg 300w, https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/08\/pexels-hiba-q-omar-106562569-15220867-768x431.jpg 768w, https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/08\/pexels-hiba-q-omar-106562569-15220867-1536x863.jpg 1536w, https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/08\/pexels-hiba-q-omar-106562569-15220867-2048x1150.jpg 2048w, https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/08\/pexels-hiba-q-omar-106562569-15220867-18x10.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<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-63e5f65 e-flex e-con-boxed e-con e-parent\" data-id=\"63e5f65\" 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-e053a73 e-con-full e-flex e-con e-child\" data-id=\"e053a73\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-283d367 elementor-hidden-desktop elementor-hidden-tablet elementor-widget elementor-widget-image\" data-id=\"283d367\" 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=\"758\" height=\"1024\" src=\"https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/08\/pexels-jvdm-1457847-758x1024.jpg\" class=\"attachment-large size-large wp-image-8044\" alt=\"\" srcset=\"https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/08\/pexels-jvdm-1457847-758x1024.jpg 758w, https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/08\/pexels-jvdm-1457847-222x300.jpg 222w, https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/08\/pexels-jvdm-1457847-768x1037.jpg 768w, https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/08\/pexels-jvdm-1457847-1137x1536.jpg 1137w, https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/08\/pexels-jvdm-1457847-1516x2048.jpg 1516w, https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/08\/pexels-jvdm-1457847-9x12.jpg 9w, https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/08\/pexels-jvdm-1457847-scaled.jpg 1895w\" sizes=\"(max-width: 758px) 100vw, 758px\" \/>\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-0e6eb90 elementor-widget elementor-widget-spacer\" data-id=\"0e6eb90\" 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-b40bbf4 e-flex e-con-boxed e-con e-parent\" data-id=\"b40bbf4\" 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-d467dbc animated-slow elementor-invisible elementor-widget elementor-widget-shortcode\" data-id=\"d467dbc\" 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-614 \" data-calc-id=\"614\">\n\t<calc-builder-front v-cloak custom=\"\" :content=\"{&quot;id&quot;:&quot;614&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_5&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;Order ID&quot;,&quot;back_button_text&quot;:&quot;Zur\\u00fcck zum Taschenrechner&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;Monatliche Rate:&quot;,&quot;alias&quot;:&quot;total_field_id_3&quot;},{&quot;idx&quot;:1,&quot;title&quot;:&quot;Monatliche Rate;&quot;,&quot;alias&quot;:&quot;total_field_id_13&quot;},{&quot;idx&quot;:2,&quot;title&quot;:&quot;Finanzierte Summe:&quot;,&quot;alias&quot;:&quot;total_field_id_11&quot;},{&quot;idx&quot;:3,&quot;title&quot;:&quot;Finanzierte Summe;&quot;,&quot;alias&quot;:&quot;total_field_id_14&quot;},{&quot;idx&quot;:4,&quot;title&quot;:&quot;Gesamtr\\u00fcckzahlung:&quot;,&quot;alias&quot;:&quot;total_field_id_9&quot;},{&quot;idx&quot;:5,&quot;title&quot;:&quot;Gesamtr\\u00fcckzahlung;&quot;,&quot;alias&quot;:&quot;total_field_id_15&quot;}],&quot;emailSubject&quot;:&quot;Anfrage \\u00fcber den Kreditrechner&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;Anfragen&quot;,&quot;openModalBtnText&quot;:&quot;Anfragen&quot;,&quot;allowContactForm&quot;:&quot;&quot;,&quot;order_id_in_subject&quot;:false,&quot;body&quot;:&quot;Dear sir\\\/madam\\nWe would be very grateful to you if you could provide us the quotation of the following=&gt;\\n\\nTotal Summary\\n[ccb-subtotal]\\nTotal: [ccb-total-0]\\nLooking forward to hearing back from you.\\nThanks in advance&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;Monthly payment&quot;,&quot;alias&quot;:&quot;total_field_id_3&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;Monthly payment&quot;,&quot;alias&quot;:&quot;total_field_id_3&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;Monatliche Rate:&quot;,&quot;alias&quot;:&quot;total_field_id_3&quot;}]},&quot;webhooks&quot;:{&quot;tour_title&quot;:&quot;Custom 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;614&quot;,&quot;title&quot;:&quot;Kreditrechner&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;Kreditvariante&quot;,&quot;_id&quot;:5,&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_5&quot;,&quot;desc_option&quot;:&quot;after&quot;,&quot;summary_view&quot;:&quot;show_value&quot;,&quot;styles&quot;:{&quot;box_style&quot;:&quot;vertical&quot;,&quot;style&quot;:&quot;box&quot;},&quot;options&quot;:[{&quot;optionText&quot;:&quot;Konsumkredit&quot;,&quot;optionValue&quot;:&quot;1&quot;},{&quot;optionText&quot;:&quot;Immobilienkredit&quot;,&quot;optionValue&quot;:&quot;&quot;}],&quot;apply_style_for_all&quot;:true,&quot;text&quot;:&quot;Radio select&quot;,&quot;letter&quot;:&quot;F&quot;},{&quot;unit&quot;:&quot;1&quot;,&quot;min&quot;:&quot;0&quot;,&quot;max&quot;:&quot;75000&quot;,&quot;label&quot;:&quot;Finanzierungsbetrag Konsumkredit&quot;,&quot;_id&quot;:0,&quot;default&quot;:&quot;25000&quot;,&quot;description&quot;:&quot;&quot;,&quot;placeholder&quot;:&quot;&quot;,&quot;required&quot;:&quot;true&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;:true,&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_0&quot;,&quot;desc_option&quot;:&quot;after&quot;,&quot;step&quot;:&quot;1&quot;,&quot;text&quot;:&quot;Quantity field&quot;,&quot;hidden&quot;:null,&quot;formulaFieldView&quot;:true,&quot;letter&quot;:&quot;A&quot;,&quot;idx&quot;:2},{&quot;unit&quot;:&quot;1&quot;,&quot;min&quot;:&quot;0&quot;,&quot;max&quot;:&quot;2500000&quot;,&quot;label&quot;:&quot;Finanzierungsbetrag Immobilienkredit&quot;,&quot;_id&quot;:6,&quot;default&quot;:&quot;250000&quot;,&quot;description&quot;:&quot;&quot;,&quot;placeholder&quot;:&quot;&quot;,&quot;required&quot;:&quot;true&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;:true,&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_6&quot;,&quot;desc_option&quot;:&quot;after&quot;,&quot;step&quot;:&quot;1&quot;,&quot;text&quot;:&quot;Quantity field&quot;,&quot;hidden&quot;:null,&quot;formulaFieldView&quot;:true,&quot;letter&quot;:&quot;G&quot;,&quot;idx&quot;:3,&quot;stm_dublicate_field_id&quot;:0},{&quot;step&quot;:&quot;0.25&quot;,&quot;unit&quot;:&quot;1&quot;,&quot;sign&quot;:&quot;%&quot;,&quot;label&quot;:&quot;Zinssatz&quot;,&quot;_id&quot;:1,&quot;default&quot;:&quot;3&quot;,&quot;minValue&quot;:&quot;0&quot;,&quot;maxValue&quot;:&quot;15&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_1&quot;,&quot;desc_option&quot;:&quot;after&quot;,&quot;text&quot;:&quot;Basic slider&quot;,&quot;required&quot;:&quot;false&quot;,&quot;hidden&quot;:null,&quot;formulaFieldView&quot;:true,&quot;letter&quot;:&quot;B&quot;},{&quot;unit&quot;:&quot;1&quot;,&quot;min&quot;:&quot;0&quot;,&quot;max&quot;:&quot;2500000&quot;,&quot;label&quot;:&quot;Eigenmittel Immobilienkredit&quot;,&quot;_id&quot;:12,&quot;default&quot;:&quot;0&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;:true,&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_12&quot;,&quot;desc_option&quot;:&quot;after&quot;,&quot;step&quot;:&quot;1&quot;,&quot;text&quot;:&quot;Quantity field&quot;,&quot;hidden&quot;:null,&quot;formulaFieldView&quot;:true,&quot;letter&quot;:&quot;M&quot;,&quot;idx&quot;:4,&quot;stm_dublicate_field_id&quot;:10},{&quot;step&quot;:&quot;1&quot;,&quot;unit&quot;:&quot;1&quot;,&quot;sign&quot;:&quot;Jahre&quot;,&quot;label&quot;:&quot;Laufzeit Immobilienkredit&quot;,&quot;_id&quot;:2,&quot;default&quot;:&quot;15&quot;,&quot;minValue&quot;:&quot;1&quot;,&quot;maxValue&quot;:&quot;45&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_2&quot;,&quot;desc_option&quot;:&quot;after&quot;,&quot;text&quot;:&quot;Basic slider&quot;,&quot;required&quot;:&quot;false&quot;,&quot;hidden&quot;:null,&quot;formulaFieldView&quot;:true,&quot;letter&quot;:&quot;C&quot;,&quot;idx&quot;:5},{&quot;step&quot;:&quot;1&quot;,&quot;unit&quot;:&quot;1&quot;,&quot;sign&quot;:&quot;Jahre&quot;,&quot;label&quot;:&quot;Laufzeit Konsumkredit&quot;,&quot;_id&quot;:7,&quot;default&quot;:&quot;5&quot;,&quot;minValue&quot;:&quot;1&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_7&quot;,&quot;desc_option&quot;:&quot;after&quot;,&quot;text&quot;:&quot;Basic slider&quot;,&quot;required&quot;:&quot;false&quot;,&quot;hidden&quot;:null,&quot;formulaFieldView&quot;:true,&quot;letter&quot;:&quot;H&quot;,&quot;idx&quot;:5,&quot;stm_dublicate_field_id&quot;:2},{&quot;_id&quot;:3,&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_0-0)  * ( range_field_id_1 \\\/ 12 \\\/ 100 ) * Math.pow( 1 + ( range_field_id_1 \\\/ 12 \\\/ 100 ), range_field_id_7 * 12 ) \\\/ ( Math.pow( 1 + ( range_field_id_1 \\\/ 12 \\\/ 100 ), range_field_id_7 * 12 ) - 1 )&quot;,&quot;additionalStyles&quot;:&quot;&quot;,&quot;alias&quot;:&quot;total_field_id_3&quot;,&quot;icon&quot;:&quot;ccb-icon-Path-3516&quot;,&quot;label&quot;:&quot;Monatliche Rate:&quot;,&quot;totalSymbol&quot;:&quot;&quot;,&quot;totalSymbolSign&quot;:&quot;&quot;,&quot;formulaFieldView&quot;:true,&quot;letter&quot;:&quot;D&quot;,&quot;formulaView&quot;:false,&quot;legacyFormula&quot;:&quot;quantity_field_id_0 * ( range_field_id_1 \\\/ 12 \\\/ 100 ) * Math.pow( 1 + ( range_field_id_1 \\\/ 12 \\\/ 100 ), range_field_id_2 * 12 ) \\\/ ( Math.pow( 1 + ( range_field_id_1 \\\/ 12 \\\/ 100 ), range_field_id_2 * 12 ) - 1 ) &quot;,&quot;default&quot;:&quot;&quot;,&quot;text&quot;:&quot;Formula&quot;,&quot;idx&quot;:9},{&quot;_id&quot;:13,&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_6-quantity_field_id_12)  * ( range_field_id_1 \\\/ 12 \\\/ 100 ) * Math.pow( 1 + ( range_field_id_1 \\\/ 12 \\\/ 100 ), range_field_id_2 * 12 ) \\\/ ( Math.pow( 1 + ( range_field_id_1 \\\/ 12 \\\/ 100 ), range_field_id_2 * 12 ) - 1 )&quot;,&quot;additionalStyles&quot;:&quot;&quot;,&quot;alias&quot;:&quot;total_field_id_13&quot;,&quot;icon&quot;:&quot;ccb-icon-Path-3516&quot;,&quot;label&quot;:&quot;Monatliche Rate;&quot;,&quot;totalSymbol&quot;:&quot;&quot;,&quot;totalSymbolSign&quot;:&quot;&quot;,&quot;formulaFieldView&quot;:true,&quot;letter&quot;:&quot;N&quot;,&quot;formulaView&quot;:false,&quot;legacyFormula&quot;:&quot;quantity_field_id_0 * ( range_field_id_1 \\\/ 12 \\\/ 100 ) * Math.pow( 1 + ( range_field_id_1 \\\/ 12 \\\/ 100 ), range_field_id_2 * 12 ) \\\/ ( Math.pow( 1 + ( range_field_id_1 \\\/ 12 \\\/ 100 ), range_field_id_2 * 12 ) - 1 ) &quot;,&quot;default&quot;:&quot;&quot;,&quot;text&quot;:&quot;Formula&quot;,&quot;idx&quot;:9,&quot;stm_dublicate_field_id&quot;:3},{&quot;_id&quot;:11,&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_0-0&quot;,&quot;additionalStyles&quot;:&quot;&quot;,&quot;alias&quot;:&quot;total_field_id_11&quot;,&quot;icon&quot;:&quot;ccb-icon-Path-3516&quot;,&quot;label&quot;:&quot;Finanzierte Summe:&quot;,&quot;totalSymbol&quot;:&quot;&quot;,&quot;totalSymbolSign&quot;:&quot;&quot;,&quot;formulaFieldView&quot;:true,&quot;letter&quot;:&quot;L&quot;,&quot;formulaView&quot;:false,&quot;legacyFormula&quot;:&quot;quantity_field_id_0 * ( range_field_id_1 \\\/ 12 \\\/ 100 ) * Math.pow( 1 + ( range_field_id_1 \\\/ 12 \\\/ 100 ), range_field_id_2 * 12 ) \\\/ ( Math.pow( 1 + ( range_field_id_1 \\\/ 12 \\\/ 100 ), range_field_id_2 * 12 ) - 1 ) &quot;,&quot;default&quot;:&quot;&quot;,&quot;text&quot;:&quot;Formula&quot;,&quot;idx&quot;:11,&quot;stm_dublicate_field_id&quot;:3},{&quot;_id&quot;:14,&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_6-quantity_field_id_12&quot;,&quot;additionalStyles&quot;:&quot;&quot;,&quot;alias&quot;:&quot;total_field_id_14&quot;,&quot;icon&quot;:&quot;ccb-icon-Path-3516&quot;,&quot;label&quot;:&quot;Finanzierte Summe;&quot;,&quot;totalSymbol&quot;:&quot;&quot;,&quot;totalSymbolSign&quot;:&quot;&quot;,&quot;formulaFieldView&quot;:true,&quot;letter&quot;:&quot;O&quot;,&quot;formulaView&quot;:false,&quot;legacyFormula&quot;:&quot;quantity_field_id_0 * ( range_field_id_1 \\\/ 12 \\\/ 100 ) * Math.pow( 1 + ( range_field_id_1 \\\/ 12 \\\/ 100 ), range_field_id_2 * 12 ) \\\/ ( Math.pow( 1 + ( range_field_id_1 \\\/ 12 \\\/ 100 ), range_field_id_2 * 12 ) - 1 ) &quot;,&quot;default&quot;:&quot;&quot;,&quot;text&quot;:&quot;Formula&quot;,&quot;idx&quot;:11,&quot;stm_dublicate_field_id&quot;:11},{&quot;_id&quot;:9,&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_3 * (12*range_field_id_7 )&quot;,&quot;additionalStyles&quot;:&quot;&quot;,&quot;alias&quot;:&quot;total_field_id_9&quot;,&quot;icon&quot;:&quot;ccb-icon-Path-3516&quot;,&quot;label&quot;:&quot;Gesamtr\\u00fcckzahlung:&quot;,&quot;totalSymbol&quot;:&quot;&quot;,&quot;totalSymbolSign&quot;:&quot;&quot;,&quot;formulaFieldView&quot;:true,&quot;letter&quot;:&quot;J&quot;,&quot;formulaView&quot;:false,&quot;legacyFormula&quot;:&quot;quantity_field_id_0 * ( range_field_id_1 \\\/ 12 \\\/ 100 ) * Math.pow( 1 + ( range_field_id_1 \\\/ 12 \\\/ 100 ), range_field_id_2 * 12 ) \\\/ ( Math.pow( 1 + ( range_field_id_1 \\\/ 12 \\\/ 100 ), range_field_id_2 * 12 ) - 1 ) &quot;,&quot;default&quot;:&quot;&quot;,&quot;text&quot;:&quot;Formula&quot;,&quot;idx&quot;:13,&quot;stm_dublicate_field_id&quot;:4},{&quot;_id&quot;:15,&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_13 * (12*range_field_id_2 )&quot;,&quot;additionalStyles&quot;:&quot;&quot;,&quot;alias&quot;:&quot;total_field_id_15&quot;,&quot;icon&quot;:&quot;ccb-icon-Path-3516&quot;,&quot;label&quot;:&quot;Gesamtr\\u00fcckzahlung;&quot;,&quot;totalSymbol&quot;:&quot;&quot;,&quot;totalSymbolSign&quot;:&quot;&quot;,&quot;formulaFieldView&quot;:true,&quot;letter&quot;:&quot;P&quot;,&quot;formulaView&quot;:false,&quot;legacyFormula&quot;:&quot;quantity_field_id_0 * ( range_field_id_1 \\\/ 12 \\\/ 100 ) * Math.pow( 1 + ( range_field_id_1 \\\/ 12 \\\/ 100 ), range_field_id_2 * 12 ) \\\/ ( Math.pow( 1 + ( range_field_id_1 \\\/ 12 \\\/ 100 ), range_field_id_2 * 12 ) - 1 ) &quot;,&quot;default&quot;:&quot;&quot;,&quot;text&quot;:&quot;Formula&quot;,&quot;idx&quot;:13,&quot;stm_dublicate_field_id&quot;:9}],&quot;formula&quot;:[{&quot;id&quot;:3,&quot;alias&quot;:&quot;total_field_id_3&quot;,&quot;label&quot;:&quot;Monatliche Rate:&quot;,&quot;hidden&quot;:null,&quot;formula&quot;:&quot;(quantity_field_id_0-0)  * ( range_field_id_1 \\\/ 12 \\\/ 100 ) * Math.pow( 1 + ( range_field_id_1 \\\/ 12 \\\/ 100 ), range_field_id_7 * 12 ) \\\/ ( Math.pow( 1 + ( range_field_id_1 \\\/ 12 \\\/ 100 ), range_field_id_7 * 12 ) - 1 )&quot;,&quot;additionalStyles&quot;:&quot;&quot;},{&quot;id&quot;:13,&quot;alias&quot;:&quot;total_field_id_13&quot;,&quot;label&quot;:&quot;Monatliche Rate;&quot;,&quot;hidden&quot;:null,&quot;formula&quot;:&quot;(quantity_field_id_6-quantity_field_id_12)  * ( range_field_id_1 \\\/ 12 \\\/ 100 ) * Math.pow( 1 + ( range_field_id_1 \\\/ 12 \\\/ 100 ), range_field_id_2 * 12 ) \\\/ ( Math.pow( 1 + ( range_field_id_1 \\\/ 12 \\\/ 100 ), range_field_id_2 * 12 ) - 1 )&quot;,&quot;additionalStyles&quot;:&quot;&quot;},{&quot;id&quot;:11,&quot;alias&quot;:&quot;total_field_id_11&quot;,&quot;label&quot;:&quot;Finanzierte Summe:&quot;,&quot;hidden&quot;:null,&quot;formula&quot;:&quot;quantity_field_id_0-0&quot;,&quot;additionalStyles&quot;:&quot;&quot;},{&quot;id&quot;:14,&quot;alias&quot;:&quot;total_field_id_14&quot;,&quot;label&quot;:&quot;Finanzierte Summe;&quot;,&quot;hidden&quot;:null,&quot;formula&quot;:&quot;quantity_field_id_6-quantity_field_id_12&quot;,&quot;additionalStyles&quot;:&quot;&quot;},{&quot;id&quot;:9,&quot;alias&quot;:&quot;total_field_id_9&quot;,&quot;label&quot;:&quot;Gesamtr\\u00fcckzahlung:&quot;,&quot;hidden&quot;:null,&quot;formula&quot;:&quot;total_field_id_3 * (12*range_field_id_7 )&quot;,&quot;additionalStyles&quot;:&quot;&quot;},{&quot;id&quot;:15,&quot;alias&quot;:&quot;total_field_id_15&quot;,&quot;label&quot;:&quot;Gesamtr\\u00fcckzahlung;&quot;,&quot;hidden&quot;:null,&quot;formula&quot;:&quot;total_field_id_13 * (12*range_field_id_2 )&quot;,&quot;additionalStyles&quot;:&quot;&quot;}],&quot;conditions&quot;:{&quot;nodes&quot;:[{&quot;calculable&quot;:true,&quot;y&quot;:376,&quot;x&quot;:592,&quot;id&quot;:1,&quot;icon&quot;:&quot;ccb-icon-Path-3511&quot;,&quot;label&quot;:&quot;Kreditvariante&quot;,&quot;options&quot;:&quot;radio_field_id_5&quot;,&quot;description&quot;:&quot;Radio select&quot;},{&quot;calculable&quot;:true,&quot;y&quot;:179,&quot;x&quot;:1162,&quot;id&quot;:2,&quot;icon&quot;:&quot;ccb-icon-Subtraction-6&quot;,&quot;label&quot;:&quot;Finanzierungsbetrag Konsumkredit&quot;,&quot;options&quot;:&quot;quantity_field_id_0&quot;,&quot;description&quot;:&quot;Quantity field&quot;},{&quot;calculable&quot;:true,&quot;y&quot;:616,&quot;x&quot;:1172,&quot;id&quot;:3,&quot;icon&quot;:&quot;ccb-icon-Subtraction-6&quot;,&quot;label&quot;:&quot;Finanzierungsbetrag Immobilienkredit&quot;,&quot;options&quot;:&quot;quantity_field_id_6&quot;,&quot;description&quot;:&quot;Quantity field&quot;},{&quot;calculable&quot;:true,&quot;y&quot;:614,&quot;x&quot;:879,&quot;id&quot;:4,&quot;icon&quot;:&quot;ccb-icon-Union-5&quot;,&quot;label&quot;:&quot;Laufzeit Immobilienkredit&quot;,&quot;options&quot;:&quot;range_field_id_2&quot;,&quot;description&quot;:&quot;Basic slider&quot;},{&quot;calculable&quot;:true,&quot;y&quot;:186,&quot;x&quot;:864,&quot;id&quot;:5,&quot;icon&quot;:&quot;ccb-icon-Union-5&quot;,&quot;label&quot;:&quot;Laufzeit Konsumkredit&quot;,&quot;options&quot;:&quot;range_field_id_7&quot;,&quot;description&quot;:&quot;Basic slider&quot;},{&quot;calculable&quot;:true,&quot;y&quot;:181.5,&quot;x&quot;:356,&quot;id&quot;:7,&quot;icon&quot;:&quot;ccb-icon-Path-3516&quot;,&quot;label&quot;:&quot;Monatliche Rate:&quot;,&quot;options&quot;:&quot;total_field_id_3&quot;,&quot;description&quot;:&quot;Formula&quot;},{&quot;calculable&quot;:true,&quot;y&quot;:246.5,&quot;x&quot;:355,&quot;id&quot;:8,&quot;icon&quot;:&quot;ccb-icon-Path-3516&quot;,&quot;label&quot;:&quot;Finanzierte Summe:&quot;,&quot;options&quot;:&quot;total_field_id_11&quot;,&quot;description&quot;:&quot;Formula&quot;},{&quot;calculable&quot;:true,&quot;y&quot;:313.5,&quot;x&quot;:358,&quot;id&quot;:9,&quot;icon&quot;:&quot;ccb-icon-Path-3516&quot;,&quot;label&quot;:&quot;Gesamtr\\u00fcckzahlung:&quot;,&quot;options&quot;:&quot;total_field_id_9&quot;,&quot;description&quot;:&quot;Formula&quot;},{&quot;calculable&quot;:true,&quot;y&quot;:613.5,&quot;x&quot;:619,&quot;id&quot;:10,&quot;icon&quot;:&quot;ccb-icon-Subtraction-6&quot;,&quot;label&quot;:&quot;Eigenmittel Immobilienkredit&quot;,&quot;options&quot;:&quot;quantity_field_id_12&quot;,&quot;description&quot;:&quot;Quantity field&quot;},{&quot;calculable&quot;:true,&quot;y&quot;:445.5,&quot;x&quot;:373,&quot;id&quot;:11,&quot;icon&quot;:&quot;ccb-icon-Path-3516&quot;,&quot;label&quot;:&quot;Monatliche Rate;&quot;,&quot;options&quot;:&quot;total_field_id_13&quot;,&quot;description&quot;:&quot;Formula&quot;},{&quot;calculable&quot;:true,&quot;y&quot;:507.5,&quot;x&quot;:373,&quot;id&quot;:12,&quot;icon&quot;:&quot;ccb-icon-Path-3516&quot;,&quot;label&quot;:&quot;Finanzierte Summe;&quot;,&quot;options&quot;:&quot;total_field_id_14&quot;,&quot;description&quot;:&quot;Formula&quot;},{&quot;calculable&quot;:true,&quot;y&quot;:564.5,&quot;x&quot;:372,&quot;id&quot;:13,&quot;icon&quot;:&quot;ccb-icon-Path-3516&quot;,&quot;label&quot;:&quot;Gesamtr\\u00fcckzahlung;&quot;,&quot;options&quot;:&quot;total_field_id_15&quot;,&quot;description&quot;:&quot;Formula&quot;}],&quot;links&quot;:[{&quot;id&quot;:4,&quot;to&quot;:5,&quot;modal&quot;:false,&quot;from&quot;:1,&quot;target&quot;:{&quot;class_name&quot;:&quot;node-output-point top left&quot;,&quot;x&quot;:627.890625,&quot;y&quot;:373.20001220703125},&quot;input_coordinates&quot;:{&quot;x&quot;:973,&quot;y&quot;:232,&quot;position&quot;:&quot;bottomMiddle&quot;},&quot;options_to&quot;:&quot;range_field_id_7&quot;,&quot;options_from&quot;:&quot;radio_field_id_5&quot;,&quot;condition&quot;:[{&quot;setVal&quot;:&quot;&quot;,&quot;setOptions&quot;:&quot;&quot;,&quot;action&quot;:&quot;hide&quot;,&quot;index&quot;:false,&quot;hide&quot;:false,&quot;open&quot;:false,&quot;type&quot;:&quot;select&quot;,&quot;sort&quot;:0,&quot;optionTo&quot;:&quot;range_field_id_7&quot;,&quot;optionFrom&quot;:&quot;radio_field_id_5&quot;,&quot;conditions&quot;:[{&quot;key&quot;:1,&quot;value&quot;:0,&quot;condition&quot;:&quot;==&quot;,&quot;logicalOperator&quot;:&quot;||&quot;,&quot;sort&quot;:0,&quot;checkedValues&quot;:[],&quot;originalValue&quot;:0}]}]},{&quot;id&quot;:6,&quot;to&quot;:7,&quot;modal&quot;:false,&quot;from&quot;:1,&quot;target&quot;:{&quot;class_name&quot;:&quot;node-output-point top left&quot;,&quot;x&quot;:627.890625,&quot;y&quot;:373.20001220703125},&quot;input_coordinates&quot;:{&quot;x&quot;:580,&quot;y&quot;:204.5,&quot;position&quot;:&quot;rightMiddle&quot;},&quot;options_to&quot;:&quot;total_field_id_3&quot;,&quot;options_from&quot;:&quot;radio_field_id_5&quot;,&quot;condition&quot;:[{&quot;setVal&quot;:&quot;&quot;,&quot;setOptions&quot;:&quot;&quot;,&quot;action&quot;:&quot;hide&quot;,&quot;index&quot;:false,&quot;hide&quot;:false,&quot;open&quot;:false,&quot;type&quot;:&quot;select&quot;,&quot;sort&quot;:0,&quot;optionTo&quot;:&quot;total_field_id_3&quot;,&quot;optionFrom&quot;:&quot;radio_field_id_5&quot;,&quot;conditions&quot;:[{&quot;key&quot;:1,&quot;value&quot;:0,&quot;condition&quot;:&quot;==&quot;,&quot;logicalOperator&quot;:&quot;||&quot;,&quot;sort&quot;:0,&quot;checkedValues&quot;:[],&quot;originalValue&quot;:0}]}]},{&quot;id&quot;:7,&quot;to&quot;:8,&quot;modal&quot;:false,&quot;from&quot;:1,&quot;target&quot;:{&quot;class_name&quot;:&quot;node-output-point top left&quot;,&quot;x&quot;:627.890625,&quot;y&quot;:373.20001220703125},&quot;input_coordinates&quot;:{&quot;x&quot;:579,&quot;y&quot;:269.5,&quot;position&quot;:&quot;rightMiddle&quot;},&quot;options_to&quot;:&quot;total_field_id_11&quot;,&quot;options_from&quot;:&quot;radio_field_id_5&quot;,&quot;condition&quot;:[{&quot;setVal&quot;:&quot;&quot;,&quot;setOptions&quot;:&quot;&quot;,&quot;action&quot;:&quot;hide&quot;,&quot;index&quot;:false,&quot;hide&quot;:false,&quot;open&quot;:false,&quot;type&quot;:&quot;select&quot;,&quot;sort&quot;:0,&quot;optionTo&quot;:&quot;total_field_id_11&quot;,&quot;optionFrom&quot;:&quot;radio_field_id_5&quot;,&quot;conditions&quot;:[{&quot;key&quot;:1,&quot;value&quot;:0,&quot;condition&quot;:&quot;==&quot;,&quot;logicalOperator&quot;:&quot;||&quot;,&quot;sort&quot;:0,&quot;checkedValues&quot;:[],&quot;originalValue&quot;:0}]}]},{&quot;id&quot;:8,&quot;to&quot;:9,&quot;modal&quot;:false,&quot;from&quot;:1,&quot;target&quot;:{&quot;class_name&quot;:&quot;node-output-point top left&quot;,&quot;x&quot;:627.890625,&quot;y&quot;:373.20001220703125},&quot;input_coordinates&quot;:{&quot;x&quot;:582,&quot;y&quot;:336.5,&quot;position&quot;:&quot;rightMiddle&quot;},&quot;options_to&quot;:&quot;total_field_id_9&quot;,&quot;options_from&quot;:&quot;radio_field_id_5&quot;,&quot;condition&quot;:[{&quot;setVal&quot;:&quot;&quot;,&quot;setOptions&quot;:&quot;&quot;,&quot;action&quot;:&quot;hide&quot;,&quot;index&quot;:false,&quot;hide&quot;:false,&quot;open&quot;:false,&quot;type&quot;:&quot;select&quot;,&quot;sort&quot;:0,&quot;optionTo&quot;:&quot;total_field_id_9&quot;,&quot;optionFrom&quot;:&quot;radio_field_id_5&quot;,&quot;conditions&quot;:[{&quot;key&quot;:1,&quot;value&quot;:0,&quot;condition&quot;:&quot;==&quot;,&quot;logicalOperator&quot;:&quot;||&quot;,&quot;sort&quot;:0,&quot;checkedValues&quot;:[],&quot;originalValue&quot;:0}]}]},{&quot;id&quot;:9,&quot;to&quot;:2,&quot;modal&quot;:false,&quot;from&quot;:1,&quot;target&quot;:{&quot;class_name&quot;:&quot;node-output-point top left&quot;,&quot;x&quot;:627.1875,&quot;y&quot;:372.20001220703125},&quot;input_coordinates&quot;:{&quot;x&quot;:1271,&quot;y&quot;:225,&quot;position&quot;:&quot;bottomMiddle&quot;},&quot;options_to&quot;:&quot;quantity_field_id_0&quot;,&quot;options_from&quot;:&quot;radio_field_id_5&quot;,&quot;condition&quot;:[{&quot;setVal&quot;:&quot;&quot;,&quot;setOptions&quot;:&quot;&quot;,&quot;action&quot;:&quot;hide&quot;,&quot;index&quot;:false,&quot;hide&quot;:false,&quot;open&quot;:false,&quot;type&quot;:&quot;select&quot;,&quot;sort&quot;:0,&quot;optionTo&quot;:&quot;quantity_field_id_0&quot;,&quot;optionFrom&quot;:&quot;radio_field_id_5&quot;,&quot;conditions&quot;:[{&quot;key&quot;:1,&quot;value&quot;:0,&quot;condition&quot;:&quot;==&quot;,&quot;logicalOperator&quot;:&quot;||&quot;,&quot;sort&quot;:0,&quot;checkedValues&quot;:[],&quot;originalValue&quot;:0}]}]},{&quot;id&quot;:10,&quot;to&quot;:11,&quot;modal&quot;:false,&quot;from&quot;:1,&quot;target&quot;:{&quot;class_name&quot;:&quot;node-output-point bottom right&quot;,&quot;x&quot;:778.109375,&quot;y&quot;:416.79998779296875},&quot;input_coordinates&quot;:{&quot;x&quot;:597,&quot;y&quot;:468.5,&quot;position&quot;:&quot;rightMiddle&quot;},&quot;options_to&quot;:&quot;total_field_id_13&quot;,&quot;options_from&quot;:&quot;radio_field_id_5&quot;,&quot;condition&quot;:[{&quot;setVal&quot;:&quot;&quot;,&quot;setOptions&quot;:&quot;&quot;,&quot;action&quot;:&quot;hide&quot;,&quot;index&quot;:false,&quot;hide&quot;:false,&quot;open&quot;:false,&quot;type&quot;:&quot;select&quot;,&quot;sort&quot;:0,&quot;optionTo&quot;:&quot;total_field_id_13&quot;,&quot;optionFrom&quot;:&quot;radio_field_id_5&quot;,&quot;conditions&quot;:[{&quot;key&quot;:0,&quot;value&quot;:1,&quot;condition&quot;:&quot;==&quot;,&quot;logicalOperator&quot;:&quot;||&quot;,&quot;sort&quot;:0,&quot;checkedValues&quot;:[],&quot;originalValue&quot;:1}]}]},{&quot;id&quot;:11,&quot;to&quot;:12,&quot;modal&quot;:false,&quot;from&quot;:1,&quot;target&quot;:{&quot;class_name&quot;:&quot;node-output-point bottom right&quot;,&quot;x&quot;:778.109375,&quot;y&quot;:416.79998779296875},&quot;input_coordinates&quot;:{&quot;x&quot;:597,&quot;y&quot;:530.5,&quot;position&quot;:&quot;rightMiddle&quot;},&quot;options_to&quot;:&quot;total_field_id_14&quot;,&quot;options_from&quot;:&quot;radio_field_id_5&quot;,&quot;condition&quot;:[{&quot;setVal&quot;:&quot;&quot;,&quot;setOptions&quot;:&quot;&quot;,&quot;action&quot;:&quot;hide&quot;,&quot;index&quot;:false,&quot;hide&quot;:false,&quot;open&quot;:false,&quot;type&quot;:&quot;select&quot;,&quot;sort&quot;:0,&quot;optionTo&quot;:&quot;total_field_id_14&quot;,&quot;optionFrom&quot;:&quot;radio_field_id_5&quot;,&quot;conditions&quot;:[{&quot;key&quot;:0,&quot;value&quot;:1,&quot;condition&quot;:&quot;==&quot;,&quot;logicalOperator&quot;:&quot;||&quot;,&quot;sort&quot;:0,&quot;checkedValues&quot;:[],&quot;originalValue&quot;:1}]}]},{&quot;id&quot;:12,&quot;to&quot;:13,&quot;modal&quot;:false,&quot;from&quot;:1,&quot;target&quot;:{&quot;class_name&quot;:&quot;node-output-point bottom right&quot;,&quot;x&quot;:778.109375,&quot;y&quot;:416.79998779296875},&quot;input_coordinates&quot;:{&quot;x&quot;:596,&quot;y&quot;:587.5,&quot;position&quot;:&quot;rightMiddle&quot;},&quot;options_to&quot;:&quot;total_field_id_15&quot;,&quot;options_from&quot;:&quot;radio_field_id_5&quot;,&quot;condition&quot;:[{&quot;setVal&quot;:&quot;&quot;,&quot;setOptions&quot;:&quot;&quot;,&quot;action&quot;:&quot;hide&quot;,&quot;index&quot;:false,&quot;hide&quot;:false,&quot;open&quot;:false,&quot;type&quot;:&quot;select&quot;,&quot;sort&quot;:0,&quot;optionTo&quot;:&quot;total_field_id_15&quot;,&quot;optionFrom&quot;:&quot;radio_field_id_5&quot;,&quot;conditions&quot;:[{&quot;key&quot;:0,&quot;value&quot;:1,&quot;condition&quot;:&quot;==&quot;,&quot;logicalOperator&quot;:&quot;||&quot;,&quot;sort&quot;:0,&quot;checkedValues&quot;:[],&quot;originalValue&quot;:1}]}]},{&quot;id&quot;:13,&quot;to&quot;:10,&quot;modal&quot;:false,&quot;from&quot;:1,&quot;target&quot;:{&quot;class_name&quot;:&quot;node-output-point bottom right&quot;,&quot;x&quot;:778.109375,&quot;y&quot;:416.79998779296875},&quot;input_coordinates&quot;:{&quot;x&quot;:808.5,&quot;y&quot;:613.5,&quot;position&quot;:&quot;topRight&quot;},&quot;options_to&quot;:&quot;quantity_field_id_12&quot;,&quot;options_from&quot;:&quot;radio_field_id_5&quot;,&quot;condition&quot;:[{&quot;setVal&quot;:&quot;&quot;,&quot;setOptions&quot;:&quot;&quot;,&quot;action&quot;:&quot;hide&quot;,&quot;index&quot;:false,&quot;hide&quot;:false,&quot;open&quot;:false,&quot;type&quot;:&quot;select&quot;,&quot;sort&quot;:0,&quot;optionTo&quot;:&quot;quantity_field_id_12&quot;,&quot;optionFrom&quot;:&quot;radio_field_id_5&quot;,&quot;conditions&quot;:[{&quot;key&quot;:0,&quot;value&quot;:1,&quot;condition&quot;:&quot;==&quot;,&quot;logicalOperator&quot;:&quot;||&quot;,&quot;sort&quot;:0,&quot;checkedValues&quot;:[],&quot;originalValue&quot;:1}]}]},{&quot;id&quot;:14,&quot;to&quot;:3,&quot;modal&quot;:false,&quot;from&quot;:1,&quot;target&quot;:{&quot;class_name&quot;:&quot;node-output-point bottom right&quot;,&quot;x&quot;:778.109375,&quot;y&quot;:416.79998779296875},&quot;input_coordinates&quot;:{&quot;x&quot;:1281,&quot;y&quot;:662,&quot;position&quot;:&quot;bottomMiddle&quot;},&quot;options_to&quot;:&quot;quantity_field_id_6&quot;,&quot;options_from&quot;:&quot;radio_field_id_5&quot;,&quot;condition&quot;:[{&quot;setVal&quot;:&quot;&quot;,&quot;setOptions&quot;:&quot;&quot;,&quot;action&quot;:&quot;hide&quot;,&quot;index&quot;:false,&quot;hide&quot;:false,&quot;open&quot;:false,&quot;type&quot;:&quot;select&quot;,&quot;sort&quot;:0,&quot;optionTo&quot;:&quot;quantity_field_id_6&quot;,&quot;optionFrom&quot;:&quot;radio_field_id_5&quot;,&quot;conditions&quot;:[{&quot;key&quot;:0,&quot;value&quot;:1,&quot;condition&quot;:&quot;==&quot;,&quot;logicalOperator&quot;:&quot;||&quot;,&quot;sort&quot;:0,&quot;checkedValues&quot;:[],&quot;originalValue&quot;:1}]}]},{&quot;id&quot;:15,&quot;to&quot;:4,&quot;modal&quot;:false,&quot;from&quot;:1,&quot;target&quot;:{&quot;class_name&quot;:&quot;node-output-point bottom right&quot;,&quot;x&quot;:778.109375,&quot;y&quot;:416.79998779296875},&quot;input_coordinates&quot;:{&quot;x&quot;:988,&quot;y&quot;:614,&quot;position&quot;:&quot;topMiddle&quot;},&quot;options_to&quot;:&quot;range_field_id_2&quot;,&quot;options_from&quot;:&quot;radio_field_id_5&quot;,&quot;condition&quot;:[{&quot;setVal&quot;:&quot;&quot;,&quot;setOptions&quot;:&quot;&quot;,&quot;action&quot;:&quot;hide&quot;,&quot;index&quot;:false,&quot;hide&quot;:false,&quot;open&quot;:false,&quot;type&quot;:&quot;select&quot;,&quot;sort&quot;:0,&quot;optionTo&quot;:&quot;range_field_id_2&quot;,&quot;optionFrom&quot;:&quot;radio_field_id_5&quot;,&quot;conditions&quot;:[{&quot;key&quot;:0,&quot;value&quot;:1,&quot;condition&quot;:&quot;==&quot;,&quot;logicalOperator&quot;:&quot;||&quot;,&quot;sort&quot;:0,&quot;checkedValues&quot;:[],&quot;originalValue&quot;:1}]}]}]},&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-8adc216 e-flex e-con-boxed e-con e-parent\" data-id=\"8adc216\" 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-c48bbde elementor-widget elementor-widget-html\" data-id=\"c48bbde\" 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<!DOCTYPE html>\n<html lang=\"de\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Mehr Lesen Beispiel<\/title>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300&display=swap\" rel=\"stylesheet\">\n    <style>\n        body {\n            font-family: 'Poppins', sans-serif;\n            font-size: 16px;\n            font-weight: 300;\n            color: white; \/* Textfarbe auf Wei\u00df setzen *\/\n        }\n\n        .text-container {\n            max-height: 3em; \/* H\u00f6he f\u00fcr zwei Zeilen Text *\/\n            overflow: hidden;\n            position: relative;\n        }\n\n        .text-container.expanded {\n            max-height: none;\n        }\n\n        .more-button {\n            display: inline-block;\n            margin-top: 0.5em;\n            color: #c39e7b;\n            cursor: pointer;\n        }\n    <\/style>\n<\/head>\n<body>\n\n<div class=\"text-container\" id=\"textContainer\">\n    <p>\n        <strong>Rechtliche Hiweise:<\/strong> Bei den vorliegenden Informationen handelt es sich nicht um eine Europ\u00e4ische Standardinformation f\u00fcr Kredite (ESIS Merkblatt) gem\u00e4\u00df \u00a7 8 Hypothekar- und\nImmobilienkreditgesetz (HIKrG) und auch um kein verbindliches Angebot im Sinne des \u00a712 HIKrG. Bitte ber\u00fccksichtigen Sie, dass dieses Finanzierungsbeispiel eine\npers\u00f6nliche Beratung nicht ersetzen kann und die angef\u00fchrten Konditionen \u00e4nderbar sind. Der Zinssatz und die monatliche Rate sind bonit\u00e4tsabh\u00e4ngig und k\u00f6nnen erst\nnach eingehender Pr\u00fcfung durch das Kreditinstitut festgelegt werden. Zum jetzigen Zeitpunkt ist die H\u00f6he der Kosten im Zusammenhang mit dem Kredit noch nicht im\nDetail bekannt. Sofern sonstige Kosten anfallen, die der Antragsteller im Zusammenhang mit dem Kreditvertrag zu tragen hat, erh\u00f6ht sich der effektive Jahreszinssatz.\nHinweis: Ein Kredit kann durch ein Kreditinstitut nicht gew\u00e4hrt werden, wenn der Kreditgeber nicht imstande ist, eine Kreditw\u00fcrdigkeitspr\u00fcfung vorzunehmen, weil\nsich der Verbraucher weigert, die f\u00fcr die Pr\u00fcfung seiner Kreditw\u00fcrdigkeit erforderlichen Informationen oder Nachweise vorzulegen.\nAnnahmen <br><br>\n\n\u2022\u2060 \u2060G\u00fcltig bei erstrangiger Besicherung des Darlehens \u00fcber eine Hypothek<br><br>\n\n\u2022\u2060 \u2060Einwandfreie Einkommens- und Verm\u00f6genverh\u00e4ltnisse vorausgesetzt<br><br>\n\n\u2022\u2060 \u2060Auszahlung des Kreditbetrages in einer Summe<br><br>\n\nDie angezeigten Konditionen stellen nur ein unverbindliches Rechenbeispiel dar und basieren auf Annahmen.<br><br>\n\n<strong>Rechenbeispiel: <\/strong> <br><br>\n\nKreditbetrag                                                   365.000\u20ac <br>\nLaufzeit                                                          408 Monate <br>\nZinssatz (Fix 25 Jahre)                                  4,125%<br>\nMonatliche Rate                                             1.685\u20ac<br>\nEffektiver Jahreszinssatz                               4,5%<br>\nAuszahlungsbetrag                                        357.316,82\u20ac <br><br>\nGrunderwerbsteuer 3,5%                               15.225\u20ac<br>\nGrundbucheintragung 1,1%                           4.785\u20ac<br>\nNotar 2,4%                                                     5.220\u20ac<br>\nMaklergeb\u00fchr 3,6%                                        15.660\u20ac<br>\nKaufnebenkosten gesamt                              40.890\u20ac<br><br>\nBearbeitungsspesen einmalig                       1.825\u20ac<br>\nSch\u00e4tzgeb\u00fchr einmalig                                  424,80\u20ac<br>\nKontof\u00fchrungsgeb\u00fchr monatlich                    6,78\u20ac<br>\nGrundbucheintragungsgeb\u00fchr 1,2%              5.256\u20ac <br>\nBankspesen gesamt                                       7.764,54\u20ac <br>\n\n\n        \n    <\/p>\n<\/div>\n<span class=\"more-button\" id=\"moreButton\">Mehr Lesen<\/span>\n\n<script>\n    document.getElementById(\"moreButton\").addEventListener(\"click\", function() {\n        var textContainer = document.getElementById(\"textContainer\");\n        if (textContainer.classList.contains(\"expanded\")) {\n            textContainer.classList.remove(\"expanded\");\n            this.textContent = \"Mehr Lesen\";\n        } else {\n            textContainer.classList.add(\"expanded\");\n            this.textContent = \"Weniger Lesen\";\n        }\n    });\n<\/script>\n\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ca87dc1 elementor-widget elementor-widget-spacer\" data-id=\"ca87dc1\" 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-e62c333 e-flex e-con-boxed e-con e-parent\" data-id=\"e62c333\" 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-b94949a elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"b94949a\" 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\"><font color=\"#c39d7b\"><span>Ihre<\/span><\/font><span style=\"color: white\"> Vorteile <\/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-d428595 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"d428595\" 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>Profitieren Sie von einem umfassenden Zugang zu \u00fcber 100 Partnerbanken, um die besten Kreditangebote zu vergleichen. Unsere Experten sichern Ihnen nicht nur optimale Konditionen und Zinss\u00e4tze, sondern gew\u00e4hrleisten auch eine effiziente und zeitsparende Abwicklung des gesamten Prozesses. Bei uns erhalten Sie nicht nur einen Kredit \u2013 wir bieten eine individuelle Beratung und ma\u00dfgeschneiderte L\u00f6sungen, die genau auf Ihre finanziellen Bed\u00fcrfnisse zugeschnitten sind.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-71525c16 e-con-full e-flex e-con e-child\" data-id=\"71525c16\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-158245c4 e-con-full e-flex e-con e-child\" data-id=\"158245c4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-267cf3ed animated-slow elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"267cf3ed\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\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-71356feb animated-slow elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"71356feb\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tgro\u00dfe auswahl\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tDurch unsere Zusammenarbeit mit \u00fcber 100 renommierten Partnerbanken bieten wir unseren Kunden einen breiten Pool an Kreditoptionen. Dies erm\u00f6glicht es, aus verschiedenen Angeboten das optimale Darlehen f\u00fcr Ihre Bed\u00fcrfnisse auszuw\u00e4hlen.\n\n\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\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<div class=\"elementor-element elementor-element-3bb2fb1e e-con-full e-flex e-con e-child\" data-id=\"3bb2fb1e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-69e7762c animated-slow elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"69e7762c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\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-35970245 animated-slow elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"35970245\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tKonditionen\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tUnsere Experten analysieren sorgf\u00e4ltig die Kreditangebote der Partnerbanken, um die besten Konditionen und Zinss\u00e4tze f\u00fcr unsere Kunden zu sichern. Die Kreditoptimierung f\u00fchrt zu erheblichen Einsparungen und finanziellen Vorteilen \u00fcber die Laufzeit des Darlehens.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\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<div class=\"elementor-element elementor-element-31011c8c e-con-full e-flex e-con e-child\" data-id=\"31011c8c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-559e283e animated-slow elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"559e283e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\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-60915d5d animated-slow elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"60915d5d\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSpare Zeit\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tDurch unsere spezialisierten Vergleichsdienste erhalten Kunden nicht nur die besten Konditionen, sondern profitieren auch von einer effizienten Abwicklung des gesamten Kreditprozesses. Dies bedeutet f\u00fcr sie Zeitersparnis und eine reibungslose Bearbeitung ihrer Finanzangelegenheiten.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\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<div class=\"elementor-element elementor-element-29f12c7d e-con-full e-flex e-con e-child\" data-id=\"29f12c7d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-163690d2 animated-slow elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"163690d2\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\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-2cad0cf0 animated-slow elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"2cad0cf0\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tPers\u00f6nlich\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tUnsere Berater stehen Kunden mit individueller, pers\u00f6nlicher Unterst\u00fctzung zur Seite. Durch die Analyse ihrer finanziellen Situation und Ziele entwickeln wir ma\u00dfgeschneiderte Kreditl\u00f6sungen, um sicherzustellen, dass sie die bestm\u00f6gliche Unterst\u00fctzung erhalten.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\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\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d24b2e9 e-flex e-con-boxed e-con e-parent\" data-id=\"d24b2e9\" 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-a37153b elementor-widget elementor-widget-spacer\" data-id=\"a37153b\" 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-88b8a3d e-flex e-con-boxed e-con e-parent\" data-id=\"88b8a3d\" 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-f08552c e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"f08552c\" 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-b3800e3 elementor-widget elementor-widget-image\" data-id=\"b3800e3\" 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\/c-Tim-Walker-8544-1024x683.jpg\" class=\"attachment-large size-large wp-image-8003\" alt=\"\" srcset=\"https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/08\/c-Tim-Walker-8544-1024x683.jpg 1024w, https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/08\/c-Tim-Walker-8544-300x200.jpg 300w, https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/08\/c-Tim-Walker-8544-768x512.jpg 768w, https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/08\/c-Tim-Walker-8544-1536x1025.jpg 1536w, https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/08\/c-Tim-Walker-8544-2048x1366.jpg 2048w, https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/08\/c-Tim-Walker-8544-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<\/div>\n\t\t<div class=\"elementor-element elementor-element-b83c31d e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"b83c31d\" 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>\n\t\t<div class=\"elementor-element elementor-element-4ff417a e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"4ff417a\" 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-27d23ce elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"27d23ce\" 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\">Ihre<\/span> <span style=\"color: #c39d7b\">kreditanfrage:<\/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-7077a07 animated-slow elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"7077a07\" 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>\n<li>Anfrage senden<\/li>\n<li>Financial Profiling<\/li>\n<li>Kreditvertrag unterschreiben<\/li>\n<\/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-c73dfb6 animated-slow elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"c73dfb6\" 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-65c16da elementor-mobile-align-justify elementor-align-left animated-slow elementor-invisible elementor-widget elementor-widget-button\" data-id=\"65c16da\" 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-f09fdea elementor-widget elementor-widget-spacer\" data-id=\"f09fdea\" 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>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b21d2bf e-flex e-con-boxed e-con e-parent\" data-id=\"b21d2bf\" 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-b9d1db4 elementor-widget elementor-widget-spacer\" data-id=\"b9d1db4\" 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-ef3940e e-con-full e-flex e-con e-parent\" data-id=\"ef3940e\" 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-6616630 e-con-full e-flex e-con e-child\" data-id=\"6616630\" 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-96d32a3 elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-image\" data-id=\"96d32a3\" 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-82083cd elementor-hidden-tablet elementor-hidden-desktop elementor-widget elementor-widget-image\" data-id=\"82083cd\" 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=\"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-5b7b655 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"5b7b655\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&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_effect&quot;:&quot;yes&quot;,&quot;animation&quot;:&quot;fadeIn&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-acf4309 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"acf4309\" 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-21c82a6 animated-slow elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list\" data-id=\"21c82a6\" 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-03bc751 e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"03bc751\" 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-7be35cb elementor-widget elementor-widget-html\" data-id=\"7be35cb\" 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-563ba25 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"563ba25\" 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-5f0dbce elementor-align-center elementor-widget elementor-widget-button\" data-id=\"5f0dbce\" 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-b03c4f4 e-con-full e-flex e-con e-parent\" data-id=\"b03c4f4\" 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-bbc92c8 e-flex e-con-boxed e-con e-child\" data-id=\"bbc92c8\" 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-74b6970 e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"74b6970\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-15ffa4e elementor-widget elementor-widget-spacer\" data-id=\"15ffa4e\" 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-c835dd1 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"c835dd1\" 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-0a659f9 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"0a659f9\" 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-a03bcef elementor-mobile-align-justify elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"a03bcef\" 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<div class=\"elementor-element elementor-element-17bcc37 e-con-full e-flex e-con e-parent\" data-id=\"17bcc37\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-0bc17fd e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"0bc17fd\" 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-11b757d elementor-widget__width-initial elementor-invisible elementor-widget elementor-widget-google_maps\" data-id=\"11b757d\" 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","protected":false},"excerpt":{"rendered":"<p>IMMOBILIEN, LEASING UND KONSUM FINANZIERUNG Mit unserem Kreditrechner k\u00f6nnen Sie bequem von zu Hause aus Ihren Wunschkredit berechnen. Egal ob Hypothekarkredit oder ein einfacher Konsumkredit, wir haben das passende Angebot f\u00fcr Ihre Bed\u00fcrfnisse! KONTAKT IMMOBILIEN, LEASING UND KONSUM FINANZIERUNG Mit unserem Kreditrechner k\u00f6nnen sie bequem von zu Hause aus Ihren Wunschkredit berechnen. Egal ob Hypothekarkredit [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":7696,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"iawp_total_views":152,"footnotes":""},"class_list":["post-632","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 - Finanzierung<\/title>\n<meta name=\"description\" content=\"Tr\u00e4ume finanzieren mit pers\u00f6nlicher Beratung von Stefan Enderle f\u00fcrImmobilienkredite, Leasing, Konsumkredite und Umschuldung. Nutzen Sie denKreditrechner und profitieren Sie von Top-Konditionen dank der Zusammenarbeit mitvielen Banken. Sparen Sie Zeit mit individueller Beratung \u2013 Wien, Wien und Umgebung \u20131100 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\/finanzierung\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Stefan Enderle - Finanzierung\" \/>\n<meta property=\"og:description\" content=\"Tr\u00e4ume finanzieren mit pers\u00f6nlicher Beratung von Stefan Enderle f\u00fcrImmobilienkredite, Leasing, Konsumkredite und Umschuldung. Nutzen Sie denKreditrechner und profitieren Sie von Top-Konditionen dank der Zusammenarbeit mitvielen Banken. Sparen Sie Zeit mit individueller Beratung \u2013 Wien, Wien und Umgebung \u20131100 Wien. Partner der Finanzfuchsgruppe.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/stefanenderle.at\/en\/finanzierung\/\" \/>\n<meta property=\"og:site_name\" content=\"Stefan Enderle\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-06T09:47:47+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/07\/Immo-1-1-e1721814773964-958x1024.png\" \/>\n\t<meta property=\"og:image:width\" content=\"958\" \/>\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\/finanzierung\/\",\"url\":\"https:\/\/stefanenderle.at\/finanzierung\/\",\"name\":\"Stefan Enderle - Finanzierung\",\"isPartOf\":{\"@id\":\"https:\/\/stefanenderle.at\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/stefanenderle.at\/finanzierung\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/stefanenderle.at\/finanzierung\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/07\/Immo-1-1-e1721814773964.png\",\"datePublished\":\"2024-01-20T12:16:39+00:00\",\"dateModified\":\"2026-02-06T09:47:47+00:00\",\"description\":\"Tr\u00e4ume finanzieren mit pers\u00f6nlicher Beratung von Stefan Enderle f\u00fcrImmobilienkredite, Leasing, Konsumkredite und Umschuldung. Nutzen Sie denKreditrechner und profitieren Sie von Top-Konditionen dank der Zusammenarbeit mitvielen Banken. Sparen Sie Zeit mit individueller Beratung \u2013 Wien, Wien und Umgebung \u20131100 Wien. Partner der Finanzfuchsgruppe.\",\"breadcrumb\":{\"@id\":\"https:\/\/stefanenderle.at\/finanzierung\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/stefanenderle.at\/finanzierung\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/stefanenderle.at\/finanzierung\/#primaryimage\",\"url\":\"https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/07\/Immo-1-1-e1721814773964.png\",\"contentUrl\":\"https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/07\/Immo-1-1-e1721814773964.png\",\"width\":1551,\"height\":1658},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/stefanenderle.at\/finanzierung\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite\",\"item\":\"https:\/\/stefanenderle.at\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Finanzierungen\"}]},{\"@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 - Finanzierung","description":"Tr\u00e4ume finanzieren mit pers\u00f6nlicher Beratung von Stefan Enderle f\u00fcrImmobilienkredite, Leasing, Konsumkredite und Umschuldung. Nutzen Sie denKreditrechner und profitieren Sie von Top-Konditionen dank der Zusammenarbeit mitvielen Banken. Sparen Sie Zeit mit individueller Beratung \u2013 Wien, Wien und Umgebung \u20131100 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\/finanzierung\/","og_locale":"en_GB","og_type":"article","og_title":"Stefan Enderle - Finanzierung","og_description":"Tr\u00e4ume finanzieren mit pers\u00f6nlicher Beratung von Stefan Enderle f\u00fcrImmobilienkredite, Leasing, Konsumkredite und Umschuldung. Nutzen Sie denKreditrechner und profitieren Sie von Top-Konditionen dank der Zusammenarbeit mitvielen Banken. Sparen Sie Zeit mit individueller Beratung \u2013 Wien, Wien und Umgebung \u20131100 Wien. Partner der Finanzfuchsgruppe.","og_url":"https:\/\/stefanenderle.at\/en\/finanzierung\/","og_site_name":"Stefan Enderle","article_modified_time":"2026-02-06T09:47:47+00:00","og_image":[{"width":958,"height":1024,"url":"https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/07\/Immo-1-1-e1721814773964-958x1024.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\/finanzierung\/","url":"https:\/\/stefanenderle.at\/finanzierung\/","name":"Stefan Enderle - Finanzierung","isPartOf":{"@id":"https:\/\/stefanenderle.at\/#website"},"primaryImageOfPage":{"@id":"https:\/\/stefanenderle.at\/finanzierung\/#primaryimage"},"image":{"@id":"https:\/\/stefanenderle.at\/finanzierung\/#primaryimage"},"thumbnailUrl":"https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/07\/Immo-1-1-e1721814773964.png","datePublished":"2024-01-20T12:16:39+00:00","dateModified":"2026-02-06T09:47:47+00:00","description":"Tr\u00e4ume finanzieren mit pers\u00f6nlicher Beratung von Stefan Enderle f\u00fcrImmobilienkredite, Leasing, Konsumkredite und Umschuldung. Nutzen Sie denKreditrechner und profitieren Sie von Top-Konditionen dank der Zusammenarbeit mitvielen Banken. Sparen Sie Zeit mit individueller Beratung \u2013 Wien, Wien und Umgebung \u20131100 Wien. Partner der Finanzfuchsgruppe.","breadcrumb":{"@id":"https:\/\/stefanenderle.at\/finanzierung\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/stefanenderle.at\/finanzierung\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/stefanenderle.at\/finanzierung\/#primaryimage","url":"https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/07\/Immo-1-1-e1721814773964.png","contentUrl":"https:\/\/stefanenderle.at\/wp-content\/uploads\/2024\/07\/Immo-1-1-e1721814773964.png","width":1551,"height":1658},{"@type":"BreadcrumbList","@id":"https:\/\/stefanenderle.at\/finanzierung\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https:\/\/stefanenderle.at\/"},{"@type":"ListItem","position":2,"name":"Finanzierungen"}]},{"@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\/632","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=632"}],"version-history":[{"count":273,"href":"https:\/\/stefanenderle.at\/en\/wp-json\/wp\/v2\/pages\/632\/revisions"}],"predecessor-version":[{"id":9073,"href":"https:\/\/stefanenderle.at\/en\/wp-json\/wp\/v2\/pages\/632\/revisions\/9073"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/stefanenderle.at\/en\/wp-json\/wp\/v2\/media\/7696"}],"wp:attachment":[{"href":"https:\/\/stefanenderle.at\/en\/wp-json\/wp\/v2\/media?parent=632"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}