Whoops, looks like something went wrong.

Get help in the TYPO3 Documentation

If you need help solving this exception, you can have a look at the TYPO3 Documentation. There you can find solutions provided by the TYPO3 community. Once you have found a solution to the problem, help others by contributing to the documentation page.

Find a solution for this exception in the TYPO3 Documentation.

(1/1) #1476107295 TYPO3\CMS\Core\Error\Exception

PHP Warning: trim() expects parameter 1 to be string, array given in /var/www/html/public/typo3/sysext/core/Classes/Utility/GeneralUtility.php line 1563

in /var/www/html/public/typo3/sysext/core/Classes/Error/ErrorHandler.php line 134
            E_DEPRECATED => 'PHP Runtime Deprecation Notice'
        ];
        $message = $errorLevels[$errorLevel] . ': ' . $errorMessage . ' in ' . $errorFile . ' line ' . $errorLine;
        if ($errorLevel & $this->exceptionalErrors) {
            throw new Exception($message, 1476107295);
        }
        switch ($errorLevel) {
            case E_USER_ERROR:
            case E_RECOVERABLE_ERROR:
at TYPO3\CMS\Core\Error\ErrorHandler->handleError(2, 'trim() expects parameter 1 to be string, array given', '/var/www/html/public/typo3/sysext/core/Classes/Utility/GeneralUtility.php', 1563, array('string' => array('data' => array('Person' => array('lDEF' => array('title' => array('vDEF' => 'Leitung'), 'text' => array('vDEF' => ''), 'boxcolor' => array('vDEF' => 'rot'), 'image' => array('vDEF' => '1'), 'phone' => array('vDEF' => '+4366488413192'), 'email' => array('vDEF' => 'paul.marcher@porsche.co.at'))))), 'NSprefix' => '', 'reportDocTag' => false))
at trim(array('data' => array('Person' => array('lDEF' => array('title' => array('vDEF' => 'Leitung'), 'text' => array('vDEF' => ''), 'boxcolor' => array('vDEF' => 'rot'), 'image' => array('vDEF' => '1'), 'phone' => array('vDEF' => '+4366488413192'), 'email' => array('vDEF' => 'paul.marcher@porsche.co.at'))))))
in /var/www/html/public/typo3/sysext/core/Classes/Utility/GeneralUtility.php line 1563
     * @see array2xml()
     */
    public static function xml2arrayProcess($string, $NSprefix = '', $reportDocTag = false)
    {
        $string = trim($string);
        // Disables the functionality to allow external entities to be loaded when parsing the XML, must be kept
        $previousValueOfEntityLoader = null;
        if (PHP_MAJOR_VERSION < 8) {
            $previousValueOfEntityLoader = libxml_disable_entity_loader(true);
at TYPO3\CMS\Core\Utility\GeneralUtility::xml2arrayProcess(array('data' => array('Person' => array('lDEF' => array('title' => array('vDEF' => 'Leitung'), 'text' => array('vDEF' => ''), 'boxcolor' => array('vDEF' => 'rot'), 'image' => array('vDEF' => '1'), 'phone' => array('vDEF' => '+4366488413192'), 'email' => array('vDEF' => 'paul.marcher@porsche.co.at'))))), '', false)
in /var/www/html/public/typo3/sysext/core/Classes/Utility/GeneralUtility.php line 1545
        $firstLevelCache = $runtimeCache->get('generalUtilityXml2Array') ?: [];
        $identifier = md5($string . $NSprefix . ($reportDocTag ? '1' : '0'));
        // Look up in first level cache
        if (empty($firstLevelCache[$identifier])) {
            $firstLevelCache[$identifier] = self::xml2arrayProcess($string, $NSprefix, $reportDocTag);
            $runtimeCache->set('generalUtilityXml2Array', $firstLevelCache);
        }
        return $firstLevelCache[$identifier];
    }
at TYPO3\CMS\Core\Utility\GeneralUtility::xml2array(array('data' => array('Person' => array('lDEF' => array('title' => array('vDEF' => 'Leitung'), 'text' => array('vDEF' => ''), 'boxcolor' => array('vDEF' => 'rot'), 'image' => array('vDEF' => '1'), 'phone' => array('vDEF' => '+4366488413192'), 'email' => array('vDEF' => 'paul.marcher@porsche.co.at'))))))
in /var/www/html/public/typo3/sysext/core/Classes/Service/FlexFormService.php line 41
     */
    public function convertFlexFormContentToArray($flexFormContent, $languagePointer = 'lDEF', $valuePointer = 'vDEF')
    {
        $settings = [];
        $flexFormArray = GeneralUtility::xml2array($flexFormContent);
        $flexFormArray = $flexFormArray['data'] ?? [];
        foreach (array_values($flexFormArray) as $languages) {
            if (!is_array($languages[$languagePointer])) {
                continue;
at TYPO3\CMS\Core\Service\FlexFormService->convertFlexFormContentToArray(array('data' => array('Person' => array('lDEF' => array('title' => array('vDEF' => 'Leitung'), 'text' => array('vDEF' => ''), 'boxcolor' => array('vDEF' => 'rot'), 'image' => array('vDEF' => '1'), 'phone' => array('vDEF' => '+4366488413192'), 'email' => array('vDEF' => 'paul.marcher@porsche.co.at'))))), 'lDEF', 'vDEF')
in /var/www/html/public/typo3conf/ext/flux/Classes/Service/FluxService.php line 278
            $valuePointer = 'vDEF';
        }
        $serviceClassName = class_exists(FlexFormService::class) ? FlexFormService::class : \TYPO3\CMS\Extbase\Service\FlexFormService::class;
        $settings = $this->objectManager->get($serviceClassName)
            ->convertFlexFormContentToArray($flexFormContent, $languagePointer, $valuePointer);
        if (null !== $form && $form->getOption(Form::OPTION_TRANSFORM)) {
            /** @var FormDataTransformer $transformer */
            $transformer = $this->objectManager->get(FormDataTransformer::class);
            $settings = $transformer->transformAccordingToConfiguration($settings, $form);
at FluidTYPO3\Flux\Service\FluxService->convertFlexFormContentToArray(array('data' => array('Person' => array('lDEF' => array('title' => array('vDEF' => 'Leitung'), 'text' => array('vDEF' => ''), 'boxcolor' => array('vDEF' => 'rot'), 'image' => array('vDEF' => '1'), 'phone' => array('vDEF' => '+4366488413192'), 'email' => array('vDEF' => 'paul.marcher@porsche.co.at'))))), object(FluidTYPO3\Flux\Form))
in /var/www/html/public/typo3conf/ext/flux/Classes/Provider/AbstractProvider.php line 517
    public function getFlexFormValues(array $row)
    {
        $fieldName = $this->getFieldName($row);
        $form = $this->getForm($row);
        return $this->configurationService->convertFlexFormContentToArray($row[$fieldName], $form);
    }

    /**
     * Gets the current language name as string, in a format that is
at FluidTYPO3\Flux\Provider\AbstractProvider->getFlexFormValues(array('uid' => 60720, 'pid' => 8573, 't3ver_oid' => 0, 'zzz_deleted_t3ver_id' => 0, 't3ver_wsid' => 0, 'zzz_deleted_t3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 60719, 'tstamp' => 1636383069, 'crdate' => 1595607550, 'cruser_id' => 31, 'hidden' => 0, 'sorting' => 8, 'CType' => 'dwsducati_person', 'header' => 'Paul Marcher', 'header_position' => '', 'bodytext' => null, 'image' => 1, 'imagewidth' => 0, 'imageorient' => 0, 'imagecols' => 2, 'imageborder' => 0, 'media' => 0, 'layout' => '0', 'deleted' => 0, 'cols' => 0, 'records' => '', 'pages' => '', 'starttime' => 0, 'endtime' => 0, 'colPos' => -1, 'subheader' => '', 'zzz_deleted_spaceBefore' => 0, 'zzz_deleted_spaceAfter' => 0, 'fe_group' => '', 'header_link' => '', 'image_zoom' => 0, 'header_layout' => '100', 'list_type' => '', 'sectionIndex' => 1, 'linkToTop' => 0, 'filelink_size' => 0, 'date' => 0, 'recursive' => 0, 'imageheight' => 0, 'sys_language_uid' => 0, 'tx_impexp_origuid' => 0, 'pi_flexform' => array('data' => array('Person' => array('lDEF' => array('title' => array('vDEF' => 'Leitung'), 'text' => array('vDEF' => ''), 'boxcolor' => array('vDEF' => 'rot'), 'image' => array('vDEF' => '1'), 'phone' => array('vDEF' => '+4366488413192'), 'email' => array('vDEF' => 'paul.marcher@porsche.co.at'))))), 'l18n_parent' => 0, 'l18n_diffsource' => 'a:29:{s:5:"CType";N;s:6:"colPos";N;s:21:"tx_dwsducati_cssclass";N;s:6:"header";N;s:13:"header_layout";N;s:16:"tx_iconfont_icon";N;s:15:"header_position";N;s:4:"date";N;s:11:"header_link";N;s:9:"subheader";N;s:31:"tx_dwsducati_subheader_position";N;s:11:"pi_flexform";N;s:6:"layout";N;s:25:"tx_dwsducati_articlewidth";N;s:11:"frame_class";N;s:18:"space_before_class";N;s:17:"space_after_class";N;s:12:"sectionIndex";N;s:9:"linkToTop";N;s:16:"sys_language_uid";N;s:6:"hidden";N;s:9:"starttime";N;s:7:"endtime";N;s:8:"fe_group";N;s:8:"editlock";N;s:10:"categories";N;s:14:"rowDescription";N;s:25:"tx_gridelements_container";N;s:23:"tx_gridelements_columns";N;}', 'file_collections' => '', 'filelink_sorting' => '', 'target' => '', 'accessibility_title' => '', 'accessibility_bypass' => 0, 'accessibility_bypass_text' => '', 'selected_categories' => '', 'category_field' => '', 'categories' => 0, 'backupColPos' => -2, 'tx_gridelements_backend_layout' => '0', 'tx_gridelements_children' => 0, 'tx_gridelements_container' => 60550, 'tx_gridelements_columns' => 101, 'tx_iconfont_icon' => '0', 'tx_vimeovideo_url' => null, 'tx_vimeovideo_caption' => null, 'tx_vimeovideo_autoplay' => 0, 'tx_vimeovideo_loop' => 0, 'tx_vimeovideo_title' => 0, 'tx_vimeovideo_ratio' => 0, 'tx_news_related_news' => 0, 'editlock' => 0, 'rowDescription' => '', 'table_caption' => null, 'table_delimiter' => 124, 'table_enclosure' => 0, 'table_header_position' => 0, 'table_tfoot' => 0, 'bullets_type' => 0, 'uploads_description' => 0, 'uploads_type' => 0, 'assets' => 0, 'frame_class' => 'default', 'space_before_class' => '', 'space_after_class' => '', 'l10n_source' => 0, 'table_class' => '', 'l10n_state' => null, 'tx_dwsducati_icon' => '', 'tx_dwsducati_subheader' => '', 'tx_dwsducati_gallerymode' => 0, 'tx_youtubevideo_url' => null, 'tx_youtubevideo_caption' => null, 'tx_youtubevideo_autoplay' => 0, 'tx_youtubevideo_showinfo' => 0, 'tx_youtubevideo_rel' => 0, 'tx_youtubevideo_startminute' => 0, 'tx_youtubevideo_startsecond' => 0, 'tx_youtubevideo_ratio' => 0, 'tx_youtubevideo_fullscreen' => 0, 'tx_youtubevideo_loop' => 0, 'tx_dwsducati_subheader_position' => '', 'tx_dwsducati_cssclass' => '', 'tx_youtubevideo_covertitle' => null, 'tx_youtubevideo_covertext' => null, 'tx_dwsducati_articlewidth' => '', 'tx_flux_migrated_version' => null, 'gridelements_shortcut_page_order_by' => 0, 'filelink_sorting_direction' => '', 'tx_container_parent' => 0, 'tx_t3sbootstrap_header_display' => '', 'tx_t3sbootstrap_header_class' => '', 'tx_t3sbootstrap_header_fontawesome' => '', 'tx_t3sbootstrap_header_position' => '', 'tx_t3sbootstrap_header_sectionMenu' => '', 'tx_t3sbootstrap_sectionOrder' => '', 'tx_t3sbootstrap_padding_sides' => 'b', 'tx_t3sbootstrap_padding_size' => '2', 'tx_t3sbootstrap_margin_sides' => '', 'tx_t3sbootstrap_margin_size' => '', 'tx_t3sbootstrap_flexbox_columns' => '', 'tx_t3sbootstrap_flexbox_prefix' => '', 'tx_t3sbootstrap_extra_class' => '', 'tx_t3sbootstrap_bgcolor' => '', 'tx_t3sbootstrap_bgopacity' => '', 'tx_t3sbootstrap_contextcolor' => '', 'tx_t3sbootstrap_textcolor' => '', 'tx_t3sbootstrap_flexform' => null, 'tx_t3sbootstrap_inTextImgRowWidth' => '', 'tx_t3sbootstrap_inTextImgColumns' => 0, 'tx_t3sbootstrap_galleryGutters' => 0, 'tx_t3sbootstrap_bordercolor' => '', 'tx_t3sbootstrap_image_ratio' => '', 'tx_t3sbootstrap_header_celink' => 0, 'tx_t3sbootstrap_animateCss' => '', 'tx_t3sbootstrap_animateCssRepeat' => 0, 'tx_t3sbootstrap_animateCssDuration' => '', 'tx_t3sbootstrap_animateCssDelay' => '', 'tx_t3sbootstrap_extra_style' => '', 'tx_t3sbootstrap_image_orig' => '', 'tx_youtubevideo_assets' => 0, 'tx_youtubevideo_colcount' => 0, 'tx_youtubevideo_oneatatime' => 0, 'tx_youtubevideo_titles' => 0, 'tx_youtubevideo_descriptions' => 0, 'tx_t3sbootstrap_container' => '', 'tx_srlanguagemenu_type' => 0, 'tx_srlanguagemenu_languages' => '', 'pi_flexform_content' => array('title' => 'Leitung', 'text' => '', 'boxcolor' => 'rot', 'image' => '1', 'phone' => '+4366488413192', 'email' => 'paul.marcher@porsche.co.at'), 'flexform_title' => 'Leitung', 'flexform_text' => '', 'flexform_boxcolor' => 'rot', 'flexform_image' => '1', 'flexform_phone' => '+4366488413192', 'flexform_email' => 'paul.marcher@porsche.co.at', 'tx_gridelements_backend_layout_resolved' => array('2cols' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:2cols.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:2cols.description', 'iconIdentifier' => 'tx-bootstrapgrids-col2', 'frame' => '3', 'config' => array('colCount' => '2', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.leftColumn', 'colPos' => '101'), '2.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.rightColumn', 'colPos' => '102'))))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_2col.xml', 'columns' => array('CSV' => '-2,-1,101,102'), 'allowed' => array(array('CType' => array('*' => 0)), array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), '3cols' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:3cols.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:3cols.description', 'iconIdentifier' => 'tx-bootstrapgrids-col3', 'frame' => '3', 'config' => array('colCount' => '3', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.leftColumn', 'colPos' => '101'), '2.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.centerColumn', 'colPos' => '102'), '3.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.rightColumn', 'colPos' => '103'))))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_3col.xml', 'columns' => array('CSV' => '-2,-1,101,102,103'), 'allowed' => array(array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), '4cols' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:4cols.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:4cols.description', 'iconIdentifier' => 'tx-bootstrapgrids-col4', 'frame' => '3', 'config' => array('colCount' => '4', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.leftColumn', 'colPos' => '101'), '2.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.column2', 'colPos' => '102'), '3.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.column3', 'colPos' => '103'), '4.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.rightColumn', 'colPos' => '104'))))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_4col.xml', 'columns' => array('CSV' => '-2,-1,101,102,103,104'), 'allowed' => array(array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), 'tabsSimple' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabsSimple.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabsSimple.description', 'iconIdentifier' => 'tx-bootstrapgrids-simpletabs', 'frame' => '2', 'config' => array('colCount' => '1', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tabElements', 'colPos' => '101'))))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_tabs_simple.xml', 'columns' => array('CSV' => '-2,-1,101'), 'allowed' => array(array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), 'tabs4' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabs4.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabs4.description', 'iconIdentifier' => 'tx-bootstrapgrids-tabs4', 'frame' => '2', 'config' => array('colCount' => '4', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tab1', 'colPos' => '101'), '2.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tab2', 'colPos' => '102'), '3.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tab3', 'colPos' => '103'), '4.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tab4', 'colPos' => '104'))))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_tabs4.xml', 'columns' => array('CSV' => '-2,-1,101,102,103,104'), 'allowed' => array(array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), 'tabs6' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabs6.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabs6.description', 'iconIdentifier' => 'tx-bootstrapgrids-tabs6', 'frame' => '2', 'config' => array('colCount' => '6', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tab1', 'colPos' => '101'), '2.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tab2', 'colPos' => '102'), '3.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tab3', 'colPos' => '103'), '4.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tab4', 'colPos' => '104'), '5.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tab5', 'colPos' => '105'), '6.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tab6', 'colPos' => '106'))))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_tabs6.xml', 'columns' => array('CSV' => '-2,-1,101,102,103,104,105,106'), 'allowed' => array(array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), 'accordion' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:accordion.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:accordion.description', 'iconIdentifier' => 'tx-bootstrapgrids-accordion', 'frame' => '2', 'config' => array('colCount' => '1', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.accordionElements', 'colPos' => '101'))))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_accordion.xml', 'columns' => array('CSV' => '-2,-1,101'), 'allowed' => array(array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), array('uid' => 3, 'pid' => 1, 'tstamp' => 1414614314, 'crdate' => 1414614314, 'cruser_id' => 10, 't3ver_oid' => 0, 'zzz_deleted_t3ver_id' => 0, 't3ver_wsid' => 0, 't3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 0, 'sorting' => 64, 'deleted' => 0, 'hidden' => 0, 'title' => 'Simple Container', 'alias' => '', 'frame' => 0, 'description' => '', 'horizontal' => 0, 'top_level_layout' => 0, 'config' => array('colCount' => '1', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array('name' => 'Content', 'colPos' => '1'))))), 'pi_flexform_ds' => '', 'pi_flexform_ds_file' => '', 'icon' => '', 'columns' => array('CSV' => '-2,-1,1'), 'allowed' => array(array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), array('uid' => 2, 'pid' => 1, 'tstamp' => 1414613917, 'crdate' => 1414613917, 'cruser_id' => 10, 't3ver_oid' => 0, 'zzz_deleted_t3ver_id' => 0, 't3ver_wsid' => 0, 't3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 0, 'sorting' => 128, 'deleted' => 0, 'hidden' => 0, 'title' => 'Header and Subheader Container', 'alias' => '', 'frame' => 0, 'description' => '', 'horizontal' => 0, 'top_level_layout' => 0, 'config' => array('colCount' => '2', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array('name' => 'Left', 'colPos' => '1', 'allowed' => 'text,textpic,image'), '2.' => array('name' => 'remaining', 'colPos' => '2', 'allowed' => 'text'))))), 'pi_flexform_ds' => '', 'pi_flexform_ds_file' => '', 'icon' => '', 'columns' => array('CSV' => '-2,-1,1,2'), 'allowed' => array(array('CType' => array('text' => 0, 'textpic' => 1, 'image' => 2)), array('CType' => array('text' => 0))), 'disallowed' => array(), 'maxitems' => array()), array('uid' => 1, 'pid' => 1, 'tstamp' => 1414173536, 'crdate' => 1414173488, 'cruser_id' => 10, 't3ver_oid' => 0, 'zzz_deleted_t3ver_id' => 0, 't3ver_wsid' => 0, 't3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 0, 'sorting' => 256, 'deleted' => 0, 'hidden' => 0, 'title' => 'Neue Modelle Container', 'alias' => '', 'frame' => 1, 'description' => '', 'horizontal' => 0, 'top_level_layout' => 0, 'config' => array('colCount' => '1', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array('name' => '0x0'))))), 'pi_flexform_ds' => '', 'pi_flexform_ds_file' => '', 'icon' => '')), 'currentValue_kidjls9dksoje' => 'flux__grid', 'configuid' => 1))
in /var/www/html/public/typo3conf/ext/flux/Classes/Controller/AbstractFluxController.php line 118
                $pluginName
            ),
            $this->settings
        );
        $this->data = $this->provider->getFlexFormValues($row);
        $overrides = HookHandler::trigger(
            HookHandler::CONTROLLER_SETTINGS_INITIALIZED,
            [
                'settings' => $this->settings,
at FluidTYPO3\Flux\Controller\AbstractFluxController->initializeSettings()
in /var/www/html/public/typo3conf/ext/flux/Classes/Controller/AbstractFluxController.php line 232
     */
    protected function initializeAction()
    {
        $this->initializeProvider();
        $this->initializeSettings();
        $this->initializeOverriddenSettings();
    }

    /**
at FluidTYPO3\Flux\Controller\AbstractFluxController->initializeAction()
in /var/www/html/public/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php line 411
        $this->actionMethodName = $this->resolveActionMethodName();
        $this->initializeActionMethodArguments();
        $this->initializeActionMethodValidators();
        $this->mvcPropertyMappingConfigurationService->initializePropertyMappingConfigurationFromRequest($request, $this->arguments);
        $this->initializeAction();
        $actionInitializationMethodName = 'initialize' . ucfirst($this->actionMethodName);
        /** @var callable $callable */
        $callable = [$this, $actionInitializationMethodName];
        if (method_exists($this, $actionInitializationMethodName)) {
at TYPO3\CMS\Extbase\Mvc\Controller\ActionController->processRequest(object(TYPO3\CMS\Extbase\Mvc\Web\Request), object(TYPO3\CMS\Extbase\Mvc\Web\Response))
in /var/www/html/public/typo3/sysext/extbase/Classes/Mvc/Dispatcher.php line 89
                throw new InfiniteLoopException('Could not ultimately dispatch the request after ' . $dispatchLoopCount . ' iterations. Most probably, a @' . IgnoreValidation::class . ' annotation is missing on re-displaying a form with validation errors.', 1217839467);
            }
            $controller = $this->resolveController($request);
            try {
                $controller->processRequest($request, $response);
            } catch (StopActionException $ignoredException) {
            }
        }

at TYPO3\CMS\Extbase\Mvc\Dispatcher->dispatch(object(TYPO3\CMS\Extbase\Mvc\Web\Request), object(TYPO3\CMS\Extbase\Mvc\Web\Response))
in /var/www/html/public/typo3/sysext/extbase/Classes/Mvc/Web/FrontendRequestHandler.php line 66
        }

        /** @var \TYPO3\CMS\Extbase\Mvc\ResponseInterface $response */
        $response = $this->objectManager->get(Response::class);
        $this->dispatcher->dispatch($request, $response);
        return $response;
    }

    /**
at TYPO3\CMS\Extbase\Mvc\Web\FrontendRequestHandler->handleRequest()
in /var/www/html/public/typo3/sysext/extbase/Classes/Core/Bootstrap.php line 183
    protected function handleRequest(): string
    {
        $requestHandler = $this->requestHandlerResolver->resolveRequestHandler();

        $response = $requestHandler->handleRequest();
        // If response is NULL after handling the request we need to stop
        // This happens for instance, when a USER object was converted to a USER_INT
        // @see TYPO3\CMS\Extbase\Mvc\Web\FrontendRequestHandler::handleRequest()
        if ($response === null) {
at TYPO3\CMS\Extbase\Core\Bootstrap->handleRequest()
in /var/www/html/public/typo3/sysext/extbase/Classes/Core/Bootstrap.php line 173
     */
    public function run(string $content, array $configuration): string
    {
        $this->initialize($configuration);
        return $this->handleRequest();
    }

    /**
     * @return string
at TYPO3\CMS\Extbase\Core\Bootstrap->run('', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Person'))
at call_user_func_array(array(object(TYPO3\CMS\Extbase\Core\Bootstrap), 'run'), array('', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Person')))
in /var/www/html/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 5720
                if (is_object($classObj) && method_exists($classObj, $parts[1]) && is_callable($callable)) {
                    $classObj->cObj = $this;
                    $content = call_user_func_array($callable, [
                        $content,
                        $conf
                    ]);
                } else {
                    $this->getTimeTracker()->setTSlogMessage('Method "' . $parts[1] . '" did not exist in class "' . $parts[0] . '"', 3);
                }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->callUserFunction('TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Person'), '')
in /var/www/html/public/typo3/sysext/frontend/Classes/ContentObject/UserContentObject.php line 43
        if ($this->cObj->getUserObjectType() === false) {
            // Come here only if we are not called from $TSFE->processNonCacheableContentPartsAndSubstituteContentMarkers()!
            $this->cObj->setUserObjectType(ContentObjectRenderer::OBJECTTYPE_USER);
        }
        $tempContent = $this->cObj->callUserFunction($conf['userFunc'], $conf, '');
        if ($this->cObj->doConvertToUserIntObject) {
            $this->cObj->doConvertToUserIntObject = false;
            $content = $this->cObj->cObjGetSingle('USER_INT', $conf);
        } else {
at TYPO3\CMS\Frontend\ContentObject\UserContentObject->render(array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Person'))
in /var/www/html/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 829
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\UserContentObject), array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Person'))
in /var/www/html/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 743
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            if (!empty($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'])) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('USER', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Person'), 'tt_content.dwsducati_person.20')
in /var/www/html/public/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php line 193
        if ($timeTracker->LR) {
            $timeTracker->push('/f:cObject/', '<' . $typoscriptObjectPath);
        }
        $timeTracker->incStackPointer();
        $content = $contentObjectRenderer->cObjGetSingle($setup[$lastSegment], $setup[$lastSegment . '.'] ?? [], $typoscriptObjectPath);
        $timeTracker->decStackPointer();
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
        }
at TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderContentObject(object(TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer), array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Person')), 'tt_content.dwsducati_person.20', '20')
in /var/www/html/public/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php line 170
                'No Content Object definition found at TypoScript object path "' . $typoscriptObjectPath . '"',
                1540246570
            );
        }
        $content = self::renderContentObject($contentObjectRenderer, $setup, $typoscriptObjectPath, $lastSegment);
        if (!isset($GLOBALS['TSFE']) || !($GLOBALS['TSFE'] instanceof TypoScriptFrontendController)) {
            static::resetFrontendEnvironment();
        }
        return $content;
at TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderStatic(array('data' => array('uid' => 60720, 'pid' => 8573, 't3ver_oid' => 0, 'zzz_deleted_t3ver_id' => 0, 't3ver_wsid' => 0, 'zzz_deleted_t3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 60719, 'tstamp' => 1636383069, 'crdate' => 1595607550, 'cruser_id' => 31, 'hidden' => 0, 'sorting' => 8, 'CType' => 'dwsducati_person', 'header' => 'Paul Marcher', 'header_position' => '', 'bodytext' => null, 'image' => 1, 'imagewidth' => 0, 'imageorient' => 0, 'imagecols' => 2, 'imageborder' => 0, 'media' => 0, 'layout' => '0', 'deleted' => 0, 'cols' => 0, 'records' => '', 'pages' => '', 'starttime' => 0, 'endtime' => 0, 'colPos' => -1, 'subheader' => '', 'zzz_deleted_spaceBefore' => 0, 'zzz_deleted_spaceAfter' => 0, 'fe_group' => '', 'header_link' => '', 'image_zoom' => 0, 'header_layout' => '100', 'list_type' => '', 'sectionIndex' => 1, 'linkToTop' => 0, 'filelink_size' => 0, 'date' => 0, 'recursive' => 0, 'imageheight' => 0, 'sys_language_uid' => 0, 'tx_impexp_origuid' => 0, 'pi_flexform' => array('data' => array('Person' => array('lDEF' => array('title' => array('vDEF' => 'Leitung'), 'text' => array('vDEF' => ''), 'boxcolor' => array('vDEF' => 'rot'), 'image' => array('vDEF' => '1'), 'phone' => array('vDEF' => '+4366488413192'), 'email' => array('vDEF' => 'paul.marcher@porsche.co.at'))))), 'l18n_parent' => 0, 'l18n_diffsource' => 'a:29:{s:5:"CType";N;s:6:"colPos";N;s:21:"tx_dwsducati_cssclass";N;s:6:"header";N;s:13:"header_layout";N;s:16:"tx_iconfont_icon";N;s:15:"header_position";N;s:4:"date";N;s:11:"header_link";N;s:9:"subheader";N;s:31:"tx_dwsducati_subheader_position";N;s:11:"pi_flexform";N;s:6:"layout";N;s:25:"tx_dwsducati_articlewidth";N;s:11:"frame_class";N;s:18:"space_before_class";N;s:17:"space_after_class";N;s:12:"sectionIndex";N;s:9:"linkToTop";N;s:16:"sys_language_uid";N;s:6:"hidden";N;s:9:"starttime";N;s:7:"endtime";N;s:8:"fe_group";N;s:8:"editlock";N;s:10:"categories";N;s:14:"rowDescription";N;s:25:"tx_gridelements_container";N;s:23:"tx_gridelements_columns";N;}', 'file_collections' => '', 'filelink_sorting' => '', 'target' => '', 'accessibility_title' => '', 'accessibility_bypass' => 0, 'accessibility_bypass_text' => '', 'selected_categories' => '', 'category_field' => '', 'categories' => 0, 'backupColPos' => -2, 'tx_gridelements_backend_layout' => '0', 'tx_gridelements_children' => 0, 'tx_gridelements_container' => 60550, 'tx_gridelements_columns' => 101, 'tx_iconfont_icon' => '0', 'tx_vimeovideo_url' => null, 'tx_vimeovideo_caption' => null, 'tx_vimeovideo_autoplay' => 0, 'tx_vimeovideo_loop' => 0, 'tx_vimeovideo_title' => 0, 'tx_vimeovideo_ratio' => 0, 'tx_news_related_news' => 0, 'editlock' => 0, 'rowDescription' => '', 'table_caption' => null, 'table_delimiter' => 124, 'table_enclosure' => 0, 'table_header_position' => 0, 'table_tfoot' => 0, 'bullets_type' => 0, 'uploads_description' => 0, 'uploads_type' => 0, 'assets' => 0, 'frame_class' => 'default', 'space_before_class' => '', 'space_after_class' => '', 'l10n_source' => 0, 'table_class' => '', 'l10n_state' => null, 'tx_dwsducati_icon' => '', 'tx_dwsducati_subheader' => '', 'tx_dwsducati_gallerymode' => 0, 'tx_youtubevideo_url' => null, 'tx_youtubevideo_caption' => null, 'tx_youtubevideo_autoplay' => 0, 'tx_youtubevideo_showinfo' => 0, 'tx_youtubevideo_rel' => 0, 'tx_youtubevideo_startminute' => 0, 'tx_youtubevideo_startsecond' => 0, 'tx_youtubevideo_ratio' => 0, 'tx_youtubevideo_fullscreen' => 0, 'tx_youtubevideo_loop' => 0, 'tx_dwsducati_subheader_position' => '', 'tx_dwsducati_cssclass' => '', 'tx_youtubevideo_covertitle' => null, 'tx_youtubevideo_covertext' => null, 'tx_dwsducati_articlewidth' => '', 'tx_flux_migrated_version' => null, 'gridelements_shortcut_page_order_by' => 0, 'filelink_sorting_direction' => '', 'tx_container_parent' => 0, 'tx_t3sbootstrap_header_display' => '', 'tx_t3sbootstrap_header_class' => '', 'tx_t3sbootstrap_header_fontawesome' => '', 'tx_t3sbootstrap_header_position' => '', 'tx_t3sbootstrap_header_sectionMenu' => '', 'tx_t3sbootstrap_sectionOrder' => '', 'tx_t3sbootstrap_padding_sides' => 'b', 'tx_t3sbootstrap_padding_size' => '2', 'tx_t3sbootstrap_margin_sides' => '', 'tx_t3sbootstrap_margin_size' => '', 'tx_t3sbootstrap_flexbox_columns' => '', 'tx_t3sbootstrap_flexbox_prefix' => '', 'tx_t3sbootstrap_extra_class' => '', 'tx_t3sbootstrap_bgcolor' => '', 'tx_t3sbootstrap_bgopacity' => '', 'tx_t3sbootstrap_contextcolor' => '', 'tx_t3sbootstrap_textcolor' => '', 'tx_t3sbootstrap_flexform' => null, 'tx_t3sbootstrap_inTextImgRowWidth' => '', 'tx_t3sbootstrap_inTextImgColumns' => 0, 'tx_t3sbootstrap_galleryGutters' => 0, 'tx_t3sbootstrap_bordercolor' => '', 'tx_t3sbootstrap_image_ratio' => '', 'tx_t3sbootstrap_header_celink' => 0, 'tx_t3sbootstrap_animateCss' => '', 'tx_t3sbootstrap_animateCssRepeat' => 0, 'tx_t3sbootstrap_animateCssDuration' => '', 'tx_t3sbootstrap_animateCssDelay' => '', 'tx_t3sbootstrap_extra_style' => '', 'tx_t3sbootstrap_image_orig' => '', 'tx_youtubevideo_assets' => 0, 'tx_youtubevideo_colcount' => 0, 'tx_youtubevideo_oneatatime' => 0, 'tx_youtubevideo_titles' => 0, 'tx_youtubevideo_descriptions' => 0, 'tx_t3sbootstrap_container' => '', 'tx_srlanguagemenu_type' => 0, 'tx_srlanguagemenu_languages' => '', 'pi_flexform_content' => array('title' => 'Leitung', 'text' => '', 'boxcolor' => 'rot', 'image' => '1', 'phone' => '+4366488413192', 'email' => 'paul.marcher@porsche.co.at'), 'flexform_title' => 'Leitung', 'flexform_text' => '', 'flexform_boxcolor' => 'rot', 'flexform_image' => '1', 'flexform_phone' => '+4366488413192', 'flexform_email' => 'paul.marcher@porsche.co.at', 'tx_gridelements_backend_layout_resolved' => array('2cols' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:2cols.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:2cols.description', 'iconIdentifier' => 'tx-bootstrapgrids-col2', 'frame' => '3', 'config' => array('colCount' => '2', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.leftColumn', 'colPos' => '101'), '2.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.rightColumn', 'colPos' => '102'))))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_2col.xml', 'columns' => array('CSV' => '-2,-1,101,102'), 'allowed' => array(array('CType' => array('*' => 0)), array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), '3cols' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:3cols.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:3cols.description', 'iconIdentifier' => 'tx-bootstrapgrids-col3', 'frame' => '3', 'config' => array('colCount' => '3', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.leftColumn', 'colPos' => '101'), '2.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.centerColumn', 'colPos' => '102'), '3.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.rightColumn', 'colPos' => '103'))))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_3col.xml', 'columns' => array('CSV' => '-2,-1,101,102,103'), 'allowed' => array(array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), '4cols' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:4cols.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:4cols.description', 'iconIdentifier' => 'tx-bootstrapgrids-col4', 'frame' => '3', 'config' => array('colCount' => '4', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.leftColumn', 'colPos' => '101'), '2.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.column2', 'colPos' => '102'), '3.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.column3', 'colPos' => '103'), '4.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.rightColumn', 'colPos' => '104'))))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_4col.xml', 'columns' => array('CSV' => '-2,-1,101,102,103,104'), 'allowed' => array(array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), 'tabsSimple' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabsSimple.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabsSimple.description', 'iconIdentifier' => 'tx-bootstrapgrids-simpletabs', 'frame' => '2', 'config' => array('colCount' => '1', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tabElements', 'colPos' => '101'))))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_tabs_simple.xml', 'columns' => array('CSV' => '-2,-1,101'), 'allowed' => array(array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), 'tabs4' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabs4.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabs4.description', 'iconIdentifier' => 'tx-bootstrapgrids-tabs4', 'frame' => '2', 'config' => array('colCount' => '4', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tab1', 'colPos' => '101'), '2.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tab2', 'colPos' => '102'), '3.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tab3', 'colPos' => '103'), '4.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tab4', 'colPos' => '104'))))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_tabs4.xml', 'columns' => array('CSV' => '-2,-1,101,102,103,104'), 'allowed' => array(array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), 'tabs6' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabs6.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabs6.description', 'iconIdentifier' => 'tx-bootstrapgrids-tabs6', 'frame' => '2', 'config' => array('colCount' => '6', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tab1', 'colPos' => '101'), '2.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tab2', 'colPos' => '102'), '3.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tab3', 'colPos' => '103'), '4.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tab4', 'colPos' => '104'), '5.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tab5', 'colPos' => '105'), '6.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tab6', 'colPos' => '106'))))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_tabs6.xml', 'columns' => array('CSV' => '-2,-1,101,102,103,104,105,106'), 'allowed' => array(array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), 'accordion' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:accordion.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:accordion.description', 'iconIdentifier' => 'tx-bootstrapgrids-accordion', 'frame' => '2', 'config' => array('colCount' => '1', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.accordionElements', 'colPos' => '101'))))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_accordion.xml', 'columns' => array('CSV' => '-2,-1,101'), 'allowed' => array(array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), array('uid' => 3, 'pid' => 1, 'tstamp' => 1414614314, 'crdate' => 1414614314, 'cruser_id' => 10, 't3ver_oid' => 0, 'zzz_deleted_t3ver_id' => 0, 't3ver_wsid' => 0, 't3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 0, 'sorting' => 64, 'deleted' => 0, 'hidden' => 0, 'title' => 'Simple Container', 'alias' => '', 'frame' => 0, 'description' => '', 'horizontal' => 0, 'top_level_layout' => 0, 'config' => array('colCount' => '1', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array('name' => 'Content', 'colPos' => '1'))))), 'pi_flexform_ds' => '', 'pi_flexform_ds_file' => '', 'icon' => '', 'columns' => array('CSV' => '-2,-1,1'), 'allowed' => array(array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), array('uid' => 2, 'pid' => 1, 'tstamp' => 1414613917, 'crdate' => 1414613917, 'cruser_id' => 10, 't3ver_oid' => 0, 'zzz_deleted_t3ver_id' => 0, 't3ver_wsid' => 0, 't3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 0, 'sorting' => 128, 'deleted' => 0, 'hidden' => 0, 'title' => 'Header and Subheader Container', 'alias' => '', 'frame' => 0, 'description' => '', 'horizontal' => 0, 'top_level_layout' => 0, 'config' => array('colCount' => '2', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array('name' => 'Left', 'colPos' => '1', 'allowed' => 'text,textpic,image'), '2.' => array('name' => 'remaining', 'colPos' => '2', 'allowed' => 'text'))))), 'pi_flexform_ds' => '', 'pi_flexform_ds_file' => '', 'icon' => '', 'columns' => array('CSV' => '-2,-1,1,2'), 'allowed' => array(array('CType' => array('text' => 0, 'textpic' => 1, 'image' => 2)), array('CType' => array('text' => 0))), 'disallowed' => array(), 'maxitems' => array()), array('uid' => 1, 'pid' => 1, 'tstamp' => 1414173536, 'crdate' => 1414173488, 'cruser_id' => 10, 't3ver_oid' => 0, 'zzz_deleted_t3ver_id' => 0, 't3ver_wsid' => 0, 't3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 0, 'sorting' => 256, 'deleted' => 0, 'hidden' => 0, 'title' => 'Neue Modelle Container', 'alias' => '', 'frame' => 1, 'description' => '', 'horizontal' => 0, 'top_level_layout' => 0, 'config' => array('colCount' => '1', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array('name' => '0x0'))))), 'pi_flexform_ds' => '', 'pi_flexform_ds_file' => '', 'icon' => '')), 'currentValue_kidjls9dksoje' => 'flux__grid', 'configuid' => 1), 'typoscriptObjectPath' => 'tt_content.dwsducati_person.20', 'currentValueKey' => null, 'table' => 'tt_content'), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/html/var/cache/code/fluid_template/Standard_action_generic_3bfe6a62b8e1d5898a9b5fc2639821a0efc6412b.php line 172
$arguments8['typoscriptObjectPath'] = $output10;
$array12 = array (
);$arguments8['data'] = $renderingContext->getVariableProvider()->getByPath('data', $array12);
$arguments8['table'] = 'tt_content';
$renderChildrenClosure9 = ($arguments8['data'] !== null) ? function() use ($arguments8) { return $arguments8['data']; } : $renderChildrenClosure9;return TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderStatic($arguments8, $renderChildrenClosure9, $renderingContext);
};

$output0 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments3, $renderChildrenClosure4, $renderingContext);

at Standard_action_generic_3bfe6a62b8e1d5898a9b5fc2639821a0efc6412b->{closure}()
in /var/www/html/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php line 137
    private static function evaluateElseClosures(array $closures, array $conditionClosures, RenderingContextInterface $renderingContext)
    {
        foreach ($closures as $elseNodeIndex => $elseNodeClosure) {
            if (!isset($conditionClosures[$elseNodeIndex])) {
                return $elseNodeClosure();
            }
            if ($conditionClosures[$elseNodeIndex]()) {
                return $elseNodeClosure();
            }
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper::evaluateElseClosures(array(object(Closure)), array(), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/html/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php line 83
                return $arguments['__thenClosure']();
            }
        } elseif (!empty($arguments['__elseClosures'])) {
            $elseIfClosures = isset($arguments['__elseifClosures']) ? $arguments['__elseifClosures'] : [];
            return static::evaluateElseClosures($arguments['__elseClosures'], $elseIfClosures, $renderingContext);
        } elseif (array_key_exists('else', $arguments)) {
            return $arguments['else'];
        }
        return '';
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper::renderStatic(array('then' => null, 'else' => null, 'condition' => false, '__thenClosure' => object(Closure), '__elseClosures' => array(object(Closure))), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/html/var/cache/code/fluid_template/Standard_action_generic_3bfe6a62b8e1d5898a9b5fc2639821a0efc6412b.php line 175
$arguments8['table'] = 'tt_content';
$renderChildrenClosure9 = ($arguments8['data'] !== null) ? function() use ($arguments8) { return $arguments8['data']; } : $renderChildrenClosure9;return TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderStatic($arguments8, $renderChildrenClosure9, $renderingContext);
};

$output0 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments3, $renderChildrenClosure4, $renderingContext);

$output0 .= '

';
at Standard_action_generic_3bfe6a62b8e1d5898a9b5fc2639821a0efc6412b->section_62bce9422ff2d14f69ab80a154510232fc8a9afd(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/html/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 258
                    new InvalidSectionException('Section "' . $sectionName . '" does not exist.')
                );
            }
            $this->startRendering($renderingTypeOnNextLevel, $parsedTemplate, $renderingContext);
            $output = $parsedTemplate->$methodNameOfSection($renderingContext);
            $this->stopRendering();
        } else {
            $sections = $parsedTemplate->getVariableContainer()->get('1457379500_sections');
            if (!isset($sections[$sectionName])) {
at TYPO3Fluid\Fluid\View\AbstractTemplateView->renderSection('Main', array(), true)
in /var/www/html/vendor/typo3fluid/fluid/src/ViewHelpers/RenderViewHelper.php line 172
            $content = (new $delegate())->render($renderingContext);
        } elseif ($partial !== null) {
            $content = $view->renderPartial($partial, $section, $variables, $optional);
        } elseif ($section !== null) {
            $content = $view->renderSection($section, $variables, $optional);
        } elseif (!$optional) {
            throw new \InvalidArgumentException('ViewHelper f:render called without either argument section, partial, renderable or delegate and optional flag is false');
        }
        // Replace empty content with default value. If default is
at TYPO3Fluid\Fluid\ViewHelpers\RenderViewHelper::renderStatic(array('section' => 'Main', 'partial' => null, 'delegate' => null, 'renderable' => null, 'arguments' => array(), 'optional' => true, 'default' => null, 'contentAs' => null, 'debug' => true), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/html/var/cache/code/fluid_template/layout_Default_html_94f506d1b0b80da899d5f6b03ca60c18ed9ed8dd.php line 16161
     ),
     $renderingContext
    );

$output520 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments557, $renderChildrenClosure558, $renderingContext);

$output520 .= '
            ';
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper
at layout_Default_html_94f506d1b0b80da899d5f6b03ca60c18ed9ed8dd->{closure}()
in /var/www/html/var/cache/code/fluid_template/layout_Default_html_94f506d1b0b80da899d5f6b03ca60c18ed9ed8dd.php line 16286
           <!--/div-->
          </div>
         ';
return $output520;
});
}
}, array($arguments497));

$output496 .= '
at layout_Default_html_94f506d1b0b80da899d5f6b03ca60c18ed9ed8dd->{closure}(array('expression' => 'dwsducati_person'))
in /var/www/html/var/cache/code/fluid_template/layout_Default_html_94f506d1b0b80da899d5f6b03ca60c18ed9ed8dd.php line 16288
         ';
return $output520;
});
}
}, array($arguments497));

$output496 .= '
      ';
return $output496;
at layout_Default_html_94f506d1b0b80da899d5f6b03ca60c18ed9ed8dd->{closure}()
in /var/www/html/var/cache/code/fluid_template/layout_Default_html_94f506d1b0b80da899d5f6b03ca60c18ed9ed8dd.php line 16293

$output496 .= '
      ';
return $output496;
});
}
}, array($arguments436));

$output435 .= '
at layout_Default_html_94f506d1b0b80da899d5f6b03ca60c18ed9ed8dd->{closure}(array('expression' => '0'))
in /var/www/html/var/cache/code/fluid_template/layout_Default_html_94f506d1b0b80da899d5f6b03ca60c18ed9ed8dd.php line 16295
      ';
return $output496;
});
}
}, array($arguments436));

$output435 .= '
    ';
return $output435;
at layout_Default_html_94f506d1b0b80da899d5f6b03ca60c18ed9ed8dd->{closure}()
in /var/www/html/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php line 137
    private static function evaluateElseClosures(array $closures, array $conditionClosures, RenderingContextInterface $renderingContext)
    {
        foreach ($closures as $elseNodeIndex => $elseNodeClosure) {
            if (!isset($conditionClosures[$elseNodeIndex])) {
                return $elseNodeClosure();
            }
            if ($conditionClosures[$elseNodeIndex]()) {
                return $elseNodeClosure();
            }
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper::evaluateElseClosures(array(object(Closure)), array(), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/html/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php line 83
                return $arguments['__thenClosure']();
            }
        } elseif (!empty($arguments['__elseClosures'])) {
            $elseIfClosures = isset($arguments['__elseifClosures']) ? $arguments['__elseifClosures'] : [];
            return static::evaluateElseClosures($arguments['__elseClosures'], $elseIfClosures, $renderingContext);
        } elseif (array_key_exists('else', $arguments)) {
            return $arguments['else'];
        }
        return '';
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper::renderStatic(array('then' => null, 'else' => null, 'condition' => false, '__thenClosure' => object(Closure), '__elseClosures' => array(object(Closure))), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/html/var/cache/code/fluid_template/layout_Default_html_94f506d1b0b80da899d5f6b03ca60c18ed9ed8dd.php line 16302
    ';
return $output435;
};

$output357 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments383, $renderChildrenClosure384, $renderingContext);

$output357 .= '
  ';
return $output357;
at layout_Default_html_94f506d1b0b80da899d5f6b03ca60c18ed9ed8dd->{closure}()
in /var/www/html/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php line 79
            if (isset($arguments['then'])) {
                return $arguments['then'];
            }
            if (isset($arguments['__thenClosure'])) {
                return $arguments['__thenClosure']();
            }
        } elseif (!empty($arguments['__elseClosures'])) {
            $elseIfClosures = isset($arguments['__elseifClosures']) ? $arguments['__elseifClosures'] : [];
            return static::evaluateElseClosures($arguments['__elseClosures'], $elseIfClosures, $renderingContext);
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper::renderStatic(array('then' => null, 'else' => null, 'condition' => true, '__thenClosure' => object(Closure), '__elseClosures' => array(object(Closure))), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/html/var/cache/code/fluid_template/layout_Default_html_94f506d1b0b80da899d5f6b03ca60c18ed9ed8dd.php line 16646
  ';
return $output1416;
};

$output3 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments355, $renderChildrenClosure356, $renderingContext);

$output3 .= '
';
return $output3;
at layout_Default_html_94f506d1b0b80da899d5f6b03ca60c18ed9ed8dd->{closure}()
in /var/www/html/vendor/typo3fluid/fluid/src/ViewHelpers/SpacelessViewHelper.php line 61
     * @return string
     */
    public static function renderStatic(array $arguments, \Closure $childClosure, RenderingContextInterface $renderingContext)
    {
        return trim(preg_replace('/\\>\\s+\\</', '><', (string)$childClosure()));
    }
}
at TYPO3Fluid\Fluid\ViewHelpers\SpacelessViewHelper::renderStatic(array(), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/html/var/cache/code/fluid_template/layout_Default_html_94f506d1b0b80da899d5f6b03ca60c18ed9ed8dd.php line 16654
return $output3;
};
$arguments1 = array();

$output0 .= TYPO3Fluid\Fluid\ViewHelpers\SpacelessViewHelper::renderStatic($arguments1, $renderChildrenClosure2, $renderingContext);

$output0 .= '

';
at layout_Default_html_94f506d1b0b80da899d5f6b03ca60c18ed9ed8dd->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/html/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 200
            } catch (PassthroughSourceException $error) {
                return $error->getSource();
            }
            $this->startRendering(self::RENDERING_LAYOUT, $parsedTemplate, $this->baseRenderingContext);
            $output = $parsedLayout->render($this->baseRenderingContext);
            $this->stopRendering();
        }

        return $output;
at TYPO3Fluid\Fluid\View\AbstractTemplateView->render()
in /var/www/html/public/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 358
     * @return string
     */
    protected function renderFluidView()
    {
        return $this->view->render();
    }

    /**
     * Apply standard wrap to content
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->renderFluidView()
in /var/www/html/public/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 108

        $this->view->assignMultiple($variables);

        $this->renderFluidTemplateAssetsIntoPageRenderer();
        $content = $this->renderFluidView();
        $content = $this->applyStandardWrapToRenderedContent($content, $conf);

        $this->view = $parentView;
        return $content;
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->render(array('templateName' => 'Generic', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => 'img-fluid'), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', '', 'EXT:dws_ducati/Resources/Private/Templates/FluidContent/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', '', 'EXT:dws_ducati/Resources/Private/Partials/FluidContent/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', '', 'EXT:dws_ducati/Resources/Private/Layouts/FluidContent/'), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'Rennviech\\DwsDucati\\DataProcessing\\DucatiDataProcessor'), 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Person')))
in /var/www/html/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 829
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject), array('templateName' => 'Generic', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => 'img-fluid'), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', '', 'EXT:dws_ducati/Resources/Private/Templates/FluidContent/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', '', 'EXT:dws_ducati/Resources/Private/Partials/FluidContent/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', '', 'EXT:dws_ducati/Resources/Private/Layouts/FluidContent/'), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'Rennviech\\DwsDucati\\DataProcessing\\DucatiDataProcessor'), 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Person')))
in /var/www/html/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 743
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            if (!empty($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'])) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('templateName' => 'Generic', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => 'img-fluid'), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', '', 'EXT:dws_ducati/Resources/Private/Templates/FluidContent/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', '', 'EXT:dws_ducati/Resources/Private/Partials/FluidContent/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', '', 'EXT:dws_ducati/Resources/Private/Layouts/FluidContent/'), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'Rennviech\\DwsDucati\\DataProcessing\\DucatiDataProcessor'), 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Person')), 'lib.contentElement')
in /var/www/html/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 724
                [$name, $conf] = $cF->getVal($key, $this->getTypoScriptFrontendController()->tmpl->setup);
                $conf = array_replace_recursive(is_array($conf) ? $conf : [], $confOverride);
                // Getting the cObject
                $timeTracker->incStackPointer();
                $content .= $this->cObjGetSingle($name, $conf, $key);
                $timeTracker->decStackPointer();
            } else {
                $hooked = false;
                // Application defined cObjects
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('templateName' => 'Generic', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => 'img-fluid'), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', '', 'EXT:dws_ducati/Resources/Private/Templates/FluidContent/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', '', 'EXT:dws_ducati/Resources/Private/Partials/FluidContent/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', '', 'EXT:dws_ducati/Resources/Private/Layouts/FluidContent/'), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'Rennviech\\DwsDucati\\DataProcessing\\DucatiDataProcessor'), 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Person')), 'tt_content.dwsducati_person')
in /var/www/html/public/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php line 193
        if ($timeTracker->LR) {
            $timeTracker->push('/f:cObject/', '<' . $typoscriptObjectPath);
        }
        $timeTracker->incStackPointer();
        $content = $contentObjectRenderer->cObjGetSingle($setup[$lastSegment], $setup[$lastSegment . '.'] ?? [], $typoscriptObjectPath);
        $timeTracker->decStackPointer();
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
        }
at TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderContentObject(object(TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer), array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array('allow' => 'move, new, edit, hide, delete', 'label' => '%s', 'onlyCurrentPid' => '1', 'previewBorder' => '1', 'edit.' => array('displayRecord' => '1'))), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '10.' => array('if.' => array('value' => '5', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '5', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext [bullets_type]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.bullets')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout|header_link], subheader, date', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.header')))), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'T3SBS\\T3sbootstrap\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1150', 'minimumWidth' => '0', 'ratioWithHeight' => '0', 'maxWidthMediaObject' => '200', 'maxWidthToast' => '20', 'disableAutoRow' => '0', 'overrideSmallColumns' => '', 'configuid' => '1')), 'stdWrap.' => array('editIcons' => 'tt_content : image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.image')))), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('rxshariff_shariff' => 'USER', 'rxshariff_shariff.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RxShariff', 'pluginName' => 'Shariff', 'settings.' => array('enableBackend' => '1', 'data.' => array('lang' => 'en', 'mail-body' => '', 'mail-subject' => '', 'mail-url' => 'mailto:', 'media-url' => '', 'orientation' => 'horizontal', 'referrer-track' => '', 'services' => '', 'theme' => 'standard', 'twitter-via' => ''))), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'), 'flux_page' => 'USER', 'flux_page.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Flux', 'pluginName' => 'Page'), 'ttaddress_listview' => 'USER', 'ttaddress_listview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TtAddress', 'pluginName' => 'ListView'), 'dwsducati_dealer_news' => 'USER', 'dwsducati_dealer_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'dealer_news'), 'dwsducati_model' => 'USER', 'dwsducati_model.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Model'), 'dwshighlights_modelhighlights' => 'USER', 'dwshighlights_modelhighlights.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsHighlights', 'pluginName' => 'Modelhighlights'), 'gomapsext_show' => 'USER', 'gomapsext_show.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'GoMapsExt', 'pluginName' => 'Show'), 'megooglecalendar_pi1' => 'USER', 'megooglecalendar_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MeGoogleCalendar', 'pluginName' => 'Pi1'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content,pages,tx_news_domain_model_news', 'conf.' => array('pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array('data' => 'register:pidInList'), 'selectFields.' => array('dataWrap' => '*,FIND_IN_SET(pid,{register:pidInList}) AS gridelements_shortcut_page_order_by'), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER'), 'tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut'))), '20.' => array('tables' => 'tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table')))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'T3SBS\\T3sbootstrap\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1150', 'minimumWidth' => '0', 'ratioWithHeight' => '0', 'maxWidthMediaObject' => '200', 'maxWidthToast' => '20', 'disableAutoRow' => '0', 'overrideSmallColumns' => '', 'configuid' => '1')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia')))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'T3SBS\\T3sbootstrap\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1150', 'minimumWidth' => '0', 'ratioWithHeight' => '0', 'maxWidthMediaObject' => '200', 'maxWidthToast' => '20', 'disableAutoRow' => '0', 'overrideSmallColumns' => '', 'configuid' => '1')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads')))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => 'tt_content.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => 'sys_category_record_mm ON uid = sys_category_record_mm.uid_foreign AND sys_category_record_mm.uid_local IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => 'tablenames=\'tt_content\' and fieldname=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu'))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array('field' => 'pages'))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => 'sectionIndex = 1 AND ( colPos = 0 OR colPos > 199 )', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')))))))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework')), 'srlanguagemenu_languagemenu' => '< lib.contentElement', 'srlanguagemenu_languagemenu.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'SrLanguageMenu', 'pluginName' => 'LanguageMenu')), 'dwsducati_alert' => '< lib.contentElement', 'dwsducati_alert.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Alert')), 'dwsducati_bodymenu' => '< lib.contentElement', 'dwsducati_bodymenu.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Bodymenu')), 'dwsducati_button' => '< lib.contentElement', 'dwsducati_button.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Button')), 'dwsducati_carouselmenu' => '< lib.contentElement', 'dwsducati_carouselmenu.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Carouselmenu')), 'dwsducati_embedvideo' => '< lib.contentElement', 'dwsducati_embedvideo.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Embedvideo')), 'dwsducati_icontile' => '< lib.contentElement', 'dwsducati_icontile.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Icontile')), 'dwsducati_imagegallery' => '< lib.contentElement', 'dwsducati_imagegallery.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Imagegallery')), 'dwsducati_mapwrapper' => '< lib.contentElement', 'dwsducati_mapwrapper.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Mapwrapper')), 'dwsducati_modallight' => '< lib.contentElement', 'dwsducati_modallight.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Modallight')), 'dwsducati_pageheader' => '< lib.contentElement', 'dwsducati_pageheader.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Pageheader')), 'dwsducati_person' => '< lib.contentElement', 'dwsducati_person.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Person')), 'dwsducati_photogallery' => '< lib.contentElement', 'dwsducati_photogallery.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Photogallery')), 'dwsducati_pricebox' => '< lib.contentElement', 'dwsducati_pricebox.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Pricebox')), 'dwsducati_progressbar' => '< lib.contentElement', 'dwsducati_progressbar.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Progressbar')), 'dwsducati_row' => '< lib.contentElement', 'dwsducati_row.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Row')), 'dwsducati_simpleresponsiveimage' => '< lib.contentElement', 'dwsducati_simpleresponsiveimage.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Simpleresponsiveimage')), 'dwsducati_teaser' => '< lib.contentElement', 'dwsducati_teaser.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Teaser')), 'dwsducati_thumbnailbox' => '< lib.contentElement', 'dwsducati_thumbnailbox.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Thumbnailbox')), 'gridelements_pi1' => '< lib.contentElement', 'gridelements_pi1.' => array('templateName' => 'GridElement', 'templateName.' => array('override.' => array('field' => 'tx_gridelements_backend_layout')), 'templateRootPaths.' => array('EXT:gridelements/Resources/Private/Templates/', 'EXT:bootstrap_grids/Resources/Private/Templates/', 'EXT:dws_ducati/Resources/Private/Templates/Gridelements/'), 'partialRootPaths.' => array('EXT:gridelements/Resources/Private/Partials/', 'EXT:bootstrap_grids/Resources/Private/Partials/'), 'dataProcessing.' => array('GridElementsTeam\\Gridelements\\DataProcessing\\GridChildrenProcessor', '10.' => array('default.' => array('as' => 'children')))), 't3sbs_fluidtemplate' => 'COA', 't3sbs_fluidtemplate.' => array('FLUIDTEMPLATE', '10.' => array('file.' => array('stdWrap.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'subheader', 'ifEmpty.' => array('cObject' => 'TEXT', 'cObject.' => array('value' => 'EXT:t3sbootstrap/Resources/Private/Templates/Content/FluidTemplate.html'))))), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'settings.' => array('expandedContent' => '0', 'fontawesome.' => array('pagetitle' => '1'), 'codesnippet' => '0', 'lazyLoad' => '0', 'lazyLoadThreshold' => '0', 'webp' => '0', 'pagebrowser.' => array('enable' => '0'), 'backToTopTitle' => 'to top', 'backToTopClass' => 'fa fa-chevron-circle-up fa-4x', 'backToTopForAllPages' => '0', 'gtm' => '', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'sectionmenuIcons' => '0', 'navbar.' => array('image.' => array('defaultPath' => '/typo3conf/ext/t3sbootstrap/Resources/Public/Images/bootstrap-logo-white.svg', 'width' => '30', 'height' => '24', 'altText' => 'Company Logo'), 'subdropdown.' => array('twoColumns' => '30'), 'searchboxLink' => '0', 'feUserName' => '0', 'sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400'), 'pages.' => array('override.' => array('smallColumns' => '', 'breakpoint' => '')), 'config.' => array('uid' => '1', 'company' => '0', 'homepageUid' => '344', 'pageTitle' => 'jumbotron', 'pageTitlealign' => 'center', 'pageTitlecontainer' => 'none', 'pageTitleclass' => '0', 'metaEnable' => '0', 'metaValue' => '0', 'metaContainer' => 'none', 'metaClass' => '0', 'metaText' => '0', 'navbarEnable' => 'light', 'navbarEntrylevel' => '0', 'navbarLevels' => '4', 'navbarExcludeuiduist' => '0', 'navbarIncludespacer' => '0', 'navbarSectionmenu' => '0', 'navbarMegamenu' => '0', 'navbarHover' => '0', 'navbarClickableparent' => '0', 'navbarPlusicon' => '{$bootstrap.config.navbarPlusicon}', 'navbarDropdownAnimate' => '0', 'navbarBrand' => 'imgText', 'navbarbrandAlignment' => 'left', 'navbarImage' => '0', 'navbarColor' => 'warning', 'navbarBackground' => '0', 'navbarTransparent' => '0', 'navbarContainer' => '0', 'navbarInnercontainer' => 'container', 'navbarPlacement' => '0', 'navbarAlignment' => 'left', 'navbarClass' => 'bg-gradient', 'navbarToggler' => 'left', 'navbarAnimatedtoggler' => '0', 'navbarBreakpoint' => 'sm', 'navbarOffcanvas' => '0', 'navbarHeight' => '0', 'navbarSearchbox' => '0', 'navbarLangmenu' => '0', 'navbarShrinkcolorschemes' => 'light', 'navbarShrinkcolor' => '0', 'navbarRightMenuUidList' => '0', 'navbarExtraRow' => '0', 'navbarLangFlags' => '1', 'jumbotronEnable' => '1', 'jumbotronBgimage' => '0', 'jumbotronSlide' => '0', 'jumbotronPosition' => 'below', 'jumbotronContainer' => 'container', 'jumbotronContainerposition' => 'Inside', 'jumbotronClass' => 'p-5 mb-4 bg-light bg-gradient rounded-0', 'jumbotronCarouselInterval' => '5000', 'jumbotronCarouselPause' => '', 'breadcrumbEnable' => '1', 'breadcrumbNotonrootpage' => '0', 'breadcrumbFaicon' => '0', 'breadcrumbCorner' => '1', 'breadcrumbBottom' => '0', 'breadcrumbPosition' => 'belowJum', 'breadcrumbContainer' => 'container', 'breadcrumbContainerposition' => 'inside', 'breadcrumbClass' => '0', 'sidebarEnable' => '0', 'sidebarRightenable' => '0', 'sidebarLevels' => '4', 'sidebarEntrylevel' => '99', 'sidebarExcludeuiduist' => '0', 'sidebarIncludespacer' => '0', 'sidebarSectionMobile' => '0', 'footerEnable' => '1', 'footerFluid' => '{$bootstrap.config.footerFluid}', 'footerSlide' => '0', 'footerSticky' => '1', 'footerContainer' => 'container', 'footerContainerposition' => 'Inside', 'footerClass' => 'bg-dark text-light py-4', 'footerPid' => '0', 'expandedcontentEnabletop' => '0', 'expandedcontentSlidetop' => '0', 'expandedcontentContainerpositiontop' => '0', 'expandedcontentContainertop' => '0', 'expandedcontentClasstop' => '0', 'expandedcontentEnablebottom' => '0', 'expandedcontentSlidebottom' => '0', 'expandedcontentContainerpositionbottom' => '0', 'expandedcontentContainerbottom' => '0', 'expandedcontentClassbottom' => '0', 'generalRootline' => '0', 'contentOnlyOnRootpage' => '0', 'jqueryHeader' => '0', 'compress' => '1', 'disablePrefixComment' => '1', 'containerError' => '0', 'slideLeftAside' => '0', 'slideRightAside' => '0', 'pageContentExtraClass' => '0', 'bodyExtraClass' => '0', 'asideExtraClass' => '0', 'mainExtraClass' => '0', 'globalPaddingTop' => 'pt-5', 'stickyFooterExtraPadding' => '100', 'contentMarginTop' => '0', 'loadingSpinner' => '0', 'loadingSpinnerColor' => 'primary', 'lightboxSelection' => '1', 'magnifying' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sectionmenuStickyTop' => '0', 'backgroundImageEnable' => '0', 'backgroundImageSlide' => '0', 'shrinkingNavPadding' => '5', 'sidebarMenuPosition' => 'above', 'langMenuWithFaIcon' => '1', 'subheaderColor' => 'secondary', 'dateFormat' => 'd.m.Y', 'favicon' => '0', 'faLinkIcons' => '1', 'cardFlipperOnClick' => '0', 'lastModifiedContentElement' => '0', 'recentlyUpdatedContentElements' => '0', 'darkMode' => '0'), 'indexedsearch.' => array('targetPid' => '0')))), 't3sbs_button' => '< lib.contentElement', 't3sbs_button.' => array('templateName' => 'Button', 'stdWrap.' => array('editIcons' => 'tt_content')), 't3sbs_card' => '< lib.contentElement', 't3sbs_card.' => array('templateName' => 'Card', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'T3SBS\\T3sbootstrap\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1150', 'minimumWidth' => '0', 'ratioWithHeight' => '0', 'maxWidthMediaObject' => '200', 'maxWidthToast' => '20', 'overrideSmallColumns' => '', 'configuid' => '{$bootstrap.db.uid}'), 'T3SBS\\T3sbootstrap\\DataProcessing\\CardProcessor'), 'stdWrap.' => array('editIcons' => 'tt_content')), 't3sbs_carousel' => '< lib.contentElement', 't3sbs_carousel.' => array('templateName' => 'Carousel', 'settings.' => array('defaultHeaderType' => '3'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets'))), 'stdWrap.' => array('editIcons' => 'tt_content')), 't3sbs_mediaobject' => '< lib.contentElement', 't3sbs_mediaobject.' => array('templateName' => 'Mediaobject', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'T3SBS\\T3sbootstrap\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1150', 'minimumWidth' => '0', 'ratioWithHeight' => '0', 'maxWidthMediaObject' => '200', 'maxWidthToast' => '20', 'disableAutoRow' => '0', 'overrideSmallColumns' => '', 'configuid' => '{$bootstrap.db.uid}')), 'stdWrap.' => array('editIcons' => 'tt_content')), 't3sbs_gallery' => '< lib.contentElement', 't3sbs_gallery.' => array('templateName' => 'ImageGallery', 'settings.' => array('defaultHeaderType' => '2'), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\BsImageGalleryProcessor', '10.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'files', 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting')), 'T3SBS\\T3sbootstrap\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1150', 'minimumWidth' => '0', 'ratioWithHeight' => '0', 'maxWidthMediaObject' => '200', 'maxWidthToast' => '20', 'disableAutoRow' => '0', 'overrideSmallColumns' => '', 'configuid' => '{$bootstrap.db.uid}')), 'stdWrap.' => array('editIcons' => 'tt_content')), 't3sbs_toast' => '< lib.contentElement', 't3sbs_toast.' => array('templateName' => 'Toast', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'T3SBS\\T3sbootstrap\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1150', 'minimumWidth' => '0', 'ratioWithHeight' => '0', 'maxWidthMediaObject' => '200', 'maxWidthToast' => '20', 'disableAutoRow' => '0', 'overrideSmallColumns' => '', 'configuid' => '{$bootstrap.db.uid}')), 'stdWrap.' => array('editIcons' => 'tt_content')), 'two_columns' => 'FLUIDTEMPLATE', 'two_columns.' => array('templateName' => 'TwoColumns', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '221.' => array('colPos' => '221', 'as' => 'col_221'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '222.' => array('colPos' => '222', 'as' => 'col_222'))), 'three_columns' => 'FLUIDTEMPLATE', 'three_columns.' => array('templateName' => 'ThreeColumns', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '231.' => array('colPos' => '231', 'as' => 'col_231'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '232.' => array('colPos' => '232', 'as' => 'col_232'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '233.' => array('colPos' => '233', 'as' => 'col_233'))), 'four_columns' => 'FLUIDTEMPLATE', 'four_columns.' => array('templateName' => 'FourColumns', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '241.' => array('colPos' => '241', 'as' => 'col_241'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '242.' => array('colPos' => '242', 'as' => 'col_242'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '243.' => array('colPos' => '243', 'as' => 'col_243'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '244.' => array('colPos' => '244', 'as' => 'col_244'))), 'six_columns' => 'FLUIDTEMPLATE', 'six_columns.' => array('templateName' => 'SixColumns', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '241.' => array('colPos' => '261', 'as' => 'col_261'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '242.' => array('colPos' => '262', 'as' => 'col_262'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '243.' => array('colPos' => '263', 'as' => 'col_263'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '244.' => array('colPos' => '264', 'as' => 'col_264'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '245.' => array('colPos' => '265', 'as' => 'col_265'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '246.' => array('colPos' => '266', 'as' => 'col_266'))), 'row_columns' => 'FLUIDTEMPLATE', 'row_columns.' => array('templateName' => 'RowColumns', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '290.' => array('colPos' => '290', 'as' => 'col_290'))), 'card_wrapper' => 'FLUIDTEMPLATE', 'card_wrapper.' => array('templateName' => 'CardWrapper', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '270.' => array('colPos' => '270', 'as' => 'col_270'))), 'button_group' => 'FLUIDTEMPLATE', 'button_group.' => array('templateName' => 'Buttongroup', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '271.' => array('colPos' => '271', 'as' => 'col_271'))), 'background_wrapper' => 'FLUIDTEMPLATE', 'background_wrapper.' => array('templateName' => 'BackgroundWrapper', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '273.' => array('colPos' => '273', 'as' => 'col_273'))), 'parallax_wrapper' => 'FLUIDTEMPLATE', 'parallax_wrapper.' => array('templateName' => 'ParallaxWrapper', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '274.' => array('colPos' => '274', 'as' => 'col_274'))), 'autoLayout_row' => 'FLUIDTEMPLATE', 'autoLayout_row.' => array('templateName' => 'AutoLayoutRow', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '272.' => array('colPos' => '272', 'as' => 'col_272'))), 'container' => 'FLUIDTEMPLATE', 'container.' => array('templateName' => 'Container', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '275.' => array('colPos' => '275', 'as' => 'col_275'))), 'carousel_container' => 'FLUIDTEMPLATE', 'carousel_container.' => array('templateName' => 'CarouselContainer', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '276.' => array('colPos' => '276', 'as' => 'col_276'))), 'collapsible_container' => 'FLUIDTEMPLATE', 'collapsible_container.' => array('templateName' => 'CollapsibleContainer', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '277.' => array('colPos' => '277', 'as' => 'col_277'))), 'collapsible_accordion' => 'FLUIDTEMPLATE', 'collapsible_accordion.' => array('templateName' => 'Collapsible', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '278.' => array('colPos' => '278', 'as' => 'col_278'))), 'modal' => 'FLUIDTEMPLATE', 'modal.' => array('templateName' => 'Modal', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '279.' => array('colPos' => '279', 'as' => 'col_279'))), 'tabs_container' => 'FLUIDTEMPLATE', 'tabs_container.' => array('templateName' => 'TabContainer', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '280.' => array('colPos' => '280', 'as' => 'col_280'))), 'tabs_tab' => 'FLUIDTEMPLATE', 'tabs_tab.' => array('templateName' => 'Tab', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '281.' => array('colPos' => '281', 'as' => 'col_281'))), 'listGroup_wrapper' => 'FLUIDTEMPLATE', 'listGroup_wrapper.' => array('templateName' => 'ListGroupWrapper', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '282.' => array('colPos' => '282', 'as' => 'col_282'))), 'masonry_wrapper' => 'FLUIDTEMPLATE', 'masonry_wrapper.' => array('templateName' => 'MasonryWrapper', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '283.' => array('colPos' => '283', 'as' => 'col_283'))), 'swiper_container' => 'FLUIDTEMPLATE', 'swiper_container.' => array('templateName' => 'SwiperContainer', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '300.' => array('colPos' => '300', 'as' => 'col_300'))), 'toast_container' => 'FLUIDTEMPLATE', 'toast_container.' => array('templateName' => 'ToastContainer', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '310.' => array('colPos' => '310', 'as' => 'col_310'))), 'youtubevideo_pi1' => '< lib.contentElement', 'youtubevideo_pi1.' => array('templateName' => 'TEXT', 'templateName.' => array('stdWrap.' => array('cObject' => 'TEXT', 'cObject.' => array('value' => 'YoutubevideoIframe', 'if.' => array('isTrue' => '0')), 'ifEmpty' => 'Youtubevideo')), 'templateRootPaths.' => array('EXT:youtubevideo/Resources/Private/Templates/', 'EXT:dws_ducati/Resources/Private/Templates/YoutubeVideo'), 'partialRootPaths.' => array('EXT:youtubevideo/Resources/Private/Partials/'), 'dataProcessing.' => array('Brightside\\Youtubevideo\\DataProcessing\\YoutubevideoFilesProcessor', '10.' => array('pagination.' => array('isActive.' => array('field' => 'tx_paginatedprocessors_paginationenabled'), 'uniqueId.' => array('field' => 'uid', 'override.' => array('field' => 'tx_paginatedprocessors_urlsegment')), 'itemsPerPage' => 'tx_paginatedprocessors_itemsperpage', 'itemsPerPage.' => array('field' => 'tx_paginatedprocessors_itemsperpage'), 'pageLinksShown' => '5', 'pageLinksShown.' => array('override.' => array('field' => 'tx_paginatedprocessors_pagelinksshown')), 'anchorActive.' => array('field' => 'tx_paginatedprocessors_anchor'), 'anchorId.' => array('field' => 'uid', 'override.' => array('field' => 'tx_paginatedprocessors_anchorid'))))), 'settings.' => array('coverimagewidth' => '1280', 'colspacewidth' => '1.5'), 'variables.' => array('hl' => 'TEXT', 'hl.' => array('data' => 'siteLanguage:iso-639-1'), 'ratioDefault' => 'TEXT', 'ratioDefault.' => array('value' => '56.25'), 'ratio1' => 'TEXT', 'ratio1.' => array('value' => '75'), 'modestbranding' => 'TEXT', 'modestbranding.' => array('value' => '0'), 'nocookiehost' => 'TEXT', 'nocookiehost.' => array('value' => '0'), 'coverimagewidth' => 'TEXT', 'coverimagewidth.' => array('value' => '1280'), 'containerBreakpointSmall' => 'TEXT', 'containerBreakpointSmall.' => array('value' => '500'), 'containerBreakpointTiny' => 'TEXT', 'containerBreakpointTiny.' => array('value' => '300'), 'gdprnote' => 'TEXT', 'gdprnote.' => array('value' => '1'), 'gdprtextoverride' => 'TEXT', 'gdprtextoverride.' => array('value' => ''), 'colspacewidth' => 'TEXT', 'colspacewidth.' => array('value' => '1.5'), 'iframe' => 'TEXT', 'iframe.' => array('value' => '0')))), 'tt_content.dwsducati_person', 'dwsducati_person')
in /var/www/html/public/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php line 170
                'No Content Object definition found at TypoScript object path "' . $typoscriptObjectPath . '"',
                1540246570
            );
        }
        $content = self::renderContentObject($contentObjectRenderer, $setup, $typoscriptObjectPath, $lastSegment);
        if (!isset($GLOBALS['TSFE']) || !($GLOBALS['TSFE'] instanceof TypoScriptFrontendController)) {
            static::resetFrontendEnvironment();
        }
        return $content;
at TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderStatic(array('data' => array('uid' => 60720, 'pid' => 8573, 't3ver_oid' => 0, 'zzz_deleted_t3ver_id' => 0, 't3ver_wsid' => 0, 'zzz_deleted_t3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 60719, 'tstamp' => 1636383069, 'crdate' => 1595607550, 'cruser_id' => 31, 'hidden' => 0, 'sorting' => 8, 'CType' => 'dwsducati_person', 'header' => 'Paul Marcher', 'header_position' => '', 'bodytext' => null, 'image' => 1, 'imagewidth' => 0, 'imageorient' => 0, 'imagecols' => 2, 'imageborder' => 0, 'media' => 0, 'layout' => '0', 'deleted' => 0, 'cols' => 0, 'records' => '', 'pages' => '', 'starttime' => 0, 'endtime' => 0, 'colPos' => -1, 'subheader' => '', 'zzz_deleted_spaceBefore' => 0, 'zzz_deleted_spaceAfter' => 0, 'fe_group' => '', 'header_link' => '', 'image_zoom' => 0, 'header_layout' => '100', 'list_type' => '', 'sectionIndex' => 1, 'linkToTop' => 0, 'filelink_size' => 0, 'date' => 0, 'recursive' => 0, 'imageheight' => 0, 'sys_language_uid' => 0, 'tx_impexp_origuid' => 0, 'pi_flexform' => array('data' => array('Person' => array('lDEF' => array('title' => array('vDEF' => 'Leitung'), 'text' => array('vDEF' => ''), 'boxcolor' => array('vDEF' => 'rot'), 'image' => array('vDEF' => '1'), 'phone' => array('vDEF' => '+4366488413192'), 'email' => array('vDEF' => 'paul.marcher@porsche.co.at'))))), 'l18n_parent' => 0, 'l18n_diffsource' => 'a:29:{s:5:"CType";N;s:6:"colPos";N;s:21:"tx_dwsducati_cssclass";N;s:6:"header";N;s:13:"header_layout";N;s:16:"tx_iconfont_icon";N;s:15:"header_position";N;s:4:"date";N;s:11:"header_link";N;s:9:"subheader";N;s:31:"tx_dwsducati_subheader_position";N;s:11:"pi_flexform";N;s:6:"layout";N;s:25:"tx_dwsducati_articlewidth";N;s:11:"frame_class";N;s:18:"space_before_class";N;s:17:"space_after_class";N;s:12:"sectionIndex";N;s:9:"linkToTop";N;s:16:"sys_language_uid";N;s:6:"hidden";N;s:9:"starttime";N;s:7:"endtime";N;s:8:"fe_group";N;s:8:"editlock";N;s:10:"categories";N;s:14:"rowDescription";N;s:25:"tx_gridelements_container";N;s:23:"tx_gridelements_columns";N;}', 'file_collections' => '', 'filelink_sorting' => '', 'target' => '', 'accessibility_title' => '', 'accessibility_bypass' => 0, 'accessibility_bypass_text' => '', 'selected_categories' => '', 'category_field' => '', 'categories' => 0, 'backupColPos' => -2, 'tx_gridelements_backend_layout' => '0', 'tx_gridelements_children' => 0, 'tx_gridelements_container' => 60550, 'tx_gridelements_columns' => 101, 'tx_iconfont_icon' => '0', 'tx_vimeovideo_url' => null, 'tx_vimeovideo_caption' => null, 'tx_vimeovideo_autoplay' => 0, 'tx_vimeovideo_loop' => 0, 'tx_vimeovideo_title' => 0, 'tx_vimeovideo_ratio' => 0, 'tx_news_related_news' => 0, 'editlock' => 0, 'rowDescription' => '', 'table_caption' => null, 'table_delimiter' => 124, 'table_enclosure' => 0, 'table_header_position' => 0, 'table_tfoot' => 0, 'bullets_type' => 0, 'uploads_description' => 0, 'uploads_type' => 0, 'assets' => 0, 'frame_class' => 'default', 'space_before_class' => '', 'space_after_class' => '', 'l10n_source' => 0, 'table_class' => '', 'l10n_state' => null, 'tx_dwsducati_icon' => '', 'tx_dwsducati_subheader' => '', 'tx_dwsducati_gallerymode' => 0, 'tx_youtubevideo_url' => null, 'tx_youtubevideo_caption' => null, 'tx_youtubevideo_autoplay' => 0, 'tx_youtubevideo_showinfo' => 0, 'tx_youtubevideo_rel' => 0, 'tx_youtubevideo_startminute' => 0, 'tx_youtubevideo_startsecond' => 0, 'tx_youtubevideo_ratio' => 0, 'tx_youtubevideo_fullscreen' => 0, 'tx_youtubevideo_loop' => 0, 'tx_dwsducati_subheader_position' => '', 'tx_dwsducati_cssclass' => '', 'tx_youtubevideo_covertitle' => null, 'tx_youtubevideo_covertext' => null, 'tx_dwsducati_articlewidth' => '', 'tx_flux_migrated_version' => null, 'gridelements_shortcut_page_order_by' => 0, 'filelink_sorting_direction' => '', 'tx_container_parent' => 0, 'tx_t3sbootstrap_header_display' => '', 'tx_t3sbootstrap_header_class' => '', 'tx_t3sbootstrap_header_fontawesome' => '', 'tx_t3sbootstrap_header_position' => '', 'tx_t3sbootstrap_header_sectionMenu' => '', 'tx_t3sbootstrap_sectionOrder' => '', 'tx_t3sbootstrap_padding_sides' => 'b', 'tx_t3sbootstrap_padding_size' => '2', 'tx_t3sbootstrap_margin_sides' => '', 'tx_t3sbootstrap_margin_size' => '', 'tx_t3sbootstrap_flexbox_columns' => '', 'tx_t3sbootstrap_flexbox_prefix' => '', 'tx_t3sbootstrap_extra_class' => '', 'tx_t3sbootstrap_bgcolor' => '', 'tx_t3sbootstrap_bgopacity' => '', 'tx_t3sbootstrap_contextcolor' => '', 'tx_t3sbootstrap_textcolor' => '', 'tx_t3sbootstrap_flexform' => null, 'tx_t3sbootstrap_inTextImgRowWidth' => '', 'tx_t3sbootstrap_inTextImgColumns' => 0, 'tx_t3sbootstrap_galleryGutters' => 0, 'tx_t3sbootstrap_bordercolor' => '', 'tx_t3sbootstrap_image_ratio' => '', 'tx_t3sbootstrap_header_celink' => 0, 'tx_t3sbootstrap_animateCss' => '', 'tx_t3sbootstrap_animateCssRepeat' => 0, 'tx_t3sbootstrap_animateCssDuration' => '', 'tx_t3sbootstrap_animateCssDelay' => '', 'tx_t3sbootstrap_extra_style' => '', 'tx_t3sbootstrap_image_orig' => '', 'tx_youtubevideo_assets' => 0, 'tx_youtubevideo_colcount' => 0, 'tx_youtubevideo_oneatatime' => 0, 'tx_youtubevideo_titles' => 0, 'tx_youtubevideo_descriptions' => 0, 'tx_t3sbootstrap_container' => '', 'tx_srlanguagemenu_type' => 0, 'tx_srlanguagemenu_languages' => '', 'pi_flexform_content' => array('title' => 'Leitung', 'text' => '', 'boxcolor' => 'rot', 'image' => '1', 'phone' => '+4366488413192', 'email' => 'paul.marcher@porsche.co.at'), 'flexform_title' => 'Leitung', 'flexform_text' => '', 'flexform_boxcolor' => 'rot', 'flexform_image' => '1', 'flexform_phone' => '+4366488413192', 'flexform_email' => 'paul.marcher@porsche.co.at', 'tx_gridelements_backend_layout_resolved' => array('2cols' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:2cols.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:2cols.description', 'iconIdentifier' => 'tx-bootstrapgrids-col2', 'frame' => '3', 'config' => array('colCount' => '2', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.leftColumn', 'colPos' => '101'), '2.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.rightColumn', 'colPos' => '102'))))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_2col.xml', 'columns' => array('CSV' => '-2,-1,101,102'), 'allowed' => array(array('CType' => array('*' => 0)), array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), '3cols' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:3cols.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:3cols.description', 'iconIdentifier' => 'tx-bootstrapgrids-col3', 'frame' => '3', 'config' => array('colCount' => '3', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.leftColumn', 'colPos' => '101'), '2.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.centerColumn', 'colPos' => '102'), '3.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.rightColumn', 'colPos' => '103'))))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_3col.xml', 'columns' => array('CSV' => '-2,-1,101,102,103'), 'allowed' => array(array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), '4cols' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:4cols.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:4cols.description', 'iconIdentifier' => 'tx-bootstrapgrids-col4', 'frame' => '3', 'config' => array('colCount' => '4', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.leftColumn', 'colPos' => '101'), '2.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.column2', 'colPos' => '102'), '3.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.column3', 'colPos' => '103'), '4.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.rightColumn', 'colPos' => '104'))))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_4col.xml', 'columns' => array('CSV' => '-2,-1,101,102,103,104'), 'allowed' => array(array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), 'tabsSimple' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabsSimple.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabsSimple.description', 'iconIdentifier' => 'tx-bootstrapgrids-simpletabs', 'frame' => '2', 'config' => array('colCount' => '1', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tabElements', 'colPos' => '101'))))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_tabs_simple.xml', 'columns' => array('CSV' => '-2,-1,101'), 'allowed' => array(array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), 'tabs4' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabs4.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabs4.description', 'iconIdentifier' => 'tx-bootstrapgrids-tabs4', 'frame' => '2', 'config' => array('colCount' => '4', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tab1', 'colPos' => '101'), '2.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tab2', 'colPos' => '102'), '3.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tab3', 'colPos' => '103'), '4.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tab4', 'colPos' => '104'))))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_tabs4.xml', 'columns' => array('CSV' => '-2,-1,101,102,103,104'), 'allowed' => array(array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), 'tabs6' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabs6.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabs6.description', 'iconIdentifier' => 'tx-bootstrapgrids-tabs6', 'frame' => '2', 'config' => array('colCount' => '6', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tab1', 'colPos' => '101'), '2.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tab2', 'colPos' => '102'), '3.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tab3', 'colPos' => '103'), '4.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tab4', 'colPos' => '104'), '5.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tab5', 'colPos' => '105'), '6.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tab6', 'colPos' => '106'))))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_tabs6.xml', 'columns' => array('CSV' => '-2,-1,101,102,103,104,105,106'), 'allowed' => array(array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), 'accordion' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:accordion.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:accordion.description', 'iconIdentifier' => 'tx-bootstrapgrids-accordion', 'frame' => '2', 'config' => array('colCount' => '1', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.accordionElements', 'colPos' => '101'))))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_accordion.xml', 'columns' => array('CSV' => '-2,-1,101'), 'allowed' => array(array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), array('uid' => 3, 'pid' => 1, 'tstamp' => 1414614314, 'crdate' => 1414614314, 'cruser_id' => 10, 't3ver_oid' => 0, 'zzz_deleted_t3ver_id' => 0, 't3ver_wsid' => 0, 't3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 0, 'sorting' => 64, 'deleted' => 0, 'hidden' => 0, 'title' => 'Simple Container', 'alias' => '', 'frame' => 0, 'description' => '', 'horizontal' => 0, 'top_level_layout' => 0, 'config' => array('colCount' => '1', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array('name' => 'Content', 'colPos' => '1'))))), 'pi_flexform_ds' => '', 'pi_flexform_ds_file' => '', 'icon' => '', 'columns' => array('CSV' => '-2,-1,1'), 'allowed' => array(array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), array('uid' => 2, 'pid' => 1, 'tstamp' => 1414613917, 'crdate' => 1414613917, 'cruser_id' => 10, 't3ver_oid' => 0, 'zzz_deleted_t3ver_id' => 0, 't3ver_wsid' => 0, 't3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 0, 'sorting' => 128, 'deleted' => 0, 'hidden' => 0, 'title' => 'Header and Subheader Container', 'alias' => '', 'frame' => 0, 'description' => '', 'horizontal' => 0, 'top_level_layout' => 0, 'config' => array('colCount' => '2', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array('name' => 'Left', 'colPos' => '1', 'allowed' => 'text,textpic,image'), '2.' => array('name' => 'remaining', 'colPos' => '2', 'allowed' => 'text'))))), 'pi_flexform_ds' => '', 'pi_flexform_ds_file' => '', 'icon' => '', 'columns' => array('CSV' => '-2,-1,1,2'), 'allowed' => array(array('CType' => array('text' => 0, 'textpic' => 1, 'image' => 2)), array('CType' => array('text' => 0))), 'disallowed' => array(), 'maxitems' => array()), array('uid' => 1, 'pid' => 1, 'tstamp' => 1414173536, 'crdate' => 1414173488, 'cruser_id' => 10, 't3ver_oid' => 0, 'zzz_deleted_t3ver_id' => 0, 't3ver_wsid' => 0, 't3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 0, 'sorting' => 256, 'deleted' => 0, 'hidden' => 0, 'title' => 'Neue Modelle Container', 'alias' => '', 'frame' => 1, 'description' => '', 'horizontal' => 0, 'top_level_layout' => 0, 'config' => array('colCount' => '1', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array('name' => '0x0'))))), 'pi_flexform_ds' => '', 'pi_flexform_ds_file' => '', 'icon' => ''))), 'typoscriptObjectPath' => 'tt_content.dwsducati_person', 'currentValueKey' => null, 'table' => 'tt_content'), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/html/var/cache/code/fluid_template/partial_Child_9f1a21795ab1a9246453a4725a55a6e37e0e449a.php line 357
$array28 = array (
);$arguments24['data'] = $renderingContext->getVariableProvider()->getByPath('data', $array28);
$arguments24['table'] = 'tt_content';
$renderChildrenClosure25 = ($arguments24['data'] !== null) ? function() use ($arguments24) { return $arguments24['data']; } : $renderChildrenClosure25;
$output23 .= TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderStatic($arguments24, $renderChildrenClosure25, $renderingContext);

$output23 .= '
        ';
return $output23;
at partial_Child_9f1a21795ab1a9246453a4725a55a6e37e0e449a->{closure}()
in /var/www/html/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php line 79
            if (isset($arguments['then'])) {
                return $arguments['then'];
            }
            if (isset($arguments['__thenClosure'])) {
                return $arguments['__thenClosure']();
            }
        } elseif (!empty($arguments['__elseClosures'])) {
            $elseIfClosures = isset($arguments['__elseifClosures']) ? $arguments['__elseifClosures'] : [];
            return static::evaluateElseClosures($arguments['__elseClosures'], $elseIfClosures, $renderingContext);
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper::renderStatic(array('then' => null, 'else' => null, 'condition' => true, '__thenClosure' => object(Closure)), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/html/var/cache/code/fluid_template/partial_Child_9f1a21795ab1a9246453a4725a55a6e37e0e449a.php line 382
     $renderingContext
    );
$arguments18['__thenClosure'] = $renderChildrenClosure19;

$output17 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments18, $renderChildrenClosure19, $renderingContext);

$output17 .= '
    ';
return $output17;
at partial_Child_9f1a21795ab1a9246453a4725a55a6e37e0e449a->{closure}()
in /var/www/html/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php line 137
    private static function evaluateElseClosures(array $closures, array $conditionClosures, RenderingContextInterface $renderingContext)
    {
        foreach ($closures as $elseNodeIndex => $elseNodeClosure) {
            if (!isset($conditionClosures[$elseNodeIndex])) {
                return $elseNodeClosure();
            }
            if ($conditionClosures[$elseNodeIndex]()) {
                return $elseNodeClosure();
            }
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper::evaluateElseClosures(array(object(Closure)), array(), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/html/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php line 83
                return $arguments['__thenClosure']();
            }
        } elseif (!empty($arguments['__elseClosures'])) {
            $elseIfClosures = isset($arguments['__elseifClosures']) ? $arguments['__elseifClosures'] : [];
            return static::evaluateElseClosures($arguments['__elseClosures'], $elseIfClosures, $renderingContext);
        } elseif (array_key_exists('else', $arguments)) {
            return $arguments['else'];
        }
        return '';
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper::renderStatic(array('then' => null, 'else' => null, 'condition' => false, '__thenClosure' => object(Closure), '__elseClosures' => array(object(Closure))), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/html/var/cache/code/fluid_template/partial_Child_9f1a21795ab1a9246453a4725a55a6e37e0e449a.php line 389
    ';
return $output17;
};

$output0 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments1, $renderChildrenClosure2, $renderingContext);

$output0 .= '

';
at partial_Child_9f1a21795ab1a9246453a4725a55a6e37e0e449a->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/html/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 327
        $this->startRendering(self::RENDERING_PARTIAL, $parsedPartial, $renderingContext);
        if ($sectionName !== null) {
            $output = $this->renderSection($sectionName, $variables, $ignoreUnknown);
        } else {
            $output = $parsedPartial->render($renderingContext);
        }
        $this->stopRendering();
        return $output;
    }
at TYPO3Fluid\Fluid\View\AbstractTemplateView->renderPartial('Child', null, array('data' => array('uid' => 60720, 'pid' => 8573, 't3ver_oid' => 0, 'zzz_deleted_t3ver_id' => 0, 't3ver_wsid' => 0, 'zzz_deleted_t3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 60719, 'tstamp' => 1636383069, 'crdate' => 1595607550, 'cruser_id' => 31, 'hidden' => 0, 'sorting' => 8, 'CType' => 'dwsducati_person', 'header' => 'Paul Marcher', 'header_position' => '', 'bodytext' => null, 'image' => 1, 'imagewidth' => 0, 'imageorient' => 0, 'imagecols' => 2, 'imageborder' => 0, 'media' => 0, 'layout' => '0', 'deleted' => 0, 'cols' => 0, 'records' => '', 'pages' => '', 'starttime' => 0, 'endtime' => 0, 'colPos' => -1, 'subheader' => '', 'zzz_deleted_spaceBefore' => 0, 'zzz_deleted_spaceAfter' => 0, 'fe_group' => '', 'header_link' => '', 'image_zoom' => 0, 'header_layout' => '100', 'list_type' => '', 'sectionIndex' => 1, 'linkToTop' => 0, 'filelink_size' => 0, 'date' => 0, 'recursive' => 0, 'imageheight' => 0, 'sys_language_uid' => 0, 'tx_impexp_origuid' => 0, 'pi_flexform' => array('data' => array('Person' => array('lDEF' => array('title' => array('vDEF' => 'Leitung'), 'text' => array('vDEF' => ''), 'boxcolor' => array('vDEF' => 'rot'), 'image' => array('vDEF' => '1'), 'phone' => array('vDEF' => '+4366488413192'), 'email' => array('vDEF' => 'paul.marcher@porsche.co.at'))))), 'l18n_parent' => 0, 'l18n_diffsource' => 'a:29:{s:5:"CType";N;s:6:"colPos";N;s:21:"tx_dwsducati_cssclass";N;s:6:"header";N;s:13:"header_layout";N;s:16:"tx_iconfont_icon";N;s:15:"header_position";N;s:4:"date";N;s:11:"header_link";N;s:9:"subheader";N;s:31:"tx_dwsducati_subheader_position";N;s:11:"pi_flexform";N;s:6:"layout";N;s:25:"tx_dwsducati_articlewidth";N;s:11:"frame_class";N;s:18:"space_before_class";N;s:17:"space_after_class";N;s:12:"sectionIndex";N;s:9:"linkToTop";N;s:16:"sys_language_uid";N;s:6:"hidden";N;s:9:"starttime";N;s:7:"endtime";N;s:8:"fe_group";N;s:8:"editlock";N;s:10:"categories";N;s:14:"rowDescription";N;s:25:"tx_gridelements_container";N;s:23:"tx_gridelements_columns";N;}', 'file_collections' => '', 'filelink_sorting' => '', 'target' => '', 'accessibility_title' => '', 'accessibility_bypass' => 0, 'accessibility_bypass_text' => '', 'selected_categories' => '', 'category_field' => '', 'categories' => 0, 'backupColPos' => -2, 'tx_gridelements_backend_layout' => '0', 'tx_gridelements_children' => 0, 'tx_gridelements_container' => 60550, 'tx_gridelements_columns' => 101, 'tx_iconfont_icon' => '0', 'tx_vimeovideo_url' => null, 'tx_vimeovideo_caption' => null, 'tx_vimeovideo_autoplay' => 0, 'tx_vimeovideo_loop' => 0, 'tx_vimeovideo_title' => 0, 'tx_vimeovideo_ratio' => 0, 'tx_news_related_news' => 0, 'editlock' => 0, 'rowDescription' => '', 'table_caption' => null, 'table_delimiter' => 124, 'table_enclosure' => 0, 'table_header_position' => 0, 'table_tfoot' => 0, 'bullets_type' => 0, 'uploads_description' => 0, 'uploads_type' => 0, 'assets' => 0, 'frame_class' => 'default', 'space_before_class' => '', 'space_after_class' => '', 'l10n_source' => 0, 'table_class' => '', 'l10n_state' => null, 'tx_dwsducati_icon' => '', 'tx_dwsducati_subheader' => '', 'tx_dwsducati_gallerymode' => 0, 'tx_youtubevideo_url' => null, 'tx_youtubevideo_caption' => null, 'tx_youtubevideo_autoplay' => 0, 'tx_youtubevideo_showinfo' => 0, 'tx_youtubevideo_rel' => 0, 'tx_youtubevideo_startminute' => 0, 'tx_youtubevideo_startsecond' => 0, 'tx_youtubevideo_ratio' => 0, 'tx_youtubevideo_fullscreen' => 0, 'tx_youtubevideo_loop' => 0, 'tx_dwsducati_subheader_position' => '', 'tx_dwsducati_cssclass' => '', 'tx_youtubevideo_covertitle' => null, 'tx_youtubevideo_covertext' => null, 'tx_dwsducati_articlewidth' => '', 'tx_flux_migrated_version' => null, 'gridelements_shortcut_page_order_by' => 0, 'filelink_sorting_direction' => '', 'tx_container_parent' => 0, 'tx_t3sbootstrap_header_display' => '', 'tx_t3sbootstrap_header_class' => '', 'tx_t3sbootstrap_header_fontawesome' => '', 'tx_t3sbootstrap_header_position' => '', 'tx_t3sbootstrap_header_sectionMenu' => '', 'tx_t3sbootstrap_sectionOrder' => '', 'tx_t3sbootstrap_padding_sides' => 'b', 'tx_t3sbootstrap_padding_size' => '2', 'tx_t3sbootstrap_margin_sides' => '', 'tx_t3sbootstrap_margin_size' => '', 'tx_t3sbootstrap_flexbox_columns' => '', 'tx_t3sbootstrap_flexbox_prefix' => '', 'tx_t3sbootstrap_extra_class' => '', 'tx_t3sbootstrap_bgcolor' => '', 'tx_t3sbootstrap_bgopacity' => '', 'tx_t3sbootstrap_contextcolor' => '', 'tx_t3sbootstrap_textcolor' => '', 'tx_t3sbootstrap_flexform' => null, 'tx_t3sbootstrap_inTextImgRowWidth' => '', 'tx_t3sbootstrap_inTextImgColumns' => 0, 'tx_t3sbootstrap_galleryGutters' => 0, 'tx_t3sbootstrap_bordercolor' => '', 'tx_t3sbootstrap_image_ratio' => '', 'tx_t3sbootstrap_header_celink' => 0, 'tx_t3sbootstrap_animateCss' => '', 'tx_t3sbootstrap_animateCssRepeat' => 0, 'tx_t3sbootstrap_animateCssDuration' => '', 'tx_t3sbootstrap_animateCssDelay' => '', 'tx_t3sbootstrap_extra_style' => '', 'tx_t3sbootstrap_image_orig' => '', 'tx_youtubevideo_assets' => 0, 'tx_youtubevideo_colcount' => 0, 'tx_youtubevideo_oneatatime' => 0, 'tx_youtubevideo_titles' => 0, 'tx_youtubevideo_descriptions' => 0, 'tx_t3sbootstrap_container' => '', 'tx_srlanguagemenu_type' => 0, 'tx_srlanguagemenu_languages' => '', 'pi_flexform_content' => array('title' => 'Leitung', 'text' => '', 'boxcolor' => 'rot', 'image' => '1', 'phone' => '+4366488413192', 'email' => 'paul.marcher@porsche.co.at'), 'flexform_title' => 'Leitung', 'flexform_text' => '', 'flexform_boxcolor' => 'rot', 'flexform_image' => '1', 'flexform_phone' => '+4366488413192', 'flexform_email' => 'paul.marcher@porsche.co.at', 'tx_gridelements_backend_layout_resolved' => array('2cols' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:2cols.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:2cols.description', 'iconIdentifier' => 'tx-bootstrapgrids-col2', 'frame' => '3', 'config' => array('colCount' => '2', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.leftColumn', 'colPos' => '101'), '2.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.rightColumn', 'colPos' => '102'))))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_2col.xml', 'columns' => array('CSV' => '-2,-1,101,102'), 'allowed' => array(array('CType' => array('*' => 0)), array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), '3cols' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:3cols.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:3cols.description', 'iconIdentifier' => 'tx-bootstrapgrids-col3', 'frame' => '3', 'config' => array('colCount' => '3', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.leftColumn', 'colPos' => '101'), '2.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.centerColumn', 'colPos' => '102'), '3.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.rightColumn', 'colPos' => '103'))))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_3col.xml', 'columns' => array('CSV' => '-2,-1,101,102,103'), 'allowed' => array(array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), '4cols' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:4cols.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:4cols.description', 'iconIdentifier' => 'tx-bootstrapgrids-col4', 'frame' => '3', 'config' => array('colCount' => '4', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.leftColumn', 'colPos' => '101'), '2.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.column2', 'colPos' => '102'), '3.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.column3', 'colPos' => '103'), '4.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.rightColumn', 'colPos' => '104'))))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_4col.xml', 'columns' => array('CSV' => '-2,-1,101,102,103,104'), 'allowed' => array(array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), 'tabsSimple' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabsSimple.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabsSimple.description', 'iconIdentifier' => 'tx-bootstrapgrids-simpletabs', 'frame' => '2', 'config' => array('colCount' => '1', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tabElements', 'colPos' => '101'))))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_tabs_simple.xml', 'columns' => array('CSV' => '-2,-1,101'), 'allowed' => array(array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), 'tabs4' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabs4.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabs4.description', 'iconIdentifier' => 'tx-bootstrapgrids-tabs4', 'frame' => '2', 'config' => array('colCount' => '4', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tab1', 'colPos' => '101'), '2.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tab2', 'colPos' => '102'), '3.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tab3', 'colPos' => '103'), '4.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tab4', 'colPos' => '104'))))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_tabs4.xml', 'columns' => array('CSV' => '-2,-1,101,102,103,104'), 'allowed' => array(array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), 'tabs6' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabs6.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabs6.description', 'iconIdentifier' => 'tx-bootstrapgrids-tabs6', 'frame' => '2', 'config' => array('colCount' => '6', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tab1', 'colPos' => '101'), '2.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tab2', 'colPos' => '102'), '3.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tab3', 'colPos' => '103'), '4.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tab4', 'colPos' => '104'), '5.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tab5', 'colPos' => '105'), '6.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tab6', 'colPos' => '106'))))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_tabs6.xml', 'columns' => array('CSV' => '-2,-1,101,102,103,104,105,106'), 'allowed' => array(array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), 'accordion' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:accordion.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:accordion.description', 'iconIdentifier' => 'tx-bootstrapgrids-accordion', 'frame' => '2', 'config' => array('colCount' => '1', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.accordionElements', 'colPos' => '101'))))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_accordion.xml', 'columns' => array('CSV' => '-2,-1,101'), 'allowed' => array(array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), array('uid' => 3, 'pid' => 1, 'tstamp' => 1414614314, 'crdate' => 1414614314, 'cruser_id' => 10, 't3ver_oid' => 0, 'zzz_deleted_t3ver_id' => 0, 't3ver_wsid' => 0, 't3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 0, 'sorting' => 64, 'deleted' => 0, 'hidden' => 0, 'title' => 'Simple Container', 'alias' => '', 'frame' => 0, 'description' => '', 'horizontal' => 0, 'top_level_layout' => 0, 'config' => array('colCount' => '1', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array('name' => 'Content', 'colPos' => '1'))))), 'pi_flexform_ds' => '', 'pi_flexform_ds_file' => '', 'icon' => '', 'columns' => array('CSV' => '-2,-1,1'), 'allowed' => array(array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), array('uid' => 2, 'pid' => 1, 'tstamp' => 1414613917, 'crdate' => 1414613917, 'cruser_id' => 10, 't3ver_oid' => 0, 'zzz_deleted_t3ver_id' => 0, 't3ver_wsid' => 0, 't3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 0, 'sorting' => 128, 'deleted' => 0, 'hidden' => 0, 'title' => 'Header and Subheader Container', 'alias' => '', 'frame' => 0, 'description' => '', 'horizontal' => 0, 'top_level_layout' => 0, 'config' => array('colCount' => '2', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array('name' => 'Left', 'colPos' => '1', 'allowed' => 'text,textpic,image'), '2.' => array('name' => 'remaining', 'colPos' => '2', 'allowed' => 'text'))))), 'pi_flexform_ds' => '', 'pi_flexform_ds_file' => '', 'icon' => '', 'columns' => array('CSV' => '-2,-1,1,2'), 'allowed' => array(array('CType' => array('text' => 0, 'textpic' => 1, 'image' => 2)), array('CType' => array('text' => 0))), 'disallowed' => array(), 'maxitems' => array()), array('uid' => 1, 'pid' => 1, 'tstamp' => 1414173536, 'crdate' => 1414173488, 'cruser_id' => 10, 't3ver_oid' => 0, 'zzz_deleted_t3ver_id' => 0, 't3ver_wsid' => 0, 't3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 0, 'sorting' => 256, 'deleted' => 0, 'hidden' => 0, 'title' => 'Neue Modelle Container', 'alias' => '', 'frame' => 1, 'description' => '', 'horizontal' => 0, 'top_level_layout' => 0, 'config' => array('colCount' => '1', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array('name' => '0x0'))))), 'pi_flexform_ds' => '', 'pi_flexform_ds_file' => '', 'icon' => ''))), 'children' => null, 'options' => array('sortingDirection' => 'asc', 'sortingField' => 'sorting', 'recursive' => 0, 'resolveFlexFormData' => 1, 'resolveChildFlexFormData' => 1, 'resolveBackendLayout' => 1, 'respectColumns' => 1, 'respectRows' => 1), 'settings' => array('defaultHeaderType' => '1', 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'navbarEnable' => 'light', 'media' => array('lazyLoading' => 'lazy', 'popup' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'JSwindow' => array('newWindow' => '0', 'if' => array('isFalse' => '0'), '_typoScriptNodeValue' => '0'), 'directImageLink' => '1', 'crop' => array('data' => 'file:current:crop'), 'linkParams' => array('ATagParams' => array('stdWrap' => array('cObject' => array(array('data' => 'file:current:description // file:current:title', 'wrap' => 'data-caption="|"', 'required' => '1', 'stdWrap' => array('htmlSpecialChars' => '1'), '_typoScriptNodeValue' => 'TEXT'), array('data' => 'file:current:description // file:current:title', 'wrap' => 'title="|"', 'required' => '1', 'stdWrap' => array('htmlSpecialChars' => '1'), '_typoScriptNodeValue' => 'TEXT'), '_typoScriptNodeValue' => 'COA'))))), 'additionalConfig' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => 'img-fluid', 'placeholder' => array('size' => '0', 'inline' => '0'), 'breakpoints' => array()), 'config' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbar' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400'))), false)
in /var/www/html/vendor/typo3fluid/fluid/src/ViewHelpers/RenderViewHelper.php line 170
            $renderingContext = clone $renderingContext;
            $renderingContext->getVariableProvider()->setSource($variables);
            $content = (new $delegate())->render($renderingContext);
        } elseif ($partial !== null) {
            $content = $view->renderPartial($partial, $section, $variables, $optional);
        } elseif ($section !== null) {
            $content = $view->renderSection($section, $variables, $optional);
        } elseif (!$optional) {
            throw new \InvalidArgumentException('ViewHelper f:render called without either argument section, partial, renderable or delegate and optional flag is false');
at TYPO3Fluid\Fluid\ViewHelpers\RenderViewHelper::renderStatic(array('section' => null, 'partial' => 'Child', 'delegate' => null, 'renderable' => null, 'arguments' => array('data' => array('uid' => 60720, 'pid' => 8573, 't3ver_oid' => 0, 'zzz_deleted_t3ver_id' => 0, 't3ver_wsid' => 0, 'zzz_deleted_t3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 60719, 'tstamp' => 1636383069, 'crdate' => 1595607550, 'cruser_id' => 31, 'hidden' => 0, 'sorting' => 8, 'CType' => 'dwsducati_person', 'header' => 'Paul Marcher', 'header_position' => '', 'bodytext' => null, 'image' => 1, 'imagewidth' => 0, 'imageorient' => 0, 'imagecols' => 2, 'imageborder' => 0, 'media' => 0, 'layout' => '0', 'deleted' => 0, 'cols' => 0, 'records' => '', 'pages' => '', 'starttime' => 0, 'endtime' => 0, 'colPos' => -1, 'subheader' => '', 'zzz_deleted_spaceBefore' => 0, 'zzz_deleted_spaceAfter' => 0, 'fe_group' => '', 'header_link' => '', 'image_zoom' => 0, 'header_layout' => '100', 'list_type' => '', 'sectionIndex' => 1, 'linkToTop' => 0, 'filelink_size' => 0, 'date' => 0, 'recursive' => 0, 'imageheight' => 0, 'sys_language_uid' => 0, 'tx_impexp_origuid' => 0, 'pi_flexform' => array('data' => array('Person' => array('lDEF' => array('title' => array('vDEF' => 'Leitung'), 'text' => array('vDEF' => ''), 'boxcolor' => array('vDEF' => 'rot'), 'image' => array('vDEF' => '1'), 'phone' => array('vDEF' => '+4366488413192'), 'email' => array('vDEF' => 'paul.marcher@porsche.co.at'))))), 'l18n_parent' => 0, 'l18n_diffsource' => 'a:29:{s:5:"CType";N;s:6:"colPos";N;s:21:"tx_dwsducati_cssclass";N;s:6:"header";N;s:13:"header_layout";N;s:16:"tx_iconfont_icon";N;s:15:"header_position";N;s:4:"date";N;s:11:"header_link";N;s:9:"subheader";N;s:31:"tx_dwsducati_subheader_position";N;s:11:"pi_flexform";N;s:6:"layout";N;s:25:"tx_dwsducati_articlewidth";N;s:11:"frame_class";N;s:18:"space_before_class";N;s:17:"space_after_class";N;s:12:"sectionIndex";N;s:9:"linkToTop";N;s:16:"sys_language_uid";N;s:6:"hidden";N;s:9:"starttime";N;s:7:"endtime";N;s:8:"fe_group";N;s:8:"editlock";N;s:10:"categories";N;s:14:"rowDescription";N;s:25:"tx_gridelements_container";N;s:23:"tx_gridelements_columns";N;}', 'file_collections' => '', 'filelink_sorting' => '', 'target' => '', 'accessibility_title' => '', 'accessibility_bypass' => 0, 'accessibility_bypass_text' => '', 'selected_categories' => '', 'category_field' => '', 'categories' => 0, 'backupColPos' => -2, 'tx_gridelements_backend_layout' => '0', 'tx_gridelements_children' => 0, 'tx_gridelements_container' => 60550, 'tx_gridelements_columns' => 101, 'tx_iconfont_icon' => '0', 'tx_vimeovideo_url' => null, 'tx_vimeovideo_caption' => null, 'tx_vimeovideo_autoplay' => 0, 'tx_vimeovideo_loop' => 0, 'tx_vimeovideo_title' => 0, 'tx_vimeovideo_ratio' => 0, 'tx_news_related_news' => 0, 'editlock' => 0, 'rowDescription' => '', 'table_caption' => null, 'table_delimiter' => 124, 'table_enclosure' => 0, 'table_header_position' => 0, 'table_tfoot' => 0, 'bullets_type' => 0, 'uploads_description' => 0, 'uploads_type' => 0, 'assets' => 0, 'frame_class' => 'default', 'space_before_class' => '', 'space_after_class' => '', 'l10n_source' => 0, 'table_class' => '', 'l10n_state' => null, 'tx_dwsducati_icon' => '', 'tx_dwsducati_subheader' => '', 'tx_dwsducati_gallerymode' => 0, 'tx_youtubevideo_url' => null, 'tx_youtubevideo_caption' => null, 'tx_youtubevideo_autoplay' => 0, 'tx_youtubevideo_showinfo' => 0, 'tx_youtubevideo_rel' => 0, 'tx_youtubevideo_startminute' => 0, 'tx_youtubevideo_startsecond' => 0, 'tx_youtubevideo_ratio' => 0, 'tx_youtubevideo_fullscreen' => 0, 'tx_youtubevideo_loop' => 0, 'tx_dwsducati_subheader_position' => '', 'tx_dwsducati_cssclass' => '', 'tx_youtubevideo_covertitle' => null, 'tx_youtubevideo_covertext' => null, 'tx_dwsducati_articlewidth' => '', 'tx_flux_migrated_version' => null, 'gridelements_shortcut_page_order_by' => 0, 'filelink_sorting_direction' => '', 'tx_container_parent' => 0, 'tx_t3sbootstrap_header_display' => '', 'tx_t3sbootstrap_header_class' => '', 'tx_t3sbootstrap_header_fontawesome' => '', 'tx_t3sbootstrap_header_position' => '', 'tx_t3sbootstrap_header_sectionMenu' => '', 'tx_t3sbootstrap_sectionOrder' => '', 'tx_t3sbootstrap_padding_sides' => 'b', 'tx_t3sbootstrap_padding_size' => '2', 'tx_t3sbootstrap_margin_sides' => '', 'tx_t3sbootstrap_margin_size' => '', 'tx_t3sbootstrap_flexbox_columns' => '', 'tx_t3sbootstrap_flexbox_prefix' => '', 'tx_t3sbootstrap_extra_class' => '', 'tx_t3sbootstrap_bgcolor' => '', 'tx_t3sbootstrap_bgopacity' => '', 'tx_t3sbootstrap_contextcolor' => '', 'tx_t3sbootstrap_textcolor' => '', 'tx_t3sbootstrap_flexform' => null, 'tx_t3sbootstrap_inTextImgRowWidth' => '', 'tx_t3sbootstrap_inTextImgColumns' => 0, 'tx_t3sbootstrap_galleryGutters' => 0, 'tx_t3sbootstrap_bordercolor' => '', 'tx_t3sbootstrap_image_ratio' => '', 'tx_t3sbootstrap_header_celink' => 0, 'tx_t3sbootstrap_animateCss' => '', 'tx_t3sbootstrap_animateCssRepeat' => 0, 'tx_t3sbootstrap_animateCssDuration' => '', 'tx_t3sbootstrap_animateCssDelay' => '', 'tx_t3sbootstrap_extra_style' => '', 'tx_t3sbootstrap_image_orig' => '', 'tx_youtubevideo_assets' => 0, 'tx_youtubevideo_colcount' => 0, 'tx_youtubevideo_oneatatime' => 0, 'tx_youtubevideo_titles' => 0, 'tx_youtubevideo_descriptions' => 0, 'tx_t3sbootstrap_container' => '', 'tx_srlanguagemenu_type' => 0, 'tx_srlanguagemenu_languages' => '', 'pi_flexform_content' => array('title' => 'Leitung', 'text' => '', 'boxcolor' => 'rot', 'image' => '1', 'phone' => '+4366488413192', 'email' => 'paul.marcher@porsche.co.at'), 'flexform_title' => 'Leitung', 'flexform_text' => '', 'flexform_boxcolor' => 'rot', 'flexform_image' => '1', 'flexform_phone' => '+4366488413192', 'flexform_email' => 'paul.marcher@porsche.co.at', 'tx_gridelements_backend_layout_resolved' => array('2cols' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:2cols.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:2cols.description', 'iconIdentifier' => 'tx-bootstrapgrids-col2', 'frame' => '3', 'config' => array('colCount' => '2', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.leftColumn', 'colPos' => '101'), '2.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.rightColumn', 'colPos' => '102'))))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_2col.xml', 'columns' => array('CSV' => '-2,-1,101,102'), 'allowed' => array(array('CType' => array('*' => 0)), array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), '3cols' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:3cols.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:3cols.description', 'iconIdentifier' => 'tx-bootstrapgrids-col3', 'frame' => '3', 'config' => array('colCount' => '3', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.leftColumn', 'colPos' => '101'), '2.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.centerColumn', 'colPos' => '102'), '3.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.rightColumn', 'colPos' => '103'))))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_3col.xml', 'columns' => array('CSV' => '-2,-1,101,102,103'), 'allowed' => array(array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), '4cols' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:4cols.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:4cols.description', 'iconIdentifier' => 'tx-bootstrapgrids-col4', 'frame' => '3', 'config' => array('colCount' => '4', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.leftColumn', 'colPos' => '101'), '2.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.column2', 'colPos' => '102'), '3.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.column3', 'colPos' => '103'), '4.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.rightColumn', 'colPos' => '104'))))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_4col.xml', 'columns' => array('CSV' => '-2,-1,101,102,103,104'), 'allowed' => array(array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), 'tabsSimple' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabsSimple.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabsSimple.description', 'iconIdentifier' => 'tx-bootstrapgrids-simpletabs', 'frame' => '2', 'config' => array('colCount' => '1', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tabElements', 'colPos' => '101'))))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_tabs_simple.xml', 'columns' => array('CSV' => '-2,-1,101'), 'allowed' => array(array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), 'tabs4' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabs4.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabs4.description', 'iconIdentifier' => 'tx-bootstrapgrids-tabs4', 'frame' => '2', 'config' => array('colCount' => '4', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tab1', 'colPos' => '101'), '2.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tab2', 'colPos' => '102'), '3.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tab3', 'colPos' => '103'), '4.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tab4', 'colPos' => '104'))))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_tabs4.xml', 'columns' => array('CSV' => '-2,-1,101,102,103,104'), 'allowed' => array(array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), 'tabs6' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabs6.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabs6.description', 'iconIdentifier' => 'tx-bootstrapgrids-tabs6', 'frame' => '2', 'config' => array('colCount' => '6', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tab1', 'colPos' => '101'), '2.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tab2', 'colPos' => '102'), '3.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tab3', 'colPos' => '103'), '4.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tab4', 'colPos' => '104'), '5.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tab5', 'colPos' => '105'), '6.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tab6', 'colPos' => '106'))))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_tabs6.xml', 'columns' => array('CSV' => '-2,-1,101,102,103,104,105,106'), 'allowed' => array(array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), 'accordion' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:accordion.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:accordion.description', 'iconIdentifier' => 'tx-bootstrapgrids-accordion', 'frame' => '2', 'config' => array('colCount' => '1', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.accordionElements', 'colPos' => '101'))))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_accordion.xml', 'columns' => array('CSV' => '-2,-1,101'), 'allowed' => array(array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), array('uid' => 3, 'pid' => 1, 'tstamp' => 1414614314, 'crdate' => 1414614314, 'cruser_id' => 10, 't3ver_oid' => 0, 'zzz_deleted_t3ver_id' => 0, 't3ver_wsid' => 0, 't3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 0, 'sorting' => 64, 'deleted' => 0, 'hidden' => 0, 'title' => 'Simple Container', 'alias' => '', 'frame' => 0, 'description' => '', 'horizontal' => 0, 'top_level_layout' => 0, 'config' => array('colCount' => '1', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array('name' => 'Content', 'colPos' => '1'))))), 'pi_flexform_ds' => '', 'pi_flexform_ds_file' => '', 'icon' => '', 'columns' => array('CSV' => '-2,-1,1'), 'allowed' => array(array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), array('uid' => 2, 'pid' => 1, 'tstamp' => 1414613917, 'crdate' => 1414613917, 'cruser_id' => 10, 't3ver_oid' => 0, 'zzz_deleted_t3ver_id' => 0, 't3ver_wsid' => 0, 't3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 0, 'sorting' => 128, 'deleted' => 0, 'hidden' => 0, 'title' => 'Header and Subheader Container', 'alias' => '', 'frame' => 0, 'description' => '', 'horizontal' => 0, 'top_level_layout' => 0, 'config' => array('colCount' => '2', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array('name' => 'Left', 'colPos' => '1', 'allowed' => 'text,textpic,image'), '2.' => array('name' => 'remaining', 'colPos' => '2', 'allowed' => 'text'))))), 'pi_flexform_ds' => '', 'pi_flexform_ds_file' => '', 'icon' => '', 'columns' => array('CSV' => '-2,-1,1,2'), 'allowed' => array(array('CType' => array('text' => 0, 'textpic' => 1, 'image' => 2)), array('CType' => array('text' => 0))), 'disallowed' => array(), 'maxitems' => array()), array('uid' => 1, 'pid' => 1, 'tstamp' => 1414173536, 'crdate' => 1414173488, 'cruser_id' => 10, 't3ver_oid' => 0, 'zzz_deleted_t3ver_id' => 0, 't3ver_wsid' => 0, 't3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 0, 'sorting' => 256, 'deleted' => 0, 'hidden' => 0, 'title' => 'Neue Modelle Container', 'alias' => '', 'frame' => 1, 'description' => '', 'horizontal' => 0, 'top_level_layout' => 0, 'config' => array('colCount' => '1', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array('name' => '0x0'))))), 'pi_flexform_ds' => '', 'pi_flexform_ds_file' => '', 'icon' => ''))), 'children' => null, 'options' => array('sortingDirection' => 'asc', 'sortingField' => 'sorting', 'recursive' => 0, 'resolveFlexFormData' => 1, 'resolveChildFlexFormData' => 1, 'resolveBackendLayout' => 1, 'respectColumns' => 1, 'respectRows' => 1), 'settings' => array('defaultHeaderType' => '1', 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'navbarEnable' => 'light', 'media' => array('lazyLoading' => 'lazy', 'popup' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'JSwindow' => array('newWindow' => '0', 'if' => array('isFalse' => '0'), '_typoScriptNodeValue' => '0'), 'directImageLink' => '1', 'crop' => array('data' => 'file:current:crop'), 'linkParams' => array('ATagParams' => array('stdWrap' => array('cObject' => array(array('data' => 'file:current:description // file:current:title', 'wrap' => 'data-caption="|"', 'required' => '1', 'stdWrap' => array('htmlSpecialChars' => '1'), '_typoScriptNodeValue' => 'TEXT'), array('data' => 'file:current:description // file:current:title', 'wrap' => 'title="|"', 'required' => '1', 'stdWrap' => array('htmlSpecialChars' => '1'), '_typoScriptNodeValue' => 'TEXT'), '_typoScriptNodeValue' => 'COA'))))), 'additionalConfig' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => 'img-fluid', 'placeholder' => array('size' => '0', 'inline' => '0'), 'breakpoints' => array()), 'config' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbar' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400'))), 'optional' => false, 'default' => null, 'contentAs' => null, 'debug' => true), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/html/var/cache/code/fluid_template/partial_BootstrapGridsColumn_0948269cbfce70e17ddc7e826ebe50a3e0f633b7.php line 96
$array12 = array (
);$array8['settings'] = $renderingContext->getVariableProvider()->getByPath('settings', $array12);
$arguments6['arguments'] = $array8;

$output5 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments6, $renderChildrenClosure7, $renderingContext);

$output5 .= '
    ';
return $output5;
at partial_BootstrapGridsColumn_0948269cbfce70e17ddc7e826ebe50a3e0f633b7->{closure}()
in /var/www/html/vendor/typo3fluid/fluid/src/ViewHelpers/ForViewHelper.php line 144
                $templateVariableContainer->add($arguments['iteration'], $iterationData);
                $iterationData['index']++;
                $iterationData['cycle']++;
            }
            $output .= $renderChildrenClosure();
            $templateVariableContainer->remove($arguments['as']);
            if (isset($arguments['key'])) {
                $templateVariableContainer->remove($arguments['key']);
            }
at TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper::renderStatic(array('each' => array(array('data' => array('uid' => 60720, 'pid' => 8573, 't3ver_oid' => 0, 'zzz_deleted_t3ver_id' => 0, 't3ver_wsid' => 0, 'zzz_deleted_t3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 60719, 'tstamp' => 1636383069, 'crdate' => 1595607550, 'cruser_id' => 31, 'hidden' => 0, 'sorting' => 8, 'CType' => 'dwsducati_person', 'header' => 'Paul Marcher', 'header_position' => '', 'bodytext' => null, 'image' => 1, 'imagewidth' => 0, 'imageorient' => 0, 'imagecols' => 2, 'imageborder' => 0, 'media' => 0, 'layout' => '0', 'deleted' => 0, 'cols' => 0, 'records' => '', 'pages' => '', 'starttime' => 0, 'endtime' => 0, 'colPos' => -1, 'subheader' => '', 'zzz_deleted_spaceBefore' => 0, 'zzz_deleted_spaceAfter' => 0, 'fe_group' => '', 'header_link' => '', 'image_zoom' => 0, 'header_layout' => '100', 'list_type' => '', 'sectionIndex' => 1, 'linkToTop' => 0, 'filelink_size' => 0, 'date' => 0, 'recursive' => 0, 'imageheight' => 0, 'sys_language_uid' => 0, 'tx_impexp_origuid' => 0, 'pi_flexform' => array('data' => array('Person' => array('lDEF' => array('title' => array('vDEF' => 'Leitung'), 'text' => array('vDEF' => ''), 'boxcolor' => array('vDEF' => 'rot'), 'image' => array('vDEF' => '1'), 'phone' => array('vDEF' => '+4366488413192'), 'email' => array('vDEF' => 'paul.marcher@porsche.co.at'))))), 'l18n_parent' => 0, 'l18n_diffsource' => 'a:29:{s:5:"CType";N;s:6:"colPos";N;s:21:"tx_dwsducati_cssclass";N;s:6:"header";N;s:13:"header_layout";N;s:16:"tx_iconfont_icon";N;s:15:"header_position";N;s:4:"date";N;s:11:"header_link";N;s:9:"subheader";N;s:31:"tx_dwsducati_subheader_position";N;s:11:"pi_flexform";N;s:6:"layout";N;s:25:"tx_dwsducati_articlewidth";N;s:11:"frame_class";N;s:18:"space_before_class";N;s:17:"space_after_class";N;s:12:"sectionIndex";N;s:9:"linkToTop";N;s:16:"sys_language_uid";N;s:6:"hidden";N;s:9:"starttime";N;s:7:"endtime";N;s:8:"fe_group";N;s:8:"editlock";N;s:10:"categories";N;s:14:"rowDescription";N;s:25:"tx_gridelements_container";N;s:23:"tx_gridelements_columns";N;}', 'file_collections' => '', 'filelink_sorting' => '', 'target' => '', 'accessibility_title' => '', 'accessibility_bypass' => 0, 'accessibility_bypass_text' => '', 'selected_categories' => '', 'category_field' => '', 'categories' => 0, 'backupColPos' => -2, 'tx_gridelements_backend_layout' => '0', 'tx_gridelements_children' => 0, 'tx_gridelements_container' => 60550, 'tx_gridelements_columns' => 101, 'tx_iconfont_icon' => '0', 'tx_vimeovideo_url' => null, 'tx_vimeovideo_caption' => null, 'tx_vimeovideo_autoplay' => 0, 'tx_vimeovideo_loop' => 0, 'tx_vimeovideo_title' => 0, 'tx_vimeovideo_ratio' => 0, 'tx_news_related_news' => 0, 'editlock' => 0, 'rowDescription' => '', 'table_caption' => null, 'table_delimiter' => 124, 'table_enclosure' => 0, 'table_header_position' => 0, 'table_tfoot' => 0, 'bullets_type' => 0, 'uploads_description' => 0, 'uploads_type' => 0, 'assets' => 0, 'frame_class' => 'default', 'space_before_class' => '', 'space_after_class' => '', 'l10n_source' => 0, 'table_class' => '', 'l10n_state' => null, 'tx_dwsducati_icon' => '', 'tx_dwsducati_subheader' => '', 'tx_dwsducati_gallerymode' => 0, 'tx_youtubevideo_url' => null, 'tx_youtubevideo_caption' => null, 'tx_youtubevideo_autoplay' => 0, 'tx_youtubevideo_showinfo' => 0, 'tx_youtubevideo_rel' => 0, 'tx_youtubevideo_startminute' => 0, 'tx_youtubevideo_startsecond' => 0, 'tx_youtubevideo_ratio' => 0, 'tx_youtubevideo_fullscreen' => 0, 'tx_youtubevideo_loop' => 0, 'tx_dwsducati_subheader_position' => '', 'tx_dwsducati_cssclass' => '', 'tx_youtubevideo_covertitle' => null, 'tx_youtubevideo_covertext' => null, 'tx_dwsducati_articlewidth' => '', 'tx_flux_migrated_version' => null, 'gridelements_shortcut_page_order_by' => 0, 'filelink_sorting_direction' => '', 'tx_container_parent' => 0, 'tx_t3sbootstrap_header_display' => '', 'tx_t3sbootstrap_header_class' => '', 'tx_t3sbootstrap_header_fontawesome' => '', 'tx_t3sbootstrap_header_position' => '', 'tx_t3sbootstrap_header_sectionMenu' => '', 'tx_t3sbootstrap_sectionOrder' => '', 'tx_t3sbootstrap_padding_sides' => 'b', 'tx_t3sbootstrap_padding_size' => '2', 'tx_t3sbootstrap_margin_sides' => '', 'tx_t3sbootstrap_margin_size' => '', 'tx_t3sbootstrap_flexbox_columns' => '', 'tx_t3sbootstrap_flexbox_prefix' => '', 'tx_t3sbootstrap_extra_class' => '', 'tx_t3sbootstrap_bgcolor' => '', 'tx_t3sbootstrap_bgopacity' => '', 'tx_t3sbootstrap_contextcolor' => '', 'tx_t3sbootstrap_textcolor' => '', 'tx_t3sbootstrap_flexform' => null, 'tx_t3sbootstrap_inTextImgRowWidth' => '', 'tx_t3sbootstrap_inTextImgColumns' => 0, 'tx_t3sbootstrap_galleryGutters' => 0, 'tx_t3sbootstrap_bordercolor' => '', 'tx_t3sbootstrap_image_ratio' => '', 'tx_t3sbootstrap_header_celink' => 0, 'tx_t3sbootstrap_animateCss' => '', 'tx_t3sbootstrap_animateCssRepeat' => 0, 'tx_t3sbootstrap_animateCssDuration' => '', 'tx_t3sbootstrap_animateCssDelay' => '', 'tx_t3sbootstrap_extra_style' => '', 'tx_t3sbootstrap_image_orig' => '', 'tx_youtubevideo_assets' => 0, 'tx_youtubevideo_colcount' => 0, 'tx_youtubevideo_oneatatime' => 0, 'tx_youtubevideo_titles' => 0, 'tx_youtubevideo_descriptions' => 0, 'tx_t3sbootstrap_container' => '', 'tx_srlanguagemenu_type' => 0, 'tx_srlanguagemenu_languages' => '', 'pi_flexform_content' => array('title' => 'Leitung', 'text' => '', 'boxcolor' => 'rot', 'image' => '1', 'phone' => '+4366488413192', 'email' => 'paul.marcher@porsche.co.at'), 'flexform_title' => 'Leitung', 'flexform_text' => '', 'flexform_boxcolor' => 'rot', 'flexform_image' => '1', 'flexform_phone' => '+4366488413192', 'flexform_email' => 'paul.marcher@porsche.co.at', 'tx_gridelements_backend_layout_resolved' => array('2cols' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:2cols.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:2cols.description', 'iconIdentifier' => 'tx-bootstrapgrids-col2', 'frame' => '3', 'config' => array('colCount' => '2', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.leftColumn', 'colPos' => '101'), '2.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.rightColumn', 'colPos' => '102'))))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_2col.xml', 'columns' => array('CSV' => '-2,-1,101,102'), 'allowed' => array(array('CType' => array('*' => 0)), array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), '3cols' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:3cols.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:3cols.description', 'iconIdentifier' => 'tx-bootstrapgrids-col3', 'frame' => '3', 'config' => array('colCount' => '3', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.leftColumn', 'colPos' => '101'), '2.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.centerColumn', 'colPos' => '102'), '3.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.rightColumn', 'colPos' => '103'))))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_3col.xml', 'columns' => array('CSV' => '-2,-1,101,102,103'), 'allowed' => array(array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), '4cols' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:4cols.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:4cols.description', 'iconIdentifier' => 'tx-bootstrapgrids-col4', 'frame' => '3', 'config' => array('colCount' => '4', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.leftColumn', 'colPos' => '101'), '2.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.column2', 'colPos' => '102'), '3.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.column3', 'colPos' => '103'), '4.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.rightColumn', 'colPos' => '104'))))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_4col.xml', 'columns' => array('CSV' => '-2,-1,101,102,103,104'), 'allowed' => array(array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), 'tabsSimple' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabsSimple.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabsSimple.description', 'iconIdentifier' => 'tx-bootstrapgrids-simpletabs', 'frame' => '2', 'config' => array('colCount' => '1', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tabElements', 'colPos' => '101'))))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_tabs_simple.xml', 'columns' => array('CSV' => '-2,-1,101'), 'allowed' => array(array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), 'tabs4' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabs4.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabs4.description', 'iconIdentifier' => 'tx-bootstrapgrids-tabs4', 'frame' => '2', 'config' => array('colCount' => '4', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tab1', 'colPos' => '101'), '2.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tab2', 'colPos' => '102'), '3.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tab3', 'colPos' => '103'), '4.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tab4', 'colPos' => '104'))))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_tabs4.xml', 'columns' => array('CSV' => '-2,-1,101,102,103,104'), 'allowed' => array(array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), 'tabs6' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabs6.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabs6.description', 'iconIdentifier' => 'tx-bootstrapgrids-tabs6', 'frame' => '2', 'config' => array('colCount' => '6', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tab1', 'colPos' => '101'), '2.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tab2', 'colPos' => '102'), '3.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tab3', 'colPos' => '103'), '4.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tab4', 'colPos' => '104'), '5.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tab5', 'colPos' => '105'), '6.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tab6', 'colPos' => '106'))))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_tabs6.xml', 'columns' => array('CSV' => '-2,-1,101,102,103,104,105,106'), 'allowed' => array(array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), 'accordion' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:accordion.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:accordion.description', 'iconIdentifier' => 'tx-bootstrapgrids-accordion', 'frame' => '2', 'config' => array('colCount' => '1', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.accordionElements', 'colPos' => '101'))))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_accordion.xml', 'columns' => array('CSV' => '-2,-1,101'), 'allowed' => array(array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), array('uid' => 3, 'pid' => 1, 'tstamp' => 1414614314, 'crdate' => 1414614314, 'cruser_id' => 10, 't3ver_oid' => 0, 'zzz_deleted_t3ver_id' => 0, 't3ver_wsid' => 0, 't3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 0, 'sorting' => 64, 'deleted' => 0, 'hidden' => 0, 'title' => 'Simple Container', 'alias' => '', 'frame' => 0, 'description' => '', 'horizontal' => 0, 'top_level_layout' => 0, 'config' => array('colCount' => '1', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array('name' => 'Content', 'colPos' => '1'))))), 'pi_flexform_ds' => '', 'pi_flexform_ds_file' => '', 'icon' => '', 'columns' => array('CSV' => '-2,-1,1'), 'allowed' => array(array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), array('uid' => 2, 'pid' => 1, 'tstamp' => 1414613917, 'crdate' => 1414613917, 'cruser_id' => 10, 't3ver_oid' => 0, 'zzz_deleted_t3ver_id' => 0, 't3ver_wsid' => 0, 't3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 0, 'sorting' => 128, 'deleted' => 0, 'hidden' => 0, 'title' => 'Header and Subheader Container', 'alias' => '', 'frame' => 0, 'description' => '', 'horizontal' => 0, 'top_level_layout' => 0, 'config' => array('colCount' => '2', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array('name' => 'Left', 'colPos' => '1', 'allowed' => 'text,textpic,image'), '2.' => array('name' => 'remaining', 'colPos' => '2', 'allowed' => 'text'))))), 'pi_flexform_ds' => '', 'pi_flexform_ds_file' => '', 'icon' => '', 'columns' => array('CSV' => '-2,-1,1,2'), 'allowed' => array(array('CType' => array('text' => 0, 'textpic' => 1, 'image' => 2)), array('CType' => array('text' => 0))), 'disallowed' => array(), 'maxitems' => array()), array('uid' => 1, 'pid' => 1, 'tstamp' => 1414173536, 'crdate' => 1414173488, 'cruser_id' => 10, 't3ver_oid' => 0, 'zzz_deleted_t3ver_id' => 0, 't3ver_wsid' => 0, 't3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 0, 'sorting' => 256, 'deleted' => 0, 'hidden' => 0, 'title' => 'Neue Modelle Container', 'alias' => '', 'frame' => 1, 'description' => '', 'horizontal' => 0, 'top_level_layout' => 0, 'config' => array('colCount' => '1', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array('name' => '0x0'))))), 'pi_flexform_ds' => '', 'pi_flexform_ds_file' => '', 'icon' => ''))))), 'as' => 'child', 'key' => null, 'reverse' => false, 'iteration' => null), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/html/var/cache/code/fluid_template/partial_BootstrapGridsColumn_0948269cbfce70e17ddc7e826ebe50a3e0f633b7.php line 112
$array4 = array (
);$arguments2['each'] = $renderingContext->getVariableProvider()->getByPath('contentElements', $array4);
$arguments2['as'] = 'child';

$output0 .= TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper::renderStatic($arguments2, $renderChildrenClosure3, $renderingContext);

$output0 .= '
</div>

at partial_BootstrapGridsColumn_0948269cbfce70e17ddc7e826ebe50a3e0f633b7->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/html/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 327
        $this->startRendering(self::RENDERING_PARTIAL, $parsedPartial, $renderingContext);
        if ($sectionName !== null) {
            $output = $this->renderSection($sectionName, $variables, $ignoreUnknown);
        } else {
            $output = $parsedPartial->render($renderingContext);
        }
        $this->stopRendering();
        return $output;
    }
at TYPO3Fluid\Fluid\View\AbstractTemplateView->renderPartial('BootstrapGridsColumn', null, array('contentElements' => array(array('data' => array('uid' => 60720, 'pid' => 8573, 't3ver_oid' => 0, 'zzz_deleted_t3ver_id' => 0, 't3ver_wsid' => 0, 'zzz_deleted_t3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 60719, 'tstamp' => 1636383069, 'crdate' => 1595607550, 'cruser_id' => 31, 'hidden' => 0, 'sorting' => 8, 'CType' => 'dwsducati_person', 'header' => 'Paul Marcher', 'header_position' => '', 'bodytext' => null, 'image' => 1, 'imagewidth' => 0, 'imageorient' => 0, 'imagecols' => 2, 'imageborder' => 0, 'media' => 0, 'layout' => '0', 'deleted' => 0, 'cols' => 0, 'records' => '', 'pages' => '', 'starttime' => 0, 'endtime' => 0, 'colPos' => -1, 'subheader' => '', 'zzz_deleted_spaceBefore' => 0, 'zzz_deleted_spaceAfter' => 0, 'fe_group' => '', 'header_link' => '', 'image_zoom' => 0, 'header_layout' => '100', 'list_type' => '', 'sectionIndex' => 1, 'linkToTop' => 0, 'filelink_size' => 0, 'date' => 0, 'recursive' => 0, 'imageheight' => 0, 'sys_language_uid' => 0, 'tx_impexp_origuid' => 0, 'pi_flexform' => array('data' => array('Person' => array('lDEF' => array('title' => array('vDEF' => 'Leitung'), 'text' => array('vDEF' => ''), 'boxcolor' => array('vDEF' => 'rot'), 'image' => array('vDEF' => '1'), 'phone' => array('vDEF' => '+4366488413192'), 'email' => array('vDEF' => 'paul.marcher@porsche.co.at'))))), 'l18n_parent' => 0, 'l18n_diffsource' => 'a:29:{s:5:"CType";N;s:6:"colPos";N;s:21:"tx_dwsducati_cssclass";N;s:6:"header";N;s:13:"header_layout";N;s:16:"tx_iconfont_icon";N;s:15:"header_position";N;s:4:"date";N;s:11:"header_link";N;s:9:"subheader";N;s:31:"tx_dwsducati_subheader_position";N;s:11:"pi_flexform";N;s:6:"layout";N;s:25:"tx_dwsducati_articlewidth";N;s:11:"frame_class";N;s:18:"space_before_class";N;s:17:"space_after_class";N;s:12:"sectionIndex";N;s:9:"linkToTop";N;s:16:"sys_language_uid";N;s:6:"hidden";N;s:9:"starttime";N;s:7:"endtime";N;s:8:"fe_group";N;s:8:"editlock";N;s:10:"categories";N;s:14:"rowDescription";N;s:25:"tx_gridelements_container";N;s:23:"tx_gridelements_columns";N;}', 'file_collections' => '', 'filelink_sorting' => '', 'target' => '', 'accessibility_title' => '', 'accessibility_bypass' => 0, 'accessibility_bypass_text' => '', 'selected_categories' => '', 'category_field' => '', 'categories' => 0, 'backupColPos' => -2, 'tx_gridelements_backend_layout' => '0', 'tx_gridelements_children' => 0, 'tx_gridelements_container' => 60550, 'tx_gridelements_columns' => 101, 'tx_iconfont_icon' => '0', 'tx_vimeovideo_url' => null, 'tx_vimeovideo_caption' => null, 'tx_vimeovideo_autoplay' => 0, 'tx_vimeovideo_loop' => 0, 'tx_vimeovideo_title' => 0, 'tx_vimeovideo_ratio' => 0, 'tx_news_related_news' => 0, 'editlock' => 0, 'rowDescription' => '', 'table_caption' => null, 'table_delimiter' => 124, 'table_enclosure' => 0, 'table_header_position' => 0, 'table_tfoot' => 0, 'bullets_type' => 0, 'uploads_description' => 0, 'uploads_type' => 0, 'assets' => 0, 'frame_class' => 'default', 'space_before_class' => '', 'space_after_class' => '', 'l10n_source' => 0, 'table_class' => '', 'l10n_state' => null, 'tx_dwsducati_icon' => '', 'tx_dwsducati_subheader' => '', 'tx_dwsducati_gallerymode' => 0, 'tx_youtubevideo_url' => null, 'tx_youtubevideo_caption' => null, 'tx_youtubevideo_autoplay' => 0, 'tx_youtubevideo_showinfo' => 0, 'tx_youtubevideo_rel' => 0, 'tx_youtubevideo_startminute' => 0, 'tx_youtubevideo_startsecond' => 0, 'tx_youtubevideo_ratio' => 0, 'tx_youtubevideo_fullscreen' => 0, 'tx_youtubevideo_loop' => 0, 'tx_dwsducati_subheader_position' => '', 'tx_dwsducati_cssclass' => '', 'tx_youtubevideo_covertitle' => null, 'tx_youtubevideo_covertext' => null, 'tx_dwsducati_articlewidth' => '', 'tx_flux_migrated_version' => null, 'gridelements_shortcut_page_order_by' => 0, 'filelink_sorting_direction' => '', 'tx_container_parent' => 0, 'tx_t3sbootstrap_header_display' => '', 'tx_t3sbootstrap_header_class' => '', 'tx_t3sbootstrap_header_fontawesome' => '', 'tx_t3sbootstrap_header_position' => '', 'tx_t3sbootstrap_header_sectionMenu' => '', 'tx_t3sbootstrap_sectionOrder' => '', 'tx_t3sbootstrap_padding_sides' => 'b', 'tx_t3sbootstrap_padding_size' => '2', 'tx_t3sbootstrap_margin_sides' => '', 'tx_t3sbootstrap_margin_size' => '', 'tx_t3sbootstrap_flexbox_columns' => '', 'tx_t3sbootstrap_flexbox_prefix' => '', 'tx_t3sbootstrap_extra_class' => '', 'tx_t3sbootstrap_bgcolor' => '', 'tx_t3sbootstrap_bgopacity' => '', 'tx_t3sbootstrap_contextcolor' => '', 'tx_t3sbootstrap_textcolor' => '', 'tx_t3sbootstrap_flexform' => null, 'tx_t3sbootstrap_inTextImgRowWidth' => '', 'tx_t3sbootstrap_inTextImgColumns' => 0, 'tx_t3sbootstrap_galleryGutters' => 0, 'tx_t3sbootstrap_bordercolor' => '', 'tx_t3sbootstrap_image_ratio' => '', 'tx_t3sbootstrap_header_celink' => 0, 'tx_t3sbootstrap_animateCss' => '', 'tx_t3sbootstrap_animateCssRepeat' => 0, 'tx_t3sbootstrap_animateCssDuration' => '', 'tx_t3sbootstrap_animateCssDelay' => '', 'tx_t3sbootstrap_extra_style' => '', 'tx_t3sbootstrap_image_orig' => '', 'tx_youtubevideo_assets' => 0, 'tx_youtubevideo_colcount' => 0, 'tx_youtubevideo_oneatatime' => 0, 'tx_youtubevideo_titles' => 0, 'tx_youtubevideo_descriptions' => 0, 'tx_t3sbootstrap_container' => '', 'tx_srlanguagemenu_type' => 0, 'tx_srlanguagemenu_languages' => '', 'pi_flexform_content' => array('title' => 'Leitung', 'text' => '', 'boxcolor' => 'rot', 'image' => '1', 'phone' => '+4366488413192', 'email' => 'paul.marcher@porsche.co.at'), 'flexform_title' => 'Leitung', 'flexform_text' => '', 'flexform_boxcolor' => 'rot', 'flexform_image' => '1', 'flexform_phone' => '+4366488413192', 'flexform_email' => 'paul.marcher@porsche.co.at', 'tx_gridelements_backend_layout_resolved' => array('2cols' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:2cols.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:2cols.description', 'iconIdentifier' => 'tx-bootstrapgrids-col2', 'frame' => '3', 'config' => array('colCount' => '2', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.leftColumn', 'colPos' => '101'), '2.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.rightColumn', 'colPos' => '102'))))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_2col.xml', 'columns' => array('CSV' => '-2,-1,101,102'), 'allowed' => array(array('CType' => array('*' => 0)), array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), '3cols' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:3cols.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:3cols.description', 'iconIdentifier' => 'tx-bootstrapgrids-col3', 'frame' => '3', 'config' => array('colCount' => '3', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.leftColumn', 'colPos' => '101'), '2.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.centerColumn', 'colPos' => '102'), '3.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.rightColumn', 'colPos' => '103'))))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_3col.xml', 'columns' => array('CSV' => '-2,-1,101,102,103'), 'allowed' => array(array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), '4cols' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:4cols.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:4cols.description', 'iconIdentifier' => 'tx-bootstrapgrids-col4', 'frame' => '3', 'config' => array('colCount' => '4', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.leftColumn', 'colPos' => '101'), '2.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.column2', 'colPos' => '102'), '3.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.column3', 'colPos' => '103'), '4.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.rightColumn', 'colPos' => '104'))))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_4col.xml', 'columns' => array('CSV' => '-2,-1,101,102,103,104'), 'allowed' => array(array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), 'tabsSimple' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabsSimple.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabsSimple.description', 'iconIdentifier' => 'tx-bootstrapgrids-simpletabs', 'frame' => '2', 'config' => array('colCount' => '1', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tabElements', 'colPos' => '101'))))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_tabs_simple.xml', 'columns' => array('CSV' => '-2,-1,101'), 'allowed' => array(array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), 'tabs4' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabs4.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabs4.description', 'iconIdentifier' => 'tx-bootstrapgrids-tabs4', 'frame' => '2', 'config' => array('colCount' => '4', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tab1', 'colPos' => '101'), '2.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tab2', 'colPos' => '102'), '3.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tab3', 'colPos' => '103'), '4.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tab4', 'colPos' => '104'))))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_tabs4.xml', 'columns' => array('CSV' => '-2,-1,101,102,103,104'), 'allowed' => array(array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), 'tabs6' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabs6.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabs6.description', 'iconIdentifier' => 'tx-bootstrapgrids-tabs6', 'frame' => '2', 'config' => array('colCount' => '6', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tab1', 'colPos' => '101'), '2.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tab2', 'colPos' => '102'), '3.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tab3', 'colPos' => '103'), '4.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tab4', 'colPos' => '104'), '5.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tab5', 'colPos' => '105'), '6.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.tab6', 'colPos' => '106'))))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_tabs6.xml', 'columns' => array('CSV' => '-2,-1,101,102,103,104,105,106'), 'allowed' => array(array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), 'accordion' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:accordion.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:accordion.description', 'iconIdentifier' => 'tx-bootstrapgrids-accordion', 'frame' => '2', 'config' => array('colCount' => '1', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array('name' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:celayout.accordionElements', 'colPos' => '101'))))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_accordion.xml', 'columns' => array('CSV' => '-2,-1,101'), 'allowed' => array(array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), array('uid' => 3, 'pid' => 1, 'tstamp' => 1414614314, 'crdate' => 1414614314, 'cruser_id' => 10, 't3ver_oid' => 0, 'zzz_deleted_t3ver_id' => 0, 't3ver_wsid' => 0, 't3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 0, 'sorting' => 64, 'deleted' => 0, 'hidden' => 0, 'title' => 'Simple Container', 'alias' => '', 'frame' => 0, 'description' => '', 'horizontal' => 0, 'top_level_layout' => 0, 'config' => array('colCount' => '1', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array('name' => 'Content', 'colPos' => '1'))))), 'pi_flexform_ds' => '', 'pi_flexform_ds_file' => '', 'icon' => '', 'columns' => array('CSV' => '-2,-1,1'), 'allowed' => array(array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), array('uid' => 2, 'pid' => 1, 'tstamp' => 1414613917, 'crdate' => 1414613917, 'cruser_id' => 10, 't3ver_oid' => 0, 'zzz_deleted_t3ver_id' => 0, 't3ver_wsid' => 0, 't3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 0, 'sorting' => 128, 'deleted' => 0, 'hidden' => 0, 'title' => 'Header and Subheader Container', 'alias' => '', 'frame' => 0, 'description' => '', 'horizontal' => 0, 'top_level_layout' => 0, 'config' => array('colCount' => '2', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array('name' => 'Left', 'colPos' => '1', 'allowed' => 'text,textpic,image'), '2.' => array('name' => 'remaining', 'colPos' => '2', 'allowed' => 'text'))))), 'pi_flexform_ds' => '', 'pi_flexform_ds_file' => '', 'icon' => '', 'columns' => array('CSV' => '-2,-1,1,2'), 'allowed' => array(array('CType' => array('text' => 0, 'textpic' => 1, 'image' => 2)), array('CType' => array('text' => 0))), 'disallowed' => array(), 'maxitems' => array()), array('uid' => 1, 'pid' => 1, 'tstamp' => 1414173536, 'crdate' => 1414173488, 'cruser_id' => 10, 't3ver_oid' => 0, 'zzz_deleted_t3ver_id' => 0, 't3ver_wsid' => 0, 't3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 0, 'sorting' => 256, 'deleted' => 0, 'hidden' => 0, 'title' => 'Neue Modelle Container', 'alias' => '', 'frame' => 1, 'description' => '', 'horizontal' => 0, 'top_level_layout' => 0, 'config' => array('colCount' => '1', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array('name' => '0x0'))))), 'pi_flexform_ds' => '', 'pi_flexform_ds_file' => '', 'icon' => ''))))), 'class' => 'col-6 col-md-3 ', 'options' => array('sortingDirection' => 'asc', 'sortingField' => 'sorting', 'recursive' => 0, 'resolveFlexFormData' => 1, 'resolveChildFlexFormData' => 1, 'resolveBackendLayout' => 1, 'respectColumns' => 1, 'respectRows' => 1), 'settings' => array('defaultHeaderType' => '1', 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'navbarEnable' => 'light', 'media' => array('lazyLoading' => 'lazy', 'popup' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'JSwindow' => array('newWindow' => '0', 'if' => array('isFalse' => '0'), '_typoScriptNodeValue' => '0'), 'directImageLink' => '1', 'crop' => array('data' => 'file:current:crop'), 'linkParams' => array('ATagParams' => array('stdWrap' => array('cObject' => array(array('data' => 'file:current:description // file:current:title', 'wrap' => 'data-caption="|"', 'required' => '1', 'stdWrap' => array('htmlSpecialChars' => '1'), '_typoScriptNodeValue' => 'TEXT'), array('data' => 'file:current:description // file:current:title', 'wrap' => 'title="|"', 'required' => '1', 'stdWrap' => array('htmlSpecialChars' => '1'), '_typoScriptNodeValue' => 'TEXT'), '_typoScriptNodeValue' => 'COA'))))), 'additionalConfig' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => 'img-fluid', 'placeholder' => array('size' => '0', 'inline' => '0'), 'breakpoints' => array()), 'config' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbar' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400'))), false)
in /var/www/html/vendor/typo3fluid/fluid/src/ViewHelpers/RenderViewHelper.php line 170
            $renderingContext = clone $renderingContext;
            $renderingContext->getVariableProvider()->setSource($variables);
            $content = (new $delegate())->render($renderingContext);
        } elseif ($partial !== null) {
            $content = $view->renderPartial($partial, $section, $variables, $optional);
        } elseif ($section !== null) {
            $content = $view->renderSection($section, $variables, $optional);
        } elseif (!$optional) {
            throw new \InvalidArgumentException('ViewHelper f:render called without either argument section, partial, renderable or delegate and optional flag is false');
at TYPO3Fluid\Fluid\ViewHelpers\RenderViewHelper::renderStatic(array('section' => null, 'partial' => 'BootstrapGridsColumn', 'delegate' => null, 'renderable' => null, 'arguments' => array('contentElements' => array(array('data' => array('uid' => 60720, 'pid' => 8573, 't3ver_oid' => 0, 'zzz_deleted_t3ver_id' => 0, 't3ver_wsid' => 0, 'zzz_deleted_t3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 60719, 'tstamp' => 1636383069, 'crdate' => 1595607550, 'cruser_id' => 31, 'hidden' => 0, 'sorting' => 8, 'CType' => 'dwsducati_person', 'header' => 'Paul Marcher', 'header_position' => '', 'bodytext' => null, 'image' => 1, 'imagewidth' => 0, 'imageorient' => 0, 'imagecols' => 2, 'imageborder' => 0, 'media' => 0, 'layout' => '0', 'deleted' => 0, 'cols' => 0, 'records' => '', 'pages' => '', 'starttime' => 0, 'endtime' => 0, 'colPos' => -1, 'subheader' => '', 'zzz_deleted_spaceBefore' => 0, 'zzz_deleted_spaceAfter' => 0, 'fe_group' => '', 'header_link' => '', 'image_zoom' => 0, 'header_layout' => '100', 'list_type' => '', 'sectionIndex' => 1, 'linkToTop' => 0, 'filelink_size' => 0, 'date' => 0, 'recursive' => 0, 'imageheight' => 0, 'sys_language_uid' => 0, 'tx_impexp_origuid' => 0, 'pi_flexform' => array('data' => array('Person' => array('lDEF' => array('title' => array('vDEF' => 'Leitung'), 'text' => array('vDEF' => ''), 'boxcolor' => array('vDEF' => 'rot'), 'image' => array('vDEF' => '1'), 'phone' => array('vDEF' => '+4366488413192'), 'email' => array('vDEF' => 'paul.marcher@porsche.co.at'))))), 'l18n_parent' => 0, 'l18n_diffsource' => 'a:29:{s:5:"CType";N;s:6:"colPos";N;s:21:"tx_dwsducati_cssclass";N;s:6:"header";N;s:13:"header_layout";N;s:16:"tx_iconfont_icon";N;s:15:"header_position";N;s:4:"date";N;s:11:"header_link";N;s:9:"subheader";N;s:31:"tx_dwsducati_subheader_position";N;s:11:"pi_flexform";N;s:6:"layout";N;s:25:"tx_dwsducati_articlewidth";N;s:11:"frame_class";N;s:18:"space_before_class";N;s:17:"space_after_class";N;s:12:"sectionIndex";N;s:9:"linkToTop";N;s:16:"sys_language_uid";N;s:6:"hidden";N;s:9:"starttime";N;s:7:"endtime";N;s:8:"fe_group";N;s:8:"editlock";N;s:10:"categories";N;s:14:"rowDescription";N;s:25:"tx_gridelements_container";N;s:23:"tx_gridelements_columns";N;}', 'file_collections' => '', 'filelink_sorting' => '', 'target' => '', 'accessibility_title' => '', 'accessibility_bypass' => 0, 'accessibility_bypass_text' => '', 'selected_categories' => '', 'category_field' => '', 'categories' => 0, 'backupColPos' => -2, 'tx_gridelements_backend_layout' => '0', 'tx_gridelements_children' => 0, 'tx_gridelements_container' => 60550, 'tx_gridelements_columns' => 101, 'tx_iconfont_icon' => '0', 'tx_vimeovideo_url' => null, 'tx_vimeovideo_caption' => null, 'tx_vimeovideo_autoplay' => 0, 'tx_vimeovideo_loop' => 0, 'tx_vimeovideo_title' => 0, 'tx_vimeovideo_ratio' => 0, 'tx_news_related_news' => 0, 'editlock' => 0, 'rowDescription' => '', 'table_caption' => null, 'table_delimiter' => 124, 'table_enclosure' => 0, 'table_header_position' => 0, 'table_tfoot' => 0, 'bullets_type' => 0, 'uploads_description' => 0, 'uploads_type' => 0, 'assets' => 0, 'frame_class' => 'default', 'space_before_class' => '', 'space_after_class' => '', 'l10n_source' => 0, 'table_class' => '', 'l10n_state' => null, 'tx_dwsducati_icon' => '', 'tx_dwsducati_subheader' => '', 'tx_dwsducati_gallerymode' => 0, 'tx_youtubevideo_url' => null, 'tx_youtubevideo_caption' => null, 'tx_youtubevideo_autoplay' => 0, 'tx_youtubevideo_showinfo' => 0, 'tx_youtubevideo_rel' => 0, 'tx_youtubevideo_startminute' => 0, 'tx_youtubevideo_startsecond' => 0, 'tx_youtubevideo_ratio' => 0, 'tx_youtubevideo_fullscreen' => 0, 'tx_youtubevideo_loop' => 0, 'tx_dwsducati_subheader_position' => '', 'tx_dwsducati_cssclass' => '', 'tx_youtubevideo_covertitle' => null, 'tx_youtubevideo_covertext' => null, 'tx_dwsducati_articlewidth' => '', 'tx_flux_migrated_version' => null, 'gridelements_shortcut_page_order_by' => 0, 'filelink_sorting_direction' => '', 'tx_container_parent' => 0, 'tx_t3sbootstrap_header_display' => '', 'tx_t3sbootstrap_header_class' => '', 'tx_t3sbootstrap_header_fontawesome' => '', 'tx_t3sbootstrap_header_position' => '', 'tx_t3sbootstrap_header_sectionMenu' => '', 'tx_t3sbootstrap_sectionOrder' => '', 'tx_t3sbootstrap_padding_sides' => 'b', 'tx_t3sbootstrap_padding_size' => '2', 'tx_t3sbootstrap_margin_sides' => '', 'tx_t3sbootstrap_margin_size' => '', 'tx_t3sbootstrap_flexbox_columns' => '', 'tx_t3sbootstrap_flexbox_prefix' => '', 'tx_t3sbootstrap_extra_class' => '', 'tx_t3sbootstrap_bgcolor' => '', 'tx_t3sbootstrap_bgopacity' => '', 'tx_t3sbootstrap_contextcolor' => '', 'tx_t3sbootstrap_textcolor' => '', 'tx_t3sbootstrap_flexform' => null, 'tx_t3sbootstrap_inTextImgRowWidth' => '', 'tx_t3sbootstrap_inTextImgColumns' => 0, 'tx_t3sbootstrap_galleryGutters' => 0, 'tx_t3sbootstrap_bordercolor' => '', 'tx_t3sbootstrap_image_ratio' => '', 'tx_t3sbootstrap_header_celink' => 0, 'tx_t3sbootstrap_animateCss' => '', 'tx_t3sbootstrap_animateCssRepeat' => 0, 'tx_t3sbootstrap_animateCssDuration' => '', 'tx_t3sbootstrap_animateCssDelay' => '', 'tx_t3sbootstrap_extra_style' => '', 'tx_t3sbootstrap_image_orig' => '', 'tx_youtubevideo_assets' => 0, 'tx_youtubevideo_colcount' => 0, 'tx_youtubevideo_oneatatime' => 0, 'tx_youtubevideo_titles' => 0, 'tx_youtubevideo_descriptions' => 0, 'tx_t3sbootstrap_container' => '', 'tx_srlanguagemenu_type' => 0, 'tx_srlanguagemenu_languages' => '', 'pi_flexform_content' => array('title' => 'Leitung', 'text' => '', 'boxcolor' => 'rot', 'image' => '1', 'phone' => '+4366488413192', 'email' => 'paul.marcher@porsche.co.at'), 'flexform_title' => 'Leitung', 'flexform_text' => '', 'flexform_boxcolor' => 'rot', 'flexform_image' => '1', 'flexform_phone' => '+4366488413192', 'flexform_email' => 'paul.marcher@porsche.co.at', 'tx_gridelements_backend_layout_resolved' => array('2cols' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:2cols.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:2cols.description', 'iconIdentifier' => 'tx-bootstrapgrids-col2', 'frame' => '3', 'config' => array('colCount' => '2', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array(*DEEP NESTED ARRAY*), '2.' => array(*DEEP NESTED ARRAY*))))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_2col.xml', 'columns' => array('CSV' => '-2,-1,101,102'), 'allowed' => array(array('CType' => array('*' => 0)), array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), '3cols' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:3cols.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:3cols.description', 'iconIdentifier' => 'tx-bootstrapgrids-col3', 'frame' => '3', 'config' => array('colCount' => '3', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array(*DEEP NESTED ARRAY*), '2.' => array(*DEEP NESTED ARRAY*), '3.' => array(*DEEP NESTED ARRAY*))))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_3col.xml', 'columns' => array('CSV' => '-2,-1,101,102,103'), 'allowed' => array(array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), '4cols' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:4cols.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:4cols.description', 'iconIdentifier' => 'tx-bootstrapgrids-col4', 'frame' => '3', 'config' => array('colCount' => '4', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array(*DEEP NESTED ARRAY*), '2.' => array(*DEEP NESTED ARRAY*), '3.' => array(*DEEP NESTED ARRAY*), '4.' => array(*DEEP NESTED ARRAY*))))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_4col.xml', 'columns' => array('CSV' => '-2,-1,101,102,103,104'), 'allowed' => array(array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), 'tabsSimple' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabsSimple.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabsSimple.description', 'iconIdentifier' => 'tx-bootstrapgrids-simpletabs', 'frame' => '2', 'config' => array('colCount' => '1', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array(*DEEP NESTED ARRAY*))))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_tabs_simple.xml', 'columns' => array('CSV' => '-2,-1,101'), 'allowed' => array(array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), 'tabs4' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabs4.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabs4.description', 'iconIdentifier' => 'tx-bootstrapgrids-tabs4', 'frame' => '2', 'config' => array('colCount' => '4', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array(*DEEP NESTED ARRAY*), '2.' => array(*DEEP NESTED ARRAY*), '3.' => array(*DEEP NESTED ARRAY*), '4.' => array(*DEEP NESTED ARRAY*))))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_tabs4.xml', 'columns' => array('CSV' => '-2,-1,101,102,103,104'), 'allowed' => array(array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), 'tabs6' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabs6.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabs6.description', 'iconIdentifier' => 'tx-bootstrapgrids-tabs6', 'frame' => '2', 'config' => array('colCount' => '6', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array(*DEEP NESTED ARRAY*), '2.' => array(*DEEP NESTED ARRAY*), '3.' => array(*DEEP NESTED ARRAY*), '4.' => array(*DEEP NESTED ARRAY*), '5.' => array(*DEEP NESTED ARRAY*), '6.' => array(*DEEP NESTED ARRAY*))))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_tabs6.xml', 'columns' => array('CSV' => '-2,-1,101,102,103,104,105,106'), 'allowed' => array(array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), 'accordion' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:accordion.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:accordion.description', 'iconIdentifier' => 'tx-bootstrapgrids-accordion', 'frame' => '2', 'config' => array('colCount' => '1', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array(*DEEP NESTED ARRAY*))))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_accordion.xml', 'columns' => array('CSV' => '-2,-1,101'), 'allowed' => array(array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), array('uid' => 3, 'pid' => 1, 'tstamp' => 1414614314, 'crdate' => 1414614314, 'cruser_id' => 10, 't3ver_oid' => 0, 'zzz_deleted_t3ver_id' => 0, 't3ver_wsid' => 0, 't3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 0, 'sorting' => 64, 'deleted' => 0, 'hidden' => 0, 'title' => 'Simple Container', 'alias' => '', 'frame' => 0, 'description' => '', 'horizontal' => 0, 'top_level_layout' => 0, 'config' => array('colCount' => '1', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array(*DEEP NESTED ARRAY*))))), 'pi_flexform_ds' => '', 'pi_flexform_ds_file' => '', 'icon' => '', 'columns' => array('CSV' => '-2,-1,1'), 'allowed' => array(array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), array('uid' => 2, 'pid' => 1, 'tstamp' => 1414613917, 'crdate' => 1414613917, 'cruser_id' => 10, 't3ver_oid' => 0, 'zzz_deleted_t3ver_id' => 0, 't3ver_wsid' => 0, 't3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 0, 'sorting' => 128, 'deleted' => 0, 'hidden' => 0, 'title' => 'Header and Subheader Container', 'alias' => '', 'frame' => 0, 'description' => '', 'horizontal' => 0, 'top_level_layout' => 0, 'config' => array('colCount' => '2', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array(*DEEP NESTED ARRAY*), '2.' => array(*DEEP NESTED ARRAY*))))), 'pi_flexform_ds' => '', 'pi_flexform_ds_file' => '', 'icon' => '', 'columns' => array('CSV' => '-2,-1,1,2'), 'allowed' => array(array('CType' => array('text' => 0, 'textpic' => 1, 'image' => 2)), array('CType' => array('text' => 0))), 'disallowed' => array(), 'maxitems' => array()), array('uid' => 1, 'pid' => 1, 'tstamp' => 1414173536, 'crdate' => 1414173488, 'cruser_id' => 10, 't3ver_oid' => 0, 'zzz_deleted_t3ver_id' => 0, 't3ver_wsid' => 0, 't3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 0, 'sorting' => 256, 'deleted' => 0, 'hidden' => 0, 'title' => 'Neue Modelle Container', 'alias' => '', 'frame' => 1, 'description' => '', 'horizontal' => 0, 'top_level_layout' => 0, 'config' => array('colCount' => '1', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array('1.' => array(*DEEP NESTED ARRAY*))))), 'pi_flexform_ds' => '', 'pi_flexform_ds_file' => '', 'icon' => ''))))), 'class' => 'col-6 col-md-3 ', 'options' => array('sortingDirection' => 'asc', 'sortingField' => 'sorting', 'recursive' => 0, 'resolveFlexFormData' => 1, 'resolveChildFlexFormData' => 1, 'resolveBackendLayout' => 1, 'respectColumns' => 1, 'respectRows' => 1), 'settings' => array('defaultHeaderType' => '1', 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'navbarEnable' => 'light', 'media' => array('lazyLoading' => 'lazy', 'popup' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'JSwindow' => array('newWindow' => '0', 'if' => array('isFalse' => '0'), '_typoScriptNodeValue' => '0'), 'directImageLink' => '1', 'crop' => array('data' => 'file:current:crop'), 'linkParams' => array('ATagParams' => array('stdWrap' => array('cObject' => array(array('data' => 'file:current:description // file:current:title', 'wrap' => 'data-caption="|"', 'required' => '1', 'stdWrap' => array('htmlSpecialChars' => '1'), '_typoScriptNodeValue' => 'TEXT'), array('data' => 'file:current:description // file:current:title', 'wrap' => 'title="|"', 'required' => '1', 'stdWrap' => array('htmlSpecialChars' => '1'), '_typoScriptNodeValue' => 'TEXT'), '_typoScriptNodeValue' => 'COA'))))), 'additionalConfig' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => 'img-fluid', 'placeholder' => array('size' => '0', 'inline' => '0'), 'breakpoints' => array()), 'config' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbar' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400'))), 'optional' => false, 'default' => null, 'contentAs' => null, 'debug' => true), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/html/var/cache/code/fluid_template/Standard_action_4cols_6f5ba1f27eeb5d08d7ba23f06810c2cb20cf35f2.php line 145
$array32 = array (
);$array22['settings'] = $renderingContext->getVariableProvider()->getByPath('settings', $array32);
$arguments20['arguments'] = $array22;

$output19 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments20, $renderChildrenClosure21, $renderingContext);

$output19 .= '
                    ';
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper
at Standard_action_4cols_6f5ba1f27eeb5d08d7ba23f06810c2cb20cf35f2->{closure}()
in /var/www/html/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php line 79
            if (isset($arguments['then'])) {
                return $arguments['then'];
            }
            if (isset($arguments['__thenClosure'])) {
                return $arguments['__thenClosure']();
            }
        } elseif (!empty($arguments['__elseClosures'])) {
            $elseIfClosures = isset($arguments['__elseifClosures']) ? $arguments['__elseifClosures'] : [];
            return static::evaluateElseClosures($arguments['__elseClosures'], $elseIfClosures, $renderingContext);
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper::renderStatic(array('then' => null, 'else' => null, 'condition' => true, '__thenClosure' => object(Closure)), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/html/var/cache/code/fluid_template/Standard_action_4cols_6f5ba1f27eeb5d08d7ba23f06810c2cb20cf35f2.php line 350
     $renderingContext
    );
$arguments14['__thenClosure'] = $renderChildrenClosure15;

$output13 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments14, $renderChildrenClosure15, $renderingContext);

$output13 .= '
            ';
return $output13;
at Standard_action_4cols_6f5ba1f27eeb5d08d7ba23f06810c2cb20cf35f2->{closure}()
in /var/www/html/vendor/typo3fluid/fluid/src/ViewHelpers/ForViewHelper.php line 144
                $templateVariableContainer->add($arguments['iteration'], $iterationData);
                $iterationData['index']++;
                $iterationData['cycle']++;
            }
            $output .= $renderChildrenClosure();
            $templateVariableContainer->remove($arguments['as']);
            if (isset($arguments['key'])) {
                $templateVariableContainer->remove($arguments['key']);
            }
at TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper::renderStatic(array('each' => array(array(array(array('data' => array('uid' => 60720, 'pid' => 8573, 't3ver_oid' => 0, 'zzz_deleted_t3ver_id' => 0, 't3ver_wsid' => 0, 'zzz_deleted_t3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 60719, 'tstamp' => 1636383069, 'crdate' => 1595607550, 'cruser_id' => 31, 'hidden' => 0, 'sorting' => 8, 'CType' => 'dwsducati_person', 'header' => 'Paul Marcher', 'header_position' => '', 'bodytext' => null, 'image' => 1, 'imagewidth' => 0, 'imageorient' => 0, 'imagecols' => 2, 'imageborder' => 0, 'media' => 0, 'layout' => '0', 'deleted' => 0, 'cols' => 0, 'records' => '', 'pages' => '', 'starttime' => 0, 'endtime' => 0, 'colPos' => -1, 'subheader' => '', 'zzz_deleted_spaceBefore' => 0, 'zzz_deleted_spaceAfter' => 0, 'fe_group' => '', 'header_link' => '', 'image_zoom' => 0, 'header_layout' => '100', 'list_type' => '', 'sectionIndex' => 1, 'linkToTop' => 0, 'filelink_size' => 0, 'date' => 0, 'recursive' => 0, 'imageheight' => 0, 'sys_language_uid' => 0, 'tx_impexp_origuid' => 0, 'pi_flexform' => array('data' => array('Person' => array('lDEF' => array('title' => array('vDEF' => 'Leitung'), 'text' => array('vDEF' => ''), 'boxcolor' => array('vDEF' => 'rot'), 'image' => array('vDEF' => '1'), 'phone' => array('vDEF' => '+4366488413192'), 'email' => array('vDEF' => 'paul.marcher@porsche.co.at'))))), 'l18n_parent' => 0, 'l18n_diffsource' => 'a:29:{s:5:"CType";N;s:6:"colPos";N;s:21:"tx_dwsducati_cssclass";N;s:6:"header";N;s:13:"header_layout";N;s:16:"tx_iconfont_icon";N;s:15:"header_position";N;s:4:"date";N;s:11:"header_link";N;s:9:"subheader";N;s:31:"tx_dwsducati_subheader_position";N;s:11:"pi_flexform";N;s:6:"layout";N;s:25:"tx_dwsducati_articlewidth";N;s:11:"frame_class";N;s:18:"space_before_class";N;s:17:"space_after_class";N;s:12:"sectionIndex";N;s:9:"linkToTop";N;s:16:"sys_language_uid";N;s:6:"hidden";N;s:9:"starttime";N;s:7:"endtime";N;s:8:"fe_group";N;s:8:"editlock";N;s:10:"categories";N;s:14:"rowDescription";N;s:25:"tx_gridelements_container";N;s:23:"tx_gridelements_columns";N;}', 'file_collections' => '', 'filelink_sorting' => '', 'target' => '', 'accessibility_title' => '', 'accessibility_bypass' => 0, 'accessibility_bypass_text' => '', 'selected_categories' => '', 'category_field' => '', 'categories' => 0, 'backupColPos' => -2, 'tx_gridelements_backend_layout' => '0', 'tx_gridelements_children' => 0, 'tx_gridelements_container' => 60550, 'tx_gridelements_columns' => 101, 'tx_iconfont_icon' => '0', 'tx_vimeovideo_url' => null, 'tx_vimeovideo_caption' => null, 'tx_vimeovideo_autoplay' => 0, 'tx_vimeovideo_loop' => 0, 'tx_vimeovideo_title' => 0, 'tx_vimeovideo_ratio' => 0, 'tx_news_related_news' => 0, 'editlock' => 0, 'rowDescription' => '', 'table_caption' => null, 'table_delimiter' => 124, 'table_enclosure' => 0, 'table_header_position' => 0, 'table_tfoot' => 0, 'bullets_type' => 0, 'uploads_description' => 0, 'uploads_type' => 0, 'assets' => 0, 'frame_class' => 'default', 'space_before_class' => '', 'space_after_class' => '', 'l10n_source' => 0, 'table_class' => '', 'l10n_state' => null, 'tx_dwsducati_icon' => '', 'tx_dwsducati_subheader' => '', 'tx_dwsducati_gallerymode' => 0, 'tx_youtubevideo_url' => null, 'tx_youtubevideo_caption' => null, 'tx_youtubevideo_autoplay' => 0, 'tx_youtubevideo_showinfo' => 0, 'tx_youtubevideo_rel' => 0, 'tx_youtubevideo_startminute' => 0, 'tx_youtubevideo_startsecond' => 0, 'tx_youtubevideo_ratio' => 0, 'tx_youtubevideo_fullscreen' => 0, 'tx_youtubevideo_loop' => 0, 'tx_dwsducati_subheader_position' => '', 'tx_dwsducati_cssclass' => '', 'tx_youtubevideo_covertitle' => null, 'tx_youtubevideo_covertext' => null, 'tx_dwsducati_articlewidth' => '', 'tx_flux_migrated_version' => null, 'gridelements_shortcut_page_order_by' => 0, 'filelink_sorting_direction' => '', 'tx_container_parent' => 0, 'tx_t3sbootstrap_header_display' => '', 'tx_t3sbootstrap_header_class' => '', 'tx_t3sbootstrap_header_fontawesome' => '', 'tx_t3sbootstrap_header_position' => '', 'tx_t3sbootstrap_header_sectionMenu' => '', 'tx_t3sbootstrap_sectionOrder' => '', 'tx_t3sbootstrap_padding_sides' => 'b', 'tx_t3sbootstrap_padding_size' => '2', 'tx_t3sbootstrap_margin_sides' => '', 'tx_t3sbootstrap_margin_size' => '', 'tx_t3sbootstrap_flexbox_columns' => '', 'tx_t3sbootstrap_flexbox_prefix' => '', 'tx_t3sbootstrap_extra_class' => '', 'tx_t3sbootstrap_bgcolor' => '', 'tx_t3sbootstrap_bgopacity' => '', 'tx_t3sbootstrap_contextcolor' => '', 'tx_t3sbootstrap_textcolor' => '', 'tx_t3sbootstrap_flexform' => null, 'tx_t3sbootstrap_inTextImgRowWidth' => '', 'tx_t3sbootstrap_inTextImgColumns' => 0, 'tx_t3sbootstrap_galleryGutters' => 0, 'tx_t3sbootstrap_bordercolor' => '', 'tx_t3sbootstrap_image_ratio' => '', 'tx_t3sbootstrap_header_celink' => 0, 'tx_t3sbootstrap_animateCss' => '', 'tx_t3sbootstrap_animateCssRepeat' => 0, 'tx_t3sbootstrap_animateCssDuration' => '', 'tx_t3sbootstrap_animateCssDelay' => '', 'tx_t3sbootstrap_extra_style' => '', 'tx_t3sbootstrap_image_orig' => '', 'tx_youtubevideo_assets' => 0, 'tx_youtubevideo_colcount' => 0, 'tx_youtubevideo_oneatatime' => 0, 'tx_youtubevideo_titles' => 0, 'tx_youtubevideo_descriptions' => 0, 'tx_t3sbootstrap_container' => '', 'tx_srlanguagemenu_type' => 0, 'tx_srlanguagemenu_languages' => '', 'pi_flexform_content' => array('title' => 'Leitung', 'text' => '', 'boxcolor' => 'rot', 'image' => '1', 'phone' => '+4366488413192', 'email' => 'paul.marcher@porsche.co.at'), 'flexform_title' => 'Leitung', 'flexform_text' => '', 'flexform_boxcolor' => 'rot', 'flexform_image' => '1', 'flexform_phone' => '+4366488413192', 'flexform_email' => 'paul.marcher@porsche.co.at', 'tx_gridelements_backend_layout_resolved' => array('2cols' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:2cols.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:2cols.description', 'iconIdentifier' => 'tx-bootstrapgrids-col2', 'frame' => '3', 'config' => array('colCount' => '2', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array(*DEEP NESTED ARRAY*)))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_2col.xml', 'columns' => array('CSV' => '-2,-1,101,102'), 'allowed' => array(array('CType' => array('*' => 0)), array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), '3cols' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:3cols.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:3cols.description', 'iconIdentifier' => 'tx-bootstrapgrids-col3', 'frame' => '3', 'config' => array('colCount' => '3', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array(*DEEP NESTED ARRAY*)))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_3col.xml', 'columns' => array('CSV' => '-2,-1,101,102,103'), 'allowed' => array(array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), '4cols' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:4cols.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:4cols.description', 'iconIdentifier' => 'tx-bootstrapgrids-col4', 'frame' => '3', 'config' => array('colCount' => '4', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array(*DEEP NESTED ARRAY*)))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_4col.xml', 'columns' => array('CSV' => '-2,-1,101,102,103,104'), 'allowed' => array(array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), 'tabsSimple' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabsSimple.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabsSimple.description', 'iconIdentifier' => 'tx-bootstrapgrids-simpletabs', 'frame' => '2', 'config' => array('colCount' => '1', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array(*DEEP NESTED ARRAY*)))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_tabs_simple.xml', 'columns' => array('CSV' => '-2,-1,101'), 'allowed' => array(array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), 'tabs4' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabs4.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabs4.description', 'iconIdentifier' => 'tx-bootstrapgrids-tabs4', 'frame' => '2', 'config' => array('colCount' => '4', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array(*DEEP NESTED ARRAY*)))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_tabs4.xml', 'columns' => array('CSV' => '-2,-1,101,102,103,104'), 'allowed' => array(array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), 'tabs6' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabs6.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabs6.description', 'iconIdentifier' => 'tx-bootstrapgrids-tabs6', 'frame' => '2', 'config' => array('colCount' => '6', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array(*DEEP NESTED ARRAY*)))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_tabs6.xml', 'columns' => array('CSV' => '-2,-1,101,102,103,104,105,106'), 'allowed' => array(array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), 'accordion' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:accordion.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:accordion.description', 'iconIdentifier' => 'tx-bootstrapgrids-accordion', 'frame' => '2', 'config' => array('colCount' => '1', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array(*DEEP NESTED ARRAY*)))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_accordion.xml', 'columns' => array('CSV' => '-2,-1,101'), 'allowed' => array(array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), array('uid' => 3, 'pid' => 1, 'tstamp' => 1414614314, 'crdate' => 1414614314, 'cruser_id' => 10, 't3ver_oid' => 0, 'zzz_deleted_t3ver_id' => 0, 't3ver_wsid' => 0, 't3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 0, 'sorting' => 64, 'deleted' => 0, 'hidden' => 0, 'title' => 'Simple Container', 'alias' => '', 'frame' => 0, 'description' => '', 'horizontal' => 0, 'top_level_layout' => 0, 'config' => array('colCount' => '1', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array(*DEEP NESTED ARRAY*)))), 'pi_flexform_ds' => '', 'pi_flexform_ds_file' => '', 'icon' => '', 'columns' => array('CSV' => '-2,-1,1'), 'allowed' => array(array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), array('uid' => 2, 'pid' => 1, 'tstamp' => 1414613917, 'crdate' => 1414613917, 'cruser_id' => 10, 't3ver_oid' => 0, 'zzz_deleted_t3ver_id' => 0, 't3ver_wsid' => 0, 't3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 0, 'sorting' => 128, 'deleted' => 0, 'hidden' => 0, 'title' => 'Header and Subheader Container', 'alias' => '', 'frame' => 0, 'description' => '', 'horizontal' => 0, 'top_level_layout' => 0, 'config' => array('colCount' => '2', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array(*DEEP NESTED ARRAY*)))), 'pi_flexform_ds' => '', 'pi_flexform_ds_file' => '', 'icon' => '', 'columns' => array('CSV' => '-2,-1,1,2'), 'allowed' => array(array('CType' => array('text' => 0, 'textpic' => 1, 'image' => 2)), array('CType' => array('text' => 0))), 'disallowed' => array(), 'maxitems' => array()), array('uid' => 1, 'pid' => 1, 'tstamp' => 1414173536, 'crdate' => 1414173488, 'cruser_id' => 10, 't3ver_oid' => 0, 'zzz_deleted_t3ver_id' => 0, 't3ver_wsid' => 0, 't3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 0, 'sorting' => 256, 'deleted' => 0, 'hidden' => 0, 'title' => 'Neue Modelle Container', 'alias' => '', 'frame' => 1, 'description' => '', 'horizontal' => 0, 'top_level_layout' => 0, 'config' => array('colCount' => '1', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array(*DEEP NESTED ARRAY*)))), 'pi_flexform_ds' => '', 'pi_flexform_ds_file' => '', 'icon' => ''))))), array(array('data' => array('uid' => 60546, 'pid' => 8573, 't3ver_oid' => 0, 'zzz_deleted_t3ver_id' => 0, 't3ver_wsid' => 0, 'zzz_deleted_t3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 59626, 'tstamp' => 1636383069, 'crdate' => 1585583765, 'cruser_id' => 10, 'hidden' => 0, 'sorting' => 1, 'CType' => 'dwsducati_person', 'header' => 'Bernhard Nelböck', 'header_position' => '', 'bodytext' => null, 'image' => 2, 'imagewidth' => 0, 'imageorient' => 0, 'imagecols' => 2, 'imageborder' => 0, 'media' => 0, 'layout' => '0', 'deleted' => 0, 'cols' => 0, 'records' => '', 'pages' => '', 'starttime' => 0, 'endtime' => 0, 'colPos' => -1, 'subheader' => '', 'zzz_deleted_spaceBefore' => 0, 'zzz_deleted_spaceAfter' => 0, 'fe_group' => '', 'header_link' => '', 'image_zoom' => 0, 'header_layout' => '100', 'list_type' => '', 'sectionIndex' => 1, 'linkToTop' => 0, 'filelink_size' => 0, 'date' => 0, 'recursive' => 0, 'imageheight' => 0, 'sys_language_uid' => 0, 'tx_impexp_origuid' => 0, 'pi_flexform' => array('data' => array('Person' => array('lDEF' => array('title' => array('vDEF' => 'Serviceberater Ducati & Honda'), 'text' => array('vDEF' => ''), 'boxcolor' => array('vDEF' => 'rot'), 'image' => array('vDEF' => '1'), 'phone' => array('vDEF' => '‭+43 664 88373922'), 'email' => array('vDEF' => 'bernhard.nelboeck@motorrad-wien.at'))))), 'l18n_parent' => 0, 'l18n_diffsource' => 'a:1:{s:6:"hidden";N;}', 'file_collections' => '', 'filelink_sorting' => '', 'target' => '', 'accessibility_title' => '', 'accessibility_bypass' => 0, 'accessibility_bypass_text' => '', 'selected_categories' => '', 'category_field' => '', 'categories' => 0, 'backupColPos' => -2, 'tx_gridelements_backend_layout' => '0', 'tx_gridelements_children' => 0, 'tx_gridelements_container' => 60550, 'tx_gridelements_columns' => 102, 'tx_iconfont_icon' => '0', 'tx_vimeovideo_url' => null, 'tx_vimeovideo_caption' => null, 'tx_vimeovideo_autoplay' => 0, 'tx_vimeovideo_loop' => 0, 'tx_vimeovideo_title' => 0, 'tx_vimeovideo_ratio' => 0, 'tx_news_related_news' => 0, 'editlock' => 0, 'rowDescription' => '', 'table_caption' => null, 'table_delimiter' => 124, 'table_enclosure' => 0, 'table_header_position' => 0, 'table_tfoot' => 0, 'bullets_type' => 0, 'uploads_description' => 0, 'uploads_type' => 0, 'assets' => 0, 'frame_class' => 'default', 'space_before_class' => '', 'space_after_class' => '', 'l10n_source' => 0, 'table_class' => '', 'l10n_state' => null, 'tx_dwsducati_icon' => '', 'tx_dwsducati_subheader' => '', 'tx_dwsducati_gallerymode' => 0, 'tx_youtubevideo_url' => null, 'tx_youtubevideo_caption' => null, 'tx_youtubevideo_autoplay' => 0, 'tx_youtubevideo_showinfo' => 0, 'tx_youtubevideo_rel' => 0, 'tx_youtubevideo_startminute' => 0, 'tx_youtubevideo_startsecond' => 0, 'tx_youtubevideo_ratio' => 0, 'tx_youtubevideo_fullscreen' => 0, 'tx_youtubevideo_loop' => 0, 'tx_dwsducati_subheader_position' => '', 'tx_dwsducati_cssclass' => '', 'tx_youtubevideo_covertitle' => null, 'tx_youtubevideo_covertext' => null, 'tx_dwsducati_articlewidth' => '', 'tx_flux_migrated_version' => null, 'gridelements_shortcut_page_order_by' => 0, 'filelink_sorting_direction' => '', 'tx_container_parent' => 0, 'tx_t3sbootstrap_header_display' => '', 'tx_t3sbootstrap_header_class' => '', 'tx_t3sbootstrap_header_fontawesome' => '', 'tx_t3sbootstrap_header_position' => '', 'tx_t3sbootstrap_header_sectionMenu' => '', 'tx_t3sbootstrap_sectionOrder' => '', 'tx_t3sbootstrap_padding_sides' => 'b', 'tx_t3sbootstrap_padding_size' => '2', 'tx_t3sbootstrap_margin_sides' => '', 'tx_t3sbootstrap_margin_size' => '', 'tx_t3sbootstrap_flexbox_columns' => '', 'tx_t3sbootstrap_flexbox_prefix' => '', 'tx_t3sbootstrap_extra_class' => '', 'tx_t3sbootstrap_bgcolor' => '', 'tx_t3sbootstrap_bgopacity' => '', 'tx_t3sbootstrap_contextcolor' => '', 'tx_t3sbootstrap_textcolor' => '', 'tx_t3sbootstrap_flexform' => null, 'tx_t3sbootstrap_inTextImgRowWidth' => '', 'tx_t3sbootstrap_inTextImgColumns' => 0, 'tx_t3sbootstrap_galleryGutters' => 0, 'tx_t3sbootstrap_bordercolor' => '', 'tx_t3sbootstrap_image_ratio' => '', 'tx_t3sbootstrap_header_celink' => 0, 'tx_t3sbootstrap_animateCss' => '', 'tx_t3sbootstrap_animateCssRepeat' => 0, 'tx_t3sbootstrap_animateCssDuration' => '', 'tx_t3sbootstrap_animateCssDelay' => '', 'tx_t3sbootstrap_extra_style' => '', 'tx_t3sbootstrap_image_orig' => '', 'tx_youtubevideo_assets' => 0, 'tx_youtubevideo_colcount' => 0, 'tx_youtubevideo_oneatatime' => 0, 'tx_youtubevideo_titles' => 0, 'tx_youtubevideo_descriptions' => 0, 'tx_t3sbootstrap_container' => '', 'tx_srlanguagemenu_type' => 0, 'tx_srlanguagemenu_languages' => '', 'pi_flexform_content' => array('title' => 'Serviceberater Ducati & Honda', 'text' => '', 'boxcolor' => 'rot', 'image' => '1', 'phone' => '‭+43 664 88373922', 'email' => 'bernhard.nelboeck@motorrad-wien.at'), 'flexform_title' => 'Serviceberater Ducati & Honda', 'flexform_text' => '', 'flexform_boxcolor' => 'rot', 'flexform_image' => '1', 'flexform_phone' => '‭+43 664 88373922', 'flexform_email' => 'bernhard.nelboeck@motorrad-wien.at', 'tx_gridelements_backend_layout_resolved' => array('2cols' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:2cols.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:2cols.description', 'iconIdentifier' => 'tx-bootstrapgrids-col2', 'frame' => '3', 'config' => array('colCount' => '2', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array(*DEEP NESTED ARRAY*)))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_2col.xml', 'columns' => array('CSV' => '-2,-1,101,102'), 'allowed' => array(array('CType' => array('*' => 0)), array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), '3cols' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:3cols.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:3cols.description', 'iconIdentifier' => 'tx-bootstrapgrids-col3', 'frame' => '3', 'config' => array('colCount' => '3', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array(*DEEP NESTED ARRAY*)))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_3col.xml', 'columns' => array('CSV' => '-2,-1,101,102,103'), 'allowed' => array(array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), '4cols' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:4cols.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:4cols.description', 'iconIdentifier' => 'tx-bootstrapgrids-col4', 'frame' => '3', 'config' => array('colCount' => '4', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array(*DEEP NESTED ARRAY*)))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_4col.xml', 'columns' => array('CSV' => '-2,-1,101,102,103,104'), 'allowed' => array(array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), 'tabsSimple' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabsSimple.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabsSimple.description', 'iconIdentifier' => 'tx-bootstrapgrids-simpletabs', 'frame' => '2', 'config' => array('colCount' => '1', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array(*DEEP NESTED ARRAY*)))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_tabs_simple.xml', 'columns' => array('CSV' => '-2,-1,101'), 'allowed' => array(array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), 'tabs4' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabs4.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabs4.description', 'iconIdentifier' => 'tx-bootstrapgrids-tabs4', 'frame' => '2', 'config' => array('colCount' => '4', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array(*DEEP NESTED ARRAY*)))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_tabs4.xml', 'columns' => array('CSV' => '-2,-1,101,102,103,104'), 'allowed' => array(array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), 'tabs6' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabs6.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabs6.description', 'iconIdentifier' => 'tx-bootstrapgrids-tabs6', 'frame' => '2', 'config' => array('colCount' => '6', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array(*DEEP NESTED ARRAY*)))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_tabs6.xml', 'columns' => array('CSV' => '-2,-1,101,102,103,104,105,106'), 'allowed' => array(array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), 'accordion' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:accordion.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:accordion.description', 'iconIdentifier' => 'tx-bootstrapgrids-accordion', 'frame' => '2', 'config' => array('colCount' => '1', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array(*DEEP NESTED ARRAY*)))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_accordion.xml', 'columns' => array('CSV' => '-2,-1,101'), 'allowed' => array(array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), array('uid' => 3, 'pid' => 1, 'tstamp' => 1414614314, 'crdate' => 1414614314, 'cruser_id' => 10, 't3ver_oid' => 0, 'zzz_deleted_t3ver_id' => 0, 't3ver_wsid' => 0, 't3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 0, 'sorting' => 64, 'deleted' => 0, 'hidden' => 0, 'title' => 'Simple Container', 'alias' => '', 'frame' => 0, 'description' => '', 'horizontal' => 0, 'top_level_layout' => 0, 'config' => array('colCount' => '1', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array(*DEEP NESTED ARRAY*)))), 'pi_flexform_ds' => '', 'pi_flexform_ds_file' => '', 'icon' => '', 'columns' => array('CSV' => '-2,-1,1'), 'allowed' => array(array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), array('uid' => 2, 'pid' => 1, 'tstamp' => 1414613917, 'crdate' => 1414613917, 'cruser_id' => 10, 't3ver_oid' => 0, 'zzz_deleted_t3ver_id' => 0, 't3ver_wsid' => 0, 't3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 0, 'sorting' => 128, 'deleted' => 0, 'hidden' => 0, 'title' => 'Header and Subheader Container', 'alias' => '', 'frame' => 0, 'description' => '', 'horizontal' => 0, 'top_level_layout' => 0, 'config' => array('colCount' => '2', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array(*DEEP NESTED ARRAY*)))), 'pi_flexform_ds' => '', 'pi_flexform_ds_file' => '', 'icon' => '', 'columns' => array('CSV' => '-2,-1,1,2'), 'allowed' => array(array('CType' => array('text' => 0, 'textpic' => 1, 'image' => 2)), array('CType' => array('text' => 0))), 'disallowed' => array(), 'maxitems' => array()), array('uid' => 1, 'pid' => 1, 'tstamp' => 1414173536, 'crdate' => 1414173488, 'cruser_id' => 10, 't3ver_oid' => 0, 'zzz_deleted_t3ver_id' => 0, 't3ver_wsid' => 0, 't3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 0, 'sorting' => 256, 'deleted' => 0, 'hidden' => 0, 'title' => 'Neue Modelle Container', 'alias' => '', 'frame' => 1, 'description' => '', 'horizontal' => 0, 'top_level_layout' => 0, 'config' => array('colCount' => '1', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array(*DEEP NESTED ARRAY*)))), 'pi_flexform_ds' => '', 'pi_flexform_ds_file' => '', 'icon' => '')))), array('data' => array('uid' => 60547, 'pid' => 8573, 't3ver_oid' => 0, 'zzz_deleted_t3ver_id' => 0, 't3ver_wsid' => 0, 'zzz_deleted_t3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 59630, 'tstamp' => 1636383069, 'crdate' => 1585583765, 'cruser_id' => 10, 'hidden' => 0, 'sorting' => 4, 'CType' => 'dwsducati_person', 'header' => 'Franz Fiala', 'header_position' => '', 'bodytext' => null, 'image' => 1, 'imagewidth' => 0, 'imageorient' => 0, 'imagecols' => 2, 'imageborder' => 0, 'media' => 0, 'layout' => '0', 'deleted' => 0, 'cols' => 0, 'records' => '', 'pages' => '', 'starttime' => 0, 'endtime' => 0, 'colPos' => -1, 'subheader' => '', 'zzz_deleted_spaceBefore' => 0, 'zzz_deleted_spaceAfter' => 0, 'fe_group' => '', 'header_link' => '', 'image_zoom' => 0, 'header_layout' => '100', 'list_type' => '', 'sectionIndex' => 1, 'linkToTop' => 0, 'filelink_size' => 0, 'date' => 0, 'recursive' => 0, 'imageheight' => 0, 'sys_language_uid' => 0, 'tx_impexp_origuid' => 0, 'pi_flexform' => array('data' => array('Person' => array('lDEF' => array('title' => array('vDEF' => 'Servicetechniker'), 'text' => array('vDEF' => ''), 'boxcolor' => array('vDEF' => 'rot'), 'image' => array('vDEF' => '1'), 'phone' => array('vDEF' => ''), 'email' => array('vDEF' => ''))))), 'l18n_parent' => 0, 'l18n_diffsource' => 'a:4:{s:6:"colPos";N;s:25:"tx_gridelements_container";N;s:23:"tx_gridelements_columns";N;s:16:"sys_language_uid";N;}', 'file_collections' => '', 'filelink_sorting' => '', 'target' => '', 'accessibility_title' => '', 'accessibility_bypass' => 0, 'accessibility_bypass_text' => '', 'selected_categories' => '', 'category_field' => '', 'categories' => 0, 'backupColPos' => -2, 'tx_gridelements_backend_layout' => '0', 'tx_gridelements_children' => 0, 'tx_gridelements_container' => 60550, 'tx_gridelements_columns' => 102, 'tx_iconfont_icon' => '0', 'tx_vimeovideo_url' => null, 'tx_vimeovideo_caption' => null, 'tx_vimeovideo_autoplay' => 0, 'tx_vimeovideo_loop' => 0, 'tx_vimeovideo_title' => 0, 'tx_vimeovideo_ratio' => 0, 'tx_news_related_news' => 0, 'editlock' => 0, 'rowDescription' => '', 'table_caption' => null, 'table_delimiter' => 124, 'table_enclosure' => 0, 'table_header_position' => 0, 'table_tfoot' => 0, 'bullets_type' => 0, 'uploads_description' => 0, 'uploads_type' => 0, 'assets' => 0, 'frame_class' => 'default', 'space_before_class' => '', 'space_after_class' => '', 'l10n_source' => 0, 'table_class' => '', 'l10n_state' => null, 'tx_dwsducati_icon' => '', 'tx_dwsducati_subheader' => '', 'tx_dwsducati_gallerymode' => 0, 'tx_youtubevideo_url' => null, 'tx_youtubevideo_caption' => null, 'tx_youtubevideo_autoplay' => 0, 'tx_youtubevideo_showinfo' => 0, 'tx_youtubevideo_rel' => 0, 'tx_youtubevideo_startminute' => 0, 'tx_youtubevideo_startsecond' => 0, 'tx_youtubevideo_ratio' => 0, 'tx_youtubevideo_fullscreen' => 0, 'tx_youtubevideo_loop' => 0, 'tx_dwsducati_subheader_position' => '', 'tx_dwsducati_cssclass' => '', 'tx_youtubevideo_covertitle' => null, 'tx_youtubevideo_covertext' => null, 'tx_dwsducati_articlewidth' => '', 'tx_flux_migrated_version' => null, 'gridelements_shortcut_page_order_by' => 0, 'filelink_sorting_direction' => '', 'tx_container_parent' => 0, 'tx_t3sbootstrap_header_display' => '', 'tx_t3sbootstrap_header_class' => '', 'tx_t3sbootstrap_header_fontawesome' => '', 'tx_t3sbootstrap_header_position' => '', 'tx_t3sbootstrap_header_sectionMenu' => '', 'tx_t3sbootstrap_sectionOrder' => '', 'tx_t3sbootstrap_padding_sides' => 'b', 'tx_t3sbootstrap_padding_size' => '2', 'tx_t3sbootstrap_margin_sides' => '', 'tx_t3sbootstrap_margin_size' => '', 'tx_t3sbootstrap_flexbox_columns' => '', 'tx_t3sbootstrap_flexbox_prefix' => '', 'tx_t3sbootstrap_extra_class' => '', 'tx_t3sbootstrap_bgcolor' => '', 'tx_t3sbootstrap_bgopacity' => '', 'tx_t3sbootstrap_contextcolor' => '', 'tx_t3sbootstrap_textcolor' => '', 'tx_t3sbootstrap_flexform' => null, 'tx_t3sbootstrap_inTextImgRowWidth' => '', 'tx_t3sbootstrap_inTextImgColumns' => 0, 'tx_t3sbootstrap_galleryGutters' => 0, 'tx_t3sbootstrap_bordercolor' => '', 'tx_t3sbootstrap_image_ratio' => '', 'tx_t3sbootstrap_header_celink' => 0, 'tx_t3sbootstrap_animateCss' => '', 'tx_t3sbootstrap_animateCssRepeat' => 0, 'tx_t3sbootstrap_animateCssDuration' => '', 'tx_t3sbootstrap_animateCssDelay' => '', 'tx_t3sbootstrap_extra_style' => '', 'tx_t3sbootstrap_image_orig' => '', 'tx_youtubevideo_assets' => 0, 'tx_youtubevideo_colcount' => 0, 'tx_youtubevideo_oneatatime' => 0, 'tx_youtubevideo_titles' => 0, 'tx_youtubevideo_descriptions' => 0, 'tx_t3sbootstrap_container' => '', 'tx_srlanguagemenu_type' => 0, 'tx_srlanguagemenu_languages' => '', 'pi_flexform_content' => array('title' => 'Servicetechniker', 'text' => '', 'boxcolor' => 'rot', 'image' => '1', 'phone' => '', 'email' => ''), 'flexform_title' => 'Servicetechniker', 'flexform_text' => '', 'flexform_boxcolor' => 'rot', 'flexform_image' => '1', 'flexform_phone' => '', 'flexform_email' => '', 'tx_gridelements_backend_layout_resolved' => array('2cols' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:2cols.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:2cols.description', 'iconIdentifier' => 'tx-bootstrapgrids-col2', 'frame' => '3', 'config' => array('colCount' => '2', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array(*DEEP NESTED ARRAY*)))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_2col.xml', 'columns' => array('CSV' => '-2,-1,101,102'), 'allowed' => array(array('CType' => array('*' => 0)), array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), '3cols' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:3cols.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:3cols.description', 'iconIdentifier' => 'tx-bootstrapgrids-col3', 'frame' => '3', 'config' => array('colCount' => '3', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array(*DEEP NESTED ARRAY*)))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_3col.xml', 'columns' => array('CSV' => '-2,-1,101,102,103'), 'allowed' => array(array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), '4cols' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:4cols.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:4cols.description', 'iconIdentifier' => 'tx-bootstrapgrids-col4', 'frame' => '3', 'config' => array('colCount' => '4', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array(*DEEP NESTED ARRAY*)))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_4col.xml', 'columns' => array('CSV' => '-2,-1,101,102,103,104'), 'allowed' => array(array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), 'tabsSimple' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabsSimple.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabsSimple.description', 'iconIdentifier' => 'tx-bootstrapgrids-simpletabs', 'frame' => '2', 'config' => array('colCount' => '1', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array(*DEEP NESTED ARRAY*)))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_tabs_simple.xml', 'columns' => array('CSV' => '-2,-1,101'), 'allowed' => array(array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), 'tabs4' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabs4.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabs4.description', 'iconIdentifier' => 'tx-bootstrapgrids-tabs4', 'frame' => '2', 'config' => array('colCount' => '4', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array(*DEEP NESTED ARRAY*)))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_tabs4.xml', 'columns' => array('CSV' => '-2,-1,101,102,103,104'), 'allowed' => array(array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), 'tabs6' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabs6.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabs6.description', 'iconIdentifier' => 'tx-bootstrapgrids-tabs6', 'frame' => '2', 'config' => array('colCount' => '6', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array(*DEEP NESTED ARRAY*)))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_tabs6.xml', 'columns' => array('CSV' => '-2,-1,101,102,103,104,105,106'), 'allowed' => array(array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), 'accordion' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:accordion.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:accordion.description', 'iconIdentifier' => 'tx-bootstrapgrids-accordion', 'frame' => '2', 'config' => array('colCount' => '1', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array(*DEEP NESTED ARRAY*)))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_accordion.xml', 'columns' => array('CSV' => '-2,-1,101'), 'allowed' => array(array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), array('uid' => 3, 'pid' => 1, 'tstamp' => 1414614314, 'crdate' => 1414614314, 'cruser_id' => 10, 't3ver_oid' => 0, 'zzz_deleted_t3ver_id' => 0, 't3ver_wsid' => 0, 't3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 0, 'sorting' => 64, 'deleted' => 0, 'hidden' => 0, 'title' => 'Simple Container', 'alias' => '', 'frame' => 0, 'description' => '', 'horizontal' => 0, 'top_level_layout' => 0, 'config' => array('colCount' => '1', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array(*DEEP NESTED ARRAY*)))), 'pi_flexform_ds' => '', 'pi_flexform_ds_file' => '', 'icon' => '', 'columns' => array('CSV' => '-2,-1,1'), 'allowed' => array(array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), array('uid' => 2, 'pid' => 1, 'tstamp' => 1414613917, 'crdate' => 1414613917, 'cruser_id' => 10, 't3ver_oid' => 0, 'zzz_deleted_t3ver_id' => 0, 't3ver_wsid' => 0, 't3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 0, 'sorting' => 128, 'deleted' => 0, 'hidden' => 0, 'title' => 'Header and Subheader Container', 'alias' => '', 'frame' => 0, 'description' => '', 'horizontal' => 0, 'top_level_layout' => 0, 'config' => array('colCount' => '2', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array(*DEEP NESTED ARRAY*)))), 'pi_flexform_ds' => '', 'pi_flexform_ds_file' => '', 'icon' => '', 'columns' => array('CSV' => '-2,-1,1,2'), 'allowed' => array(array('CType' => array('text' => 0, 'textpic' => 1, 'image' => 2)), array('CType' => array('text' => 0))), 'disallowed' => array(), 'maxitems' => array()), array('uid' => 1, 'pid' => 1, 'tstamp' => 1414173536, 'crdate' => 1414173488, 'cruser_id' => 10, 't3ver_oid' => 0, 'zzz_deleted_t3ver_id' => 0, 't3ver_wsid' => 0, 't3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 0, 'sorting' => 256, 'deleted' => 0, 'hidden' => 0, 'title' => 'Neue Modelle Container', 'alias' => '', 'frame' => 1, 'description' => '', 'horizontal' => 0, 'top_level_layout' => 0, 'config' => array('colCount' => '1', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array(*DEEP NESTED ARRAY*)))), 'pi_flexform_ds' => '', 'pi_flexform_ds_file' => '', 'icon' => ''))))), array(array('data' => array('uid' => 60716, 'pid' => 8573, 't3ver_oid' => 0, 'zzz_deleted_t3ver_id' => 0, 't3ver_wsid' => 0, 'zzz_deleted_t3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 60545, 'tstamp' => 1636383069, 'crdate' => 1595597067, 'cruser_id' => 31, 'hidden' => 0, 'sorting' => 64, 'CType' => 'dwsducati_person', 'header' => 'Alexander Wolfauer', 'header_position' => '', 'bodytext' => null, 'image' => 1, 'imagewidth' => 0, 'imageorient' => 0, 'imagecols' => 2, 'imageborder' => 0, 'media' => 0, 'layout' => '0', 'deleted' => 0, 'cols' => 0, 'records' => '', 'pages' => '', 'starttime' => 0, 'endtime' => 0, 'colPos' => -1, 'subheader' => '', 'zzz_deleted_spaceBefore' => 0, 'zzz_deleted_spaceAfter' => 0, 'fe_group' => '', 'header_link' => '', 'image_zoom' => 0, 'header_layout' => '100', 'list_type' => '', 'sectionIndex' => 1, 'linkToTop' => 0, 'filelink_size' => 0, 'date' => 0, 'recursive' => 0, 'imageheight' => 0, 'sys_language_uid' => 0, 'tx_impexp_origuid' => 0, 'pi_flexform' => array('data' => array('Person' => array('lDEF' => array('title' => array('vDEF' => 'Fahrzeugverkauf - Ducati'), 'text' => array('vDEF' => ''), 'boxcolor' => array('vDEF' => 'rot'), 'image' => array('vDEF' => '1'), 'phone' => array('vDEF' => '+4366488373930'), 'email' => array('vDEF' => 'alexander.wolfauer@motorrad-wien.at'))))), 'l18n_parent' => 0, 'l18n_diffsource' => 'a:29:{s:5:"CType";N;s:6:"colPos";N;s:21:"tx_dwsducati_cssclass";N;s:6:"header";N;s:13:"header_layout";N;s:16:"tx_iconfont_icon";N;s:15:"header_position";N;s:4:"date";N;s:11:"header_link";N;s:9:"subheader";N;s:31:"tx_dwsducati_subheader_position";N;s:11:"pi_flexform";N;s:6:"layout";N;s:25:"tx_dwsducati_articlewidth";N;s:11:"frame_class";N;s:18:"space_before_class";N;s:17:"space_after_class";N;s:12:"sectionIndex";N;s:9:"linkToTop";N;s:16:"sys_language_uid";N;s:6:"hidden";N;s:9:"starttime";N;s:7:"endtime";N;s:8:"fe_group";N;s:8:"editlock";N;s:10:"categories";N;s:14:"rowDescription";N;s:25:"tx_gridelements_container";N;s:23:"tx_gridelements_columns";N;}', 'file_collections' => '', 'filelink_sorting' => '', 'target' => '', 'accessibility_title' => '', 'accessibility_bypass' => 0, 'accessibility_bypass_text' => '', 'selected_categories' => '', 'category_field' => '', 'categories' => 0, 'backupColPos' => -2, 'tx_gridelements_backend_layout' => '0', 'tx_gridelements_children' => 0, 'tx_gridelements_container' => 60550, 'tx_gridelements_columns' => 103, 'tx_iconfont_icon' => '0', 'tx_vimeovideo_url' => null, 'tx_vimeovideo_caption' => null, 'tx_vimeovideo_autoplay' => 0, 'tx_vimeovideo_loop' => 0, 'tx_vimeovideo_title' => 0, 'tx_vimeovideo_ratio' => 0, 'tx_news_related_news' => 0, 'editlock' => 0, 'rowDescription' => '', 'table_caption' => null, 'table_delimiter' => 124, 'table_enclosure' => 0, 'table_header_position' => 0, 'table_tfoot' => 0, 'bullets_type' => 0, 'uploads_description' => 0, 'uploads_type' => 0, 'assets' => 0, 'frame_class' => 'default', 'space_before_class' => '', 'space_after_class' => '', 'l10n_source' => 0, 'table_class' => '', 'l10n_state' => null, 'tx_dwsducati_icon' => '', 'tx_dwsducati_subheader' => '', 'tx_dwsducati_gallerymode' => 0, 'tx_youtubevideo_url' => null, 'tx_youtubevideo_caption' => null, 'tx_youtubevideo_autoplay' => 0, 'tx_youtubevideo_showinfo' => 0, 'tx_youtubevideo_rel' => 0, 'tx_youtubevideo_startminute' => 0, 'tx_youtubevideo_startsecond' => 0, 'tx_youtubevideo_ratio' => 0, 'tx_youtubevideo_fullscreen' => 0, 'tx_youtubevideo_loop' => 0, 'tx_dwsducati_subheader_position' => '', 'tx_dwsducati_cssclass' => '', 'tx_youtubevideo_covertitle' => null, 'tx_youtubevideo_covertext' => null, 'tx_dwsducati_articlewidth' => '', 'tx_flux_migrated_version' => null, 'gridelements_shortcut_page_order_by' => 0, 'filelink_sorting_direction' => '', 'tx_container_parent' => 0, 'tx_t3sbootstrap_header_display' => '', 'tx_t3sbootstrap_header_class' => '', 'tx_t3sbootstrap_header_fontawesome' => '', 'tx_t3sbootstrap_header_position' => '', 'tx_t3sbootstrap_header_sectionMenu' => '', 'tx_t3sbootstrap_sectionOrder' => '', 'tx_t3sbootstrap_padding_sides' => 'b', 'tx_t3sbootstrap_padding_size' => '2', 'tx_t3sbootstrap_margin_sides' => '', 'tx_t3sbootstrap_margin_size' => '', 'tx_t3sbootstrap_flexbox_columns' => '', 'tx_t3sbootstrap_flexbox_prefix' => '', 'tx_t3sbootstrap_extra_class' => '', 'tx_t3sbootstrap_bgcolor' => '', 'tx_t3sbootstrap_bgopacity' => '', 'tx_t3sbootstrap_contextcolor' => '', 'tx_t3sbootstrap_textcolor' => '', 'tx_t3sbootstrap_flexform' => null, 'tx_t3sbootstrap_inTextImgRowWidth' => '', 'tx_t3sbootstrap_inTextImgColumns' => 0, 'tx_t3sbootstrap_galleryGutters' => 0, 'tx_t3sbootstrap_bordercolor' => '', 'tx_t3sbootstrap_image_ratio' => '', 'tx_t3sbootstrap_header_celink' => 0, 'tx_t3sbootstrap_animateCss' => '', 'tx_t3sbootstrap_animateCssRepeat' => 0, 'tx_t3sbootstrap_animateCssDuration' => '', 'tx_t3sbootstrap_animateCssDelay' => '', 'tx_t3sbootstrap_extra_style' => '', 'tx_t3sbootstrap_image_orig' => '', 'tx_youtubevideo_assets' => 0, 'tx_youtubevideo_colcount' => 0, 'tx_youtubevideo_oneatatime' => 0, 'tx_youtubevideo_titles' => 0, 'tx_youtubevideo_descriptions' => 0, 'tx_t3sbootstrap_container' => '', 'tx_srlanguagemenu_type' => 0, 'tx_srlanguagemenu_languages' => '', 'pi_flexform_content' => array('title' => 'Fahrzeugverkauf - Ducati', 'text' => '', 'boxcolor' => 'rot', 'image' => '1', 'phone' => '+4366488373930', 'email' => 'alexander.wolfauer@motorrad-wien.at'), 'flexform_title' => 'Fahrzeugverkauf - Ducati', 'flexform_text' => '', 'flexform_boxcolor' => 'rot', 'flexform_image' => '1', 'flexform_phone' => '+4366488373930', 'flexform_email' => 'alexander.wolfauer@motorrad-wien.at', 'tx_gridelements_backend_layout_resolved' => array('2cols' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:2cols.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:2cols.description', 'iconIdentifier' => 'tx-bootstrapgrids-col2', 'frame' => '3', 'config' => array('colCount' => '2', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array(*DEEP NESTED ARRAY*)))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_2col.xml', 'columns' => array('CSV' => '-2,-1,101,102'), 'allowed' => array(array('CType' => array('*' => 0)), array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), '3cols' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:3cols.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:3cols.description', 'iconIdentifier' => 'tx-bootstrapgrids-col3', 'frame' => '3', 'config' => array('colCount' => '3', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array(*DEEP NESTED ARRAY*)))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_3col.xml', 'columns' => array('CSV' => '-2,-1,101,102,103'), 'allowed' => array(array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), '4cols' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:4cols.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:4cols.description', 'iconIdentifier' => 'tx-bootstrapgrids-col4', 'frame' => '3', 'config' => array('colCount' => '4', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array(*DEEP NESTED ARRAY*)))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_4col.xml', 'columns' => array('CSV' => '-2,-1,101,102,103,104'), 'allowed' => array(array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), 'tabsSimple' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabsSimple.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabsSimple.description', 'iconIdentifier' => 'tx-bootstrapgrids-simpletabs', 'frame' => '2', 'config' => array('colCount' => '1', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array(*DEEP NESTED ARRAY*)))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_tabs_simple.xml', 'columns' => array('CSV' => '-2,-1,101'), 'allowed' => array(array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), 'tabs4' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabs4.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabs4.description', 'iconIdentifier' => 'tx-bootstrapgrids-tabs4', 'frame' => '2', 'config' => array('colCount' => '4', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array(*DEEP NESTED ARRAY*)))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_tabs4.xml', 'columns' => array('CSV' => '-2,-1,101,102,103,104'), 'allowed' => array(array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), 'tabs6' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabs6.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabs6.description', 'iconIdentifier' => 'tx-bootstrapgrids-tabs6', 'frame' => '2', 'config' => array('colCount' => '6', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array(*DEEP NESTED ARRAY*)))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_tabs6.xml', 'columns' => array('CSV' => '-2,-1,101,102,103,104,105,106'), 'allowed' => array(array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), 'accordion' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:accordion.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:accordion.description', 'iconIdentifier' => 'tx-bootstrapgrids-accordion', 'frame' => '2', 'config' => array('colCount' => '1', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array(*DEEP NESTED ARRAY*)))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_accordion.xml', 'columns' => array('CSV' => '-2,-1,101'), 'allowed' => array(array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), array('uid' => 3, 'pid' => 1, 'tstamp' => 1414614314, 'crdate' => 1414614314, 'cruser_id' => 10, 't3ver_oid' => 0, 'zzz_deleted_t3ver_id' => 0, 't3ver_wsid' => 0, 't3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 0, 'sorting' => 64, 'deleted' => 0, 'hidden' => 0, 'title' => 'Simple Container', 'alias' => '', 'frame' => 0, 'description' => '', 'horizontal' => 0, 'top_level_layout' => 0, 'config' => array('colCount' => '1', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array(*DEEP NESTED ARRAY*)))), 'pi_flexform_ds' => '', 'pi_flexform_ds_file' => '', 'icon' => '', 'columns' => array('CSV' => '-2,-1,1'), 'allowed' => array(array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), array('uid' => 2, 'pid' => 1, 'tstamp' => 1414613917, 'crdate' => 1414613917, 'cruser_id' => 10, 't3ver_oid' => 0, 'zzz_deleted_t3ver_id' => 0, 't3ver_wsid' => 0, 't3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 0, 'sorting' => 128, 'deleted' => 0, 'hidden' => 0, 'title' => 'Header and Subheader Container', 'alias' => '', 'frame' => 0, 'description' => '', 'horizontal' => 0, 'top_level_layout' => 0, 'config' => array('colCount' => '2', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array(*DEEP NESTED ARRAY*)))), 'pi_flexform_ds' => '', 'pi_flexform_ds_file' => '', 'icon' => '', 'columns' => array('CSV' => '-2,-1,1,2'), 'allowed' => array(array('CType' => array('text' => 0, 'textpic' => 1, 'image' => 2)), array('CType' => array('text' => 0))), 'disallowed' => array(), 'maxitems' => array()), array('uid' => 1, 'pid' => 1, 'tstamp' => 1414173536, 'crdate' => 1414173488, 'cruser_id' => 10, 't3ver_oid' => 0, 'zzz_deleted_t3ver_id' => 0, 't3ver_wsid' => 0, 't3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 0, 'sorting' => 256, 'deleted' => 0, 'hidden' => 0, 'title' => 'Neue Modelle Container', 'alias' => '', 'frame' => 1, 'description' => '', 'horizontal' => 0, 'top_level_layout' => 0, 'config' => array('colCount' => '1', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array(*DEEP NESTED ARRAY*)))), 'pi_flexform_ds' => '', 'pi_flexform_ds_file' => '', 'icon' => '')))), array('data' => array('uid' => 60719, 'pid' => 8573, 't3ver_oid' => 0, 'zzz_deleted_t3ver_id' => 0, 't3ver_wsid' => 0, 'zzz_deleted_t3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 60545, 'tstamp' => 1636383069, 'crdate' => 1595597598, 'cruser_id' => 31, 'hidden' => 0, 'sorting' => 128, 'CType' => 'dwsducati_person', 'header' => 'Piotr Moranowiczz', 'header_position' => '', 'bodytext' => null, 'image' => 1, 'imagewidth' => 0, 'imageorient' => 0, 'imagecols' => 2, 'imageborder' => 0, 'media' => 0, 'layout' => '0', 'deleted' => 0, 'cols' => 0, 'records' => '', 'pages' => '', 'starttime' => 0, 'endtime' => 0, 'colPos' => -1, 'subheader' => '', 'zzz_deleted_spaceBefore' => 0, 'zzz_deleted_spaceAfter' => 0, 'fe_group' => '', 'header_link' => '', 'image_zoom' => 0, 'header_layout' => '100', 'list_type' => '', 'sectionIndex' => 1, 'linkToTop' => 0, 'filelink_size' => 0, 'date' => 0, 'recursive' => 0, 'imageheight' => 0, 'sys_language_uid' => 0, 'tx_impexp_origuid' => 0, 'pi_flexform' => array('data' => array('Person' => array('lDEF' => array('title' => array('vDEF' => 'Servicetechniker'), 'text' => array('vDEF' => ''), 'boxcolor' => array('vDEF' => 'rot'), 'image' => array('vDEF' => '1'), 'phone' => array('vDEF' => ''), 'email' => array('vDEF' => ''))))), 'l18n_parent' => 0, 'l18n_diffsource' => 'a:1:{s:6:"hidden";N;}', 'file_collections' => '', 'filelink_sorting' => '', 'target' => '', 'accessibility_title' => '', 'accessibility_bypass' => 0, 'accessibility_bypass_text' => '', 'selected_categories' => '', 'category_field' => '', 'categories' => 0, 'backupColPos' => -2, 'tx_gridelements_backend_layout' => '0', 'tx_gridelements_children' => 0, 'tx_gridelements_container' => 60550, 'tx_gridelements_columns' => 103, 'tx_iconfont_icon' => '0', 'tx_vimeovideo_url' => null, 'tx_vimeovideo_caption' => null, 'tx_vimeovideo_autoplay' => 0, 'tx_vimeovideo_loop' => 0, 'tx_vimeovideo_title' => 0, 'tx_vimeovideo_ratio' => 0, 'tx_news_related_news' => 0, 'editlock' => 0, 'rowDescription' => '', 'table_caption' => null, 'table_delimiter' => 124, 'table_enclosure' => 0, 'table_header_position' => 0, 'table_tfoot' => 0, 'bullets_type' => 0, 'uploads_description' => 0, 'uploads_type' => 0, 'assets' => 0, 'frame_class' => 'default', 'space_before_class' => '', 'space_after_class' => '', 'l10n_source' => 0, 'table_class' => '', 'l10n_state' => null, 'tx_dwsducati_icon' => '', 'tx_dwsducati_subheader' => '', 'tx_dwsducati_gallerymode' => 0, 'tx_youtubevideo_url' => null, 'tx_youtubevideo_caption' => null, 'tx_youtubevideo_autoplay' => 0, 'tx_youtubevideo_showinfo' => 0, 'tx_youtubevideo_rel' => 0, 'tx_youtubevideo_startminute' => 0, 'tx_youtubevideo_startsecond' => 0, 'tx_youtubevideo_ratio' => 0, 'tx_youtubevideo_fullscreen' => 0, 'tx_youtubevideo_loop' => 0, 'tx_dwsducati_subheader_position' => '', 'tx_dwsducati_cssclass' => '', 'tx_youtubevideo_covertitle' => null, 'tx_youtubevideo_covertext' => null, 'tx_dwsducati_articlewidth' => '', 'tx_flux_migrated_version' => null, 'gridelements_shortcut_page_order_by' => 0, 'filelink_sorting_direction' => '', 'tx_container_parent' => 0, 'tx_t3sbootstrap_header_display' => '', 'tx_t3sbootstrap_header_class' => '', 'tx_t3sbootstrap_header_fontawesome' => '', 'tx_t3sbootstrap_header_position' => '', 'tx_t3sbootstrap_header_sectionMenu' => '', 'tx_t3sbootstrap_sectionOrder' => '', 'tx_t3sbootstrap_padding_sides' => 'b', 'tx_t3sbootstrap_padding_size' => '2', 'tx_t3sbootstrap_margin_sides' => '', 'tx_t3sbootstrap_margin_size' => '', 'tx_t3sbootstrap_flexbox_columns' => '', 'tx_t3sbootstrap_flexbox_prefix' => '', 'tx_t3sbootstrap_extra_class' => '', 'tx_t3sbootstrap_bgcolor' => '', 'tx_t3sbootstrap_bgopacity' => '', 'tx_t3sbootstrap_contextcolor' => '', 'tx_t3sbootstrap_textcolor' => '', 'tx_t3sbootstrap_flexform' => null, 'tx_t3sbootstrap_inTextImgRowWidth' => '', 'tx_t3sbootstrap_inTextImgColumns' => 0, 'tx_t3sbootstrap_galleryGutters' => 0, 'tx_t3sbootstrap_bordercolor' => '', 'tx_t3sbootstrap_image_ratio' => '', 'tx_t3sbootstrap_header_celink' => 0, 'tx_t3sbootstrap_animateCss' => '', 'tx_t3sbootstrap_animateCssRepeat' => 0, 'tx_t3sbootstrap_animateCssDuration' => '', 'tx_t3sbootstrap_animateCssDelay' => '', 'tx_t3sbootstrap_extra_style' => '', 'tx_t3sbootstrap_image_orig' => '', 'tx_youtubevideo_assets' => 0, 'tx_youtubevideo_colcount' => 0, 'tx_youtubevideo_oneatatime' => 0, 'tx_youtubevideo_titles' => 0, 'tx_youtubevideo_descriptions' => 0, 'tx_t3sbootstrap_container' => '', 'tx_srlanguagemenu_type' => 0, 'tx_srlanguagemenu_languages' => '', 'pi_flexform_content' => array('title' => 'Servicetechniker', 'text' => '', 'boxcolor' => 'rot', 'image' => '1', 'phone' => '', 'email' => ''), 'flexform_title' => 'Servicetechniker', 'flexform_text' => '', 'flexform_boxcolor' => 'rot', 'flexform_image' => '1', 'flexform_phone' => '', 'flexform_email' => '', 'tx_gridelements_backend_layout_resolved' => array('2cols' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:2cols.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:2cols.description', 'iconIdentifier' => 'tx-bootstrapgrids-col2', 'frame' => '3', 'config' => array('colCount' => '2', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array(*DEEP NESTED ARRAY*)))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_2col.xml', 'columns' => array('CSV' => '-2,-1,101,102'), 'allowed' => array(array('CType' => array('*' => 0)), array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), '3cols' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:3cols.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:3cols.description', 'iconIdentifier' => 'tx-bootstrapgrids-col3', 'frame' => '3', 'config' => array('colCount' => '3', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array(*DEEP NESTED ARRAY*)))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_3col.xml', 'columns' => array('CSV' => '-2,-1,101,102,103'), 'allowed' => array(array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), '4cols' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:4cols.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:4cols.description', 'iconIdentifier' => 'tx-bootstrapgrids-col4', 'frame' => '3', 'config' => array('colCount' => '4', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array(*DEEP NESTED ARRAY*)))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_4col.xml', 'columns' => array('CSV' => '-2,-1,101,102,103,104'), 'allowed' => array(array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), 'tabsSimple' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabsSimple.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabsSimple.description', 'iconIdentifier' => 'tx-bootstrapgrids-simpletabs', 'frame' => '2', 'config' => array('colCount' => '1', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array(*DEEP NESTED ARRAY*)))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_tabs_simple.xml', 'columns' => array('CSV' => '-2,-1,101'), 'allowed' => array(array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), 'tabs4' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabs4.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabs4.description', 'iconIdentifier' => 'tx-bootstrapgrids-tabs4', 'frame' => '2', 'config' => array('colCount' => '4', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array(*DEEP NESTED ARRAY*)))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_tabs4.xml', 'columns' => array('CSV' => '-2,-1,101,102,103,104'), 'allowed' => array(array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), 'tabs6' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabs6.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabs6.description', 'iconIdentifier' => 'tx-bootstrapgrids-tabs6', 'frame' => '2', 'config' => array('colCount' => '6', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array(*DEEP NESTED ARRAY*)))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_tabs6.xml', 'columns' => array('CSV' => '-2,-1,101,102,103,104,105,106'), 'allowed' => array(array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), 'accordion' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:accordion.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:accordion.description', 'iconIdentifier' => 'tx-bootstrapgrids-accordion', 'frame' => '2', 'config' => array('colCount' => '1', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array(*DEEP NESTED ARRAY*)))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_accordion.xml', 'columns' => array('CSV' => '-2,-1,101'), 'allowed' => array(array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), array('uid' => 3, 'pid' => 1, 'tstamp' => 1414614314, 'crdate' => 1414614314, 'cruser_id' => 10, 't3ver_oid' => 0, 'zzz_deleted_t3ver_id' => 0, 't3ver_wsid' => 0, 't3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 0, 'sorting' => 64, 'deleted' => 0, 'hidden' => 0, 'title' => 'Simple Container', 'alias' => '', 'frame' => 0, 'description' => '', 'horizontal' => 0, 'top_level_layout' => 0, 'config' => array('colCount' => '1', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array(*DEEP NESTED ARRAY*)))), 'pi_flexform_ds' => '', 'pi_flexform_ds_file' => '', 'icon' => '', 'columns' => array('CSV' => '-2,-1,1'), 'allowed' => array(array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), array('uid' => 2, 'pid' => 1, 'tstamp' => 1414613917, 'crdate' => 1414613917, 'cruser_id' => 10, 't3ver_oid' => 0, 'zzz_deleted_t3ver_id' => 0, 't3ver_wsid' => 0, 't3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 0, 'sorting' => 128, 'deleted' => 0, 'hidden' => 0, 'title' => 'Header and Subheader Container', 'alias' => '', 'frame' => 0, 'description' => '', 'horizontal' => 0, 'top_level_layout' => 0, 'config' => array('colCount' => '2', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array(*DEEP NESTED ARRAY*)))), 'pi_flexform_ds' => '', 'pi_flexform_ds_file' => '', 'icon' => '', 'columns' => array('CSV' => '-2,-1,1,2'), 'allowed' => array(array('CType' => array('text' => 0, 'textpic' => 1, 'image' => 2)), array('CType' => array('text' => 0))), 'disallowed' => array(), 'maxitems' => array()), array('uid' => 1, 'pid' => 1, 'tstamp' => 1414173536, 'crdate' => 1414173488, 'cruser_id' => 10, 't3ver_oid' => 0, 'zzz_deleted_t3ver_id' => 0, 't3ver_wsid' => 0, 't3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 0, 'sorting' => 256, 'deleted' => 0, 'hidden' => 0, 'title' => 'Neue Modelle Container', 'alias' => '', 'frame' => 1, 'description' => '', 'horizontal' => 0, 'top_level_layout' => 0, 'config' => array('colCount' => '1', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array(*DEEP NESTED ARRAY*)))), 'pi_flexform_ds' => '', 'pi_flexform_ds_file' => '', 'icon' => ''))))), array(array('data' => array('uid' => 60544, 'pid' => 8573, 't3ver_oid' => 0, 'zzz_deleted_t3ver_id' => 0, 't3ver_wsid' => 0, 'zzz_deleted_t3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 59629, 'tstamp' => 1636383069, 'crdate' => 1585583765, 'cruser_id' => 10, 'hidden' => 0, 'sorting' => 256, 'CType' => 'dwsducati_person', 'header' => 'Zoran "Zoki" Mracic', 'header_position' => '', 'bodytext' => null, 'image' => 1, 'imagewidth' => 0, 'imageorient' => 0, 'imagecols' => 2, 'imageborder' => 0, 'media' => 0, 'layout' => '0', 'deleted' => 0, 'cols' => 0, 'records' => '', 'pages' => '', 'starttime' => 0, 'endtime' => 0, 'colPos' => -1, 'subheader' => '', 'zzz_deleted_spaceBefore' => 0, 'zzz_deleted_spaceAfter' => 0, 'fe_group' => '', 'header_link' => '', 'image_zoom' => 0, 'header_layout' => '100', 'list_type' => '', 'sectionIndex' => 1, 'linkToTop' => 0, 'filelink_size' => 0, 'date' => 0, 'recursive' => 0, 'imageheight' => 0, 'sys_language_uid' => 0, 'tx_impexp_origuid' => 0, 'pi_flexform' => array('data' => array('Person' => array('lDEF' => array('title' => array('vDEF' => 'Servicetechniker'), 'text' => array('vDEF' => ''), 'boxcolor' => array('vDEF' => 'rot'), 'image' => array('vDEF' => '2'), 'phone' => array('vDEF' => ''), 'email' => array('vDEF' => ''))))), 'l18n_parent' => 0, 'l18n_diffsource' => 'a:1:{s:6:"hidden";N;}', 'file_collections' => '', 'filelink_sorting' => '', 'target' => '', 'accessibility_title' => '', 'accessibility_bypass' => 0, 'accessibility_bypass_text' => '', 'selected_categories' => '', 'category_field' => '', 'categories' => 0, 'backupColPos' => -2, 'tx_gridelements_backend_layout' => '0', 'tx_gridelements_children' => 0, 'tx_gridelements_container' => 60550, 'tx_gridelements_columns' => 104, 'tx_iconfont_icon' => '0', 'tx_vimeovideo_url' => null, 'tx_vimeovideo_caption' => null, 'tx_vimeovideo_autoplay' => 0, 'tx_vimeovideo_loop' => 0, 'tx_vimeovideo_title' => 0, 'tx_vimeovideo_ratio' => 0, 'tx_news_related_news' => 0, 'editlock' => 0, 'rowDescription' => '', 'table_caption' => null, 'table_delimiter' => 124, 'table_enclosure' => 0, 'table_header_position' => 0, 'table_tfoot' => 0, 'bullets_type' => 0, 'uploads_description' => 0, 'uploads_type' => 0, 'assets' => 0, 'frame_class' => 'default', 'space_before_class' => '', 'space_after_class' => '', 'l10n_source' => 0, 'table_class' => '', 'l10n_state' => null, 'tx_dwsducati_icon' => '', 'tx_dwsducati_subheader' => '', 'tx_dwsducati_gallerymode' => 0, 'tx_youtubevideo_url' => null, 'tx_youtubevideo_caption' => null, 'tx_youtubevideo_autoplay' => 0, 'tx_youtubevideo_showinfo' => 0, 'tx_youtubevideo_rel' => 0, 'tx_youtubevideo_startminute' => 0, 'tx_youtubevideo_startsecond' => 0, 'tx_youtubevideo_ratio' => 0, 'tx_youtubevideo_fullscreen' => 0, 'tx_youtubevideo_loop' => 0, 'tx_dwsducati_subheader_position' => '', 'tx_dwsducati_cssclass' => '', 'tx_youtubevideo_covertitle' => null, 'tx_youtubevideo_covertext' => null, 'tx_dwsducati_articlewidth' => '', 'tx_flux_migrated_version' => null, 'gridelements_shortcut_page_order_by' => 0, 'filelink_sorting_direction' => '', 'tx_container_parent' => 0, 'tx_t3sbootstrap_header_display' => '', 'tx_t3sbootstrap_header_class' => '', 'tx_t3sbootstrap_header_fontawesome' => '', 'tx_t3sbootstrap_header_position' => '', 'tx_t3sbootstrap_header_sectionMenu' => '', 'tx_t3sbootstrap_sectionOrder' => '', 'tx_t3sbootstrap_padding_sides' => 'b', 'tx_t3sbootstrap_padding_size' => '2', 'tx_t3sbootstrap_margin_sides' => '', 'tx_t3sbootstrap_margin_size' => '', 'tx_t3sbootstrap_flexbox_columns' => '', 'tx_t3sbootstrap_flexbox_prefix' => '', 'tx_t3sbootstrap_extra_class' => '', 'tx_t3sbootstrap_bgcolor' => '', 'tx_t3sbootstrap_bgopacity' => '', 'tx_t3sbootstrap_contextcolor' => '', 'tx_t3sbootstrap_textcolor' => '', 'tx_t3sbootstrap_flexform' => null, 'tx_t3sbootstrap_inTextImgRowWidth' => '', 'tx_t3sbootstrap_inTextImgColumns' => 0, 'tx_t3sbootstrap_galleryGutters' => 0, 'tx_t3sbootstrap_bordercolor' => '', 'tx_t3sbootstrap_image_ratio' => '', 'tx_t3sbootstrap_header_celink' => 0, 'tx_t3sbootstrap_animateCss' => '', 'tx_t3sbootstrap_animateCssRepeat' => 0, 'tx_t3sbootstrap_animateCssDuration' => '', 'tx_t3sbootstrap_animateCssDelay' => '', 'tx_t3sbootstrap_extra_style' => '', 'tx_t3sbootstrap_image_orig' => '', 'tx_youtubevideo_assets' => 0, 'tx_youtubevideo_colcount' => 0, 'tx_youtubevideo_oneatatime' => 0, 'tx_youtubevideo_titles' => 0, 'tx_youtubevideo_descriptions' => 0, 'tx_t3sbootstrap_container' => '', 'tx_srlanguagemenu_type' => 0, 'tx_srlanguagemenu_languages' => '', 'pi_flexform_content' => array('title' => 'Servicetechniker', 'text' => '', 'boxcolor' => 'rot', 'image' => '2', 'phone' => '', 'email' => ''), 'flexform_title' => 'Servicetechniker', 'flexform_text' => '', 'flexform_boxcolor' => 'rot', 'flexform_image' => '2', 'flexform_phone' => '', 'flexform_email' => '', 'tx_gridelements_backend_layout_resolved' => array('2cols' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:2cols.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:2cols.description', 'iconIdentifier' => 'tx-bootstrapgrids-col2', 'frame' => '3', 'config' => array('colCount' => '2', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array(*DEEP NESTED ARRAY*)))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_2col.xml', 'columns' => array('CSV' => '-2,-1,101,102'), 'allowed' => array(array('CType' => array('*' => 0)), array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), '3cols' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:3cols.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:3cols.description', 'iconIdentifier' => 'tx-bootstrapgrids-col3', 'frame' => '3', 'config' => array('colCount' => '3', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array(*DEEP NESTED ARRAY*)))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_3col.xml', 'columns' => array('CSV' => '-2,-1,101,102,103'), 'allowed' => array(array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), '4cols' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:4cols.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:4cols.description', 'iconIdentifier' => 'tx-bootstrapgrids-col4', 'frame' => '3', 'config' => array('colCount' => '4', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array(*DEEP NESTED ARRAY*)))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_4col.xml', 'columns' => array('CSV' => '-2,-1,101,102,103,104'), 'allowed' => array(array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), 'tabsSimple' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabsSimple.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabsSimple.description', 'iconIdentifier' => 'tx-bootstrapgrids-simpletabs', 'frame' => '2', 'config' => array('colCount' => '1', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array(*DEEP NESTED ARRAY*)))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_tabs_simple.xml', 'columns' => array('CSV' => '-2,-1,101'), 'allowed' => array(array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), 'tabs4' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabs4.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabs4.description', 'iconIdentifier' => 'tx-bootstrapgrids-tabs4', 'frame' => '2', 'config' => array('colCount' => '4', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array(*DEEP NESTED ARRAY*)))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_tabs4.xml', 'columns' => array('CSV' => '-2,-1,101,102,103,104'), 'allowed' => array(array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), 'tabs6' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabs6.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:tabs6.description', 'iconIdentifier' => 'tx-bootstrapgrids-tabs6', 'frame' => '2', 'config' => array('colCount' => '6', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array(*DEEP NESTED ARRAY*)))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_tabs6.xml', 'columns' => array('CSV' => '-2,-1,101,102,103,104,105,106'), 'allowed' => array(array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0)), array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), 'accordion' => array('title' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:accordion.title', 'description' => 'LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:accordion.description', 'iconIdentifier' => 'tx-bootstrapgrids-accordion', 'frame' => '2', 'config' => array('colCount' => '1', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array(*DEEP NESTED ARRAY*)))), 'top_level_layout' => '0', 'pi_flexform_ds' => 'FILE:EXT:bootstrap_grids/Configuration/FlexForm/flexform_accordion.xml', 'columns' => array('CSV' => '-2,-1,101'), 'allowed' => array(array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), array('uid' => 3, 'pid' => 1, 'tstamp' => 1414614314, 'crdate' => 1414614314, 'cruser_id' => 10, 't3ver_oid' => 0, 'zzz_deleted_t3ver_id' => 0, 't3ver_wsid' => 0, 't3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 0, 'sorting' => 64, 'deleted' => 0, 'hidden' => 0, 'title' => 'Simple Container', 'alias' => '', 'frame' => 0, 'description' => '', 'horizontal' => 0, 'top_level_layout' => 0, 'config' => array('colCount' => '1', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array(*DEEP NESTED ARRAY*)))), 'pi_flexform_ds' => '', 'pi_flexform_ds_file' => '', 'icon' => '', 'columns' => array('CSV' => '-2,-1,1'), 'allowed' => array(array('CType' => array('*' => 0))), 'disallowed' => array(), 'maxitems' => array()), array('uid' => 2, 'pid' => 1, 'tstamp' => 1414613917, 'crdate' => 1414613917, 'cruser_id' => 10, 't3ver_oid' => 0, 'zzz_deleted_t3ver_id' => 0, 't3ver_wsid' => 0, 't3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 0, 'sorting' => 128, 'deleted' => 0, 'hidden' => 0, 'title' => 'Header and Subheader Container', 'alias' => '', 'frame' => 0, 'description' => '', 'horizontal' => 0, 'top_level_layout' => 0, 'config' => array('colCount' => '2', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array(*DEEP NESTED ARRAY*)))), 'pi_flexform_ds' => '', 'pi_flexform_ds_file' => '', 'icon' => '', 'columns' => array('CSV' => '-2,-1,1,2'), 'allowed' => array(array('CType' => array('text' => 0, 'textpic' => 1, 'image' => 2)), array('CType' => array('text' => 0))), 'disallowed' => array(), 'maxitems' => array()), array('uid' => 1, 'pid' => 1, 'tstamp' => 1414173536, 'crdate' => 1414173488, 'cruser_id' => 10, 't3ver_oid' => 0, 'zzz_deleted_t3ver_id' => 0, 't3ver_wsid' => 0, 't3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 0, 'sorting' => 256, 'deleted' => 0, 'hidden' => 0, 'title' => 'Neue Modelle Container', 'alias' => '', 'frame' => 1, 'description' => '', 'horizontal' => 0, 'top_level_layout' => 0, 'config' => array('colCount' => '1', 'rowCount' => '1', 'rows.' => array('1.' => array('columns.' => array(*DEEP NESTED ARRAY*)))), 'pi_flexform_ds' => '', 'pi_flexform_ds_file' => '', 'icon' => ''))))))), 'as' => 'columns', 'key' => 'rowNumber', 'reverse' => false, 'iteration' => null), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/html/var/cache/code/fluid_template/Standard_action_4cols_6f5ba1f27eeb5d08d7ba23f06810c2cb20cf35f2.php line 367
);$arguments10['each'] = $renderingContext->getVariableProvider()->getByPath('children', $array12);
$arguments10['as'] = 'columns';
$arguments10['key'] = 'rowNumber';

$output6 .= TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper::renderStatic($arguments10, $renderChildrenClosure11, $renderingContext);

$output6 .= '
        </div>
    ';
at Standard_action_4cols_6f5ba1f27eeb5d08d7ba23f06810c2cb20cf35f2->{closure}()
in /var/www/html/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php line 79
            if (isset($arguments['then'])) {
                return $arguments['then'];
            }
            if (isset($arguments['__thenClosure'])) {
                return $arguments['__thenClosure']();
            }
        } elseif (!empty($arguments['__elseClosures'])) {
            $elseIfClosures = isset($arguments['__elseifClosures']) ? $arguments['__elseifClosures'] : [];
            return static::evaluateElseClosures($arguments['__elseClosures'], $elseIfClosures, $renderingContext);
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper::renderStatic(array('then' => null, 'else' => null, 'condition' => true, '__thenClosure' => object(Closure)), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/html/var/cache/code/fluid_template/Standard_action_4cols_6f5ba1f27eeb5d08d7ba23f06810c2cb20cf35f2.php line 393
     $renderingContext
    );
$arguments1['__thenClosure'] = $renderChildrenClosure2;

$output0 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments1, $renderChildrenClosure2, $renderingContext);

$output0 .= '
';

at Standard_action_4cols_6f5ba1f27eeb5d08d7ba23f06810c2cb20cf35f2->section_62bce9422ff2d14f69ab80a154510232fc8a9afd(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/html/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 258
                    new InvalidSectionException('Section "' . $sectionName . '" does not exist.')
                );
            }
            $this->startRendering($renderingTypeOnNextLevel, $parsedTemplate, $renderingContext);
            $output = $parsedTemplate->$methodNameOfSection($renderingContext);
            $this->stopRendering();
        } else {
            $sections = $parsedTemplate->getVariableContainer()->get('1457379500_sections');
            if (!isset($sections[$sectionName])) {
at TYPO3Fluid\Fluid\View\AbstractTemplateView->renderSection('Main', array(), true)
in /var/www/html/vendor/typo3fluid/fluid/src/ViewHelpers/RenderViewHelper.php line 172
            $content = (new $delegate())->render($renderingContext);
        } elseif ($partial !== null) {
            $content = $view->renderPartial($partial, $section, $variables, $optional);
        } elseif ($section !== null) {
            $content = $view->renderSection($section, $variables, $optional);
        } elseif (!$optional) {
            throw new \InvalidArgumentException('ViewHelper f:render called without either argument section, partial, renderable or delegate and optional flag is false');
        }
        // Replace empty content with default value. If default is
at TYPO3Fluid\Fluid\ViewHelpers\RenderViewHelper::renderStatic(array('section' => 'Main', 'partial' => null, 'delegate' => null, 'renderable' => null, 'arguments' => array(), 'optional' => true, 'default' => null, 'contentAs' => null, 'debug' => true), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/html/var/cache/code/fluid_template/layout_Default_html_94f506d1b0b80da899d5f6b03ca60c18ed9ed8dd.php line 16161
     ),
     $renderingContext
    );

$output520 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments557, $renderChildrenClosure558, $renderingContext);

$output520 .= '
            ';
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper
at layout_Default_html_94f506d1b0b80da899d5f6b03ca60c18ed9ed8dd->{closure}()
in /var/www/html/var/cache/code/fluid_template/layout_Default_html_94f506d1b0b80da899d5f6b03ca60c18ed9ed8dd.php line 16286
           <!--/div-->
          </div>
         ';
return $output520;
});
}
}, array($arguments497));

$output496 .= '
at layout_Default_html_94f506d1b0b80da899d5f6b03ca60c18ed9ed8dd->{closure}(array('expression' => 'gridelements_pi1'))
in /var/www/html/var/cache/code/fluid_template/layout_Default_html_94f506d1b0b80da899d5f6b03ca60c18ed9ed8dd.php line 16288
         ';
return $output520;
});
}
}, array($arguments497));

$output496 .= '
      ';
return $output496;
at layout_Default_html_94f506d1b0b80da899d5f6b03ca60c18ed9ed8dd->{closure}()
in /var/www/html/var/cache/code/fluid_template/layout_Default_html_94f506d1b0b80da899d5f6b03ca60c18ed9ed8dd.php line 16293

$output496 .= '
      ';
return $output496;
});
}
}, array($arguments436));

$output435 .= '
at layout_Default_html_94f506d1b0b80da899d5f6b03ca60c18ed9ed8dd->{closure}(array('expression' => '0'))
in /var/www/html/var/cache/code/fluid_template/layout_Default_html_94f506d1b0b80da899d5f6b03ca60c18ed9ed8dd.php line 16295
      ';
return $output496;
});
}
}, array($arguments436));

$output435 .= '
    ';
return $output435;
at layout_Default_html_94f506d1b0b80da899d5f6b03ca60c18ed9ed8dd->{closure}()
in /var/www/html/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php line 137
    private static function evaluateElseClosures(array $closures, array $conditionClosures, RenderingContextInterface $renderingContext)
    {
        foreach ($closures as $elseNodeIndex => $elseNodeClosure) {
            if (!isset($conditionClosures[$elseNodeIndex])) {
                return $elseNodeClosure();
            }
            if ($conditionClosures[$elseNodeIndex]()) {
                return $elseNodeClosure();
            }
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper::evaluateElseClosures(array(object(Closure)), array(), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/html/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php line 83
                return $arguments['__thenClosure']();
            }
        } elseif (!empty($arguments['__elseClosures'])) {
            $elseIfClosures = isset($arguments['__elseifClosures']) ? $arguments['__elseifClosures'] : [];
            return static::evaluateElseClosures($arguments['__elseClosures'], $elseIfClosures, $renderingContext);
        } elseif (array_key_exists('else', $arguments)) {
            return $arguments['else'];
        }
        return '';
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper::renderStatic(array('then' => null, 'else' => null, 'condition' => false, '__thenClosure' => object(Closure), '__elseClosures' => array(object(Closure))), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/html/var/cache/code/fluid_template/layout_Default_html_94f506d1b0b80da899d5f6b03ca60c18ed9ed8dd.php line 16302
    ';
return $output435;
};

$output357 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments383, $renderChildrenClosure384, $renderingContext);

$output357 .= '
  ';
return $output357;
at layout_Default_html_94f506d1b0b80da899d5f6b03ca60c18ed9ed8dd->{closure}()
in /var/www/html/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php line 79
            if (isset($arguments['then'])) {
                return $arguments['then'];
            }
            if (isset($arguments['__thenClosure'])) {
                return $arguments['__thenClosure']();
            }
        } elseif (!empty($arguments['__elseClosures'])) {
            $elseIfClosures = isset($arguments['__elseifClosures']) ? $arguments['__elseifClosures'] : [];
            return static::evaluateElseClosures($arguments['__elseClosures'], $elseIfClosures, $renderingContext);
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper::renderStatic(array('then' => null, 'else' => null, 'condition' => true, '__thenClosure' => object(Closure), '__elseClosures' => array(object(Closure))), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/html/var/cache/code/fluid_template/layout_Default_html_94f506d1b0b80da899d5f6b03ca60c18ed9ed8dd.php line 16646
  ';
return $output1416;
};

$output3 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments355, $renderChildrenClosure356, $renderingContext);

$output3 .= '
';
return $output3;
at layout_Default_html_94f506d1b0b80da899d5f6b03ca60c18ed9ed8dd->{closure}()
in /var/www/html/vendor/typo3fluid/fluid/src/ViewHelpers/SpacelessViewHelper.php line 61
     * @return string
     */
    public static function renderStatic(array $arguments, \Closure $childClosure, RenderingContextInterface $renderingContext)
    {
        return trim(preg_replace('/\\>\\s+\\</', '><', (string)$childClosure()));
    }
}
at TYPO3Fluid\Fluid\ViewHelpers\SpacelessViewHelper::renderStatic(array(), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/html/var/cache/code/fluid_template/layout_Default_html_94f506d1b0b80da899d5f6b03ca60c18ed9ed8dd.php line 16654
return $output3;
};
$arguments1 = array();

$output0 .= TYPO3Fluid\Fluid\ViewHelpers\SpacelessViewHelper::renderStatic($arguments1, $renderChildrenClosure2, $renderingContext);

$output0 .= '

';
at layout_Default_html_94f506d1b0b80da899d5f6b03ca60c18ed9ed8dd->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/html/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 200
            } catch (PassthroughSourceException $error) {
                return $error->getSource();
            }
            $this->startRendering(self::RENDERING_LAYOUT, $parsedTemplate, $this->baseRenderingContext);
            $output = $parsedLayout->render($this->baseRenderingContext);
            $this->stopRendering();
        }

        return $output;
at TYPO3Fluid\Fluid\View\AbstractTemplateView->render()
in /var/www/html/public/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 358
     * @return string
     */
    protected function renderFluidView()
    {
        return $this->view->render();
    }

    /**
     * Apply standard wrap to content
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->renderFluidView()
in /var/www/html/public/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 108

        $this->view->assignMultiple($variables);

        $this->renderFluidTemplateAssetsIntoPageRenderer();
        $content = $this->renderFluidView();
        $content = $this->applyStandardWrapToRenderedContent($content, $conf);

        $this->view = $parentView;
        return $content;
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->render(array('templateName' => 'GridElement', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => 'img-fluid'), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:gridelements/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:bootstrap_grids/Resources/Private/Templates/', 'EXT:dws_ducati/Resources/Private/Templates/FluidContent/', 'EXT:dws_ducati/Resources/Private/Templates/Gridelements/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:gridelements/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:bootstrap_grids/Resources/Private/Partials/', 'EXT:dws_ducati/Resources/Private/Partials/FluidContent/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', '', 'EXT:dws_ducati/Resources/Private/Layouts/FluidContent/'), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'Rennviech\\DwsDucati\\DataProcessing\\DucatiDataProcessor', 'GridElementsTeam\\Gridelements\\DataProcessing\\GridChildrenProcessor', '10.' => array('default.' => array('as' => 'children'))), 'templateName.' => array('override.' => array('field' => 'tx_gridelements_backend_layout'))))
in /var/www/html/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 829
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject), array('templateName' => 'GridElement', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => 'img-fluid'), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:gridelements/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:bootstrap_grids/Resources/Private/Templates/', 'EXT:dws_ducati/Resources/Private/Templates/FluidContent/', 'EXT:dws_ducati/Resources/Private/Templates/Gridelements/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:gridelements/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:bootstrap_grids/Resources/Private/Partials/', 'EXT:dws_ducati/Resources/Private/Partials/FluidContent/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', '', 'EXT:dws_ducati/Resources/Private/Layouts/FluidContent/'), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'Rennviech\\DwsDucati\\DataProcessing\\DucatiDataProcessor', 'GridElementsTeam\\Gridelements\\DataProcessing\\GridChildrenProcessor', '10.' => array('default.' => array('as' => 'children'))), 'templateName.' => array('override.' => array('field' => 'tx_gridelements_backend_layout'))))
in /var/www/html/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 743
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            if (!empty($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'])) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('templateName' => 'GridElement', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => 'img-fluid'), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:gridelements/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:bootstrap_grids/Resources/Private/Templates/', 'EXT:dws_ducati/Resources/Private/Templates/FluidContent/', 'EXT:dws_ducati/Resources/Private/Templates/Gridelements/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:gridelements/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:bootstrap_grids/Resources/Private/Partials/', 'EXT:dws_ducati/Resources/Private/Partials/FluidContent/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', '', 'EXT:dws_ducati/Resources/Private/Layouts/FluidContent/'), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'Rennviech\\DwsDucati\\DataProcessing\\DucatiDataProcessor', 'GridElementsTeam\\Gridelements\\DataProcessing\\GridChildrenProcessor', '10.' => array('default.' => array('as' => 'children'))), 'templateName.' => array('override.' => array('field' => 'tx_gridelements_backend_layout'))), 'lib.contentElement')
in /var/www/html/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 724
                [$name, $conf] = $cF->getVal($key, $this->getTypoScriptFrontendController()->tmpl->setup);
                $conf = array_replace_recursive(is_array($conf) ? $conf : [], $confOverride);
                // Getting the cObject
                $timeTracker->incStackPointer();
                $content .= $this->cObjGetSingle($name, $conf, $key);
                $timeTracker->decStackPointer();
            } else {
                $hooked = false;
                // Application defined cObjects
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('templateName' => 'GridElement', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => 'img-fluid'), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:gridelements/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:bootstrap_grids/Resources/Private/Templates/', 'EXT:dws_ducati/Resources/Private/Templates/FluidContent/', 'EXT:dws_ducati/Resources/Private/Templates/Gridelements/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:gridelements/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:bootstrap_grids/Resources/Private/Partials/', 'EXT:dws_ducati/Resources/Private/Partials/FluidContent/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', '', 'EXT:dws_ducati/Resources/Private/Layouts/FluidContent/'), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'Rennviech\\DwsDucati\\DataProcessing\\DucatiDataProcessor', 'GridElementsTeam\\Gridelements\\DataProcessing\\GridChildrenProcessor', '10.' => array('default.' => array('as' => 'children'))), 'templateName.' => array('override.' => array('field' => 'tx_gridelements_backend_layout'))), 'gridelements_pi1')
in /var/www/html/public/typo3/sysext/frontend/Classes/ContentObject/CaseContentObject.php line 47
        // If no "default" property is available, then an empty string is returned
        if ($key === 'default' && !isset($conf['default'])) {
            $theValue = '';
        } else {
            $theValue = $this->cObj->cObjGetSingle($conf[$key], $conf[$key . '.'] ?? [], $key);
        }
        if (isset($conf['stdWrap.'])) {
            $theValue = $this->cObj->stdWrap($theValue, $conf['stdWrap.']);
        }
at TYPO3\CMS\Frontend\ContentObject\CaseContentObject->render(array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array('allow' => 'move, new, edit, hide, delete', 'label' => '%s', 'onlyCurrentPid' => '1', 'previewBorder' => '1', 'edit.' => array('displayRecord' => '1'))), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '10.' => array('if.' => array('value' => '5', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '5', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext [bullets_type]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.bullets')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout|header_link], subheader, date', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.header')))), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'T3SBS\\T3sbootstrap\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1150', 'minimumWidth' => '0', 'ratioWithHeight' => '0', 'maxWidthMediaObject' => '200', 'maxWidthToast' => '20', 'disableAutoRow' => '0', 'overrideSmallColumns' => '', 'configuid' => '1')), 'stdWrap.' => array('editIcons' => 'tt_content : image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.image')))), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('rxshariff_shariff' => 'USER', 'rxshariff_shariff.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RxShariff', 'pluginName' => 'Shariff', 'settings.' => array('enableBackend' => '1', 'data.' => array('lang' => 'en', 'mail-body' => '', 'mail-subject' => '', 'mail-url' => 'mailto:', 'media-url' => '', 'orientation' => 'horizontal', 'referrer-track' => '', 'services' => '', 'theme' => 'standard', 'twitter-via' => ''))), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'), 'flux_page' => 'USER', 'flux_page.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Flux', 'pluginName' => 'Page'), 'ttaddress_listview' => 'USER', 'ttaddress_listview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TtAddress', 'pluginName' => 'ListView'), 'dwsducati_dealer_news' => 'USER', 'dwsducati_dealer_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'dealer_news'), 'dwsducati_model' => 'USER', 'dwsducati_model.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Model'), 'dwshighlights_modelhighlights' => 'USER', 'dwshighlights_modelhighlights.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsHighlights', 'pluginName' => 'Modelhighlights'), 'gomapsext_show' => 'USER', 'gomapsext_show.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'GoMapsExt', 'pluginName' => 'Show'), 'megooglecalendar_pi1' => 'USER', 'megooglecalendar_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MeGoogleCalendar', 'pluginName' => 'Pi1'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content,pages,tx_news_domain_model_news', 'conf.' => array('pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array('data' => 'register:pidInList'), 'selectFields.' => array('dataWrap' => '*,FIND_IN_SET(pid,{register:pidInList}) AS gridelements_shortcut_page_order_by'), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER'), 'tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut'))), '20.' => array('tables' => 'tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table')))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'T3SBS\\T3sbootstrap\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1150', 'minimumWidth' => '0', 'ratioWithHeight' => '0', 'maxWidthMediaObject' => '200', 'maxWidthToast' => '20', 'disableAutoRow' => '0', 'overrideSmallColumns' => '', 'configuid' => '1')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia')))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'T3SBS\\T3sbootstrap\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1150', 'minimumWidth' => '0', 'ratioWithHeight' => '0', 'maxWidthMediaObject' => '200', 'maxWidthToast' => '20', 'disableAutoRow' => '0', 'overrideSmallColumns' => '', 'configuid' => '1')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads')))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => 'tt_content.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => 'sys_category_record_mm ON uid = sys_category_record_mm.uid_foreign AND sys_category_record_mm.uid_local IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => 'tablenames=\'tt_content\' and fieldname=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu'))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array('field' => 'pages'))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => 'sectionIndex = 1 AND ( colPos = 0 OR colPos > 199 )', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')))))))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework')), 'srlanguagemenu_languagemenu' => '< lib.contentElement', 'srlanguagemenu_languagemenu.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'SrLanguageMenu', 'pluginName' => 'LanguageMenu')), 'dwsducati_alert' => '< lib.contentElement', 'dwsducati_alert.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Alert')), 'dwsducati_bodymenu' => '< lib.contentElement', 'dwsducati_bodymenu.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Bodymenu')), 'dwsducati_button' => '< lib.contentElement', 'dwsducati_button.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Button')), 'dwsducati_carouselmenu' => '< lib.contentElement', 'dwsducati_carouselmenu.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Carouselmenu')), 'dwsducati_embedvideo' => '< lib.contentElement', 'dwsducati_embedvideo.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Embedvideo')), 'dwsducati_icontile' => '< lib.contentElement', 'dwsducati_icontile.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Icontile')), 'dwsducati_imagegallery' => '< lib.contentElement', 'dwsducati_imagegallery.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Imagegallery')), 'dwsducati_mapwrapper' => '< lib.contentElement', 'dwsducati_mapwrapper.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Mapwrapper')), 'dwsducati_modallight' => '< lib.contentElement', 'dwsducati_modallight.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Modallight')), 'dwsducati_pageheader' => '< lib.contentElement', 'dwsducati_pageheader.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Pageheader')), 'dwsducati_person' => '< lib.contentElement', 'dwsducati_person.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Person')), 'dwsducati_photogallery' => '< lib.contentElement', 'dwsducati_photogallery.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Photogallery')), 'dwsducati_pricebox' => '< lib.contentElement', 'dwsducati_pricebox.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Pricebox')), 'dwsducati_progressbar' => '< lib.contentElement', 'dwsducati_progressbar.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Progressbar')), 'dwsducati_row' => '< lib.contentElement', 'dwsducati_row.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Row')), 'dwsducati_simpleresponsiveimage' => '< lib.contentElement', 'dwsducati_simpleresponsiveimage.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Simpleresponsiveimage')), 'dwsducati_teaser' => '< lib.contentElement', 'dwsducati_teaser.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Teaser')), 'dwsducati_thumbnailbox' => '< lib.contentElement', 'dwsducati_thumbnailbox.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Thumbnailbox')), 'gridelements_pi1' => '< lib.contentElement', 'gridelements_pi1.' => array('templateName' => 'GridElement', 'templateName.' => array('override.' => array('field' => 'tx_gridelements_backend_layout')), 'templateRootPaths.' => array('EXT:gridelements/Resources/Private/Templates/', 'EXT:bootstrap_grids/Resources/Private/Templates/', 'EXT:dws_ducati/Resources/Private/Templates/Gridelements/'), 'partialRootPaths.' => array('EXT:gridelements/Resources/Private/Partials/', 'EXT:bootstrap_grids/Resources/Private/Partials/'), 'dataProcessing.' => array('GridElementsTeam\\Gridelements\\DataProcessing\\GridChildrenProcessor', '10.' => array('default.' => array('as' => 'children')))), 't3sbs_fluidtemplate' => 'COA', 't3sbs_fluidtemplate.' => array('FLUIDTEMPLATE', '10.' => array('file.' => array('stdWrap.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'subheader', 'ifEmpty.' => array('cObject' => 'TEXT', 'cObject.' => array('value' => 'EXT:t3sbootstrap/Resources/Private/Templates/Content/FluidTemplate.html'))))), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'settings.' => array('expandedContent' => '0', 'fontawesome.' => array('pagetitle' => '1'), 'codesnippet' => '0', 'lazyLoad' => '0', 'lazyLoadThreshold' => '0', 'webp' => '0', 'pagebrowser.' => array('enable' => '0'), 'backToTopTitle' => 'to top', 'backToTopClass' => 'fa fa-chevron-circle-up fa-4x', 'backToTopForAllPages' => '0', 'gtm' => '', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'sectionmenuIcons' => '0', 'navbar.' => array('image.' => array('defaultPath' => '/typo3conf/ext/t3sbootstrap/Resources/Public/Images/bootstrap-logo-white.svg', 'width' => '30', 'height' => '24', 'altText' => 'Company Logo'), 'subdropdown.' => array('twoColumns' => '30'), 'searchboxLink' => '0', 'feUserName' => '0', 'sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400'), 'pages.' => array('override.' => array('smallColumns' => '', 'breakpoint' => '')), 'config.' => array('uid' => '1', 'company' => '0', 'homepageUid' => '344', 'pageTitle' => 'jumbotron', 'pageTitlealign' => 'center', 'pageTitlecontainer' => 'none', 'pageTitleclass' => '0', 'metaEnable' => '0', 'metaValue' => '0', 'metaContainer' => 'none', 'metaClass' => '0', 'metaText' => '0', 'navbarEnable' => 'light', 'navbarEntrylevel' => '0', 'navbarLevels' => '4', 'navbarExcludeuiduist' => '0', 'navbarIncludespacer' => '0', 'navbarSectionmenu' => '0', 'navbarMegamenu' => '0', 'navbarHover' => '0', 'navbarClickableparent' => '0', 'navbarPlusicon' => '{$bootstrap.config.navbarPlusicon}', 'navbarDropdownAnimate' => '0', 'navbarBrand' => 'imgText', 'navbarbrandAlignment' => 'left', 'navbarImage' => '0', 'navbarColor' => 'warning', 'navbarBackground' => '0', 'navbarTransparent' => '0', 'navbarContainer' => '0', 'navbarInnercontainer' => 'container', 'navbarPlacement' => '0', 'navbarAlignment' => 'left', 'navbarClass' => 'bg-gradient', 'navbarToggler' => 'left', 'navbarAnimatedtoggler' => '0', 'navbarBreakpoint' => 'sm', 'navbarOffcanvas' => '0', 'navbarHeight' => '0', 'navbarSearchbox' => '0', 'navbarLangmenu' => '0', 'navbarShrinkcolorschemes' => 'light', 'navbarShrinkcolor' => '0', 'navbarRightMenuUidList' => '0', 'navbarExtraRow' => '0', 'navbarLangFlags' => '1', 'jumbotronEnable' => '1', 'jumbotronBgimage' => '0', 'jumbotronSlide' => '0', 'jumbotronPosition' => 'below', 'jumbotronContainer' => 'container', 'jumbotronContainerposition' => 'Inside', 'jumbotronClass' => 'p-5 mb-4 bg-light bg-gradient rounded-0', 'jumbotronCarouselInterval' => '5000', 'jumbotronCarouselPause' => '', 'breadcrumbEnable' => '1', 'breadcrumbNotonrootpage' => '0', 'breadcrumbFaicon' => '0', 'breadcrumbCorner' => '1', 'breadcrumbBottom' => '0', 'breadcrumbPosition' => 'belowJum', 'breadcrumbContainer' => 'container', 'breadcrumbContainerposition' => 'inside', 'breadcrumbClass' => '0', 'sidebarEnable' => '0', 'sidebarRightenable' => '0', 'sidebarLevels' => '4', 'sidebarEntrylevel' => '99', 'sidebarExcludeuiduist' => '0', 'sidebarIncludespacer' => '0', 'sidebarSectionMobile' => '0', 'footerEnable' => '1', 'footerFluid' => '{$bootstrap.config.footerFluid}', 'footerSlide' => '0', 'footerSticky' => '1', 'footerContainer' => 'container', 'footerContainerposition' => 'Inside', 'footerClass' => 'bg-dark text-light py-4', 'footerPid' => '0', 'expandedcontentEnabletop' => '0', 'expandedcontentSlidetop' => '0', 'expandedcontentContainerpositiontop' => '0', 'expandedcontentContainertop' => '0', 'expandedcontentClasstop' => '0', 'expandedcontentEnablebottom' => '0', 'expandedcontentSlidebottom' => '0', 'expandedcontentContainerpositionbottom' => '0', 'expandedcontentContainerbottom' => '0', 'expandedcontentClassbottom' => '0', 'generalRootline' => '0', 'contentOnlyOnRootpage' => '0', 'jqueryHeader' => '0', 'compress' => '1', 'disablePrefixComment' => '1', 'containerError' => '0', 'slideLeftAside' => '0', 'slideRightAside' => '0', 'pageContentExtraClass' => '0', 'bodyExtraClass' => '0', 'asideExtraClass' => '0', 'mainExtraClass' => '0', 'globalPaddingTop' => 'pt-5', 'stickyFooterExtraPadding' => '100', 'contentMarginTop' => '0', 'loadingSpinner' => '0', 'loadingSpinnerColor' => 'primary', 'lightboxSelection' => '1', 'magnifying' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sectionmenuStickyTop' => '0', 'backgroundImageEnable' => '0', 'backgroundImageSlide' => '0', 'shrinkingNavPadding' => '5', 'sidebarMenuPosition' => 'above', 'langMenuWithFaIcon' => '1', 'subheaderColor' => 'secondary', 'dateFormat' => 'd.m.Y', 'favicon' => '0', 'faLinkIcons' => '1', 'cardFlipperOnClick' => '0', 'lastModifiedContentElement' => '0', 'recentlyUpdatedContentElements' => '0', 'darkMode' => '0'), 'indexedsearch.' => array('targetPid' => '0')))), 't3sbs_button' => '< lib.contentElement', 't3sbs_button.' => array('templateName' => 'Button', 'stdWrap.' => array('editIcons' => 'tt_content')), 't3sbs_card' => '< lib.contentElement', 't3sbs_card.' => array('templateName' => 'Card', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'T3SBS\\T3sbootstrap\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1150', 'minimumWidth' => '0', 'ratioWithHeight' => '0', 'maxWidthMediaObject' => '200', 'maxWidthToast' => '20', 'overrideSmallColumns' => '', 'configuid' => '{$bootstrap.db.uid}'), 'T3SBS\\T3sbootstrap\\DataProcessing\\CardProcessor'), 'stdWrap.' => array('editIcons' => 'tt_content')), 't3sbs_carousel' => '< lib.contentElement', 't3sbs_carousel.' => array('templateName' => 'Carousel', 'settings.' => array('defaultHeaderType' => '3'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets'))), 'stdWrap.' => array('editIcons' => 'tt_content')), 't3sbs_mediaobject' => '< lib.contentElement', 't3sbs_mediaobject.' => array('templateName' => 'Mediaobject', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'T3SBS\\T3sbootstrap\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1150', 'minimumWidth' => '0', 'ratioWithHeight' => '0', 'maxWidthMediaObject' => '200', 'maxWidthToast' => '20', 'disableAutoRow' => '0', 'overrideSmallColumns' => '', 'configuid' => '{$bootstrap.db.uid}')), 'stdWrap.' => array('editIcons' => 'tt_content')), 't3sbs_gallery' => '< lib.contentElement', 't3sbs_gallery.' => array('templateName' => 'ImageGallery', 'settings.' => array('defaultHeaderType' => '2'), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\BsImageGalleryProcessor', '10.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'files', 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting')), 'T3SBS\\T3sbootstrap\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1150', 'minimumWidth' => '0', 'ratioWithHeight' => '0', 'maxWidthMediaObject' => '200', 'maxWidthToast' => '20', 'disableAutoRow' => '0', 'overrideSmallColumns' => '', 'configuid' => '{$bootstrap.db.uid}')), 'stdWrap.' => array('editIcons' => 'tt_content')), 't3sbs_toast' => '< lib.contentElement', 't3sbs_toast.' => array('templateName' => 'Toast', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'T3SBS\\T3sbootstrap\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1150', 'minimumWidth' => '0', 'ratioWithHeight' => '0', 'maxWidthMediaObject' => '200', 'maxWidthToast' => '20', 'disableAutoRow' => '0', 'overrideSmallColumns' => '', 'configuid' => '{$bootstrap.db.uid}')), 'stdWrap.' => array('editIcons' => 'tt_content')), 'two_columns' => 'FLUIDTEMPLATE', 'two_columns.' => array('templateName' => 'TwoColumns', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '221.' => array('colPos' => '221', 'as' => 'col_221'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '222.' => array('colPos' => '222', 'as' => 'col_222'))), 'three_columns' => 'FLUIDTEMPLATE', 'three_columns.' => array('templateName' => 'ThreeColumns', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '231.' => array('colPos' => '231', 'as' => 'col_231'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '232.' => array('colPos' => '232', 'as' => 'col_232'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '233.' => array('colPos' => '233', 'as' => 'col_233'))), 'four_columns' => 'FLUIDTEMPLATE', 'four_columns.' => array('templateName' => 'FourColumns', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '241.' => array('colPos' => '241', 'as' => 'col_241'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '242.' => array('colPos' => '242', 'as' => 'col_242'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '243.' => array('colPos' => '243', 'as' => 'col_243'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '244.' => array('colPos' => '244', 'as' => 'col_244'))), 'six_columns' => 'FLUIDTEMPLATE', 'six_columns.' => array('templateName' => 'SixColumns', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '241.' => array('colPos' => '261', 'as' => 'col_261'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '242.' => array('colPos' => '262', 'as' => 'col_262'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '243.' => array('colPos' => '263', 'as' => 'col_263'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '244.' => array('colPos' => '264', 'as' => 'col_264'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '245.' => array('colPos' => '265', 'as' => 'col_265'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '246.' => array('colPos' => '266', 'as' => 'col_266'))), 'row_columns' => 'FLUIDTEMPLATE', 'row_columns.' => array('templateName' => 'RowColumns', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '290.' => array('colPos' => '290', 'as' => 'col_290'))), 'card_wrapper' => 'FLUIDTEMPLATE', 'card_wrapper.' => array('templateName' => 'CardWrapper', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '270.' => array('colPos' => '270', 'as' => 'col_270'))), 'button_group' => 'FLUIDTEMPLATE', 'button_group.' => array('templateName' => 'Buttongroup', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '271.' => array('colPos' => '271', 'as' => 'col_271'))), 'background_wrapper' => 'FLUIDTEMPLATE', 'background_wrapper.' => array('templateName' => 'BackgroundWrapper', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '273.' => array('colPos' => '273', 'as' => 'col_273'))), 'parallax_wrapper' => 'FLUIDTEMPLATE', 'parallax_wrapper.' => array('templateName' => 'ParallaxWrapper', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '274.' => array('colPos' => '274', 'as' => 'col_274'))), 'autoLayout_row' => 'FLUIDTEMPLATE', 'autoLayout_row.' => array('templateName' => 'AutoLayoutRow', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '272.' => array('colPos' => '272', 'as' => 'col_272'))), 'container' => 'FLUIDTEMPLATE', 'container.' => array('templateName' => 'Container', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '275.' => array('colPos' => '275', 'as' => 'col_275'))), 'carousel_container' => 'FLUIDTEMPLATE', 'carousel_container.' => array('templateName' => 'CarouselContainer', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '276.' => array('colPos' => '276', 'as' => 'col_276'))), 'collapsible_container' => 'FLUIDTEMPLATE', 'collapsible_container.' => array('templateName' => 'CollapsibleContainer', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '277.' => array('colPos' => '277', 'as' => 'col_277'))), 'collapsible_accordion' => 'FLUIDTEMPLATE', 'collapsible_accordion.' => array('templateName' => 'Collapsible', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '278.' => array('colPos' => '278', 'as' => 'col_278'))), 'modal' => 'FLUIDTEMPLATE', 'modal.' => array('templateName' => 'Modal', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '279.' => array('colPos' => '279', 'as' => 'col_279'))), 'tabs_container' => 'FLUIDTEMPLATE', 'tabs_container.' => array('templateName' => 'TabContainer', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '280.' => array('colPos' => '280', 'as' => 'col_280'))), 'tabs_tab' => 'FLUIDTEMPLATE', 'tabs_tab.' => array('templateName' => 'Tab', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '281.' => array('colPos' => '281', 'as' => 'col_281'))), 'listGroup_wrapper' => 'FLUIDTEMPLATE', 'listGroup_wrapper.' => array('templateName' => 'ListGroupWrapper', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '282.' => array('colPos' => '282', 'as' => 'col_282'))), 'masonry_wrapper' => 'FLUIDTEMPLATE', 'masonry_wrapper.' => array('templateName' => 'MasonryWrapper', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '283.' => array('colPos' => '283', 'as' => 'col_283'))), 'swiper_container' => 'FLUIDTEMPLATE', 'swiper_container.' => array('templateName' => 'SwiperContainer', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '300.' => array('colPos' => '300', 'as' => 'col_300'))), 'toast_container' => 'FLUIDTEMPLATE', 'toast_container.' => array('templateName' => 'ToastContainer', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '310.' => array('colPos' => '310', 'as' => 'col_310'))), 'youtubevideo_pi1' => '< lib.contentElement', 'youtubevideo_pi1.' => array('templateName' => 'TEXT', 'templateName.' => array('stdWrap.' => array('cObject' => 'TEXT', 'cObject.' => array('value' => 'YoutubevideoIframe', 'if.' => array('isTrue' => '0')), 'ifEmpty' => 'Youtubevideo')), 'templateRootPaths.' => array('EXT:youtubevideo/Resources/Private/Templates/', 'EXT:dws_ducati/Resources/Private/Templates/YoutubeVideo'), 'partialRootPaths.' => array('EXT:youtubevideo/Resources/Private/Partials/'), 'dataProcessing.' => array('Brightside\\Youtubevideo\\DataProcessing\\YoutubevideoFilesProcessor', '10.' => array('pagination.' => array('isActive.' => array('field' => 'tx_paginatedprocessors_paginationenabled'), 'uniqueId.' => array('field' => 'uid', 'override.' => array('field' => 'tx_paginatedprocessors_urlsegment')), 'itemsPerPage' => 'tx_paginatedprocessors_itemsperpage', 'itemsPerPage.' => array('field' => 'tx_paginatedprocessors_itemsperpage'), 'pageLinksShown' => '5', 'pageLinksShown.' => array('override.' => array('field' => 'tx_paginatedprocessors_pagelinksshown')), 'anchorActive.' => array('field' => 'tx_paginatedprocessors_anchor'), 'anchorId.' => array('field' => 'uid', 'override.' => array('field' => 'tx_paginatedprocessors_anchorid'))))), 'settings.' => array('coverimagewidth' => '1280', 'colspacewidth' => '1.5'), 'variables.' => array('hl' => 'TEXT', 'hl.' => array('data' => 'siteLanguage:iso-639-1'), 'ratioDefault' => 'TEXT', 'ratioDefault.' => array('value' => '56.25'), 'ratio1' => 'TEXT', 'ratio1.' => array('value' => '75'), 'modestbranding' => 'TEXT', 'modestbranding.' => array('value' => '0'), 'nocookiehost' => 'TEXT', 'nocookiehost.' => array('value' => '0'), 'coverimagewidth' => 'TEXT', 'coverimagewidth.' => array('value' => '1280'), 'containerBreakpointSmall' => 'TEXT', 'containerBreakpointSmall.' => array('value' => '500'), 'containerBreakpointTiny' => 'TEXT', 'containerBreakpointTiny.' => array('value' => '300'), 'gdprnote' => 'TEXT', 'gdprnote.' => array('value' => '1'), 'gdprtextoverride' => 'TEXT', 'gdprtextoverride.' => array('value' => ''), 'colspacewidth' => 'TEXT', 'colspacewidth.' => array('value' => '1.5'), 'iframe' => 'TEXT', 'iframe.' => array('value' => '0')))))
in /var/www/html/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 829
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\CaseContentObject), array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array('allow' => 'move, new, edit, hide, delete', 'label' => '%s', 'onlyCurrentPid' => '1', 'previewBorder' => '1', 'edit.' => array('displayRecord' => '1'))), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '10.' => array('if.' => array('value' => '5', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '5', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext [bullets_type]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.bullets')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout|header_link], subheader, date', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.header')))), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'T3SBS\\T3sbootstrap\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1150', 'minimumWidth' => '0', 'ratioWithHeight' => '0', 'maxWidthMediaObject' => '200', 'maxWidthToast' => '20', 'disableAutoRow' => '0', 'overrideSmallColumns' => '', 'configuid' => '1')), 'stdWrap.' => array('editIcons' => 'tt_content : image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.image')))), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('rxshariff_shariff' => 'USER', 'rxshariff_shariff.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RxShariff', 'pluginName' => 'Shariff', 'settings.' => array('enableBackend' => '1', 'data.' => array('lang' => 'en', 'mail-body' => '', 'mail-subject' => '', 'mail-url' => 'mailto:', 'media-url' => '', 'orientation' => 'horizontal', 'referrer-track' => '', 'services' => '', 'theme' => 'standard', 'twitter-via' => ''))), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'), 'flux_page' => 'USER', 'flux_page.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Flux', 'pluginName' => 'Page'), 'ttaddress_listview' => 'USER', 'ttaddress_listview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TtAddress', 'pluginName' => 'ListView'), 'dwsducati_dealer_news' => 'USER', 'dwsducati_dealer_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'dealer_news'), 'dwsducati_model' => 'USER', 'dwsducati_model.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Model'), 'dwshighlights_modelhighlights' => 'USER', 'dwshighlights_modelhighlights.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsHighlights', 'pluginName' => 'Modelhighlights'), 'gomapsext_show' => 'USER', 'gomapsext_show.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'GoMapsExt', 'pluginName' => 'Show'), 'megooglecalendar_pi1' => 'USER', 'megooglecalendar_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MeGoogleCalendar', 'pluginName' => 'Pi1'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content,pages,tx_news_domain_model_news', 'conf.' => array('pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array('data' => 'register:pidInList'), 'selectFields.' => array('dataWrap' => '*,FIND_IN_SET(pid,{register:pidInList}) AS gridelements_shortcut_page_order_by'), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER'), 'tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut'))), '20.' => array('tables' => 'tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table')))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'T3SBS\\T3sbootstrap\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1150', 'minimumWidth' => '0', 'ratioWithHeight' => '0', 'maxWidthMediaObject' => '200', 'maxWidthToast' => '20', 'disableAutoRow' => '0', 'overrideSmallColumns' => '', 'configuid' => '1')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia')))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'T3SBS\\T3sbootstrap\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1150', 'minimumWidth' => '0', 'ratioWithHeight' => '0', 'maxWidthMediaObject' => '200', 'maxWidthToast' => '20', 'disableAutoRow' => '0', 'overrideSmallColumns' => '', 'configuid' => '1')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads')))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => 'tt_content.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => 'sys_category_record_mm ON uid = sys_category_record_mm.uid_foreign AND sys_category_record_mm.uid_local IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => 'tablenames=\'tt_content\' and fieldname=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu'))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array('field' => 'pages'))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => 'sectionIndex = 1 AND ( colPos = 0 OR colPos > 199 )', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')))))))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework')), 'srlanguagemenu_languagemenu' => '< lib.contentElement', 'srlanguagemenu_languagemenu.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'SrLanguageMenu', 'pluginName' => 'LanguageMenu')), 'dwsducati_alert' => '< lib.contentElement', 'dwsducati_alert.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Alert')), 'dwsducati_bodymenu' => '< lib.contentElement', 'dwsducati_bodymenu.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Bodymenu')), 'dwsducati_button' => '< lib.contentElement', 'dwsducati_button.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Button')), 'dwsducati_carouselmenu' => '< lib.contentElement', 'dwsducati_carouselmenu.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Carouselmenu')), 'dwsducati_embedvideo' => '< lib.contentElement', 'dwsducati_embedvideo.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Embedvideo')), 'dwsducati_icontile' => '< lib.contentElement', 'dwsducati_icontile.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Icontile')), 'dwsducati_imagegallery' => '< lib.contentElement', 'dwsducati_imagegallery.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Imagegallery')), 'dwsducati_mapwrapper' => '< lib.contentElement', 'dwsducati_mapwrapper.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Mapwrapper')), 'dwsducati_modallight' => '< lib.contentElement', 'dwsducati_modallight.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Modallight')), 'dwsducati_pageheader' => '< lib.contentElement', 'dwsducati_pageheader.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Pageheader')), 'dwsducati_person' => '< lib.contentElement', 'dwsducati_person.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Person')), 'dwsducati_photogallery' => '< lib.contentElement', 'dwsducati_photogallery.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Photogallery')), 'dwsducati_pricebox' => '< lib.contentElement', 'dwsducati_pricebox.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Pricebox')), 'dwsducati_progressbar' => '< lib.contentElement', 'dwsducati_progressbar.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Progressbar')), 'dwsducati_row' => '< lib.contentElement', 'dwsducati_row.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Row')), 'dwsducati_simpleresponsiveimage' => '< lib.contentElement', 'dwsducati_simpleresponsiveimage.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Simpleresponsiveimage')), 'dwsducati_teaser' => '< lib.contentElement', 'dwsducati_teaser.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Teaser')), 'dwsducati_thumbnailbox' => '< lib.contentElement', 'dwsducati_thumbnailbox.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Thumbnailbox')), 'gridelements_pi1' => '< lib.contentElement', 'gridelements_pi1.' => array('templateName' => 'GridElement', 'templateName.' => array('override.' => array('field' => 'tx_gridelements_backend_layout')), 'templateRootPaths.' => array('EXT:gridelements/Resources/Private/Templates/', 'EXT:bootstrap_grids/Resources/Private/Templates/', 'EXT:dws_ducati/Resources/Private/Templates/Gridelements/'), 'partialRootPaths.' => array('EXT:gridelements/Resources/Private/Partials/', 'EXT:bootstrap_grids/Resources/Private/Partials/'), 'dataProcessing.' => array('GridElementsTeam\\Gridelements\\DataProcessing\\GridChildrenProcessor', '10.' => array('default.' => array('as' => 'children')))), 't3sbs_fluidtemplate' => 'COA', 't3sbs_fluidtemplate.' => array('FLUIDTEMPLATE', '10.' => array('file.' => array('stdWrap.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'subheader', 'ifEmpty.' => array('cObject' => 'TEXT', 'cObject.' => array('value' => 'EXT:t3sbootstrap/Resources/Private/Templates/Content/FluidTemplate.html'))))), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'settings.' => array('expandedContent' => '0', 'fontawesome.' => array('pagetitle' => '1'), 'codesnippet' => '0', 'lazyLoad' => '0', 'lazyLoadThreshold' => '0', 'webp' => '0', 'pagebrowser.' => array('enable' => '0'), 'backToTopTitle' => 'to top', 'backToTopClass' => 'fa fa-chevron-circle-up fa-4x', 'backToTopForAllPages' => '0', 'gtm' => '', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'sectionmenuIcons' => '0', 'navbar.' => array('image.' => array('defaultPath' => '/typo3conf/ext/t3sbootstrap/Resources/Public/Images/bootstrap-logo-white.svg', 'width' => '30', 'height' => '24', 'altText' => 'Company Logo'), 'subdropdown.' => array('twoColumns' => '30'), 'searchboxLink' => '0', 'feUserName' => '0', 'sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400'), 'pages.' => array('override.' => array('smallColumns' => '', 'breakpoint' => '')), 'config.' => array('uid' => '1', 'company' => '0', 'homepageUid' => '344', 'pageTitle' => 'jumbotron', 'pageTitlealign' => 'center', 'pageTitlecontainer' => 'none', 'pageTitleclass' => '0', 'metaEnable' => '0', 'metaValue' => '0', 'metaContainer' => 'none', 'metaClass' => '0', 'metaText' => '0', 'navbarEnable' => 'light', 'navbarEntrylevel' => '0', 'navbarLevels' => '4', 'navbarExcludeuiduist' => '0', 'navbarIncludespacer' => '0', 'navbarSectionmenu' => '0', 'navbarMegamenu' => '0', 'navbarHover' => '0', 'navbarClickableparent' => '0', 'navbarPlusicon' => '{$bootstrap.config.navbarPlusicon}', 'navbarDropdownAnimate' => '0', 'navbarBrand' => 'imgText', 'navbarbrandAlignment' => 'left', 'navbarImage' => '0', 'navbarColor' => 'warning', 'navbarBackground' => '0', 'navbarTransparent' => '0', 'navbarContainer' => '0', 'navbarInnercontainer' => 'container', 'navbarPlacement' => '0', 'navbarAlignment' => 'left', 'navbarClass' => 'bg-gradient', 'navbarToggler' => 'left', 'navbarAnimatedtoggler' => '0', 'navbarBreakpoint' => 'sm', 'navbarOffcanvas' => '0', 'navbarHeight' => '0', 'navbarSearchbox' => '0', 'navbarLangmenu' => '0', 'navbarShrinkcolorschemes' => 'light', 'navbarShrinkcolor' => '0', 'navbarRightMenuUidList' => '0', 'navbarExtraRow' => '0', 'navbarLangFlags' => '1', 'jumbotronEnable' => '1', 'jumbotronBgimage' => '0', 'jumbotronSlide' => '0', 'jumbotronPosition' => 'below', 'jumbotronContainer' => 'container', 'jumbotronContainerposition' => 'Inside', 'jumbotronClass' => 'p-5 mb-4 bg-light bg-gradient rounded-0', 'jumbotronCarouselInterval' => '5000', 'jumbotronCarouselPause' => '', 'breadcrumbEnable' => '1', 'breadcrumbNotonrootpage' => '0', 'breadcrumbFaicon' => '0', 'breadcrumbCorner' => '1', 'breadcrumbBottom' => '0', 'breadcrumbPosition' => 'belowJum', 'breadcrumbContainer' => 'container', 'breadcrumbContainerposition' => 'inside', 'breadcrumbClass' => '0', 'sidebarEnable' => '0', 'sidebarRightenable' => '0', 'sidebarLevels' => '4', 'sidebarEntrylevel' => '99', 'sidebarExcludeuiduist' => '0', 'sidebarIncludespacer' => '0', 'sidebarSectionMobile' => '0', 'footerEnable' => '1', 'footerFluid' => '{$bootstrap.config.footerFluid}', 'footerSlide' => '0', 'footerSticky' => '1', 'footerContainer' => 'container', 'footerContainerposition' => 'Inside', 'footerClass' => 'bg-dark text-light py-4', 'footerPid' => '0', 'expandedcontentEnabletop' => '0', 'expandedcontentSlidetop' => '0', 'expandedcontentContainerpositiontop' => '0', 'expandedcontentContainertop' => '0', 'expandedcontentClasstop' => '0', 'expandedcontentEnablebottom' => '0', 'expandedcontentSlidebottom' => '0', 'expandedcontentContainerpositionbottom' => '0', 'expandedcontentContainerbottom' => '0', 'expandedcontentClassbottom' => '0', 'generalRootline' => '0', 'contentOnlyOnRootpage' => '0', 'jqueryHeader' => '0', 'compress' => '1', 'disablePrefixComment' => '1', 'containerError' => '0', 'slideLeftAside' => '0', 'slideRightAside' => '0', 'pageContentExtraClass' => '0', 'bodyExtraClass' => '0', 'asideExtraClass' => '0', 'mainExtraClass' => '0', 'globalPaddingTop' => 'pt-5', 'stickyFooterExtraPadding' => '100', 'contentMarginTop' => '0', 'loadingSpinner' => '0', 'loadingSpinnerColor' => 'primary', 'lightboxSelection' => '1', 'magnifying' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sectionmenuStickyTop' => '0', 'backgroundImageEnable' => '0', 'backgroundImageSlide' => '0', 'shrinkingNavPadding' => '5', 'sidebarMenuPosition' => 'above', 'langMenuWithFaIcon' => '1', 'subheaderColor' => 'secondary', 'dateFormat' => 'd.m.Y', 'favicon' => '0', 'faLinkIcons' => '1', 'cardFlipperOnClick' => '0', 'lastModifiedContentElement' => '0', 'recentlyUpdatedContentElements' => '0', 'darkMode' => '0'), 'indexedsearch.' => array('targetPid' => '0')))), 't3sbs_button' => '< lib.contentElement', 't3sbs_button.' => array('templateName' => 'Button', 'stdWrap.' => array('editIcons' => 'tt_content')), 't3sbs_card' => '< lib.contentElement', 't3sbs_card.' => array('templateName' => 'Card', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'T3SBS\\T3sbootstrap\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1150', 'minimumWidth' => '0', 'ratioWithHeight' => '0', 'maxWidthMediaObject' => '200', 'maxWidthToast' => '20', 'overrideSmallColumns' => '', 'configuid' => '{$bootstrap.db.uid}'), 'T3SBS\\T3sbootstrap\\DataProcessing\\CardProcessor'), 'stdWrap.' => array('editIcons' => 'tt_content')), 't3sbs_carousel' => '< lib.contentElement', 't3sbs_carousel.' => array('templateName' => 'Carousel', 'settings.' => array('defaultHeaderType' => '3'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets'))), 'stdWrap.' => array('editIcons' => 'tt_content')), 't3sbs_mediaobject' => '< lib.contentElement', 't3sbs_mediaobject.' => array('templateName' => 'Mediaobject', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'T3SBS\\T3sbootstrap\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1150', 'minimumWidth' => '0', 'ratioWithHeight' => '0', 'maxWidthMediaObject' => '200', 'maxWidthToast' => '20', 'disableAutoRow' => '0', 'overrideSmallColumns' => '', 'configuid' => '{$bootstrap.db.uid}')), 'stdWrap.' => array('editIcons' => 'tt_content')), 't3sbs_gallery' => '< lib.contentElement', 't3sbs_gallery.' => array('templateName' => 'ImageGallery', 'settings.' => array('defaultHeaderType' => '2'), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\BsImageGalleryProcessor', '10.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'files', 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting')), 'T3SBS\\T3sbootstrap\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1150', 'minimumWidth' => '0', 'ratioWithHeight' => '0', 'maxWidthMediaObject' => '200', 'maxWidthToast' => '20', 'disableAutoRow' => '0', 'overrideSmallColumns' => '', 'configuid' => '{$bootstrap.db.uid}')), 'stdWrap.' => array('editIcons' => 'tt_content')), 't3sbs_toast' => '< lib.contentElement', 't3sbs_toast.' => array('templateName' => 'Toast', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'T3SBS\\T3sbootstrap\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1150', 'minimumWidth' => '0', 'ratioWithHeight' => '0', 'maxWidthMediaObject' => '200', 'maxWidthToast' => '20', 'disableAutoRow' => '0', 'overrideSmallColumns' => '', 'configuid' => '{$bootstrap.db.uid}')), 'stdWrap.' => array('editIcons' => 'tt_content')), 'two_columns' => 'FLUIDTEMPLATE', 'two_columns.' => array('templateName' => 'TwoColumns', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '221.' => array('colPos' => '221', 'as' => 'col_221'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '222.' => array('colPos' => '222', 'as' => 'col_222'))), 'three_columns' => 'FLUIDTEMPLATE', 'three_columns.' => array('templateName' => 'ThreeColumns', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '231.' => array('colPos' => '231', 'as' => 'col_231'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '232.' => array('colPos' => '232', 'as' => 'col_232'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '233.' => array('colPos' => '233', 'as' => 'col_233'))), 'four_columns' => 'FLUIDTEMPLATE', 'four_columns.' => array('templateName' => 'FourColumns', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '241.' => array('colPos' => '241', 'as' => 'col_241'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '242.' => array('colPos' => '242', 'as' => 'col_242'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '243.' => array('colPos' => '243', 'as' => 'col_243'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '244.' => array('colPos' => '244', 'as' => 'col_244'))), 'six_columns' => 'FLUIDTEMPLATE', 'six_columns.' => array('templateName' => 'SixColumns', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '241.' => array('colPos' => '261', 'as' => 'col_261'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '242.' => array('colPos' => '262', 'as' => 'col_262'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '243.' => array('colPos' => '263', 'as' => 'col_263'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '244.' => array('colPos' => '264', 'as' => 'col_264'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '245.' => array('colPos' => '265', 'as' => 'col_265'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '246.' => array('colPos' => '266', 'as' => 'col_266'))), 'row_columns' => 'FLUIDTEMPLATE', 'row_columns.' => array('templateName' => 'RowColumns', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '290.' => array('colPos' => '290', 'as' => 'col_290'))), 'card_wrapper' => 'FLUIDTEMPLATE', 'card_wrapper.' => array('templateName' => 'CardWrapper', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '270.' => array('colPos' => '270', 'as' => 'col_270'))), 'button_group' => 'FLUIDTEMPLATE', 'button_group.' => array('templateName' => 'Buttongroup', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '271.' => array('colPos' => '271', 'as' => 'col_271'))), 'background_wrapper' => 'FLUIDTEMPLATE', 'background_wrapper.' => array('templateName' => 'BackgroundWrapper', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '273.' => array('colPos' => '273', 'as' => 'col_273'))), 'parallax_wrapper' => 'FLUIDTEMPLATE', 'parallax_wrapper.' => array('templateName' => 'ParallaxWrapper', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '274.' => array('colPos' => '274', 'as' => 'col_274'))), 'autoLayout_row' => 'FLUIDTEMPLATE', 'autoLayout_row.' => array('templateName' => 'AutoLayoutRow', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '272.' => array('colPos' => '272', 'as' => 'col_272'))), 'container' => 'FLUIDTEMPLATE', 'container.' => array('templateName' => 'Container', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '275.' => array('colPos' => '275', 'as' => 'col_275'))), 'carousel_container' => 'FLUIDTEMPLATE', 'carousel_container.' => array('templateName' => 'CarouselContainer', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '276.' => array('colPos' => '276', 'as' => 'col_276'))), 'collapsible_container' => 'FLUIDTEMPLATE', 'collapsible_container.' => array('templateName' => 'CollapsibleContainer', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '277.' => array('colPos' => '277', 'as' => 'col_277'))), 'collapsible_accordion' => 'FLUIDTEMPLATE', 'collapsible_accordion.' => array('templateName' => 'Collapsible', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '278.' => array('colPos' => '278', 'as' => 'col_278'))), 'modal' => 'FLUIDTEMPLATE', 'modal.' => array('templateName' => 'Modal', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '279.' => array('colPos' => '279', 'as' => 'col_279'))), 'tabs_container' => 'FLUIDTEMPLATE', 'tabs_container.' => array('templateName' => 'TabContainer', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '280.' => array('colPos' => '280', 'as' => 'col_280'))), 'tabs_tab' => 'FLUIDTEMPLATE', 'tabs_tab.' => array('templateName' => 'Tab', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '281.' => array('colPos' => '281', 'as' => 'col_281'))), 'listGroup_wrapper' => 'FLUIDTEMPLATE', 'listGroup_wrapper.' => array('templateName' => 'ListGroupWrapper', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '282.' => array('colPos' => '282', 'as' => 'col_282'))), 'masonry_wrapper' => 'FLUIDTEMPLATE', 'masonry_wrapper.' => array('templateName' => 'MasonryWrapper', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '283.' => array('colPos' => '283', 'as' => 'col_283'))), 'swiper_container' => 'FLUIDTEMPLATE', 'swiper_container.' => array('templateName' => 'SwiperContainer', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '300.' => array('colPos' => '300', 'as' => 'col_300'))), 'toast_container' => 'FLUIDTEMPLATE', 'toast_container.' => array('templateName' => 'ToastContainer', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '310.' => array('colPos' => '310', 'as' => 'col_310'))), 'youtubevideo_pi1' => '< lib.contentElement', 'youtubevideo_pi1.' => array('templateName' => 'TEXT', 'templateName.' => array('stdWrap.' => array('cObject' => 'TEXT', 'cObject.' => array('value' => 'YoutubevideoIframe', 'if.' => array('isTrue' => '0')), 'ifEmpty' => 'Youtubevideo')), 'templateRootPaths.' => array('EXT:youtubevideo/Resources/Private/Templates/', 'EXT:dws_ducati/Resources/Private/Templates/YoutubeVideo'), 'partialRootPaths.' => array('EXT:youtubevideo/Resources/Private/Partials/'), 'dataProcessing.' => array('Brightside\\Youtubevideo\\DataProcessing\\YoutubevideoFilesProcessor', '10.' => array('pagination.' => array('isActive.' => array('field' => 'tx_paginatedprocessors_paginationenabled'), 'uniqueId.' => array('field' => 'uid', 'override.' => array('field' => 'tx_paginatedprocessors_urlsegment')), 'itemsPerPage' => 'tx_paginatedprocessors_itemsperpage', 'itemsPerPage.' => array('field' => 'tx_paginatedprocessors_itemsperpage'), 'pageLinksShown' => '5', 'pageLinksShown.' => array('override.' => array('field' => 'tx_paginatedprocessors_pagelinksshown')), 'anchorActive.' => array('field' => 'tx_paginatedprocessors_anchor'), 'anchorId.' => array('field' => 'uid', 'override.' => array('field' => 'tx_paginatedprocessors_anchorid'))))), 'settings.' => array('coverimagewidth' => '1280', 'colspacewidth' => '1.5'), 'variables.' => array('hl' => 'TEXT', 'hl.' => array('data' => 'siteLanguage:iso-639-1'), 'ratioDefault' => 'TEXT', 'ratioDefault.' => array('value' => '56.25'), 'ratio1' => 'TEXT', 'ratio1.' => array('value' => '75'), 'modestbranding' => 'TEXT', 'modestbranding.' => array('value' => '0'), 'nocookiehost' => 'TEXT', 'nocookiehost.' => array('value' => '0'), 'coverimagewidth' => 'TEXT', 'coverimagewidth.' => array('value' => '1280'), 'containerBreakpointSmall' => 'TEXT', 'containerBreakpointSmall.' => array('value' => '500'), 'containerBreakpointTiny' => 'TEXT', 'containerBreakpointTiny.' => array('value' => '300'), 'gdprnote' => 'TEXT', 'gdprnote.' => array('value' => '1'), 'gdprtextoverride' => 'TEXT', 'gdprtextoverride.' => array('value' => ''), 'colspacewidth' => 'TEXT', 'colspacewidth.' => array('value' => '1.5'), 'iframe' => 'TEXT', 'iframe.' => array('value' => '0')))))
in /var/www/html/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 743
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            if (!empty($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'])) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('CASE', array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array('allow' => 'move, new, edit, hide, delete', 'label' => '%s', 'onlyCurrentPid' => '1', 'previewBorder' => '1', 'edit.' => array('displayRecord' => '1'))), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '10.' => array('if.' => array('value' => '5', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '5', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext [bullets_type]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.bullets')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout|header_link], subheader, date', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.header')))), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'T3SBS\\T3sbootstrap\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1150', 'minimumWidth' => '0', 'ratioWithHeight' => '0', 'maxWidthMediaObject' => '200', 'maxWidthToast' => '20', 'disableAutoRow' => '0', 'overrideSmallColumns' => '', 'configuid' => '1')), 'stdWrap.' => array('editIcons' => 'tt_content : image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.image')))), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('rxshariff_shariff' => 'USER', 'rxshariff_shariff.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RxShariff', 'pluginName' => 'Shariff', 'settings.' => array('enableBackend' => '1', 'data.' => array('lang' => 'en', 'mail-body' => '', 'mail-subject' => '', 'mail-url' => 'mailto:', 'media-url' => '', 'orientation' => 'horizontal', 'referrer-track' => '', 'services' => '', 'theme' => 'standard', 'twitter-via' => ''))), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'), 'flux_page' => 'USER', 'flux_page.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Flux', 'pluginName' => 'Page'), 'ttaddress_listview' => 'USER', 'ttaddress_listview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TtAddress', 'pluginName' => 'ListView'), 'dwsducati_dealer_news' => 'USER', 'dwsducati_dealer_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'dealer_news'), 'dwsducati_model' => 'USER', 'dwsducati_model.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Model'), 'dwshighlights_modelhighlights' => 'USER', 'dwshighlights_modelhighlights.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsHighlights', 'pluginName' => 'Modelhighlights'), 'gomapsext_show' => 'USER', 'gomapsext_show.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'GoMapsExt', 'pluginName' => 'Show'), 'megooglecalendar_pi1' => 'USER', 'megooglecalendar_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MeGoogleCalendar', 'pluginName' => 'Pi1'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content,pages,tx_news_domain_model_news', 'conf.' => array('pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array('data' => 'register:pidInList'), 'selectFields.' => array('dataWrap' => '*,FIND_IN_SET(pid,{register:pidInList}) AS gridelements_shortcut_page_order_by'), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER'), 'tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut'))), '20.' => array('tables' => 'tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table')))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'T3SBS\\T3sbootstrap\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1150', 'minimumWidth' => '0', 'ratioWithHeight' => '0', 'maxWidthMediaObject' => '200', 'maxWidthToast' => '20', 'disableAutoRow' => '0', 'overrideSmallColumns' => '', 'configuid' => '1')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia')))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'T3SBS\\T3sbootstrap\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1150', 'minimumWidth' => '0', 'ratioWithHeight' => '0', 'maxWidthMediaObject' => '200', 'maxWidthToast' => '20', 'disableAutoRow' => '0', 'overrideSmallColumns' => '', 'configuid' => '1')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads')))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => 'tt_content.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => 'sys_category_record_mm ON uid = sys_category_record_mm.uid_foreign AND sys_category_record_mm.uid_local IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => 'tablenames=\'tt_content\' and fieldname=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu'))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array('field' => 'pages'))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => 'sectionIndex = 1 AND ( colPos = 0 OR colPos > 199 )', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')))))))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework')), 'srlanguagemenu_languagemenu' => '< lib.contentElement', 'srlanguagemenu_languagemenu.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'SrLanguageMenu', 'pluginName' => 'LanguageMenu')), 'dwsducati_alert' => '< lib.contentElement', 'dwsducati_alert.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Alert')), 'dwsducati_bodymenu' => '< lib.contentElement', 'dwsducati_bodymenu.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Bodymenu')), 'dwsducati_button' => '< lib.contentElement', 'dwsducati_button.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Button')), 'dwsducati_carouselmenu' => '< lib.contentElement', 'dwsducati_carouselmenu.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Carouselmenu')), 'dwsducati_embedvideo' => '< lib.contentElement', 'dwsducati_embedvideo.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Embedvideo')), 'dwsducati_icontile' => '< lib.contentElement', 'dwsducati_icontile.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Icontile')), 'dwsducati_imagegallery' => '< lib.contentElement', 'dwsducati_imagegallery.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Imagegallery')), 'dwsducati_mapwrapper' => '< lib.contentElement', 'dwsducati_mapwrapper.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Mapwrapper')), 'dwsducati_modallight' => '< lib.contentElement', 'dwsducati_modallight.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Modallight')), 'dwsducati_pageheader' => '< lib.contentElement', 'dwsducati_pageheader.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Pageheader')), 'dwsducati_person' => '< lib.contentElement', 'dwsducati_person.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Person')), 'dwsducati_photogallery' => '< lib.contentElement', 'dwsducati_photogallery.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Photogallery')), 'dwsducati_pricebox' => '< lib.contentElement', 'dwsducati_pricebox.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Pricebox')), 'dwsducati_progressbar' => '< lib.contentElement', 'dwsducati_progressbar.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Progressbar')), 'dwsducati_row' => '< lib.contentElement', 'dwsducati_row.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Row')), 'dwsducati_simpleresponsiveimage' => '< lib.contentElement', 'dwsducati_simpleresponsiveimage.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Simpleresponsiveimage')), 'dwsducati_teaser' => '< lib.contentElement', 'dwsducati_teaser.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Teaser')), 'dwsducati_thumbnailbox' => '< lib.contentElement', 'dwsducati_thumbnailbox.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Thumbnailbox')), 'gridelements_pi1' => '< lib.contentElement', 'gridelements_pi1.' => array('templateName' => 'GridElement', 'templateName.' => array('override.' => array('field' => 'tx_gridelements_backend_layout')), 'templateRootPaths.' => array('EXT:gridelements/Resources/Private/Templates/', 'EXT:bootstrap_grids/Resources/Private/Templates/', 'EXT:dws_ducati/Resources/Private/Templates/Gridelements/'), 'partialRootPaths.' => array('EXT:gridelements/Resources/Private/Partials/', 'EXT:bootstrap_grids/Resources/Private/Partials/'), 'dataProcessing.' => array('GridElementsTeam\\Gridelements\\DataProcessing\\GridChildrenProcessor', '10.' => array('default.' => array('as' => 'children')))), 't3sbs_fluidtemplate' => 'COA', 't3sbs_fluidtemplate.' => array('FLUIDTEMPLATE', '10.' => array('file.' => array('stdWrap.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'subheader', 'ifEmpty.' => array('cObject' => 'TEXT', 'cObject.' => array('value' => 'EXT:t3sbootstrap/Resources/Private/Templates/Content/FluidTemplate.html'))))), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'settings.' => array('expandedContent' => '0', 'fontawesome.' => array('pagetitle' => '1'), 'codesnippet' => '0', 'lazyLoad' => '0', 'lazyLoadThreshold' => '0', 'webp' => '0', 'pagebrowser.' => array('enable' => '0'), 'backToTopTitle' => 'to top', 'backToTopClass' => 'fa fa-chevron-circle-up fa-4x', 'backToTopForAllPages' => '0', 'gtm' => '', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'sectionmenuIcons' => '0', 'navbar.' => array('image.' => array('defaultPath' => '/typo3conf/ext/t3sbootstrap/Resources/Public/Images/bootstrap-logo-white.svg', 'width' => '30', 'height' => '24', 'altText' => 'Company Logo'), 'subdropdown.' => array('twoColumns' => '30'), 'searchboxLink' => '0', 'feUserName' => '0', 'sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400'), 'pages.' => array('override.' => array('smallColumns' => '', 'breakpoint' => '')), 'config.' => array('uid' => '1', 'company' => '0', 'homepageUid' => '344', 'pageTitle' => 'jumbotron', 'pageTitlealign' => 'center', 'pageTitlecontainer' => 'none', 'pageTitleclass' => '0', 'metaEnable' => '0', 'metaValue' => '0', 'metaContainer' => 'none', 'metaClass' => '0', 'metaText' => '0', 'navbarEnable' => 'light', 'navbarEntrylevel' => '0', 'navbarLevels' => '4', 'navbarExcludeuiduist' => '0', 'navbarIncludespacer' => '0', 'navbarSectionmenu' => '0', 'navbarMegamenu' => '0', 'navbarHover' => '0', 'navbarClickableparent' => '0', 'navbarPlusicon' => '{$bootstrap.config.navbarPlusicon}', 'navbarDropdownAnimate' => '0', 'navbarBrand' => 'imgText', 'navbarbrandAlignment' => 'left', 'navbarImage' => '0', 'navbarColor' => 'warning', 'navbarBackground' => '0', 'navbarTransparent' => '0', 'navbarContainer' => '0', 'navbarInnercontainer' => 'container', 'navbarPlacement' => '0', 'navbarAlignment' => 'left', 'navbarClass' => 'bg-gradient', 'navbarToggler' => 'left', 'navbarAnimatedtoggler' => '0', 'navbarBreakpoint' => 'sm', 'navbarOffcanvas' => '0', 'navbarHeight' => '0', 'navbarSearchbox' => '0', 'navbarLangmenu' => '0', 'navbarShrinkcolorschemes' => 'light', 'navbarShrinkcolor' => '0', 'navbarRightMenuUidList' => '0', 'navbarExtraRow' => '0', 'navbarLangFlags' => '1', 'jumbotronEnable' => '1', 'jumbotronBgimage' => '0', 'jumbotronSlide' => '0', 'jumbotronPosition' => 'below', 'jumbotronContainer' => 'container', 'jumbotronContainerposition' => 'Inside', 'jumbotronClass' => 'p-5 mb-4 bg-light bg-gradient rounded-0', 'jumbotronCarouselInterval' => '5000', 'jumbotronCarouselPause' => '', 'breadcrumbEnable' => '1', 'breadcrumbNotonrootpage' => '0', 'breadcrumbFaicon' => '0', 'breadcrumbCorner' => '1', 'breadcrumbBottom' => '0', 'breadcrumbPosition' => 'belowJum', 'breadcrumbContainer' => 'container', 'breadcrumbContainerposition' => 'inside', 'breadcrumbClass' => '0', 'sidebarEnable' => '0', 'sidebarRightenable' => '0', 'sidebarLevels' => '4', 'sidebarEntrylevel' => '99', 'sidebarExcludeuiduist' => '0', 'sidebarIncludespacer' => '0', 'sidebarSectionMobile' => '0', 'footerEnable' => '1', 'footerFluid' => '{$bootstrap.config.footerFluid}', 'footerSlide' => '0', 'footerSticky' => '1', 'footerContainer' => 'container', 'footerContainerposition' => 'Inside', 'footerClass' => 'bg-dark text-light py-4', 'footerPid' => '0', 'expandedcontentEnabletop' => '0', 'expandedcontentSlidetop' => '0', 'expandedcontentContainerpositiontop' => '0', 'expandedcontentContainertop' => '0', 'expandedcontentClasstop' => '0', 'expandedcontentEnablebottom' => '0', 'expandedcontentSlidebottom' => '0', 'expandedcontentContainerpositionbottom' => '0', 'expandedcontentContainerbottom' => '0', 'expandedcontentClassbottom' => '0', 'generalRootline' => '0', 'contentOnlyOnRootpage' => '0', 'jqueryHeader' => '0', 'compress' => '1', 'disablePrefixComment' => '1', 'containerError' => '0', 'slideLeftAside' => '0', 'slideRightAside' => '0', 'pageContentExtraClass' => '0', 'bodyExtraClass' => '0', 'asideExtraClass' => '0', 'mainExtraClass' => '0', 'globalPaddingTop' => 'pt-5', 'stickyFooterExtraPadding' => '100', 'contentMarginTop' => '0', 'loadingSpinner' => '0', 'loadingSpinnerColor' => 'primary', 'lightboxSelection' => '1', 'magnifying' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sectionmenuStickyTop' => '0', 'backgroundImageEnable' => '0', 'backgroundImageSlide' => '0', 'shrinkingNavPadding' => '5', 'sidebarMenuPosition' => 'above', 'langMenuWithFaIcon' => '1', 'subheaderColor' => 'secondary', 'dateFormat' => 'd.m.Y', 'favicon' => '0', 'faLinkIcons' => '1', 'cardFlipperOnClick' => '0', 'lastModifiedContentElement' => '0', 'recentlyUpdatedContentElements' => '0', 'darkMode' => '0'), 'indexedsearch.' => array('targetPid' => '0')))), 't3sbs_button' => '< lib.contentElement', 't3sbs_button.' => array('templateName' => 'Button', 'stdWrap.' => array('editIcons' => 'tt_content')), 't3sbs_card' => '< lib.contentElement', 't3sbs_card.' => array('templateName' => 'Card', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'T3SBS\\T3sbootstrap\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1150', 'minimumWidth' => '0', 'ratioWithHeight' => '0', 'maxWidthMediaObject' => '200', 'maxWidthToast' => '20', 'overrideSmallColumns' => '', 'configuid' => '{$bootstrap.db.uid}'), 'T3SBS\\T3sbootstrap\\DataProcessing\\CardProcessor'), 'stdWrap.' => array('editIcons' => 'tt_content')), 't3sbs_carousel' => '< lib.contentElement', 't3sbs_carousel.' => array('templateName' => 'Carousel', 'settings.' => array('defaultHeaderType' => '3'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets'))), 'stdWrap.' => array('editIcons' => 'tt_content')), 't3sbs_mediaobject' => '< lib.contentElement', 't3sbs_mediaobject.' => array('templateName' => 'Mediaobject', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'T3SBS\\T3sbootstrap\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1150', 'minimumWidth' => '0', 'ratioWithHeight' => '0', 'maxWidthMediaObject' => '200', 'maxWidthToast' => '20', 'disableAutoRow' => '0', 'overrideSmallColumns' => '', 'configuid' => '{$bootstrap.db.uid}')), 'stdWrap.' => array('editIcons' => 'tt_content')), 't3sbs_gallery' => '< lib.contentElement', 't3sbs_gallery.' => array('templateName' => 'ImageGallery', 'settings.' => array('defaultHeaderType' => '2'), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\BsImageGalleryProcessor', '10.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'files', 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting')), 'T3SBS\\T3sbootstrap\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1150', 'minimumWidth' => '0', 'ratioWithHeight' => '0', 'maxWidthMediaObject' => '200', 'maxWidthToast' => '20', 'disableAutoRow' => '0', 'overrideSmallColumns' => '', 'configuid' => '{$bootstrap.db.uid}')), 'stdWrap.' => array('editIcons' => 'tt_content')), 't3sbs_toast' => '< lib.contentElement', 't3sbs_toast.' => array('templateName' => 'Toast', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'T3SBS\\T3sbootstrap\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1150', 'minimumWidth' => '0', 'ratioWithHeight' => '0', 'maxWidthMediaObject' => '200', 'maxWidthToast' => '20', 'disableAutoRow' => '0', 'overrideSmallColumns' => '', 'configuid' => '{$bootstrap.db.uid}')), 'stdWrap.' => array('editIcons' => 'tt_content')), 'two_columns' => 'FLUIDTEMPLATE', 'two_columns.' => array('templateName' => 'TwoColumns', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '221.' => array('colPos' => '221', 'as' => 'col_221'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '222.' => array('colPos' => '222', 'as' => 'col_222'))), 'three_columns' => 'FLUIDTEMPLATE', 'three_columns.' => array('templateName' => 'ThreeColumns', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '231.' => array('colPos' => '231', 'as' => 'col_231'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '232.' => array('colPos' => '232', 'as' => 'col_232'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '233.' => array('colPos' => '233', 'as' => 'col_233'))), 'four_columns' => 'FLUIDTEMPLATE', 'four_columns.' => array('templateName' => 'FourColumns', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '241.' => array('colPos' => '241', 'as' => 'col_241'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '242.' => array('colPos' => '242', 'as' => 'col_242'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '243.' => array('colPos' => '243', 'as' => 'col_243'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '244.' => array('colPos' => '244', 'as' => 'col_244'))), 'six_columns' => 'FLUIDTEMPLATE', 'six_columns.' => array('templateName' => 'SixColumns', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '241.' => array('colPos' => '261', 'as' => 'col_261'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '242.' => array('colPos' => '262', 'as' => 'col_262'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '243.' => array('colPos' => '263', 'as' => 'col_263'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '244.' => array('colPos' => '264', 'as' => 'col_264'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '245.' => array('colPos' => '265', 'as' => 'col_265'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '246.' => array('colPos' => '266', 'as' => 'col_266'))), 'row_columns' => 'FLUIDTEMPLATE', 'row_columns.' => array('templateName' => 'RowColumns', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '290.' => array('colPos' => '290', 'as' => 'col_290'))), 'card_wrapper' => 'FLUIDTEMPLATE', 'card_wrapper.' => array('templateName' => 'CardWrapper', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '270.' => array('colPos' => '270', 'as' => 'col_270'))), 'button_group' => 'FLUIDTEMPLATE', 'button_group.' => array('templateName' => 'Buttongroup', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '271.' => array('colPos' => '271', 'as' => 'col_271'))), 'background_wrapper' => 'FLUIDTEMPLATE', 'background_wrapper.' => array('templateName' => 'BackgroundWrapper', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '273.' => array('colPos' => '273', 'as' => 'col_273'))), 'parallax_wrapper' => 'FLUIDTEMPLATE', 'parallax_wrapper.' => array('templateName' => 'ParallaxWrapper', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '274.' => array('colPos' => '274', 'as' => 'col_274'))), 'autoLayout_row' => 'FLUIDTEMPLATE', 'autoLayout_row.' => array('templateName' => 'AutoLayoutRow', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '272.' => array('colPos' => '272', 'as' => 'col_272'))), 'container' => 'FLUIDTEMPLATE', 'container.' => array('templateName' => 'Container', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '275.' => array('colPos' => '275', 'as' => 'col_275'))), 'carousel_container' => 'FLUIDTEMPLATE', 'carousel_container.' => array('templateName' => 'CarouselContainer', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '276.' => array('colPos' => '276', 'as' => 'col_276'))), 'collapsible_container' => 'FLUIDTEMPLATE', 'collapsible_container.' => array('templateName' => 'CollapsibleContainer', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '277.' => array('colPos' => '277', 'as' => 'col_277'))), 'collapsible_accordion' => 'FLUIDTEMPLATE', 'collapsible_accordion.' => array('templateName' => 'Collapsible', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '278.' => array('colPos' => '278', 'as' => 'col_278'))), 'modal' => 'FLUIDTEMPLATE', 'modal.' => array('templateName' => 'Modal', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '279.' => array('colPos' => '279', 'as' => 'col_279'))), 'tabs_container' => 'FLUIDTEMPLATE', 'tabs_container.' => array('templateName' => 'TabContainer', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '280.' => array('colPos' => '280', 'as' => 'col_280'))), 'tabs_tab' => 'FLUIDTEMPLATE', 'tabs_tab.' => array('templateName' => 'Tab', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '281.' => array('colPos' => '281', 'as' => 'col_281'))), 'listGroup_wrapper' => 'FLUIDTEMPLATE', 'listGroup_wrapper.' => array('templateName' => 'ListGroupWrapper', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '282.' => array('colPos' => '282', 'as' => 'col_282'))), 'masonry_wrapper' => 'FLUIDTEMPLATE', 'masonry_wrapper.' => array('templateName' => 'MasonryWrapper', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '283.' => array('colPos' => '283', 'as' => 'col_283'))), 'swiper_container' => 'FLUIDTEMPLATE', 'swiper_container.' => array('templateName' => 'SwiperContainer', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '300.' => array('colPos' => '300', 'as' => 'col_300'))), 'toast_container' => 'FLUIDTEMPLATE', 'toast_container.' => array('templateName' => 'ToastContainer', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '310.' => array('colPos' => '310', 'as' => 'col_310'))), 'youtubevideo_pi1' => '< lib.contentElement', 'youtubevideo_pi1.' => array('templateName' => 'TEXT', 'templateName.' => array('stdWrap.' => array('cObject' => 'TEXT', 'cObject.' => array('value' => 'YoutubevideoIframe', 'if.' => array('isTrue' => '0')), 'ifEmpty' => 'Youtubevideo')), 'templateRootPaths.' => array('EXT:youtubevideo/Resources/Private/Templates/', 'EXT:dws_ducati/Resources/Private/Templates/YoutubeVideo'), 'partialRootPaths.' => array('EXT:youtubevideo/Resources/Private/Partials/'), 'dataProcessing.' => array('Brightside\\Youtubevideo\\DataProcessing\\YoutubevideoFilesProcessor', '10.' => array('pagination.' => array('isActive.' => array('field' => 'tx_paginatedprocessors_paginationenabled'), 'uniqueId.' => array('field' => 'uid', 'override.' => array('field' => 'tx_paginatedprocessors_urlsegment')), 'itemsPerPage' => 'tx_paginatedprocessors_itemsperpage', 'itemsPerPage.' => array('field' => 'tx_paginatedprocessors_itemsperpage'), 'pageLinksShown' => '5', 'pageLinksShown.' => array('override.' => array('field' => 'tx_paginatedprocessors_pagelinksshown')), 'anchorActive.' => array('field' => 'tx_paginatedprocessors_anchor'), 'anchorId.' => array('field' => 'uid', 'override.' => array('field' => 'tx_paginatedprocessors_anchorid'))))), 'settings.' => array('coverimagewidth' => '1280', 'colspacewidth' => '1.5'), 'variables.' => array('hl' => 'TEXT', 'hl.' => array('data' => 'siteLanguage:iso-639-1'), 'ratioDefault' => 'TEXT', 'ratioDefault.' => array('value' => '56.25'), 'ratio1' => 'TEXT', 'ratio1.' => array('value' => '75'), 'modestbranding' => 'TEXT', 'modestbranding.' => array('value' => '0'), 'nocookiehost' => 'TEXT', 'nocookiehost.' => array('value' => '0'), 'coverimagewidth' => 'TEXT', 'coverimagewidth.' => array('value' => '1280'), 'containerBreakpointSmall' => 'TEXT', 'containerBreakpointSmall.' => array('value' => '500'), 'containerBreakpointTiny' => 'TEXT', 'containerBreakpointTiny.' => array('value' => '300'), 'gdprnote' => 'TEXT', 'gdprnote.' => array('value' => '1'), 'gdprtextoverride' => 'TEXT', 'gdprtextoverride.' => array('value' => ''), 'colspacewidth' => 'TEXT', 'colspacewidth.' => array('value' => '1.5'), 'iframe' => 'TEXT', 'iframe.' => array('value' => '0')))), 'tt_content')
in /var/www/html/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 724
                [$name, $conf] = $cF->getVal($key, $this->getTypoScriptFrontendController()->tmpl->setup);
                $conf = array_replace_recursive(is_array($conf) ? $conf : [], $confOverride);
                // Getting the cObject
                $timeTracker->incStackPointer();
                $content .= $this->cObjGetSingle($name, $conf, $key);
                $timeTracker->decStackPointer();
            } else {
                $hooked = false;
                // Application defined cObjects
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('CASE', array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array('allow' => 'move, new, edit, hide, delete', 'label' => '%s', 'onlyCurrentPid' => '1', 'previewBorder' => '1', 'edit.' => array('displayRecord' => '1'))), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '10.' => array('if.' => array('value' => '5', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '5', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext [bullets_type]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.bullets')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout|header_link], subheader, date', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.header')))), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'T3SBS\\T3sbootstrap\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1150', 'minimumWidth' => '0', 'ratioWithHeight' => '0', 'maxWidthMediaObject' => '200', 'maxWidthToast' => '20', 'disableAutoRow' => '0', 'overrideSmallColumns' => '', 'configuid' => '1')), 'stdWrap.' => array('editIcons' => 'tt_content : image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.image')))), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('rxshariff_shariff' => 'USER', 'rxshariff_shariff.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'RxShariff', 'pluginName' => 'Shariff', 'settings.' => array('enableBackend' => '1', 'data.' => array('lang' => 'en', 'mail-body' => '', 'mail-subject' => '', 'mail-url' => 'mailto:', 'media-url' => '', 'orientation' => 'horizontal', 'referrer-track' => '', 'services' => '', 'theme' => 'standard', 'twitter-via' => ''))), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'), 'flux_page' => 'USER', 'flux_page.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Flux', 'pluginName' => 'Page'), 'ttaddress_listview' => 'USER', 'ttaddress_listview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TtAddress', 'pluginName' => 'ListView'), 'dwsducati_dealer_news' => 'USER', 'dwsducati_dealer_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'dealer_news'), 'dwsducati_model' => 'USER', 'dwsducati_model.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Model'), 'dwshighlights_modelhighlights' => 'USER', 'dwshighlights_modelhighlights.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsHighlights', 'pluginName' => 'Modelhighlights'), 'gomapsext_show' => 'USER', 'gomapsext_show.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'GoMapsExt', 'pluginName' => 'Show'), 'megooglecalendar_pi1' => 'USER', 'megooglecalendar_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MeGoogleCalendar', 'pluginName' => 'Pi1'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content,pages,tx_news_domain_model_news', 'conf.' => array('pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array('data' => 'register:pidInList'), 'selectFields.' => array('dataWrap' => '*,FIND_IN_SET(pid,{register:pidInList}) AS gridelements_shortcut_page_order_by'), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER'), 'tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut'))), '20.' => array('tables' => 'tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table')))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'T3SBS\\T3sbootstrap\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1150', 'minimumWidth' => '0', 'ratioWithHeight' => '0', 'maxWidthMediaObject' => '200', 'maxWidthToast' => '20', 'disableAutoRow' => '0', 'overrideSmallColumns' => '', 'configuid' => '1')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia')))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'T3SBS\\T3sbootstrap\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1150', 'minimumWidth' => '0', 'ratioWithHeight' => '0', 'maxWidthMediaObject' => '200', 'maxWidthToast' => '20', 'disableAutoRow' => '0', 'overrideSmallColumns' => '', 'configuid' => '1')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads')))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => 'tt_content.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => 'sys_category_record_mm ON uid = sys_category_record_mm.uid_foreign AND sys_category_record_mm.uid_local IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => 'tablenames=\'tt_content\' and fieldname=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu'))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array('field' => 'pages'))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => 'sectionIndex = 1 AND ( colPos = 0 OR colPos > 199 )', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')))))))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework')), 'srlanguagemenu_languagemenu' => '< lib.contentElement', 'srlanguagemenu_languagemenu.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'SrLanguageMenu', 'pluginName' => 'LanguageMenu')), 'dwsducati_alert' => '< lib.contentElement', 'dwsducati_alert.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Alert')), 'dwsducati_bodymenu' => '< lib.contentElement', 'dwsducati_bodymenu.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Bodymenu')), 'dwsducati_button' => '< lib.contentElement', 'dwsducati_button.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Button')), 'dwsducati_carouselmenu' => '< lib.contentElement', 'dwsducati_carouselmenu.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Carouselmenu')), 'dwsducati_embedvideo' => '< lib.contentElement', 'dwsducati_embedvideo.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Embedvideo')), 'dwsducati_icontile' => '< lib.contentElement', 'dwsducati_icontile.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Icontile')), 'dwsducati_imagegallery' => '< lib.contentElement', 'dwsducati_imagegallery.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Imagegallery')), 'dwsducati_mapwrapper' => '< lib.contentElement', 'dwsducati_mapwrapper.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Mapwrapper')), 'dwsducati_modallight' => '< lib.contentElement', 'dwsducati_modallight.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Modallight')), 'dwsducati_pageheader' => '< lib.contentElement', 'dwsducati_pageheader.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Pageheader')), 'dwsducati_person' => '< lib.contentElement', 'dwsducati_person.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Person')), 'dwsducati_photogallery' => '< lib.contentElement', 'dwsducati_photogallery.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Photogallery')), 'dwsducati_pricebox' => '< lib.contentElement', 'dwsducati_pricebox.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Pricebox')), 'dwsducati_progressbar' => '< lib.contentElement', 'dwsducati_progressbar.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Progressbar')), 'dwsducati_row' => '< lib.contentElement', 'dwsducati_row.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Row')), 'dwsducati_simpleresponsiveimage' => '< lib.contentElement', 'dwsducati_simpleresponsiveimage.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Simpleresponsiveimage')), 'dwsducati_teaser' => '< lib.contentElement', 'dwsducati_teaser.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Teaser')), 'dwsducati_thumbnailbox' => '< lib.contentElement', 'dwsducati_thumbnailbox.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DwsDucati', 'pluginName' => 'Thumbnailbox')), 'gridelements_pi1' => '< lib.contentElement', 'gridelements_pi1.' => array('templateName' => 'GridElement', 'templateName.' => array('override.' => array('field' => 'tx_gridelements_backend_layout')), 'templateRootPaths.' => array('EXT:gridelements/Resources/Private/Templates/', 'EXT:bootstrap_grids/Resources/Private/Templates/', 'EXT:dws_ducati/Resources/Private/Templates/Gridelements/'), 'partialRootPaths.' => array('EXT:gridelements/Resources/Private/Partials/', 'EXT:bootstrap_grids/Resources/Private/Partials/'), 'dataProcessing.' => array('GridElementsTeam\\Gridelements\\DataProcessing\\GridChildrenProcessor', '10.' => array('default.' => array('as' => 'children')))), 't3sbs_fluidtemplate' => 'COA', 't3sbs_fluidtemplate.' => array('FLUIDTEMPLATE', '10.' => array('file.' => array('stdWrap.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'subheader', 'ifEmpty.' => array('cObject' => 'TEXT', 'cObject.' => array('value' => 'EXT:t3sbootstrap/Resources/Private/Templates/Content/FluidTemplate.html'))))), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'settings.' => array('expandedContent' => '0', 'fontawesome.' => array('pagetitle' => '1'), 'codesnippet' => '0', 'lazyLoad' => '0', 'lazyLoadThreshold' => '0', 'webp' => '0', 'pagebrowser.' => array('enable' => '0'), 'backToTopTitle' => 'to top', 'backToTopClass' => 'fa fa-chevron-circle-up fa-4x', 'backToTopForAllPages' => '0', 'gtm' => '', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'sectionmenuIcons' => '0', 'navbar.' => array('image.' => array('defaultPath' => '/typo3conf/ext/t3sbootstrap/Resources/Public/Images/bootstrap-logo-white.svg', 'width' => '30', 'height' => '24', 'altText' => 'Company Logo'), 'subdropdown.' => array('twoColumns' => '30'), 'searchboxLink' => '0', 'feUserName' => '0', 'sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400'), 'pages.' => array('override.' => array('smallColumns' => '', 'breakpoint' => '')), 'config.' => array('uid' => '1', 'company' => '0', 'homepageUid' => '344', 'pageTitle' => 'jumbotron', 'pageTitlealign' => 'center', 'pageTitlecontainer' => 'none', 'pageTitleclass' => '0', 'metaEnable' => '0', 'metaValue' => '0', 'metaContainer' => 'none', 'metaClass' => '0', 'metaText' => '0', 'navbarEnable' => 'light', 'navbarEntrylevel' => '0', 'navbarLevels' => '4', 'navbarExcludeuiduist' => '0', 'navbarIncludespacer' => '0', 'navbarSectionmenu' => '0', 'navbarMegamenu' => '0', 'navbarHover' => '0', 'navbarClickableparent' => '0', 'navbarPlusicon' => '{$bootstrap.config.navbarPlusicon}', 'navbarDropdownAnimate' => '0', 'navbarBrand' => 'imgText', 'navbarbrandAlignment' => 'left', 'navbarImage' => '0', 'navbarColor' => 'warning', 'navbarBackground' => '0', 'navbarTransparent' => '0', 'navbarContainer' => '0', 'navbarInnercontainer' => 'container', 'navbarPlacement' => '0', 'navbarAlignment' => 'left', 'navbarClass' => 'bg-gradient', 'navbarToggler' => 'left', 'navbarAnimatedtoggler' => '0', 'navbarBreakpoint' => 'sm', 'navbarOffcanvas' => '0', 'navbarHeight' => '0', 'navbarSearchbox' => '0', 'navbarLangmenu' => '0', 'navbarShrinkcolorschemes' => 'light', 'navbarShrinkcolor' => '0', 'navbarRightMenuUidList' => '0', 'navbarExtraRow' => '0', 'navbarLangFlags' => '1', 'jumbotronEnable' => '1', 'jumbotronBgimage' => '0', 'jumbotronSlide' => '0', 'jumbotronPosition' => 'below', 'jumbotronContainer' => 'container', 'jumbotronContainerposition' => 'Inside', 'jumbotronClass' => 'p-5 mb-4 bg-light bg-gradient rounded-0', 'jumbotronCarouselInterval' => '5000', 'jumbotronCarouselPause' => '', 'breadcrumbEnable' => '1', 'breadcrumbNotonrootpage' => '0', 'breadcrumbFaicon' => '0', 'breadcrumbCorner' => '1', 'breadcrumbBottom' => '0', 'breadcrumbPosition' => 'belowJum', 'breadcrumbContainer' => 'container', 'breadcrumbContainerposition' => 'inside', 'breadcrumbClass' => '0', 'sidebarEnable' => '0', 'sidebarRightenable' => '0', 'sidebarLevels' => '4', 'sidebarEntrylevel' => '99', 'sidebarExcludeuiduist' => '0', 'sidebarIncludespacer' => '0', 'sidebarSectionMobile' => '0', 'footerEnable' => '1', 'footerFluid' => '{$bootstrap.config.footerFluid}', 'footerSlide' => '0', 'footerSticky' => '1', 'footerContainer' => 'container', 'footerContainerposition' => 'Inside', 'footerClass' => 'bg-dark text-light py-4', 'footerPid' => '0', 'expandedcontentEnabletop' => '0', 'expandedcontentSlidetop' => '0', 'expandedcontentContainerpositiontop' => '0', 'expandedcontentContainertop' => '0', 'expandedcontentClasstop' => '0', 'expandedcontentEnablebottom' => '0', 'expandedcontentSlidebottom' => '0', 'expandedcontentContainerpositionbottom' => '0', 'expandedcontentContainerbottom' => '0', 'expandedcontentClassbottom' => '0', 'generalRootline' => '0', 'contentOnlyOnRootpage' => '0', 'jqueryHeader' => '0', 'compress' => '1', 'disablePrefixComment' => '1', 'containerError' => '0', 'slideLeftAside' => '0', 'slideRightAside' => '0', 'pageContentExtraClass' => '0', 'bodyExtraClass' => '0', 'asideExtraClass' => '0', 'mainExtraClass' => '0', 'globalPaddingTop' => 'pt-5', 'stickyFooterExtraPadding' => '100', 'contentMarginTop' => '0', 'loadingSpinner' => '0', 'loadingSpinnerColor' => 'primary', 'lightboxSelection' => '1', 'magnifying' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sectionmenuStickyTop' => '0', 'backgroundImageEnable' => '0', 'backgroundImageSlide' => '0', 'shrinkingNavPadding' => '5', 'sidebarMenuPosition' => 'above', 'langMenuWithFaIcon' => '1', 'subheaderColor' => 'secondary', 'dateFormat' => 'd.m.Y', 'favicon' => '0', 'faLinkIcons' => '1', 'cardFlipperOnClick' => '0', 'lastModifiedContentElement' => '0', 'recentlyUpdatedContentElements' => '0', 'darkMode' => '0'), 'indexedsearch.' => array('targetPid' => '0')))), 't3sbs_button' => '< lib.contentElement', 't3sbs_button.' => array('templateName' => 'Button', 'stdWrap.' => array('editIcons' => 'tt_content')), 't3sbs_card' => '< lib.contentElement', 't3sbs_card.' => array('templateName' => 'Card', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'T3SBS\\T3sbootstrap\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1150', 'minimumWidth' => '0', 'ratioWithHeight' => '0', 'maxWidthMediaObject' => '200', 'maxWidthToast' => '20', 'overrideSmallColumns' => '', 'configuid' => '{$bootstrap.db.uid}'), 'T3SBS\\T3sbootstrap\\DataProcessing\\CardProcessor'), 'stdWrap.' => array('editIcons' => 'tt_content')), 't3sbs_carousel' => '< lib.contentElement', 't3sbs_carousel.' => array('templateName' => 'Carousel', 'settings.' => array('defaultHeaderType' => '3'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets'))), 'stdWrap.' => array('editIcons' => 'tt_content')), 't3sbs_mediaobject' => '< lib.contentElement', 't3sbs_mediaobject.' => array('templateName' => 'Mediaobject', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'T3SBS\\T3sbootstrap\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1150', 'minimumWidth' => '0', 'ratioWithHeight' => '0', 'maxWidthMediaObject' => '200', 'maxWidthToast' => '20', 'disableAutoRow' => '0', 'overrideSmallColumns' => '', 'configuid' => '{$bootstrap.db.uid}')), 'stdWrap.' => array('editIcons' => 'tt_content')), 't3sbs_gallery' => '< lib.contentElement', 't3sbs_gallery.' => array('templateName' => 'ImageGallery', 'settings.' => array('defaultHeaderType' => '2'), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\BsImageGalleryProcessor', '10.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'files', 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting')), 'T3SBS\\T3sbootstrap\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1150', 'minimumWidth' => '0', 'ratioWithHeight' => '0', 'maxWidthMediaObject' => '200', 'maxWidthToast' => '20', 'disableAutoRow' => '0', 'overrideSmallColumns' => '', 'configuid' => '{$bootstrap.db.uid}')), 'stdWrap.' => array('editIcons' => 'tt_content')), 't3sbs_toast' => '< lib.contentElement', 't3sbs_toast.' => array('templateName' => 'Toast', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'T3SBS\\T3sbootstrap\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1150', 'minimumWidth' => '0', 'ratioWithHeight' => '0', 'maxWidthMediaObject' => '200', 'maxWidthToast' => '20', 'disableAutoRow' => '0', 'overrideSmallColumns' => '', 'configuid' => '{$bootstrap.db.uid}')), 'stdWrap.' => array('editIcons' => 'tt_content')), 'two_columns' => 'FLUIDTEMPLATE', 'two_columns.' => array('templateName' => 'TwoColumns', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '221.' => array('colPos' => '221', 'as' => 'col_221'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '222.' => array('colPos' => '222', 'as' => 'col_222'))), 'three_columns' => 'FLUIDTEMPLATE', 'three_columns.' => array('templateName' => 'ThreeColumns', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '231.' => array('colPos' => '231', 'as' => 'col_231'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '232.' => array('colPos' => '232', 'as' => 'col_232'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '233.' => array('colPos' => '233', 'as' => 'col_233'))), 'four_columns' => 'FLUIDTEMPLATE', 'four_columns.' => array('templateName' => 'FourColumns', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '241.' => array('colPos' => '241', 'as' => 'col_241'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '242.' => array('colPos' => '242', 'as' => 'col_242'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '243.' => array('colPos' => '243', 'as' => 'col_243'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '244.' => array('colPos' => '244', 'as' => 'col_244'))), 'six_columns' => 'FLUIDTEMPLATE', 'six_columns.' => array('templateName' => 'SixColumns', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '241.' => array('colPos' => '261', 'as' => 'col_261'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '242.' => array('colPos' => '262', 'as' => 'col_262'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '243.' => array('colPos' => '263', 'as' => 'col_263'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '244.' => array('colPos' => '264', 'as' => 'col_264'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '245.' => array('colPos' => '265', 'as' => 'col_265'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '246.' => array('colPos' => '266', 'as' => 'col_266'))), 'row_columns' => 'FLUIDTEMPLATE', 'row_columns.' => array('templateName' => 'RowColumns', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '290.' => array('colPos' => '290', 'as' => 'col_290'))), 'card_wrapper' => 'FLUIDTEMPLATE', 'card_wrapper.' => array('templateName' => 'CardWrapper', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '270.' => array('colPos' => '270', 'as' => 'col_270'))), 'button_group' => 'FLUIDTEMPLATE', 'button_group.' => array('templateName' => 'Buttongroup', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '271.' => array('colPos' => '271', 'as' => 'col_271'))), 'background_wrapper' => 'FLUIDTEMPLATE', 'background_wrapper.' => array('templateName' => 'BackgroundWrapper', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '273.' => array('colPos' => '273', 'as' => 'col_273'))), 'parallax_wrapper' => 'FLUIDTEMPLATE', 'parallax_wrapper.' => array('templateName' => 'ParallaxWrapper', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '274.' => array('colPos' => '274', 'as' => 'col_274'))), 'autoLayout_row' => 'FLUIDTEMPLATE', 'autoLayout_row.' => array('templateName' => 'AutoLayoutRow', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '272.' => array('colPos' => '272', 'as' => 'col_272'))), 'container' => 'FLUIDTEMPLATE', 'container.' => array('templateName' => 'Container', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '275.' => array('colPos' => '275', 'as' => 'col_275'))), 'carousel_container' => 'FLUIDTEMPLATE', 'carousel_container.' => array('templateName' => 'CarouselContainer', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '276.' => array('colPos' => '276', 'as' => 'col_276'))), 'collapsible_container' => 'FLUIDTEMPLATE', 'collapsible_container.' => array('templateName' => 'CollapsibleContainer', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '277.' => array('colPos' => '277', 'as' => 'col_277'))), 'collapsible_accordion' => 'FLUIDTEMPLATE', 'collapsible_accordion.' => array('templateName' => 'Collapsible', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '278.' => array('colPos' => '278', 'as' => 'col_278'))), 'modal' => 'FLUIDTEMPLATE', 'modal.' => array('templateName' => 'Modal', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '279.' => array('colPos' => '279', 'as' => 'col_279'))), 'tabs_container' => 'FLUIDTEMPLATE', 'tabs_container.' => array('templateName' => 'TabContainer', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '280.' => array('colPos' => '280', 'as' => 'col_280'))), 'tabs_tab' => 'FLUIDTEMPLATE', 'tabs_tab.' => array('templateName' => 'Tab', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '281.' => array('colPos' => '281', 'as' => 'col_281'))), 'listGroup_wrapper' => 'FLUIDTEMPLATE', 'listGroup_wrapper.' => array('templateName' => 'ListGroupWrapper', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '282.' => array('colPos' => '282', 'as' => 'col_282'))), 'masonry_wrapper' => 'FLUIDTEMPLATE', 'masonry_wrapper.' => array('templateName' => 'MasonryWrapper', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '283.' => array('colPos' => '283', 'as' => 'col_283'))), 'swiper_container' => 'FLUIDTEMPLATE', 'swiper_container.' => array('templateName' => 'SwiperContainer', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '300.' => array('colPos' => '300', 'as' => 'col_300'))), 'toast_container' => 'FLUIDTEMPLATE', 'toast_container.' => array('templateName' => 'ToastContainer', 'settings.' => array('defaultHeaderType' => '1', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('wrap' => '|', 'width' => '1320m', 'height' => '800m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '98.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'data-caption="|"', 'required' => '1'), 'TEXT', '99.' => array('data' => 'file:current:description // file:current:title', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrap' => 'title="|"', 'required' => '1')))))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_smsresponsiveimages.' => array('lazyload' => '0', 'placeholder.' => array('size' => '0', 'inline' => '0'), 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'ignoreFileExtensions' => 'svg, gif', 'fileExtension' => '', 'class' => ''), 'codesnippet' => '0', 'linkHoverEffect' => '0', 'lazyLoad' => '0', 'imgCopyright' => '0', 'animateCss' => '0', 'animateVersion' => '4.1.1', 'masonryVersion' => '4.2.2', 'masonryIntegrity' => 'sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D', 'jarallaxVersion' => '1', 'baguetteBoxVersion' => '1.11.1', 'lightcaseVersion' => '2.5.0', 'magnificpopupVersion' => '1.1.0', 'owlCarouselVersion' => '2.3.4', 'swiperVersion' => '7', 'cdn' => '1', 'highlightIntegrity' => '', 'highlightVersion' => '11.3.1', 'dateformat' => 'd.m.Y', 'subheaderColor' => 'secondary', 'sectionmenuStickyTop' => '0', 'magnifying' => '0', 'picturefill' => '0', 'srcsetDesktop' => '125, 255, 385, 576, 768, 992, 1200, 1440, 1920, 2650', 'srcsetTablet' => '125, 255, 385, 576, 768, 992, 1200', 'srcsetMobile' => '60, 100, 200, 385, 575', 'bgMediaQueries' => '2560, 1920, 1200, 992, 768, 576', 'lazyLoadBgWrapperImage' => '0', 'lazyLoadThreshold' => '0', 'cdnEnable' => '1', 'containerError' => '0', 'sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130', 'sidebarSectionMobile' => '0', 'breakpoint' => 'sm', 'lightboxSelection' => '1', 'cardFlipperOnClick' => '0', 'sectionmenuIcons' => '0', 'disableAccordionScrollToTop' => '0', 'webp' => '0', 'config.' => array('sectionmenuAnchorOffset' => '29', 'sectionmenuScrollspyOffset' => '130'), 'navbarEnable' => 'light', 'navbar.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400')), 'templateRootPaths.' => array('EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Container/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', 'EXT:t3sbootstrap/Resources/Private/Templates/', 'EXT:t3sbootstrap/Resources/Private/Templates/Content/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', 'EXT:t3sbootstrap/Resources/Private/Partials/', 'EXT:t3sbootstrap/Resources/Private/Partials/Content/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', 'EXT:t3sbootstrap/Resources/Private/Layouts/', 'EXT:t3sbootstrap/Resources/Private/Layouts/Content/', ''), 'variables.' => array('be_layout' => 'TEXT', 'be_layout.' => array('value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))))), 'dataProcessing.' => array('T3SBS\\T3sbootstrap\\DataProcessing\\LastModifiedProcessor', '71.' => array('recentlyUpdatedContentElements' => '0', 'setMaxResults' => '10', 'if.' => array('isTrue' => '0')), 'T3SBS\\T3sbootstrap\\DataProcessing\\BootstrapProcessor', '224.' => array('defaultHeaderType' => '1', 'contentMarginTop' => '0', 'configuid' => '1', 'disableAutoRow' => '0', 'breakpoint.' => array('sm' => '576', 'md' => '768', 'lg' => '992', 'xl' => '1200', 'xxl' => '1400', 'no' => '0')), 'B13\\Container\\DataProcessing\\ContainerProcessor', '310.' => array('colPos' => '310', 'as' => 'col_310'))), 'youtubevideo_pi1' => '< lib.contentElement', 'youtubevideo_pi1.' => array('templateName' => 'TEXT', 'templateName.' => array('stdWrap.' => array('cObject' => 'TEXT', 'cObject.' => array('value' => 'YoutubevideoIframe', 'if.' => array('isTrue' => '0')), 'ifEmpty' => 'Youtubevideo')), 'templateRootPaths.' => array('EXT:youtubevideo/Resources/Private/Templates/', 'EXT:dws_ducati/Resources/Private/Templates/YoutubeVideo'), 'partialRootPaths.' => array('EXT:youtubevideo/Resources/Private/Partials/'), 'dataProcessing.' => array('Brightside\\Youtubevideo\\DataProcessing\\YoutubevideoFilesProcessor', '10.' => array('pagination.' => array('isActive.' => array('field' => 'tx_paginatedprocessors_paginationenabled'), 'uniqueId.' => array('field' => 'uid', 'override.' => array('field' => 'tx_paginatedprocessors_urlsegment')), 'itemsPerPage' => 'tx_paginatedprocessors_itemsperpage', 'itemsPerPage.' => array('field' => 'tx_paginatedprocessors_itemsperpage'), 'pageLinksShown' => '5', 'pageLinksShown.' => array('override.' => array('field' => 'tx_paginatedprocessors_pagelinksshown')), 'anchorActive.' => array('field' => 'tx_paginatedprocessors_anchor'), 'anchorId.' => array('field' => 'uid', 'override.' => array('field' => 'tx_paginatedprocessors_anchorid'))))), 'settings.' => array('coverimagewidth' => '1280', 'colspacewidth' => '1.5'), 'variables.' => array('hl' => 'TEXT', 'hl.' => array('data' => 'siteLanguage:iso-639-1'), 'ratioDefault' => 'TEXT', 'ratioDefault.' => array('value' => '56.25'), 'ratio1' => 'TEXT', 'ratio1.' => array('value' => '75'), 'modestbranding' => 'TEXT', 'modestbranding.' => array('value' => '0'), 'nocookiehost' => 'TEXT', 'nocookiehost.' => array('value' => '0'), 'coverimagewidth' => 'TEXT', 'coverimagewidth.' => array('value' => '1280'), 'containerBreakpointSmall' => 'TEXT', 'containerBreakpointSmall.' => array('value' => '500'), 'containerBreakpointTiny' => 'TEXT', 'containerBreakpointTiny.' => array('value' => '300'), 'gdprnote' => 'TEXT', 'gdprnote.' => array('value' => '1'), 'gdprtextoverride' => 'TEXT', 'gdprtextoverride.' => array('value' => ''), 'colspacewidth' => 'TEXT', 'colspacewidth.' => array('value' => '1.5'), 'iframe' => 'TEXT', 'iframe.' => array('value' => '0')))), '')
in /var/www/html/public/typo3/sysext/frontend/Classes/ContentObject/RecordsContentObject.php line 119
                            $cObj->parentRecordNumber = $this->cObj->currentRecordNumber;
                            $GLOBALS['TSFE']->currentRecord = $val['table'] . ':' . $val['id'];
                            $this->cObj->lastChanged($row['tstamp']);
                            $cObj->start($row, $val['table']);
                            $tmpValue = $cObj->cObjGetSingle($renderObjName, $renderObjConf, $renderObjKey);
                            $theValue .= $tmpValue;
                        }
                    }
                }
at TYPO3\CMS\Frontend\ContentObject\RecordsContentObject->render(array('tables' => 'tt_content', 'source' => 60550, 'dontCheckPid' => 1))
in /var/www/html/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 829
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\RecordsContentObject), array('tables' => 'tt_content', 'source' => 60550, 'dontCheckPid' => 1))
in /var/www/html/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 743
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            if (!empty($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'])) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('RECORDS', array('tables' => 'tt_content', 'source' => 60550, 'dontCheckPid' => 1))
in /var/www/html/public/typo3conf/ext/vhs/Classes/ViewHelpers/Content/AbstractContentViewHelper.php line 236
        // It's should not be allowed to do this again then!!
        if (false === empty($parent)) {
            ++$GLOBALS['TSFE']->recordRegister[$parent];
        }
        $html = $GLOBALS['TSFE']->cObj->cObjGetSingle('RECORDS', $conf);

        $GLOBALS['TSFE']->currentRecord = $parent;
        if (false === empty($parent)) {
            --$GLOBALS['TSFE']->recordRegister[$parent];
at FluidTYPO3\Vhs\ViewHelpers\Content\AbstractContentViewHelper::renderRecord(array('uid' => 60550, 'pid' => 8573, 't3ver_oid' => 0, 'zzz_deleted_t3ver_id' => 0, 't3ver_wsid' => 0, 'zzz_deleted_t3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 60205, 'tstamp' => 1636383069, 'crdate' => 1585583765, 'cruser_id' => 10, 'hidden' => 0, 'sorting' => 256, 'CType' => 'gridelements_pi1', 'header' => 'Das sind wir...', 'header_position' => '', 'bodytext' => null, 'image' => 0, 'imagewidth' => 0, 'imageorient' => 0, 'imagecols' => 2, 'imageborder' => 0, 'media' => 0, 'layout' => '0', 'deleted' => 0, 'cols' => 0, 'records' => '', 'pages' => '', 'starttime' => 0, 'endtime' => 0, 'colPos' => 0, 'subheader' => '', 'zzz_deleted_spaceBefore' => 0, 'zzz_deleted_spaceAfter' => 0, 'fe_group' => '', 'header_link' => '', 'image_zoom' => 0, 'header_layout' => '1', 'list_type' => '', 'sectionIndex' => 1, 'linkToTop' => 0, 'filelink_size' => 0, 'date' => 0, 'recursive' => 0, 'imageheight' => 0, 'sys_language_uid' => 0, 'tx_impexp_origuid' => 0, 'pi_flexform' => '<?xml version="1.0" encoding="utf-8" standalone="yes" ?><T3FlexForms> <data> <sheet index="extraSmallDevices"> <language index="lDEF"> <field index="xsCol1"> <value index="vDEF">col-6</value> </field> <field index="xsCol2"> <value index="vDEF">col-6</value> </field> <field index="xsCol3"> <value index="vDEF">col-6</value> </field> <field index="xsCol4"> <value index="vDEF">col-6</value> </field> </language> </sheet> <sheet index="smallDevices"> <language index="lDEF"> <field index="smCol1"> <value index="vDEF"></value> </field> <field index="smCol2"> <value index="vDEF"></value> </field> <field index="smCol3"> <value index="vDEF"></value> </field> <field index="smCol4"> <value index="vDEF"></value> </field> </language> </sheet> <sheet index="sDEF"> <language index="lDEF"> <field index="mdCol1"> <value index="vDEF">col-md-3</value> </field> <field index="mdCol2"> <value index="vDEF">col-md-3</value> </field> <field index="mdCol3"> <value index="vDEF">col-md-3</value> </field> <field index="mdCol4"> <value index="vDEF">col-md-3</value> </field> </language> </sheet> <sheet index="largeDevices"> <language index="lDEF"> <field index="lgCol1"> <value index="vDEF"></value> </field> <field index="lgCol2"> <value index="vDEF"></value> </field> <field index="lgCol3"> <value index="vDEF"></value> </field> <field index="lgCol4"> <value index="vDEF"></value> </field> </language> </sheet> <sheet index="extraLargeDevices"> <language index="lDEF"> <field index="xlCol1"> <value index="vDEF"></value> </field> <field index="xlCol2"> <value index="vDEF"></value> </field> <field index="xlCol3"> <value index="vDEF"></value> </field> <field index="xlCol4"> <value index="vDEF"></value> </field> </language> </sheet> <sheet index="customClasses"> <language index="lDEF"> <field index="col41class"> <value index="vDEF"></value> </field> <field index="col42class"> <value index="vDEF"></value> </field> <field index="col43class"> <value index="vDEF"></value> </field> <field index="col44class"> <value index="vDEF"></value> </field> </language> </sheet> <sheet index="rowClasses"> <language index="lDEF"> <field index="rowValign"> <value index="vDEF"></value> </field> <field index="rowHalign"> <value index="vDEF"></value> </field> <field index="rowCustom"> <value index="vDEF"></value> </field> </language> </sheet> </data></T3FlexForms>', 'l18n_parent' => 0, 'l18n_diffsource' => 'a:4:{s:6:"colPos";N;s:25:"tx_gridelements_container";N;s:23:"tx_gridelements_columns";N;s:16:"sys_language_uid";N;}', 'file_collections' => '', 'filelink_sorting' => '', 'target' => '', 'accessibility_title' => '', 'accessibility_bypass' => 0, 'accessibility_bypass_text' => '', 'selected_categories' => '', 'category_field' => '', 'categories' => 0, 'backupColPos' => -2, 'tx_gridelements_backend_layout' => '4cols', 'tx_gridelements_children' => 16, 'tx_gridelements_container' => 0, 'tx_gridelements_columns' => 0, 'tx_iconfont_icon' => '0', 'tx_vimeovideo_url' => null, 'tx_vimeovideo_caption' => null, 'tx_vimeovideo_autoplay' => 0, 'tx_vimeovideo_loop' => 0, 'tx_vimeovideo_title' => 0, 'tx_vimeovideo_ratio' => 0, 'tx_news_related_news' => 0, 'editlock' => 0, 'rowDescription' => '', 'table_caption' => null, 'table_delimiter' => 124, 'table_enclosure' => 0, 'table_header_position' => 0, 'table_tfoot' => 0, 'bullets_type' => 0, 'uploads_description' => 0, 'uploads_type' => 0, 'assets' => 0, 'frame_class' => 'default', 'space_before_class' => '', 'space_after_class' => '', 'l10n_source' => 0, 'table_class' => '', 'l10n_state' => null, 'tx_dwsducati_icon' => null, 'tx_dwsducati_subheader' => null, 'tx_dwsducati_gallerymode' => 0, 'tx_youtubevideo_url' => null, 'tx_youtubevideo_caption' => null, 'tx_youtubevideo_autoplay' => 0, 'tx_youtubevideo_showinfo' => 0, 'tx_youtubevideo_rel' => 0, 'tx_youtubevideo_startminute' => 0, 'tx_youtubevideo_startsecond' => 0, 'tx_youtubevideo_ratio' => 0, 'tx_youtubevideo_fullscreen' => 0, 'tx_youtubevideo_loop' => 0, 'tx_dwsducati_subheader_position' => '', 'tx_dwsducati_cssclass' => 'container', 'tx_youtubevideo_covertitle' => null, 'tx_youtubevideo_covertext' => null, 'tx_dwsducati_articlewidth' => '', 'tx_flux_migrated_version' => null, 'gridelements_shortcut_page_order_by' => 0, 'filelink_sorting_direction' => '', 'tx_container_parent' => 0, 'tx_t3sbootstrap_header_display' => '', 'tx_t3sbootstrap_header_class' => '', 'tx_t3sbootstrap_header_fontawesome' => '', 'tx_t3sbootstrap_header_position' => '', 'tx_t3sbootstrap_header_sectionMenu' => '', 'tx_t3sbootstrap_sectionOrder' => '', 'tx_t3sbootstrap_padding_sides' => '', 'tx_t3sbootstrap_padding_size' => '', 'tx_t3sbootstrap_margin_sides' => '', 'tx_t3sbootstrap_margin_size' => '', 'tx_t3sbootstrap_flexbox_columns' => '', 'tx_t3sbootstrap_flexbox_prefix' => '', 'tx_t3sbootstrap_extra_class' => '', 'tx_t3sbootstrap_bgcolor' => '', 'tx_t3sbootstrap_bgopacity' => '', 'tx_t3sbootstrap_contextcolor' => '', 'tx_t3sbootstrap_textcolor' => '', 'tx_t3sbootstrap_flexform' => null, 'tx_t3sbootstrap_inTextImgRowWidth' => '', 'tx_t3sbootstrap_inTextImgColumns' => 0, 'tx_t3sbootstrap_galleryGutters' => 0, 'tx_t3sbootstrap_bordercolor' => '', 'tx_t3sbootstrap_image_ratio' => '', 'tx_t3sbootstrap_header_celink' => 0, 'tx_t3sbootstrap_animateCss' => '', 'tx_t3sbootstrap_animateCssRepeat' => 0, 'tx_t3sbootstrap_animateCssDuration' => '', 'tx_t3sbootstrap_animateCssDelay' => '', 'tx_t3sbootstrap_extra_style' => '', 'tx_t3sbootstrap_image_orig' => '', 'tx_youtubevideo_assets' => 0, 'tx_youtubevideo_colcount' => 0, 'tx_youtubevideo_oneatatime' => 0, 'tx_youtubevideo_titles' => 0, 'tx_youtubevideo_descriptions' => 0, 'tx_t3sbootstrap_container' => '', 'tx_srlanguagemenu_type' => 0, 'tx_srlanguagemenu_languages' => ''))
in /var/www/html/public/typo3conf/ext/vhs/Classes/ViewHelpers/Content/AbstractContentViewHelper.php line 203
            $this->contentObject->cObjGetSingle('LOAD_REGISTER', $this->arguments['loadRegister']);
        }
        $elements = [];
        foreach ($rows as $row) {
            array_push($elements, static::renderRecord($row));
        }
        if (false === empty($this->arguments['loadRegister'])) {
            $this->contentObject->cObjGetSingle('RESTORE_REGISTER', '');
        }
at FluidTYPO3\Vhs\ViewHelpers\Content\AbstractContentViewHelper->getRenderedRecords(array(array('uid' => 60550, 'pid' => 8573, 't3ver_oid' => 0, 'zzz_deleted_t3ver_id' => 0, 't3ver_wsid' => 0, 'zzz_deleted_t3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 60205, 'tstamp' => 1636383069, 'crdate' => 1585583765, 'cruser_id' => 10, 'hidden' => 0, 'sorting' => 256, 'CType' => 'gridelements_pi1', 'header' => 'Das sind wir...', 'header_position' => '', 'bodytext' => null, 'image' => 0, 'imagewidth' => 0, 'imageorient' => 0, 'imagecols' => 2, 'imageborder' => 0, 'media' => 0, 'layout' => '0', 'deleted' => 0, 'cols' => 0, 'records' => '', 'pages' => '', 'starttime' => 0, 'endtime' => 0, 'colPos' => 0, 'subheader' => '', 'zzz_deleted_spaceBefore' => 0, 'zzz_deleted_spaceAfter' => 0, 'fe_group' => '', 'header_link' => '', 'image_zoom' => 0, 'header_layout' => '1', 'list_type' => '', 'sectionIndex' => 1, 'linkToTop' => 0, 'filelink_size' => 0, 'date' => 0, 'recursive' => 0, 'imageheight' => 0, 'sys_language_uid' => 0, 'tx_impexp_origuid' => 0, 'pi_flexform' => '<?xml version="1.0" encoding="utf-8" standalone="yes" ?><T3FlexForms> <data> <sheet index="extraSmallDevices"> <language index="lDEF"> <field index="xsCol1"> <value index="vDEF">col-6</value> </field> <field index="xsCol2"> <value index="vDEF">col-6</value> </field> <field index="xsCol3"> <value index="vDEF">col-6</value> </field> <field index="xsCol4"> <value index="vDEF">col-6</value> </field> </language> </sheet> <sheet index="smallDevices"> <language index="lDEF"> <field index="smCol1"> <value index="vDEF"></value> </field> <field index="smCol2"> <value index="vDEF"></value> </field> <field index="smCol3"> <value index="vDEF"></value> </field> <field index="smCol4"> <value index="vDEF"></value> </field> </language> </sheet> <sheet index="sDEF"> <language index="lDEF"> <field index="mdCol1"> <value index="vDEF">col-md-3</value> </field> <field index="mdCol2"> <value index="vDEF">col-md-3</value> </field> <field index="mdCol3"> <value index="vDEF">col-md-3</value> </field> <field index="mdCol4"> <value index="vDEF">col-md-3</value> </field> </language> </sheet> <sheet index="largeDevices"> <language index="lDEF"> <field index="lgCol1"> <value index="vDEF"></value> </field> <field index="lgCol2"> <value index="vDEF"></value> </field> <field index="lgCol3"> <value index="vDEF"></value> </field> <field index="lgCol4"> <value index="vDEF"></value> </field> </language> </sheet> <sheet index="extraLargeDevices"> <language index="lDEF"> <field index="xlCol1"> <value index="vDEF"></value> </field> <field index="xlCol2"> <value index="vDEF"></value> </field> <field index="xlCol3"> <value index="vDEF"></value> </field> <field index="xlCol4"> <value index="vDEF"></value> </field> </language> </sheet> <sheet index="customClasses"> <language index="lDEF"> <field index="col41class"> <value index="vDEF"></value> </field> <field index="col42class"> <value index="vDEF"></value> </field> <field index="col43class"> <value index="vDEF"></value> </field> <field index="col44class"> <value index="vDEF"></value> </field> </language> </sheet> <sheet index="rowClasses"> <language index="lDEF"> <field index="rowValign"> <value index="vDEF"></value> </field> <field index="rowHalign"> <value index="vDEF"></value> </field> <field index="rowCustom"> <value index="vDEF"></value> </field> </language> </sheet> </data></T3FlexForms>', 'l18n_parent' => 0, 'l18n_diffsource' => 'a:4:{s:6:"colPos";N;s:25:"tx_gridelements_container";N;s:23:"tx_gridelements_columns";N;s:16:"sys_language_uid";N;}', 'file_collections' => '', 'filelink_sorting' => '', 'target' => '', 'accessibility_title' => '', 'accessibility_bypass' => 0, 'accessibility_bypass_text' => '', 'selected_categories' => '', 'category_field' => '', 'categories' => 0, 'backupColPos' => -2, 'tx_gridelements_backend_layout' => '4cols', 'tx_gridelements_children' => 16, 'tx_gridelements_container' => 0, 'tx_gridelements_columns' => 0, 'tx_iconfont_icon' => '0', 'tx_vimeovideo_url' => null, 'tx_vimeovideo_caption' => null, 'tx_vimeovideo_autoplay' => 0, 'tx_vimeovideo_loop' => 0, 'tx_vimeovideo_title' => 0, 'tx_vimeovideo_ratio' => 0, 'tx_news_related_news' => 0, 'editlock' => 0, 'rowDescription' => '', 'table_caption' => null, 'table_delimiter' => 124, 'table_enclosure' => 0, 'table_header_position' => 0, 'table_tfoot' => 0, 'bullets_type' => 0, 'uploads_description' => 0, 'uploads_type' => 0, 'assets' => 0, 'frame_class' => 'default', 'space_before_class' => '', 'space_after_class' => '', 'l10n_source' => 0, 'table_class' => '', 'l10n_state' => null, 'tx_dwsducati_icon' => null, 'tx_dwsducati_subheader' => null, 'tx_dwsducati_gallerymode' => 0, 'tx_youtubevideo_url' => null, 'tx_youtubevideo_caption' => null, 'tx_youtubevideo_autoplay' => 0, 'tx_youtubevideo_showinfo' => 0, 'tx_youtubevideo_rel' => 0, 'tx_youtubevideo_startminute' => 0, 'tx_youtubevideo_startsecond' => 0, 'tx_youtubevideo_ratio' => 0, 'tx_youtubevideo_fullscreen' => 0, 'tx_youtubevideo_loop' => 0, 'tx_dwsducati_subheader_position' => '', 'tx_dwsducati_cssclass' => 'container', 'tx_youtubevideo_covertitle' => null, 'tx_youtubevideo_covertext' => null, 'tx_dwsducati_articlewidth' => '', 'tx_flux_migrated_version' => null, 'gridelements_shortcut_page_order_by' => 0, 'filelink_sorting_direction' => '', 'tx_container_parent' => 0, 'tx_t3sbootstrap_header_display' => '', 'tx_t3sbootstrap_header_class' => '', 'tx_t3sbootstrap_header_fontawesome' => '', 'tx_t3sbootstrap_header_position' => '', 'tx_t3sbootstrap_header_sectionMenu' => '', 'tx_t3sbootstrap_sectionOrder' => '', 'tx_t3sbootstrap_padding_sides' => '', 'tx_t3sbootstrap_padding_size' => '', 'tx_t3sbootstrap_margin_sides' => '', 'tx_t3sbootstrap_margin_size' => '', 'tx_t3sbootstrap_flexbox_columns' => '', 'tx_t3sbootstrap_flexbox_prefix' => '', 'tx_t3sbootstrap_extra_class' => '', 'tx_t3sbootstrap_bgcolor' => '', 'tx_t3sbootstrap_bgopacity' => '', 'tx_t3sbootstrap_contextcolor' => '', 'tx_t3sbootstrap_textcolor' => '', 'tx_t3sbootstrap_flexform' => null, 'tx_t3sbootstrap_inTextImgRowWidth' => '', 'tx_t3sbootstrap_inTextImgColumns' => 0, 'tx_t3sbootstrap_galleryGutters' => 0, 'tx_t3sbootstrap_bordercolor' => '', 'tx_t3sbootstrap_image_ratio' => '', 'tx_t3sbootstrap_header_celink' => 0, 'tx_t3sbootstrap_animateCss' => '', 'tx_t3sbootstrap_animateCssRepeat' => 0, 'tx_t3sbootstrap_animateCssDuration' => '', 'tx_t3sbootstrap_animateCssDelay' => '', 'tx_t3sbootstrap_extra_style' => '', 'tx_t3sbootstrap_image_orig' => '', 'tx_youtubevideo_assets' => 0, 'tx_youtubevideo_colcount' => 0, 'tx_youtubevideo_oneatatime' => 0, 'tx_youtubevideo_titles' => 0, 'tx_youtubevideo_descriptions' => 0, 'tx_t3sbootstrap_container' => '', 'tx_srlanguagemenu_type' => 0, 'tx_srlanguagemenu_languages' => '')))
in /var/www/html/public/typo3conf/ext/vhs/Classes/ViewHelpers/Content/AbstractContentViewHelper.php line 110
            $contentRecords = $this->getSlideRecords($pageUid, $limit);
        }

        if (true === (boolean) $this->arguments['render']) {
            $contentRecords = $this->getRenderedRecords($contentRecords);
        }

        return $contentRecords;
    }
at FluidTYPO3\Vhs\ViewHelpers\Content\AbstractContentViewHelper->getContentRecords()
in /var/www/html/public/typo3conf/ext/vhs/Classes/ViewHelpers/Content/RenderViewHelper.php line 49
        if ('BE' === TYPO3_MODE) {
            return '';
        }

        $content = $this->getContentRecords();
        if (false === $this->hasArgument('as')) {
            return implode(LF, $content);
        }

at FluidTYPO3\Vhs\ViewHelpers\Content\RenderViewHelper->render()
at call_user_func(array(object(FluidTYPO3\Vhs\ViewHelpers\Content\RenderViewHelper), 'render'))
in /var/www/html/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 258
     */
    protected function callRenderMethod()
    {
        if (method_exists($this, 'render')) {
            return call_user_func([$this, 'render']);
        }
        if ((new \ReflectionMethod($this, 'renderStatic'))->getDeclaringClass()->getName() !== AbstractViewHelper::class) {
            // Method is safe to call - will not recurse through ViewHelperInvoker via the default
            // implementation of renderStatic() on this class.
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->callRenderMethod()
in /var/www/html/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 246
    {
        $this->validateArguments();
        $this->initialize();

        return $this->callRenderMethod();
    }

    /**
     * Call the render() method and handle errors.
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->initializeArgumentsAndRender()
in /var/www/html/vendor/typo3fluid/fluid/src/Core/ViewHelper/ViewHelperInvoker.php line 80
            }
            $viewHelper->setRenderingContext($renderingContext);
            $viewHelper->setArguments($evaluatedArguments);
            $viewHelper->handleAdditionalArguments($undeclaredArguments);
            return $viewHelper->initializeArgumentsAndRender();
        } catch (Exception $error) {
            return $renderingContext->getErrorHandler()->handleViewHelperError($error);
        }
    }
at TYPO3Fluid\Fluid\Core\ViewHelper\ViewHelperInvoker->invoke('FluidTYPO3\\Vhs\\ViewHelpers\\Content\\RenderViewHelper', array('column' => 0, 'order' => 'sorting', 'sortDirection' => 'ASC', 'pageUid' => 8573, 'contentUids' => null, 'sectionIndexOnly' => false, 'loadRegister' => null, 'render' => true, 'hideUntranslated' => false, 'limit' => null, 'slide' => 0, 'slideCollect' => 0, 'slideCollectReverse' => false, 'as' => null), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext), object(Closure))
in /var/www/html/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 515
     */
    public static function renderStatic(array $arguments, \Closure $renderChildrenClosure, RenderingContextInterface $renderingContext)
    {
        $viewHelperClassName = get_called_class();
        return $renderingContext->getViewHelperInvoker()->invoke($viewHelperClassName, $arguments, $renderingContext, $renderChildrenClosure);
    }

    /**
     * Save the associated ViewHelper node in a static public class variable.
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper::renderStatic(array('column' => 0, 'order' => 'sorting', 'sortDirection' => 'ASC', 'pageUid' => 8573, 'contentUids' => null, 'sectionIndexOnly' => false, 'loadRegister' => null, 'render' => true, 'hideUntranslated' => false, 'limit' => null, 'slide' => 0, 'slideCollect' => 0, 'slideCollectReverse' => false, 'as' => null), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/html/var/cache/code/fluid_template/partial_Page_OnePageItem_a0b2b6f8ccb21ddb10e3d318b71f746e6e8c71d0.php line 1387
$arguments159['column'] = 0;
$array161 = array (
);$arguments159['pageUid'] = $renderingContext->getVariableProvider()->getByPath('record.uid', $array161);

$output158 .= FluidTYPO3\Vhs\ViewHelpers\Content\RenderViewHelper::renderStatic($arguments159, $renderChildrenClosure160, $renderingContext);

$output158 .= '
     </div>
    </div>
at partial_Page_OnePageItem_a0b2b6f8ccb21ddb10e3d318b71f746e6e8c71d0->{closure}()
in /var/www/html/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php line 79
            if (isset($arguments['then'])) {
                return $arguments['then'];
            }
            if (isset($arguments['__thenClosure'])) {
                return $arguments['__thenClosure']();
            }
        } elseif (!empty($arguments['__elseClosures'])) {
            $elseIfClosures = isset($arguments['__elseifClosures']) ? $arguments['__elseifClosures'] : [];
            return static::evaluateElseClosures($arguments['__elseClosures'], $elseIfClosures, $renderingContext);
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper::renderStatic(array('then' => null, 'else' => null, 'condition' => true, '__thenClosure' => object(Closure)), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/html/var/cache/code/fluid_template/partial_Page_OnePageItem_a0b2b6f8ccb21ddb10e3d318b71f746e6e8c71d0.php line 1396
   ';
return $output158;
};

$output28 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments156, $renderChildrenClosure157, $renderingContext);

$output28 .= '
 ';

at partial_Page_OnePageItem_a0b2b6f8ccb21ddb10e3d318b71f746e6e8c71d0->section_ecdda59aea5ee67d7d854c969ccf7f4f4b4a4c54(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/html/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 258
                    new InvalidSectionException('Section "' . $sectionName . '" does not exist.')
                );
            }
            $this->startRendering($renderingTypeOnNextLevel, $parsedTemplate, $renderingContext);
            $output = $parsedTemplate->$methodNameOfSection($renderingContext);
            $this->stopRendering();
        } else {
            $sections = $parsedTemplate->getVariableContainer()->get('1457379500_sections');
            if (!isset($sections[$sectionName])) {
at TYPO3Fluid\Fluid\View\AbstractTemplateView->renderSection('Item', array('record' => array('uid' => 8573, 'pid' => 8566, 't3ver_oid' => 0, 'zzz_deleted_t3ver_id' => 0, 't3ver_wsid' => 0, 'zzz_deleted_t3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 8316, 'tstamp' => 1585583765, 'sorting' => 8, 'deleted' => 0, 'perms_userid' => 10, 'perms_groupid' => 0, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1585583765, 'cruser_id' => 10, 'hidden' => 0, 'title' => 'Team', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'zzz_deleted_tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'zzz_deleted_urltype' => 1, 'shortcut' => 0, 'shortcut_mode' => 0, 'zzz_deleted_no_cache' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1634648514, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 1, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'zzz_deleted_alias' => '', 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'zzz_deleted_tx_fluidpages_templatefile' => '', 'zzz_deleted_tx_fluidpages_layout' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_flexform_sub' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'zzz_deleted_tx_realurl_pathsegment' => '', 'zzz_deleted_tx_realurl_pathoverride' => 0, 'zzz_deleted_tx_realurl_exclude' => 0, 'zzz_deleted_tx_iconfont_icon' => '0', 'tsconfig_includes' => '', 'tx_dwsducati_icon' => null, 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-uns/team', 'legacy_overlay_uid' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'tx_t3sbootstrap_container' => '', 'tx_t3sbootstrap_linkToTop' => 0, 'tx_t3sbootstrap_smallColumns' => '', 'tx_t3sbootstrap_dropdownRight' => 0, 'tx_t3sbootstrap_mobileOrder' => '', 'tx_t3sbootstrap_breakpoint' => '', 'tx_t3sbootstrap_fontawesome_icon' => '', 'tx_t3sbootstrap_icon_only' => 0, 'tx_t3sbootstrap_megamenu' => 0, 'tx_t3sbootstrap_titlecolor' => '', 'tx_t3sbootstrap_subtitlecolor' => '', 'tx_t3sbootstrap_navigationcolor' => '', 'tx_t3sbootstrap_navigationactivecolor' => '', 'tx_t3sbootstrap_navigationhover' => '', 'tx_t3sbootstrap_navigationbgcolor' => '', 'l10n_parent' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'tx_impexp_origuid' => 0, 'class' => '', 'linktext' => 'Team', 'link' => '/ueber-uns/team'), 'subsettings' => null), false)
in /var/www/html/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 325
        }
        $renderingContext->setVariableProvider($renderingContext->getVariableProvider()->getScopeCopy($variables));
        $this->startRendering(self::RENDERING_PARTIAL, $parsedPartial, $renderingContext);
        if ($sectionName !== null) {
            $output = $this->renderSection($sectionName, $variables, $ignoreUnknown);
        } else {
            $output = $parsedPartial->render($renderingContext);
        }
        $this->stopRendering();
at TYPO3Fluid\Fluid\View\AbstractTemplateView->renderPartial('Page/OnePageItem', 'Item', array('record' => array('uid' => 8573, 'pid' => 8566, 't3ver_oid' => 0, 'zzz_deleted_t3ver_id' => 0, 't3ver_wsid' => 0, 'zzz_deleted_t3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 8316, 'tstamp' => 1585583765, 'sorting' => 8, 'deleted' => 0, 'perms_userid' => 10, 'perms_groupid' => 0, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1585583765, 'cruser_id' => 10, 'hidden' => 0, 'title' => 'Team', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'zzz_deleted_tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'zzz_deleted_urltype' => 1, 'shortcut' => 0, 'shortcut_mode' => 0, 'zzz_deleted_no_cache' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1634648514, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 1, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'zzz_deleted_alias' => '', 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'zzz_deleted_tx_fluidpages_templatefile' => '', 'zzz_deleted_tx_fluidpages_layout' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_flexform_sub' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'zzz_deleted_tx_realurl_pathsegment' => '', 'zzz_deleted_tx_realurl_pathoverride' => 0, 'zzz_deleted_tx_realurl_exclude' => 0, 'zzz_deleted_tx_iconfont_icon' => '0', 'tsconfig_includes' => '', 'tx_dwsducati_icon' => null, 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-uns/team', 'legacy_overlay_uid' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'tx_t3sbootstrap_container' => '', 'tx_t3sbootstrap_linkToTop' => 0, 'tx_t3sbootstrap_smallColumns' => '', 'tx_t3sbootstrap_dropdownRight' => 0, 'tx_t3sbootstrap_mobileOrder' => '', 'tx_t3sbootstrap_breakpoint' => '', 'tx_t3sbootstrap_fontawesome_icon' => '', 'tx_t3sbootstrap_icon_only' => 0, 'tx_t3sbootstrap_megamenu' => 0, 'tx_t3sbootstrap_titlecolor' => '', 'tx_t3sbootstrap_subtitlecolor' => '', 'tx_t3sbootstrap_navigationcolor' => '', 'tx_t3sbootstrap_navigationactivecolor' => '', 'tx_t3sbootstrap_navigationhover' => '', 'tx_t3sbootstrap_navigationbgcolor' => '', 'l10n_parent' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'tx_impexp_origuid' => 0, 'class' => '', 'linktext' => 'Team', 'link' => '/ueber-uns/team'), 'subsettings' => null), false)
in /var/www/html/vendor/typo3fluid/fluid/src/ViewHelpers/RenderViewHelper.php line 170
            $renderingContext = clone $renderingContext;
            $renderingContext->getVariableProvider()->setSource($variables);
            $content = (new $delegate())->render($renderingContext);
        } elseif ($partial !== null) {
            $content = $view->renderPartial($partial, $section, $variables, $optional);
        } elseif ($section !== null) {
            $content = $view->renderSection($section, $variables, $optional);
        } elseif (!$optional) {
            throw new \InvalidArgumentException('ViewHelper f:render called without either argument section, partial, renderable or delegate and optional flag is false');
at TYPO3Fluid\Fluid\ViewHelpers\RenderViewHelper::renderStatic(array('section' => 'Item', 'partial' => 'Page/OnePageItem', 'delegate' => null, 'renderable' => null, 'arguments' => array('record' => array('uid' => 8573, 'pid' => 8566, 't3ver_oid' => 0, 'zzz_deleted_t3ver_id' => 0, 't3ver_wsid' => 0, 'zzz_deleted_t3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 8316, 'tstamp' => 1585583765, 'sorting' => 8, 'deleted' => 0, 'perms_userid' => 10, 'perms_groupid' => 0, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1585583765, 'cruser_id' => 10, 'hidden' => 0, 'title' => 'Team', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'zzz_deleted_tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'zzz_deleted_urltype' => 1, 'shortcut' => 0, 'shortcut_mode' => 0, 'zzz_deleted_no_cache' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1634648514, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 1, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'zzz_deleted_alias' => '', 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'zzz_deleted_tx_fluidpages_templatefile' => '', 'zzz_deleted_tx_fluidpages_layout' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_flexform_sub' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'zzz_deleted_tx_realurl_pathsegment' => '', 'zzz_deleted_tx_realurl_pathoverride' => 0, 'zzz_deleted_tx_realurl_exclude' => 0, 'zzz_deleted_tx_iconfont_icon' => '0', 'tsconfig_includes' => '', 'tx_dwsducati_icon' => null, 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-uns/team', 'legacy_overlay_uid' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'tx_t3sbootstrap_container' => '', 'tx_t3sbootstrap_linkToTop' => 0, 'tx_t3sbootstrap_smallColumns' => '', 'tx_t3sbootstrap_dropdownRight' => 0, 'tx_t3sbootstrap_mobileOrder' => '', 'tx_t3sbootstrap_breakpoint' => '', 'tx_t3sbootstrap_fontawesome_icon' => '', 'tx_t3sbootstrap_icon_only' => 0, 'tx_t3sbootstrap_megamenu' => 0, 'tx_t3sbootstrap_titlecolor' => '', 'tx_t3sbootstrap_subtitlecolor' => '', 'tx_t3sbootstrap_navigationcolor' => '', 'tx_t3sbootstrap_navigationactivecolor' => '', 'tx_t3sbootstrap_navigationhover' => '', 'tx_t3sbootstrap_navigationbgcolor' => '', 'l10n_parent' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'tx_impexp_origuid' => 0, 'class' => '', 'linktext' => 'Team', 'link' => '/ueber-uns/team'), 'subsettings' => null), 'optional' => false, 'default' => null, 'contentAs' => null, 'debug' => true), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/html/var/cache/code/fluid_template/Page_action_onepage_2e2f7ef733fa3679179217ada8e424d12e88e809.php line 2327
$array271 = array (
);$array269['subsettings'] = $renderingContext->getVariableProvider()->getByPath('sub_flux.settings', $array271);
$arguments267['arguments'] = $array269;

$output266 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments267, $renderChildrenClosure268, $renderingContext);

$output266 .= '
       ';
return $output266;
at Page_action_onepage_2e2f7ef733fa3679179217ada8e424d12e88e809->{closure}()
in /var/www/html/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php line 137
    private static function evaluateElseClosures(array $closures, array $conditionClosures, RenderingContextInterface $renderingContext)
    {
        foreach ($closures as $elseNodeIndex => $elseNodeClosure) {
            if (!isset($conditionClosures[$elseNodeIndex])) {
                return $elseNodeClosure();
            }
            if ($conditionClosures[$elseNodeIndex]()) {
                return $elseNodeClosure();
            }
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper::evaluateElseClosures(array(object(Closure)), array(), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/html/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php line 83
                return $arguments['__thenClosure']();
            }
        } elseif (!empty($arguments['__elseClosures'])) {
            $elseIfClosures = isset($arguments['__elseifClosures']) ? $arguments['__elseifClosures'] : [];
            return static::evaluateElseClosures($arguments['__elseClosures'], $elseIfClosures, $renderingContext);
        } elseif (array_key_exists('else', $arguments)) {
            return $arguments['else'];
        }
        return '';
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper::renderStatic(array('then' => null, 'else' => null, 'condition' => false, '__elseClosures' => array(object(Closure))), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/html/var/cache/code/fluid_template/Page_action_onepage_2e2f7ef733fa3679179217ada8e424d12e88e809.php line 2334
       ';
return $output266;
};

$output237 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments264, $renderChildrenClosure265, $renderingContext);

$output237 .= '
     </div>
    ';
at Page_action_onepage_2e2f7ef733fa3679179217ada8e424d12e88e809->{closure}()
in /var/www/html/public/typo3conf/ext/flux/Classes/ViewHelpers/Form/DataViewHelper.php line 149
                $backupVariable = $templateVariableContainer->get($as);
                $templateVariableContainer->remove($as);
            }
            $templateVariableContainer->add($as, $dataArray);
            $content = $renderChildrenClosure();
            $templateVariableContainer->remove($as);
            if (true === isset($backupVariable)) {
                $templateVariableContainer->add($as, $backupVariable);
            }
at FluidTYPO3\Flux\ViewHelpers\Form\DataViewHelper::renderStatic(array('table' => 'pages', 'field' => 'tx_fed_page_flexform', 'uid' => 8573, 'record' => null, 'as' => 'sub_flux'), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/html/var/cache/code/fluid_template/Page_action_onepage_2e2f7ef733fa3679179217ada8e424d12e88e809.php line 2353
$array236 = array (
);$arguments234['uid'] = $renderingContext->getVariableProvider()->getByPath('subpage.uid', $array236);
$arguments234['as'] = 'sub_flux';

$output233 .= FluidTYPO3\Flux\ViewHelpers\Form\DataViewHelper::renderStatic($arguments234, $renderChildrenClosure235, $renderingContext);

$output233 .= '
   ';
return $output233;
at Page_action_onepage_2e2f7ef733fa3679179217ada8e424d12e88e809->{closure}()
in /var/www/html/vendor/typo3fluid/fluid/src/ViewHelpers/ForViewHelper.php line 144
                $templateVariableContainer->add($arguments['iteration'], $iterationData);
                $iterationData['index']++;
                $iterationData['cycle']++;
            }
            $output .= $renderChildrenClosure();
            $templateVariableContainer->remove($arguments['as']);
            if (isset($arguments['key'])) {
                $templateVariableContainer->remove($arguments['key']);
            }
at TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper::renderStatic(array('each' => array(array('uid' => 8573, 'pid' => 8566, 't3ver_oid' => 0, 'zzz_deleted_t3ver_id' => 0, 't3ver_wsid' => 0, 'zzz_deleted_t3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 8316, 'tstamp' => 1585583765, 'sorting' => 8, 'deleted' => 0, 'perms_userid' => 10, 'perms_groupid' => 0, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1585583765, 'cruser_id' => 10, 'hidden' => 0, 'title' => 'Team', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'zzz_deleted_tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'zzz_deleted_urltype' => 1, 'shortcut' => 0, 'shortcut_mode' => 0, 'zzz_deleted_no_cache' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1634648514, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 1, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'zzz_deleted_alias' => '', 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'zzz_deleted_tx_fluidpages_templatefile' => '', 'zzz_deleted_tx_fluidpages_layout' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_flexform_sub' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'zzz_deleted_tx_realurl_pathsegment' => '', 'zzz_deleted_tx_realurl_pathoverride' => 0, 'zzz_deleted_tx_realurl_exclude' => 0, 'zzz_deleted_tx_iconfont_icon' => '0', 'tsconfig_includes' => '', 'tx_dwsducati_icon' => null, 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-uns/team', 'legacy_overlay_uid' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'tx_t3sbootstrap_container' => '', 'tx_t3sbootstrap_linkToTop' => 0, 'tx_t3sbootstrap_smallColumns' => '', 'tx_t3sbootstrap_dropdownRight' => 0, 'tx_t3sbootstrap_mobileOrder' => '', 'tx_t3sbootstrap_breakpoint' => '', 'tx_t3sbootstrap_fontawesome_icon' => '', 'tx_t3sbootstrap_icon_only' => 0, 'tx_t3sbootstrap_megamenu' => 0, 'tx_t3sbootstrap_titlecolor' => '', 'tx_t3sbootstrap_subtitlecolor' => '', 'tx_t3sbootstrap_navigationcolor' => '', 'tx_t3sbootstrap_navigationactivecolor' => '', 'tx_t3sbootstrap_navigationhover' => '', 'tx_t3sbootstrap_navigationbgcolor' => '', 'l10n_parent' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'tx_impexp_origuid' => 0, 'class' => '', 'linktext' => 'Team', 'link' => '/ueber-uns/team'), array('uid' => 8572, 'pid' => 8566, 't3ver_oid' => 0, 'zzz_deleted_t3ver_id' => 0, 't3ver_wsid' => 0, 'zzz_deleted_t3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 8314, 'tstamp' => 1585583765, 'sorting' => 16, 'deleted' => 0, 'perms_userid' => 10, 'perms_groupid' => 0, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1585583765, 'cruser_id' => 10, 'hidden' => 0, 'title' => 'Bilder', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'zzz_deleted_tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'zzz_deleted_urltype' => 1, 'shortcut' => 0, 'shortcut_mode' => 0, 'zzz_deleted_no_cache' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 44, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1585583765, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'zzz_deleted_alias' => '', 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'zzz_deleted_tx_fluidpages_templatefile' => '', 'zzz_deleted_tx_fluidpages_layout' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_flexform_sub' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'zzz_deleted_tx_realurl_pathsegment' => '', 'zzz_deleted_tx_realurl_pathoverride' => 0, 'zzz_deleted_tx_realurl_exclude' => 0, 'zzz_deleted_tx_iconfont_icon' => '0', 'tsconfig_includes' => '', 'tx_dwsducati_icon' => null, 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-uns/bilder', 'legacy_overlay_uid' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'tx_t3sbootstrap_container' => '', 'tx_t3sbootstrap_linkToTop' => 0, 'tx_t3sbootstrap_smallColumns' => '', 'tx_t3sbootstrap_dropdownRight' => 0, 'tx_t3sbootstrap_mobileOrder' => '', 'tx_t3sbootstrap_breakpoint' => '', 'tx_t3sbootstrap_fontawesome_icon' => '', 'tx_t3sbootstrap_icon_only' => 0, 'tx_t3sbootstrap_megamenu' => 0, 'tx_t3sbootstrap_titlecolor' => '', 'tx_t3sbootstrap_subtitlecolor' => '', 'tx_t3sbootstrap_navigationcolor' => '', 'tx_t3sbootstrap_navigationactivecolor' => '', 'tx_t3sbootstrap_navigationhover' => '', 'tx_t3sbootstrap_navigationbgcolor' => '', 'l10n_parent' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'tx_impexp_origuid' => 0, 'class' => '', 'linktext' => 'Bilder', 'link' => '/ueber-uns/bilder'), array('uid' => 8596, 'pid' => 8566, 't3ver_oid' => 0, 'zzz_deleted_t3ver_id' => 0, 't3ver_wsid' => 0, 'zzz_deleted_t3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 8317, 'tstamp' => 1587913558, 'sorting' => 48, 'deleted' => 0, 'perms_userid' => 10, 'perms_groupid' => 0, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1587913524, 'cruser_id' => 10, 'hidden' => 0, 'title' => 'Wann & Wo', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'zzz_deleted_tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'zzz_deleted_urltype' => 1, 'shortcut' => 0, 'shortcut_mode' => 0, 'zzz_deleted_no_cache' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 44, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1634648514, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'zzz_deleted_alias' => '', 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'zzz_deleted_tx_fluidpages_templatefile' => '', 'zzz_deleted_tx_fluidpages_layout' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_flexform_sub' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'zzz_deleted_tx_realurl_pathsegment' => '', 'zzz_deleted_tx_realurl_pathoverride' => 0, 'zzz_deleted_tx_realurl_exclude' => 0, 'zzz_deleted_tx_iconfont_icon' => '0', 'tsconfig_includes' => '', 'tx_dwsducati_icon' => null, 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-uns/wann-wo', 'legacy_overlay_uid' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'tx_t3sbootstrap_container' => '', 'tx_t3sbootstrap_linkToTop' => 0, 'tx_t3sbootstrap_smallColumns' => '', 'tx_t3sbootstrap_dropdownRight' => 0, 'tx_t3sbootstrap_mobileOrder' => '', 'tx_t3sbootstrap_breakpoint' => '', 'tx_t3sbootstrap_fontawesome_icon' => '', 'tx_t3sbootstrap_icon_only' => 0, 'tx_t3sbootstrap_megamenu' => 0, 'tx_t3sbootstrap_titlecolor' => '', 'tx_t3sbootstrap_subtitlecolor' => '', 'tx_t3sbootstrap_navigationcolor' => '', 'tx_t3sbootstrap_navigationactivecolor' => '', 'tx_t3sbootstrap_navigationhover' => '', 'tx_t3sbootstrap_navigationbgcolor' => '', 'l10n_parent' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'tx_impexp_origuid' => 0, 'class' => '', 'linktext' => 'Wann & Wo', 'link' => '/ueber-uns/wann-wo'), array('uid' => 8569, 'pid' => 8566, 't3ver_oid' => 0, 'zzz_deleted_t3ver_id' => 0, 't3ver_wsid' => 0, 'zzz_deleted_t3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 8313, 'tstamp' => 1587835388, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 10, 'perms_groupid' => 0, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1585583765, 'cruser_id' => 10, 'hidden' => 0, 'title' => 'Kalender', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'zzz_deleted_tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'zzz_deleted_urltype' => 1, 'shortcut' => 0, 'shortcut_mode' => 0, 'zzz_deleted_no_cache' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1693833435, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'zzz_deleted_alias' => '', 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'zzz_deleted_tx_fluidpages_templatefile' => '', 'zzz_deleted_tx_fluidpages_layout' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_flexform_sub' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'zzz_deleted_tx_realurl_pathsegment' => '', 'zzz_deleted_tx_realurl_pathoverride' => 0, 'zzz_deleted_tx_realurl_exclude' => 0, 'zzz_deleted_tx_iconfont_icon' => '0', 'tsconfig_includes' => '', 'tx_dwsducati_icon' => null, 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-uns/kalender', 'legacy_overlay_uid' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'tx_t3sbootstrap_container' => '', 'tx_t3sbootstrap_linkToTop' => 0, 'tx_t3sbootstrap_smallColumns' => '', 'tx_t3sbootstrap_dropdownRight' => 0, 'tx_t3sbootstrap_mobileOrder' => '', 'tx_t3sbootstrap_breakpoint' => '', 'tx_t3sbootstrap_fontawesome_icon' => '', 'tx_t3sbootstrap_icon_only' => 0, 'tx_t3sbootstrap_megamenu' => 0, 'tx_t3sbootstrap_titlecolor' => '', 'tx_t3sbootstrap_subtitlecolor' => '', 'tx_t3sbootstrap_navigationcolor' => '', 'tx_t3sbootstrap_navigationactivecolor' => '', 'tx_t3sbootstrap_navigationhover' => '', 'tx_t3sbootstrap_navigationbgcolor' => '', 'l10n_parent' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'tx_impexp_origuid' => 0, 'class' => '', 'linktext' => 'Kalender', 'link' => '/ueber-uns/kalender')), 'as' => 'subpage', 'key' => null, 'reverse' => false, 'iteration' => null), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/html/var/cache/code/fluid_template/Page_action_onepage_2e2f7ef733fa3679179217ada8e424d12e88e809.php line 2369
$array232 = array (
);$arguments230['each'] = $renderingContext->getVariableProvider()->getByPath('subpages', $array232);
$arguments230['as'] = 'subpage';

$output229 .= TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper::renderStatic($arguments230, $renderChildrenClosure231, $renderingContext);

$output229 .= '
  ';
return $output229;
at Page_action_onepage_2e2f7ef733fa3679179217ada8e424d12e88e809->{closure}()
in /var/www/html/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 297
    public function renderChildren()
    {
        if ($this->renderChildrenClosure !== null) {
            $closure = $this->renderChildrenClosure;
            return $closure();
        }
        return $this->viewHelperNode->evaluateChildNodes($this->renderingContext);
    }

at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->renderChildren()
in /var/www/html/public/typo3conf/ext/vhs/Classes/ViewHelpers/Menu/AbstractMenuViewHelper.php line 272
            );
            $output = $this->renderChildren();
            $this->unsetDeferredVariableStorage();
        } else {
            $content = $this->renderChildren();
            if (0 < mb_strlen(trim($content))) {
                $output = $content;
            } elseif ((boolean) $this->arguments['hideIfEmpty'] === true) {
                $output = '';
at FluidTYPO3\Vhs\ViewHelpers\Menu\AbstractMenuViewHelper->renderContent(array(array('uid' => 8573, 'pid' => 8566, 't3ver_oid' => 0, 'zzz_deleted_t3ver_id' => 0, 't3ver_wsid' => 0, 'zzz_deleted_t3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 8316, 'tstamp' => 1585583765, 'sorting' => 8, 'deleted' => 0, 'perms_userid' => 10, 'perms_groupid' => 0, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1585583765, 'cruser_id' => 10, 'hidden' => 0, 'title' => 'Team', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'zzz_deleted_tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'zzz_deleted_urltype' => 1, 'shortcut' => 0, 'shortcut_mode' => 0, 'zzz_deleted_no_cache' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1634648514, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 1, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'zzz_deleted_alias' => '', 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'zzz_deleted_tx_fluidpages_templatefile' => '', 'zzz_deleted_tx_fluidpages_layout' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_flexform_sub' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'zzz_deleted_tx_realurl_pathsegment' => '', 'zzz_deleted_tx_realurl_pathoverride' => 0, 'zzz_deleted_tx_realurl_exclude' => 0, 'zzz_deleted_tx_iconfont_icon' => '0', 'tsconfig_includes' => '', 'tx_dwsducati_icon' => null, 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-uns/team', 'legacy_overlay_uid' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'tx_t3sbootstrap_container' => '', 'tx_t3sbootstrap_linkToTop' => 0, 'tx_t3sbootstrap_smallColumns' => '', 'tx_t3sbootstrap_dropdownRight' => 0, 'tx_t3sbootstrap_mobileOrder' => '', 'tx_t3sbootstrap_breakpoint' => '', 'tx_t3sbootstrap_fontawesome_icon' => '', 'tx_t3sbootstrap_icon_only' => 0, 'tx_t3sbootstrap_megamenu' => 0, 'tx_t3sbootstrap_titlecolor' => '', 'tx_t3sbootstrap_subtitlecolor' => '', 'tx_t3sbootstrap_navigationcolor' => '', 'tx_t3sbootstrap_navigationactivecolor' => '', 'tx_t3sbootstrap_navigationhover' => '', 'tx_t3sbootstrap_navigationbgcolor' => '', 'l10n_parent' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'tx_impexp_origuid' => 0, 'class' => '', 'linktext' => 'Team', 'link' => '/ueber-uns/team'), array('uid' => 8572, 'pid' => 8566, 't3ver_oid' => 0, 'zzz_deleted_t3ver_id' => 0, 't3ver_wsid' => 0, 'zzz_deleted_t3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 8314, 'tstamp' => 1585583765, 'sorting' => 16, 'deleted' => 0, 'perms_userid' => 10, 'perms_groupid' => 0, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1585583765, 'cruser_id' => 10, 'hidden' => 0, 'title' => 'Bilder', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'zzz_deleted_tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'zzz_deleted_urltype' => 1, 'shortcut' => 0, 'shortcut_mode' => 0, 'zzz_deleted_no_cache' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 44, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1585583765, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'zzz_deleted_alias' => '', 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'zzz_deleted_tx_fluidpages_templatefile' => '', 'zzz_deleted_tx_fluidpages_layout' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_flexform_sub' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'zzz_deleted_tx_realurl_pathsegment' => '', 'zzz_deleted_tx_realurl_pathoverride' => 0, 'zzz_deleted_tx_realurl_exclude' => 0, 'zzz_deleted_tx_iconfont_icon' => '0', 'tsconfig_includes' => '', 'tx_dwsducati_icon' => null, 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-uns/bilder', 'legacy_overlay_uid' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'tx_t3sbootstrap_container' => '', 'tx_t3sbootstrap_linkToTop' => 0, 'tx_t3sbootstrap_smallColumns' => '', 'tx_t3sbootstrap_dropdownRight' => 0, 'tx_t3sbootstrap_mobileOrder' => '', 'tx_t3sbootstrap_breakpoint' => '', 'tx_t3sbootstrap_fontawesome_icon' => '', 'tx_t3sbootstrap_icon_only' => 0, 'tx_t3sbootstrap_megamenu' => 0, 'tx_t3sbootstrap_titlecolor' => '', 'tx_t3sbootstrap_subtitlecolor' => '', 'tx_t3sbootstrap_navigationcolor' => '', 'tx_t3sbootstrap_navigationactivecolor' => '', 'tx_t3sbootstrap_navigationhover' => '', 'tx_t3sbootstrap_navigationbgcolor' => '', 'l10n_parent' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'tx_impexp_origuid' => 0, 'class' => '', 'linktext' => 'Bilder', 'link' => '/ueber-uns/bilder'), array('uid' => 8596, 'pid' => 8566, 't3ver_oid' => 0, 'zzz_deleted_t3ver_id' => 0, 't3ver_wsid' => 0, 'zzz_deleted_t3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 8317, 'tstamp' => 1587913558, 'sorting' => 48, 'deleted' => 0, 'perms_userid' => 10, 'perms_groupid' => 0, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1587913524, 'cruser_id' => 10, 'hidden' => 0, 'title' => 'Wann & Wo', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'zzz_deleted_tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'zzz_deleted_urltype' => 1, 'shortcut' => 0, 'shortcut_mode' => 0, 'zzz_deleted_no_cache' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 44, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1634648514, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'zzz_deleted_alias' => '', 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'zzz_deleted_tx_fluidpages_templatefile' => '', 'zzz_deleted_tx_fluidpages_layout' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_flexform_sub' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'zzz_deleted_tx_realurl_pathsegment' => '', 'zzz_deleted_tx_realurl_pathoverride' => 0, 'zzz_deleted_tx_realurl_exclude' => 0, 'zzz_deleted_tx_iconfont_icon' => '0', 'tsconfig_includes' => '', 'tx_dwsducati_icon' => null, 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-uns/wann-wo', 'legacy_overlay_uid' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'tx_t3sbootstrap_container' => '', 'tx_t3sbootstrap_linkToTop' => 0, 'tx_t3sbootstrap_smallColumns' => '', 'tx_t3sbootstrap_dropdownRight' => 0, 'tx_t3sbootstrap_mobileOrder' => '', 'tx_t3sbootstrap_breakpoint' => '', 'tx_t3sbootstrap_fontawesome_icon' => '', 'tx_t3sbootstrap_icon_only' => 0, 'tx_t3sbootstrap_megamenu' => 0, 'tx_t3sbootstrap_titlecolor' => '', 'tx_t3sbootstrap_subtitlecolor' => '', 'tx_t3sbootstrap_navigationcolor' => '', 'tx_t3sbootstrap_navigationactivecolor' => '', 'tx_t3sbootstrap_navigationhover' => '', 'tx_t3sbootstrap_navigationbgcolor' => '', 'l10n_parent' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'tx_impexp_origuid' => 0, 'class' => '', 'linktext' => 'Wann & Wo', 'link' => '/ueber-uns/wann-wo'), array('uid' => 8569, 'pid' => 8566, 't3ver_oid' => 0, 'zzz_deleted_t3ver_id' => 0, 't3ver_wsid' => 0, 'zzz_deleted_t3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 8313, 'tstamp' => 1587835388, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 10, 'perms_groupid' => 0, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1585583765, 'cruser_id' => 10, 'hidden' => 0, 'title' => 'Kalender', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'zzz_deleted_tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'zzz_deleted_urltype' => 1, 'shortcut' => 0, 'shortcut_mode' => 0, 'zzz_deleted_no_cache' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1693833435, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'zzz_deleted_alias' => '', 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'zzz_deleted_tx_fluidpages_templatefile' => '', 'zzz_deleted_tx_fluidpages_layout' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_flexform_sub' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'zzz_deleted_tx_realurl_pathsegment' => '', 'zzz_deleted_tx_realurl_pathoverride' => 0, 'zzz_deleted_tx_realurl_exclude' => 0, 'zzz_deleted_tx_iconfont_icon' => '0', 'tsconfig_includes' => '', 'tx_dwsducati_icon' => null, 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-uns/kalender', 'legacy_overlay_uid' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'tx_t3sbootstrap_container' => '', 'tx_t3sbootstrap_linkToTop' => 0, 'tx_t3sbootstrap_smallColumns' => '', 'tx_t3sbootstrap_dropdownRight' => 0, 'tx_t3sbootstrap_mobileOrder' => '', 'tx_t3sbootstrap_breakpoint' => '', 'tx_t3sbootstrap_fontawesome_icon' => '', 'tx_t3sbootstrap_icon_only' => 0, 'tx_t3sbootstrap_megamenu' => 0, 'tx_t3sbootstrap_titlecolor' => '', 'tx_t3sbootstrap_subtitlecolor' => '', 'tx_t3sbootstrap_navigationcolor' => '', 'tx_t3sbootstrap_navigationactivecolor' => '', 'tx_t3sbootstrap_navigationhover' => '', 'tx_t3sbootstrap_navigationbgcolor' => '', 'l10n_parent' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'tx_impexp_origuid' => 0, 'class' => '', 'linktext' => 'Kalender', 'link' => '/ueber-uns/kalender')))
in /var/www/html/public/typo3conf/ext/vhs/Classes/ViewHelpers/Menu/AbstractMenuViewHelper.php line 233
        $this->backupVariables();
        $this->renderingContext->getVariableProvider()->add($this->arguments['as'], $menu);
        $this->renderingContext->getVariableProvider()->add($this->arguments['rootLineAs'], $rootLine);
        $this->initalizeSubmenuVariables();
        $output = $this->renderContent($menu);
        $this->cleanupSubmenuVariables();
        $this->renderingContext->getVariableProvider()->remove($this->arguments['as']);
        $this->renderingContext->getVariableProvider()->remove($this->arguments['rootLineAs']);
        $this->restoreVariables();
at FluidTYPO3\Vhs\ViewHelpers\Menu\AbstractMenuViewHelper->render()
at call_user_func(array(object(FluidTYPO3\Vhs\ViewHelpers\Page\MenuViewHelper), 'render'))
in /var/www/html/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 258
     */
    protected function callRenderMethod()
    {
        if (method_exists($this, 'render')) {
            return call_user_func([$this, 'render']);
        }
        if ((new \ReflectionMethod($this, 'renderStatic'))->getDeclaringClass()->getName() !== AbstractViewHelper::class) {
            // Method is safe to call - will not recurse through ViewHelperInvoker via the default
            // implementation of renderStatic() on this class.
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->callRenderMethod()
in /var/www/html/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 246
    {
        $this->validateArguments();
        $this->initialize();

        return $this->callRenderMethod();
    }

    /**
     * Call the render() method and handle errors.
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->initializeArgumentsAndRender()
in /var/www/html/vendor/typo3fluid/fluid/src/Core/ViewHelper/ViewHelperInvoker.php line 80
            }
            $viewHelper->setRenderingContext($renderingContext);
            $viewHelper->setArguments($evaluatedArguments);
            $viewHelper->handleAdditionalArguments($undeclaredArguments);
            return $viewHelper->initializeArgumentsAndRender();
        } catch (Exception $error) {
            return $renderingContext->getErrorHandler()->handleViewHelperError($error);
        }
    }
at TYPO3Fluid\Fluid\Core\ViewHelper\ViewHelperInvoker->invoke('FluidTYPO3\\Vhs\\ViewHelpers\\Page\\MenuViewHelper', array('additionalAttributes' => null, 'data' => null, 'aria' => null, 'class' => null, 'dir' => null, 'id' => null, 'lang' => null, 'style' => null, 'title' => null, 'accesskey' => null, 'tabindex' => null, 'onclick' => null, 'forceClosingTag' => false, 'hideIfEmpty' => false, 'contenteditable' => null, 'contextmenu' => null, 'draggable' => null, 'dropzone' => null, 'translate' => null, 'spellcheck' => null, 'hidden' => null, 'showAccessProtected' => false, 'classAccessProtected' => 'protected', 'classAccessGranted' => 'access-granted', 'useShortcutUid' => null, 'useShortcutTarget' => null, 'useShortcutData' => false, 'tagName' => 'ul', 'tagNameChildren' => 'li', 'entryLevel' => 0, 'levels' => 1, 'expandAll' => true, 'classFirst' => '', 'classLast' => '', 'classActive' => 'active', 'classCurrent' => 'current', 'classHasSubpages' => 'sub', 'substElementUid' => false, 'showHiddenInMenu' => true, 'showCurrent' => true, 'linkCurrent' => true, 'linkActive' => true, 'titleFields' => 'nav_title,title', 'includeAnchorTitle' => true, 'includeSpacers' => false, 'deferred' => false, 'as' => 'subpages', 'rootLineAs' => 'rootLine', 'excludePages' => '', 'forceAbsoluteUrl' => false, 'doktypes' => '', 'divider' => null, 'pageUid' => 8566), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext), object(Closure))
in /var/www/html/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 515
     */
    public static function renderStatic(array $arguments, \Closure $renderChildrenClosure, RenderingContextInterface $renderingContext)
    {
        $viewHelperClassName = get_called_class();
        return $renderingContext->getViewHelperInvoker()->invoke($viewHelperClassName, $arguments, $renderingContext, $renderChildrenClosure);
    }

    /**
     * Save the associated ViewHelper node in a static public class variable.
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper::renderStatic(array('additionalAttributes' => null, 'data' => null, 'aria' => null, 'class' => null, 'dir' => null, 'id' => null, 'lang' => null, 'style' => null, 'title' => null, 'accesskey' => null, 'tabindex' => null, 'onclick' => null, 'forceClosingTag' => false, 'hideIfEmpty' => false, 'contenteditable' => null, 'contextmenu' => null, 'draggable' => null, 'dropzone' => null, 'translate' => null, 'spellcheck' => null, 'hidden' => null, 'showAccessProtected' => false, 'classAccessProtected' => 'protected', 'classAccessGranted' => 'access-granted', 'useShortcutUid' => null, 'useShortcutTarget' => null, 'useShortcutData' => false, 'tagName' => 'ul', 'tagNameChildren' => 'li', 'entryLevel' => 0, 'levels' => 1, 'expandAll' => true, 'classFirst' => '', 'classLast' => '', 'classActive' => 'active', 'classCurrent' => 'current', 'classHasSubpages' => 'sub', 'substElementUid' => false, 'showHiddenInMenu' => true, 'showCurrent' => true, 'linkCurrent' => true, 'linkActive' => true, 'titleFields' => 'nav_title,title', 'includeAnchorTitle' => true, 'includeSpacers' => false, 'deferred' => false, 'as' => 'subpages', 'rootLineAs' => 'rootLine', 'excludePages' => '', 'forceAbsoluteUrl' => false, 'doktypes' => '', 'divider' => null, 'pageUid' => 8566), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/html/var/cache/code/fluid_template/Page_action_onepage_2e2f7ef733fa3679179217ada8e424d12e88e809.php line 2458
     ),
     $renderingContext
    );

$output31 .= FluidTYPO3\Vhs\ViewHelpers\Page\MenuViewHelper::renderStatic($arguments222, $renderChildrenClosure223, $renderingContext);

$output31 .= '
 </div>
 <!-- subpages end -->
at Page_action_onepage_2e2f7ef733fa3679179217ada8e424d12e88e809->section_62bce9422ff2d14f69ab80a154510232fc8a9afd(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/html/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 258
                    new InvalidSectionException('Section "' . $sectionName . '" does not exist.')
                );
            }
            $this->startRendering($renderingTypeOnNextLevel, $parsedTemplate, $renderingContext);
            $output = $parsedTemplate->$methodNameOfSection($renderingContext);
            $this->stopRendering();
        } else {
            $sections = $parsedTemplate->getVariableContainer()->get('1457379500_sections');
            if (!isset($sections[$sectionName])) {
at TYPO3Fluid\Fluid\View\AbstractTemplateView->renderSection('Main', array('record' => array('uid' => 8566, 'pid' => 8559, 't3ver_oid' => 0, 'zzz_deleted_t3ver_id' => 0, 't3ver_wsid' => 0, 'zzz_deleted_t3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 8284, 'tstamp' => 1679552963, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 10, 'perms_groupid' => 0, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1585583765, 'cruser_id' => 10, 'hidden' => 0, 'title' => 'Ãœber Uns', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'zzz_deleted_tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'zzz_deleted_urltype' => 1, 'shortcut' => 0, 'shortcut_mode' => 0, 'zzz_deleted_no_cache' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 2, 'target' => '', 'media' => 1, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1636781932, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'zzz_deleted_alias' => '', 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'flux__grid', 'backend_layout_next_level' => 'flux__grid', 'cache_tags' => '', 'categories' => 0, 'zzz_deleted_tx_fluidpages_templatefile' => '', 'zzz_deleted_tx_fluidpages_layout' => '', 'tx_fed_page_flexform' => '<?xml version="1.0" encoding="utf-8" standalone="yes" ?><T3FlexForms> <data> <sheet index="options"> <language index="lDEF"> <field index="settings.HideMenu"> <value index="vDEF">1</value> </field> <field index="settings.EntryLevel"> <value index="vDEF">2</value> </field> <field index="settings.ShowRootTitle"> <value index="vDEF">1</value> </field> <field index="settings.content_color"> <value index="vDEF">color1</value> </field> <field index="settings.revolution"> <value index="vDEF">before</value> </field> <field index="settings.footer_layout"> <value index="vDEF">FooterStandard</value> </field> <field index="settings.footer_color"> <value index="vDEF">color1</value> </field> <field index="settings.pageClass"> <value index="vDEF"></value> </field> <field index="settings.showLeft"> <value index="vDEF">0</value> </field> </language> </sheet> </data></T3FlexForms>', 'tx_fed_page_flexform_sub' => '<?xml version="1.0" encoding="utf-8" standalone="yes" ?><T3FlexForms> <data> <sheet index="options"> <language index="lDEF"> <field index="settings.HideMenu"> <value index="vDEF">1</value> </field> <field index="settings.EntryLevel"> <value index="vDEF">2</value> </field> <field index="settings.ShowRootTitle"> <value index="vDEF">1</value> </field> <field index="settings.footer_layout"> <value index="vDEF">FooterStandard</value> </field> <field index="settings.carousel.height"> <value index="vDEF">340</value> </field> <field index="settings.highlight.order"> <value index="vDEF">above</value> </field> <field index="settings.highlight.color"> <value index="vDEF"></value> </field> <field index="settings.hidemobile"> <value index="vDEF">0</value> </field> <field index="settings.footer_color"> <value index="vDEF">color1</value> </field> <field index="settings.pageClass"> <value index="vDEF"></value> </field> <field index="settings.content_color"> <value index="vDEF">Lightgrey</value> </field> <field index="settings.revolution"> <value index="vDEF">before</value> </field> <field index="settings.showLeft"> <value index="vDEF">0</value> </field> </language> </sheet> </data></T3FlexForms>', 'tx_fed_page_controller_action' => 'Rennviech.DwsDucati->onepage', 'tx_fed_page_controller_action_sub' => 'Rennviech.DwsDucati->onepageSection', 'zzz_deleted_tx_realurl_pathsegment' => '', 'zzz_deleted_tx_realurl_pathoverride' => 0, 'zzz_deleted_tx_realurl_exclude' => 0, 'zzz_deleted_tx_iconfont_icon' => '0', 'tsconfig_includes' => '', 'tx_dwsducati_icon' => null, 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => 'a:67:{s:7:"doktype";N;s:5:"title";N;s:26:"tx_t3sbootstrap_titlecolor";N;s:4:"slug";N;s:9:"nav_title";N;s:8:"subtitle";N;s:29:"tx_t3sbootstrap_subtitlecolor";N;s:9:"seo_title";N;s:11:"description";N;s:8:"no_index";N;s:9:"no_follow";N;s:14:"canonical_link";N;s:18:"sitemap_changefreq";N;s:16:"sitemap_priority";N;s:8:"og_title";N;s:14:"og_description";N;s:8:"og_image";N;s:13:"twitter_title";N;s:19:"twitter_description";N;s:13:"twitter_image";N;s:12:"twitter_card";N;s:8:"abstract";N;s:8:"keywords";N;s:6:"author";N;s:12:"author_email";N;s:11:"lastUpdated";N;s:6:"layout";N;s:8:"newUntil";N;s:14:"backend_layout";N;s:25:"backend_layout_next_level";N;s:28:"tx_t3sbootstrap_smallColumns";N;s:27:"tx_t3sbootstrap_mobileOrder";N;s:26:"tx_t3sbootstrap_breakpoint";N;s:25:"tx_t3sbootstrap_container";N;s:25:"tx_t3sbootstrap_linkToTop";N;s:32:"tx_t3sbootstrap_fontawesome_icon";N;s:25:"tx_t3sbootstrap_icon_only";N;s:16:"content_from_pid";N;s:6:"target";N;s:13:"cache_timeout";N;s:10:"cache_tags";N;s:24:"tx_staticfilecache_cache";N;s:30:"tx_staticfilecache_cache_force";N;s:32:"tx_staticfilecache_cache_offline";N;s:33:"tx_staticfilecache_cache_priority";N;s:11:"is_siteroot";N;s:9:"no_search";N;s:13:"php_tree_stop";N;s:6:"module";N;s:5:"media";N;s:17:"tsconfig_includes";N;s:8:"TSconfig";N;s:8:"l18n_cfg";N;s:6:"hidden";N;s:8:"nav_hide";N;s:9:"starttime";N;s:7:"endtime";N;s:16:"extendToSubpages";N;s:8:"fe_group";N;s:13:"fe_login_mode";N;s:8:"editlock";N;s:10:"categories";N;s:14:"rowDescription";N;s:29:"tx_fed_page_controller_action";N;s:33:"tx_fed_page_controller_action_sub";N;s:20:"tx_fed_page_flexform";N;s:24:"tx_fed_page_flexform_sub";N;}', 'slug' => '/ueber-uns', 'legacy_overlay_uid' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => 'summary', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'tx_t3sbootstrap_container' => '0', 'tx_t3sbootstrap_linkToTop' => 0, 'tx_t3sbootstrap_smallColumns' => '1', 'tx_t3sbootstrap_dropdownRight' => 0, 'tx_t3sbootstrap_mobileOrder' => 'default', 'tx_t3sbootstrap_breakpoint' => 'md', 'tx_t3sbootstrap_fontawesome_icon' => '', 'tx_t3sbootstrap_icon_only' => 0, 'tx_t3sbootstrap_megamenu' => 0, 'tx_t3sbootstrap_titlecolor' => '', 'tx_t3sbootstrap_subtitlecolor' => '', 'tx_t3sbootstrap_navigationcolor' => '', 'tx_t3sbootstrap_navigationactivecolor' => '', 'tx_t3sbootstrap_navigationhover' => '', 'tx_t3sbootstrap_navigationbgcolor' => '', 'l10n_parent' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'tx_impexp_origuid' => 0), 'page' => array('uid' => 8566, 'pid' => 8559, 't3ver_oid' => 0, 'zzz_deleted_t3ver_id' => 0, 't3ver_wsid' => 0, 'zzz_deleted_t3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 8284, 'tstamp' => 1679552963, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 10, 'perms_groupid' => 0, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1585583765, 'cruser_id' => 10, 'hidden' => 0, 'title' => 'Ãœber Uns', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'zzz_deleted_tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'zzz_deleted_urltype' => 1, 'shortcut' => 0, 'shortcut_mode' => 0, 'zzz_deleted_no_cache' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 2, 'target' => '', 'media' => 1, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1636781932, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'zzz_deleted_alias' => '', 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'flux__grid', 'backend_layout_next_level' => 'flux__grid', 'cache_tags' => '', 'categories' => 0, 'zzz_deleted_tx_fluidpages_templatefile' => '', 'zzz_deleted_tx_fluidpages_layout' => '', 'tx_fed_page_flexform' => '<?xml version="1.0" encoding="utf-8" standalone="yes" ?><T3FlexForms> <data> <sheet index="options"> <language index="lDEF"> <field index="settings.HideMenu"> <value index="vDEF">1</value> </field> <field index="settings.EntryLevel"> <value index="vDEF">2</value> </field> <field index="settings.ShowRootTitle"> <value index="vDEF">1</value> </field> <field index="settings.content_color"> <value index="vDEF">color1</value> </field> <field index="settings.revolution"> <value index="vDEF">before</value> </field> <field index="settings.footer_layout"> <value index="vDEF">FooterStandard</value> </field> <field index="settings.footer_color"> <value index="vDEF">color1</value> </field> <field index="settings.pageClass"> <value index="vDEF"></value> </field> <field index="settings.showLeft"> <value index="vDEF">0</value> </field> </language> </sheet> </data></T3FlexForms>', 'tx_fed_page_flexform_sub' => '<?xml version="1.0" encoding="utf-8" standalone="yes" ?><T3FlexForms> <data> <sheet index="options"> <language index="lDEF"> <field index="settings.HideMenu"> <value index="vDEF">1</value> </field> <field index="settings.EntryLevel"> <value index="vDEF">2</value> </field> <field index="settings.ShowRootTitle"> <value index="vDEF">1</value> </field> <field index="settings.footer_layout"> <value index="vDEF">FooterStandard</value> </field> <field index="settings.carousel.height"> <value index="vDEF">340</value> </field> <field index="settings.highlight.order"> <value index="vDEF">above</value> </field> <field index="settings.highlight.color"> <value index="vDEF"></value> </field> <field index="settings.hidemobile"> <value index="vDEF">0</value> </field> <field index="settings.footer_color"> <value index="vDEF">color1</value> </field> <field index="settings.pageClass"> <value index="vDEF"></value> </field> <field index="settings.content_color"> <value index="vDEF">Lightgrey</value> </field> <field index="settings.revolution"> <value index="vDEF">before</value> </field> <field index="settings.showLeft"> <value index="vDEF">0</value> </field> </language> </sheet> </data></T3FlexForms>', 'tx_fed_page_controller_action' => 'Rennviech.DwsDucati->onepage', 'tx_fed_page_controller_action_sub' => 'Rennviech.DwsDucati->onepageSection', 'zzz_deleted_tx_realurl_pathsegment' => '', 'zzz_deleted_tx_realurl_pathoverride' => 0, 'zzz_deleted_tx_realurl_exclude' => 0, 'zzz_deleted_tx_iconfont_icon' => '0', 'tsconfig_includes' => '', 'tx_dwsducati_icon' => null, 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => 'a:67:{s:7:"doktype";N;s:5:"title";N;s:26:"tx_t3sbootstrap_titlecolor";N;s:4:"slug";N;s:9:"nav_title";N;s:8:"subtitle";N;s:29:"tx_t3sbootstrap_subtitlecolor";N;s:9:"seo_title";N;s:11:"description";N;s:8:"no_index";N;s:9:"no_follow";N;s:14:"canonical_link";N;s:18:"sitemap_changefreq";N;s:16:"sitemap_priority";N;s:8:"og_title";N;s:14:"og_description";N;s:8:"og_image";N;s:13:"twitter_title";N;s:19:"twitter_description";N;s:13:"twitter_image";N;s:12:"twitter_card";N;s:8:"abstract";N;s:8:"keywords";N;s:6:"author";N;s:12:"author_email";N;s:11:"lastUpdated";N;s:6:"layout";N;s:8:"newUntil";N;s:14:"backend_layout";N;s:25:"backend_layout_next_level";N;s:28:"tx_t3sbootstrap_smallColumns";N;s:27:"tx_t3sbootstrap_mobileOrder";N;s:26:"tx_t3sbootstrap_breakpoint";N;s:25:"tx_t3sbootstrap_container";N;s:25:"tx_t3sbootstrap_linkToTop";N;s:32:"tx_t3sbootstrap_fontawesome_icon";N;s:25:"tx_t3sbootstrap_icon_only";N;s:16:"content_from_pid";N;s:6:"target";N;s:13:"cache_timeout";N;s:10:"cache_tags";N;s:24:"tx_staticfilecache_cache";N;s:30:"tx_staticfilecache_cache_force";N;s:32:"tx_staticfilecache_cache_offline";N;s:33:"tx_staticfilecache_cache_priority";N;s:11:"is_siteroot";N;s:9:"no_search";N;s:13:"php_tree_stop";N;s:6:"module";N;s:5:"media";N;s:17:"tsconfig_includes";N;s:8:"TSconfig";N;s:8:"l18n_cfg";N;s:6:"hidden";N;s:8:"nav_hide";N;s:9:"starttime";N;s:7:"endtime";N;s:16:"extendToSubpages";N;s:8:"fe_group";N;s:13:"fe_login_mode";N;s:8:"editlock";N;s:10:"categories";N;s:14:"rowDescription";N;s:29:"tx_fed_page_controller_action";N;s:33:"tx_fed_page_controller_action_sub";N;s:20:"tx_fed_page_flexform";N;s:24:"tx_fed_page_flexform_sub";N;}', 'slug' => '/ueber-uns', 'legacy_overlay_uid' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => 'summary', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'tx_t3sbootstrap_container' => '0', 'tx_t3sbootstrap_linkToTop' => 0, 'tx_t3sbootstrap_smallColumns' => '1', 'tx_t3sbootstrap_dropdownRight' => 0, 'tx_t3sbootstrap_mobileOrder' => 'default', 'tx_t3sbootstrap_breakpoint' => 'md', 'tx_t3sbootstrap_fontawesome_icon' => '', 'tx_t3sbootstrap_icon_only' => 0, 'tx_t3sbootstrap_megamenu' => 0, 'tx_t3sbootstrap_titlecolor' => '', 'tx_t3sbootstrap_subtitlecolor' => '', 'tx_t3sbootstrap_navigationcolor' => '', 'tx_t3sbootstrap_navigationactivecolor' => '', 'tx_t3sbootstrap_navigationhover' => '', 'tx_t3sbootstrap_navigationbgcolor' => '', 'l10n_parent' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'tx_impexp_origuid' => 0), 'user' => array(), 'grid' => object(FluidTYPO3\Flux\Form\Container\Grid), 'form' => object(FluidTYPO3\Flux\Form), 'settings' => array('enableConfigurator' => '0', 'imgGalleryFalRenderHrefToOriginal' => '1', 'nav' => array('rootUid' => '8559', 'footerUid' => '8560', 'footerShortUid' => '126', 'rightNavUid' => '8439', 'logolink' => '8559', 'modelMenuUid' => '4152', 'onePageSubLimit' => '3', 'serviceMenuUid' => '4330'), 'logos' => array('toplogo' => 'EXT:dws_ducati/Resources/Public/logos/Ducati_Shield_Rot.svg', 'topLogoTitle' => 'Ducati', 'footerlogo' => 'EXT:dws_ducati/Resources/Public/logos/Ducati_Grau.png', 'footerLogoTitle' => 'Ducati Austria', 'scramblerlogo' => 'EXT:dws_ducati/Resources/Public/logos/02A_Scrambler_Schwarz_30cm.png', 'scramblerlogo_yellow' => 'EXT:dws_ducati/Resources/Public/logos/Modellreihelogo_Scrambler.svg'), 'container' => array('width' => '1170', 'onepage_ajax' => '0', 'alwaysFluidColumn' => '4', 'types' => array('default' => 'div', 'Example' => 'div'), 'default_cols' => array('xs' => '2', 'sm' => '2', 'md' => '3', 'lg' => '4')), 'data' => array('name' => 'Bikes Vertriebs GmbH', 'author' => 'Didi Brandl', 'googleanalytics' => 'UA-21411589-2', 'configuratorbase' => 'http://configurator.ducati.at'), 'social' => array('facebook' => array('link' => 'https://www.facebook.com/Ducati', 'text' => 'Besuche Ducati auf Facebook', '_typoScriptNodeValue' => 'DucatiAustria'), 'youtube' => array('link' => 'https://www.youtube.com/user/DucatiMotorHolding', 'text' => 'Besuche Ducati auf Youtube', '_typoScriptNodeValue' => '{$plugin.tx_dwsducati.data.social.youtube}'), 'pinterest' => '{$plugin.tx_dwsducati.data.social.pinterest}', 'twitter' => array('link' => 'https://twitter.com/ducatimotor', 'text' => 'Folge Ducati auf Twitter'), 'instagram' => array('link' => 'https://instagram.com/ducatimotor', 'text' => 'Folge Ducati auf Instagram')), 'config' => array('configuratorServer' => 'https://duc-server.rennviech.com', 'configuratorApp' => 'http://172.16.12.32:3000', 'mapsAPI' => 'AIzaSyDiwmafQrhcZ6CH4SOJmzUedCHKqvRHvzY', 's3StoragePrefix' => '5:/images/', 'magazinePid' => '8817', 'svgModelsPrefix' => 'fileadmin/user_upload/page2015/modelle_logos_svg/', 'newsletterButtonText' => 'Newsletter anmelden', 'newsletterModal' => '62283'), 'highlights' => array('teaserLength' => '320'), 'responsive' => array('srcset' => '', 'sizes' => '(min-width: 576px) 768px, (min-width: 768px) 960px, (min-width: 992px) 1200px, (min-width: 1200px) 1920px'), 'textmedia' => array('carousel' => array('srcset' => '320, 576, 800, 1000, 1920', 'sizes' => '(min-width: 576px) 768px, (min-width: 768px) 960px, (min-width: 992px) 1200px, (min-width: 1200px) 1920px')), 'models' => array('interval' => '2500', 'techDataInfoUid' => '63012', 'features_interval' => '2000', 'commonElements' => '8990', 'showInfo' => '1', 'downloadSize' => '5000', 'srcset' => array('topslider_desktop' => '800w, 1000w, 1920w', 'topslider_mobile' => '320w, 576w', 'gallery' => '320c, 640c, 820c, 820c, 820c'), 'allowedImages' => array('studio', 'aussen', 'action', 'details', 'motor'), 'class' => array('topslider_mobile' => 'd-md-none', 'topslider_desktop' => 'd-none d-md-block')), 'list' => array('imageRatio' => '0', 'info' => '0', 'cropMaxCharacters' => '400', 'categories' => '9', 'mobile' => array('imageOverlay' => '0'), 'button' => array('class' => 'primary'), 'paginate' => array('templatePath' => '', 'itemsPerPage' => '12', 'insertAbove' => '0', 'insertBelow' => '1', 'prevNextHeaderTags' => '1', 'maximumNumberOfLinks' => '5'), 'media' => array('dummyImage' => 'typo3conf/ext/news/Resources/Public/Images/dummy-preview-image.png', 'image' => array('maxWidth' => '100', 'maxHeight' => '100', 'width' => '400c', 'height' => '300c')), 'rss' => array('channel' => array('title' => 'Bikes Vertriebs GmbH News', 'description' => '', 'language' => 'de-at', 'copyright' => 'Bikes Vertriebs GmbH', 'generator' => 'TYPO3 EXT:news', 'link' => 'http://www.ducati.at/', 'typeNum' => '9818', 'category' => 'Motorsports, Motorcycles')), 'category' => array('image' => array('width' => '100', 'height' => '100')), 'dealer' => array('limit' => '3', 'category' => '18')), 'footer_layout' => 'FooterStandard', 'HideMenu' => '1', 'ShowRootTitle' => '1', 'EntryLevel' => '2', 'HidePageTitle' => '0', 'footer_color' => 'color1', 'SlideHeader' => '0', 'content_color' => 'color1', 'revolution' => 'before', 'pageClass' => '', 'showLeft' => '0'), 'provider' => object(FluidTYPO3\Flux\Provider\PageProvider)), false)
in /var/www/html/vendor/typo3fluid/fluid/src/ViewHelpers/RenderViewHelper.php line 172
            $content = (new $delegate())->render($renderingContext);
        } elseif ($partial !== null) {
            $content = $view->renderPartial($partial, $section, $variables, $optional);
        } elseif ($section !== null) {
            $content = $view->renderSection($section, $variables, $optional);
        } elseif (!$optional) {
            throw new \InvalidArgumentException('ViewHelper f:render called without either argument section, partial, renderable or delegate and optional flag is false');
        }
        // Replace empty content with default value. If default is
at TYPO3Fluid\Fluid\ViewHelpers\RenderViewHelper::renderStatic(array('section' => 'Main', 'partial' => null, 'delegate' => null, 'renderable' => null, 'arguments' => array('record' => array('uid' => 8566, 'pid' => 8559, 't3ver_oid' => 0, 'zzz_deleted_t3ver_id' => 0, 't3ver_wsid' => 0, 'zzz_deleted_t3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 8284, 'tstamp' => 1679552963, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 10, 'perms_groupid' => 0, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1585583765, 'cruser_id' => 10, 'hidden' => 0, 'title' => 'Ãœber Uns', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'zzz_deleted_tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'zzz_deleted_urltype' => 1, 'shortcut' => 0, 'shortcut_mode' => 0, 'zzz_deleted_no_cache' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 2, 'target' => '', 'media' => 1, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1636781932, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'zzz_deleted_alias' => '', 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'flux__grid', 'backend_layout_next_level' => 'flux__grid', 'cache_tags' => '', 'categories' => 0, 'zzz_deleted_tx_fluidpages_templatefile' => '', 'zzz_deleted_tx_fluidpages_layout' => '', 'tx_fed_page_flexform' => '<?xml version="1.0" encoding="utf-8" standalone="yes" ?><T3FlexForms> <data> <sheet index="options"> <language index="lDEF"> <field index="settings.HideMenu"> <value index="vDEF">1</value> </field> <field index="settings.EntryLevel"> <value index="vDEF">2</value> </field> <field index="settings.ShowRootTitle"> <value index="vDEF">1</value> </field> <field index="settings.content_color"> <value index="vDEF">color1</value> </field> <field index="settings.revolution"> <value index="vDEF">before</value> </field> <field index="settings.footer_layout"> <value index="vDEF">FooterStandard</value> </field> <field index="settings.footer_color"> <value index="vDEF">color1</value> </field> <field index="settings.pageClass"> <value index="vDEF"></value> </field> <field index="settings.showLeft"> <value index="vDEF">0</value> </field> </language> </sheet> </data></T3FlexForms>', 'tx_fed_page_flexform_sub' => '<?xml version="1.0" encoding="utf-8" standalone="yes" ?><T3FlexForms> <data> <sheet index="options"> <language index="lDEF"> <field index="settings.HideMenu"> <value index="vDEF">1</value> </field> <field index="settings.EntryLevel"> <value index="vDEF">2</value> </field> <field index="settings.ShowRootTitle"> <value index="vDEF">1</value> </field> <field index="settings.footer_layout"> <value index="vDEF">FooterStandard</value> </field> <field index="settings.carousel.height"> <value index="vDEF">340</value> </field> <field index="settings.highlight.order"> <value index="vDEF">above</value> </field> <field index="settings.highlight.color"> <value index="vDEF"></value> </field> <field index="settings.hidemobile"> <value index="vDEF">0</value> </field> <field index="settings.footer_color"> <value index="vDEF">color1</value> </field> <field index="settings.pageClass"> <value index="vDEF"></value> </field> <field index="settings.content_color"> <value index="vDEF">Lightgrey</value> </field> <field index="settings.revolution"> <value index="vDEF">before</value> </field> <field index="settings.showLeft"> <value index="vDEF">0</value> </field> </language> </sheet> </data></T3FlexForms>', 'tx_fed_page_controller_action' => 'Rennviech.DwsDucati->onepage', 'tx_fed_page_controller_action_sub' => 'Rennviech.DwsDucati->onepageSection', 'zzz_deleted_tx_realurl_pathsegment' => '', 'zzz_deleted_tx_realurl_pathoverride' => 0, 'zzz_deleted_tx_realurl_exclude' => 0, 'zzz_deleted_tx_iconfont_icon' => '0', 'tsconfig_includes' => '', 'tx_dwsducati_icon' => null, 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => 'a:67:{s:7:"doktype";N;s:5:"title";N;s:26:"tx_t3sbootstrap_titlecolor";N;s:4:"slug";N;s:9:"nav_title";N;s:8:"subtitle";N;s:29:"tx_t3sbootstrap_subtitlecolor";N;s:9:"seo_title";N;s:11:"description";N;s:8:"no_index";N;s:9:"no_follow";N;s:14:"canonical_link";N;s:18:"sitemap_changefreq";N;s:16:"sitemap_priority";N;s:8:"og_title";N;s:14:"og_description";N;s:8:"og_image";N;s:13:"twitter_title";N;s:19:"twitter_description";N;s:13:"twitter_image";N;s:12:"twitter_card";N;s:8:"abstract";N;s:8:"keywords";N;s:6:"author";N;s:12:"author_email";N;s:11:"lastUpdated";N;s:6:"layout";N;s:8:"newUntil";N;s:14:"backend_layout";N;s:25:"backend_layout_next_level";N;s:28:"tx_t3sbootstrap_smallColumns";N;s:27:"tx_t3sbootstrap_mobileOrder";N;s:26:"tx_t3sbootstrap_breakpoint";N;s:25:"tx_t3sbootstrap_container";N;s:25:"tx_t3sbootstrap_linkToTop";N;s:32:"tx_t3sbootstrap_fontawesome_icon";N;s:25:"tx_t3sbootstrap_icon_only";N;s:16:"content_from_pid";N;s:6:"target";N;s:13:"cache_timeout";N;s:10:"cache_tags";N;s:24:"tx_staticfilecache_cache";N;s:30:"tx_staticfilecache_cache_force";N;s:32:"tx_staticfilecache_cache_offline";N;s:33:"tx_staticfilecache_cache_priority";N;s:11:"is_siteroot";N;s:9:"no_search";N;s:13:"php_tree_stop";N;s:6:"module";N;s:5:"media";N;s:17:"tsconfig_includes";N;s:8:"TSconfig";N;s:8:"l18n_cfg";N;s:6:"hidden";N;s:8:"nav_hide";N;s:9:"starttime";N;s:7:"endtime";N;s:16:"extendToSubpages";N;s:8:"fe_group";N;s:13:"fe_login_mode";N;s:8:"editlock";N;s:10:"categories";N;s:14:"rowDescription";N;s:29:"tx_fed_page_controller_action";N;s:33:"tx_fed_page_controller_action_sub";N;s:20:"tx_fed_page_flexform";N;s:24:"tx_fed_page_flexform_sub";N;}', 'slug' => '/ueber-uns', 'legacy_overlay_uid' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => 'summary', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'tx_t3sbootstrap_container' => '0', 'tx_t3sbootstrap_linkToTop' => 0, 'tx_t3sbootstrap_smallColumns' => '1', 'tx_t3sbootstrap_dropdownRight' => 0, 'tx_t3sbootstrap_mobileOrder' => 'default', 'tx_t3sbootstrap_breakpoint' => 'md', 'tx_t3sbootstrap_fontawesome_icon' => '', 'tx_t3sbootstrap_icon_only' => 0, 'tx_t3sbootstrap_megamenu' => 0, 'tx_t3sbootstrap_titlecolor' => '', 'tx_t3sbootstrap_subtitlecolor' => '', 'tx_t3sbootstrap_navigationcolor' => '', 'tx_t3sbootstrap_navigationactivecolor' => '', 'tx_t3sbootstrap_navigationhover' => '', 'tx_t3sbootstrap_navigationbgcolor' => '', 'l10n_parent' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'tx_impexp_origuid' => 0), 'page' => array('uid' => 8566, 'pid' => 8559, 't3ver_oid' => 0, 'zzz_deleted_t3ver_id' => 0, 't3ver_wsid' => 0, 'zzz_deleted_t3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 8284, 'tstamp' => 1679552963, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 10, 'perms_groupid' => 0, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1585583765, 'cruser_id' => 10, 'hidden' => 0, 'title' => 'Ãœber Uns', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'zzz_deleted_tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'zzz_deleted_urltype' => 1, 'shortcut' => 0, 'shortcut_mode' => 0, 'zzz_deleted_no_cache' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 2, 'target' => '', 'media' => 1, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1636781932, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'zzz_deleted_alias' => '', 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'flux__grid', 'backend_layout_next_level' => 'flux__grid', 'cache_tags' => '', 'categories' => 0, 'zzz_deleted_tx_fluidpages_templatefile' => '', 'zzz_deleted_tx_fluidpages_layout' => '', 'tx_fed_page_flexform' => '<?xml version="1.0" encoding="utf-8" standalone="yes" ?><T3FlexForms> <data> <sheet index="options"> <language index="lDEF"> <field index="settings.HideMenu"> <value index="vDEF">1</value> </field> <field index="settings.EntryLevel"> <value index="vDEF">2</value> </field> <field index="settings.ShowRootTitle"> <value index="vDEF">1</value> </field> <field index="settings.content_color"> <value index="vDEF">color1</value> </field> <field index="settings.revolution"> <value index="vDEF">before</value> </field> <field index="settings.footer_layout"> <value index="vDEF">FooterStandard</value> </field> <field index="settings.footer_color"> <value index="vDEF">color1</value> </field> <field index="settings.pageClass"> <value index="vDEF"></value> </field> <field index="settings.showLeft"> <value index="vDEF">0</value> </field> </language> </sheet> </data></T3FlexForms>', 'tx_fed_page_flexform_sub' => '<?xml version="1.0" encoding="utf-8" standalone="yes" ?><T3FlexForms> <data> <sheet index="options"> <language index="lDEF"> <field index="settings.HideMenu"> <value index="vDEF">1</value> </field> <field index="settings.EntryLevel"> <value index="vDEF">2</value> </field> <field index="settings.ShowRootTitle"> <value index="vDEF">1</value> </field> <field index="settings.footer_layout"> <value index="vDEF">FooterStandard</value> </field> <field index="settings.carousel.height"> <value index="vDEF">340</value> </field> <field index="settings.highlight.order"> <value index="vDEF">above</value> </field> <field index="settings.highlight.color"> <value index="vDEF"></value> </field> <field index="settings.hidemobile"> <value index="vDEF">0</value> </field> <field index="settings.footer_color"> <value index="vDEF">color1</value> </field> <field index="settings.pageClass"> <value index="vDEF"></value> </field> <field index="settings.content_color"> <value index="vDEF">Lightgrey</value> </field> <field index="settings.revolution"> <value index="vDEF">before</value> </field> <field index="settings.showLeft"> <value index="vDEF">0</value> </field> </language> </sheet> </data></T3FlexForms>', 'tx_fed_page_controller_action' => 'Rennviech.DwsDucati->onepage', 'tx_fed_page_controller_action_sub' => 'Rennviech.DwsDucati->onepageSection', 'zzz_deleted_tx_realurl_pathsegment' => '', 'zzz_deleted_tx_realurl_pathoverride' => 0, 'zzz_deleted_tx_realurl_exclude' => 0, 'zzz_deleted_tx_iconfont_icon' => '0', 'tsconfig_includes' => '', 'tx_dwsducati_icon' => null, 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => 'a:67:{s:7:"doktype";N;s:5:"title";N;s:26:"tx_t3sbootstrap_titlecolor";N;s:4:"slug";N;s:9:"nav_title";N;s:8:"subtitle";N;s:29:"tx_t3sbootstrap_subtitlecolor";N;s:9:"seo_title";N;s:11:"description";N;s:8:"no_index";N;s:9:"no_follow";N;s:14:"canonical_link";N;s:18:"sitemap_changefreq";N;s:16:"sitemap_priority";N;s:8:"og_title";N;s:14:"og_description";N;s:8:"og_image";N;s:13:"twitter_title";N;s:19:"twitter_description";N;s:13:"twitter_image";N;s:12:"twitter_card";N;s:8:"abstract";N;s:8:"keywords";N;s:6:"author";N;s:12:"author_email";N;s:11:"lastUpdated";N;s:6:"layout";N;s:8:"newUntil";N;s:14:"backend_layout";N;s:25:"backend_layout_next_level";N;s:28:"tx_t3sbootstrap_smallColumns";N;s:27:"tx_t3sbootstrap_mobileOrder";N;s:26:"tx_t3sbootstrap_breakpoint";N;s:25:"tx_t3sbootstrap_container";N;s:25:"tx_t3sbootstrap_linkToTop";N;s:32:"tx_t3sbootstrap_fontawesome_icon";N;s:25:"tx_t3sbootstrap_icon_only";N;s:16:"content_from_pid";N;s:6:"target";N;s:13:"cache_timeout";N;s:10:"cache_tags";N;s:24:"tx_staticfilecache_cache";N;s:30:"tx_staticfilecache_cache_force";N;s:32:"tx_staticfilecache_cache_offline";N;s:33:"tx_staticfilecache_cache_priority";N;s:11:"is_siteroot";N;s:9:"no_search";N;s:13:"php_tree_stop";N;s:6:"module";N;s:5:"media";N;s:17:"tsconfig_includes";N;s:8:"TSconfig";N;s:8:"l18n_cfg";N;s:6:"hidden";N;s:8:"nav_hide";N;s:9:"starttime";N;s:7:"endtime";N;s:16:"extendToSubpages";N;s:8:"fe_group";N;s:13:"fe_login_mode";N;s:8:"editlock";N;s:10:"categories";N;s:14:"rowDescription";N;s:29:"tx_fed_page_controller_action";N;s:33:"tx_fed_page_controller_action_sub";N;s:20:"tx_fed_page_flexform";N;s:24:"tx_fed_page_flexform_sub";N;}', 'slug' => '/ueber-uns', 'legacy_overlay_uid' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => 'summary', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'tx_t3sbootstrap_container' => '0', 'tx_t3sbootstrap_linkToTop' => 0, 'tx_t3sbootstrap_smallColumns' => '1', 'tx_t3sbootstrap_dropdownRight' => 0, 'tx_t3sbootstrap_mobileOrder' => 'default', 'tx_t3sbootstrap_breakpoint' => 'md', 'tx_t3sbootstrap_fontawesome_icon' => '', 'tx_t3sbootstrap_icon_only' => 0, 'tx_t3sbootstrap_megamenu' => 0, 'tx_t3sbootstrap_titlecolor' => '', 'tx_t3sbootstrap_subtitlecolor' => '', 'tx_t3sbootstrap_navigationcolor' => '', 'tx_t3sbootstrap_navigationactivecolor' => '', 'tx_t3sbootstrap_navigationhover' => '', 'tx_t3sbootstrap_navigationbgcolor' => '', 'l10n_parent' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'tx_impexp_origuid' => 0), 'user' => array(), 'grid' => object(FluidTYPO3\Flux\Form\Container\Grid), 'form' => object(FluidTYPO3\Flux\Form), 'settings' => array('enableConfigurator' => '0', 'imgGalleryFalRenderHrefToOriginal' => '1', 'nav' => array('rootUid' => '8559', 'footerUid' => '8560', 'footerShortUid' => '126', 'rightNavUid' => '8439', 'logolink' => '8559', 'modelMenuUid' => '4152', 'onePageSubLimit' => '3', 'serviceMenuUid' => '4330'), 'logos' => array('toplogo' => 'EXT:dws_ducati/Resources/Public/logos/Ducati_Shield_Rot.svg', 'topLogoTitle' => 'Ducati', 'footerlogo' => 'EXT:dws_ducati/Resources/Public/logos/Ducati_Grau.png', 'footerLogoTitle' => 'Ducati Austria', 'scramblerlogo' => 'EXT:dws_ducati/Resources/Public/logos/02A_Scrambler_Schwarz_30cm.png', 'scramblerlogo_yellow' => 'EXT:dws_ducati/Resources/Public/logos/Modellreihelogo_Scrambler.svg'), 'container' => array('width' => '1170', 'onepage_ajax' => '0', 'alwaysFluidColumn' => '4', 'types' => array('default' => 'div', 'Example' => 'div'), 'default_cols' => array('xs' => '2', 'sm' => '2', 'md' => '3', 'lg' => '4')), 'data' => array('name' => 'Bikes Vertriebs GmbH', 'author' => 'Didi Brandl', 'googleanalytics' => 'UA-21411589-2', 'configuratorbase' => 'http://configurator.ducati.at'), 'social' => array('facebook' => array('link' => 'https://www.facebook.com/Ducati', 'text' => 'Besuche Ducati auf Facebook', '_typoScriptNodeValue' => 'DucatiAustria'), 'youtube' => array('link' => 'https://www.youtube.com/user/DucatiMotorHolding', 'text' => 'Besuche Ducati auf Youtube', '_typoScriptNodeValue' => '{$plugin.tx_dwsducati.data.social.youtube}'), 'pinterest' => '{$plugin.tx_dwsducati.data.social.pinterest}', 'twitter' => array('link' => 'https://twitter.com/ducatimotor', 'text' => 'Folge Ducati auf Twitter'), 'instagram' => array('link' => 'https://instagram.com/ducatimotor', 'text' => 'Folge Ducati auf Instagram')), 'config' => array('configuratorServer' => 'https://duc-server.rennviech.com', 'configuratorApp' => 'http://172.16.12.32:3000', 'mapsAPI' => 'AIzaSyDiwmafQrhcZ6CH4SOJmzUedCHKqvRHvzY', 's3StoragePrefix' => '5:/images/', 'magazinePid' => '8817', 'svgModelsPrefix' => 'fileadmin/user_upload/page2015/modelle_logos_svg/', 'newsletterButtonText' => 'Newsletter anmelden', 'newsletterModal' => '62283'), 'highlights' => array('teaserLength' => '320'), 'responsive' => array('srcset' => '', 'sizes' => '(min-width: 576px) 768px, (min-width: 768px) 960px, (min-width: 992px) 1200px, (min-width: 1200px) 1920px'), 'textmedia' => array('carousel' => array('srcset' => '320, 576, 800, 1000, 1920', 'sizes' => '(min-width: 576px) 768px, (min-width: 768px) 960px, (min-width: 992px) 1200px, (min-width: 1200px) 1920px')), 'models' => array('interval' => '2500', 'techDataInfoUid' => '63012', 'features_interval' => '2000', 'commonElements' => '8990', 'showInfo' => '1', 'downloadSize' => '5000', 'srcset' => array('topslider_desktop' => '800w, 1000w, 1920w', 'topslider_mobile' => '320w, 576w', 'gallery' => '320c, 640c, 820c, 820c, 820c'), 'allowedImages' => array('studio', 'aussen', 'action', 'details', 'motor'), 'class' => array('topslider_mobile' => 'd-md-none', 'topslider_desktop' => 'd-none d-md-block')), 'list' => array('imageRatio' => '0', 'info' => '0', 'cropMaxCharacters' => '400', 'categories' => '9', 'mobile' => array('imageOverlay' => '0'), 'button' => array('class' => 'primary'), 'paginate' => array('templatePath' => '', 'itemsPerPage' => '12', 'insertAbove' => '0', 'insertBelow' => '1', 'prevNextHeaderTags' => '1', 'maximumNumberOfLinks' => '5'), 'media' => array('dummyImage' => 'typo3conf/ext/news/Resources/Public/Images/dummy-preview-image.png', 'image' => array('maxWidth' => '100', 'maxHeight' => '100', 'width' => '400c', 'height' => '300c')), 'rss' => array('channel' => array('title' => 'Bikes Vertriebs GmbH News', 'description' => '', 'language' => 'de-at', 'copyright' => 'Bikes Vertriebs GmbH', 'generator' => 'TYPO3 EXT:news', 'link' => 'http://www.ducati.at/', 'typeNum' => '9818', 'category' => 'Motorsports, Motorcycles')), 'category' => array('image' => array('width' => '100', 'height' => '100')), 'dealer' => array('limit' => '3', 'category' => '18')), 'footer_layout' => 'FooterStandard', 'HideMenu' => '1', 'ShowRootTitle' => '1', 'EntryLevel' => '2', 'HidePageTitle' => '0', 'footer_color' => 'color1', 'SlideHeader' => '0', 'content_color' => 'color1', 'revolution' => 'before', 'pageClass' => '', 'showLeft' => '0'), 'provider' => object(FluidTYPO3\Flux\Provider\PageProvider)), 'optional' => false, 'default' => null, 'contentAs' => null, 'debug' => true), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/html/var/cache/code/fluid_template/layout_Page_Standard_html_d78270519a3eb47cc194bab34bca5156dd5e105c.php line 106
$arguments6['debug'] = true;
$arguments6['section'] = 'Main';
$arguments6['arguments'] = $renderingContext->getVariableProvider()->getAll();

$output0 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments6, $renderChildrenClosure7, $renderingContext);

$output0 .= '
';
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper
at layout_Page_Standard_html_d78270519a3eb47cc194bab34bca5156dd5e105c->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/html/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 200
            } catch (PassthroughSourceException $error) {
                return $error->getSource();
            }
            $this->startRendering(self::RENDERING_LAYOUT, $parsedTemplate, $this->baseRenderingContext);
            $output = $parsedLayout->render($this->baseRenderingContext);
            $this->stopRendering();
        }

        return $output;
at TYPO3Fluid\Fluid\View\AbstractTemplateView->render()
in /var/www/html/public/typo3conf/ext/flux/Classes/Controller/AbstractFluxController.php line 363
                );
                $paths->fillDefaultsByPackageName(GeneralUtility::camelCaseToLowerCaseUnderscored($vendorLessExtensionName));
                $paths->setTemplatePathAndFilename($templatePathAndFilename);
            }
            $content = $this->view->render();
        } else {
            $foreignControllerClass = $this->configurationService
                ->getResolver()
                ->resolveFluxControllerClassNameByExtensionKeyAndControllerName(
at FluidTYPO3\Flux\Controller\AbstractFluxController->performSubRendering('Rennviech.DwsDucati', 'Page', 'onepage', 'tx_dwsducati_page')
in /var/www/html/public/typo3conf/ext/flux/Classes/Controller/AbstractFluxController.php line 317
        return $this->performSubRendering(
            $controllerExtensionKey,
            $controllerName,
            $actualActionName,
            $pluginSignature
        );
    }

    /**
at FluidTYPO3\Flux\Controller\AbstractFluxController->renderAction()
in /var/www/html/public/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php line 498
        }
        $validationResult = $this->arguments->validate();
        if (!$validationResult->hasErrors()) {
            $this->eventDispatcher->dispatch(new BeforeActionCallEvent(static::class, $this->actionMethodName, $preparedArguments));
            $actionResult = $this->{$this->actionMethodName}(...$preparedArguments);
        } else {
            $actionResult = $this->{$this->errorMethodName}();
        }

at TYPO3\CMS\Extbase\Mvc\Controller\ActionController->callActionMethod()
in /var/www/html/public/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php line 426
        $this->view = $this->resolveView();
        if ($this->view !== null) {
            $this->initializeView($this->view);
        }
        $this->callActionMethod();
        $this->renderAssetsForRequest($request);
    }

    /**
at TYPO3\CMS\Extbase\Mvc\Controller\ActionController->processRequest(object(TYPO3\CMS\Extbase\Mvc\Web\Request), object(TYPO3\CMS\Extbase\Mvc\Web\Response))
in /var/www/html/public/typo3/sysext/extbase/Classes/Mvc/Dispatcher.php line 89
                throw new InfiniteLoopException('Could not ultimately dispatch the request after ' . $dispatchLoopCount . ' iterations. Most probably, a @' . IgnoreValidation::class . ' annotation is missing on re-displaying a form with validation errors.', 1217839467);
            }
            $controller = $this->resolveController($request);
            try {
                $controller->processRequest($request, $response);
            } catch (StopActionException $ignoredException) {
            }
        }

at TYPO3\CMS\Extbase\Mvc\Dispatcher->dispatch(object(TYPO3\CMS\Extbase\Mvc\Web\Request), object(TYPO3\CMS\Extbase\Mvc\Web\Response))
in /var/www/html/public/typo3/sysext/extbase/Classes/Mvc/Web/FrontendRequestHandler.php line 66
        }

        /** @var \TYPO3\CMS\Extbase\Mvc\ResponseInterface $response */
        $response = $this->objectManager->get(Response::class);
        $this->dispatcher->dispatch($request, $response);
        return $response;
    }

    /**
at TYPO3\CMS\Extbase\Mvc\Web\FrontendRequestHandler->handleRequest()
in /var/www/html/public/typo3/sysext/extbase/Classes/Core/Bootstrap.php line 183
    protected function handleRequest(): string
    {
        $requestHandler = $this->requestHandlerResolver->resolveRequestHandler();

        $response = $requestHandler->handleRequest();
        // If response is NULL after handling the request we need to stop
        // This happens for instance, when a USER object was converted to a USER_INT
        // @see TYPO3\CMS\Extbase\Mvc\Web\FrontendRequestHandler::handleRequest()
        if ($response === null) {
at TYPO3\CMS\Extbase\Core\Bootstrap->handleRequest()
in /var/www/html/public/typo3/sysext/extbase/Classes/Core/Bootstrap.php line 173
     */
    public function run(string $content, array $configuration): string
    {
        $this->initialize($configuration);
        return $this->handleRequest();
    }

    /**
     * @return string
at TYPO3\CMS\Extbase\Core\Bootstrap->run('', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Flux', 'vendorName' => 'FluidTYPO3', 'pluginName' => 'Page'))
at call_user_func_array(array(object(TYPO3\CMS\Extbase\Core\Bootstrap), 'run'), array('', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Flux', 'vendorName' => 'FluidTYPO3', 'pluginName' => 'Page')))
in /var/www/html/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 5720
                if (is_object($classObj) && method_exists($classObj, $parts[1]) && is_callable($callable)) {
                    $classObj->cObj = $this;
                    $content = call_user_func_array($callable, [
                        $content,
                        $conf
                    ]);
                } else {
                    $this->getTimeTracker()->setTSlogMessage('Method "' . $parts[1] . '" did not exist in class "' . $parts[0] . '"', 3);
                }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->callUserFunction('TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Flux', 'vendorName' => 'FluidTYPO3', 'pluginName' => 'Page'), '')
in /var/www/html/public/typo3/sysext/frontend/Classes/ContentObject/UserContentObject.php line 43
        if ($this->cObj->getUserObjectType() === false) {
            // Come here only if we are not called from $TSFE->processNonCacheableContentPartsAndSubstituteContentMarkers()!
            $this->cObj->setUserObjectType(ContentObjectRenderer::OBJECTTYPE_USER);
        }
        $tempContent = $this->cObj->callUserFunction($conf['userFunc'], $conf, '');
        if ($this->cObj->doConvertToUserIntObject) {
            $this->cObj->doConvertToUserIntObject = false;
            $content = $this->cObj->cObjGetSingle('USER_INT', $conf);
        } else {
at TYPO3\CMS\Frontend\ContentObject\UserContentObject->render(array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Flux', 'vendorName' => 'FluidTYPO3', 'pluginName' => 'Page'))
in /var/www/html/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 829
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\UserContentObject), array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Flux', 'vendorName' => 'FluidTYPO3', 'pluginName' => 'Page'))
in /var/www/html/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 743
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            if (!empty($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'])) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('USER', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Flux', 'vendorName' => 'FluidTYPO3', 'pluginName' => 'Page'), '5')
in /var/www/html/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 688
        foreach ($sKeyArray as $theKey) {
            $theValue = $setup[$theKey];
            if ((int)$theKey && strpos($theKey, '.') === false) {
                $conf = $setup[$theKey . '.'] ?? [];
                $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
            }
        }
        return $content;
    }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGet(array('typeNum' => '0', 'USER', '5.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Flux', 'vendorName' => 'FluidTYPO3', 'pluginName' => 'Page'), 'meta.' => array('viewport' => 'width=device-width, initial-scale=1.0', 'description.' => array('data' => 'page:description', 'override.' => array('field' => 'description // levelfield:0,description')), 'keywords.' => array('data' => 'page:keywords', 'override.' => array('field' => 'keywords // levelfield:0,keywords')), 'author.' => array('data' => '{$plugin.tx_dwsducati.settings.data.author}', 'override.' => array('field' => 'author')), 'robots' => 'index, follow', 'date.' => array('data' => 'page:SYS_LASTCHANGED // page:crdate', 'date' => 'Y-m-d')), 'shortcutIcon' => 'EXT:dws_ducati/Resources/Public/favicon/favicon.ico', 'LOAD_REGISTER', '1.' => array('newsTitle.' => array('cObject' => 'RECORDS', 'cObject.' => array('source' => '{GP:tx_news_pi1|news}', 'source.' => array('insertData' => '1'), 'tables' => 'tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'TEXT', 'tx_news_domain_model_news.' => array('field' => 'title'))))), 'bodyTagCObject' => 'COA', 'bodyTagCObject.' => array('wrap' => '<body | >', 'CASE', '10.' => array('data' => 'TSFE:id', 'noTrimWrap' => '| id="page-|"|', 'key.' => array('data' => 'page:layout'), 'default' => 'TEXT', 'default.' => array('value' => 'default'), 'TEXT', '1.' => array('value' => 'contact'), 'TEXT', '2.' => array('value' => 'onePage'), 'TEXT', '3.' => array('value' => 'home'), 'TEXT', '4.' => array('value' => 'archive'), 'stdWrap.' => array('noTrimWrap' => '| id="|" |')), 'COA', '20.' => array('stdWrap.' => array('noTrimWrap' => '| class="|" |'), 'TEXT', '10.' => array('noTrimWrap' => '|||', 'value.' => array('data' => 'pagelayout', 'required' => '1', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1')), 'case' => 'lower')), 'TEXT', '20.' => array('data' => 'page:layout', 'noTrimWrap' => '| layout-||', 'if.' => array('isTrue.' => array('data' => 'page:layout'))), 'TEXT', '30.' => array('value' => 'std', 'noTrimWrap' => '| | |', 'if.' => array('isTrue' => '0')), 'TEXT', '40.' => array('value' => 'bgi', 'noTrimWrap' => '| ||', 'if.' => array('isTrue' => '0')), 'TEXT', '50.' => array('value' => 'sm', 'noTrimWrap' => '| ||'), 'TEXT', '60.' => array('stdWrap.' => array('data' => 'page:uid', 'noTrimWrap' => '| page-| |')), 'TEXT', '35.' => array('value' => 'std', 'noTrimWrap' => '| | |')), 'COA', '30.' => array('stdWrap.' => array('noTrimWrap' => '| style="|"|'), 'TEXT', '10.' => array('value' => '0', 'wrap' => 'padding-top:|px;'), 'if.' => array('isTrue' => '0'), 'TEXT', '20.' => array('value' => 'position:relative;', 'if.' => array('isTrue' => '0'))), 'TEXT', '40.' => array('value' => 'sm', 'noTrimWrap' => '| data-navbar-breakpoint="|"|'), 'TEXT', '50.' => array('value' => '576', 'noTrimWrap' => '| data-navbar-breakpointWidth="|"|', 'if.' => array('isTrue' => '576')), 'TEXT', '60.' => array('value' => '130', 'noTrimWrap' => '| data-bs-spy="scroll" data-bs-target="#main-navbar" data-bs-offset="|" tabindex="0"|', 'if.' => array('isTrue' => '0')), 'TEXT', '70.' => array('value' => 'true', 'noTrimWrap' => '| data-bs-no-jquery="|"|', 'if.' => array('isTrue' => '0'))), 'includeCSS.' => array('cookieconsentCssCDN' => 'https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.css', 'cookieconsentCssCDN.' => array('external' => '1', 'if.' => array('isTrue' => '0')), 't3sfontawesomeLink' => 'EXT:t3sbootstrap/Resources/Public/Contrib/Fontawesome/css/fontawesomeLink.css', 't3sfontawesomeLink.' => array('if.' => array('value' => '1', 'equals' => '0')), 't3sfontawesomeProLink' => 'EXT:t3sbootstrap/Resources/Public/Contrib/Fontawesome/css/fontawesomeProLink.css', 't3sfontawesomeProLink.' => array('if.' => array('value' => '2', 'equals' => '0')), 'cookieman-theme' => 'EXT:cookieman/Resources/Public/Themes/bootstrap5-modal/cookieman-theme.min.css', 'youtubevideo' => 'EXT:youtubevideo/Resources/Public/Styles/youtubevideo.css', '1_magnificpopup' => 'EXT:dws_ducati/Resources/Public/vendor/magnific-popup/magnific-popup.css', '2_fonts_ducati' => 'EXT:dws_ducati/Resources/Public/font-icons/ducati/style.css', '2_swiper' => 'EXT:dws_ducati/Resources/Public/js/swiper/swiper-bundle.min.css', '3_bootstrapCustom' => 'EXT:dws_ducati/Resources/Private/scss/ducati.scss'), 'includeJSFooterlibs.' => array('jqueryCDN' => 'https://code.jquery.com/jquery-3.6.0.min.js', 'jqueryCDN.' => array('integrity' => '', 'external' => '1', 'forceOnTop' => '1', 'if.' => array('isFalse' => '0')), 'popperCDN' => 'https://cdnjs.cloudflare.com/ajax/libs/popper.js/2.10.2/umd/popper.min.js', 'popperCDN.' => array('integrity' => 'sha384-7+zCNj/IqJ95wo16oMtfsKbZ9ccEh31eOz1HGyDuCQ6wgnyJNSYdrPa03rtR1zdB', 'external' => '1'), 'bootstrapCDN' => 'https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.min.js', 'bootstrapCDN.' => array('integrity' => 'sha384-QJHtvGhmr9XOIpI6YVutG+2QOK9T+ZnN4kzFN1RtK3zEFEIsxhlmWl5/YESvpZ13', 'external' => '1'), 'popper' => 'EXT:dws_ducati/Resources/Public/js/popper.min.js', 'mbd' => 'EXT:dws_ducati/Resources/Public/js/mdb.min.js', 'revolution_1' => 'EXT:dws_ducati/Resources/Public/vendor/revolution/rs-plugin/js/jquery.themepunch.tools.min.js', 'revolution_2' => 'EXT:dws_ducati/Resources/Public/vendor/revolution/rs-plugin/js/jquery.themepunch.revolution.min.js', 'magnificpopup' => 'EXT:dws_ducati/Resources/Public/vendor/magnific-popup/jquery.magnific-popup.min.js', 'lightbox' => 'EXT:dws_ducati/Resources/Public/js/bs5-lightbox.js', 'flip' => 'https://cdnjs.cloudflare.com/ajax/libs/jQuery-Flip/1.1.2/jquery.flip.min.js', 'flip.' => array('external' => '1'), 'touch' => 'EXT:dws_ducati/Resources/Public/vendor/toucheeffect/toucheffects.js', 'lazyload' => 'EXT:dws_ducati/Resources/Public/js/lazysizes.js', 'lazyload.' => array('async' => '1'), 'swiper' => 'EXT:dws_ducati/Resources/Public/js/swiper/swiper-bundle.min.js', 'swiper.' => array('external' => '1'), 'swipers' => 'EXT:dws_ducati/Resources/Public/js/swipers.js', 'swipers.' => array('defer' => '1'), 'custom' => 'EXT:dws_ducati/Resources/Public/js/ducati.js', 'custom.' => array('async' => '1'), 'ajaxnews' => 'EXT:dws_ducati/Resources/Public/js/ajaxnews.js', 'ajaxnews.' => array('async' => '1'), 'slider' => 'EXT:dws_ducati/Resources/Public/js/slider.js', 'slider.' => array('async' => '1')), 'includeJSFooter.' => array('cookieconsentJsCDN' => 'https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.js', 'cookieconsentJsCDN.' => array('integrity' => '', 'external' => '1', 'if.' => array('isTrue' => '0')), 't3sbjqueryeasingCDN' => 'https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.min.js', 't3sbjqueryeasingCDN.' => array('integrity' => '', 'external' => '1', 'forceOnTop' => '1', 'if.' => array('isFalse' => '0')), 'lazyloadCDN' => 'https://cdn.jsdelivr.net/npm/vanilla-lazyload@17.5.0/dist/lazyload.min.js', 'lazyloadCDN.' => array('integrity' => '', 'external' => '1', 'if.' => array('isTrue' => '0')), 'picturefillCDN' => 'https://cdnjs.cloudflare.com/ajax/libs/picturefill/3.0.3/picturefill.min.js', 'picturefillCDN.' => array('integrity' => '', 'external' => '1', 'if.' => array('isTrue' => '0')), 'modernizr' => 'EXT:t3sbootstrap/Resources/Public/Contrib/Modernizr/modernizr.js', 'modernizr.' => array('if.' => array('isTrue' => '0')), 'navbarSlide' => 'EXT:t3sbootstrap/Resources/Public/Scripts/slideNavbar.js', 'navbarSlide.' => array('if.' => array('value' => 'slide', 'equals' => 'light')), 'cookie-js' => 'EXT:cookieman/Resources/Public/Js/js.cookie.min.js', 'cookieman' => 'EXT:cookieman/Resources/Public/Js/cookieman.min.js', 'cookieman-theme' => 'EXT:cookieman/Resources/Public/Themes/bootstrap5-modal/cookieman-theme.min.js', 'cookieman-init' => 'EXT:cookieman/Resources/Public/Js/cookieman-init.min.js'), 'footerData.' => array('TEXT', '61.' => array('value' => '<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/js/all.min.js" data-auto-replace-svg="nest"></script>', 'if.' => array('value' => '1', 'equals' => '0')), 'TEXT', '62.' => array('value' => '<script src="/fileadmin/T3SB/FA5Pro/js/all.min.js" data-auto-replace-svg="nest"></script>', 'if.' => array('value' => '2', 'equals' => '0'))), 'jsInline.' => array('5.' => array('if.' => array('isTrue' => '0')), 'COA', '100.' => array('COA', '10.' => array('wrap' => 'const locations = [|];', 'CONTENT', '10.' => array('table' => 'tt_address', 'select.' => array('pidInList' => '4160', 'max' => '100'), 'renderObj' => 'COA', 'renderObj.' => array('wrap' => '[|],', 'TEXT', '20.' => array('field' => 'name', 'wrap' => '\'<h3>|</h3>\','), 'TEXT', '30.' => array('field' => 'address', 'wrap' => '\'|'), 'TEXT', '32.' => array('field' => 'zip', 'noTrimWrap' => '|<br/>| |'), 'TEXT', '34.' => array('field' => 'city'), 'TEXT', '35.' => array('field' => 'phone', 'noTrimWrap' => '|<br/>T: |\',|'), 'TEXT', '40.' => array('field' => 'latitude', 'wrap' => '|,'), 'TEXT', '50.' => array('field' => 'longitude', 'wrap' => '|,'), 'TEXT', '60.' => array('field' => 'uid', 'wrap' => '|,'), 'TEXT', '70.' => array('field' => 'www', 'wrap' => '\'|\','), 'TEXT', '80.' => array('value' => 'Details', 'typolink.' => array('parameter.' => array('field' => 'position'), 'forceAbsoluteUrl' => '1', 'ATagParams' => 'class="btn btn-primary btn-sm"'), 'wrap' => '\'|\'')))))), 'cssInline.' => array('TEXT', '2431.' => array('value' => ' /* footer-sticky - page.cssInline.2431 */ html { position:relative; min-height:100% } #page-footer { position:absolute; bottom:0;width:100% }'), 'CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 3 and image > 0', 'languageField' => 'sys_language_uid'), 'renderObj' => 'COA', 'renderObj.' => array('FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image', 'where' => 'deleted = 0'), 'renderObj' => 'COA', 'renderObj.' => array('TEXT', '99.' => array('data' => 'file'), 'TEXT', '5.' => array('data' => 'file:current:sorting_foreign', 'wrap' => '#paralaxSlice|'), 'TEXT', '8.' => array('wrap' => '{background-image:url(\'|'), 'IMG_RESOURCE', '10.' => array('file.' => array('treatIdAsReference' => '1', 'width' => '1980', 'height' => '960c', 'import.' => array('data' => 'file:current:publicUrl')), 'stdWrap.' => array('wrap' => '|\');}'))))))), 'FLUIDTEMPLATE', '1365499.' => array('templateName' => 'Popup', 'templateRootPaths.' => array('EXT:cookieman/Resources/Private/Templates/', 'EXT:cookieman/Resources/Private/Themes/bootstrap5-modal/Templates/', 'EXT:cookieman/Resources/Private/Themes/bootstrap5-modal/Templates/', 'EXT:dws_ducati/Resources/Private/Templates/Cookieman/bootstrap5-modal/'), 'partialRootPaths.' => array('EXT:cookieman/Resources/Private/Partials/', 'EXT:cookieman/Resources/Private/Themes/bootstrap5-modal/Partials/', 'EXT:cookieman/Resources/Private/Themes/bootstrap5-modal/Partials/'), 'layoutRootPaths.' => array('EXT:cookieman/Resources/Private/Layouts/', 'EXT:cookieman/Resources/Private/Themes/bootstrap5-modal/Layouts/', 'EXT:cookieman/Resources/Private/Themes/bootstrap5-modal/Layouts/'), 'extbase.' => array('controllerExtensionName' => 'cookieman'), 'dataProcessing.' => array('Dmind\\Cookieman\\DataProcessing\\TypoScriptSettingsProcessor')), 'jsFooterInline.' => array('TEXT', '10982311.' => array('value' => ' containerBreakpointSmall = 500; containerBreakpointTiny = 300;'), '5.' => array()), 'headerData.' => array('TEXT', '10.' => array('field' => 'title', 'wrap' => '<title>Ducati&nbsp;&mdash;&nbsp;|</title>'), 'TEXT', '21.' => array('value' => ' <link rel="apple-touch-icon" sizes="180x180" href="EXT:dws_ducati/Resources/Public/favicon/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="EXT:dws_ducati/Resources/Public/favicon/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="EXT:dws_ducati/Resources/Public/favicon/favicon-16x16.png"> <link rel="manifest" href="EXT:dws_ducati/Resources/Public/favicon/site.webmanifest"> <link rel="mask-icon" href="EXT:dws_ducati/Resources/Public/favicon/safari-pinned-tab.svg" color="#cc0000"> <meta name="msapplication-TileColor" content="#ffffff"> <meta name="theme-color" content="#ffffff">', 'stdWrap.' => array('replacement.' => array('10.' => array('search' => 'EXT:dws_ducati', 'replace' => '/typo3conf/ext/dws_ducati')))), 'TEXT', '22.' => array('value' => ' <meta http-equiv="cleartype" content="on"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]-->'), '20.' => array('299.' => array('value' => '<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="feed://{$thisdomain}/index.php?id=543&type=100" />'))), 'bodyTagAdd' => 'data-newsletter="62283"', 'includeJS.' => array('modernizer' => 'EXT:dws_ducati/Resources/Public/vendor/modernizr-3.5.0.min.js'), 'includeJSlibs.' => array(), '10.' => array('marks.' => array('content' => 'COA', 'content.' => array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('pidInList' => '4158', 'where' => 'colPos = 1'), 'renderObj' => 'COA', 'renderObj.' => array('FILES', '10.' => array('references.' => array('table' => 'tt_content', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'COA', 'renderObj.' => array('LOAD_REGISTER', '10.' => array('savedString.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'field:image'))))))), 'TEXT', '20.' => array('data' => 'register:savedString', 'split.' => array('token' => ',', 'max' => '2', 'cObjNum' => '1', '1.' => array('LOAD_REGISTER', '20.' => array('imageLink.' => array('cObject' => 'TEXT', 'cObject.' => array('current' => '1', 'substring' => '6,1000'))), 'IMAGE', '30.' => array('file.' => array('import.' => array('data' => 'register:imageLink'), 'maxW' => '210'), 'imageLinkWrap' => '1', 'imageLinkWrap.' => array('enable' => '1', 'typolink.' => array('parameter.' => array('data' => 'register:imageLink'), 'ATagParams' => 'class="fancybox"')), 'wrap' => '<div class="imageWithCaption">|</div>'))), 'wrap' => '<div class="miniGal">|</div>'))))))
in /var/www/html/public/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 232
     * @return string
     */
    protected function generatePageBodyContent(TypoScriptFrontendController $controller): string
    {
        $pageContent = $controller->cObj->cObjGet($controller->pSetup) ?: '';
        if ($controller->pSetup['wrap'] ?? false) {
            $pageContent = $controller->cObj->wrap($pageContent, $controller->pSetup['wrap']);
        }
        if ($controller->pSetup['stdWrap.'] ?? false) {
at TYPO3\CMS\Frontend\Http\RequestHandler->generatePageBodyContent(object(TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController))
in /var/www/html/public/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 198
    protected function generatePageContent(TypoScriptFrontendController $controller, ServerRequestInterface $request): string
    {
        // Generate the main content between the <body> tags
        // This has to be done first, as some additional TSFE-related code could have been written
        $pageContent = $this->generatePageBodyContent($controller);
        // If 'disableAllHeaderCode' is set, all the pageRenderer settings are not evaluated
        if ($controller->config['config']['disableAllHeaderCode'] ?? false) {
            return $pageContent;
        }
at TYPO3\CMS\Frontend\Http\RequestHandler->generatePageContent(object(TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController), object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/public/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 134
            // Content generation
            $this->timeTracker->incStackPointer();
            $this->timeTracker->push($controller->sPre, 'PAGE');

            $controller->content = $this->generatePageContent($controller, $request);

            $this->timeTracker->pull($this->timeTracker->LR ? $controller->content : '');
            $this->timeTracker->decStackPointer();

at TYPO3\CMS\Frontend\Http\RequestHandler->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/public/typo3/sysext/frontend/Classes/Middleware/OutputCompression.php line 48
        // Throw away all output that may have happened during bootstrapping by weird extensions
        ob_clean();
        // Initialize output compression if configured
        $this->initializeOutputCompression();
        return $handler->handle($request);
    }

    /**
     * Initialize output compression if configured
at TYPO3\CMS\Frontend\Middleware\OutputCompression->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(TYPO3\CMS\Frontend\Http\RequestHandler))
in /var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f1f8116041b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/public/typo3conf/ext/typoscript_rendering/Classes/Middleware/TypoScriptRenderingMiddleware.php line 43
    {
        $frontendController = $GLOBALS['TSFE'];
        $requestedContentType = $frontendController->config['config']['contentType'] ?? self::defaultContentType;
        if (!$frontendController->isGeneratePage() || !isset($request->getQueryParams()[self::argumentNamespace])) {
            return $this->amendContentType($handler->handle($request), $requestedContentType);
        }
        $this->ensureRequiredEnvironment();

        $frontendController->config['config']['debug'] = 0;
at Helhum\TyposcriptRendering\Middleware\TypoScriptRenderingMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f1f8116041b))
in /var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f1f8116041b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/public/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelDataPersister.php line 45
     * @return ResponseInterface
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if (
            !($response instanceof NullResponse)
            && $GLOBALS['TSFE'] instanceof TypoScriptFrontendController
            && $GLOBALS['TSFE']->isOutputting(true)
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelDataPersister->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f1f8116041b))
in /var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f1f8116041b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/public/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelRenderer.php line 47
     * @return ResponseInterface
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if (
            !($response instanceof NullResponse)
            && $GLOBALS['TSFE'] instanceof TypoScriptFrontendController
            && $GLOBALS['TSFE']->isOutputting(true)
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelRenderer->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f1f8116041b))
in /var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f1f8116041b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/public/typo3/sysext/frontend/Classes/Middleware/ContentLengthResponseHeader.php line 47
     * @return ResponseInterface
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if (
            !($response instanceof NullResponse)
            && $GLOBALS['TSFE'] instanceof TypoScriptFrontendController
            && $GLOBALS['TSFE']->isOutputting(true)) {
at TYPO3\CMS\Frontend\Middleware\ContentLengthResponseHeader->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f1f8116041b))
in /var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f1f8116041b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/public/typo3/sysext/frontend/Classes/Middleware/ShortcutAndMountPointRedirect.php line 69
                return new RedirectResponse($externalUrl, 303);
            }
        }

        return $handler->handle($request);
    }

    protected function getRedirectUri(ServerRequestInterface $request): ?string
    {
at TYPO3\CMS\Frontend\Middleware\ShortcutAndMountPointRedirect->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f1f8116041b))
in /var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f1f8116041b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/public/typo3conf/ext/scriptmerger/Classes/Middlewares/ContentPostProcessMiddleware.php line 48
  * @inheritDoc
  */
 public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface {
  $queryParams = $request->getQueryParams();
  $response = $handler->handle($request);
  // we only process via middleware, if the request has INT inclusions, because otherwise, the
  // ContentPostProcHook handles the processing and adds the result to the TYPO3 page cache. Unfortunately, JS
  // and CSS inclusions are handled as INT inclusions, if a frontend user is logged in for example, and will be
  // inserted after the page cache has already been written. Therefore, we need to make sure to catch all scripts that came
at SGalinski\Scriptmerger\Middlewares\ContentPostProcessMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f1f8116041b))
in /var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f1f8116041b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/public/typo3/sysext/frontend/Classes/Middleware/PrepareTypoScriptFrontendRendering.php line 86
                $this->convertCharsetRecursivelyToUtf8($parsedBody, $this->controller->metaCharset);
                $request = $request->withParsedBody($parsedBody);
            }
        }
        return $handler->handle($request);
    }

    /**
     * Small helper function to convert charsets for arrays to UTF-8
at TYPO3\CMS\Frontend\Middleware\PrepareTypoScriptFrontendRendering->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f1f8116041b))
in /var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f1f8116041b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/public/typo3/sysext/frontend/Classes/Middleware/TypoScriptFrontendInitialization.php line 108
        }

        // Make TSFE globally available
        $GLOBALS['TSFE'] = $controller;
        return $handler->handle($request);
    }

    /**
     * Register the backend user as aspect
at TYPO3\CMS\Frontend\Middleware\TypoScriptFrontendInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f1f8116041b))
in /var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f1f8116041b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/public/typo3/sysext/frontend/Classes/Middleware/PageArgumentValidator.php line 131
            }
        }

        $request = $request->withAttribute('noCache', $this->disableCache);
        return $handler->handle($request);
    }

    /**
     * Filters out the arguments that are necessary for calculating cHash
at TYPO3\CMS\Frontend\Middleware\PageArgumentValidator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f1f8116041b))
in /var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f1f8116041b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/public/typo3/sysext/frontend/Classes/Middleware/PreviewSimulator.php line 66
            $previewAspect = GeneralUtility::makeInstance(PreviewAspect::class, $isPreview);
            $this->context->setAspect('frontend.preview', $previewAspect);
        }

        return $handler->handle($request);
    }

    /**
     * Simulate dates for preview functionality
at TYPO3\CMS\Frontend\Middleware\PreviewSimulator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f1f8116041b))
in /var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f1f8116041b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/public/typo3/sysext/adminpanel/Classes/Middleware/SqlLogging.php line 58
        if (StateUtility::isActivatedForUser() && StateUtility::isOpen()) {
            $connection = $this->connectionPool->getConnectionByName(ConnectionPool::DEFAULT_CONNECTION_NAME);
            $connection->getConfiguration()->setSQLLogger(GeneralUtility::makeInstance(DoctrineSqlLogger::class));
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Adminpanel\Middleware\SqlLogging->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f1f8116041b))
in /var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f1f8116041b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/public/typo3/sysext/frontend/Classes/Middleware/PageResolver.php line 106
        // merge the PageArguments with the request query parameters
        $queryParams = array_replace_recursive($request->getQueryParams(), $pageArguments->getArguments());
        $request = $request->withQueryParams($queryParams);

        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\PageResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f1f8116041b))
in /var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f1f8116041b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/public/typo3/sysext/redirects/Classes/Http/Middleware/RedirectHandler.php line 102
                unset($GLOBALS['TYPO3_REQUEST']);
            }
        }

        return $handler->handle($request);
    }

    /**
     * Creates a PSR-7 compatible Response object
at TYPO3\CMS\Redirects\Http\Middleware\RedirectHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f1f8116041b))
in /var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f1f8116041b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/public/typo3/sysext/frontend/Classes/Middleware/StaticRouteResolver.php line 80

                return new HtmlResponse($content, 200, ['Content-Type' => $contentType]);
            }
        }
        return $handler->handle($request);
    }

    /**
     * Find the proper configuration for the static route in the static route configuration. Mainly:
at TYPO3\CMS\Frontend\Middleware\StaticRouteResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f1f8116041b))
in /var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f1f8116041b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/public/typo3/sysext/frontend/Classes/Middleware/SiteBaseRedirectResolver.php line 94
                $uri = $requestedUri->withPath(rtrim($requestedUri->getPath(), '/'));
                return new RedirectResponse($uri, 307);
            }
        }
        return $handler->handle($request);
    }

    /**
     * Checks if the language is allowed in Frontend, if not, check if there is valid BE user
at TYPO3\CMS\Frontend\Middleware\SiteBaseRedirectResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f1f8116041b))
in /var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f1f8116041b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/public/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelInitiator.php line 55
                MainController::class
            );
            $request = $adminPanelController->initialize($request);
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelInitiator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f1f8116041b))
in /var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f1f8116041b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/public/typo3conf/ext/staticfilecache/Classes/Middleware/PrepareMiddleware.php line 41
     * @throws \TYPO3\CMS\Extbase\SignalSlot\Exception\InvalidSlotReturnException
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);

        $explanation = [];
        $skipProcessing = false;
        foreach (GeneralUtility::makeInstance(ObjectFactoryService::class)->get('CacheRule') as $rule) {
at SFC\Staticfilecache\Middleware\PrepareMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f1f8116041b))
in /var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f1f8116041b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/public/typo3conf/ext/staticfilecache/Classes/Middleware/GenerateMiddleware.php line 48
     * @return ResponseInterface
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);

        if (!$response->hasHeader('X-SFC-Cachable')) {
            return $this->removeSfcHeaders($response);
        }
at SFC\Staticfilecache\Middleware\GenerateMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f1f8116041b))
in /var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f1f8116041b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/public/typo3/sysext/frontend/Classes/Middleware/FrontendUserAuthenticator.php line 83
        // Register the frontend user as aspect and within the session
        $this->setFrontendUserAspect($frontendUser);
        $request = $request->withAttribute('frontend.user', $frontendUser);

        $response = $handler->handle($request);

        // Store session data for fe_users if it still exists
        if ($frontendUser instanceof FrontendUserAuthentication) {
            $frontendUser->storeSessionData();
at TYPO3\CMS\Frontend\Middleware\FrontendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f1f8116041b))
in /var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f1f8116041b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/public/typo3/sysext/frontend/Classes/Middleware/BackendUserAuthenticator.php line 66
            Bootstrap::loadExtTables();
            $this->setBackendUserAspect($GLOBALS['BE_USER']);
        }

        $response = $handler->handle($request);

        // If, when building the response, the user is still available, then ensure that the headers are sent properly
        if ($this->context->getAspect('backend.user')->isLoggedIn()) {
            return $this->applyHeadersToResponse($response);
at TYPO3\CMS\Frontend\Middleware\BackendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f1f8116041b))
in /var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f1f8116041b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/public/typo3/sysext/frontend/Classes/Middleware/MaintenanceMode.php line 55
        ) {
            return GeneralUtility::makeInstance(ErrorController::class)->unavailableAction($request, 'This page is temporarily unavailable.');
        }
        // Continue the regular stack if no maintenance mode is active
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\MaintenanceMode->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f1f8116041b))
in /var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f1f8116041b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/public/typo3/sysext/frontend/Classes/Middleware/SiteResolver.php line 65
        $request = $request->withAttribute('routing', $routeResult);
        if ($routeResult->getLanguage() instanceof SiteLanguage) {
            Locales::setSystemLocaleFromSiteLanguage($routeResult->getLanguage());
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\SiteResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f1f8116041b))
in /var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f1f8116041b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/public/typo3/sysext/frontend/Classes/Middleware/EidHandler.php line 64
    {
        $eID = $request->getParsedBody()['eID'] ?? $request->getQueryParams()['eID'] ?? null;

        if ($eID === null) {
            return $handler->handle($request);
        }

        // Remove any output produced until now
        ob_clean();
at TYPO3\CMS\Frontend\Middleware\EidHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f1f8116041b))
in /var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f1f8116041b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/public/typo3/sysext/core/Classes/Middleware/NormalizedParamsAttribute.php line 45
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $request = $request->withAttribute('normalizedParams', NormalizedParams::createFromRequest($request));
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Core\Middleware\NormalizedParamsAttribute->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f1f8116041b))
in /var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f1f8116041b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/public/typo3/sysext/frontend/Classes/Middleware/TimeTrackerInitialization.php line 58
        $this->timeTracker->setEnabled($timeTrackingEnabled);
        $this->timeTracker->start(microtime(true));
        $this->timeTracker->push('');

        $response = $handler->handle($request);

        // Finish time tracking
        $this->timeTracker->pull();
        $this->timeTracker->finish();
at TYPO3\CMS\Frontend\Middleware\TimeTrackerInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f1f8116041b))
in /var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f1f8116041b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/public/typo3conf/ext/staticfilecache/Classes/Middleware/FallbackMiddleware.php line 46
            }
        } catch (\Exception $exception) {
            // Not handled
        }
        return $handler->handle($request);
    }

    /**
     * Handle the fallback
at SFC\Staticfilecache\Middleware\FallbackMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f1f8116041b))
in /var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f1f8116041b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 78
     * @return ResponseInterface
     */
    public function handle(ServerRequestInterface $request): ResponseInterface
    {
        return $this->tip->handle($request);
    }

    /**
     * Seed the middleware stack with the inner request handler
at TYPO3\CMS\Core\Http\MiddlewareDispatcher->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/public/typo3/sysext/core/Classes/Http/AbstractApplication.php line 85
     * @return ResponseInterface
     */
    protected function handle(ServerRequestInterface $request): ResponseInterface
    {
        return $this->requestHandler->handle($request);
    }

    /**
     * Set up the application and shut it down afterwards
at TYPO3\CMS\Core\Http\AbstractApplication->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/public/typo3/sysext/frontend/Classes/Http/Application.php line 69
        // Create new request object having applicationType "I am a frontend request" attribute.
        $request = $request->withAttribute('applicationType', SystemEnvironmentBuilder::REQUESTTYPE_FE);

        $this->initializeContext();
        return parent::handle($request);
    }

    /**
     * Check if LocalConfiguration.php and PackageStates.php exist
at TYPO3\CMS\Frontend\Http\Application->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/html/public/typo3/sysext/core/Classes/Http/AbstractApplication.php line 97
    final public function run(callable $execute = null)
    {
        try {
            $response = $this->handle(
                ServerRequestFactory::fromGlobals()
            );
            if ($execute !== null) {
                call_user_func($execute);
            }
at TYPO3\CMS\Core\Http\AbstractApplication->run()
in /var/www/html/public/index.php line 25
// Set up the application for the frontend
call_user_func(function () {
    $classLoader = require dirname(__DIR__).'/vendor/autoload.php';
    \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::run(0, \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::REQUESTTYPE_FE);
    \TYPO3\CMS\Core\Core\Bootstrap::init($classLoader)->get(\TYPO3\CMS\Frontend\Http\Application::class)->run();
});
at {closure}()
in /var/www/html/public/index.php line 26
call_user_func(function () {
    $classLoader = require dirname(__DIR__).'/vendor/autoload.php';
    \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::run(0, \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::REQUESTTYPE_FE);
    \TYPO3\CMS\Core\Core\Bootstrap::init($classLoader)->get(\TYPO3\CMS\Frontend\Http\Application::class)->run();
});